=== Plugin Name === Contributors: eskapism Tags: page, pages, tree, cms, dashboard, overview, drag-and-drop, rearrange, management, manage Requires at least: 2.9.2 Tested up to: 2.9.2 Stable tag: trunk Adds a CMS-like tree overview of all your pages. Edit, view, add pages, search pages, and drag and drop to rearrange the order of your pages. == Description == This plugin adds a CMS-like tree overview of all your pages to WordPress - like the view often found in a page-focused CMS. Within this page tree you can edit pages, view pages, add pages, search pages, and drag and drop pages to rearrange the order. Page management won't get any easier than this! #### Features and highlights: * drag and drop to rearrange your pages * add pages after or inside a page * edit pages * view pages * search pages #### Screencast See the plugin in action with this short screencast: [youtube http://www.youtube.com/watch?v=H4BGomLi_FU] == Installation == 1. Upload the folder "cms-tree-page-view" to "/wp-content/plugins/" 1. Activate the plugin through the "Plugins" menu in WordPress 1. Done! Now the tree with the pages will be visible both on the dashboard and in the menu under pages. == Screenshots == 1. The page tree in action 2. Edit, view and add pages (choices visible upon mouse over). 3. Search pages. 4. Drag-and-drop to rearrange/change the order of the pages. 5. The tree is also available on the dashboard and therefore available immediately after you login. == Changelog == = 0.4.7 = - remove some code that did not belong... - does not show auto-draft-posts in wp3 = 0.4.6 = - could get database error because post_content had no default value - removed usage of console.log and one alert. ouch! - when adding page inside, several posts could get menu_order = 0, which led to sorting problems = 0.4.5 = - added Belorussian translation by [Marcis G.](http://pc.de/) - settings page did not check checkboxes by default - tree removed from dashboard due some problems with event bubbling (will be re-added later when problem is fixed) = 0.4.4 = - translation now works in javascript (forgot to use load_plugin_textdomain) - added swedish translation by Måns Jonasson = 0.4.3 = - forgot the domain for _e at some places = 0.4.2 = - added .pot-file = 0.4.1 = - more prepare for translation - fixed some