Skip to content

Commit

Permalink
Item109: Renaming TWikiPlugins to Plugins
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/UpdateAttachmentsPlugin@529 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Nov 11, 2008
1 parent da0317f commit 745d3f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/TWiki/UpdateAttachmentsPlugin.txt
Expand Up @@ -64,7 +64,7 @@ This plugin _may_ not function correctly if =$TWiki::cfg{AutoAttachPubFiles}= is
| Feedback: | http://twiki.org/cgi-bin/view/Plugins/UpdateAttachmentsPluginDev |
| Appraisal: | http://twiki.org/cgi-bin/view/Plugins/UpdateAttachmentsPluginAppraisal |

__Related Topics:__ %SYSTEMWEB%.TWikiPlugins, %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences
__Related Topics:__ [[%SYSTEMWEB%.Plugins][Plugins]], %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences

<!-- Do _not_ attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the feedback topic on twiki.org instead. -->

8 changes: 4 additions & 4 deletions lib/TWiki/Plugins/UpdateAttachmentsPlugin.pm
Expand Up @@ -30,11 +30,11 @@ plugin.
__NOTE:__ When developing a plugin it is important to remember that
TWiki is tolerant of plugins that do not compile. In this case,
the failure will be silent but the plugin will not be available.
See %SYSTEMWEB%.TWikiPlugins#FAILEDPLUGINS for error messages.
See [[%SYSTEMWEB%.Plugins#FAILEDPLUGINS]] for error messages.
__NOTE:__ Defining deprecated handlers will cause the handlers to be
listed in %SYSTEMWEB%.TWikiPlugins#FAILEDPLUGINS. See
%SYSTEMWEB%.TWikiPlugins#Handlig_deprecated_functions
listed in [[%SYSTEMWEB%.Plugins#FAILEDPLUGINS]]. See
[[%SYSTEMWEB%.Plugins#Handlig_deprecated_functions]]
for information on regarding deprecated handlers that are defined for
compatibility with older TWiki versions.
Expand Down Expand Up @@ -129,7 +129,7 @@ sub initPlugin {
# Set plugin preferences in LocalSite.cfg, like this:
# $TWiki::cfg{Plugins}{UpdateAttachmentsPlugin}{ExampleSetting} = 1;
# Always provide a default in case the setting is not defined in
# LocalSite.cfg. See TWiki.TWikiPlugins for help in adding your plugin
# LocalSite.cfg. See %SYSTEMWEB%.Plugins for help in adding your plugin
# configuration to the =configure= interface.
my $setting = $TWiki::cfg{Plugins}{UpdateAttachmentsPlugin}{ExampleSetting} || 0;
$debug = $TWiki::cfg{Plugins}{UpdateAttachmentsPlugin}{Debug} || 0;
Expand Down

0 comments on commit 745d3f7

Please sign in to comment.