From: <var...@us...> - 2022-01-26 11:01:33
|
Revision: 10940 http://sourceforge.net/p/phpwiki/code/10940 Author: vargenau Date: 2022-01-26 11:01:32 +0000 (Wed, 26 Jan 2022) Log Message: ----------- Rename pages: update arguments Modified Paths: -------------- trunk/lib/plugin/WikiAdminRename.php trunk/pgsrc/Help%2FWikiAdminRenamePlugin Modified: trunk/lib/plugin/WikiAdminRename.php =================================================================== --- trunk/lib/plugin/WikiAdminRename.php 2022-01-24 19:46:59 UTC (rev 10939) +++ trunk/lib/plugin/WikiAdminRename.php 2022-01-26 11:01:32 UTC (rev 10940) @@ -47,8 +47,8 @@ array( /* Columns to include in listing */ 'info' => 'pagename,mtime', - 'updatelinks' => 0, - 'createredirect' => 0 + 'updatelinks' => false, + 'createredirect' => false )); } Modified: trunk/pgsrc/Help%2FWikiAdminRenamePlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminRenamePlugin 2022-01-24 19:46:59 UTC (rev 10939) +++ trunk/pgsrc/Help%2FWikiAdminRenamePlugin 2022-01-26 11:01:32 UTC (rev 10940) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2021 18:48:34 +0000 +Date: Wed, 26 Jan 2022 11:51:48 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.1) Content-Type: application/x-phpwiki; pagename=Help%2FWikiAdminRenamePlugin; @@ -25,8 +25,12 @@ | Pages to select | //none// (if argument "s" is not provided, the list of pages with checkboxes will be displayed) |- +| **createredirect** +| Boolean. If true, create a redirect page from the old to the new pagename. +| false +|- | **updatelinks** -| Boolean. If true, change pagename in all linked pages also +| Boolean. If true, change pagename in all linked pages also. \\ //not yet implemented// | false |} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |