CMS Tree Page View - Version 1.2.3

Version Description

  • Removed an ugly pixel in the tree icon
  • Minor CSS changes to tree icon
  • Updated French translation
Download this release

Release Info

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

Code changes from version 1.2.2 to 1.2.3

functions.php CHANGED
@@ -1635,7 +1635,7 @@ function cms_tpv_show_annoying_box() {
1635
  <p><?php _e('Hi there! I just wanna says thanks for using my plugin. I hope you like it as much as I do.', 'cms-tree-page-view') ?></p>
1636
  <p class="cms_tpv_annoying_little_box_author"><a href="https://twitter.com/eskapism"><?php _e('/Pär Thernström - plugin creator', 'cms-tree-page-view') ?></a></p>
1637
 
1638
- <h3><?php _e('I like this plugin<br>– how can I thank you?', 'cms-tree-page-view') ?></h3>
1639
  <p><?php _e('There are serveral ways for you to show your appreciation:', 'cms-tree-page-view') ?></p>
1640
  <ul>
1641
  <li><?php printf(__('<a href="%1$s">Give it a nice review</a> over at the WordPress Plugin Directory', 'cms-tree-page-view'), "http://wordpress.org/support/view/plugin-reviews/cms-tree-page-view") ?></li>
1635
  <p><?php _e('Hi there! I just wanna says thanks for using my plugin. I hope you like it as much as I do.', 'cms-tree-page-view') ?></p>
1636
  <p class="cms_tpv_annoying_little_box_author"><a href="https://twitter.com/eskapism"><?php _e('/Pär Thernström - plugin creator', 'cms-tree-page-view') ?></a></p>
1637
 
1638
+ <h3><?php _e('I like this plugin<br>– how can I thank you?', 'cms-tree-page-view') ?></h3>
1639
  <p><?php _e('There are serveral ways for you to show your appreciation:', 'cms-tree-page-view') ?></p>
1640
  <ul>
1641
  <li><?php printf(__('<a href="%1$s">Give it a nice review</a> over at the WordPress Plugin Directory', 'cms-tree-page-view'), "http://wordpress.org/support/view/plugin-reviews/cms-tree-page-view") ?></li>
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. Use the tree view to edit, view, add pages and search pages (very 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: 1.2.2
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", "1.2.1");
31
  define( "CMS_TPV_NAME", "CMS Tree Page View");
32
 
33
  require(dirname(__FILE__)."/functions.php");
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. Use the tree view to edit, view, add pages and search pages (very 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: 1.2.3
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", "1.2.3");
31
  define( "CMS_TPV_NAME", "CMS Tree Page View");
32
 
33
  require(dirname(__FILE__)."/functions.php");
languages/cms-tree-page-view-fr_FR.mo CHANGED
Binary file
languages/cms-tree-page-view-fr_FR.po CHANGED
@@ -7,157 +7,390 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: \n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/cms-tree-page-view\n"
10
- "POT-Creation-Date: 2010-06-30 19:00+0000\n"
11
- "PO-Revision-Date: 2010-07-01 14:45+0100\n"
12
- "Last-Translator: Pär Thernström <par.thernstrom@gmail.com>\n"
13
  "Language-Team: \n"
 
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-Language: French\n"
18
- "X-Poedit-Country: FRANCE\n"
19
 
20
- #: functions.php:45
21
  msgid "Enter title of new page"
22
- msgstr "Saisissez le titre de la page"
23
 
24
- #: functions.php:46
25
  msgid "child pages"
26
  msgstr "Pages sous cette page"
27
 
28
- #: functions.php:47
29
  msgid "Edit page"
30
  msgstr "Modifier la page"
31
 
32
- #: functions.php:48
33
  msgid "View page"
34
  msgstr "Voir la page"
35
 
36
- #: functions.php:49
37
  msgid "Edit"
38
  msgstr "Modifier"
39
 
40
- #: functions.php:50
41
  msgid "View"
42
  msgstr "Voir"
43
 
44
- #: functions.php:51
45
  msgid "Add page"
46
  msgstr "Ajouter une page"
47
 
48
- #: functions.php:52
49
  msgid "Add new page after"
50
  msgstr "Ajouter une page après cette page"
51
 
52
- #: functions.php:53
53
  msgid "after"
54
  msgstr "après"
55
 
56
- #: functions.php:54
57
  msgid "inside"
58
  msgstr "sous cette page"
59
 
60
- #: functions.php:55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  msgid "Add new page inside"
62
- msgstr "Ajouter une page sous cette page"
63
 
64
- #: functions.php:56
65
  msgid "draft"
66
  msgstr "brouillon"
67
 
68
- #: functions.php:57
69
  msgid "future"
70
  msgstr "planifié"
71
 
72
- #: functions.php:58
73
  msgid "protected"
74
  msgstr "protégé"
75
 
76
- #: functions.php:59
77
  msgid "pending"
78
  msgstr "en attente"
79
 
80
- #: functions.php:60
81
  msgid "private"
82
  msgstr "privé"
83
 
84
- #: functions.php:61
 
 
 
 
85
  msgid "Password protected page"
86
  msgstr "Page protégée par mot de passe"
87
 
88
- #: functions.php:113
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  msgid "settings"
90
  msgstr "paramètres"
91
 
92
- #: functions.php:120
93
- msgid "Show tree"
94
- msgstr "Voir l'arborescence"
 
 
95
 
96
- #: functions.php:124
97
- msgid "on the dashboard"
98
- msgstr "dans le menu"
99
 
100
- #: functions.php:128
101
- msgid "under the pages menu"
102
- msgstr "sous les pages du menu"
103
 
104
- #: functions.php:135
 
 
 
 
105
  msgid "Save Changes"
106
  msgstr "Enregistrer"
107
 
108
- #: functions.php:150
109
- msgid "No pages found. Maybe you want to <a href='post-new.php?post_type=page'>add a new page</a>?"
110
- msgstr "Aucune page trouvée. Peut-être voulez-vous <a href='post-new.php?post_type=page'>ajouter une page</a>?"
111
 
112
- #: functions.php:157
113
  msgid "All"
114
  msgstr "Toutes les pages"
115
 
116
- #: functions.php:158
117
  msgid "Public"
118
  msgstr "Pages publiées"
119
 
120
- #: functions.php:160
 
 
 
 
121
  msgid "Expand"
122
  msgstr "Dérouler"
123
 
124
- #: functions.php:161
125
  msgid "Collapse"
126
  msgstr "Refermer"
127
 
128
- #: functions.php:166
129
  msgid "Clear search"
130
  msgstr "Effacer la recherche"
131
 
132
- #: functions.php:167
133
  msgid "Search"
134
  msgstr "Rechercher"
135
 
136
- #: functions.php:168
137
  msgid "Searching..."
138
  msgstr "Recherche en cours"
139
 
140
- #: functions.php:173
 
 
 
 
141
  msgid "Loading..."
142
  msgstr "Chargement en cours"
143
 
144
- #: functions.php:175
145
  msgid "Search: no pages found"
146
- msgstr "Recherche : aucune page trouvée"
147
 
148
- #: functions.php:177
149
  msgid "Loading tree"
150
  msgstr "Chargement de l'arborescence"
151
 
152
- #: functions.php:277
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
  msgid "<Untitled page>"
154
  msgstr "<Sans-titre>"
155
 
156
- #: functions.php:295
157
- msgid "Click to edit. Drag to move."
158
- msgstr "Cliquez pour modifier, vous pouvez aussi déplacer la page"
 
 
 
 
 
 
 
 
 
159
 
160
- #: functions.php:432
 
 
 
 
 
 
 
 
 
 
161
  msgid "New page"
162
  msgstr "Nouvelle page"
163
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  msgstr ""
8
  "Project-Id-Version: \n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/cms-tree-page-view\n"
10
+ "POT-Creation-Date: 2012-12-26 20:37:31+00:00\n"
11
+ "PO-Revision-Date: 2013-01-07 22:35+0100\n"
12
+ "Last-Translator: Jean-Christophe Brebion <pro@jcbrebion.com>\n"
13
  "Language-Team: \n"
14
+ "Language: fr_FR\n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
+ "X-Generator: Poedit 1.5.4\n"
 
19
 
20
+ #: functions.php:272
21
  msgid "Enter title of new page"
22
+ msgstr "Entrez le titre de la page"
23
 
24
+ #: functions.php:273
25
  msgid "child pages"
26
  msgstr "Pages sous cette page"
27
 
28
+ #: functions.php:274 functions.php:887
29
  msgid "Edit page"
30
  msgstr "Modifier la page"
31
 
32
+ #: functions.php:275 functions.php:888
33
  msgid "View page"
34
  msgstr "Voir la page"
35
 
36
+ #: functions.php:276 functions.php:887
37
  msgid "Edit"
38
  msgstr "Modifier"
39
 
40
+ #: functions.php:277 functions.php:888
41
  msgid "View"
42
  msgstr "Voir"
43
 
44
+ #: functions.php:278
45
  msgid "Add page"
46
  msgstr "Ajouter une page"
47
 
48
+ #: functions.php:279 functions.php:896
49
  msgid "Add new page after"
50
  msgstr "Ajouter une page après cette page"
51
 
52
+ #: functions.php:280
53
  msgid "after"
54
  msgstr "après"
55
 
56
+ #: functions.php:281
57
  msgid "inside"
58
  msgstr "sous cette page"
59
 
60
+ #: functions.php:282
61
+ msgid "Sorry, can't create a sub page to a page with status \"draft\"."
62
+ msgstr ""
63
+ "Désolé, impossible de créer une page à l'intérieur d'une page ayant le "
64
+ "statut de brouillon."
65
+
66
+ #: functions.php:283
67
+ msgid "Sorry, can't create a sub page to a page with status \"trash\"."
68
+ msgstr ""
69
+ "Désolé, impossible de créer une page à l'intérieur d'une page située dans la "
70
+ "corbeille."
71
+
72
+ #: functions.php:284
73
+ msgid "Sorry, can't create a page after a page with status \"trash\"."
74
+ msgstr ""
75
+ "Désolé, impossible de créer une page après une page située dans la corbeille."
76
+
77
+ #: functions.php:285 functions.php:901
78
  msgid "Add new page inside"
79
+ msgstr "Ajouter une page à l'intérieur de cette page"
80
 
81
+ #: functions.php:286 functions.php:292
82
  msgid "draft"
83
  msgstr "brouillon"
84
 
85
+ #: functions.php:287 functions.php:293
86
  msgid "future"
87
  msgstr "planifié"
88
 
89
+ #: functions.php:288 functions.php:294
90
  msgid "protected"
91
  msgstr "protégé"
92
 
93
+ #: functions.php:289 functions.php:295 functions.php:1235
94
  msgid "pending"
95
  msgstr "en attente"
96
 
97
+ #: functions.php:290 functions.php:296
98
  msgid "private"
99
  msgstr "privé"
100
 
101
+ #: functions.php:291 functions.php:297
102
+ msgid "trash"
103
+ msgstr "corbeille"
104
+
105
+ #: functions.php:298
106
  msgid "Password protected page"
107
  msgstr "Page protégée par mot de passe"
108
 
109
+ #: functions.php:299
110
+ msgid "Adding page..."
111
+ msgstr "Ajout de la page…"
112
+
113
+ #: functions.php:300
114
+ msgid "Adding ..."
115
+ msgstr "Ajout…"
116
+
117
+ #: functions.php:393
118
+ msgid "Tree View"
119
+ msgstr "Affichage en arborescence"
120
+
121
+ #: functions.php:402
122
+ msgid "List View"
123
+ msgstr "Affichage en liste"
124
+
125
+ #: functions.php:438
126
+ msgid "Settings"
127
+ msgstr "Paramètres"
128
+
129
+ #: functions.php:474
130
+ msgctxt "name of dashboard"
131
+ msgid "%1$s Tree"
132
+ msgstr "Arborescence des %1$s"
133
+
134
+ #: functions.php:502
135
+ msgctxt "name in menu"
136
+ msgid "Tree View"
137
+ msgstr "Arborescence"
138
+
139
+ #: functions.php:503
140
+ msgctxt "title on page with tree"
141
+ msgid "%1$s Tree View"
142
+ msgstr "Vue de l'arborescence des %1$s"
143
+
144
+ #: functions.php:523
145
  msgid "settings"
146
  msgstr "paramètres"
147
 
148
+ #: functions.php:529
149
+ msgid "Select where to show a tree for pages and custom post types"
150
+ msgstr ""
151
+ "Sélectionnez où vous souhaitez afficher l'arborescence pour les pages et "
152
+ "types de contenus personnalisés"
153
 
154
+ #: functions.php:573
155
+ msgid "On dashboard"
156
+ msgstr "Sur la tableau de bord"
157
 
158
+ #: functions.php:577
159
+ msgid "In menu"
160
+ msgstr "Dans le menu"
161
 
162
+ #: functions.php:581
163
+ msgid "On post overview screen"
164
+ msgstr "Sur l'écran de gestion des articles"
165
+
166
+ #: functions.php:599
167
  msgid "Save Changes"
168
  msgstr "Enregistrer"
169
 
170
+ #: functions.php:818
171
+ msgid "No posts found."
172
+ msgstr "Aucun article trouvé."
173
 
174
+ #: functions.php:830
175
  msgid "All"
176
  msgstr "Toutes les pages"
177
 
178
+ #: functions.php:835
179
  msgid "Public"
180
  msgstr "Pages publiées"
181
 
182
+ #: functions.php:840
183
+ msgid "Trash"
184
+ msgstr "Corbeille"
185
+
186
+ #: functions.php:848
187
  msgid "Expand"
188
  msgstr "Dérouler"
189
 
190
+ #: functions.php:849
191
  msgid "Collapse"
192
  msgstr "Refermer"
193
 
194
+ #: functions.php:857
195
  msgid "Clear search"
196
  msgstr "Effacer la recherche"
197
 
198
+ #: functions.php:858
199
  msgid "Search"
200
  msgstr "Rechercher"
201
 
202
+ #: functions.php:859
203
  msgid "Searching..."
204
  msgstr "Recherche en cours"
205
 
206
+ #: functions.php:860
207
+ msgid "Nothing found."
208
+ msgstr "Aucun résultat."
209
+
210
+ #: functions.php:867
211
  msgid "Loading..."
212
  msgstr "Chargement en cours"
213
 
214
+ #: functions.php:872
215
  msgid "Search: no pages found"
216
+ msgstr "Recherche: aucune page trouvée"
217
 
218
+ #: functions.php:875
219
  msgid "Loading tree"
220
  msgstr "Chargement de l'arborescence"
221
 
222
+ #: functions.php:896 functions.php:932
223
+ msgid "After"
224
+ msgstr "Après"
225
+
226
+ #: functions.php:901 functions.php:933
227
+ msgid "Inside"
228
+ msgstr "À l'intérieur"
229
+
230
+ #: functions.php:905
231
+ msgid "Can not create page inside of a page with draft status"
232
+ msgstr ""
233
+ "Impossible de créer une page à l'intérieur d'une page ayant le statut de "
234
+ "brouillon"
235
+
236
+ #: functions.php:921
237
+ msgid "Add page(s)"
238
+ msgstr "Ajoutez une ou plusieurs pages"
239
+
240
+ #: functions.php:926
241
+ msgid "Enter title here"
242
+ msgstr "Entrez un titre ici"
243
+
244
+ #: functions.php:931
245
+ msgid "Position"
246
+ msgstr "Emplacement"
247
+
248
+ #: functions.php:938
249
+ msgid "Status"
250
+ msgstr "Statut"
251
+
252
+ #: functions.php:939
253
+ msgid "Draft"
254
+ msgstr "Brouillon"
255
+
256
+ #: functions.php:940
257
+ msgid "Published"
258
+ msgstr "Publié"
259
+
260
+ #: functions.php:944
261
+ msgid "Add"
262
+ msgstr "Ajouter"
263
+
264
+ #: functions.php:945
265
+ msgid "or"
266
+ msgstr "ou"
267
+
268
+ #: functions.php:946
269
+ msgid "cancel"
270
+ msgstr "annuler"
271
+
272
+ #: functions.php:956
273
+ msgid "Last modified"
274
+ msgstr "Dernière modification"
275
+
276
+ #: functions.php:958
277
+ msgid "by"
278
+ msgstr "par"
279
+
280
+ #: functions.php:961
281
+ msgid "Page ID"
282
+ msgstr "ID de la page"
283
+
284
+ #: functions.php:997
285
+ msgctxt "headline of page with tree"
286
+ msgid "%1$s Tree View"
287
+ msgstr "Vue de l'arborescence des %1$s"
288
+
289
+ #: functions.php:1200
290
+ msgid "Unknown user"
291
+ msgstr "Utilisateur inconnu"
292
+
293
+ #: functions.php:1205
294
  msgid "<Untitled page>"
295
  msgstr "<Sans-titre>"
296
 
297
+ #: functions.php:1225
298
+ msgid "Comments"
299
+ msgstr "Commentaires"
300
+
301
+ #: functions.php:1232
302
+ msgid "%s pending"
303
+ msgstr "%s en attente"
304
+
305
+ #: functions.php:1242
306
+ msgctxt "comment count"
307
+ msgid "0"
308
+ msgstr "0"
309
 
310
+ #: functions.php:1242
311
+ msgctxt "comment count"
312
+ msgid "1"
313
+ msgstr "1"
314
+
315
+ #: functions.php:1242
316
+ msgctxt "comment count"
317
+ msgid "%"
318
+ msgstr "%"
319
+
320
+ #: functions.php:1428
321
  msgid "New page"
322
  msgstr "Nouvelle page"
323
 
324
+ #: functions.php:1618
325
+ msgid "Thanks for using my plugin"
326
+ msgstr "Merci d'utiliser mon plugin"
327
+
328
+ #: functions.php:1620
329
+ msgid ""
330
+ "Hi there! I just wanna says thanks for using my plugin. I hope you like it "
331
+ "as much as I do."
332
+ msgstr ""
333
+ "Bonjour! Je voulais simplement vous remercier d'utiliser mon plugin. "
334
+ "J'espère que vous l'appréciez autant que moi."
335
+
336
+ #: functions.php:1621
337
+ msgid "/Pär Thernström - plugin creator"
338
+ msgstr "Pär Thernström - créateur du plugin"
339
+
340
+ #: functions.php:1623
341
+ msgid "I like this plugin<br>– how can I thank you?"
342
+ msgstr "J'adore ce plugin<br>– comment puis-je vous remercier?"
343
+
344
+ #: functions.php:1624
345
+ msgid "There are serveral ways for you to show your appreciation:"
346
+ msgstr "Il y a plusieurs moyens de montrer votre appréciation:"
347
+
348
+ #: functions.php:1626
349
+ msgid ""
350
+ "<a href=\"%1$s\">Give it a nice review</a> over at the WordPress Plugin "
351
+ "Directory"
352
+ msgstr ""
353
+ "<a href=\"%1$s\">Écrire un avis positif</a> sur l'annuaire des plugins "
354
+ "WordPress"
355
+
356
+ #: functions.php:1627
357
+ msgid "<a href=\"%1$s\">Give a donation</a> – any amount will make me happy"
358
+ msgstr "<a href=\"%1$s\">Envoyer un don</a> – quel que soit le montant"
359
+
360
+ #: functions.php:1628
361
+ msgid ""
362
+ "<a href=\"%1$s\">Post a nice tweet</a> or make a nice blog post about the "
363
+ "plugin"
364
+ msgstr ""
365
+ "<a href=\"%1$s\">Poster un tweet</a> ou rédiger un article de blog à propos "
366
+ "du plugin"
367
+
368
+ #: functions.php:1631
369
+ msgid "Support"
370
+ msgstr "Support"
371
+
372
+ #: functions.php:1632
373
+ msgid "Plese see the <a href=\"%1$s\">support forum</a> for help."
374
+ msgstr ""
375
+ "Veuillez consulter le <a href=\"%1$s\">forum de support</a> pour obtenir de "
376
+ "l'aide."
377
+
378
+ #: functions.php:1636
379
+ msgid "Hide until next upgrade"
380
+ msgstr "Masquer jusqu'à la prochaine mise à jour"
381
+
382
+ #~ msgid "Show tree"
383
+ #~ msgstr "Voir l'arborescence"
384
+
385
+ #~ msgid "under the pages menu"
386
+ #~ msgstr "sous les pages du menu"
387
+
388
+ #~ msgid ""
389
+ #~ "No pages found. Maybe you want to <a href='post-new.php?"
390
+ #~ "post_type=page'>add a new page</a>?"
391
+ #~ msgstr ""
392
+ #~ "Aucune page trouvée. Peut-être voulez-vous <a href='post-new.php?"
393
+ #~ "post_type=page'>ajouter une page</a>?"
394
+
395
+ #~ msgid "Click to edit. Drag to move."
396
+ #~ msgstr "Cliquez pour modifier, vous pouvez aussi déplacer la page"
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.4
6
  Tested up to: 3.5
7
- Stable tag: 1.2.2
8
 
9
  Adds a tree view of all pages & custom posts. Get a great overview + options to drag & drop to reorder & option to add multiple pages.
10
 
@@ -105,6 +105,11 @@ Now the tree with the pages will be visible both on the dashboard and in the men
105
 
106
  == Changelog ==
107
 
 
 
 
 
 
108
  = 1.2.2 =
109
  - Hide "inside" link if post type is draft, since you can't create new post inside a page with status draft (limitation/bug with Wordpress)
110
  - Added actions so other developers or plugins can control what pages/posts that are editiable and so on. Added filters are: cms_tree_page_view_post_can_edit, cms_tree_page_view_post_user_can_add_inside, cms_tree_page_view_post_user_can_add_after
4
  Tags: page, pages, posts, custom posts, tree, cms, dashboard, overview, drag-and-drop, rearrange, management, manage, admin
5
  Requires at least: 3.4
6
  Tested up to: 3.5
7
+ Stable tag: 1.2.3
8
 
9
  Adds a tree view of all pages & custom posts. Get a great overview + options to drag & drop to reorder & option to add multiple pages.
10
 
105
 
106
  == Changelog ==
107
 
108
+ = 1.2.3 =
109
+ - Removed an ugly pixel in the tree icon
110
+ - Minor CSS changes to tree icon
111
+ - Updated French translation
112
+
113
  = 1.2.2 =
114
  - Hide "inside" link if post type is draft, since you can't create new post inside a page with status draft (limitation/bug with Wordpress)
115
  - Added actions so other developers or plugins can control what pages/posts that are editiable and so on. Added filters are: cms_tree_page_view_post_can_edit, cms_tree_page_view_post_user_can_add_inside, cms_tree_page_view_post_user_can_add_after
styles/images/switch-view-icons.png CHANGED
Binary file
styles/images/switch-view-icons.psd CHANGED
Binary file
styles/styles.css CHANGED
@@ -477,6 +477,10 @@ for posts overview enabled mode
477
  padding-right: 0;
478
  }
479
 
 
 
 
 
480
  #view-switch-tree {
481
  background: url(images/switch-view-icons.png) 0 0;
482
  display: none;
477
  padding-right: 0;
478
  }
479
 
480
+ .view-switch-cstpv-icon-added a {
481
+ display: inline-block;
482
+ }
483
+
484
  #view-switch-tree {
485
  background: url(images/switch-view-icons.png) 0 0;
486
  display: none;