internal package
Foswiki::Plugins::HttpsRedirectPlugin internal package
Foswiki::Plugins::HttpsRedirectPlugin $topic
- the name of the topic in the current CGI query
$web
- the name of the web in the current CGI query
$user
- the login name of the user
$installWeb
- the name of the web the plugin is installed in
Plugin | Errors |
---|---|
TWikiCompatibilityPlugin | none |
SpreadSheetPlugin | none |
AutoViewTemplatePlugin | none |
CommentPlugin | none |
CompareRevisionsAddonPlugin | none |
EditTablePlugin | none |
HistoryPlugin | none |
HttpsRedirectPlugin | none |
InterwikiPlugin | none |
JQueryCompatibilityModePlugin | none |
JQueryLibPlugin | none |
JQueryPlugin | none |
JQueryTwistyPlugin | none |
MailerContribPlugin | none |
MathModePlugin | none |
PreferencesPlugin | none |
RenderListPlugin | none |
SendEmailPlugin | none |
SlideShowPlugin | none |
SmiliesPlugin | none |
TablePlugin | none |
TinyMCEPlugin | none |
TwistyPlugin | none |
WysiwygPlugin | none |
Handler | Plugins |
---|---|
afterCommonTagsHandler | TablePlugin |
afterEditHandler | WysiwygPlugin |
beforeCommonTagsHandler | EditTablePlugin PreferencesPlugin WysiwygPlugin |
beforeEditHandler | TinyMCEPlugin WysiwygPlugin |
beforeMergeHandler | WysiwygPlugin |
beforeSaveHandler | CommentPlugin WysiwygPlugin |
commonTagsHandler | SpreadSheetPlugin CommentPlugin CompareRevisionsAddonPlugin EditTablePlugin MathModePlugin SlideShowPlugin SmiliesPlugin |
earlyInitPlugin | TWikiCompatibilityPlugin |
finishPlugin | JQueryPlugin |
initPlugin | TWikiCompatibilityPlugin SpreadSheetPlugin AutoViewTemplatePlugin CommentPlugin CompareRevisionsAddonPlugin EditTablePlugin HistoryPlugin HttpsRedirectPlugin InterwikiPlugin JQueryCompatibilityModePlugin JQueryLibPlugin JQueryPlugin JQueryTwistyPlugin MailerContribPlugin MathModePlugin PreferencesPlugin RenderListPlugin SendEmailPlugin SlideShowPlugin SmiliesPlugin TablePlugin TinyMCEPlugin TwistyPlugin WysiwygPlugin |
modifyHeaderHandler | WysiwygPlugin |
postRenderingHandler | EditTablePlugin MathModePlugin PreferencesPlugin WysiwygPlugin |
preRenderingHandler | InterwikiPlugin RenderListPlugin SmiliesPlugin TablePlugin |
renderWikiWordHandler | TWikiCompatibilityPlugin |
Foswiki::Func::registerTagHandler
here to register
a function to handle variables that have standard TWiki syntax - for example,
=%MYTAG{"my param" myarg="My Arg"}%. You can also override internal
TWiki variable handling functions this way, though this practice is unsupported
and highly dangerous!
Note: Please align variables names with the Plugin name, e.g. if
your Plugin is called FooBarPlugin?, name variables FOOBAR and/or
FOOBARSOMETHING. This avoids namespace issues.