From: <var...@us...> - 2010-05-10 12:06:33
|
Revision: 7390 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7390&view=rev Author: vargenau Date: 2010-05-10 12:06:24 +0000 (Mon, 10 May 2010) Log Message: ----------- New action page: UserRatings Modified Paths: -------------- trunk/lib/IniConfig.php Added Paths: ----------- trunk/pgsrc/UserRatings Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2010-05-10 12:05:19 UTC (rev 7389) +++ trunk/lib/IniConfig.php 2010-05-10 12:06:24 UTC (rev 7390) @@ -614,6 +614,7 @@ .'SearchHighlight:SemanticRelations:SemanticSearch:SystemInfo:' .'TitleSearch:' .'UpLoad:UserPreferences:' + .'UserRatings:' // UserRatings works only in wikilens derived themes .'WantedPages:WatchPage:WhoIsOnline:WikiAdminSelect:' // plus some derivations .'AllPagesCreatedByMe:AllPagesLastEditedByMe:AllPagesOwnedByMe:AllUserPages:' Added: trunk/pgsrc/UserRatings =================================================================== --- trunk/pgsrc/UserRatings (rev 0) +++ trunk/pgsrc/UserRatings 2010-05-10 12:06:24 UTC (rev 7390) @@ -0,0 +1,14 @@ +Date: Tue, 4 May 2010 14:06:30 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) +X-Rcs-Id: $Id$ +Content-Type: application/x-phpwiki; + pagename=UserRatings; + flags=PAGE_LOCKED; + markup=2; + charset=UTF-8 +Content-Transfer-Encoding: binary + +<<UserRatings>> + +---- +[[CategoryActionPage]] Property changes on: trunk/pgsrc/UserRatings ___________________________________________________________________ Added: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |