From: <var...@us...> - 2009-10-03 05:27:06
|
Revision: 7167 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7167&view=rev Author: vargenau Date: 2009-10-01 13:32:35 +0000 (Thu, 01 Oct 2009) Log Message: ----------- Harmonize RecentChanges arguments Modified Paths: -------------- trunk/pgsrc/FullRecentChanges trunk/pgsrc/RecentEdits trunk/pgsrc/UserContribs Modified: trunk/pgsrc/FullRecentChanges =================================================================== --- trunk/pgsrc/FullRecentChanges 2009-10-01 13:10:59 UTC (rev 7166) +++ trunk/pgsrc/FullRecentChanges 2009-10-01 13:32:35 UTC (rev 7167) @@ -1,4 +1,4 @@ -Date: Sat, 18 Apr 2009 18:17:26 +0000 +Date: Thu, 1 Oct 2009 15:25:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -14,7 +14,7 @@ -------- -<<RecentChanges days||=3 show_all=1 daylist=1,3,7,30,90,-1>> +<<RecentChanges days||=7 show_all||=1 daylist=1,3,7,30,90,0>> ---- [[CategoryActionPage]] Modified: trunk/pgsrc/RecentEdits =================================================================== --- trunk/pgsrc/RecentEdits 2009-10-01 13:10:59 UTC (rev 7166) +++ trunk/pgsrc/RecentEdits 2009-10-01 13:32:35 UTC (rev 7167) @@ -1,4 +1,4 @@ -Date: Thu, 25 Jun 2009 18:24:16 +0000 +Date: Thu, 1 Oct 2009 15:25:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -13,7 +13,7 @@ //See [[RecentChanges]] for the most recent non-minor changes.// ---- -<<RecentChanges days||=3 show_all||=1 show_minor||=1 daylist=1,3,7,30,90,0>> +<<RecentChanges days||=7 show_all||=1 show_minor||=1 daylist=1,3,7,30,90,0>> ---- [[CategoryActionPage]] Modified: trunk/pgsrc/UserContribs =================================================================== --- trunk/pgsrc/UserContribs 2009-10-01 13:10:59 UTC (rev 7166) +++ trunk/pgsrc/UserContribs 2009-10-01 13:32:35 UTC (rev 7167) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Thu, 1 Oct 2009 15:25:57 +0000 X-Rcs-Id: $Id$ Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) Content-Type: application/x-phpwiki; @@ -8,7 +8,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -<<RecentChanges days||=90 daylist=1,3,7,30,90,360,0 show_deleted||=1 +<<RecentChanges days||=90 daylist=1,3,7,30,90,0 show_deleted||=1 format=contribs author||=[]>> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |