dokuwiki-plugin-move icon indicating copy to clipboard operation
dokuwiki-plugin-move copied to clipboard

Move and rename pages and namespaces whilst maintaining the links

Results 83 dokuwiki-plugin-move issues
Sort by recently updated
recently updated
newest added

There's quite a lot of changes since last tag: - https://github.com/michitux/dokuwiki-plugin-move/compare/2022-01-23..8ba3be2eda0ebb92d8e61ec873172357acab2952 could the release tag be made so plugin manager would try to update it? you may want to use...

Hi, I would like to use some of the functionality of the plugin on the server on which Dokuwik is installed: If I rename a file on the command line,...

Fix for `resolve_pageid()` and `resolve_mediaid()` deprecation warnings in `helper/handler.php` (lines 134 and 141) based upon [DokuWiki's Refactoring 2021](https://www.dokuwiki.org/devel:releases:refactor2021#refactoring_of_id_resolving). I made many attempts and this seems to be the most correct,...

This pull request contains some translation updates.

This is a `diff` between my changes and the file from current master branch. These lines were added. These additions are harmless to the plugin and has no reasons to...

Release 2023-04-04a "Jack Jackrum" PHP8.1 ``` 2023-08-19 19:40:07E_WARNING: Undefined array key "move_renameokay"/home/fswiki/public_html/lib/plugins/move/action/rename.php(71) #0 /home/fswiki/public_html/lib/plugins/move/action/rename.php(71): dokuwiki\ErrorHandler::errorHandler(2, 'Undefined array...', '/home/fswiki/pu...', 71) #1 /home/fswiki/public_html/inc/Extension/EventHandler.php(80): action_plugin_move_rename->addsvgbutton(Object(dokuwiki\Extension\Event), Array) #2 /home/fswiki/public_html/inc/Extension/Event.php(96): dokuwiki\Extension\EventHandler->process_event(Object(dokuwiki\Extension\Event), 'AFTER') #3 /home/fswiki/public_html/inc/Extension/Event.php(136): dokuwiki\Extension\Event->advise_after()...

This pull request contains some translation updates.

Moving a page causes the following errors to spam the deprecated logs in the "Jack Jackrum" release. > 2023-05-16 00:01:23 Doku_Parser::__construct() is deprecated. It was called from helper_plugin_move_rewrite::rewrite() in /home/\*/lib/plugins/move/helper/rewrite.php:242...

when i read dokuwiki media (*.jpg) on the smartphone, There is a log message as below. Warning: Undefined array key "move_renameokay" in /home1/..../lib/plugins/move/action/rename.php on line 71

If pagename in history entries(contents of `.changes` file) are not edited according to move, users can't access to old history entry before moving. This PR resolves the problem, by updating...