From: <var...@us...> - 2010-05-12 14:16:47
|
Revision: 7400 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7400&view=rev Author: vargenau Date: 2010-05-12 14:16:41 +0000 (Wed, 12 May 2010) Log Message: ----------- Full list of plugins for non-Gforge Phpwiki Modified Paths: -------------- trunk/lib/IniConfig.php Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2010-05-12 09:56:32 UTC (rev 7399) +++ trunk/lib/IniConfig.php 2010-05-12 14:16:41 UTC (rev 7400) @@ -696,6 +696,41 @@ $AllAllowedPlugins[] = 'WikiPoll'; $AllAllowedPlugins[] = 'YouTube'; + // The GFORGE theme omits them + if (!defined('GFORGE') or !GFORGE) { + $AllAllowedPlugins[] = 'AddComment'; + $AllAllowedPlugins[] = 'AnalyseAccessLogSql'; + $AllAllowedPlugins[] = 'AsciiMath'; + $AllAllowedPlugins[] = '_AuthInfo'; + $AllAllowedPlugins[] = '_BackendInfo'; + $AllAllowedPlugins[] = 'CacheTest'; + $AllAllowedPlugins[] = 'CategoryPage'; + $AllAllowedPlugins[] = 'FoafViewer'; + $AllAllowedPlugins[] = 'FrameInclude'; + $AllAllowedPlugins[] = 'GraphViz'; + $AllAllowedPlugins[] = '_GroupInfo'; + $AllAllowedPlugins[] = 'HtmlConverter'; + $AllAllowedPlugins[] = 'Imdb'; + $AllAllowedPlugins[] = 'JabberPresence'; + $AllAllowedPlugins[] = 'ListPages'; + $AllAllowedPlugins[] = 'PhpWeather'; + $AllAllowedPlugins[] = 'Ploticus'; + $AllAllowedPlugins[] = 'PopularNearby'; + $AllAllowedPlugins[] = 'PreferenceApp'; + $AllAllowedPlugins[] = '_PreferencesInfo'; + $AllAllowedPlugins[] = '_Retransform'; + $AllAllowedPlugins[] = 'SqlResult'; + $AllAllowedPlugins[] = 'TeX2png'; + $AllAllowedPlugins[] = 'text2png'; + $AllAllowedPlugins[] = 'TexToPng'; + $AllAllowedPlugins[] = 'VisualWiki'; + $AllAllowedPlugins[] = 'WantedPagesOld'; + $AllAllowedPlugins[] = 'WikiAdminChmod'; + $AllAllowedPlugins[] = 'WikiAdminMarkup'; + $AllAllowedPlugins[] = 'WikiForum'; + $AllAllowedPlugins[] = '_WikiTranslation'; + } + // Used by SetupWiki to pull in required pages, if not translated, then in english. // Also used by _WikiTranslation. Really important are only those which return pagelists // or contain basic functionality. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |