History log of /plugin/move/conf/ (Results 1 – 10 of 10)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
91abc83a16-Jul-2024 Andreas Gohr <andi@splitbrain.org>

Rewrite of the tree manager

This rewrite drops all dependencies on jQuery for the tree manager and
uses modern JavaScript for the drag'n'drop operations. It introduces the
posibility to view the tre

Rewrite of the tree manager

This rewrite drops all dependencies on jQuery for the tree manager and
uses modern JavaScript for the drag'n'drop operations. It introduces the
posibility to view the tree as a merged tree of page and media
namespaces (similar to what we do in the ACL manager). This merged view
is often advantageous in wikis where both trees are very similar. A
default view can be set in the configuration but users can switch
between the views on a case by case basis.

This does not change any functionality in any of the other scripts or in
the way how the move is executed. It's a GUI refresh only.

Other parts of the plugin could use a GUI refresh as well (eg. use the
same SVG based icons and drop jQuery dependencies).

show more ...


/plugin/move/.github/workflows/dokuwiki.yml
/plugin/move/.github/workflows/release.yml
/plugin/move/LICENSE
/plugin/move/MenuItem.php
/plugin/move/MoveResolver.php
/plugin/move/README
/plugin/move/_test/GeneralTest.php
/plugin/move/_test/affectedPagesNs.test.php
/plugin/move/_test/cache_handling.test.php
/plugin/move/_test/findMissingDocuments.test.php
/plugin/move/_test/handler.test.php
/plugin/move/_test/mediamove.test.php
/plugin/move/_test/namespace_move.test.php
/plugin/move/_test/pagemove.test.php
/plugin/move/_test/plan.test.php
/plugin/move/_test/stepThroughDocuments.test.php
/plugin/move/_test/tpl.test.php
/plugin/move/action/progress.php
/plugin/move/action/rename.php
/plugin/move/action/tree.php
/plugin/move/admin.svg
/plugin/move/admin/main.php
/plugin/move/admin/tree.php
default.php
metadata.php
/plugin/move/deleted.files
/plugin/move/helper/handler.php
/plugin/move/helper/op.php
/plugin/move/helper/plan.php
/plugin/move/helper/rewrite.php
/plugin/move/images/folder_add.png
/plugin/move/images/rename.svg
/plugin/move/lang/ar/lang.php
/plugin/move/lang/cs/lang.php
/plugin/move/lang/cs/progress.txt
/plugin/move/lang/cs/settings.php
/plugin/move/lang/da/lang.php
/plugin/move/lang/da/move.txt
/plugin/move/lang/da/progress.txt
/plugin/move/lang/da/settings.php
/plugin/move/lang/da/tree.txt
/plugin/move/lang/de-informal/lang.php
/plugin/move/lang/de-informal/move.txt
/plugin/move/lang/de-informal/progress.txt
/plugin/move/lang/de-informal/settings.php
/plugin/move/lang/de-informal/tree.txt
/plugin/move/lang/de/lang.php
/plugin/move/lang/de/move.txt
/plugin/move/lang/de/settings.php
/plugin/move/lang/el/lang.php
/plugin/move/lang/el/move.txt
/plugin/move/lang/el/progress.txt
/plugin/move/lang/el/settings.php
/plugin/move/lang/el/tree.txt
/plugin/move/lang/en/lang.php
/plugin/move/lang/en/settings.php
/plugin/move/lang/en/tree.txt
/plugin/move/lang/es/lang.php
/plugin/move/lang/es/move.txt
/plugin/move/lang/es/progress.txt
/plugin/move/lang/es/settings.php
/plugin/move/lang/es/tree.txt
/plugin/move/lang/fr/lang.php
/plugin/move/lang/fr/settings.php
/plugin/move/lang/hr/lang.php
/plugin/move/lang/hr/settings.php
/plugin/move/lang/id/lang.php
/plugin/move/lang/id/progress.txt
/plugin/move/lang/id/settings.php
/plugin/move/lang/id/tree.txt
/plugin/move/lang/it/lang.php
/plugin/move/lang/ja/lang.php
/plugin/move/lang/ja/settings.php
/plugin/move/lang/ko/lang.php
/plugin/move/lang/ko/settings.php
/plugin/move/lang/nl/lang.php
/plugin/move/lang/nl/settings.php
/plugin/move/lang/no/lang.php
/plugin/move/lang/no/move.txt
/plugin/move/lang/no/settings.php
/plugin/move/lang/no/tree.txt
/plugin/move/lang/pl/lang.php
/plugin/move/lang/pt-br/lang.php
/plugin/move/lang/pt-br/move.txt
/plugin/move/lang/pt-br/progress.txt
/plugin/move/lang/pt-br/settings.php
/plugin/move/lang/pt-br/tree.txt
/plugin/move/lang/ru/lang.php
/plugin/move/lang/ru/move.txt
/plugin/move/lang/ru/progress.txt
/plugin/move/lang/ru/settings.php
/plugin/move/lang/ru/tree.txt
/plugin/move/lang/sk/lang.php
/plugin/move/lang/sk/move.txt
/plugin/move/lang/sk/progress.txt
/plugin/move/lang/sk/settings.php
/plugin/move/lang/sk/tree.txt
/plugin/move/lang/sv/lang.php
/plugin/move/lang/sv/progress.txt
/plugin/move/lang/sv/settings.php
/plugin/move/lang/tr/lang.php
/plugin/move/lang/tr/progress.txt
/plugin/move/lang/uk/lang.php
/plugin/move/lang/vi/lang.php
/plugin/move/lang/vi/move.txt
/plugin/move/lang/vi/progress.txt
/plugin/move/lang/vi/settings.php
/plugin/move/lang/vi/tree.txt
/plugin/move/lang/zh-tw/lang.php
/plugin/move/lang/zh-tw/settings.php
/plugin/move/lang/zh/lang.php
/plugin/move/lang/zh/settings.php
/plugin/move/plugin.info.txt
/plugin/move/remote.php
/plugin/move/script.js
/plugin/move/script/MoveMediaManager.js
/plugin/move/script/rename.js
/plugin/move/script/tree.js
/plugin/move/script/tree_old.js
/plugin/move/style.less
fb13e13a02-Jan-2017 Michael Hamann <michael@content-space.de>

Remove space character from configuration key

ebffba7105-Dec-2016 Michael Grosse <grosse@cosmocode.de>

feat: Add config to toggle pagetools integration

Having a hard-coded list of templates where the integration happens is
cumbersome, because it requires a pull-request for every new template and
it i

feat: Add config to toggle pagetools integration

Having a hard-coded list of templates where the integration happens is
cumbersome, because it requires a pull-request for every new template and
it is somehow the wrong order because the templates should have the
option to create special handling for specific plugins, however plugins
should not have special handling for specific templates.

show more ...


/plugin/move/.gitattributes
/plugin/move/.travis.yml
/plugin/move/_test/affectedPagesNs.test.php
/plugin/move/_test/cache_handling.test.php
/plugin/move/_test/findMissingDocuments.test.php
/plugin/move/_test/handler.test.php
/plugin/move/_test/log.test.php
/plugin/move/_test/mediamove.test.php
/plugin/move/_test/namespace_move.test.php
/plugin/move/_test/pagemove.test.php
/plugin/move/_test/stepThroughDocuments.test.php
/plugin/move/_test/tpl.test.php
/plugin/move/action/progress.php
/plugin/move/action/rename.php
/plugin/move/action/rewrite.php
/plugin/move/admin/main.php
default.php
metadata.php
/plugin/move/deleted.files
/plugin/move/helper/handler.php
/plugin/move/helper/op.php
/plugin/move/helper/plan.php
/plugin/move/helper/rewrite.php
/plugin/move/lang/cs/lang.php
/plugin/move/lang/cs/move.txt
/plugin/move/lang/cs/progress.txt
/plugin/move/lang/cs/settings.php
/plugin/move/lang/cs/tree.txt
/plugin/move/lang/de/lang.php
/plugin/move/lang/de/progress.txt
/plugin/move/lang/de/settings.php
/plugin/move/lang/de/tree.txt
/plugin/move/lang/en/lang.php
/plugin/move/lang/en/settings.php
/plugin/move/lang/fr/lang.php
/plugin/move/lang/fr/move.txt
/plugin/move/lang/fr/progress.txt
/plugin/move/lang/fr/settings.php
/plugin/move/lang/fr/tree.txt
/plugin/move/lang/hr/lang.php
/plugin/move/lang/hr/move.txt
/plugin/move/lang/hr/progress.txt
/plugin/move/lang/hr/settings.php
/plugin/move/lang/hr/tree.txt
/plugin/move/lang/it/lang.php
/plugin/move/lang/it/move.txt
/plugin/move/lang/ja/lang.php
/plugin/move/lang/ja/move.txt
/plugin/move/lang/ja/progress.txt
/plugin/move/lang/ja/settings.php
/plugin/move/lang/ja/tree.txt
/plugin/move/lang/ko/lang.php
/plugin/move/lang/ko/move.txt
/plugin/move/lang/ko/progress.txt
/plugin/move/lang/ko/settings.php
/plugin/move/lang/ko/tree.txt
/plugin/move/lang/nl/lang.php
/plugin/move/lang/nl/move.txt
/plugin/move/lang/nl/progress.txt
/plugin/move/lang/nl/settings.php
/plugin/move/lang/nl/tree.txt
/plugin/move/lang/no/lang.php
/plugin/move/lang/no/move.txt
/plugin/move/lang/no/progress.txt
/plugin/move/lang/no/settings.php
/plugin/move/lang/no/tree.txt
/plugin/move/lang/pt-br/lang.php
/plugin/move/lang/ru/lang.php
/plugin/move/lang/ru/move.txt
/plugin/move/lang/ru/progress.txt
/plugin/move/lang/ru/settings.php
/plugin/move/lang/ru/tree.txt
/plugin/move/lang/sv/lang.php
/plugin/move/lang/sv/move.txt
/plugin/move/lang/zh-tw/lang.php
/plugin/move/lang/zh-tw/move.txt
/plugin/move/lang/zh-tw/progress.txt
/plugin/move/lang/zh-tw/settings.php
/plugin/move/lang/zh-tw/tree.txt
/plugin/move/lang/zh/lang.php
/plugin/move/lang/zh/move.txt
/plugin/move/lang/zh/progress.txt
/plugin/move/lang/zh/settings.php
/plugin/move/lang/zh/tree.txt
/plugin/move/plugin.info.txt
/plugin/move/script/rename.js
7deed88f04-May-2015 Yadav Gowda <yadav.gowda@yadav-gowda-ws.dyn.chi1.mni-news.com>

no need for conf setting

e655db0722-Apr-2015 Yadav Gowda <yadav.gowda@yadav-gowda-ws.dyn.chi1.mni-news.com>

adding ability to let managers view tree-based move manager

9cf66b5827-Mar-2014 Andreas Gohr <gohr@cosmocode.de>

allow renaming of pages for certain groups only

also adds a tpl function for easier integration

5948681226-Mar-2014 Andreas Gohr <gohr@cosmocode.de>

allow link adjustments to be minor

53cc00aa24-Mar-2014 Andreas Gohr <gohr@cosmocode.de>

make automatic link rewriting configurable

29b99c9a24-Mar-2014 Andreas Gohr <gohr@cosmocode.de>

added missing files for the config option

9d1f4c0424-Mar-2014 Andreas Gohr <gohr@cosmocode.de>

added config option autoskip default