From: <var...@us...> - 2010-12-09 19:22:46
|
Revision: 7772 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7772&view=rev Author: vargenau Date: 2010-12-09 19:22:40 +0000 (Thu, 09 Dec 2010) Log Message: ----------- Document RecentComments plugin Modified Paths: -------------- trunk/pgsrc/Help%2FRecentCommentsPlugin Modified: trunk/pgsrc/Help%2FRecentCommentsPlugin =================================================================== --- trunk/pgsrc/Help%2FRecentCommentsPlugin 2010-12-09 19:13:27 UTC (rev 7771) +++ trunk/pgsrc/Help%2FRecentCommentsPlugin 2010-12-09 19:22:40 UTC (rev 7772) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 20:12:29 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,17 +8,77 @@ charset=UTF-8 Content-Transfer-Encoding: binary -_short description_ +The **~RecentComments** [[Help:WikiPlugin|plugin]] lists basepages with recently added comments. == Usage == {{{ -<<RecentComments>> +<<RecentComments arguments>> }}} == Arguments == -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **pagename** +| The page to execute upon +| current pagename +|- +| **days** +| Number of days. Specifying 0 will display modifications since wiki creation. +| 2 +|- +| **show_major** +| Show major modifications +| true +|- +| **show_deleted** +| Show deleted pages +| sometimes +|- +| **only_new** +| Show only new pages +| false +|- +| **author** +| Show only modifications from a specific author +| false +|- +| **owner** +| Show only pages from a specific owner +| false +|- +| **limit** +| Do not show more pages that the limit. +| false +|- +| **format** +| Default is HTML. Other: rss, rss2, rss091, atom, sidebar, box, contribs +| false +|- +| **daylist** +| Comma-separated list of days +| false +|- +| **difflinks** +| Show diff links +| true +|- +| **historylinks** +| Show history links +| false (true for Monobook and FusionForge) +|- +| **category** +| Limit pages to a given category +| +|- +| **pagematch** +| Limit to pages matching pattern +| +|} == Example == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |