Changeset 766
- Timestamp:
- 11/17/08 23:36:18 (3 years ago)
- Location:
- trunk
- Files:
-
- 18 edited
-
FilterPlugin/data/TWiki/FilterPlugin.txt (modified) (1 diff)
-
LoginNameAliasesPlugin/data/TWiki/LoginNameAliasesPlugin.txt (modified) (1 diff)
-
LoginNameAliasesPlugin/data/TWiki/LoginNameAliasesPluginDoc.txt (modified) (2 diffs)
-
MacrosPlugin/data/TWiki/MacrosPlugin.txt (modified) (1 diff)
-
NotificationPlugin/bin/mailnotify-NP (modified) (1 diff)
-
PerforcePlugin/data/Sandbox/PluginTestPerforcePlugin.txt (modified) (1 diff)
-
PerforcePlugin/lib/TWiki/Plugins/PerforcePlugin.pm (modified) (1 diff)
-
PollPlugin/data/Sandbox/SmiliesPoll.txt (modified) (1 diff)
-
RenderFormPlugin/data/TWiki/RenderFormPlugin.txt (modified) (3 diffs)
-
RenderFormPlugin/data/TWiki/VarRENDERFORM.txt (modified) (1 diff)
-
RenderFormPlugin/lib/TWiki/Plugins/RenderFormPlugin/Core.pm (modified) (1 diff)
-
TinyMCEPlugin/lib/TWiki/Plugins/TinyMCEPlugin.pm (modified) (1 diff)
-
TinyMCEPlugin/pub/TWiki/TinyMCEPlugin/twiki_src.js (modified) (1 diff)
-
TreeBrowserPlugin/data/TWiki/TreeBrowserPlugin.txt (modified) (2 diffs)
-
UnitTestContrib/test/unit/Fn_INCLUDE.pm (modified) (2 diffs)
-
UnitTestContrib/test/unit/FormattingTests.pm (modified) (1 diff)
-
WidgetsSkin/pub/TWiki/WidgetsSampleDesign/TWiki.css (modified) (1 diff)
-
YetAnotherXpTrackerPlugin/data/_default_XpTracker/WebPreferences.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/FilterPlugin/data/TWiki/FilterPlugin.txt
r482 r766 201 201 added =nocase= option to FORMATLIST (by Dirk Zimoch); \ 202 202 fixed null/empty string match in FORMATLIST | 203 | 20 Aug 2008: | added =selection= and =marker= to FORMATLIST, similar in use as TWiki.VarWEBLIST |203 | 20 Aug 2008: | added =selection= and =marker= to FORMATLIST, similar in use as %SYSTEMWEB%.VarWEBLIST | 204 204 | 03 Jul 2008: | sorting a list _before_, not _after_, formatting it in FORMATLIST | 205 205 | 08 May 2008: | added 'text' parameter to SUBST and EXTRACT; \ -
trunk/LoginNameAliasesPlugin/data/TWiki/LoginNameAliasesPlugin.txt
r672 r766 4 4 This plugin is used to map login names (typically determined by the REMOTE_USER 5 5 variable set by the web server) to usernames. Most settings for the plugin are 6 controlled on this page. See TWiki.LoginNameAliasesPluginDoc for documentation on how to use the plugin and what these settings mean.6 controlled on this page. See %SYSTEMWEB%.LoginNameAliasesPluginDoc for documentation on how to use the plugin and what these settings mean. 7 7 8 8 -
trunk/LoginNameAliasesPlugin/data/TWiki/LoginNameAliasesPluginDoc.txt
r672 r766 16 16 17 17 ---++ Settings 18 Behavior of this plugin is controlled through the following settings in the [[ TWiki.LoginNameAliasesPlugin][TWiki.LoginNameAliasesPlugin]] topic. *Important:* the settings topic will not be read if you have renamed your TWiki web or installed this topic in another web.18 Behavior of this plugin is controlled through the following settings in the [[%SYSTEMWEB%.LoginNameAliasesPlugin][%SYSTEMWEB%.LoginNameAliasesPlugin]] topic. *Important:* the settings topic will not be read if you have renamed your TWiki web or installed this topic in another web. 19 19 20 20 * MAP_BLANK_USER = <user> … … 58 58 * The plugin does not do anything unless $useLoginNameAliasesPlugin is set 59 59 in TWiki.cfg. 60 * The plugin configuration topic, [[ TWiki.LoginNameAliasesPlugin][TWiki.LoginNameAliasesPlugin]], should have60 * The plugin configuration topic, [[%SYSTEMWEB%.LoginNameAliasesPlugin][%SYSTEMWEB%.LoginNameAliasesPlugin]], should have 61 61 access permissions set such that only people in the %MAINWEB%.AdminGroup (or other people who can be trusted) can change it. By default, the topic is distributed with this access restriction. 62 62 -
trunk/MacrosPlugin/data/TWiki/MacrosPlugin.txt
r529 r766 56 56 57 57 ---+ <nop>%TOPIC% Settings 58 One line description, shown in the TWiki.TextFormattingRules topic:58 One line description, shown in the %SYSTEMWEB%.TextFormattingRules topic: 59 59 * Set SHORTDESCRIPTION = Supports parameterised includes. 60 60 -
trunk/NotificationPlugin/bin/mailnotify-NP
r664 r766 219 219 &TWiki::Func::writeDebug( "ERROR IN SENDING MAIL - $error" ); 220 220 print STDERR "* $error\n"; 221 $debug && print "- End TWiki.$webName\n";221 $debug && print "- End System.$webName\n"; 222 222 } 223 223 } -
trunk/PerforcePlugin/data/Sandbox/PluginTestPerforcePlugin.txt
r248 r766 1 1 %META:TOPICINFO{author="BaseUserMapping_666" date="1204213132" format="1.1" reprev="1.9" version="1.9"}% 2 2 %META:TOPICPARENT{name="WebHome"}% 3 ---+!! TWiki.PerforcePlugin examples3 ---+!! %SYSTEMWEB%.PerforcePlugin examples 4 4 5 5 %TOC% -
trunk/PerforcePlugin/lib/TWiki/Plugins/PerforcePlugin.pm
r529 r766 270 270 Additional parameters can be recovered via de query object in the $session. 271 271 272 For more information, check TWiki:TWiki.TWikiScripts#rest272 For more information, check %SYSTEMWEB%.CommandAndCGIScripts#rest 273 273 274 274 *Since:* TWiki::Plugins::VERSION 1.1 -
trunk/PollPlugin/data/Sandbox/SmiliesPoll.txt
r664 r766 1 1 %META:TOPICINFO{author="guest" date="1063987680" format="1.0" version="1.1"}% 2 %META:TOPICPARENT{name=" TWiki.PollPlugin"}%3 ---+++ A Smiling example of the TWiki.PollPlugin2 %META:TOPICPARENT{name="System.PollPlugin"}% 3 ---+++ A Smiling example of the %SYSTEMWEB%.PollPlugin 4 4 5 5 __NOTE:__ To use this example you must install also the Main:Plugins.SmiliesPlugin. -
trunk/RenderFormPlugin/data/TWiki/RenderFormPlugin.txt
r604 r766 26 26 ---++ Quick Start Guide 27 27 28 1 Create a new topic (e.g. Sandbox.TestForm) for your %SYSTEMWEB%.DataForms definition and put the following to the new topic (%X% TWiki.EditTablePlugin required):28 1 Create a new topic (e.g. Sandbox.TestForm) for your %SYSTEMWEB%.DataForms definition and put the following to the new topic (%X% %SYSTEMWEB%.EditTablePlugin required): 29 29 <verbatim> 30 30 %EDITTABLE{format="|text,20,|select,1,label,text,textarea,select,select+multi,checkbox,checkbox+buttons,radio,date|text,6,1|text,50|text,20|text,5,|"}% … … 107 107 | =mode= | render mode of the form, allowed values: create (default), edit, view (default if =topic= exists) | mode="create" | 108 108 | =onlynewtopic= | disables overwrite of existing topics | onlynewtopic="on" | 109 | =onlywikiname= | disallows the usage of non-[[ TWiki.WikiWords]] for topic names | onlywikiname="on" |109 | =onlywikiname= | disallows the usage of non-[[%SYSTEMWEB%.WikiWords]] for topic names | onlywikiname="on" | 110 110 | =order= | changes the display order of form fields; order value is a comma separated list of field names; if the order list is incomplete all missing and unhidden form fields will be added; there are special values for order: [:alpha:], [:dalpha:], [:num:] and [:dnum:], e.g. order="[:alpha:]" to sort all fields alphanumerical | undefined / order="Field1, Field2" | 111 111 | =script= | changes the behavior of edit/create modes; allowed values: save - saves the form data; edit - edit the resulting topic | script="save" | … … 172 172 173 173 #RenderFormExamples 174 %RENDERFORM{" TWiki.RenderFormPluginExampleForm" topic="Sandbox.%TOPIC%XXXXXXXXXX"}%174 %RENDERFORM{"%SYSTEMWEB%.RenderFormPluginExampleForm" topic="Sandbox.%TOPIC%XXXXXXXXXX"}% 175 175 176 176 | *Topic* | *Date* | -
trunk/RenderFormPlugin/data/TWiki/VarRENDERFORM.txt
r683 r766 6 6 * Syntax: =%<nop>RENDERFORM{ "ATWikiFormDefinition"}%= 7 7 * Example:%BR% 8 =%<nop>RENDERLIST{ " TWiki.HelpDeskForm" }%= %BR%8 =%<nop>RENDERLIST{ "%SYSTEMWEB%.HelpDeskForm" }%= %BR% 9 9 * Related: DataForms -
trunk/RenderFormPlugin/lib/TWiki/Plugins/RenderFormPlugin/Core.pm
r604 r766 38 38 text => undef, 39 39 missingparamsmsg => '%RED% Sorry, missing required parameters: %MISSINGPARAMSLIST% %ENDCOLOR% <br/> Required parameters are %REQUIREDPARAMSLIST%', 40 unknownparamsmsg => '%RED% Sorry, some parameters are unknown: %UNKNOWNPARAMSLIST% %ENDCOLOR% <br/> Allowed parameters are (see TWiki.RenderFormPlugin topic for more details): %KNOWNPARAMSLIST%',41 invalidparamsmsg => '%RED% Sorry, some parameters are invalid for: %INVALIDPARAMSLIST% %ENDCOLOR% <br/> Valid parameters are (see TWiki.RenderFormPlugin topic for more details): %VALIDPARAMSLIST%',40 unknownparamsmsg => '%RED% Sorry, some parameters are unknown: %UNKNOWNPARAMSLIST% %ENDCOLOR% <br/> Allowed parameters are (see %SYSTEMWEB%.RenderFormPlugin topic for more details): %KNOWNPARAMSLIST%', 41 invalidparamsmsg => '%RED% Sorry, some parameters are invalid for: %INVALIDPARAMSLIST% %ENDCOLOR% <br/> Valid parameters are (see %SYSTEMWEB%.RenderFormPlugin topic for more details): %VALIDPARAMSLIST%', 42 42 layout => undef, 43 43 fieldmarker => '@', -
trunk/TinyMCEPlugin/lib/TWiki/Plugins/TinyMCEPlugin.pm
r464 r766 165 165 SCRIPT 166 166 167 # See TWiki.IfStatements for a description of this context id.167 # See %SYSTEMWEB%.IfStatements for a description of this context id. 168 168 TWiki::Func::getContext()->{textareas_hijacked} = 1; 169 169 } -
trunk/TinyMCEPlugin/pub/TWiki/TinyMCEPlugin/twiki_src.js
r714 r766 66 66 /** 67 67 Disables the use of ESCAPE in the edit box, because some browsers will interpret this as cancel and will remove all changes. 68 Copied from TWiki.JavascriptFiles/twiki_edit.js because it is used in68 Copied from %SYSTEMWEB%.JavascriptFiles/twiki_edit.js because it is used in 69 69 pickaxe mode. 70 70 */ -
trunk/TreeBrowserPlugin/data/TWiki/TreeBrowserPlugin.txt
r549 r766 42 42 * Format of the *icon* render type: 43 43 * =Set < _name_ >_THEME = icon, [< _root icon image_ >], [< _icon image_ >], [< _folder icon image_ >], [< _open folder icon image_ >]= 44 * The _root icon image_ is shown at the root of the tree, the _icon image_ is shown at every leaf node, the _folder icon image_ is shown at every collapsed internal node, and the _open folder icon image_ is shown at every expanded internal node. The icon images point to files attached to TWiki topics and are referenced in the standard manner. If no path is given, the images are taken from TWiki.DocumentGraphics.44 * The _root icon image_ is shown at the root of the tree, the _icon image_ is shown at every leaf node, the _folder icon image_ is shown at every collapsed internal node, and the _open folder icon image_ is shown at every expanded internal node. The icon images point to files attached to TWiki topics and are referenced in the standard manner. If no path is given, the images are taken from %SYSTEMWEB%.DocumentGraphics. 45 45 * If an icon image is omitted, the following defaults are chosen: %ATTACHURL%/empty.gif, %ATTACHURL%/page.gif, %ATTACHURL%/folder.gif, %ATTACHURL%/folderopen.gif 46 46 … … 159 159 </td></tr></table> 160 160 161 This tree could be used in the TWiki.WebLeftBar, for example. Clicking on the plus icon next to =Webs= will expand the subtree below that node.161 This tree could be used in the %SYSTEMWEB%.WebLeftBar, for example. Clicking on the plus icon next to =Webs= will expand the subtree below that node. 162 162 163 163 To add _"collapse/expand all nodes"_ functionalities do something like: -
trunk/UnitTestContrib/test/unit/Fn_INCLUDE.pm
r14 r766 55 55 7 ($includedTopic) 56 56 8 #$includedTopic 57 9 [[ TWiki.$includedTopic]]57 9 [[system.$includedTopic]] 58 58 10 [[$includedTopic]] 59 59 11 [[http://fleegle][$includedTopic]] … … 81 81 7 ($this->{other_web}.$includedTopic) 82 82 8 #$includedTopic 83 9 [[ TWiki.$includedTopic]]83 9 [[system.$includedTopic]] 84 84 10 [[$this->{other_web}.$includedTopic][$includedTopic]] 85 85 11 [[http://fleegle][$includedTopic]] -
trunk/UnitTestContrib/test/unit/FormattingTests.pm
r14 r766 295 295 my $this = shift; 296 296 my $expected = <<EXPECTED; 297 <a class="twikiLink" href="$this->{sup}/ TWiki/WebRssBase">TWiki.WebRss <nop>Base</a>298 EXPECTED 299 300 my $actual = <<ACTUAL; 301 [[ TWiki.WebRss Base]]297 <a class="twikiLink" href="$this->{sup}/System/WebRssBase">System.WebRss <nop>Base</a> 298 EXPECTED 299 300 my $actual = <<ACTUAL; 301 [[system.WebRss Base]] 302 302 ACTUAL 303 303 $this->do_test($expected, $actual); -
trunk/WidgetsSkin/pub/TWiki/WidgetsSampleDesign/TWiki.css
r514 r766 118 118 119 119 /* PatternSkin colors */ 120 /* Generated by AttachContentPlugin from TWiki.PatternSkin */120 /* Generated by AttachContentPlugin from System.PatternSkin */ 121 121 122 122 /* LAYOUT ELEMENTS */ -
trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/WebPreferences.txt
r672 r766 12 12 13 13 * Turn on TWiki.XpTrackerPlugin 14 * Set INSTALLEDPLUGINS = TWiki.XpTrackerPlugin14 * Set INSTALLEDPLUGINS = %SYSTEMWEB%.XpTrackerPlugin 15 15 16 * Customization of TWiki.XpTrackerPlugin16 * Customization of %SYSTEMWEB%.XpTrackerPlugin 17 17 * Set XPTRACKERPLUGIN_ADDTLSTORYFIELDS = Storylead 18 18 * Additional fields of a story that should be displayed in story summaries.
Note: See TracChangeset
for help on using the changeset viewer.
