Tags:
archive_me1Add my vote for this tag extract_doc1Add my vote for this tag create new tag
, view all tags
I'm trying to GetStartedHackingTWiki? . I'm wanting to add some custom tags. I guess it would be best to do this as a plugin; however, this doesn't really have to do with my question.

I see in places like TWiki::Plugins::DefaultPlugin::commonTagsHandler that there is a call to TWiki::Func::writeDebug(). However, I don't see in my $debugFilename where that particular message is getting written. Is there something like a debug level that needs to be set higher? I've looked around and don't see it.

-- DougAlcorn - 03 Jul 2002

This is written to a file called debug.txt in the TWiki data directory. Well behaved Plugins will have a debug flag turning on debugging. The core of TWiki has no debug output by default. It is turned on in different ways in different modules. Some have a writeDebug routine at the start that usually has the body commented out.

Debuggers such as PerlPtkdb can also be used.

-- JohnTalintyre - 03 Jul 2002

%!FAILEDPLUGINS% gives useful diagnostics:

PluginErrors
SpreadSheetPlugin none
CommentPlugin none
BlackListPlugin none
ChartPlugin none
EditTablePlugin none
GaugePlugin none
InterwikiPlugin none
LocalCityTimePlugin none
PerlDocPlugin none
PreferencesPlugin none
RenderListPlugin none
SlideShowPlugin none
SmiliesPlugin none
TWikiDrawPlugin none
TWikiOrgPlugin none
TablePlugin none
TagMePlugin none
TinyMCEPlugin none
TwistyPlugin none
VarCachePlugin none
WysiwygPlugin none
HandlerPlugins
afterCommonTagsHandlerVarCachePlugin
afterEditHandlerWysiwygPlugin
afterSaveHandlerTagMePlugin
beforeAttachmentSaveHandlerBlackListPlugin
beforeCommonTagsHandlerEditTablePlugin
PreferencesPlugin
VarCachePlugin
WysiwygPlugin
beforeEditHandlerTinyMCEPlugin
WysiwygPlugin
beforeMergeHandlerWysiwygPlugin
beforeSaveHandlerCommentPlugin
BlackListPlugin
WysiwygPlugin
commonTagsHandlerSpreadSheetPlugin
CommentPlugin
BlackListPlugin
ChartPlugin
EditTablePlugin
GaugePlugin
LocalCityTimePlugin
PerlDocPlugin
SlideShowPlugin
SmiliesPlugin
TWikiDrawPlugin
TWikiOrgPlugin
TagMePlugin
initPluginSpreadSheetPlugin
CommentPlugin
BlackListPlugin
ChartPlugin
EditTablePlugin
GaugePlugin
InterwikiPlugin
LocalCityTimePlugin
PerlDocPlugin
PreferencesPlugin
RenderListPlugin
SlideShowPlugin
SmiliesPlugin
TWikiDrawPlugin
TWikiOrgPlugin
TablePlugin
TagMePlugin
TinyMCEPlugin
TwistyPlugin
VarCachePlugin
WysiwygPlugin
modifyHeaderHandlerWysiwygPlugin
postRenderingHandlerBlackListPlugin
EditTablePlugin
PreferencesPlugin
WysiwygPlugin
preRenderingHandlerInterwikiPlugin
SmiliesPlugin
TablePlugin
startRenderingHandlerRenderListPlugin
WysiwygPlugin
This handler is deprecated - please check for updated versions of the plugins that use it!
21 plugins

-- MartinCleaver - 15 Apr 2004

 
Topic revision: r3 - 15 Apr 2004 - 10:24:21 - MartinCleaver
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback