From: <var...@us...> - 2008-09-19 01:48:38
|
Revision: 6267 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6267&view=rev Author: vargenau Date: 2008-09-19 08:48:49 +0000 (Fri, 19 Sep 2008) Log Message: ----------- Let us be consistent with AllPages Modified Paths: -------------- trunk/pgsrc/AllPagesCreatedByMe trunk/pgsrc/AllPagesLastEditedByMe trunk/pgsrc/AllPagesOwnedByMe Modified: trunk/pgsrc/AllPagesCreatedByMe =================================================================== --- trunk/pgsrc/AllPagesCreatedByMe 2008-09-19 08:47:56 UTC (rev 6266) +++ trunk/pgsrc/AllPagesCreatedByMe 2008-09-19 08:48:49 UTC (rev 6267) @@ -10,7 +10,7 @@ The list of pages which were created by you. (If you are authenticated only) -<?plugin AllPages creator=[] ?> +<?plugin AllPages creator=[] info||=mtime,author,hits limit||=1000 sortby=+pagename ?> ---- [CategoryActionPage] Modified: trunk/pgsrc/AllPagesLastEditedByMe =================================================================== --- trunk/pgsrc/AllPagesLastEditedByMe 2008-09-19 08:47:56 UTC (rev 6266) +++ trunk/pgsrc/AllPagesLastEditedByMe 2008-09-19 08:48:49 UTC (rev 6267) @@ -10,7 +10,7 @@ The list of pages for which you were the last author. (If you are authenticated only) -<?plugin AllPages author=[] ?> +<?plugin AllPages author=[] info||=mtime,author,hits limit||=1000 sortby=+pagename ?> ---- [CategoryActionPage] Modified: trunk/pgsrc/AllPagesOwnedByMe =================================================================== --- trunk/pgsrc/AllPagesOwnedByMe 2008-09-19 08:47:56 UTC (rev 6266) +++ trunk/pgsrc/AllPagesOwnedByMe 2008-09-19 08:48:49 UTC (rev 6267) @@ -10,7 +10,7 @@ The list of pages which you own. (If you are authenticated only) -<?plugin AllPages owner=[] ?> +<?plugin AllPages owner=[] info||=mtime,author,hits limit||=1000 sortby=+pagename ?> ---- [CategoryActionPage] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |