From: <var...@us...> - 2009-02-11 21:29:13
|
Revision: 6487 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6487&view=rev Author: vargenau Date: 2009-02-11 21:29:12 +0000 (Wed, 11 Feb 2009) Log Message: ----------- SearchReplace button did not work in WikiAdminSelect Modified Paths: -------------- trunk/pgsrc/PhpWikiAdministration Added Paths: ----------- trunk/pgsrc/PhpWikiAdministration%2FSearchReplace Removed Paths: ------------- trunk/pgsrc/PhpWikiAdministration%2FReplace Modified: trunk/pgsrc/PhpWikiAdministration =================================================================== --- trunk/pgsrc/PhpWikiAdministration 2009-02-11 21:23:32 UTC (rev 6486) +++ trunk/pgsrc/PhpWikiAdministration 2009-02-11 21:29:12 UTC (rev 6487) @@ -1,4 +1,4 @@ -Date: Sat, 11 Feb 2009 22:00:24 +0100 +Date: Sat, 11 Feb 2009 22:22:24 +0100 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -20,7 +20,7 @@ or call the available ~WikiAdmin actions directly: -| [/Chown] | [/Markup] | [/Purge] | [/Remove] | [/Rename] | [/Replace] | [/SetAcl] +| [/Chown] | [/Markup] | [/Purge] | [/Remove] | [/Rename] | [/SearchReplace] | [/SetAcl] == User Management Deleted: trunk/pgsrc/PhpWikiAdministration%FReplace =================================================================== --- trunk/pgsrc/PhpWikiAdministration%2FReplace 2009-02-11 21:23:32 UTC (rev 6486) +++ trunk/pgsrc/PhpWikiAdministration%2FReplace 2009-02-11 21:29:12 UTC (rev 6487) @@ -1,14 +0,0 @@ -Date: Mon, 16 Jun 2008 14:15:24 +0000 -Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) -X-Rcs-Id: $Id$ -Content-Type: application/x-phpwiki; - pagename=PhpWikiAdministration%2FReplace; - flags=PAGE_LOCKED; - markup=2; - charset=iso-8859-1 -Content-Transfer-Encoding: binary - -<?plugin WikiAdminSearchReplace ?> - ----- -[CategoryActionPage] Copied: trunk/pgsrc/PhpWikiAdministration%FSearchReplace (from rev 6481, trunk/pgsrc/PhpWikiAdministration%FReplace) =================================================================== --- trunk/pgsrc/PhpWikiAdministration%2FSearchReplace (rev 0) +++ trunk/pgsrc/PhpWikiAdministration%2FSearchReplace 2009-02-11 21:29:12 UTC (rev 6487) @@ -0,0 +1,14 @@ +Date: Mon, 16 Jun 2008 14:15:24 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) +X-Rcs-Id: $Id$ +Content-Type: application/x-phpwiki; + pagename=PhpWikiAdministration%2FReplace; + flags=PAGE_LOCKED; + markup=2; + charset=iso-8859-1 +Content-Transfer-Encoding: binary + +<?plugin WikiAdminSearchReplace ?> + +---- +[CategoryActionPage] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |