Changeset 758
- Timestamp:
- 11/17/08 01:13:44 (3 years ago)
- Location:
- trunk
- Files:
-
- 8 edited
-
ChecklistTablePlugin/lib/TWiki/Plugins/ChecklistTablePlugin/Core.pm (modified) (1 diff)
-
DirectedGraphPlugin/data/TWiki/DirectedGraphPlugin.txt (modified) (5 diffs)
-
NatSkin/data/TWiki/NatSearch.txt (modified) (1 diff)
-
NatSkin/data/TWiki/NatSkinConfiguration.txt (modified) (3 diffs)
-
NatSkin/data/TWiki/NatSkinStyleBrowser.txt (modified) (1 diff)
-
PatternSkin/data/TWiki/PatternSkinCustomization.txt (modified) (2 diffs)
-
core/AUTHORS (modified) (1 diff)
-
core/templates/messages.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChecklistTablePlugin/lib/TWiki/Plugins/ChecklistTablePlugin/Core.pm
r464 r758 769 769 %defaults = ( 770 770 '_DEFAULT' => undef, 771 'unknownparamsmsg' => '%RED% %SYSTEMWEB%.ChecklistTablePlugin: Sorry, some parameters are unknown: %UNKNOWNPARAMSLIST% %ENDCOLOR% <br/> Allowed parameters are (see TWiki.ChecklistTablePlugin topic for more details): %KNOWNPARAMSLIST%',771 'unknownparamsmsg' => '%RED% %SYSTEMWEB%.ChecklistTablePlugin: Sorry, some parameters are unknown: %UNKNOWNPARAMSLIST% %ENDCOLOR% <br/> Allowed parameters are (see %SYSTEMWEB%.ChecklistTablePlugin topic for more details): %KNOWNPARAMSLIST%', 772 772 'header' => '|*State*|*Item*|*Comment*|', 773 773 'format' => '|item|text,30|textarea,3x30|', -
trunk/DirectedGraphPlugin/data/TWiki/DirectedGraphPlugin.txt
r529 r758 50 50 | =vectorformats="ps svg"= | The PNG file created from the graph per default is a bitmap file. If you need a vector based file rendering or other bitmap types as well, you can specify =ps=, =svg= and =jpg= formats (will be attached to topic, visible under attachments view). Any format supported by !GraphViz is supported by this plugin. It is mapped to the =-T= parameter. | none | 51 51 | =engine="neato"= | Which layout engine to use for the graph: One of =dot=, =neato=, =twopi=, =circo= or =fdp=. | =dot= | 52 | =library="Main.GroupIcons"= | Which icon library topic to use for custom shapes ([shapefile] parameter). Needs to be explicitly set, also if icons are attached locally to the current graph topic. See demo below. | = TWiki.DirectedGraphPlugin= |52 | =library="Main.GroupIcons"= | Which icon library topic to use for custom shapes ([shapefile] parameter). Needs to be explicitly set, also if icons are attached locally to the current graph topic. See demo below. | =%SYSTEMWEB%.DirectedGraphPlugin= | 53 53 | =file="file_prefix"= | Overrides the dynamically generated filenames. If specified, must be unique for each graph within a single topic! Suffix is still generated automatically based upon file type. | =graph_nn= nn increments per graph | 54 54 | =hideattachments="on"= | Set whether or not attachments should be hidden from the attachment table | =on= | … … 300 300 <td valign="top" width="25%"> 301 301 __You get: (if installed)__ <br /> 302 <dot engine="dot" size="300x300" library=" TWiki.DirectedGraphPlugin">302 <dot engine="dot" size="300x300" library="%SYSTEMWEB%.DirectedGraphPlugin"> 303 303 digraph G { size="2,3!"; dpi="100"; 304 304 edge [arrowhead=none color=blue]; … … 322 322 <td valign="top" width="25%"> 323 323 __You get: (if installed, antialiased)__ <br /> 324 <dot engine="dot" antialias="1" size="300x300" density="100" library=" TWiki.DirectedGraphPlugin">324 <dot engine="dot" antialias="1" size="300x300" density="100" library="%SYSTEMWEB%.DirectedGraphPlugin"> 325 325 digraph G { size="2,3!"; dpi="100"; 326 326 edge [arrowhead=none color=blue]; … … 383 383 384 384 * %X% Default topic to read library icons (shapefiles) from 385 * Set LIBRARY = TWiki.DirectedGraphPlugin385 * Set LIBRARY = %SYSTEMWEB%.DirectedGraphPlugin 386 386 387 387 * Debug plugin: (See output in =data/debug.txt=) … … 457 457 This method is not compatible with client side image maps unless the imagesize rendered by graphviz is the same as the final output from ImageMagick. For example, the following parameters will result in compatible maps. 458 458 459 $ dot parameters passed to =convert=: antialias="1" size="300x300" density="100" library=" TWiki.DirectedGraphPlugin"459 $ dot parameters passed to =convert=: antialias="1" size="300x300" density="100" library="%SYSTEMWEB%.DirectedGraphPlugin" 460 460 * Size the image size in dots, density is dots per inch. 461 461 $ graph parameters used by =dot=: digraph G { size="2,3!"; dpi="100"; -
trunk/NatSkin/data/TWiki/NatSearch.txt
r666 r758 45 45 | g:"Good morning" -natskin | list all topics that contain the term "Good morning" but not "natskin" | 46 46 | e:Sandbox.TestTopic411 | edit <nop>Sandbox.TestTopic411 | 47 | TWiki.graphics | search for "graphics" in the TWikiweb |47 | System.graphics | search for "graphics" in the System web | 48 48 49 49 -
trunk/NatSkin/data/TWiki/NatSkinConfiguration.txt
r526 r758 66 66 67 67 ---++ Defining new Themes 68 The NatSkin can be themed using cascading styles attached to the <nop> TWiki.NatSkin or any68 The NatSkin can be themed using cascading styles attached to the <nop>%SYSTEMWEB%.NatSkin or any 69 69 other topic defined in the STYLEPATH preference variable. 70 70 This variable is a list of topics that are consulted for css attachments. The default value is 71 71 <verbatim> 72 * Set STYLEPATH = TWiki.NatSkin72 * Set STYLEPATH = %SYSTEMWEB%.NatSkin 73 73 </verbatim> 74 74 … … 78 78 79 79 <verbatim> 80 * Set STYLEPATH = Main.NatSkinThemesContrib, TWiki.NatSkin80 * Set STYLEPATH = Main.NatSkinThemesContrib, %SYSTEMWEB%.NatSkin 81 81 </verbatim> 82 82 … … 132 132 -- Main.MichaelDaum - 25 Aug 2006 133 133 134 %META:TOPICMOVED{by="MichaelDaum" date="1156530555" from=" TWiki.NatSkinCustomization" to="TWiki.NatSkinConfiguration"}%134 %META:TOPICMOVED{by="MichaelDaum" date="1156530555" from="%SYSTEMWEB%.NatSkinCustomization" to="%SYSTEMWEB%.NatSkinConfiguration"}% -
trunk/NatSkin/data/TWiki/NatSkinStyleBrowser.txt
r549 r758 10 10 11 11 Register [[%TWIKIREGISTRATION%][here]] to make your settings persistent. 12 See the TWiki.NatSkinPlugin documentation on how to use style settings in your personal12 See the %SYSTEMWEB%.NatSkinPlugin documentation on how to use style settings in your personal 13 13 <nop>%WIKITOOLNAME% account. 14 14 -
trunk/PatternSkin/data/TWiki/PatternSkinCustomization.txt
r700 r758 145 145 146 146 147 In TWiki.WebTopBar you can find the line:147 In %SYSTEMWEB%.WebTopBar you can find the line: 148 148 <verbatim> 149 149 <input type="hidden" name="web" value="%BASEWEB%" /> … … 164 164 </blockquote> 165 165 166 See also: [[ TWiki.VarSEARCH][Search macro]]166 See also: [[%SYSTEMWEB%.VarSEARCH][Search macro]] 167 167 168 168 #TopBarChangeHeight -
trunk/core/AUTHORS
r14 r758 101 101 | Sergey "JSinx" | TWiki:Main.SergeyJSinx | Russia | 102 102 | Stanley Knutson | TWiki:Main.StanleyKnutson | USA | 103 | Steffen Poulsen | TWiki .Main.SteffenPoulsen | Denmark |103 | Steffen Poulsen | TWiki:Main.SteffenPoulsen | Denmark | 104 104 | Sue Blake | TWiki:Main.SueBlake | Australia | 105 105 | Sven Dowideit | TWiki:Main.SvenDowideit | Australia | -
trunk/core/templates/messages.tmpl
r733 r758 252 252 %MAKETEXT{"You cannot register twice, the name [_1] is already registered." args="'%PARAM1%'"}% 253 253 254 %MAKETEXT{"Did you want to ~[~[[_1]~]~[reset [_2]'s password~]~]?" args="%SCRIPTURLPATH{"view"}%/ TWiki.ResetPassword?username=%PARAM1%,%PARAM1%"}%254 %MAKETEXT{"Did you want to ~[~[[_1]~]~[reset [_2]'s password~]~]?" args="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%.ResetPassword?username=%PARAM1%,%PARAM1%"}% 255 255 256 256 %MAKETEXT{"Alternatively hit back to go back to %SYSTEMWEB%.UserRegistration and choose a different username."}%
Note: See TracChangeset
for help on using the changeset viewer.
