Changeset 758


Ignore:
Timestamp:
11/17/08 01:13:44 (3 years ago)
Author:
KennethLavrsen
Message:

Item205: More TWiki. -> %SYSTEMWEB% again again

Location:
trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChecklistTablePlugin/lib/TWiki/Plugins/ChecklistTablePlugin/Core.pm

    r464 r758  
    769769        %defaults = (  
    770770                '_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%', 
    772772                'header' => '|*State*|*Item*|*Comment*|', 
    773773                'format' => '|item|text,30|textarea,3x30|', 
  • trunk/DirectedGraphPlugin/data/TWiki/DirectedGraphPlugin.txt

    r529 r758  
    5050| =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 | 
    5151| =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= | 
    5353| =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 | 
    5454| =hideattachments="on"= | Set whether or not attachments should be hidden from the attachment table | =on= | 
     
    300300<td valign="top" width="25%"> 
    301301__You get: (if installed)__ <br /> 
    302 <dot engine="dot"  size="300x300" library="TWiki.DirectedGraphPlugin"> 
     302<dot engine="dot"  size="300x300" library="%SYSTEMWEB%.DirectedGraphPlugin"> 
    303303digraph G { size="2,3!"; dpi="100"; 
    304304    edge [arrowhead=none color=blue]; 
     
    322322<td valign="top" width="25%"> 
    323323__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"> 
    325325digraph G { size="2,3!"; dpi="100"; 
    326326    edge [arrowhead=none color=blue]; 
     
    383383 
    384384   * %X% Default topic to read library icons (shapefiles) from  
    385       * Set LIBRARY = TWiki.DirectedGraphPlugin 
     385      * Set LIBRARY = %SYSTEMWEB%.DirectedGraphPlugin 
    386386 
    387387   * Debug plugin: (See output in =data/debug.txt=)  
     
    457457This 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. 
    458458 
    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"  
    460460      * Size the image size in dots, density is dots per inch. 
    461461   $ graph parameters used by =dot=: digraph G { size="2,3!"; dpi="100";  
  • trunk/NatSkin/data/TWiki/NatSearch.txt

    r666 r758  
    4545| g:"Good morning" -natskin | list all topics that contain the term "Good morning" but not "natskin" | 
    4646| e:Sandbox.TestTopic411 | edit <nop>Sandbox.TestTopic411 | 
    47 | TWiki.graphics | search for "graphics" in the TWiki web | 
     47| System.graphics | search for "graphics" in the System web | 
    4848 
    4949 
  • trunk/NatSkin/data/TWiki/NatSkinConfiguration.txt

    r526 r758  
    6666 
    6767---++ Defining new Themes 
    68 The NatSkin can be themed using cascading styles attached to the <nop>TWiki.NatSkin or any 
     68The NatSkin can be themed using cascading styles attached to the <nop>%SYSTEMWEB%.NatSkin or any 
    6969other topic defined in the STYLEPATH preference variable. 
    7070This variable is a list of topics that are consulted for css attachments. The default value is 
    7171<verbatim> 
    72   * Set STYLEPATH = TWiki.NatSkin 
     72  * Set STYLEPATH = %SYSTEMWEB%.NatSkin 
    7373</verbatim> 
    7474 
     
    7878 
    7979<verbatim> 
    80   * Set STYLEPATH = Main.NatSkinThemesContrib, TWiki.NatSkin 
     80  * Set STYLEPATH = Main.NatSkinThemesContrib, %SYSTEMWEB%.NatSkin 
    8181</verbatim> 
    8282 
     
    132132-- Main.MichaelDaum - 25 Aug 2006 
    133133 
    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  
    1010 
    1111Register [[%TWIKIREGISTRATION%][here]] to make your settings persistent. 
    12 See the TWiki.NatSkinPlugin documentation on how to use style settings in your personal 
     12See the %SYSTEMWEB%.NatSkinPlugin documentation on how to use style settings in your personal 
    1313<nop>%WIKITOOLNAME% account. 
    1414 
  • trunk/PatternSkin/data/TWiki/PatternSkinCustomization.txt

    r700 r758  
    145145 
    146146 
    147 In TWiki.WebTopBar you can find the line: 
     147In %SYSTEMWEB%.WebTopBar you can find the line: 
    148148<verbatim> 
    149149<input type="hidden" name="web" value="%BASEWEB%" /> 
     
    164164</blockquote> 
    165165 
    166 See also: [[TWiki.VarSEARCH][Search macro]] 
     166See also: [[%SYSTEMWEB%.VarSEARCH][Search macro]] 
    167167 
    168168#TopBarChangeHeight 
  • trunk/core/AUTHORS

    r14 r758  
    101101| Sergey "JSinx"       | TWiki:Main.SergeyJSinx         | Russia      | 
    102102| Stanley Knutson      | TWiki:Main.StanleyKnutson      | USA         | 
    103 | Steffen Poulsen      | TWiki.Main.SteffenPoulsen      | Denmark     | 
     103| Steffen Poulsen      | TWiki:Main.SteffenPoulsen      | Denmark     | 
    104104| Sue Blake            | TWiki:Main.SueBlake            | Australia   | 
    105105| Sven Dowideit        | TWiki:Main.SvenDowideit        | Australia   | 
  • trunk/core/templates/messages.tmpl

    r733 r758  
    252252%MAKETEXT{"You cannot register twice, the name [_1] is already registered." args="'%PARAM1%'"}% 
    253253 
    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%"}% 
    255255 
    256256%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.