From: <ru...@us...> - 2010-06-08 12:43:15
|
Revision: 7500 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7500&view=rev Author: rurban Date: 2010-06-08 12:43:09 +0000 (Tue, 08 Jun 2010) Log Message: ----------- saner defaults Modified Paths: -------------- trunk/config/config-default.ini trunk/config/config-dist.ini Modified: trunk/config/config-default.ini =================================================================== --- trunk/config/config-default.ini 2010-06-08 12:08:05 UTC (rev 7499) +++ trunk/config/config-default.ini 2010-06-08 12:43:09 UTC (rev 7500) @@ -94,7 +94,7 @@ USER_AUTH_ORDER = PersonalPage PASSWORD_LENGTH_MINIMUM = 0 USER_AUTH_POLICY = stacked -ENABLE_AUTH_OPENID = true +ENABLE_AUTH_OPENID = false ;LDAP_AUTH_HOST = "ldap://localhost:389" ;LDAP_BASE_DN = "ou=Users,o=Development,dc=mycompany.com" ;LDAP_SET_OPTION = "" @@ -152,8 +152,10 @@ TOC_FULL_SYNTAX = true ENABLE_MARKUP_COLOR = true +ENABLE_MARKUP_TEMPLATE = true DISABLE_MARKUP_WIKIWORD = false ENABLE_MARKUP_DIVSPAN = false +PLUGIN_MARKUP_MAP = "" ; these not: ; DBAUTH_AUTH_DSN = Modified: trunk/config/config-dist.ini =================================================================== --- trunk/config/config-dist.ini 2010-06-08 12:08:05 UTC (rev 7499) +++ trunk/config/config-dist.ini 2010-06-08 12:43:09 UTC (rev 7500) @@ -1045,7 +1045,7 @@ ; Default: false ;DISABLE_MARKUP_WIKIWORD = true -; Enable <div> and <span> HTML blocks and attributes. Experimental. Not yet working. +; Enable <div> and <span> HTML blocks and attributes. Experimental. ;ENABLE_MARKUP_DIVSPAN = true ;========================================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |