From: <var...@us...> - 2009-06-10 14:32:06
|
Revision: 6913 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6913&view=rev Author: vargenau Date: 2009-06-10 14:31:52 +0000 (Wed, 10 Jun 2009) Log Message: ----------- Allow overriding arguments Modified Paths: -------------- trunk/pgsrc/AllPages trunk/pgsrc/AllPagesCreatedByMe trunk/pgsrc/AllPagesLastEditedByMe trunk/pgsrc/AllPagesOwnedByMe trunk/pgsrc/AllUserPages trunk/pgsrc/Help Modified: trunk/pgsrc/AllPages =================================================================== --- trunk/pgsrc/AllPages 2009-06-10 14:29:31 UTC (rev 6912) +++ trunk/pgsrc/AllPages 2009-06-10 14:31:52 UTC (rev 6913) @@ -1,4 +1,4 @@ -Date: Mon, 1 Jun 2009 15:05:05 +0000 +Date: Wed, 10 Jun 2009 16:30:14 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -11,7 +11,7 @@ Here is the list of **all pages** on this Wiki, including any [[OrphanedPages|orphaned pages]] which are otherwise inaccessible. [[AllUserPages|Show only user pages]]. -<<AllPages info||=mtime,author,hits limit||=1000 sortby=+pagename>> +<<AllPages info||=mtime,author,hits limit||=1000 sortby||=pagename>> ---- [[CategoryActionPage]] Modified: trunk/pgsrc/AllPagesCreatedByMe =================================================================== --- trunk/pgsrc/AllPagesCreatedByMe 2009-06-10 14:29:31 UTC (rev 6912) +++ trunk/pgsrc/AllPagesCreatedByMe 2009-06-10 14:31:52 UTC (rev 6913) @@ -1,4 +1,4 @@ -Date: Mon, 1 Jun 2009 15:05:05 +0000 +Date: Wed, 10 Jun 2009 16:30:14 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -10,7 +10,7 @@ The list of pages which were created by you. (If you are authenticated only) -<<AllPages creator=[] info||=mtime,author,hits limit||=1000 sortby=+pagename>> +<<AllPages creator=[] info||=mtime,author,hits limit||=1000 sortby||=pagename>> ---- [[CategoryActionPage]] Modified: trunk/pgsrc/AllPagesLastEditedByMe =================================================================== --- trunk/pgsrc/AllPagesLastEditedByMe 2009-06-10 14:29:31 UTC (rev 6912) +++ trunk/pgsrc/AllPagesLastEditedByMe 2009-06-10 14:31:52 UTC (rev 6913) @@ -1,4 +1,4 @@ -Date: Mon, 1 Jun 2009 15:05:05 +0000 +Date: Wed, 10 Jun 2009 16:30:14 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -10,7 +10,7 @@ The list of pages for which you were the last author. (If you are authenticated only) -<<AllPages author=[] info||=mtime,author,hits limit||=1000 sortby=+pagename>> +<<AllPages author=[] info||=mtime,author,hits limit||=1000 sortby||=pagename>> ---- [[CategoryActionPage]] Modified: trunk/pgsrc/AllPagesOwnedByMe =================================================================== --- trunk/pgsrc/AllPagesOwnedByMe 2009-06-10 14:29:31 UTC (rev 6912) +++ trunk/pgsrc/AllPagesOwnedByMe 2009-06-10 14:31:52 UTC (rev 6913) @@ -1,4 +1,4 @@ -Date: Mon, 1 Jun 2009 15:05:05 +0000 +Date: Wed, 10 Jun 2009 16:30:14 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -10,7 +10,7 @@ The list of pages which you own. (If you are authenticated only) -<<AllPages owner=[] info||=mtime,author,hits limit||=1000 sortby=+pagename>> +<<AllPages owner=[] info||=mtime,author,hits limit||=1000 sortby||=pagename>> ---- [[CategoryActionPage]] Modified: trunk/pgsrc/AllUserPages =================================================================== --- trunk/pgsrc/AllUserPages 2009-06-10 14:29:31 UTC (rev 6912) +++ trunk/pgsrc/AllUserPages 2009-06-10 14:31:52 UTC (rev 6913) @@ -1,4 +1,4 @@ -Date: Mon, 1 Jun 2009 15:05:05 +0000 +Date: Wed, 10 Jun 2009 16:30:14 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -10,7 +10,7 @@ Here is the list of **all user pages** on this Wiki (pages that were not created at initialisation of the wiki). [[AllPages|Show all pages]]. -<<AllPages userpages=1 info||=mtime,author,hits limit||=1000 sortby=+pagename>> +<<AllPages userpages=1 info||=mtime,author,hits limit||=1000 sortby||=pagename>> ---- [[CategoryActionPage]] Modified: trunk/pgsrc/Help =================================================================== --- trunk/pgsrc/Help 2009-06-10 14:29:31 UTC (rev 6912) +++ trunk/pgsrc/Help 2009-06-10 14:31:52 UTC (rev 6913) @@ -1,4 +1,4 @@ -Date: Mon, 1 Jun 2009 15:05:05 +0000 +Date: Wed, 10 Jun 2009 16:30:14 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -10,7 +10,7 @@ The following **Help pages** are available. -<<ListSubpages cols=3 sortby=+pagename noheader=1 >> +<<ListSubpages cols||=3 sortby||=pagename noheader||=1 >> <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |