From: <var...@us...> - 2010-07-02 11:55:42
|
Revision: 7594 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7594&view=rev Author: vargenau Date: 2010-07-02 11:55:36 +0000 (Fri, 02 Jul 2010) Log Message: ----------- Add big limit Modified Paths: -------------- trunk/pgsrc/MyRatings trunk/pgsrc/RateIt trunk/pgsrc/UserRatings Modified: trunk/pgsrc/MyRatings =================================================================== --- trunk/pgsrc/MyRatings 2010-07-02 09:04:25 UTC (rev 7593) +++ trunk/pgsrc/MyRatings 2010-07-02 11:55:36 UTC (rev 7594) @@ -1,4 +1,4 @@ -Date: Thu, 10 Jun 2010 15:09:22 +0000 +Date: Fri, 2 Jul 2010 13:54:01 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,7 +8,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -<<UserRatings info=ratingvalue>> +<<UserRatings info=ratingvalue limit||=1000 >> ---- [[CategoryActionPage]] Modified: trunk/pgsrc/RateIt =================================================================== --- trunk/pgsrc/RateIt 2010-07-02 09:04:25 UTC (rev 7593) +++ trunk/pgsrc/RateIt 2010-07-02 11:55:36 UTC (rev 7594) @@ -1,4 +1,4 @@ -Date: Thu, 10 Jun 2010 15:09:22 +0000 +Date: Fri, 2 Jul 2010 13:54:01 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -10,7 +10,7 @@ <<RateIt show=ratings>> -<<AllPages info=rating sortby||=-rating limit||=25>> +<<AllPages info=rating sortby||=-rating limit||=1000>> ---- [[CategoryActionPage]] Modified: trunk/pgsrc/UserRatings =================================================================== --- trunk/pgsrc/UserRatings 2010-07-02 09:04:25 UTC (rev 7593) +++ trunk/pgsrc/UserRatings 2010-07-02 11:55:36 UTC (rev 7594) @@ -1,4 +1,4 @@ -Date: Tue, 4 May 2010 14:06:30 +0000 +Date: Fri, 2 Jul 2010 13:54:01 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,7 +8,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -<<UserRatings>> +<<UserRatings limit||=1000 >> ---- [[CategoryActionPage]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |