From: <var...@us...> - 2014-07-04 11:55:12
|
Revision: 8954 http://sourceforge.net/p/phpwiki/code/8954 Author: vargenau Date: 2014-07-04 11:55:05 +0000 (Fri, 04 Jul 2014) Log Message: ----------- wiki: allow DebugGroupInfo, DebugAuthInfo and DebugBackendInfo for Fusionforge Modified Paths: -------------- trunk/lib/IniConfig.php Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2014-07-04 11:53:19 UTC (rev 8953) +++ trunk/lib/IniConfig.php 2014-07-04 11:55:05 UTC (rev 8954) @@ -700,18 +700,18 @@ $AllAllowedPlugins[] = 'WikiFormRich'; $AllAllowedPlugins[] = 'WikiPoll'; $AllAllowedPlugins[] = 'YouTube'; + $AllAllowedPlugins[] = 'DebugGroupInfo'; + $AllAllowedPlugins[] = 'DebugAuthInfo'; + $AllAllowedPlugins[] = 'DebugBackendInfo'; // The FUSIONFORGE theme omits them if (!(defined('FUSIONFORGE') and FUSIONFORGE)) { $AllAllowedPlugins[] = 'AnalyseAccessLogSql'; - $AllAllowedPlugins[] = 'DebugAuthInfo'; - $AllAllowedPlugins[] = 'DebugBackendInfo'; $AllAllowedPlugins[] = 'CacheTest'; $AllAllowedPlugins[] = 'CategoryPage'; $AllAllowedPlugins[] = 'FoafViewer'; $AllAllowedPlugins[] = 'FrameInclude'; $AllAllowedPlugins[] = 'GraphViz'; - $AllAllowedPlugins[] = 'DebugGroupInfo'; $AllAllowedPlugins[] = 'HtmlConverter'; $AllAllowedPlugins[] = 'JabberPresence'; $AllAllowedPlugins[] = 'ListPages'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |