Celebrating more than 100.000 downloads and as a gift to you, the user of this plugin, I have removed the "Support the author"-text from the right column. No more nagging! Donations are still welcome though...
0.8.1
Polish translation added.
0.8
Added: You can now show the tree for regular posts. Appearently there are som plugins that use the hierarchy on posts.
Fixed: The capability required to show the tree for a post type should now be correct. Previously it was hard-coded to "edit_pages". Thanks to Kevin Behrens, author of plugin Role Scoper, for solving this.
0.7.20
Changed caller_get_posts (deprecated since 3.1) to ignore_sticky_posts
require(dirname(FILE)."/functions.php"); instead of just require("functions.php");. Should fix problems with for example BackWPup.
0.7.14
Added links to PayPal and Flattr, so users who like the plugin can donate.
0.7.13
Upgraded jstree to rc2. This fixes the problems with drag & drop and mouse over that occured in WordPress 3.1 beta.
0.7.12
Readme-fix...
0.7.11
If a post has a custom post status, that status will be shown instead of "undefined". So now CMS Tree Page View works better together with plugins like "Edit flow".
0.7.10
CSS images loaded from google via https instead of http. Does this solve the problems you guys with https-sites had?
Users of IE could not add pages at the right place. All pages where added at the top instead of after or inside another page. Only tested in IE 8, please let me know of the other version..
0.7.9
changed so some icons are loaded from ajax.googleapis.com instead of Google Code. Google Code was a bit slow.
0.7.8
Something went wrong with last update at wordpress.org, people got 404-error when trying to download plugin. Let's see if this update helps..
0.7.7
Added Portuguese translation by Ricardo Tomasi. Thank you!
Celebration Edition: over 25.000 downloads of this plugin at WordPress.org!
0.7.6
You can now view items in the trash. A bit closer to a complete take over of the pages-page :)
0.7.5
fixed some notice-errors and switched some deprecated functions
updated swedish translation
fixed some strings that where untranslatable and updated POT-file (if I missed any, please let me know)
no longer allowed to add sub pages to a page with status draft, because if you edit the page and save it, wordpress will forget about the parent (and you will get confused)
started using hoverIntent for popup instead of regular mouseover, so the popups won't feel so aggressive - or no.. reverted this :(
when adding a page a text comes up so you know that something is going on
possible fix for magic fields and other plugins that deal with post columns
0.7.4
Updated POT-file, so translators may wan't to check their translations.
Added Spanish translation by Carlos Janini. Thank you!
0.7.3
a page can now be moved above a page with the same menu order. moved page will get the menu order of the page that it's moved aboved, and the other page will get a menu order of previous menu order + 1. i think/hope this is finally solved now!
using wp_update_post when moving pages (instead of sql directly). this should make this plugin work better with some cache plugins, for example DB Cache Reloaded
root of tree is added initially, without the need to run an ajax query. loading the root of the tree = super fast! child nodes that are not previosly open are still loaded with ajax, because I want to be sure that the plugin does not hang if there is a page with super-mega-lots of children.
0.7.2
pages that the user is not allowed to edit now get "dimmed". they will still be visible becuase a page a user is not allowed to edit, may have a child-page that they are allowed to edit, so the sub-pages must still be accessible
some problems with Ozh' Admin Drop Down Menu fixed (tree showed posts instead of pages)
0.7.1
quick fix: capability edit_pages required to view the tree menu, instead of editor (which led to administrators not being able to view the tree...)
0.7
added comment count to pop up
added support for custom columns in pop up = now you have the same information available in CMS Tree Vage View as in the normal page/post edit screen
fixed some colors to better match wordpress own style
editor capability required to view tree. previosly only administators chould see the tree in the menu, while everyone could view the tree on the dashboard.
no more infinite loops with role scoper installed
tested on WordPress Multisite
0.6.3
tree is activated for pages during install, so the user does not need to set up anything during first run
0.6.2
Was released only as a public beta together with wpml.org, to test the wpml-integration
Now supports custom post types.
Now compatible with WPML Multilangual CMS (wpml.org).
Uses WordPress own functions at some more places.
When searching and no posts found you now get a message so you know that there were no matches.
German translation added, by Thomas Dullnig (www.sevenspire.com). Thank you!
Lots of code rewritten for this update of CMS Tree Page View, so please let me know if it works or if I broke something!
0.6.1
Forgot to close a p-tag correctly. Now it should validate again!
Fixed a problem where move could seem to not work when trying to move pages when several pages had the same menu_order, so they where sorted by alpha instead.
fixed a problem with qtranslate that resulted in endless "loading tree..."
the thank you/need help/please donate-box is re-enabled upon upgrade/re-activation of the plugin. Just so you won't forget that you can donate! :)
0.6
updated french translation
new box for mouse-over/pop-up - please let me know what you think about it
new box: it's bigger so it's less likely that you slide out of it with your mouse (happend to me all the time! very annoying...) .
new box: more information can be fitted there. let me know if there is any information you would like to see in the popup (right now it will show you the last modified date + the id of the page)
new box: edit and view links are real links now, so you can edit or view pages in for example a new tab
new box: oh.. and it's much better looking! :)
0.5.7
jquery.cookie.js renamed to jquery.biscuit.js to fix problems with apache module mod_security. let me know if it actually works! :)
updated .pot-file, so translators out there may want to check if everything is up to date
0.5.6
password protected posts now show a lock icon (thanks to Seebz for contributing)
0.5.5
ok, now the texts should be translated. for real! thanks for the bug report!
0.5.4
when mouse over the litte arrow the cursor is now a hand again. it just feels a little bit better that way.
some texts where not translated due to wp_localize_script being called before load_plugin_textdomain. thanks for reporting this.
0.5.3
link to "add new page" when there were no pages now work
added a thank-you-please-donate-box. please do what it says! :)
started using menu_page_url instead of hard-coding path to plugin
now requires WordPress 3
0.5.2
you could get an error if used together with the "Simple Fields" WordPress plugin (yes, I used the same function name in both plugin! Fool me twice, shame on me.)
0.5.1
forgot to add styles to svn
0.5
Uses wp_localize_script to translate script. Previous method could lead to 404-error, although the file did exist.