CMS Tree Page View - Version 0.7.9

Version Description

  • changed so some icons are loaded from ajax.googleapis.com instead of Google Code. Google Code was a bit slow.
Download this release

Release Info

Developer eskapism
Plugin Icon wp plugin CMS Tree Page View
Version 0.7.9
Comparing to
See all releases

Code changes from version 0.7.8 to 0.7.9

Files changed (3) hide show
  1. index.php +2 -2
  2. readme.txt +11 -2
  3. styles/styles.css +2 -2
index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: CMS Tree Page View
4
  Plugin URI: http://eskapism.se/code-playground/cms-tree-page-view/
5
  Description: Adds a CMS-like tree view of all your pages, like the view often found in a page-focused CMS. By using the tree you can edit, view, add pages and even search pages (useful if you have many pages). And with drag and drop you can rearrange the order of your pages. Page management won't get any easier than this!
6
- Version: 0.7.8
7
  Author: Pär Thernström
8
  Author URI: http://eskapism.se/
9
  License: GPL2
@@ -27,7 +27,7 @@ License: GPL2
27
 
28
  require("functions.php");
29
 
30
- define( "CMS_TPV_VERSION", "0.7.8");
31
  define( "CMS_TPV_URL", WP_PLUGIN_URL . '/cms-tree-page-view/');
32
  define( "CMS_TPV_NAME", "CMS Tree Page View");
33
 
3
  Plugin Name: CMS Tree Page View
4
  Plugin URI: http://eskapism.se/code-playground/cms-tree-page-view/
5
  Description: Adds a CMS-like tree view of all your pages, like the view often found in a page-focused CMS. By using the tree you can edit, view, add pages and even search pages (useful if you have many pages). And with drag and drop you can rearrange the order of your pages. Page management won't get any easier than this!
6
+ Version: 0.7.9
7
  Author: Pär Thernström
8
  Author URI: http://eskapism.se/
9
  License: GPL2
27
 
28
  require("functions.php");
29
 
30
+ define( "CMS_TPV_VERSION", "0.7.9");
31
  define( "CMS_TPV_URL", WP_PLUGIN_URL . '/cms-tree-page-view/');
32
  define( "CMS_TPV_NAME", "CMS Tree Page View");
33
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://eskapism.se/sida/donate/
4
  Tags: page, pages, posts, custom posts, tree, cms, dashboard, overview, drag-and-drop, rearrange, management, manage, admin
5
  Requires at least: 3.0
6
  Tested up to: 3.0
7
- Stable tag: 0.7.8
8
 
9
  Adds a tree of all your pages or custom posts. Use drag & drop to reorder your pages, and edit, view, add, and search your pages.
10
 
@@ -35,6 +35,7 @@ Watch this screencast to see how easy you could be managing your pages:
35
 
36
  #### Translations/Languages
37
  This plugin is available in the following languages:
 
38
  * English
39
  * German
40
  * French
@@ -47,9 +48,14 @@ This plugin is available in the following languages:
47
  If you're looking for a version of this page tree that the vistors of your site can use, then check out
48
  this navigation widget called [Nice Navigation](http://wordpress.org/extend/plugins/nice-navigation/).
49
 
 
 
 
 
 
50
  #### Donation and more plugins
51
  * If you like this plugin don't forget to [donate to support further development](http://eskapism.se/sida/donate/).
52
- * Check out some [more plugins](http://wordpress.org/extend/plugins/profile/eskapism) by the same author.
53
 
54
  == Installation ==
55
 
@@ -71,6 +77,9 @@ Now the tree with the pages will be visible both on the dashboard and in the men
71
 
72
  == Changelog ==
73
 
 
 
 
74
  = 0.7.8 =
75
  - 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..
76
 
4
  Tags: page, pages, posts, custom posts, tree, cms, dashboard, overview, drag-and-drop, rearrange, management, manage, admin
5
  Requires at least: 3.0
6
  Tested up to: 3.0
7
+ Stable tag: 0.7.9
8
 
9
  Adds a tree of all your pages or custom posts. Use drag & drop to reorder your pages, and edit, view, add, and search your pages.
10
 
35
 
36
  #### Translations/Languages
37
  This plugin is available in the following languages:
38
+
39
  * English
40
  * German
41
  * French
48
  If you're looking for a version of this page tree that the vistors of your site can use, then check out
49
  this navigation widget called [Nice Navigation](http://wordpress.org/extend/plugins/nice-navigation/).
50
 
51
+ #### Always show your pages in the admin area
52
+ If you want to always have a list of your pages available in your WordPress admin area, please check out the plugin
53
+ [Admin Menu Tree Page View](http://wordpress.org/extend/plugins/admin-menu-tree-page-view/).
54
+
55
+
56
  #### Donation and more plugins
57
  * If you like this plugin don't forget to [donate to support further development](http://eskapism.se/sida/donate/).
58
+ * More [WordPress CMS plugins](http://wordpress.org/extend/plugins/profile/eskapism) by the same author.
59
 
60
  == Installation ==
61
 
77
 
78
  == Changelog ==
79
 
80
+ = 0.7.9 =
81
+ - changed so some icons are loaded from ajax.googleapis.com instead of Google Code. Google Code was a bit slow.
82
+
83
  = 0.7.8 =
84
  - 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..
85
 
styles/styles.css CHANGED
@@ -186,14 +186,14 @@ li span.cms_tpv_action_add_page {
186
  left: 112px;
187
  width: 16px;
188
  height: 16px;
189
- background: transparent url(http://jquery-ui.googlecode.com/svn/trunk/themes/base/images/ui-icons_888888_256x240.png) no-repeat -32px -194px;
190
  text-indent: -9999px;
191
  }
192
  #cms_tpv_dashboard_widget .cms_tree_view_search_form_reset {
193
  top: 8px;
194
  }
195
  .cms_tree_view_search_form_reset:hover {
196
- background: transparent url(http://jquery-ui.googlecode.com/svn/trunk/themes/base/images/ui-icons_454545_256x240.png) no-repeat -32px -194px;
197
  }
198
 
199
  .cms_tpv_annoying_little_box {
186
  left: 112px;
187
  width: 16px;
188
  height: 16px;
189
+ background: transparent url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.3/themes/ui-darkness/images/ui-icons_cccccc_256x240.png) no-repeat -32px -194px;
190
  text-indent: -9999px;
191
  }
192
  #cms_tpv_dashboard_widget .cms_tree_view_search_form_reset {
193
  top: 8px;
194
  }
195
  .cms_tree_view_search_form_reset:hover {
196
+ background: transparent url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.3/themes/ui-lightness/images/ui-icons_222222_256x240.png) no-repeat -32px -194px;
197
  }
198
 
199
  .cms_tpv_annoying_little_box {