CMS Tree Page View

Descrição

Adiciona uma árvore de visualização no estilo CMS para suas páginas e posts personalizados para o WordPress – um panorama comumente encontrado em CMS de gerenciamento de páginas.

Veja também OrganizeWP se deseja incorporar vários tipos de conteúdo em uma mesma visualização.

Nessa árvore você pode visualizar, editar, adicionar e buscar páginas além de arrastar e soltar para rearranjar a ordem.

CMS Tree Page View é uma boa alternativa para plug-ins como pageMash, WordPress Page Tree e My Page Order.
Para vários tipos de conteúdo e outros recursos veja também OrganizeWP.

O gerenciamento de páginas no WordPress nunca foi tão fácil!

Características e destaques:

  • Veja suas páginas & e posts em uma estrutura de árvore, como você visualiza seus arquivos no Windows Explorer ou no Finder do OS X
  • Arraste e solte para reorganizar/reordenar suas páginas
  • Adiciona páginas na sequência ou como subpágina de uma página
  • Adicione múltiplas páginas de uma só vez – perfeito para configurar a estrutura de um novo site
  • Editar páginas
  • Visualizar páginas
  • Buscar páginas
  • Disponível para páginas comuns e posts personalizados
  • Funciona com ambos os tipos de posts, hierárquico e não hierárquico
  • Veja a hierarquia do seu site diretamente do painel de controle do WordPress
  • Arraste e solte entre estruturas com diferentes tipos de posts para mudar o tipo do item arrastado. Por exemplo: mude qualquer página comum para um tipo de post personalizado.
  • Ajude na tradução do plugin WPML, para gerenciar todos os idiomas no seu site

Visualize suas páginas no seu site na mesma ordem na qual elas aparecem no CMS Tree Page View

Para mostrar suas páginas no seu website na mesma ordem na qual elas aparecem nesse plugin, você deve ordená-las por “ordem do menu”.

// Example using query_posts
$args = array(
  'post_type' => 'page',
  'orderby'=> 'menu_order',
  'order'=>'ASC',
);
$posts = query_posts($args);

// Example using wp_query
$args = array(
    'post_type' => 'page',
    'orderby' => 'menu_order',
    'order' => 'ASC',
);
$query = new WP_Query( $args );

Screencast

(Novo screencast em breve!)

Assista esse screencast para ver como pode ser fácil gerenciar suas páginas:

Traduções/Idiomas

O plugin está disponível nos seguintes idiomas:

  • Inglês
  • Alemão
  • Francês
  • Espanhol
  • Russo
  • Bielorrusso
  • Sueco
  • Tcheco
  • Italiano
  • Holandês
  • Húngaro
  • Norueguês
  • Polonês
  • Grego
  • Dinamarquês
  • Lituano
  • Estoniano
  • Finlandês
  • Japonês
  • Ucraniano, por getvoip.com
  • Eslovaco

Sempre mostrar suas páginas na área de administração

Se quiser ter uma lista de suas páginas publicadas na área de administração do WordPress , dê uma olhada no plugin Admin Menu Tree Page View.

Doação e mais plugins

  • Dê uma olhada no outro plugin Simple History se quiser ver um log de alterações no seu WordPress admin. Com o Simple History você pode ver tentativas de acesso (negadas e com sucesso), alterações em páginas, atualizações no plugin e muito mais. É uma boa maneira de monitorar alterações no seu site!
  • Se você curtiu esse plugin não se esqueça de fazer uma doação para apoiar melhorias.

Imagens de tela

  • A estrutura de páginas em ação
  • Editar, visualizar e até adicionar múltiplas páginas de uma vez!
  • Arraste e solte para reorganizar/mudar a sequencia das páginas.

Instalação

  1. Envie a pasta “cms-tree-page-view” em “/wp-content/plugins/”
  2. Ative o plugin no menu “Plugins” no WordPress
  3. Feito!

Agora a árvore de visualização de páginas será exibida tanto no painel de controle quanto no menu sob as páginas.

Avaliações

CMS Tree Page View is straightforward, very useful and well-maintained. Everything that open source should be. WordPress owes its success to developers like Jon Christopher and Pär Thernström who create powerful, truly open source solutions like CMS Tree Page View and Simple History and share them for free, without huge advertising banners or interruption marketing with unnecessary admin notifications. We are proud to modestly sponsor Simple History and Pär. We sponsored Jon Christopher enough with his SearchWP plugin which practices discriminatory pricing against existing users (much higher renewal prices than purchase prices) which is the antithesis of the open source spirit.
2 dezembro, 2022
The default Pages display in WP admin is not great. It's super hard to find pages that I or other staff have worked on recently because it won't let you sort by most recently modified and then save that as your default. And when you search, it looks not only at the page titles but also the content... so often you end up with too many results and you're still not able to find that page you need. Tree View is great because it shows me all the pages of my site organized on one page with easy to understand indentation showing parent/child relationships. It's very intuitive. And best of all, the search function works beautifully on the page titles by default, highlighting them and even expanding any that are hidden so you can quickly see them. Highly recommend this plugin if you've found the default pages difficult to use like me.
Leia todas as 356 avaliações

Colaboradores e desenvolvedores

“CMS Tree Page View” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.

Colaboradores

“CMS Tree Page View” foi traduzido para 15 localizações. Agradecemos aos tradutores por suas contribuições.

Traduzir “CMS Tree Page View” para o seu idioma.

Interessado no desenvolvimento?

Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.

Registro de alterações

1.6.8 (April 2023)

Refactor of changes made in 1.6.7 security release

1.6.7 (April 2023)

Security update, fixes RXSS vulnerability.

1.6.6 (May 2022)

WordPress 6.0 compatibility
Adds link to Edit in Elementor.

1.6.5 (May 2022)

Atualização de compatibilidade do PHP8. Créditos a @cjhaas.

1.6.4 (December 2020)

Crie uma reclamação para qualquer problema de jQuery (ou qualquer outro problema) encontrado.

  • Corrige regressão introduzida na versão 1.6.2 que impedia arrastar/soltar na versão atualizada do jQuery.

1.6.3 (December 2020)

  • Corrige regressão introduzida na versão 1.6.2 que impedia a expansão dos itens pais na versão atualizada do jQuery.

1.6.2 (December 2020)

  • Corrige uma série de falhar de jQuery

1.6.1 (July 2020)

CMS Tree Page View foi adotado por Jon Christopher! Leia o post de anúncio para mais informações e formas de enviar feedback.

  • Testado com WordPress 5.4.
  • Testado com novas mudanças de JQuery no WordPress.
  • Banners de imagens atualizados
  • Screenshots atualizados
  • Remove chamada de função obsoleta para screen_icon().

1.6 (January 2018)

  • Remove função obsoleta PHP create_function().
  • Remove função obsoleta do WordPress get_screen_icon().

1.5 (January 2018)

  • Remove função não utilizada cms_tpv_add_page().
  • Adicione uma verificação de nonce ao mover a página.

1.4 (October 2017)

  • Verifica se um usuário tem permissão para editar páginas/posts quando executa uma função AJAX, garantindo que usuários com papel de subscritos não movam as páginas.

1.3.4 (June 2016)

  • Atualize os arquivos de tradução em finlandês. Obrigado tradutor!

1.3.3 (March 2016)

  • Corrige um erro com o WPML. Corrige https://wordpress.org/support/topic/all-pages-in-all-languages-showing-with-latest-wpml.
  • Corrige erro com um filtro. Corrige https://wordpress.org/support/topic/pages-not-displayed-after-updating-to-132-unknown-column-ids.

1.3.2 (March 2016)

  • Faz a árvore de páginas utilizar menos memória. Deve funcionar com um número grande de páginas agora.
    Corrige https://wordpress.org/support/topic/fatal-error-allowed-memory-size-exhausted-27.

1.3.1

  • Um problema com o WP Super Cache deve ser corrigido. Correções https://wordpress.org/support/topic/1233-breaks-plugin-fix e provavelmente mais alguns tópicos de suporte.

1.3

  • Idiomas devem ser carregados do wordpress.org, se disponível.
  • Remove tradução em Alemão, porque é carregada do wordpress.org.

1.2.34

  • Corrija a atribuição por violação de padrões de referência. Obrigado johnny-bit pela correção.
    Corrige http://eskapism.se/wordpress/cms-tree-page-view/comment-page-4/#comment-99867 e
    https://wordpress.org/support/topic/strict-standards-only-variables-should-be-assigned-by-reference-1
    e possivelmente mais.
  • Remova a caixa de doação do painel, porque era muito irritante e ficava terrível lá.

1.2.33

  • Corrigi conflitos com Formidable Forms. Corrige https://wordpress.org/support/topic/conflicts-with-formidable-forms. Obrigado https://github.com/alexciarlillo pela correção.
  • Corrige um problema de URL que alguns tiveram com HTTPS. Avise se você teve problemas com HTTPS e se esta atualização resolveu. Obrigado!
  • Faça uma doação bla bla bla talvez um pouco menos chato.

1.2.32

  • Correção para possível ataque XSS.

1.2.31

  • Fixed so existing pages/posts keep their original author and last modified time. Thanks Heikki Paananen for finding and fixing this.

1.2.30

  • Updated German translation. Thank you translator!

1.2.29

  • Added Slovak translation. Thank you translator!

1.2.28

1.2.27

  • Add new filter “cms_tree_page_view_post_title”. Use this filter to change to title being used to build the tree.

1.2.26

  • Roll back the feature with permissions to move pages. Too many people had problems with it.

1.2.25

  • Just a version bump because wordpress.org did not show version 1.2.24.

1.2.24

  • Fix problems with users not getting permissions to move pages.

1.2.23

  • Now only users with permission may move pages and custom posts and publish new posts. By default administrator and editors have these rights. Is checked using capability “move_cms_tree_view_page”, so add that to any user you want to allow this for. Props mateuszdw, who made the very first pull request for this plugin! Thanks a lot!

1.2.22

  • Fixed top links being squashed in dashboard. Fixes https://wordpress.org/support/topic/bug-top-links-on-dashboard-widget-misaligned-in-wp-38. Props tim.wakeling.
  • Fixed: Now prevents long titles from overflowing the dashboard widget area. Prop tim.wakeling.

1.2.21

  • Fixed incompatibility issue with plugin Advanced Custom Fields.

1.2.20

  • Removed part of a comment beacuse it mentionened a file on another domain and therefore violated the repository guidelines. Also moved some sprites in CSS from loading external to loading internal.

1.2.19

  • Added action “cms_tree_page_view_node_move_finish” that is called after a page is moved with drag and drop. Useful to for example clear caches.

1.2.18

  • Added Japanese translation

1.2.17

  • Removed references to, and files for, FirePHP, since it was not used anyway.

1.2.16

  • Just a version bump to make wordpress.org see my changes…

1.2.15

  • Fixed a PHP shortcode.
  • Fixed arguments passed to filter get_pages.

1.2.14

  • Now the tree view is enabled by default for hiearchical post types. Should make it easier for new users to get started.
  • Removed some annoying calls to console.log().
  • Fixed bulk edit and quick edit not working for posts. Fixes https://wordpress.org/support/topic/breaks-bulk-edit-feature.
  • Fixed error with removed users. Fixes https://wordpress.org/support/topic/better-wp-security-conflict-1.
  • Order now also includes post_title instead of just menu_order. Fixes https://wordpress.org/support/topic/orderby-should-include-post_title.
  • Updated norwegian translation.

1.2.13

  • Added Serbo-Croatian translation by Andrijana Nikolic from webhostinggeeks

1.2.12

  • Fixed search not working
  • Fix height of clear search icon

1.2.11

  • Updated german translation
  • Updated POT file for translators

1.2.10

  • New fix for wp-Typography. Thanks to eceleste for digging into the problem and fixing it.

1.2.9

  • Fixed an incompatibility with wp-Typography (https://wordpress.org/extend/plugins/wp-typography/). Fixes https://wordpress.org/support/topic/html-in-titles.

1.2.8

  • Fix for post types with dashes in them. Fixes https://wordpress.org/support/topic/custom-posts-with-in-post_type.

1.2.7

  • Fix some notice errors/warning. Props damienwhaley. Fixes https://wordpress.org/support/topic/fix-for-three-non-fatal-errors.

1.2.6

  • Corrigi o carregamento de CSS sobre HTTPS.
    Fixes https://wordpress.org/support/topic/update-noticonscss-reference-in-stylescss-for-https-sites-too.
  • Fixed some styling issues in IE 8.

1.2.5

  • Fixed some notice warnings
  • Added Finnish translation
  • Fixed a security issue. Thanks to Julio POTIER (http://secu.boiteaweb.fr/) for finding and reporting.
  • Added nonce checks for options page and for adding new pages

1.2.4

  • Small design changes for the icons in the post overview screen
  • Added actions to check permissions when adding pages with AJAX

1.2.3

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

1.2.2

  • 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)
  • 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

1.2.1

  • Fixed wrong count if WPML where activated and future or private posts existed for a language
  • Show info message if no posts found after fetching posts with AJAX
  • Updated Swedish translation
  • Updated Russian translation – hopefully it works this time!
  • Updated POT file
  • Minor language fixes, like actually loading plugin textdomain before using any texts…

1.2

  • Added option to show the tree in the regular post overview screen. Makes the tree view fit into the regular workflow and GUI much better. To enable: go to settings > CMS Tree Page View > Tick the option “On post overview screen”. Then go to for example the pages overview screen and in the upper right corner there will be an icon to switch between the regular list view and the tree view of this plugin.
  • Fixed so search button now looks more like the rest of the WordPress GUI
  • Fixed a undefined index warning
  • Fixed wrong language count for WPML-enabled post types
  • Perhaps fixed a problem with some other plugins, for example Formidable Pro
  • Added icon to settings page
  • Added updated Russian translation
  • Updated POT-file for translators

1.1

  • Added “Add new”-link next to headline, to better match the regular post overview page + it makes it possible to add new pages/posts when there are no pages/posts added (previously there needed to be at least one post added to be able to add new posts)
  • Added post count in parenthesis after each post status. Also makes the page match the regular post overview page a it more. Works for both built in post types and custom post types + if WPML is installed it will show post count for each language too.
  • Fixed a bug with sortables (well, I kinda forgot to load that script at all!) that made the plugin only work on the dashboard.
  • Fixed some IE-bugs

1.0

  • New: create multiple pages at once! Add multiple pages faster than ever before! You can even select if the new pages should be drafts or published. And ever drag and drop the pages to get the correct order even before adding them. I know – it’s awesome!
  • Fixed: adds new pages with the correct and selected WPML-language
  • Added: you can now change the type of a post by draging the post between different trees on the dashboard. So if you have one custom post type called “Cars” and another called “Bicycles” you can now drag a page from the cars tree to the bicicyles tree and the post will converted to that post type. Pretty powerful feature that you used to need a separately plugin to be able to do.
  • Misc fixes
  • Added new POT-file for translators
  • I decided to call this version 1. I’ve been using this plugin for so long time now and I use it in almost every WordPress project I participate in (all projects with lots of pages), so with this new add-mulitple-page-feature it feels like it’s time to go to version 1. Hope you’ll agree! 🙂

0.10.1

  • Fixed popup closing to fast on Firefox.
  • Enable menu item setting by default for hierarchical post types during first install. It was confusing when it was enabled for pages but not for other post types. Consistency!
  • Added link to settings page to plugin listing.
  • Fixed: WPML-stuff now also works on custom post types

0.10

  • Fixed position of action div. Now it’s always to the right of the page name.
  • Fixed so action div never is below the fold of the browser. Instead it’s moved up until it’s visible.
  • Fixed problem related to hoverIntent and mouseover and drag and drop. There was just to many wierd things going on so I switched to my own solution instead. Let me know if it works ok for you too now again!

0.9

  • Only output scripts and styles on pages that the plugin uses. This should speed up other parts of the WordPress admin a little tiny itsy bitsy bit.
  • Added a hopefully not to spammy box about donation and stuff. Hopefully it it encourages some of you to give it a good review or maybe even donate some money. I’ve spent a lot, lot, LOT of time developing this plugin you know 😉
  • Changed title on dashboard widgets and changed name of the menu item under each supported post type. Makes the titles/names look/feel a bit less dorky.
  • Show icons next to the headline of top of pages with the tree
  • Minor CSS changes like a little bit bigger text on the pages and a bit more spacing between each page. Makes a bit easier to drag and drop/move them around.
  • Changed javascript to to use on() istead on live()
  • Removed hoverIntent since that is included in WordPress by default
  • Started using hoverIndent to make the popup with page actions show after a short while for each page. This also means that you can move outside the actions-pop-up for a short while without the pop up being closed – a thing that annoyed me very much. This makes the whole popup actions div thingie feels less in-your-face all the time. Hope you like it as much as I do!

0.8.14

  • Added Estonian translation

0.8.13

  • Updated Lithuanian language

0.8.12

  • Fix for forever loading tree
  • No plus-sign on nodes that has no children

0.8.11

  • Changed the way to find the plugin url. Hopefully works better now. Thanks https://twitter.com/windyjonas for the patch.

0.8.10

  • Updated Polish translation, including .mo-file

0.8.9

  • Added Belarusian translation. thanks Web Geek Science  (Web Hosting Geeks)
  • Fixed XSS vulnerability as described here: https://www.htbridge.com/advisory/HTB23083

0.8.8

  • Fix for tree not remembering state
  • Fix for tree not opening on first click

0.8.7

  • Updated German translation
  • Fixed PHP notice messages
  • Updated swedish translation
  • Changed the way scripts and styles load, so it won’t add scripts and styles to pages it shouldn’t add scripts and styles to

0.8.6

  • Ops, forgot the .mo-file for the Danish translation. Hopefully I did it correct this time…

0.8.5

  • Added Danish translation

0.8.4

  • Hopefully fixed so scripts and styles can be loaded over https, if WP is accessed over https.

0.8.3

  • Added Lithuanian translation by www.kerge.lt. Thank you!

0.8.2

  • 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
  • Norwegian translation added by Eigil Moe (http://www.eimoe.com)

0.7.19

  • Greek translation added by Mihalis Papanousis (http://aenaon.biz)
  • Hopefully fixed some more problems with columns

0.7.18

  • Second try: Hopefully fixed the problem that moving a page resulted in WPML losing the connection between the languages
  • Hungarian translation added
  • Small CSS fixes
  • Fixed compatiblity issue with ALO EasyMail Newsletter

0.7.17

  • Removed cookie.js
  • Updated jstree
  • If Keyboard Shortcuts was enabled for a user, title and content of a post could not be edited.
  • Drag and drop is now a bit more accurate and less “jerky”
  • Hopefully fixed the problem that moving a page resulted in WPML losing the connection between the languages
  • Dutch translation added
  • Hebrew translation added
  • Updated POT-file. Translators may want to check for added or updated words and sentences.
  • Fixed a notice-message

0.7.16

  • Correção para wpml-languages com ‘-‘ incluso, pata chinês simplificado e chinês tradicional.
    https://wordpress.org/support/topic/plugin-cms-tree-page-view-broken-for-languages-with-a-in
  • Fixed some problems with columns and utf-encoding
  • Moved adding page to a box above the tree, so you won’t get the feeling that the tree has been deleted when you add a page.

0.7.15

  • Czech translation added
  • Italian translation added, by Andrea Bersi (http://www.andreabersi.com)
  • 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).
  • Usa funções próprias do WordPress em mais alguns lugares.
  • Ao fazer uma pesquisa e não encontrar nenhum post, você agora recebe uma mensagem para saber que não houve correspondências.
  • Tradução alemã adicionada, por Thomas Dullnig (www.sevenspire.com). Obrigado!
  • Muito código reescrito para esta atualização do CMS Tree Page View, então, me avise se funciona ou se eu quebrei alguma coisa!

0.6.1

  • Esqueci de fechar uma p-tag corretamente. Agora deve validar novamente!
  • Corrige um problema em que a movimentação parecia não funcionar ao tentar mover páginas quando várias páginas tinham o mesmo menu_order, então elas eram classificadas por alfa.
  • corrige um problema com qtranslate que resultava em “carregando árvore…” interminável
  • a caixa de agradecimento/precisa de ajuda/’faça uma doação’ foi reativada após a atualização/reativação do plugin. Não se esqueça que você pode doar! 🙂

0.6

  • tradução para o francês atualizada
  • nova caixa para mouse/pop-up – me avise o que acha disso
  • nova caixa: é maior, então é menos provável que você deslize para fora dela com o mouse (acontece comigo o tempo todo! muito chato…) .
  • nova caixa: mais informações podem ser colocadas lá. me avise se há alguma informação que você gostaria de ver no pop-up (agora ele mostrará a data da última modificação + o id da página)
  • nova caixa: editar e visualizar links agora são links reais, para que você possa editar ou visualizar páginas, por exemplo, em uma nova guia
  • nova caixa: ah.. e está muito mais bonita! 🙂

0.5.7

  • jquery.cookie.js renomeado para jquery.biscuit.js para corrigir problemas com mod_security do módulo apache. me avise se ele realmente funciona! 🙂
  • arquivo .pot atualizado, agora os tradutores podem verificar se tudo está atualizado

0.5.6

  • posts protegidos por senha agora mostram um ícone de cadeado (obrigado Seebz pela contribuíção)

0.5.5

  • ok, agora os textos devem ser traduzidos. sério! obrigado por reportar o erro!

0.5.4

  • ao passar o mouse sobre a pequena seta, o cursor agora é uma mão novamente. fica melhor desta forma.
  • alguns textos não foram traduzidos devido ao wp_localize_script ser chamado antes do load_plugin_textdomain. obrigado por relatar isso.

0.5.3

  • link para “adicionar nova página” quando não havia páginas agora funciona
  • mudança do o prompt nativo js para http://abeautifulsite.net/2008/12/jquery-alert-dialogs/ (principalmente porque você pode usar outras guias do navegador enquanto a caixa de diálogo/prompt está aberta)
  • adicionou uma caixa ‘ faça uma doção’. Faça o que está escrito! 🙂
  • começou a usar o menu_page_url em vez do caminho fixo para o plugin
  • agora reques WordPress 3

0.5.2

  • você pode receber um erro se usado junto com o plugin WordPress “Simple Fields” (sim, eu usei o mesmo nome de função em ambos os plugins! Me engane duas vezes, que vergonha.)

0.5.1

  • esqueci de adicionar estilos ao svn

0.5

  • Usa wp_localize_script para traduzir script. O método anterior pode levar ao erro 404, embora o arquivo exista.
  • Saída mais válida
  • jsTree atualizado para 1.0rc
  • Código reescrito para jsTree atualizado
  • Adiciona um botão “limpar pesquisa” à caixa de pesquisa
  • Widget do painel adicionado novamente! Viva!
  • Requer WordPress 3 por causa do jquery 1.4.2. Se você estiver usando o WP 2.x, tente a versão 0.4.9: https://downloads.wordpress.org/plugin/cms-tree-page-view.0.4.9.zip

0.4.9

  • tradução francesa adicionada por Bertrand Andres

0.4.8

  • tradução russa adicionada por Alexufo (www.serebniti.ru)
  • corrige um link que não mudava de cor ao passar o mouse

0.4.7

  • remove alguns código que não pertenciam…
  • não mostra posts de rascunho automático em wp3

0.4.6

  • poderia obter um erro de banco de dados porque post_content não tinha valor padrão
  • remove o uso de console.log e um alerta. ai!
  • Ao adicionar uma subpágina, vários posts podem obter menu_order = 0, o que levou a problemas de classificação

0.4.5

  • tradução bielorrussa adicionada por Marcis G.
  • a página de configurações não marcava as caixas de seleção por padrão
  • árvore removida do painel devido a alguns problemas com publicação de eventos (será adicionado posteriormente quando o problema for corrigido)

0.4.4

  • tradução agora funciona em javascript (esqueci de usar load_plugin_textdomain)
  • tradução sueca adicionada por Måns Jonasson

0.4.3

  • esqueceu o domínio de _e em alguns lugares

0.4.2

  • arquivo .pot adicionado

0.4.1

  • mais preparação para tradução
  • corrigido alguns <? em <?php

0.4

  • usa json (correção para jquery 1.4)
  • páginas sem título agora mostram “sem título” em vez de simplesmente desaparecer
  • usa get_the_title em vez de pegar o título direto do banco de dados, fazendo com que plugins como o qtranslate funcionem
  • preparando para tradução usando __ e _e

0.3

  • todos | público: funciona no painel
  • todos | público: agora são carregados usando ajax. Sem recarregamento!
  • página de opções adicionadas para que você possa escolher onde mostrar a árvore (no painel ou em “páginas” … ou ambos, é claro!). disponível apenas para administradores.
  • função “editar paginas” necessária para visualizar a árvore

0.2

  • Possível correção para o Fluency Admin

0.1a

  • Primeira versão pública.