From: <var...@us...> - 2014-11-26 11:31:22
|
Revision: 9381 http://sourceforge.net/p/phpwiki/code/9381 Author: vargenau Date: 2014-11-26 11:31:15 +0000 (Wed, 26 Nov 2014) Log Message: ----------- Rename plugin _Retransform to DebugRetransform Modified Paths: -------------- trunk/lib/IniConfig.php trunk/lib/plugin/DebugRetransform.php Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2014-11-26 11:19:50 UTC (rev 9380) +++ trunk/lib/IniConfig.php 2014-11-26 11:31:15 UTC (rev 9381) @@ -688,6 +688,7 @@ $AllAllowedPlugins[] = 'DebugGroupInfo'; $AllAllowedPlugins[] = 'DebugAuthInfo'; $AllAllowedPlugins[] = 'DebugBackendInfo'; + $AllAllowedPlugins[] = 'DebugRetransform'; // The FUSIONFORGE theme omits them if (!(defined('FUSIONFORGE') and FUSIONFORGE)) { @@ -704,7 +705,6 @@ $AllAllowedPlugins[] = 'PopularNearby'; $AllAllowedPlugins[] = 'PreferenceApp'; $AllAllowedPlugins[] = 'PreferencesInfo'; - $AllAllowedPlugins[] = '_Retransform'; $AllAllowedPlugins[] = 'SqlResult'; $AllAllowedPlugins[] = 'TeX2png'; $AllAllowedPlugins[] = 'text2png'; Modified: trunk/lib/plugin/DebugRetransform.php =================================================================== --- trunk/lib/plugin/DebugRetransform.php 2014-11-26 11:19:50 UTC (rev 9380) +++ trunk/lib/plugin/DebugRetransform.php 2014-11-26 11:31:15 UTC (rev 9381) @@ -23,7 +23,7 @@ /** * Only useful for link and parser debugging purposes. */ -class WikiPlugin__Retransform +class WikiPlugin_DebugRetransform extends WikiPlugin { function getDescription() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |