Changeset 765
- Timestamp:
- 11/17/08 23:20:13 (3 years ago)
- Location:
- trunk
- Files:
-
- 24 edited
-
BibliographyPlugin/data/TWiki/BibliographyPlugin.txt (modified) (1 diff)
-
BibtexPlugin/data/TWiki/BibtexPlugin.txt (modified) (2 diffs)
-
BibtexPlugin/data/TWiki/BibtexSearchTemplate.txt (modified) (1 diff)
-
BibtexPlugin/lib/TWiki/Plugins/BibtexPlugin.pm (modified) (1 diff)
-
DragonSkin/data/TWiki/DragonSkinCustomize.txt (modified) (2 diffs)
-
DragonSkin/data/TWiki/DragonSkinInstall.txt (modified) (1 diff)
-
DragonSkin/templates/dragonmenu.dragon.tmpl (modified) (1 diff)
-
EmptyHeaderArtContrib/data/Sandbox/PluginTestEmptyHeaderArtContrib.txt (modified) (1 diff)
-
EmptyPlugin/lib/TWiki/Plugins/EmptyPlugin.pm (modified) (1 diff)
-
EmptyTag/data/Sandbox/EmptyTagTest.txt (modified) (1 diff)
-
EmptyTag/lib/TWiki/Tags/EmptyTag.pm (modified) (1 diff)
-
ExcelImportExportPlugin/data/TWiki/ExcelImportExportPlugin.txt (modified) (1 diff)
-
FlowchartPlugin/data/TWiki/FlowchartPlugin.txt (modified) (1 diff)
-
JSPopupPlugin/data/TWiki/JSPopupPlugin.txt (modified) (1 diff)
-
MakeCtrlTopicsListAddOn/data/TWiki/MakeCtrlTopicsListAddOn.txt (modified) (2 diffs)
-
MetaWorkflowPlugin/data/Sandbox/MetaWorkflowExample.txt (modified) (2 diffs)
-
PatentLinkPlugin/lib/TWiki/Plugins/PatentLinkPlugin.pm (modified) (1 diff)
-
PatternSkin/pub/TWiki/PatternSkin/colors.css (modified) (1 diff)
-
SimpleBlueSkin/templates/comments.simpleblue.tmpl (modified) (3 diffs)
-
TWikiInstallerContrib/lib/TWiki/Contrib/TWikiInstallerContrib/plugins.NOTES (modified) (4 diffs)
-
TWikiInstallerContrib/lib/TWiki/Contrib/TWikiInstallerContrib/remote-install (modified) (1 diff)
-
TopicVarsPlugin/data/TWiki/TopicVarsPlugin.txt (modified) (4 diffs)
-
UpdateAttachmentsPlugin/data/TWiki/UpdateAttachmentsPlugin.txt (modified) (1 diff)
-
UpdateAttachmentsPlugin/lib/TWiki/Plugins/UpdateAttachmentsPlugin.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BibliographyPlugin/data/TWiki/BibliographyPlugin.txt
r529 r765 84 84 85 85 * Default topic to get references from: 86 * Set DEFAULTBIBLIOGRAPHYTOPIC = TWiki.BibliographyPlugin86 * Set DEFAULTBIBLIOGRAPHYTOPIC = %SYSTEMWEB%.BibliographyPlugin 87 87 88 88 * Default sorting for references: -
trunk/BibtexPlugin/data/TWiki/BibtexPlugin.txt
r664 r765 279 279 280 280 * Available search templates 281 * TWiki.BibtexSearchTemplate - verbose .bib file query form282 * TWiki.BibtexSimpleSearchTemplate - !BibTeX key query form283 * TWiki.BibtexSelectTemplate - query .bib files using bib2bib 'select' syntax281 * %SYSTEMWEB%.BibtexSearchTemplate - verbose .bib file query form 282 * %SYSTEMWEB%.BibtexSimpleSearchTemplate - !BibTeX key query form 283 * %SYSTEMWEB%.BibtexSelectTemplate - query .bib files using bib2bib 'select' syntax 284 284 285 285 ---+++ Bibtool Resource Files … … 375 375 376 376 * Default topic name for <nop>BibTeX files: 377 * Set DEFAULTTOPIC = TWiki.BibtexPlugin377 * Set DEFAULTTOPIC = %SYSTEMWEB%.BibtexPlugin 378 378 379 379 * Default search template 380 * Set DEFAULTSEARCHTEMPLATE = TWiki.BibtexSearchTemplate380 * Set DEFAULTSEARCHTEMPLATE = %SYSTEMWEB%.BibtexSearchTemplate 381 381 382 382 -
trunk/BibtexPlugin/data/TWiki/BibtexSearchTemplate.txt
r482 r765 99 99 </table> 100 100 </form> %STOPINCLUDE% 101 %META:TOPICMOVED{by="MichaelDaum" date="1101476758" from="TWiki.BibSearchTemplate" to="TWiki.BibtexSearchTemplate"}% -
trunk/BibtexPlugin/lib/TWiki/Plugins/BibtexPlugin.pm
r42 r765 109 109 $defaultTopic = TWiki::Func::getPreferencesValue( "\U${pluginName}\E_DEFAULTTOPIC", $web ) || 110 110 TWiki::Func::getPreferencesValue( "\U${pluginName}\E_DEFAULTTOPIC" ) || 111 " TWiki.BibtexPlugin";111 "System.BibtexPlugin"; 112 112 $defaultSearchTemplate = TWiki::Func::getPreferencesValue( "\U${pluginName}\E_DEFAULTSEARCHTEMPLATE", $web ) || 113 113 TWiki::Func::getPreferencesValue( "\U${pluginName}\E_DEFAULTSEARCHTEMPLATE" ) || 114 " TWiki.BibtexSearchTemplate";114 "System.BibtexSearchTemplate"; 115 115 116 116 $hostUrl = &TWiki::Func::getUrlHost(); -
trunk/DragonSkin/data/TWiki/DragonSkinCustomize.txt
r690 r765 47 47 For example: 48 48 <verbatim> 49 <ul><li>[[ TWiki.DragonSkin][Change me]]</li></ul>49 <ul><li>[[%SYSTEMWEB%.DragonSkin][Change me]]</li></ul> 50 50 </verbatim> 51 51 will have one link with the link text "Change me" that points to this page. … … 65 65 3. On that page, set DS_TOPICCSS to a blank value (or any other safe value). 66 66 4. Preview and save that page. 67 68 69 70 %META:TOPICMOVED{by="cbs" date="1090945787" from="TWiki.DragonSkin" to="TWiki.DragonSkinCustomize"}% -
trunk/DragonSkin/data/TWiki/DragonSkinInstall.txt
r464 r765 21 21 ---+++ Including the left menu from a topic 22 22 1. Create a topic with the menu contents. When doing so, be careful about including blank lines in the menu, since the TWiki renderer will insert paragraph tags and mess up the layout. Also, use %<nop>INCLUDINGWEB% when necessary to make sure that searches and links to topics like !WebPreferences will reference the right web. Note that including the menu from a topic will be slightly slower than using it directly from the template file. 23 2. Change the templates/dragonmenu.dragon.css file to just have the single line %<nop>INCLUDE{" TWiki.DragonMenuTopic"}% (or whatever your menu topic is called).23 2. Change the templates/dragonmenu.dragon.css file to just have the single line %<nop>INCLUDE{"%SYSTEMWEB%.DragonMenuTopic"}% (or whatever your menu topic is called). 24 24 ---+++ Adding site-specific CSS styles 25 25 If you want to add a site-specific CSS style, add it to pub/%<nop>SYSTEMWEB%/DragonSkin/typography.css, since that file is included in every theme. Alternatively, add another import rule to the definition of dragoncss in templates/twiki.dragon.tmpl that imports a site-specific css file, and put all local styles in that file. If your style makes use of TWiki variables, add it to templates/dragoncssvars.dragon.tmpl, so variables will get expanded. -
trunk/DragonSkin/templates/dragonmenu.dragon.tmpl
r92 r765 34 34 <h2>Help</h2> 35 35 <ul> 36 <li>[[ TWiki.TextFormattingRules][Text formatting rules]]</li>37 <li>[[ TWiki.WebHome][TWiki documentation]]</li>36 <li>[[%SYSTEMWEB%.TextFormattingRules][Text formatting rules]]</li> 37 <li>[[%SYSTEMWEB%.WebHome][Documentation]]</li> 38 38 <li>[[Sandbox.WebHome][Sandbox (test) web]]</li> 39 39 </ul> -
trunk/EmptyHeaderArtContrib/data/Sandbox/PluginTestEmptyHeaderArtContrib.txt
r482 r765 1 1 %META:TOPICINFO{author="ProjectContributor" date="1042728360" format="1.0" version="1.1"}% 2 %META:TOPICPARENT{name=" TWiki.EmptyHeaderArtContrib"}%2 %META:TOPICPARENT{name="System.EmptyHeaderArtContrib"}% 3 3 4 4 SOME EXAMPLES OF THE PLUGIN -
trunk/EmptyPlugin/lib/TWiki/Plugins/EmptyPlugin.pm
r529 r765 782 782 Additional parameters can be recovered via de query object in the $session. 783 783 784 For more information, check TWiki:TWiki.TWikiScripts#rest784 For more information, check %SYSTEMWEB%.CommandAndCGIScripts#rest 785 785 786 786 *Since:* TWiki::Plugins::VERSION 1.1 -
trunk/EmptyTag/data/Sandbox/EmptyTagTest.txt
r482 r765 1 1 %META:TOPICINFO{author="ProjectContributor" date="1042728360" format="1.0" version="$Rev$"}% 2 %META:TOPICPARENT{name=" TWiki.EmptyPlugin"}%2 %META:TOPICPARENT{name="System.EmptyPlugin"}% 3 3 4 4 SOME EXAMPLES OF THE PLUGIN -
trunk/EmptyTag/lib/TWiki/Tags/EmptyTag.pm
r110 r765 21 21 This is an empty TWiki tag. It is a fully defined tag, but is 22 22 disabled by default in a TWiki installation. Use it as a template 23 for your own tags; see TWiki.TWikiTags for details.23 for your own tags; see %SYSTEMWEB%.Macros for details. 24 24 25 25 =cut -
trunk/ExcelImportExportPlugin/data/TWiki/ExcelImportExportPlugin.txt
r604 r765 9 9 * Export to Excel 10 10 * Generate an Excel spreadsheet from a TWiki table, such that each row in the table corresponds to a row in the resultant spreadsheet. 11 * Generate an Excel spreadsheet from a table returned as the result of a TWiki.FormattedSearch, such that each row in the table corresponds to a row in the resultant spreadsheet.11 * Generate an Excel spreadsheet from a table returned as the result of a %SYSTEMWEB%.FormattedSearch, such that each row in the table corresponds to a row in the resultant spreadsheet. 12 12 * Generate an Excel spreadsheet from all topics that have an indicated form. Each topic results in a row of the spreadsheet, such that each form field is mapped to a column in the spreadsheet. 13 13 -
trunk/FlowchartPlugin/data/TWiki/FlowchartPlugin.txt
r529 r765 130 130 * (Dakar) Visit =configure= in your TWiki installation, and enable the plugin in the {Plugins} section. 131 131 * Test if the installation was successful: 132 * See the TWiki.FlowchartPluginExample132 * See the %SYSTEMWEB%.FlowchartPluginExample 133 133 134 134 ---++ Plugin Info -
trunk/JSPopupPlugin/data/TWiki/JSPopupPlugin.txt
r529 r765 12 12 Popups are activated either on a mouse click, when the mouse passes over the anchor, or when the page is loaded. 13 13 14 To make it easy for TWiki.TWikiSkin developers, any html link with the css =twikiPopupLink= class will get a popup dialog. If the Javascript fails, or this plugin is disabled, the link will gracefully fall back to going to the link in the main browser window.14 To make it easy for %SYSTEMWEB%.TWikiSkin developers, any html link with the css =twikiPopupLink= class will get a popup dialog. If the Javascript fails, or this plugin is disabled, the link will gracefully fall back to going to the link in the main browser window. 15 15 16 16 use the =twikiPopupLink= class to get popup dialog elements on urls that can degrade gracefully for users without javascript. -
trunk/MakeCtrlTopicsListAddOn/data/TWiki/MakeCtrlTopicsListAddOn.txt
r672 r765 79 79 | Change History: | <!-- versions below in reverse order --> | 80 80 | 07 Jun 2005: | Initial version | 81 | 10 Jun 2005: | Bug fix (incorrect handling of topics "with dash"). <br>Marker string must now be placed at the beginning of the line (this removes doc topic from list). <br>Forces link at non-[[ TWiki.WikiWord][WikiWord]]-Topics now.|81 | 10 Jun 2005: | Bug fix (incorrect handling of topics "with dash"). <br>Marker string must now be placed at the beginning of the line (this removes doc topic from list). <br>Forces link at non-[[%SYSTEMWEB%.WikiWord][WikiWord]]-Topics now.| 82 82 | CPAN Dependencies: | none | 83 83 | Other Dependencies: | ApprovalPlugin must be installed | … … 95 95 96 96 %META:FILEATTACHMENT{name="MCTLscreenshot.gif" attr="" comment="Example Screenshot" date="1118312007" path="D:\data\Work\twiki-org\MCTLscreenshot.gif" size="41215" user="DetlefMarxsen" version="1.1"}% 97 %META:TOPICMOVED{by="DetlefMarxsen" date="1118214755" from="TWiki.MakeCtrlTopicsList" to="TWiki.MakeCtrlTopicsListAddOn"}% -
trunk/MetaWorkflowPlugin/data/Sandbox/MetaWorkflowExample.txt
r604 r765 3 3 ---+++ !MetaWorkflowPlugin Example 4 4 5 This is an example of how to use the TWiki.MetaWorkflowPlugin to create a workflow based on the value of a [[%SYSTEMWEB%.DataForms][form field]].5 This is an example of how to use the %SYSTEMWEB%.MetaWorkflowPlugin to create a workflow based on the value of a [[%SYSTEMWEB%.DataForms][form field]]. 6 6 7 7 This is what's displayed in the =%<nop>METAWORKFLOWCURRENT%=:%BR% … … 24 24 * #Set METAWORKFLOWDEFINITION = MetaWorkflowDefinitionTable 25 25 26 For more information on the plugin, go to [[ TWiki.MetaWorkflowPlugin]].26 For more information on the plugin, go to [[%SYSTEMWEB%.MetaWorkflowPlugin]]. -
trunk/PatentLinkPlugin/lib/TWiki/Plugins/PatentLinkPlugin.pm
r246 r765 18 18 # 19 19 # This is a PatentLinkPlugin TWiki plugin. 20 # See TWiki.PatentLinkPlugin for details.20 # See %SYSTEMWEB%.PatentLinkPlugin for details. 21 21 # 22 22 # Each plugin is a package that contains the subs: -
trunk/PatternSkin/pub/TWiki/PatternSkin/colors.css
r14 r765 1 1 2 2 /* PatternSkin colors */ 3 /* Generated by AttachContentPlugin from TWiki.PatternSkin */3 /* Generated by AttachContentPlugin from System.PatternSkin */ 4 4 5 5 /* LAYOUT ELEMENTS */ -
trunk/SimpleBlueSkin/templates/comments.simpleblue.tmpl
r464 r765 5 5 *WARNING: THIS FILE WILL BE OVERWRITTEN WHEN YOU UPGRADE THE COMMENT PLUGIN* 6 6 7 Put your local templates into TWiki.UserTemplates.7 Put your local templates into %SYSTEMWEB%.UserTemplates. 8 8 *LOCAL TEMPLATES WILL OVERRIDE TEMPLATES DEFINED IN THIS FILE* 9 9 … … 120 120 <table> 121 121 <tr> 122 <td align="right">Action for ( TWiki.WikiName):</td>122 <td align="right">Action for (%SYSTEMWEB%.WikiName):</td> 123 123 <td><input name="who" type="text" size="50" value="%URLPARAM{"who"}%" /></td> 124 124 </tr> … … 223 223 224 224 225 %TMPL:INCLUDE{" TWiki.UserTemplates"}%226 225 %TMPL:INCLUDE{"%SYSTEMWEB%.UserTemplates"}% 226 -
trunk/TWikiInstallerContrib/lib/TWiki/Contrib/TWikiInstallerContrib/plugins.NOTES
r682 r765 181 181 ! GenerateSearchPlugin - calls TWiki::Form::getFormDef() directly 182 182 ! IncludeRevisionPlugin - doesn't render 183 !& LatexModePlugin - viewing the page (after configuring program paths properly) yields: AccessControlException: Access to CHANGE TWiki.LatexModePlugin for WikiGuest is denied. access not allowed on web[Sun Dec 11 17:27:09 2005] [error] [client 127.0.0.1] Premature end of script headers: view.cgi - need to move the sample to the Sandbox web183 !& LatexModePlugin - viewing the page (after configuring program paths properly) yields: AccessControlException: Access to CHANGE %SYSTEMWEB%.LatexModePlugin for WikiGuest is denied. access not allowed on web[Sun Dec 11 17:27:09 2005] [error] [client 127.0.0.1] Premature end of script headers: view.cgi - need to move the sample to the Sandbox web 184 184 ! LoginNameAliasesPlugin - TWiki::Plugins::LoginNameAliasesPlugin::earlyInitPlugin failed: 1 185 185 ! MsOfficeAttachmentsAsHTMLPlugin - no docs, not sure what to do... … … 202 202 Can't call method "maketext" on an undefined value at 203 203 /home/twiki/public_html/cgi-bin/twiki/lib/TWiki/Access.pm line 175 (#2) 204 while processing TWiki.BulkResetPassword (during (re)build of cache)204 while processing %SYSTEMWEB%.BulkResetPassword (during (re)build of cache) 205 205 206 206 28 … … 222 222 ? LaTeXToMathMLPlugin - need to install itex2MML 223 223 ? LDAPPasswordChangerPlugin - _looks_ like it should work 224 ? LdapPlugin - ??? (also references TWiki.TWikiLdapRegistration---what is that?)224 ? LdapPlugin - ??? (also references %SYSTEMWEB%.TWikiLdapRegistration---what is that?) 225 225 ? MailReminderPlugin - can't test (mysql) 226 226 ? MathModePlugin - need latex2html … … 404 404 405 405 * clicking "attach link" wiped out my topic text (*and* replace it with a non-functional link (using %ATTACHPUBURL%)) 406 407 * TWiki.WebReferences - delete? - just put on twiki.org ??? - links from TWiki.TWikiSite and TWiki.WelcomeGuest408 406 409 407 * FindElsewherePlugin renders [[%SYSTEMWEB%.BookView][%MAKETEXT{"about BookView"}%]] incorrectly --- [[]]'s show up and link text BookView is a link :( -
trunk/TWikiInstallerContrib/lib/TWiki/Contrib/TWikiInstallerContrib/remote-install
r733 r765 55 55 # (and update Main.AdminGroup) 56 56 # wikiwebmaster (for email about this wiki site) - 57 # (and update TWiki.MainPreferences) - $wikiWebMaster57 # (and update %SYSTEMWEB%.SitePreferences) - $wikiWebMaster 58 58 # 59 59 # other TODO? -
trunk/TopicVarsPlugin/data/TWiki/TopicVarsPlugin.txt
r464 r765 2 2 ---++ TopicVarsPlugin TWiki Plugin 3 3 4 This plugin will allow you to create variables in arbitrary topic pages, and not just WebPreferences. You can then refer to those variables from any topic within the same Web or Wiki. (Perhaps a future iteration will support [[ TWiki.InterwikiPlugin][Interwiki]] references, but that's probably not likely, unless we use XML-RPC or something to cut down the overhead of getting those values from afar.)4 This plugin will allow you to create variables in arbitrary topic pages, and not just WebPreferences. You can then refer to those variables from any topic within the same Web or Wiki. (Perhaps a future iteration will support [[%SYSTEMWEB%.InterwikiPlugin][Interwiki]] references, but that's probably not likely, unless we use XML-RPC or something to cut down the overhead of getting those values from afar.) 5 5 6 6 ---+++ Syntax Rules … … 20 20 ---+++ <nop>%TOPIC% Settings 21 21 22 * One line description, is shown in the [[ TWiki.TextFormattingRules][TextFormattingRules]] topic22 * One line description, is shown in the [[%SYSTEMWEB%.TextFormattingRules][TextFormattingRules]] topic 23 23 * Set SHORTDESCRIPTION = Set variables in arbitrary topics and refer to them from other topics within the same web 24 24 … … 39 39 * You should see the answer here: [%THE_ANSWER%] (%<nop>THE_ANSWER%) 40 40 * and here: [%TopicVarsPlugin.THE_ANSWER%] (%<nop>TopicVarsPlugin.THE_ANSWER%) 41 * and here: [% TWiki.TopicVarsPlugin.THE_ANSWER%] (%<nop>TWiki.TopicVarsPlugin.THE_ANSWER%)41 * and here: [%System.TopicVarsPlugin.THE_ANSWER%] (%<nop>System.TopicVarsPlugin.THE_ANSWER%) 42 42 43 43 … … 53 53 | Feedback: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev | 54 54 55 __Related Topics:__ [[ TWiki.InterwikiPlugin][InterwikiPlugin]]55 __Related Topics:__ [[%SYSTEMWEB%.InterwikiPlugin][InterwikiPlugin]] 56 56 57 57 -- %SYSTEMWEB%.TrippLilley - 15 Nov 2001 <br> -
trunk/UpdateAttachmentsPlugin/data/TWiki/UpdateAttachmentsPlugin.txt
r529 r765 26 26 27 27 ---+++ Triggering an Attachment Update 28 As this is a TWiki.RestHandler based plugin, you can trigger it to run from a suitably authenticated URL (it will only update topics28 As this is a %SYSTEMWEB%.RestHandler based plugin, you can trigger it to run from a suitably authenticated URL (it will only update topics 29 29 your user as permission to edit) - for example, to update the Sandbox web 30 30 * %SCRIPTURL{rest}%/UpdateAttachmentsPlugin/update?topic=Sandbox.WebHome -
trunk/UpdateAttachmentsPlugin/lib/TWiki/Plugins/UpdateAttachmentsPlugin.pm
r529 r765 157 157 Additional parameters can be recovered via de query object in the $session. 158 158 159 For more information, check TWiki:TWiki.TWikiScripts#rest159 For more information, check %SYSTEMWEB%.CommandAndCGIScripts#rest 160 160 161 161 *Since:* TWiki::Plugins::VERSION 1.1
Note: See TracChangeset
for help on using the changeset viewer.
