From: <var...@us...> - 2008-10-02 13:53:54
|
Revision: 6287 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6287&view=rev Author: vargenau Date: 2008-10-02 13:26:57 +0000 (Thu, 02 Oct 2008) Log Message: ----------- AllPages and AllUserPages refer to each other for easy access Modified Paths: -------------- trunk/pgsrc/AllPages trunk/pgsrc/AllUserPages Modified: trunk/pgsrc/AllPages =================================================================== --- trunk/pgsrc/AllPages 2008-10-02 10:01:29 UTC (rev 6286) +++ trunk/pgsrc/AllPages 2008-10-02 13:26:57 UTC (rev 6287) @@ -1,4 +1,4 @@ -Date: Mon, 16 Jun 2008 14:15:24 +0000 +Date: Mon, 1 Oct 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; @@ -8,8 +8,8 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -Here is the list of all pages on this Wiki, including any -[OrphanedPages] which are otherwise inaccessible. +Here is the list of *all pages* on this Wiki, including any +[orphaned pages|OrphanedPages] which are otherwise inaccessible. [Show only user pages|AllUserPages]. <?plugin AllPages info||=mtime,author,hits limit||=1000 sortby=+pagename ?> Modified: trunk/pgsrc/AllUserPages =================================================================== --- trunk/pgsrc/AllUserPages 2008-10-02 10:01:29 UTC (rev 6286) +++ trunk/pgsrc/AllUserPages 2008-10-02 13:26:57 UTC (rev 6287) @@ -1,4 +1,4 @@ -Date: Mon, 18 Sep 2008 14:15:24 +0000 +Date: Mon, 1 Oct 2008 14:15:24 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id: AllUserPages 6184 2008-08-22 10:33:41Z vargenau $ Content-Type: application/x-phpwiki; @@ -8,7 +8,7 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -Here is the list of all user pages on this Wiki (pages that were not created at initialisation of the wiki). +Here is the list of *all user pages* on this Wiki (pages that were not created at initialisation of the wiki). [Show all pages|AllPages]. <?plugin AllPages userpages=1 info||=mtime,author,hits limit||=1000 sortby=+pagename ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |