CMS Tree Page View - Version 0.7.7

Version Description

  • Added Portuguese translation by Ricardo Tomasi. Thank you!
  • Celebration Edition: over 25.000 downloads of this plugin at WordPress.org!
Download this release

Release Info

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

Code changes from version 0.7.6 to 0.7.7

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.6
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.6");
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.7
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.7");
31
  define( "CMS_TPV_URL", WP_PLUGIN_URL . '/cms-tree-page-view/');
32
  define( "CMS_TPV_NAME", "CMS Tree Page View");
33
 
languages/cms-tree-page-view-pt_BR.mo ADDED
Binary file
languages/cms-tree-page-view-pt_BR.po ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: CMS Tree View\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-10-14 16:53-0300\n"
6
+ "PO-Revision-Date: 2010-10-14 16:57-0300\n"
7
+ "Last-Translator: Ricardo Tomasi <ricardobeat@gmail.com>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Portuguese\n"
15
+ "X-Poedit-Country: Brazil\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: ..\n"
18
+ "X-Poedit-SearchPath-1: ../scripts\n"
19
+
20
+ #: ../functions.php:53
21
+ msgid "Enter title of new page"
22
+ msgstr "Título da nova página"
23
+
24
+ #: ../functions.php:54
25
+ msgid "child pages"
26
+ msgstr "sub-páginas"
27
+
28
+ #: ../functions.php:55
29
+ #: ../functions.php:379
30
+ msgid "Edit page"
31
+ msgstr "Editar página"
32
+
33
+ #: ../functions.php:56
34
+ #: ../functions.php:380
35
+ msgid "View page"
36
+ msgstr "Ver página"
37
+
38
+ #: ../functions.php:57
39
+ #: ../functions.php:379
40
+ msgid "Edit"
41
+ msgstr "Editar"
42
+
43
+ #: ../functions.php:58
44
+ #: ../functions.php:380
45
+ msgid "View"
46
+ msgstr "Ver"
47
+
48
+ #: ../functions.php:59
49
+ msgid "Add page"
50
+ msgstr "Adicionar página"
51
+
52
+ #: ../functions.php:60
53
+ #: ../functions.php:384
54
+ msgid "Add new page after"
55
+ msgstr "Adicionar nova página após"
56
+
57
+ #: ../functions.php:61
58
+ msgid "after"
59
+ msgstr "após"
60
+
61
+ #: ../functions.php:62
62
+ msgid "inside"
63
+ msgstr "sub-página"
64
+
65
+ #: ../functions.php:63
66
+ msgid "Sorry, can't create a sub page to a page with status \"draft\"."
67
+ msgstr "Desculpe, não é possível criar uma subpágina de uma página com status \"rascunho\""
68
+
69
+ #: ../functions.php:64
70
+ msgid "Sorry, can't create a sub page to a page with status \"trash\"."
71
+ msgstr "Desculpe, não é possível criar uma subpágina de uma página com status \"lixo\""
72
+
73
+ #: ../functions.php:65
74
+ msgid "Sorry, can't create a page after a page with status \"trash\"."
75
+ msgstr "Desculpe, não é possível criar uma página de uma página com status \"lixo\""
76
+
77
+ #: ../functions.php:66
78
+ #: ../functions.php:388
79
+ msgid "Add new page inside"
80
+ msgstr "Adicionar nova sub-página"
81
+
82
+ #: ../functions.php:67
83
+ msgid "draft"
84
+ msgstr "rascunho"
85
+
86
+ #: ../functions.php:68
87
+ msgid "future"
88
+ msgstr "agendado"
89
+
90
+ #: ../functions.php:69
91
+ msgid "protected"
92
+ msgstr "protegida"
93
+
94
+ #: ../functions.php:70
95
+ #: ../functions.php:603
96
+ msgid "pending"
97
+ msgstr "pendente"
98
+
99
+ #: ../functions.php:71
100
+ msgid "private"
101
+ msgstr "privado"
102
+
103
+ #: ../functions.php:72
104
+ msgid "trash"
105
+ msgstr "lixo"
106
+
107
+ #: ../functions.php:73
108
+ msgid "Password protected page"
109
+ msgstr "Página protegida por senha"
110
+
111
+ #: ../functions.php:74
112
+ msgid "Adding page..."
113
+ msgstr "Adicionando página..."
114
+
115
+ #: ../functions.php:175
116
+ msgid "settings"
117
+ msgstr "configurações"
118
+
119
+ #: ../functions.php:180
120
+ msgid "Select where to show a tree for pages and custom post types"
121
+ msgstr "Onde exibir a opção Tree View:"
122
+
123
+ #: ../functions.php:204
124
+ msgid "On dashboard"
125
+ msgstr "No Painel"
126
+
127
+ #: ../functions.php:208
128
+ msgid "In menu"
129
+ msgstr "No menu"
130
+
131
+ #: ../functions.php:219
132
+ msgid "Save Changes"
133
+ msgstr "Salvar alterações"
134
+
135
+ #: ../functions.php:335
136
+ msgid "No posts found."
137
+ msgstr "Nenhum post encontrado."
138
+
139
+ #: ../functions.php:341
140
+ msgid "All"
141
+ msgstr "Todos"
142
+
143
+ #: ../functions.php:342
144
+ msgid "Public"
145
+ msgstr "Público"
146
+
147
+ #: ../functions.php:343
148
+ msgid "Trash"
149
+ msgstr "Lixeira"
150
+
151
+ #: ../functions.php:348
152
+ msgid "Expand"
153
+ msgstr "Expandir"
154
+
155
+ #: ../functions.php:349
156
+ msgid "Collapse"
157
+ msgstr "Minimizar"
158
+
159
+ #: ../functions.php:357
160
+ msgid "Clear search"
161
+ msgstr "Limpar busca"
162
+
163
+ #: ../functions.php:358
164
+ msgid "Search"
165
+ msgstr "Buscar"
166
+
167
+ #: ../functions.php:359
168
+ msgid "Searching..."
169
+ msgstr "Buscando..."
170
+
171
+ #: ../functions.php:360
172
+ msgid "Nothing found."
173
+ msgstr "Nenhum resultado."
174
+
175
+ #: ../functions.php:366
176
+ msgid "Loading..."
177
+ msgstr "Carregando..."
178
+
179
+ #: ../functions.php:369
180
+ msgid "Search: no pages found"
181
+ msgstr "Busca: nenhuma página encontrada"
182
+
183
+ #: ../functions.php:372
184
+ msgid "Loading tree"
185
+ msgstr "Carregando estrutura"
186
+
187
+ #: ../functions.php:384
188
+ msgid "After"
189
+ msgstr "Após"
190
+
191
+ #: ../functions.php:388
192
+ msgid "Inside"
193
+ msgstr "Sub-página"
194
+
195
+ #: ../functions.php:392
196
+ msgid "Can not create page inside of a page with draft status"
197
+ msgstr "Não é possível criar uma página dentro de uma página com status rascunho"
198
+
199
+ #: ../functions.php:395
200
+ msgid "Last modified"
201
+ msgstr "Última modificação"
202
+
203
+ #: ../functions.php:397
204
+ msgid "by"
205
+ msgstr "por"
206
+
207
+ #: ../functions.php:400
208
+ msgid "Page ID"
209
+ msgstr "ID da página"
210
+
211
+ #: ../functions.php:568
212
+ msgid "Unknown user"
213
+ msgstr "Usuário desconhecido"
214
+
215
+ #: ../functions.php:573
216
+ msgid "<Untitled page>"
217
+ msgstr "<Sem título>"
218
+
219
+ #: ../functions.php:593
220
+ msgid "Comments"
221
+ msgstr "Coment&aacute;rios"
222
+
223
+ #: ../functions.php:600
224
+ #, php-format
225
+ msgid "%s pending"
226
+ msgstr "%s pendentes"
227
+
228
+ #: ../functions.php:641
229
+ msgid "Click to edit. Drag to move."
230
+ msgstr "Clique para editar, arraste para mover."
231
+
232
+ #: ../functions.php:792
233
+ msgid "New page"
234
+ msgstr "Nova página"
235
+
236
+ #: ../functions.php:974
237
+ msgid "Close"
238
+ msgstr "Fechar"
239
+
240
+ #: ../functions.php:975
241
+ msgid "<strong>Thank you for using this plugin!</strong> If you need help please check out the <a href=\"http://eskapism.se/code-playground/cms-tree-page-view/?utm_source=wordpress&utm_medium=banner&utm_campaign=promobox\">plugin homepage</a> or the <a href=\"http://wordpress.org/tags/cms-tree-page-view?forum_id=10\">support forum</a>."
242
+ msgstr "<a href=\"http://wordpress.org/tags/cms-tree-page-view?forum_id=10\">Fórum de suporte</a>"
243
+
244
+ #: ../functions.php:976
245
+ msgid "If you like this plugin, please <a href=\"http://eskapism.se/sida/donate/?utm_source=wordpress&utm_medium=banner&utm_campaign=promobox\">support my work by donating</a> - or at least say something nice about this plugin in a blog post or tweet."
246
+ msgstr "Suporte este plugin <a href=\"http://eskapism.se/sida/donate/?utm_source=wordpress&utm_medium=banner&utm_campaign=promobox\">fazendo uma doação</a>."
247
+
readme.txt CHANGED
@@ -4,39 +4,37 @@ 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.6
8
 
9
- Adds a CMS-like tree overview of your pages or custom posts. Rearrange the order of your pages (with drag and drop). Also edit, view, add, and search your pages.
10
 
11
  == Description ==
12
 
13
- This plugin adds a CMS-like tree overview of all your pages and custom posts to WordPress - much like the view often found in a page-focused CMS, or like Windows Explorer or OS X Finder.
14
  Within this tree you can edit pages, view pages, add pages, search pages, and drag and drop pages to rearrange the order.
15
 
16
  CMS Tree Page View is a good alternative to plugins such as pageMash, WordPress Page Tree
17
  and My Page Order.
18
 
19
- Page management won't get any easier than this!
20
 
21
  #### Features and highlights:
22
 
23
- * drag and drop to rearrange/order your pages
24
- * add pages after or inside a page
25
- * edit pages
26
- * view pages
27
- * search pages
28
- * available for both regular pages and custom posts
29
- * view your site hierarchy directly from the WordPress dashboard
30
- * support for translation plugin [WPML](http://wordpress.org/extend/plugins/sitepress-multilingual-cms/), so you can manage all the languages of your site
31
 
32
  #### Screencast
33
-
34
  Watch this screencast to see how easy you could be managing your pages:
35
  [youtube http://www.youtube.com/watch?v=H4BGomLi_FU]
36
 
37
  #### Translations/Languages
38
  This plugin is available in the following languages:
39
-
40
  * English
41
  * German
42
  * French
@@ -73,8 +71,12 @@ Now the tree with the pages will be visible both on the dashboard and in the men
73
 
74
  == Changelog ==
75
 
 
 
 
 
76
  = 0.7.6 =
77
- - You can now view items in the trash. i bit closer to a complete take over of the pages-page :)
78
 
79
  = 0.7.5 =
80
  - fixed some notice-errors and switched some deprecated functions
@@ -109,7 +111,6 @@ Now the tree with the pages will be visible both on the dashboard and in the men
109
  - no more infinite loops with role scoper installed
110
  - tested on WordPress Multisite
111
 
112
-
113
  = 0.6.3 =
114
  - tree is activated for pages during install, so the user does not need to set up anything during first run
115
 
@@ -214,16 +215,16 @@ Now the tree with the pages will be visible both on the dashboard and in the men
214
  - preparing for translation, using __ and _e
215
 
216
  = 0.3 =
217
- * all | public: works on the dasboard
218
- * all | public: are now loaded using ajax. no more reloads!
219
- * added options page so you can choose where to show the tree (i.e. the dasboard or under "pages"...or both, of course!). only available for admins.
220
- * capability "edit_pages" required to view the tree
221
 
222
  = 0.2 =
223
- * Possible fix for Fluency Admin
224
 
225
  = 0.1a =
226
- * First public version.
227
 
228
 
229
  == Still on WordPress 2? ==
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.7
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
 
11
  == Description ==
12
 
13
+ Adds a CMS-like tree overview of all your pages and custom posts to WordPress - much like the view often found in a page-focused CMS.
14
  Within this tree you can edit pages, view pages, add pages, search pages, and drag and drop pages to rearrange the order.
15
 
16
  CMS Tree Page View is a good alternative to plugins such as pageMash, WordPress Page Tree
17
  and My Page Order.
18
 
19
+ Page management in WordPress won't get any easier than this!
20
 
21
  #### Features and highlights:
22
 
23
+ * Drag and drop to rearrange/order your pages
24
+ * Add pages after or inside a page
25
+ * Edit pages
26
+ * View pages
27
+ * Search pages
28
+ * Available for both regular pages and custom posts
29
+ * View your site hierarchy directly from the WordPress dashboard
30
+ * Support for translation plugin [WPML](http://wordpress.org/extend/plugins/sitepress-multilingual-cms/), so you can manage all the languages of your site
31
 
32
  #### Screencast
 
33
  Watch this screencast to see how easy you could be managing your pages:
34
  [youtube http://www.youtube.com/watch?v=H4BGomLi_FU]
35
 
36
  #### Translations/Languages
37
  This plugin is available in the following languages:
 
38
  * English
39
  * German
40
  * French
71
 
72
  == Changelog ==
73
 
74
+ = 0.7.7 =
75
+ - Added Portuguese translation by Ricardo Tomasi. Thank you!
76
+ - Celebration Edition: over 25.000 downloads of this plugin at WordPress.org!
77
+
78
  = 0.7.6 =
79
+ - You can now view items in the trash. A bit closer to a complete take over of the pages-page :)
80
 
81
  = 0.7.5 =
82
  - fixed some notice-errors and switched some deprecated functions
111
  - no more infinite loops with role scoper installed
112
  - tested on WordPress Multisite
113
 
 
114
  = 0.6.3 =
115
  - tree is activated for pages during install, so the user does not need to set up anything during first run
116
 
215
  - preparing for translation, using __ and _e
216
 
217
  = 0.3 =
218
+ - all | public: works on the dasboard
219
+ - all | public: are now loaded using ajax. no more reloads!
220
+ - added options page so you can choose where to show the tree (i.e. the dasboard or under "pages"...or both, of course!). only available for admins.
221
+ - capability "edit_pages" required to view the tree
222
 
223
  = 0.2 =
224
+ - Possible fix for Fluency Admin
225
 
226
  = 0.1a =
227
+ - First public version.
228
 
229
 
230
  == Still on WordPress 2? ==