From: <ru...@us...> - 2009-01-08 13:33:05
|
Revision: 6384 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6384&view=rev Author: rurban Date: 2009-01-08 13:32:57 +0000 (Thu, 08 Jan 2009) Log Message: ----------- More documentation. Enable RATEIT Modified Paths: -------------- trunk/config/config-default.ini trunk/config/config-dist.ini Modified: trunk/config/config-default.ini =================================================================== --- trunk/config/config-default.ini 2009-01-08 11:03:03 UTC (rev 6383) +++ trunk/config/config-default.ini 2009-01-08 13:32:57 UTC (rev 6384) @@ -33,6 +33,7 @@ ; UNITS_EXE = /usr/bin/units ENABLE_SEARCHHIGHLIGHT = true ENABLE_RECENTCHANGESBOX = false +ENABLE_RATEIT = true ENABLE_PAGE_PUBLIC = false WIKI_NAME = PhpWiki Modified: trunk/config/config-dist.ini =================================================================== --- trunk/config/config-dist.ini 2009-01-08 11:03:03 UTC (rev 6383) +++ trunk/config/config-dist.ini 2009-01-08 13:32:57 UTC (rev 6384) @@ -50,7 +50,9 @@ ; Experimental! ;ENABLE_WYSIWYG = true -; Which backend? Must be seperately installed. See lib/WysiwygEdit/ +; Which backend? Might need to be seperately installed. See lib/WysiwygEdit/ +; Recommended is only Wikiwyg. +; ; Wikiwyg http://openjsan.org/doc/i/in/ingy/Wikiwyg/ ; tinymce http://tinymce.moxiecode.com/ ; FCKeditor http://fckeditor.net/ @@ -251,8 +253,8 @@ ; of actions can be found in lib/main.php with the function ; getActionDescription. ; -; browse, create, diff, dumphtml, dumpserial, edit, loadfile, lock, -; remove, revert, xmlrpc, soap, unlock, upload, viewsource, zip, ziphtml, ... +; purge, remove, revert, xmlrpc, soap, upload, browse, create, diff, dumphtml, +; dumpserial, edit, loadfile, lock, unlock, viewsource, zip, ziphtml, ... ;DISABLED_ACTIONS = "dumpserial : loadfile" ; Disable insecure and performance sensitive actions for non-admin users. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |