• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Item4072: TagMePlugin shows debug info when other plugin sets DEBUG = 1

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Extension TagMePlugin Normal Closed   n/a  

Edit Form Data

Summary:
Reported By:
Codebase:
Applies To:
Component:
Priority:
Current State:
Waiting For:
Target Release:
Released In:
 

Detail

This is not correct:
$debug = TWiki::Func::getPreferencesFlag('DEBUG')
      || TWiki::Func::getPluginPreferencesFlag('DEBUG');

it should be

$debug = TWiki::Func::getPreferencesFlag('TAGMEPLUGIN_DEBUG')
      || TWiki::Func::getPluginPreferencesFlag('DEBUG');

-- TWiki:Main/ArthurClemens - 15 May 2007

ItemTemplate
Summary TagMePlugin shows debug info when other plugin sets DEBUG = 1
ReportedBy TWiki:Main.ArthurClemens
Codebase

SVN Range TWiki-4.1.2, Sun, 13 May 2007, build 13714
AppliesTo Extension
Component TagMePlugin
Priority Normal
CurrentState Closed
WaitingFor

Checkins TWikirev:13759 TWikirev:13760
TargetRelease n/a
ReleasedIn

Topic revision: r1 - 2007-05-15 - TWikiUserMapping_ArthurClemens
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback