Changeset 1327


Ignore:
Timestamp:
12/13/08 20:08:48 (3 years ago)
Author:
ArthurClemens
Message:

Item255: further detoxing

Location:
trunk
Files:
76 edited

Legend:

Unmodified
Added
Removed
  • trunk/AttachContentPlugin/data/System/AttachContentPlugin.txt

    r899 r1327  
    1414The current version only refreshes the attachment when the topic is saved. Obviously this means that the attachment can get out of synch if, for example, it explicitly or implicitly refers to other topics. 
    1515 
    16 This plugin is written specifically to be able to put css into topic(s) and still be able to have efficient stylesheets: i.e., without the overhead of TWiki processing. The feature can be used for many other things where you want TWiki to generate a plain text file a smart way. %BR% 
     16This plugin is written specifically to be able to put css into topic(s) and still be able to have efficient stylesheets: i.e., without the overhead of Foswiki processing. The feature can be used for many other things where you want Foswiki to generate a plain text file a smart way. %BR% 
    1717For example: write a =SEARCH= in a topic and save the search results to an XML file. The XML data can be used for efficient look-up. 
    1818 
     
    7777---++ Plugin Installation Instructions 
    7878 
    79 __Note:__ You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the server where TWiki is running.  
     79__Note:__ You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the server where Foswiki is running.  
    8080 
    8181   * Download the ZIP file from the Plugin web (see below) 
    82    * Unzip ==%TOPIC%.zip== in your twiki installation directory. Content: 
     82   * Unzip ==%TOPIC%.zip== in your Foswiki installation directory. Content: 
    8383     | *File:* | *Description:* | 
    8484     | ==data/System/%TOPIC%.txt== | Plugin topic | 
     
    9090---++ Plugin Info 
    9191 
    92 |  Copyright: | © TWiki:Main.MeredithLesly, TWiki:Main.KennethLavrsen, TWiki:Main.ArthurClemens | 
     92|  Copyright: | © TWiki:Main.MeredithLesly, Foswiki:Main.KennethLavrsen, Foswiki:Main.ArthurClemens | 
    9393|  Plugin Version: | 23 Nov 2008 (V2.2.1) | 
    9494|  Change History: | <!-- versions below in reverse order -->&nbsp; | 
     
    9696|  16 Apr 2007 (2.2.0) | Kenneth Lavrsen: Add added =keeppars= parameter. Settings change to being plugin settings only. Removal of plugin tags fixed so text between is still visible. | 
    9797|  15 Apr 2007 (2.1.0) | Arthur Clemens: added parameters =web=, =topic=, =comment= and =hide=. Plugin tags are removed from view. Added configurable default comment. | 
    98 |  19 Oct 2006 (2.0) | TWiki:Main.KennethLavrsen<br />Fixed major security issue. Original version allowed /../ in the filename so files could be stored everywhere<br />Plugin now cleans up the its work area and no longer leaves temporary files<br />Temporary filenames made pseudo random to avoid race condition<br />Plugin now also removed nops and TML square bracket links<br />Attachment is no longer saved when uploading other files and changing attributes. | 
     98|  19 Oct 2006 (2.0) | Foswiki:Main.KennethLavrsen<br />Fixed major security issue. Original version allowed /../ in the filename so files could be stored everywhere<br />Plugin now cleans up the its work area and no longer leaves temporary files<br />Temporary filenames made pseudo random to avoid race condition<br />Plugin now also removed nops and TML square bracket links<br />Attachment is no longer saved when uploading other files and changing attributes. | 
    9999|  09 Feb 2006 (1.0) | Initial version | 
    100 |  TWiki Dependency: | $Foswiki::Plugins::VERSION 1.1 | 
    101100|  CPAN Dependencies: | none | 
    102101|  Other Dependencies: | none | 
  • trunk/BlogAddOn/data/TWiki/BlogAddOn.txt

    r1090 r1327  
    22---+!! Blog !AddOn 
    33 
    4 A simple weblog application based on TWiki Forms. 
     4A simple weblog application based on Data Forms. 
    55 
    66%TOC% 
     
    1010Example list view (with Foswiki:Extensions/PersonalInfoAddOn pictures): 
    1111 
    12 <div class="twikiImage"><img src="%ATTACHURLPATH%/screenshot_list.png" alt="screenshot_list.png" width='929' height='603' /></div> 
     12<div class="foswikiImage"><img src="%ATTACHURLPATH%/screenshot_list.png" alt="screenshot_list.png" width='929' height='603' /></div> 
    1313 
    1414Example post: 
    1515 
    16 <div class="twikiImage"><img src="%ATTACHURLPATH%/screenshot_post.png" alt="screenshot_post.png" width='929' height='531' /></div>  
     16<div class="foswikiImage"><img src="%ATTACHURLPATH%/screenshot_post.png" alt="screenshot_post.png" width='929' height='531' /></div>  
    1717</div> 
    1818 
    1919---++ Features 
    20    * Integrates blog posts with TWiki topics 
     20   * Integrates blog posts with Foswiki topics 
    2121   * Uses editable categories to filter or group posts. Categories can also be used to distinguish multiple blogs with separate 'owners'. 
    2222   * Provides a handy interface with sorting and filtering options that can be INCLUDEd in any topic in the same Web 
    2323   * Optionally displays user pictures (if Foswiki:Extensions/PersonalInfoAddOn is installed and the =configure= setting ={Plugins}{BlogAddOn}{ShowPersonalInfoAddOnPictures}= is set to =1=. %BR% 
    2424   If enabled, the line in =<nop>LocalSite.cfg= should read: %BR% 
    25    =$TWiki::cfg{Plugins}{BlogAddOn}{ShowPersonalInfoAddOnPictures} = '1';= 
     25   =$Foswiki::cfg{Plugins}{BlogAddOn}{ShowPersonalInfoAddOnPictures} = '1';= 
    2626 
    2727What's not provided: 
     
    4040 
    4141   * Download the ZIP file from the Plugin web (see below) 
    42    * Unzip ==%TOPIC%.zip== in your ($TWIKI_ROOT) directory. 
     42   * Unzip ==%TOPIC%.zip== in your ($FOSWIKI_ROOT) directory. 
    4343   * Copy the ten topics from =/data/_BlogAddOn= to the web you want the blog in 
    44    * !BlogAddOn can be used with TWiki 4.1 or TWiki 4.2 with !CommentPlugin. 
    4544   * Alternatively, 
    4645      * Manually resolve the dependencies listed below. 
     
    4948---++ !AddOn Info 
    5049 
    51 | Authors: | TWiki:Main.ArthurClemens | 
     50| Authors: | Foswiki:Main.ArthurClemens | 
    5251| Copyright &copy;: | 2006-2008 Arthur Clemens | 
    5352| License: | [[http://www.gnu.org/copyleft/gpl.html][GPL]] | 
  • trunk/CommentPlugin/data/System/CommentPlugin.txt

    r1316 r1327  
    4848%COMMENT{type="above" target="%MAINWEB%.PersonalRemarks#InsertHere"}% 
    4949</verbatim> 
    50 This uses a standard in-topic anchor as the insertion location. See %SYSTEMWEB%.TextFormattingRules for more about TWiki anchors. 
     50This uses a standard in-topic anchor as the insertion location. See %SYSTEMWEB%.TextFormattingRules for more about Foswiki anchors. 
    5151 
    5252---++++ Location relative to an arbitrary text string 
     
    9393To define a comment type, you have to provide two simple template definitions in the template file; one for the prompt box, and one for the generated output. If we have a template type "mytype", these are named =PROMPT:mytype= and =OUTPUT:mytype= respectively. See =comments.tmpl= in the templates directory for examples. 
    9494 
    95 The plugin picks up these template definitions from a standard template file, =templates/comments.tmpl=. This allows different templates to be defined for different TWiki skins. 
     95The plugin picks up these template definitions from a standard template file, =templates/comments.tmpl=. This allows different templates to be defined for different Foswiki skins. 
    9696 
    9797---+++ Defining custom templates 
     
    228228        * This plugin is pre-installed in most releases. However if you need to upgrade the plugin for any reason: 
    229229        * Download the archive file from the Plugin web (see below) 
    230         * Unpack the archive in your twiki installation directory. 
     230        * Unpack the archive in your Foswiki installation directory. 
    231231                * You may need to correct file permissions 
    232232        * Run ==%TOPIC%_installer== to automatically check and install other modules that this module depends on, and enable the plugin. 
     
    274274|  4882 | Update from !PeterMasiar's 2.0 version, plus documentation and small code improvements. | 
    275275|  4745 | 06 Mar 2002 initial commit | 
    276 |  Copyright: | &copy; 2004, TWiki:Main.CrawfordCurrie<br />&copy; 2004-2007 TWiki:System.ProjectContributor | 
     276|  Copyright: | &copy; 2004, TWiki:Main.CrawfordCurrie<br />&copy; 2004-2007 Foswiki:%SYSTEMWEB%.ProjectContributor | 
    277277|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    278278|  Plugin Home: | Foswiki:Extensions/%TOPIC% | 
  • trunk/CommentPlugin/lib/Foswiki/Plugins/CommentPlugin/Comment.pm

    r1061 r1327  
    1717# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
    1818# 
    19 # For licensing info read LICENSE file in the TWiki root. 
    20 # 
    21 # Comment TWiki plugin 
     19# For licensing info read LICENSE file in the Foswiki root. 
     20# 
     21# Comment Foswiki plugin 
    2222# Original author David Weller, reimplemented by Peter Masiar 
    2323# and again by Crawford Currie 
     
    277277 
    278278    # SMELL: Reverse the process that inserts meta-data just performed 
    279     # by the TWiki core, but this time without the support of the 
     279    # by the Foswiki core, but this time without the support of the 
    280280    # methods in the core. Fortunately this will work even if there is 
    281281    # no embedded meta-data. 
  • trunk/EditTablePlugin/data/System/EditTablePlugin.txt

    r1316 r1327  
    8282<table cellspacing="0" id="default" cellpadding="0" class="foswikiTable" rules="rows" border="1"> 
    8383        <thead> 
    84         <tr class="foswikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    85                 <th bgcolor="#6b7f93" valign="top" class="twikiTableCol0 foswikiFirstCol"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=0;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Nr<input type="hidden" name="etcell1x1" value="*Nr*" /></font></a> </th> 
    86                 <th bgcolor="#6b7f93" valign="top" class="twikiTableCol1"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=1;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Text field<input type="hidden" name="etcell1x2" value="*Text field*" /></font></a> </th> 
    87                 <th bgcolor="#6b7f93" valign="top" class="twikiTableCol2"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=2;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Drop down<input type="hidden" name="etcell1x3" value="*Drop down*" /></font></a> </th> 
    88                 <th bgcolor="#6b7f93" valign="top" class="twikiTableCol3"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=3;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Mood<input type="hidden" name="etcell1x4" value="*Mood*" /></font></a> </th> 
    89                 <th bgcolor="#6b7f93" valign="top" class="twikiTableCol4 foswikiLastCol"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=4;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Timestamp<input type="hidden" name="etcell1x5" value="*Timestamp*" /></font></a> </th> 
     84        <tr class="foswikiTableEven foswikiTableRowdataBgSorted0 foswikiTableRowdataBg0"> 
     85                <th bgcolor="#6b7f93" valign="top" class="foswikiTableCol0 foswikiFirstCol"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=0;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Nr<input type="hidden" name="etcell1x1" value="*Nr*" /></font></a> </th> 
     86                <th bgcolor="#6b7f93" valign="top" class="foswikiTableCol1"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=1;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Text field<input type="hidden" name="etcell1x2" value="*Text field*" /></font></a> </th> 
     87                <th bgcolor="#6b7f93" valign="top" class="foswikiTableCol2"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=2;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Drop down<input type="hidden" name="etcell1x3" value="*Drop down*" /></font></a> </th> 
     88                <th bgcolor="#6b7f93" valign="top" class="foswikiTableCol3"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=3;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Mood<input type="hidden" name="etcell1x4" value="*Mood*" /></font></a> </th> 
     89                <th bgcolor="#6b7f93" valign="top" class="foswikiTableCol4 foswikiLastCol"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=4;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Timestamp<input type="hidden" name="etcell1x5" value="*Timestamp*" /></font></a> </th> 
    9090        </tr> 
    9191        </thead> 
    92         <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    93                 <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol"> <span class="et_rowlabel">1<input type="hidden" name="etcell2x1" value="1" /></span> </td> 
    94                 <td bgcolor="#ffffff" valign="top" class="twikiTableCol1"> <input class="foswikiInputField editTableInput" type="text" name="etcell2x2" size="20" value="hello table" /> </td> 
    95                 <td bgcolor="#ffffff" valign="top" class="twikiTableCol2"> <select class="foswikiSelect" name="etcell2x3" size="1"> <option selected="selected">one</option> <option>two</option> <option>three</option> <option>four</option></select> </td> 
    96                 <td bgcolor="#ffffff" valign="top" class="twikiTableCol3"> <input type="radio" name="etcell2x4" value=":-)" checked="checked" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/smile.gif" alt="smile" title="smile" border="0" />  <input type="radio" name="etcell2x4" value=":-I" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/indifferent.gif" alt="indifferent" title="indifferent" border="0" />  <input type="radio" name="etcell2x4" value=":-(" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/frown.gif" alt="frown" title="frown" border="0" /> </td> 
    97                 <td bgcolor="#ffffff" valign="top" class="twikiTableCol4 foswikiLastCol"> 26 Jun 2002 12:30<input type="hidden" name="etcell2x5" value="26 Jun 2002 12:30" /> </td> 
     92        <tr class="foswikiTableOdd foswikiTableRowdataBgSorted0 foswikiTableRowdataBg0"> 
     93                <td bgcolor="#ffffff" valign="top" class="foswikiTableCol0 foswikiFirstCol"> <span class="et_rowlabel">1<input type="hidden" name="etcell2x1" value="1" /></span> </td> 
     94                <td bgcolor="#ffffff" valign="top" class="foswikiTableCol1"> <input class="foswikiInputField editTableInput" type="text" name="etcell2x2" size="20" value="hello table" /> </td> 
     95                <td bgcolor="#ffffff" valign="top" class="foswikiTableCol2"> <select class="foswikiSelect" name="etcell2x3" size="1"> <option selected="selected">one</option> <option>two</option> <option>three</option> <option>four</option></select> </td> 
     96                <td bgcolor="#ffffff" valign="top" class="foswikiTableCol3"> <input type="radio" name="etcell2x4" value=":-)" checked="checked" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/smile.gif" alt="smile" title="smile" border="0" />  <input type="radio" name="etcell2x4" value=":-I" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/indifferent.gif" alt="indifferent" title="indifferent" border="0" />  <input type="radio" name="etcell2x4" value=":-(" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/frown.gif" alt="frown" title="frown" border="0" /> </td> 
     97                <td bgcolor="#ffffff" valign="top" class="foswikiTableCol4 foswikiLastCol"> 26 Jun 2002 12:30<input type="hidden" name="etcell2x5" value="26 Jun 2002 12:30" /> </td> 
    9898        </tr> 
    99         <tr class="foswikiTableEven twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
    100                 <td bgcolor="#edf4f9" valign="top" class="twikiTableCol0 foswikiFirstCol foswikiLast"> <span class="et_rowlabel">2<input type="hidden" name="etcell3x1" value="2" /></span> </td> 
    101                 <td bgcolor="#edf4f9" valign="top" class="twikiTableCol1 foswikiLast"> <input class="foswikiInputField editTableInput" type="text" name="etcell3x2" size="20" value="" /> </td> 
    102  
    103                 <td bgcolor="#edf4f9" valign="top" class="twikiTableCol2 foswikiLast"> <select class="foswikiSelect" name="etcell3x3" size="1"> <option>one</option> <option selected="selected">two</option> <option>three</option> <option>four</option></select> </td> 
    104                 <td bgcolor="#edf4f9" valign="top" class="twikiTableCol3 foswikiLast"> <input type="radio" name="etcell3x4" value=":-)" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/smile.gif" alt="smile" title="smile" border="0" />  <input type="radio" name="etcell3x4" value=":-I" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/indifferent.gif" alt="indifferent" title="indifferent" border="0" />  <input type="radio" name="etcell3x4" value=":-(" checked="checked" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/frown.gif" alt="frown" title="frown" border="0" /> </td> 
    105                 <td bgcolor="#edf4f9" valign="top" class="twikiTableCol4 foswikiLastCol foswikiLast"> 27 Jun 2002 12:40<input type="hidden" name="etcell3x5" value="27 Jun 2002 12:40" /> </td> 
     99        <tr class="foswikiTableEven foswikiTableRowdataBgSorted1 foswikiTableRowdataBg1"> 
     100                <td bgcolor="#edf4f9" valign="top" class="foswikiTableCol0 foswikiFirstCol foswikiLast"> <span class="et_rowlabel">2<input type="hidden" name="etcell3x1" value="2" /></span> </td> 
     101                <td bgcolor="#edf4f9" valign="top" class="foswikiTableCol1 foswikiLast"> <input class="foswikiInputField editTableInput" type="text" name="etcell3x2" size="20" value="" /> </td> 
     102 
     103                <td bgcolor="#edf4f9" valign="top" class="foswikiTableCol2 foswikiLast"> <select class="foswikiSelect" name="etcell3x3" size="1"> <option>one</option> <option selected="selected">two</option> <option>three</option> <option>four</option></select> </td> 
     104                <td bgcolor="#edf4f9" valign="top" class="foswikiTableCol3 foswikiLast"> <input type="radio" name="etcell3x4" value=":-)" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/smile.gif" alt="smile" title="smile" border="0" />  <input type="radio" name="etcell3x4" value=":-I" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/indifferent.gif" alt="indifferent" title="indifferent" border="0" />  <input type="radio" name="etcell3x4" value=":-(" checked="checked" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/frown.gif" alt="frown" title="frown" border="0" /> </td> 
     105                <td bgcolor="#edf4f9" valign="top" class="foswikiTableCol4 foswikiLastCol foswikiLast"> 27 Jun 2002 12:40<input type="hidden" name="etcell3x5" value="27 Jun 2002 12:40" /> </td> 
    106106        </tr></table> 
    107107<input type="hidden" name="etrows" value="3" /> 
     
    194194 
    195195   * Download the ZIP file from the Plugin web (see below) 
    196    * Unzip ==%TOPIC%.zip== in your ($TWIKI_ROOT) directory. 
     196   * Unzip ==%TOPIC%.zip== in your ($FOSWIKI_ROOT) directory. 
    197197   * Alternatively, 
    198198      * Manually resolve the dependencies listed below. 
  • trunk/EditTablePlugin/pub/System/EditTablePlugin/edittable.js

    r1206 r1327  
    33// By Byron Darrah 
    44// 
    5 // This code adds support to the TWiki EditTablesPlugin for dynamically 
     5// This code adds support to the Foswiki EditTablesPlugin for dynamically 
    66// manipulating rows within a table. 
    77//  
  • trunk/EmptyTag/lib/TWiki/Tags/EmptyTag.pm

    r1050 r1327  
    1111# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
    1212# 
    13 # For licensing info read LICENSE file in the TWiki root. 
     13# For licensing info read LICENSE file in the Foswiki root. 
    1414# 
    1515# '$Rev$' 
     
    1919---+ package EmptyTag 
    2020 
    21 This is an empty TWiki tag. It is a fully defined tag, but is 
    22 disabled by default in a TWiki installation. Use it as a template 
     21This is an empty Foswiki tag. It is a fully defined tag, but is 
     22disabled by default in a Foswiki installation. Use it as a template 
    2323for your own tags; see %SYSTEMWEB%.Macros for details. 
    2424 
     
    2828use strict; 
    2929 
    30 # Must be in TWiki package 
     30# Must be in Foswiki package 
    3131package TWiki; 
    3232 
  • trunk/MailerContrib/lib/Foswiki/Contrib/MailerContrib/WebNotify.pm

    r1050 r1327  
    2222 
    2323---+ package Foswiki::Contrib::MailerContrib::WebNotify 
    24 Object that represents the contents of a %NOTIFYTOPIC% topic in a TWiki web. 
    25  
    26 Note that =$Foswiki::Plugins::SESSION= is used to find the TWiki session, and 
     24Object that represents the contents of a %NOTIFYTOPIC% topic in a Foswiki web. 
     25 
     26Note that =$Foswiki::Plugins::SESSION= is used to find the Foswiki session, and 
    2727must be set up before this class is used. 
    2828 
     
    4444 
    4545---++ new($session, $web, $topic) 
    46    * =$session= - TWiki object 
     46   * =$session= - Foswiki object 
    4747   * =$web= - web name 
    4848   * =$topic= - topic name 
  • trunk/MailerContrib/tools/mailnotify

    r1050 r1327  
    77# and TWiki Contributors. 
    88# 
    9 # For licensing info read LICENSE file in the TWiki root. 
     9# For licensing info read LICENSE file in the Foswiki root. 
    1010# This program is free software; you can redistribute it and/or 
    1111# modify it under the terms of the GNU General Public License 
     
    2121# As per the GPL, removal of this notice is prohibited. 
    2222 
    23 # Mail notification script. You must add the TWiki bin dir to the 
    24 # search path for this script, so it can find the rest of TWiki e.g. 
    25 # perl -I /usr/local/twiki/bin /usr/local/twiki/tools/mailnotify 
     23# Mail notification script. You must add the Foswiki bin dir to the 
     24# search path for this script, so it can find the rest of Foswiki e.g. 
     25# perl -I /usr/local/foswiki/bin /usr/local/foswiki/tools/mailnotify 
    2626 
    2727BEGIN { 
  • trunk/PatternSkin/pub/System/PatternSkin/style.css

    r1308 r1327  
    3232th { 
    3333        line-height:1.15em; 
     34} 
     35p { 
     36        margin:1em 0 0 0; 
    3437} 
    3538label { 
     
    477480} 
    478481.foswikiFormStep p { 
    479         margin:.35em 0; 
     482        margin:.5em 0; 
    480483} 
    481484.foswikiFormStep blockquote { 
  • trunk/PreferencesPlugin/data/System/PreferencesPlugin.txt

    r1316 r1327  
    3333---++ Plugin Info 
    3434 
    35 Plugin Author: | TWiki:Main.ThomasWeigert | 
     35Copyright: | Copyright (C) TWiki:Main.ThomasWeigert and TWiki Contributors | 
    3636|  Plugin Version: | %$VERSION% | 
    3737|  Change History: | <!-- versions below in reverse order -->&nbsp; | 
  • trunk/PreferencesPlugin/lib/Foswiki/Plugins/PreferencesPlugin.pm

    r1235 r1327  
    1616# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
    1717# 
    18 # For licensing info read LICENSE file in the TWiki root. 
     18# For licensing info read LICENSE file in the Foswiki root. 
    1919 
    2020# Still do to: 
     
    3131use vars qw( $VERSION $RELEASE @shelter ); 
    3232 
    33 # This should always be $Rev: 13963 $ so that TWiki can determine the checked-in 
     33# This should always be $Rev: 13963 $ so that Foswiki can determine the checked-in 
    3434# status of the plugin. It is used by the build automation tools, so 
    3535# you should leave it alone. 
     
    3939# It is *not* used by the build automation tools, but is reported as part 
    4040# of the version number in PLUGINDESCRIPTIONS. 
    41 $RELEASE = 'TWiki-4.2'; 
     41$RELEASE = 'Foswiki-1.0'; 
    4242 
    4343my $MARKER = "\007"; 
  • trunk/RenderListPlugin/data/System/RenderListPlugin.txt

    r1316 r1327  
    355355---++ Plugin Info 
    356356 
    357 Plugin Author: | TWiki:Main/PeterThoeny | 
    358 |  Copyright: | &copy; 2006-2007, Peter@Thoeny.org, [[http://www.twiki.net/][TWIKI.NET]]; &copy; 2008 Foswiki Contributors | 
     357Copyright: | Copyright (C) 2006-2007 Peter Thoeny, peter@thoeny.org and TWiki 
     358Contributors; 2008 Foswiki Contributors | 
    359359|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    360360|  Plugin Version: | 15 Jan 2008 (2.0) | 
     
    384384*Related Topics:* [[%SYSTEMWEB%.Plugins][Plugins]], %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, Foswiki:Extensions/TreePlugin 
    385385 
    386 -- TWiki:Main/PeterThoeny - 30 Sep 2007 
    387386 
    388387%META:FILEATTACHMENT{name="empty.gif" attr="h" comment="Empty 16x16 spacer" date="1070383918" path="empty.gif" size="100" user="PeterThoeny" version="1.1"}% 
  • trunk/SlideShowPlugin/data/System/SlideShowPlugin.txt

    r1316 r1327  
    137137 
    138138   * Download the ZIP file from the Plugin Home (see below) 
    139    * Unzip ==%TOPIC%.zip== in your twiki installation directory. Content: 
     139   * Unzip ==%TOPIC%.zip== in your Foswiki installation directory. Content: 
    140140     | *File:* | *Description:* | 
    141141     | ==data/System/%TOPIC%.txt== | Plugin topic | 
     
    148148---++ Plugin Info 
    149149 
    150 Plugin Author: | TWiki:Main/PeterThoeny | 
    151 |  Copyright: | &copy; 2006-2007, Peter Thoeny, [[http://www.twiki.net/][TWIKI.NET]] | 
     150Copyright: | Copyright (C) 2006-2007 Peter Thoeny, peter@thoeny.org and TWiki 
     151Contributors; 2008 Foswiki Contributors | 
    152152|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    153153|  Plugin Version: | 02 Aug 2008 | 
  • trunk/SmiliesPlugin/data/System/SmiliesPlugin.txt

    r1316 r1327  
    5555This plugin is installed by default with a Foswiki release. You should not need to install the plugin unless it is for an upgrade. 
    5656        * Download the ZIP file from the Plugin web (see below) 
    57         * Unzip ==%TOPIC%.zip== in your twiki installation directory. Content: 
     57        * Unzip ==%TOPIC%.zip== in your Foswiki installation directory. Content: 
    5858     | *File:* | *Description:* | 
    5959     | ==data/System/%TOPIC%.txt== | Plugin topic | 
     
    6868---++ Plugin Info 
    6969 
    70 |  Plugin Author: | TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny | 
    71 |  Copyright: | &copy; 2001-2007, Andrea Sterbini, Peter Thoeny, TWiki Contributors; &copy; 2008 Foswiki Contributors | 
     70|  Copyright: | Copyright (C) 2001-2007 Andrea Sterbini, Peter Thoeny, peter@thoeny.org and TWiki Contributors | 
    7271|  Plugin Version: | 21 Nov 2007 | 
    7372|  Change History: | <!-- specify latest version first -->&nbsp; | 
  • trunk/SpreadSheetPlugin/data/System/SpreadSheetPlugin.txt

    r1316 r1327  
    705705 
    706706        * Download the ZIP file from the <nop>%TOPIC% home 
    707         * Unzip ==SpreadSheetPlugin.zip== in your twiki installation directory. Content: 
     707        * Unzip ==SpreadSheetPlugin.zip== in your Foswiki installation directory. Content: 
    708708          | *File:* | *Description:* | 
    709709          | ==data/System/%TOPIC%.txt== | Plugin topic | 
     
    715715---++ Plugin Info 
    716716 
    717 Plugin Author: | TWiki:Main/PeterThoeny | 
    718 |  Copyright: | &copy; 2001-2007, Peter Thoeny, [[http://www.twiki.net/][TWIKI.NET]]; &copy; 2008 Foswiki Contributors  | 
     717Copyright: | Copyright (C) 2001-2007 Peter Thoeny, peter@thoeny.org and TWiki 
     718Contributors; &copy; 2008 Foswiki Contributors  | 
    719719|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    720720|  Plugin Version: | 13 Oct 2007 (15270) | 
     
    771771*Related Topics:* %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, [[%SYSTEMWEB%.Plugins][Plugins]], %SYSTEMWEB%.VarCALC 
    772772 
    773 -- TWiki:Main/PeterThoeny - 13 Oct 2007 
    774  
  • trunk/TablePlugin/data/System/TablePlugin.txt

    r1316 r1327  
    107107|=.foswikiTableEven= |Even numbered rows  | 
    108108|=.foswikiTableOdd= |Odd numbered rows  | 
    109 |=.foswikiTableCol= + column number  | Unique column identifier, for instance: =twikiTableCol0= | 
    110 |=.foswikiTableRow= + type + row number | Unique row identifier, for instance: =twikiTableRowdataBg0= | 
     109|=.foswikiTableCol= + column number  | Unique column identifier, for instance: =foswikiTableCol0= | 
     110|=.foswikiTableRow= + type + row number | Unique row identifier, for instance: =foswikiTableRowdataBg0= | 
    111111 
    112112 
     
    115115 
    116116        * Download the ZIP file from the Plugin web (see below) 
    117         * Unzip ==%TOPIC%.zip== in your twiki installation directory. Content: 
     117        * Unzip ==%TOPIC%.zip== in your Foswiki installation directory. Content: 
    118118          | *File:* | *Description:* | 
    119119          | ==data/System/%TOPIC%.txt== | Plugin topic | 
     
    127127---++ Plugin Info 
    128128 
    129 |  Plugin Author: | TWiki:Main/JohnTalintyre, TWiki:Main/PeterThoeny | 
    130 |  Copyright: | &copy; 2001-2008, TWiki:Main/JohnTalintyre, Peter@Thoeny.org ([[http://www.twiki.net/][TWIKI.NET]]), TWiki Contributors; &copy; 2008 Foswiki Contributors | 
     129|  Copyright: | Copyright (C) 2001-2008 TWiki:Main/JohnTalintyre, Peter Thoeny, peter@thoeny.org and TWiki Contributors; &copy; 2008 Foswiki Contributors | 
    131130|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    132131|  Plugin Version: | 1.036 (01 Oct 2008) | 
  • trunk/TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm

    r1206 r1327  
    11# Plugin for Foswiki - The Free and Open Source Wiki, http://foswiki.org/ 
    22# 
     3# Copyright (C) 2008 Foswiki Contributors. 
     4# Copyright (C) 2005-2006 TWiki Contributors 
     5# Copyright (C) 2001-2004 Peter Thoeny, peter@thoeny.org 
    36# Copyright (C) 2001-2003 John Talintyre, jet@cheerful.com 
    4 # Copyright (C) 2001-2004 Peter Thoeny, peter@thoeny.org 
    5 # Copyright (C) 2005-2006 TWiki Contributors 
    6 # Copyright (C) 2008 Foswiki Contributors. 
    77# 
    88# This program is free software; you can redistribute it and/or 
  • trunk/TipsContrib/data/System/TipsContrib.txt

    r1316 r1327  
    3434 
    3535        * Download the ZIP file from the Plugin web (see below) 
    36         * Unzip ==%TOPIC%.zip== in your twiki installation directory. Content: 
     36        * Unzip ==%TOPIC%.zip== in your Foswiki installation directory. Content: 
    3737          | *File:* | *Description:* | 
    3838          %$MANIFEST% 
     
    4040---++ Contrib Info 
    4141 
    42 Author: | TWiki:Main.PeterThoeny, TWiki:Main.PaulineCheung | 
    43 |  Copyright &copy;: | 2005-2007, Peter Thoeny, [[http://www.twiki.net/][TWIKI.NET]] | 
     42Copyright  | Copyright (C) 2005-2007 Peter Thoeny, peter@thoeny.org and TWiki 
     43Contributors | 
    4444|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    4545|  Dependencies: | Foswiki:Extensions.SpreadSheetPlugin 18 Dec 2006 (r12315) | 
     
    5454--- 
    5555*Related Topics:* %USERSWEB%.SitePreferences 
    56  
    57 -- TWiki:Main.PeterThoeny - 2007-01-04 
  • trunk/TipsContrib/data/System/TipsOfTheDayAddNew.txt

    r1316 r1327  
    3636<input type="hidden" name="topicparent" value="TipsOfTheDay" /> 
    3737<input type="hidden" name="templatetopic" value="TipsOfTheDayTemplate" /> 
    38 New Official Tip: <nop>%CALC{$GET(ttopic)}% <input type="%CALC{$IF($EXACT($LOWER(%HTTP_HOST%),twiki-fork.org),submit,hidden)}%" value="Create" /> 
     38New Official Tip: <nop>%CALC{$GET(ttopic)}% <input type="%CALC{$IF($EXACT($LOWER(%HTTP_HOST%),foswiki.org),submit,hidden)}%" value="Create" /> 
    3939</form> 
    4040 
  • trunk/TopicUserMappingContrib/data/System/BulkResetPassword.txt

    r1316 r1327  
    5050*Related Topics:* AdminToolsCategory 
    5151 
    52       * Set ALLOWTOPICVIEW = %USERSWEB%.AdminGroup 
    53       * Set ALLOWTOPICCHANGE = %USERSWEB%.AdminGroup 
     52   * Set ALLOWTOPICVIEW = %USERSWEB%.AdminGroup 
     53   * Set ALLOWTOPICCHANGE = %USERSWEB%.AdminGroup 
  • trunk/TopicUserMappingContrib/data/System/ChangeEmailAddress.txt

    r1316 r1327  
    33%STARTINCLUDE% 
    44 
    5 <strong>%MAKETEXT{"This form is used to change your registered e-mail addresses. Your registered e-mails are used by TWiki for sending you e-mails, include notifications of password changes. The addresses you register via this form are kept secret and will *not* be published anywhere on this site."}%</strong> 
     5<strong>%MAKETEXT{"This form is used to change your registered e-mail addresses. Your registered e-mails are used by Foswiki for sending you e-mails, include notifications of password changes. The addresses you register via this form are kept secret and will *not* be published anywhere on this site."}%</strong> 
    66 
    7 %X% *Security Note*: %MAKETEXT{"You really ought to register a valid e-mail address. If TWiki can't find a registered e-mail for you in the secret database, it will look in your user topic for a line like this:"}% 
     7%X% *Security Note*: %MAKETEXT{"You really ought to register a valid e-mail address. If Foswiki can't find a registered e-mail for you in the secret database, it will look in your user topic for a line like this:"}% 
    88<verbatim> 
    99   * Set Email = user@example.com 
     
    4545<div class="foswikiHelp"> 
    4646   * %ICON{info}% %MAKETEXT{"If you have any questions, please contact [_1]" args="%WIKIWEBMASTER%"}% 
    47    * %ICON{info}% %MAKETEXT{"[_1] has a list of other TWiki users" args="%USERSWEB%.%WIKIUSERSTOPIC%"}% 
     47   * %ICON{info}% %MAKETEXT{"[_1] has a list of other Foswiki users" args="%USERSWEB%.%WIKIUSERSTOPIC%"}% 
    4848</div> 
    4949 
  • trunk/TopicUserMappingContrib/data/System/ManagingUsers.txt

    r1316 r1327  
    33---+ Manage Users 
    44 
    5 _Register users on your TWiki site; change/reset/install passwords; remove user accounts_ 
     5_Register users on your Foswiki site; change/reset/install passwords; remove user accounts_ 
    66 
    77%TOC% 
    88 
    9 %X% Some of the features below may be disabled, depending on your TWiki 
     9%X% Some of the features below may be disabled, depending on your Foswiki 
    1010configuration. 
    1111 
    1212---++ Authentication and Access Control 
    1313 
    14    * TWikiUserAuthentication describes your options for user authentication 
     14   * UserAuthentication describes your options for user authentication 
    1515   * AccessControl describes how to define groups and how to restrict 
    1616     access to content 
     
    1818---++ Register User 
    1919 
    20 You don't have to have user home pages in TWiki for Authentication to 
    21 work - see TWikiUserAuthentication for details. 
     20You don't have to have user home pages in Foswiki for Authentication to 
     21work - see UserAuthentication for details. 
    2222 
    2323   * UserRegistration is used when you want new users to individually 
    24      register with TWiki by filling out a form 
     24     register with Foswiki by filling out a form 
    2525   * You can create a custom versions of %SYSTEMWEB%.NewUserTemplate and 
    2626     %SYSTEMWEB%.UserForm 
     
    3030---++ Change, Reset and Install Passwords 
    3131 
    32 _Note that the below features are only relevant when you use an internal password manager where TWiki can set and reset passwords._ 
     32_Note that the below features are only relevant when you use an internal password manager where Foswiki can set and reset passwords._ 
    3333 
    3434   * ChangePassword is for users who _can_ remember their password and want to 
     
    4444 
    4545To change the user's WikiName: 
    46    * Rename the user's TWiki homepage in the %USERSWEB% web, such as 
     46   * Rename the user's Foswiki homepage in the %USERSWEB% web, such as 
    4747     from =JaneSmith= to =JaneMiller=. 
    4848      * Fix backlinks in the %USERSWEB% web only 
     
    5757   * The login name needs to be changed in the authentication server (e.g. 
    5858     Active Directory) 
    59    * In TWiki's [[%USERSWEB%.WikiUsers]] topic, fix the mapping from 
     59   * In Foswiki's [[%USERSWEB%.WikiUsers]] topic, fix the mapping from 
    6060     login name to WikiName:%BR% 
    6161     =&nbsp;  * !JaneSmith - jsmith - 13 Sep 2006= %BR% 
     
    7070     delete the line starting =fred:= 
    7171      * *Warning:* Do *not* use the Apache =htpasswd= program with 
    72         =.htpasswd= files generated by TWiki! =htpasswd= wipes out email 
    73         addresses that TWiki plants in the info fields of this file. 
     72        =.htpasswd= files generated by Foswiki! =htpasswd= wipes out email 
     73        addresses that Foswiki plants in the info fields of this file. 
    7474   2 Remove the =FredQuimby - fred= line from the <nop>%USERSWEB%.WikiUsers 
    7575     topic 
     
    8787 
    8888---++ Customizing registration Emails. 
    89 TWiki's Registration can send 3 emails who's output is governed by templates: 
     89Foswiki's Registration can send 3 emails who's output is governed by templates: 
    9090   1 User registration confirmation - =templates/registerconfirm.tmpl= 
    9191   2 User registration notification - =templates/registernotify.tmpl= 
  • trunk/TopicUserMappingContrib/data/System/NewUserTemplate.txt

    r1015 r1327  
    55---++ My Links 
    66 
    7    * [[%SYSTEMWEB%.BeginnersStartHere][BeginnersStartHere]] - view a short introductory presentation on TWiki for beginners 
    8    * [[%SYSTEMWEB%.WelcomeGuest][WelcomeGuest]] - starting points on TWiki 
    9    * [[%SYSTEMWEB%.UsersGuide][UsersGuide]] - complete TWiki documentation, Quick Start to Reference 
    10    * [[Sandbox.%HOMETOPIC%][%HOMETOPIC%]] - try out TWiki on your own 
     7   * [[%SYSTEMWEB%.BeginnersStartHere][BeginnersStartHere]] - view a short introductory presentation on Foswiki for beginners 
     8   * [[%SYSTEMWEB%.WelcomeGuest][WelcomeGuest]] - starting points on Foswiki 
     9   * [[%SYSTEMWEB%.UsersGuide][UsersGuide]] - complete Foswiki documentation, Quick Start to Reference 
     10   * [[Sandbox.%HOMETOPIC%][%HOMETOPIC%]] - try out Foswiki on your own 
    1111   * [[Sandbox.%TOPIC%Sandbox][%TOPIC%Sandbox]] - just for me 
    1212   *  
     
    3030   * [[%SYSTEMWEB%.ChangePassword][ChangePassword]] for changing your password 
    3131   * [[%SYSTEMWEB%.ChangeEmailAddress][ChangeEmailAddress]] for changing your email address 
    32    * [[%USERSWEB%.%WIKIUSERSTOPIC%][%WIKIUSERSTOPIC%]] has a list of other TWiki users 
    33    * [[%SYSTEMWEB%.UserDocumentationCategory][UserDocumentationCategory]] is a list of TWiki user documentation 
    34    * [[%SYSTEMWEB%.UserToolsCategory][UserToolsCategory]] lists all TWiki user tools 
     32   * [[%USERSWEB%.%WIKIUSERSTOPIC%][%WIKIUSERSTOPIC%]] has a list of other Foswiki users 
     33   * [[%SYSTEMWEB%.UserDocumentationCategory][UserDocumentationCategory]] is a list of Foswiki user documentation 
     34   * [[%SYSTEMWEB%.UserToolsCategory][UserToolsCategory]] lists all Foswiki user tools 
    3535 
    3636%STARTSECTION{type="templateonly"}% 
     
    4040Anything inside this "templateonly" section will not be copied to the home topic of the new user. It is a resource for the administrator to tailor the users home topic. 
    4141 
    42 On public TWiki's on the Internet user topics are often subject to spam so you may want to limit editing to the user himself. You can do this by moving these two lines to the Personal Preferences section above. Remove the small # in front of the "Set". 
     42On public Foswiki sites on the Internet user topics are often subject to spam so you may want to limit editing to the user himself. You can do this by moving these two lines to the Personal Preferences section above. Remove the small # in front of the "Set". 
    4343   * Write protect your home page: (set it to your [[%SYSTEMWEB%.WikiName][WikiName]]) 
    4444      * #Set ALLOWTOPICCHANGE = %WIKIUSERNAME% 
     
    6464---++ %MAKETEXT{"My Links"}% 
    6565 
    66    * %MAKETEXT{"[_1] - view a short introductory presentation on TWiki for beginners" args="[[%SYSTEMWEB%.BeginnersStartHere][BeginnersStartHere]]"}% 
    67    * %MAKETEXT{"[_1] - starting points on TWiki" args="[[%SYSTEMWEB%.WelcomeGuest][WelcomeGuest]]"}% 
    68    * %MAKETEXT{"[_1] - complete TWiki documentation, Quick Start to Reference" args="[[%SYSTEMWEB%.UsersGuide][UsersGuide]]"}% 
    69    * %MAKETEXT{"[_1] - try out TWiki on your own" args="[[Sandbox.%HOMETOPIC%][%HOMETOPIC%]]"}% 
     66   * %MAKETEXT{"[_1] - view a short introductory presentation on Foswiki for beginners" args="[[%SYSTEMWEB%.BeginnersStartHere][BeginnersStartHere]]"}% 
     67   * %MAKETEXT{"[_1] - starting points on Foswiki" args="[[%SYSTEMWEB%.WelcomeGuest][WelcomeGuest]]"}% 
     68   * %MAKETEXT{"[_1] - complete Foswiki documentation, Quick Start to Reference" args="[[%SYSTEMWEB%.UsersGuide][UsersGuide]]"}% 
     69   * %MAKETEXT{"[_1] - try out Foswiki on your own" args="[[Sandbox.%HOMETOPIC%][%HOMETOPIC%]]"}% 
    7070   * %MAKETEXT{"[_1] - just for me" args="[[Sandbox.%TOPIC%Sandbox][%TOPIC%Sandbox]]"}% 
    7171   *  
     
    8383   * %MAKETEXT{"[_1] for changing your password" args="[[%SYSTEMWEB%.ChangePassword][ChangePassword]]"}% 
    8484   * %MAKETEXT{"[_1] for changing your email address" args="[[%SYSTEMWEB%.ChangeEmailAddress][ChangeEmailAddress]]"}% 
    85    * %MAKETEXT{"[_1] has a list of other TWiki users" args="[[%USERSWEB%.%WIKIUSERSTOPIC%][%WIKIUSERSTOPIC%]]"}% 
    86    * %MAKETEXT{"[_1] is a list of TWiki user documentation" args="[[%SYSTEMWEB%.UserDocumentationCategory][UserDocumentationCategory]]"}% 
    87    * %MAKETEXT{"[_1] lists all TWiki user tools" args="[[%SYSTEMWEB%.UserToolsCategory][UserToolsCategory]]"}% 
     85   * %MAKETEXT{"[_1] has a list of other Foswiki users" args="[[%USERSWEB%.%WIKIUSERSTOPIC%][%WIKIUSERSTOPIC%]]"}% 
     86   * %MAKETEXT{"[_1] is a list of Foswiki user documentation" args="[[%SYSTEMWEB%.UserDocumentationCategory][UserDocumentationCategory]]"}% 
     87   * %MAKETEXT{"[_1] lists all Foswiki user tools" args="[[%SYSTEMWEB%.UserToolsCategory][UserToolsCategory]]"}% 
    8888 
    8989%ENDSECTION{type="templateonly"}% 
  • trunk/TopicUserMappingContrib/data/System/ResetPassword.txt

    r1316 r1327  
    3636 
    3737<div class="foswikiHelp"> 
    38    * %ICON{info}% %MAKETEXT{"[_1] has a list of other TWiki users" args="%USERSWEB%.%WIKIUSERSTOPIC%"}% 
     38   * %ICON{info}% %MAKETEXT{"[_1] has a list of other Foswiki users" args="%USERSWEB%.%WIKIUSERSTOPIC%"}% 
    3939   * %ICON{info}% %MAKETEXT{"If you have any questions, please contact [_1]" args="%WIKIWEBMASTER%"}% 
    4040</div> 
  • trunk/TwistyPlugin/data/System/TwistyPlugin.txt

    r1178 r1327  
    586586---++ Plugin Installation Instructions 
    587587   * Download the ZIP file from the Plugin web (see below) 
    588    * Unzip it in your twiki installation directory. Content:  
     588   * Unzip it in your Foswiki installation directory. Content:  
    589589     | *File:* | *Description:* | 
    590590%$MANIFEST% 
     
    599599 
    600600|  Authors: | Foswiki:Main.RafaelAlvarez, Foswiki:Main.MichaelDaum, Foswiki:Main.ArthurClemens | 
    601 |  Copyright &copy;: | Rafael Alvarez; Michael Daum, Arthur Clemens | 
     601|  Copyright  | Copyright (C) Rafael Alvarez; Michael Daum, Arthur Clemens | 
    602602|  License: | [[http://www.gnu.org/copyleft/gpl.html][GPL]] | 
    603603|  Dependencies: | None | 
  • trunk/TwistyPlugin/lib/Foswiki/Plugins/TwistyPlugin.pm

    r1206 r1327  
    3333  $prefMode $prefShowLink $prefHideLink $prefRemember); 
    3434 
    35 # This should always be $Rev$ so that TWiki can determine the checked-in 
     35# This should always be $Rev$ so that Foswiki can determine the checked-in 
    3636# status of the plugin. It is used by the build automation tools, so 
    3737# you should leave it alone. 
     
    354354 
    355355    # deprecated 
    356     # should be done by twiki template scripts instead 
     356    # should be done by Foswiki template scripts instead 
    357357    if ( !$isTrigger && $noscriptHide ) { 
    358358        if ( $mode eq 'div' ) { 
  • trunk/TwistyPlugin/lib/Foswiki/Plugins/TwistyPlugin/DEPENDENCIES

    r1033 r1327  
    1 TWiki::Contrib::BehaviourContrib,>=0,perl,Required if using default Foswiki twisties. 
     1Foswiki::Contrib::BehaviourContrib,>=0,perl,Required if using default Foswiki twisties. 
    22TWiki::Plugins::JQueryPlugin,>=0.5,perl,Required if using jquery twisties. 
    33TWiki::Plugins::DojoToolkitContrib,>=0,perl,Required if using dojo twisties. 
  • trunk/TwistyPlugin/pub/System/TwistyPlugin/twisty.css

    r1206 r1327  
    1313.twistyInited0 { /* behavior class: state is set to hidden */ } 
    1414 
    15 /* These styles are available in TWiki 4.2, but provided here for older TWiki versions: */ 
     15/* These styles are available in Foswiki, but provided here for older TWiki versions: */ 
    1616.foswikiMakeVisible, 
    1717.foswikiMakeVisibleInline, 
  • trunk/TwistyPlugin/pub/System/TwistyPlugin/twisty.jquery.css

    r1206 r1327  
    1313.twistyInited0 { /* behavior class: state is set to hidden */ } 
    1414 
    15 /* These styles are available in TWiki 4.2, but provided here for older TWiki versions: */ 
     15/* These styles are available in Foswiki, but provided here for older TWiki versions: */ 
    1616.foswikiMakeVisible, 
    1717.foswikiMakeVisibleInline, 
  • trunk/UnitTestContrib/data/System/UnitTestContrib.txt

    r878 r1327  
    22<!-- 
    33One line description, required for extensions repository catalog. 
    4    * Set SHORTDESCRIPTION = TWiki Unit-Test Framework 
     4   * Set SHORTDESCRIPTION = Foswiki Unit-Test Framework 
    55--> 
    66<a href="http://wikiring.com"><img src="%ATTACHURL%/logo.gif" style="float:right" /></a> 
     
    99%TOC% 
    1010 
    11 The TWiki Unit Test Framework consists of a set of test support packages and scripts, and a number of unit test packages that test many of the features of TWiki. 
     11The Foswiki Unit Test Framework consists of a set of test support packages and scripts, and a number of unit test packages that test many of the features of Foswiki. 
    1212 
    13 At the time of writing this package can only be used with TWiki-4.2 and later. 
     13At the time of writing this package can only be used with Foswiki and TWiki-4.2 and later. 
    1414 
    1515This Contrib replaces the old Test::Unit based framework that we used previously. That framework works fine, but is overweight for what we require, and hard to install for non-subversion developers. 
     
    1717---++ Usage 
    1818 
    19 To run the unit tests, =cd= to =test/unit= and type =perl ../bin/TestRunner.pl TWikiSuite.pm=. The TWikiSuite package will collect all the other tests in the =test/unit= directory and run them. Any test failures are reported during the test run and again at the end of the run. 
     19To run the unit tests, =cd= to =test/unit= and type =perl ../bin/TestRunner.pl FoswikiSuite.pm=. The FoswikiSuite package will collect all the other tests in the =test/unit= directory and run them. Any test failures are reported during the test run and again at the end of the run. 
    2020 
    2121---+++ Options 
    2222 
    23 *-clean*: Sometimes sessions in a live TWiki hang around, or a test can fail leaving fragments of fixtures behind. These sessions and fragments may stop the tests from being run again, as the tests require an cleanroom environment to run in. You can instruct the test runner to clean up any fragments passing =-clean= to =TestRunner.pl= - but use it with great care, as it deletes webs and files from =/tmp= without waiting for confirmation from you! 
     23*-clean*: Sometimes sessions in a live Foswiki hang around, or a test can fail leaving fragments of fixtures behind. These sessions and fragments may stop the tests from being run again, as the tests require an cleanroom environment to run in. You can instruct the test runner to clean up any fragments passing =-clean= to =TestRunner.pl= - but use it with great care, as it deletes webs and files from =/tmp= without waiting for confirmation from you! 
    2424 
    2525*-log*: Normal test output is printed to the console, so you can redirect it to a file. This is hard to do on some platforms, so the =-log= option is provided. This saves all the test output (STDOUT and STDERR) to a logfile. The logfile is named for the exact time the test run started. Remember that logfiles can get quite large. The logfile can also be useful when you are analysing unexpected output from subprocesses, as it blocks any attempt to redirect to the null device. 
     
    2929The =TestRunner.pl= script accepts a list of the names of test files in the current directory. it performs some preliminaries and environment checking before invoking a =Unit::TestRunner= that does the real work. This class iterates over the list of test files, and runs the tests. It maintains a record of any failures, and reports them at the end of the run. 
    3030 
    31 Test files are built by deriving a class from =Unit::TestCase=. This is usually done via =TWikiTestCase= or =TWikiFnTestCase=, which are fixture-building classes designed specifically for use when testing TWiki. =TWikiTestCase= is used for tests where the TWiki configuration ($TWiki::cfg) must be saved and restored; it is also responsible for making sure the default plugins (and only the default plugins) are enabled. =TWikiFnTestCase= is used where we are already fairly confident that basic TWiki work, and we need some pre-registered users and pre-created test webs containing data that the test can work on. 
     31Test files are built by deriving a class from =Unit::TestCase=. This is usually done via =FoswikiTestCase= or =FoswikiFnTestCase=, which are fixture-building classes designed specifically for use when testing Foswiki. =FoswikiTestCase= is used for tests where the Foswiki configuration ($Foswiki::cfg) must be saved and restored; it is also responsible for making sure the default plugins (and only the default plugins) are enabled. =FoswikiFnTestCase= is used where we are already fairly confident that basic Foswiki work, and we need some pre-registered users and pre-created test webs containing data that the test can work on. 
    3232 
    33 TWikiSuite automatically includes any Plugin tests it can find in subdirectories below =test/unit=. This is helpful when you want to test a plugin in context with all the other core unit tests. 
     33FoswikiSuite automatically includes any Plugin tests it can find in subdirectories below =test/unit=. This is helpful when you want to test a plugin in context with all the other core unit tests. 
    3434 
    3535One test file, =SemiAutomaticTestCaseTests.pm=, reads the semi-automatic tests from the !TestCases web stored in subversion. It will not run if it can't find the !TestCases web, or if the Foswiki:Extensions.TestFixturePlugin is not installed. 
     
    4141---++ Contrib Info 
    4242 
    43 Another great TWiki extension from the <a style="text-decoration:none" href="http://wikiring.com"><img src="%ATTACHURLPATH%/wikiringlogo20x20.png" alt="" /> *WikiRing* </a> - working together to improve your wiki experience! 
     43Another great Foswiki extension from the <a style="text-decoration:none" href="http://wikiring.com"><img src="%ATTACHURLPATH%/wikiringlogo20x20.png" alt="" /> *WikiRing* </a> - working together to improve your wiki experience! 
    4444 
    4545|  Contrib Author(s): | Crawford Currie http://c-dot.co.uk and test authors | 
    46 |  Copyright: | &copy; 2007 TWiki Contributors | 
     46|  Copyright: | &copy; 2007 Foswiki Contributors | 
    4747|  License: | [[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]] | 
    4848|  Contrib Version: | %$VERSION% | 
     
    5050|  5 Sep 2007 | Added logging | 
    5151|  Dependencies: | %$DEPENDENCIES% | 
    52 |  Contrib Home: | http://twiki.org/cgi-bin/view/Plugins/UnitTestContrib | 
    53 |  Feedback: | http://twiki.org/cgi-bin/view/Plugins/UnitTestContribDev | 
    54 |  Appraisal: | http://twiki.org/cgi-bin/view/Plugins/UnitTestContribAppraisal | 
     52|  Contrib Home: | http://foswiki.org/Extensions/UnitTestContrib | 
     53|  Feedback: | http://foswiki.org/Extensions/UnitTestContribDev | 
    5554 
    5655__Related Topics:__ [[%SYSTEMWEB%.Contribs][Contribs]], %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences 
    5756 
    58 <!-- Do _not_ attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the feedback topic on twiki.org instead. --> 
     57<!-- Do _not_ attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the feedback topic on foswiki.org instead. --> 
    5958 
    6059%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" version="1"}% 
  • trunk/WysiwygPlugin/POSTINSTALL

    r14 r1327  
    66 
    77Full installation of Kupu requires that you run the Kupu makefile. 
    8 This is not required for TWiki, but is required if you want a full 
     8This is not required for Foswiki, but is required if you want a full 
    99installation of Kupu for other reasons. For further details, read 
    1010the documentation in the pub/_kupu/doc directory in your installation. 
  • trunk/WysiwygPlugin/data/System/WysiwygPlugin.txt

    r1150 r1327  
    66%SHORTDESCRIPTION% 
    77 
    8 Support for the integration of WYSIWYG (What-You-See-Is-What-You-Get) editors. On its own, the only thing this plugin gives you is a stand-alone HTML to TML (topic markup language) translator script. For WYSIWYG editing in Foswiki and TWiki, you will also need to install a specific editor package such as Foswiki:Extensions.TinyMCEPlugin. 
     8Support for the integration of WYSIWYG (What-You-See-Is-What-You-Get) editors. On its own, the only thing this plugin gives you is a stand-alone HTML to TML (topic markup language) translator script. For WYSIWYG editing in Foswiki and Foswiki, you will also need to install a specific editor package such as Foswiki:Extensions.TinyMCEPlugin. 
    99 
    1010This plugin provides a generic framework that supports editing of topics using any browser-based HTML editor. It works by transforming TML into HTML for the editor, and then transforming HTML back into TML on save. 
     
    9595---+++ Other techniques 
    9696---++++ Asynchronous saves 
    97 Editors can use =XmlHttpRequest= to perform saves, by POSTing to the Foswiki =save= script with the =wysiwyg_edit= parameter set to =1=. This parameter tells the =beforeSaveHandler= in the !WysiwygPlugin to convert the content back to TML. See %SYSTEMWEB%.TWikiScripts for details of the other parameters to the =save= script. 
     97Editors can use =XmlHttpRequest= to perform saves, by POSTing to the Foswiki =save= script with the =wysiwyg_edit= parameter set to =1=. This parameter tells the =beforeSaveHandler= in the !WysiwygPlugin to convert the content back to TML. See %SYSTEMWEB%.CommandAndCGIScripts for details of the other parameters to the =save= script. 
    9898 
    9999Once the save script has completed it responds with a redirect, either to an Oops page if the save failed, or to the appropriate post-save URL (usually a =view=). The editor must be ready to handle this redirect. 
     
    138138 
    139139---+++ Overlapping styles 
    140 Because Foswiki uses a "best guess" approach to some formatting, it allows overlapping of tags in a way forbidden by HTML, and it is impossible to guarantee 100% that formating in the original TWiki document will still be there when the same document is loaded and then saved through the WysiwygPlugin. The most obvious case of this is to do with styles. For example, the sentence 
     140Because Foswiki uses a "best guess" approach to some formatting, it allows overlapping of tags in a way forbidden by HTML, and it is impossible to guarantee 100% that formating in the original Foswiki document will still be there when the same document is loaded and then saved through the WysiwygPlugin. The most obvious case of this is to do with styles. For example, the sentence 
    141141<verbatim> 
    142142*bold _bold-italic* italic_ 
  • trunk/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin.pm

    r1078 r1327  
    269269    $text = TranslateTML2HTML( $text, $web, $topic ); 
    270270 
    271     # Lift out the text to protect it from further TWiki rendering. It will be 
     271    # Lift out the text to protect it from further Foswiki rendering. It will be 
    272272    # put back in the postRenderingHandler. 
    273273    return _liftOut( $text ); 
     
    427427} 
    428428 
    429 # Callback used to convert an image reference into a TWiki variable. 
     429# Callback used to convert an image reference into a Foswiki variable. 
    430430sub _convertImage { 
    431431    my( $src, $opts ) = @_; 
     
    453453} 
    454454 
    455 # Replace content with a marker to prevent it being munged by TWiki 
     455# Replace content with a marker to prevent it being munged by Foswiki 
    456456sub _liftOut { 
    457457    my( $text ) = @_; 
     
    474474---++ StaticMethod notWysiwygEditable($text) -> $boolean 
    475475Determine if the given =$text= is WYSIWYG editable, based on the topic content 
    476 and the value of the TWiki preferences WYSIWYG_EXCLUDE and 
     476and the value of the Foswiki preferences WYSIWYG_EXCLUDE and 
    477477WYSIWYG_EDITABLE_CALLS. Returns a descriptive string if the text is not 
    478478editable, 0 otherwise. 
     
    604604 
    605605# This function is used to decode such parameters to the currently selected 
    606 # TWiki site character set. 
     606# Foswiki site character set. 
    607607 
    608608# Note that this transform is not as simple as an Encode::from_to, as 
     
    640640    $text = Encode::encode_utf8($text); 
    641641 
    642     # TWiki5 introduces the Foswiki::Response object, which handles all 
     642    # Foswiki 1.0 introduces the Foswiki::Response object, which handles all 
    643643    # responses. 
    644644    if (UNIVERSAL::isa( $response, 'Foswiki::Response')) { 
     
    648648            -charset => 'UTF-8'); 
    649649        $response->print($text); 
    650     } else { # Pre-TWiki-5. 
     650    } else { # Pre-Foswiki-1.0. 
    651651        # Turn off AUTOFLUSH 
    652652        # See http://perl.apache.org/docs/2.0/user/coding/coding.html 
  • trunk/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin/Constants.pm

    r1043 r1327  
    2222our (%KNOWN_COLOUR); 
    2323 
    24 # Colours with colour settings in DefaultPreferences. WTF does TWiki see 
     24# Colours with colour settings in DefaultPreferences. WTF does Foswiki see 
    2525# fit to *redefine* the standard colors? e.g. ORANGE below is *not* orange. 
    2626# For goodness sakes! 
  • trunk/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin/HTML2TML.pm

    r1043 r1327  
    88# as published by the Free Software Foundation; either version 2 
    99# of the License, or (at your option) any later version. For 
    10 # more details read LICENSE in the root of the TWiki distribution. 
     10# more details read LICENSE in the root of the Foswiki distribution. 
    1111# 
    1212# This program is distributed in the hope that it will be useful, 
     
    2020---+ package Foswiki::Plugins::WysiwygPlugin::HTML2TML; 
    2121 
    22 Convertor for translating HTML into TML (TWiki Meta Language) 
     22Convertor for translating HTML into TML (Topic Meta Language) 
    2323 
    2424The conversion is done by parsing the HTML and generating a parse 
  • trunk/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin/HTML2TML/Leaf.pm

    r811 r1327  
    88# as published by the Free Software Foundation; either version 2 
    99# of the License, or (at your option) any later version. For 
    10 # more details read LICENSE in the root of the TWiki distribution. 
     10# more details read LICENSE in the root of the Foswiki distribution. 
    1111# 
    1212# This program is distributed in the hope that it will be useful, 
  • trunk/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin/HTML2TML/Node.pm

    r1043 r1327  
    88# as published by the Free Software Foundation; either version 2 
    99# of the License, or (at your option) any later version. For 
    10 # more details read LICENSE in the root of the TWiki distribution. 
     10# more details read LICENSE in the root of the Foswiki distribution. 
    1111# 
    1212# This program is distributed in the hope that it will be useful, 
     
    232232 
    233233    # Move leading \n out of protected region. Delicate hack fix required to 
    234     # maintain TWiki variables at the start of lines. 
     234    # maintain Foswiki variables at the start of lines. 
    235235    $text =~ s/$WC::PON$WC::NBBR/$WC::CHECKn$WC::PON/g; 
    236236 
     
    382382        # If this is an emphasis (b, i, code, tt, strong) then 
    383383        # flatten out any child nodes that express the same emphasis. 
    384         # This has to be done because TWiki emphases are single level. 
     384        # This has to be done because Foswiki emphases are single level. 
    385385        if ($WC::EMPHTAG{$node->{tag}}) { 
    386386            my $kid = $node->{head}; 
     
    11701170    } 
    11711171    # The presence of the class forces it to be converted to a 
    1172     # TWiki variable 
     1172    # Foswiki variable 
    11731173    if (!_removeClass(\%atts, 'WYSIWYG_COLOUR')) { 
    11741174        delete $atts{class}; 
     
    13231323    if( $options & $WC::VERY_CLEAN ) { 
    13241324        # remove style attribute if cleaning aggressively. Have to do this 
    1325         # because TWiki generates these. 
     1325        # because Foswiki generates these. 
    13261326        delete $atts{style} if defined $atts{style} 
    13271327    } 
  • trunk/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin/HTML2TML/WC.pm

    r811 r1327  
    88# as published by the Free Software Foundation; either version 2 
    99# of the License, or (at your option) any later version. For 
    10 # more details read LICENSE in the root of the TWiki distribution. 
     10# more details read LICENSE in the root of the Foswiki distribution. 
    1111# 
    1212# This program is distributed in the hope that it will be useful, 
  • trunk/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin/TML2HTML.pm

    r1043 r1327  
    2020---+ package Foswiki::Plugins::WysiwygPlugin::TML2HTML 
    2121 
    22 Convertor class for translating TML (TWiki Meta Language) into 
     22Convertor class for translating TML (Topic Meta Language) into 
    2323HTML 
    2424 
    25 The convertor does _not_ use the TWiki rendering, as that is a 
     25The convertor does _not_ use the Foswiki rendering, as that is a 
    2626lossy conversion, and would make symmetric translation back to TML 
    2727an impossibility. 
     
    151151# Parse and convert macros. If we are not using span markers 
    152152# for macros, we have to change the percent signs into entities 
    153 # to prevent internal tags being expanded by TWiki during rendering. 
     153# to prevent internal tags being expanded by Foswiki during rendering. 
    154154# It's assumed that the editor will have the common sense to convert 
    155155# them back to characters when editing. 
     
    250250    while ($text =~ s#%($colourMatch)%(.*?)%ENDCOLOR%#<font color="\L$1\E">$2</font>#og) {}; 
    251251 
    252     # Convert TWiki tags to spans outside protected text 
     252    # Convert Foswiki tags to spans outside protected text 
    253253    $text = $this->_processTags( $text ); 
    254254 
     
    489489} 
    490490 
    491 # Pull out TWiki Set statements, to prevent unwanted munging 
     491# Pull out Foswiki Set statements, to prevent unwanted munging 
    492492sub _takeOutSets { 
    493493    my $this = $_[0]; 
  • trunk/WysiwygPlugin/test/unit/WysiwygPlugin/TranslatorTests.pm

    r1111 r1327  
    88# as published by the Free Software Foundation; either version 2 
    99# of the License, or (at your option) any later version. For 
    10 # more details read LICENSE in the root of the TWiki distribution. 
     10# more details read LICENSE in the root of the Foswiki distribution. 
    1111# 
    1212# This program is distributed in the hope that it will be useful, 
     
    2222# 
    2323# The tests require FOSWIKI_LIBS to include a pointer to the lib 
    24 # directory of a TWiki installation, so it can pick up the bits 
    25 # of TWiki it needs to include. 
     24# directory of a Foswiki installation, so it can pick up the bits 
     25# of Foswiki it needs to include. 
    2626# 
    2727package TranslatorTests; 
  • trunk/WysiwygPlugin/test/unit/WysiwygPlugin/result_tml/table.txt

    r14 r1327  
    1 A simple twiki table: 
     1A simple Foswiki table: 
    22|  *A*  | *B*  |  *C* | 
    33| Et 1 | Et 2 | Et 3 | 
    4 A twiki table with a colspan: 
     4A Foswiki table with a colspan: 
    55|  A  | B  |  C | 
    66| Et 1 | Et 2 | Et 3 | 
  • trunk/WysiwygPlugin/test/unit/WysiwygPlugin/test_html/table.html

    r14 r1327  
    11<html> 
    22<body> 
    3 A simple twiki table: 
     3A simple Foswiki table: 
    44<table border=1> 
    55        <tr> 
     
    1515</table> 
    1616 
    17 A twiki table with a colspan: 
     17A Foswiki table with a colspan: 
    1818<table border=1> 
    1919        <tr> 
  • trunk/core/bin/configure

    r1057 r1327  
    616616     <li><span class='warn'>Warnings</span> are non-fatal, but are often a good 
    617617      indicator that something that is wrong.</li> 
    618      <li>The little <span class='twikiAlert' title="Not here, stupid. In the table below!">&delta;</span> after an entry means that the current value is <b>not</b> the same as the default value. If you hover the cursor over the <span class='twikiAlert' title="Not here, stupid. In the table below!">&delta;</span>, a popup will show you what the default value is.</li> 
     618     <li>The little <span class='foswikiAlert' title="Not here, stupid. In the table below!">&delta;</span> after an entry means that the current value is <b>not</b> the same as the default value. If you hover the cursor over the <span class='foswikiAlert' title="Not here, stupid. In the table below!">&delta;</span>, a popup will show you what the default value is.</li> 
    619619     <li><b><font color="#f00">EXPERT</font></b> means a setting is for expert use only. You should not fiddle with it unless you know what you are doing, or at least have read all the documentation. 
    620620HERE 
     
    643643            'Settings' 
    644644              . CGI::span( 
    645                 { class => 'twikiSmall' }, 
     645                { class => 'foswikiSmall' }, 
    646646                'Click the buttons below to open each section' 
    647647              ) 
     
    649649          . '&nbsp;' 
    650650          . CGI::span( 
    651             { class => 'twikiSmall' }, 
     651            { class => 'foswikiSmall' }, 
    652652            CGI::a( 
    653653                { 
     
    682682    } 
    683683 
    684     print CGI::p(CGI::submit(-class=>'twikiSubmit', 
     684    print CGI::p(CGI::submit(-class=>'foswikiSubmit', 
    685685                             -name=>'action', 
    686686                             -value=>'Next', 
  • trunk/core/data/System/AccessControl.txt

    r1314 r1327  
    151151 
    152152Top level webs are a special case, because they don't have a parent web with a %WEBPREFSTOPIC%. So there has to be a special control just for the root level. 
    153    * You can define these settings in the %USERSWEB%.%TWIKIPREFSTOPIC% topic, preferable towards the end of the topic: 
     153   * You can define these settings in the %USERSWEB%.%WIKIPREFSTOPIC% topic, preferable towards the end of the topic: 
    154154      * ==Set <nop>DENYROOTCHANGE = &lt; comma-delimited list of Users and Groups &gt;== 
    155155      * ==Set <nop>ALLOWROOTCHANGE = &lt; comma-delimited list of Users and Groups &gt;== 
  • trunk/core/data/System/BeginnersStartHere.txt

    r1314 r1327  
    312312   * Spread<nop>SheetPlugin: Add *spreadsheet calculations* like "$SUM( $ABOVE() )" to tables located in Foswiki topics <code>%CALC...</code> 
    313313   * Table<nop>Plugin: Control *presentation and sorting of tables* <code>%TABLE...</code> 
    314    * TWiki<nop>DrawPlugin: Add *quick sketches* to pages <code>%DRAWING...</code> 
     314   * <nop>JHotDrawPlugin: Add *quick sketches* to pages <code>%DRAWING...</code> 
    315315The following plugins are installed on this Foswiki: %ACTIVATEDPLUGINS% 
    316316 
  • trunk/core/data/System/CascadingStyleSheets.txt

    r1314 r1327  
    7373|=.foswikiTableEven=                    | Even numbered rows  | 
    7474|=.foswikiTableOdd=                     | Odd numbered rows  | 
    75 |=.foswikiTableCol + column number=     | Unique column identifier, for instance: twikiTableCol0 | 
    76 |=.foswikiTableRow + type + row number= | Unique row identifier, for instance: twikiTableRowdataBg0 | 
     75|=.foswikiTableCol + column number=     | Unique column identifier, for instance: foswikiTableCol0 | 
     76|=.foswikiTableRow + type + row number= | Unique row identifier, for instance: foswikiTableRowdataBg0 | 
    7777|=.tableSortIcon=                       | Holder (=span=) for the table column sort icon  | 
    7878 
  • trunk/core/data/System/FileAttachment.txt

    r1314 r1327  
    8484<div class="foswikiAttachments"> 
    8585<table summary="Topic attachments" style="border-width:1px;" cellspacing="0" id="foswikiAttachmentsTable" cellpadding="0" class="foswikiTable" rules="rows" border="1"><caption>Topic attachments</caption><tr class="foswikiTableEven"><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;" class="foswikiFirstCol"> <a rel="nofollow" href="%TOPIC%?sortcol=0;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">I</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=1;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Attachment</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=2;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Action</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=3;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Size</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=4;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Date</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=5;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Who</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=6;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Comment</a> </th></tr> 
    86 <tr class="foswikiTableOdd"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="foswikiFirstCol"> <img width="16" alt="txt" align="top" src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/txt.gif" height="16" border="0" /><span class="foswikiHidden">txt</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="/foswiki/bin/viewfile/TWiki/FileAttachment?rev=;filename=Sample.txt">Sample.txt</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="/foswiki/bin/attach/TWiki/FileAttachment?filename=Sample.txt&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>manage</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> 22 Jul 2000 - 19:37 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="ProjectContributor">ProjectContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> Just a sample </td></tr> 
    87 <tr class="foswikiTableEven"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="foswikiFirstCol foswikiLast"> <img width="16" alt="gif" align="top" src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/gif.gif" height="16" border="0" /><span class="foswikiHidden">gif</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> <a href="/foswiki/bin/viewfile/TWiki/FileAttachment?rev=;filename=Smile.gif">Smile.gif</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> <a href="/foswiki/bin/attach/TWiki/FileAttachment?filename=Smile.gif&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>manage</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;" class="foswikiLast"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> 22 Jul 2000 - 19:38 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> <a href="ProjectContributor">ProjectContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> Smiley face </td></tr> 
     86<tr class="foswikiTableOdd"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="foswikiFirstCol"> <img width="16" alt="txt" align="top" src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/txt.gif" height="16" border="0" /><span class="foswikiHidden">txt</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="/foswiki/bin/viewfile/System/FileAttachment?rev=;filename=Sample.txt">Sample.txt</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="/foswiki/bin/attach/System/FileAttachment?filename=Sample.txt&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>manage</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> 22 Jul 2000 - 19:37 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="ProjectContributor">ProjectContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> Just a sample </td></tr> 
     87<tr class="foswikiTableEven"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="foswikiFirstCol foswikiLast"> <img width="16" alt="gif" align="top" src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/gif.gif" height="16" border="0" /><span class="foswikiHidden">gif</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> <a href="/foswiki/bin/viewfile/System/FileAttachment?rev=;filename=Smile.gif">Smile.gif</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> <a href="/foswiki/bin/attach/System/FileAttachment?filename=Smile.gif&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>manage</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;" class="foswikiLast"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> 22 Jul 2000 - 19:38 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> <a href="ProjectContributor">ProjectContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> Smiley face </td></tr> 
    8888</table></div><!--//foswikiAttachments--> 
    8989 
  • trunk/core/data/System/FormattedSearch.txt

    r1314 r1327  
    5353| =$summary= | Topic summary, just the plain text, all formatting and line breaks removed; up to 162 characters | 
    5454| =$summary(50)= | Topic summary, up to 50 characters shown | 
    55 | =$summary(showvarnames)= | Topic summary, with =%<nop>ALLTWIKI{...}%= macros shown as =ALLTWIKI{...}= | 
     55| =$summary(showvarnames)= | Topic summary, with =%<nop>SOMEMACRO{...}%= macros shown as =SOMEMACRO{...}= | 
    5656| =$summary(noheader)= | Topic summary, with leading =---+ headers= removed%BR% *Note:* The tokens can be combined, for example =$summary(100, showvarnames, noheader)= | 
    5757| =$changes= | Summary of changes between latest rev and previous rev | 
  • trunk/core/data/System/HierarchicalNavigation.txt

    r1089 r1327  
    5151 
    5252<verbatim style="display:none;"> 
    53 %STARTSECTION{name="all"}%<div class="twikiHierarchicalNavigation"> 
     53%STARTSECTION{name="all"}%<div class="foswikiHierarchicalNavigation"> 
    5454<ul> 
    5555%SEARCH{ 
     
    5959web="%BASEWEB%" 
    6060nonoise="on" 
    61 format="<li class='twikiParentTopic'><img src='%ICONURL{parent_gray}%' width='16' height='16' alt='' border='0' /> [[$web.$parent][$parent]]</li>" 
     61format="<li class='foswikiParentTopic'><img src='%ICONURL{parent_gray}%' width='16' height='16' alt='' border='0' /> [[$web.$parent][$parent]]</li>" 
    6262}% 
    63 <li class='twikiCurrentTopic' style='font-weight:bold;'><nop>%BASETOPIC%</li>%INCLUDE{"%TOPIC%" section="childlist"}% 
     63<li class='foswikiCurrentTopic' style='font-weight:bold;'><nop>%BASETOPIC%</li>%INCLUDE{"%TOPIC%" section="childlist"}% 
    6464</ul> 
    65 </div><!--/twikiHierarchicalNavigation-->%ENDSECTION{name="all"}% 
     65</div><!--/foswikiHierarchicalNavigation-->%ENDSECTION{name="all"}% 
    6666 
    67 %STARTSECTION{name="children"}%<div class="twikiHierarchicalNavigation"> 
     67%STARTSECTION{name="children"}%<div class="foswikiHierarchicalNavigation"> 
    6868<ul>%INCLUDE{"%TOPIC%" section="childlist"}%</ul> 
    69 </div><!--/twikiHierarchicalNavigation-->%ENDSECTION{name="children"}%</div>%ENDSECTION{name="children"}% 
     69</div><!--/foswikiHierarchicalNavigation-->%ENDSECTION{name="children"}%</div>%ENDSECTION{name="children"}% 
    7070 
    7171%STARTSECTION{name="childlist"}%%SEARCH{ 
  • trunk/core/data/System/InstalledPlugins.txt

    r1314 r1327  
    22---+ Installed Plugins 
    33 
    4 Here is a list of the plugins currently installed and enabled on this TWiki site: 
     4Here is a list of the plugins currently installed and enabled on this Fosiki site: 
    55 
    66%PLUGINDESCRIPTIONS% 
  • trunk/core/data/System/JavascriptFiles.txt

    r1314 r1327  
    66 
    77        * Set ALLOWTOPICCHANGE = %USERSWEB%.AdminGroup 
    8          
    9 %META:FILEATTACHMENT{name="foswiki.js" attr="" autoattached="1" comment="" date="1130980328" path="foswiki.js" size="2920" user="UnknownUser" version=""}% 
    10 %META:FILEATTACHMENT{name="twiki_settings.js" attr="" autoattached="1" comment="" date="1130979890" path="twiki_settings.js" size="982" user="UnknownUser" version=""}% 
  • trunk/core/data/System/ReleaseHistory.txt

    r1314 r1327  
    5151 
    5252Many people have been involved in creating TWiki 4.2. Special thanks go to the most active contributors in the following areas: 
    53    * Release management led by TWiki:Main.KennethLavrsen, ably assisted by TWiki:Main.SvenDowideit 
    54    * Design and development driven by TWiki:Main.CrawfordCurrie, TWiki:Main.ArthurClemens, TWiki.Main.KennethLavrsen and TWiki:Main.SvenDowideit 
    55    * Testing driven by TWiki:Main.KennethLavrsen 
     53   * Release management led by Foswiki:Main.KennethLavrsen, ably assisted by Foswiki:Main.SvenDowideit 
     54   * Design and development driven by Foswiki:Main.CrawfordCurrie, Foswiki:Main.ArthurClemens, Foswiki:Main.KennethLavrsen and Foswiki:Main.SvenDowideit 
     55   * Testing driven by Foswiki:Main.KennethLavrsen 
    5656 
    5757Many thanks also to the contributors in the following areas: 
    5858   * *Sponsor and facilitator:* TWiki:Main.PeterThoeny 
    59    * *Testing and bug fixing:* TWiki:Main.KennethLavrsen, TWiki:Main.CrawfordCurrie, TWiki:Main.ArthurClemens, TWiki:Main.SvenDowideit, TWiki:Main.SteffenPoulsen, TWiki:Main.MichaelDaum, TWiki:Main.PeterThoeny, TWiki:Main.RichardDonkin 
    60    * *Spec and code:* TWiki:Main.CrawfordCurrie (2323), TWiki:Main.ArthurClemens (566), TWiki:Main.SvenDowideit (507), TWiki:Main.PeterThoeny (83), TWiki:Main.KennethLavrsen (73), TWiki:Main.SteffenPoulsen (72), TWiki:Main.AntonioTerceiro (63) - ( 3857 changes by 20 authors ) 
    61    * *Templates and skins:* TWiki:Main.ArthurClemens (587), TWiki:Main.CrawfordCurrie (130), TWiki:Main.AndreUlrich (73), TWiki:Main.SvenDowideit (44) - ( 869 changes by 12 authors ) 
    62    * *Documentation:* TWiki:Main.ArthurClemens (460), TWiki:Main.CrawfordCurrie (377), TWiki:Main.PeterThoeny (233), TWiki:Main.AndreUlrich (157), TWiki:Main.SvenDowideit (118), TWiki:Main.KennethLavrsen (68) - ( 1450 changes by 14 authors ) 
    63    * *Release package builds:* TWiki:Main.SvenDowideit 
    64    * *Usability:* TWiki:Main.CarloSchulz, TWiki:Main.ArthurClemens 
     59   * *Testing and bug fixing:* Foswiki:Main.KennethLavrsen, Foswiki:Main.CrawfordCurrie, Foswiki:Main.ArthurClemens, Foswiki:Main.SvenDowideit, Foswiki:Main.SteffenPoulsen, Foswiki:Main.MichaelDaum, TWiki:Main.PeterThoeny, TWiki:Main.RichardDonkin 
     60   * *Spec and code:* Foswiki:Main.CrawfordCurrie (2323), Foswiki:Main.ArthurClemens (566), Foswiki:Main.SvenDowideit (507), TWiki:Main.PeterThoeny (83), Foswiki:Main.KennethLavrsen (73), Foswiki:Main.SteffenPoulsen (72), TWiki:Main.AntonioTerceiro (63) - ( 3857 changes by 20 authors ) 
     61   * *Templates and skins:* Foswiki:Main.ArthurClemens (587), Foswiki:Main.CrawfordCurrie (130), Foswiki:Main.AndreUlrich (73), Foswiki:Main.SvenDowideit (44) - ( 869 changes by 12 authors ) 
     62   * *Documentation:* Foswiki:Main.ArthurClemens (460), Foswiki:Main.CrawfordCurrie (377), TWiki:Main.PeterThoeny (233), Foswiki:Main.AndreUlrich (157), Foswiki:Main.SvenDowideit (118), Foswiki:Main.KennethLavrsen (68) - ( 1450 changes by 14 authors ) 
     63   * *Release package builds:* Foswiki:Main.SvenDowideit 
     64   * *Usability:* Foswiki:Main.CarloSchulz, Foswiki:Main.ArthurClemens 
    6565   * *Translations:* Coordinated by TWiki:Main.AntonioTerceiro 
    6666      * Bulgarian: TWiki:Main.KrassimirBerov 
    67       * Danish: TWiki:Main.SteffenPoulsen 
    68       * Dutch: TWiki:Main.ArthurClemens 
     67      * Danish: Foswiki:Main.SteffenPoulsen 
     68      * Dutch: Foswiki:Main.ArthurClemens 
    6969      * Finnish: TWiki:Main.HeikkiToivonen 
    7070      * French: TWiki:Main.BenVoui 
    71       * German: TWiki:Main.OliverKrueger, TWiki:Main.AndreUlrich 
     71      * German: Foswiki:Main.OliverKrueger, Foswiki:Main.AndreUlrich 
    7272      * Italian: TWiki:Main.MassimoMancini 
    7373      * Portuguese: TWiki:Main.CarlinhosCecconi 
     
    7676      * Traditional Chinese: TWiki:Main.CheDong 
    7777      * Ukrainian: TWiki:Main.SerhijDubyk 
    78    * *Marketing:* TWiki:Main.RodBeckstrom, TWiki:Main.PeterThoeny, TWiki:Main.MichaelCorbett, TWiki:Main.KoenMartens 
    79    * *Public relations:* TWiki:Main.PeterThoeny, TWiki:Main.MichaelCorbett 
     78   * *Marketing:* TWiki:Main.RodBeckstrom, TWiki:Main.PeterThoeny, Foswiki:Main.MichaelCorbett, Foswiki:Main.KoenMartens 
     79   * *Public relations:* TWiki:Main.PeterThoeny, Foswiki:Main.MichaelCorbett 
    8080   * *Meetups:* TWiki:Main.AmirShobeiri 
    81    * *TWiki.org wiki champions:* TWiki:Main.PeterThoeny, TWiki:Main.ArthurClemens, TWiki:Main.CrawfordCurrie, TWiki:Main.KennethLavrsen, TWiki:Main.SvenDowideit, TWiki:Main.MichaelDaum, TWiki:Main.CarloSchulz, TWiki:Main.StephaneLenclud, TWiki:Main.RichardDonkin, TWiki:Main.KoenMartens <!-- Blog, Codev, Main, Plugins, TWiki webs --> 
    82    * *Customer support:* TWiki:Main.PeterThoeny, TWiki:Main.ArthurClemens, TWiki:Main.CrawfordCurrie, TWiki:Main.SvenDowideit, TWiki:Main.HaraldJoerg <!-- Support web --> 
    83    * *System administration:* TWiki:Main.SvenDowideit, TWiki:Main.PeterThoeny, TWiki:Main.CrawfordCurrie 
     81   * *TWiki.org wiki champions:* TWiki:Main.PeterThoeny, Foswiki:Main.ArthurClemens, Foswiki:Main.CrawfordCurrie, Foswiki:Main.KennethLavrsen, Foswiki:Main.SvenDowideit, Foswiki:Main.MichaelDaum, Foswiki:Main.CarloSchulz, Foswiki:Main.StephaneLenclud, TWiki:Main.RichardDonkin, Foswiki:Main.KoenMartens <!-- Blog, Codev, Main, Plugins, TWiki webs --> 
     82   * *Customer support:* TWiki:Main.PeterThoeny, Foswiki:Main.ArthurClemens, Foswiki:Main.CrawfordCurrie, Foswiki:Main.SvenDowideit, TWiki:Main.HaraldJoerg <!-- Support web --> 
     83   * *System administration:* Foswiki:Main.SvenDowideit, TWiki:Main.PeterThoeny, Foswiki:Main.CrawfordCurrie 
    8484 
    8585If you find an omission please fix it at TWiki:System.ReleaseHistory. For the full list of contributors see ProjectContributor.  
     
    159159 
    160160   * *Sponsor and facilitator:* TWiki:Main.PeterThoeny 
    161    * *Process improvement:* TWiki:Main.KennethLavrsen, TWiki:Main.PeterThoeny, TWiki:Main.SteffenPoulsen, TWiki:Main.CrawfordCurrie 
    162    * *Release management:* TWiki:Main.KennethLavrsen 
    163    * *Spec, code, testing:* TWiki:Main.CrawfordCurrie, TWiki:Main.ArthurClemens, TWiki:Main.SteffenPoulsen, TWiki:Main.PeterThoeny, TWiki:Main.ThomasWeigert, TWiki:Main.KennethLavrsen, TWiki:Main.SvenDowideit, TWiki:Main.HaraldJoerg, TWiki:Main.MichaelDaum, TWiki:Main.MeredithLesly, TWiki:Main.WillNorris, TWiki:Main.RafaelAlvarez, TWiki:Main.AntonioTerceiro 
    164    * *Templates and skins:* TWiki:Main.ArthurClemens, TWiki:Main.MichaelDaum, TWiki:Main.SvenDowideit 
    165    * *Documentation:* TWiki:Main.PeterThoeny, TWiki:Main.CrawfordCurrie, TWiki:Main.ArthurClemens, TWiki:Main.SteffenPoulsen, TWiki:Main.KennethLavrsen 
     161   * *Process improvement:* Foswiki:Main.KennethLavrsen, TWiki:Main.PeterThoeny, Foswiki:Main.SteffenPoulsen, Foswiki:Main.CrawfordCurrie 
     162   * *Release management:* Foswiki:Main.KennethLavrsen 
     163   * *Spec, code, testing:* Foswiki:Main.CrawfordCurrie, Foswiki:Main.ArthurClemens, Foswiki:Main.SteffenPoulsen, TWiki:Main.PeterThoeny, TWiki:Main.ThomasWeigert, Foswiki:Main.KennethLavrsen, Foswiki:Main.SvenDowideit, TWiki:Main.HaraldJoerg, Foswiki:Main.MichaelDaum, TWiki:Main.MeredithLesly, Foswiki:Main.WillNorris, TWiki:Main.RafaelAlvarez, TWiki:Main.AntonioTerceiro 
     164   * *Templates and skins:* Foswiki:Main.ArthurClemens, Foswiki:Main.MichaelDaum, Foswiki:Main.SvenDowideit 
     165   * *Documentation:* TWiki:Main.PeterThoeny, Foswiki:Main.CrawfordCurrie, Foswiki:Main.ArthurClemens, Foswiki:Main.SteffenPoulsen, Foswiki:Main.KennethLavrsen 
    166166   * *Translations:* Coordinated by TWiki:Main.AntonioTerceiro 
    167167      * Chinese: TWiki:Main.CheDong 
    168168      * Czech: TWiki:Main.IvanKuncl 
    169       * Danish: TWiki:Main.SteffenPoulsen 
    170       * Dutch: TWiki:Main.ArthurClemens 
     169      * Danish: Foswiki:Main.SteffenPoulsen 
     170      * Dutch: Foswiki:Main.ArthurClemens 
    171171      * French: TWiki:Main.BenVoui 
    172       * German: TWiki:Main.AndreUlrich 
     172      * German: Foswiki:Main.AndreUlrich 
    173173      * Italian: TWiki:Main.MassimoMancini 
    174174      * Polish: TWiki:Main.ZbigniewKulesza 
    175175      * Portuguese: TWiki:Main.AntonioTerceiro, TWiki:Main.CarlinhosCecconi 
    176176      * Russian: TWiki:Main.AndreyTkachenko, TWiki:Main.SergejZnamenskij, TWiki:Main.SergeyJSinx, TWiki:Main.AlexTananaev 
    177       * Spanish: TWiki:Main.WillNorris, TWiki:Main.MiguelABayona 
     177      * Spanish: Foswiki:Main.WillNorris, TWiki:Main.MiguelABayona 
    178178      * Swedish: TWiki:Main.ErikAman 
    179179   * *Public relations:* TWiki:Main.PeterThoeny, TWiki:Main.TomTansy 
    180    * *TWiki.org wiki champions:* TWiki:Main.PeterThoeny, TWiki:Main.CrawfordCurrie, TWiki:Main.KennethLavrsen, TWiki:Main.SteffenPoulsen, TWiki:Main.ArthurClemens, TWiki:Main.ThomasWeigert, TWiki:Main.MichaelDaum 
    181    * *Customer support:* TWiki:Main.PeterThoeny, TWiki:Main.CrawfordCurrie, TWiki:Main.ArthurClemens, TWiki:Main.SteffenPoulsen, TWiki:Main.SteveStark, TWiki:Main.MichaelDaum 
    182    * *System administration:* TWiki:Main.SvenDowideit, TWiki:Main.PeterThoeny, TWiki:Main.CrawfordCurrie 
     180   * *TWiki.org wiki champions:* TWiki:Main.PeterThoeny, Foswiki:Main.CrawfordCurrie, Foswiki:Main.KennethLavrsen, Foswiki:Main.SteffenPoulsen, Foswiki:Main.ArthurClemens, TWiki:Main.ThomasWeigert, Foswiki:Main.MichaelDaum 
     181   * *Customer support:* TWiki:Main.PeterThoeny, Foswiki:Main.CrawfordCurrie, Foswiki:Main.ArthurClemens, Foswiki:Main.SteffenPoulsen, TWiki:Main.SteveStark, Foswiki:Main.MichaelDaum 
     182   * *System administration:* Foswiki:Main.SvenDowideit, TWiki:Main.PeterThoeny, Foswiki:Main.CrawfordCurrie 
    183183 
    184184If you find an omission please fix it at TWiki:System.ReleaseHistory. For the full list of contributors see ProjectContributor.  
     
    205205Many, many people worked on TWiki-4.0.0. The credits in the table below only list the people who worked on individual enhancements. If you find an omission please fix it at TWiki:System.%TOPIC%. There were many other contributors; for a full list, visit ProjectContributor. 
    206206 
    207 Most of the redesign, refactoring and new documentation work in Dakar release was done by [[http://c-dot.co.uk][Crawford Currie]]. [[http://kamaelia.org/Michael.html][Michael Sparks]] provided ideas and proof of concept for several improvements. Other people who gave _large_ amounts of their time and patience to less sexy aspects of the work, such as testing, infrastructure and documentation, are [[TWiki:Main.AntonAylward][AntonAylward]], [[TWiki:Main.KennethLavrsen][KennethLavrsen]], [[TWiki:Main.LynnwoodBrown][LynnwoodBrown]], [[TWiki:Main.MichaelDaum][MichaelDaum]], [[http://www.structuredwikis.com/][Peter Thoeny]], [[TWiki:Main.SteffenPoulsen][SteffenPoulsen]], [[http://www.home.org.au][Sven Dowideit]], [[TWiki:Main.WillNorris][WillNorris]]. 
     207Most of the redesign, refactoring and new documentation work in Dakar release was done by [[http://c-dot.co.uk][Crawford Currie]]. [[http://kamaelia.org/Michael.html][Michael Sparks]] provided ideas and proof of concept for several improvements. Other people who gave _large_ amounts of their time and patience to less sexy aspects of the work, such as testing, infrastructure and documentation, are [[TWiki:Main.AntonAylward][AntonAylward]], [[Foswiki:Main.KennethLavrsen][KennethLavrsen]], [[Foswiki:Main.LynnwoodBrown][LynnwoodBrown]], [[Foswiki:Main.MichaelDaum][MichaelDaum]], [[http://www.structuredwikis.com/][Peter Thoeny]], [[Foswiki:Main.SteffenPoulsen][SteffenPoulsen]], [[http://www.home.org.au][Sven Dowideit]], [[Foswiki:Main.WillNorris][WillNorris]]. 
    208208 
    209209%TABLE{ headeralign="left" sort="off" }% 
    210210| *Installation & configuration*  | *Contributor* | 
    211 | Much simpler install and configuration | [[http://c-dot.co.uk][Crawford Currie]], [[TWiki:Main.LynnwoodBrown][LynnwoodBrown]], [[TWiki:Main.ArthurClemens][ArthurClemens]] | 
     211| Much simpler install and configuration | [[http://c-dot.co.uk][Crawford Currie]], [[Foswiki:Main.LynnwoodBrown][LynnwoodBrown]], [[Foswiki:Main.ArthurClemens][ArthurClemens]] | 
    212212| =mod_perl= safe code for better performance | [[http://c-dot.co.uk][Crawford Currie]] | 
    213213| *Security* || 
     
    217217| [[TWiki:Codev.UserInterfaceInternationalisation][User Interface Internationalisation]] | [[TWiki:Main.AntonioTerceiro][AntonioTerceiro]] | 
    218218| Chinese translation | [[TWiki:Main.CheDong][CheDong]] | 
    219 | Danish translation | [[TWiki:Main.SteffenPoulsen][SteffenPoulsen]] | 
    220 | Dutch translation | [[TWiki:Main.ArthurClemens][ArthurClemens]] | 
     219| Danish translation | [[Foswiki:Main.SteffenPoulsen][SteffenPoulsen]] | 
     220| Dutch translation | [[Foswiki:Main.ArthurClemens][ArthurClemens]] | 
    221221| French translation | [[TWiki:Main.BenVoui][BenVoui]] | 
    222 | German translation | [[TWiki:Main.AndreUlrich][AndreUlrich]] | 
     222| German translation | [[Foswiki:Main.AndreUlrich][AndreUlrich]] | 
    223223| Italian translation | [[TWiki:Main.MassimoMancini][MassimoMancini]] | 
    224224| Polish translation | [[TWiki:Main.ZbigniewKulesza][ZbigniewKulesza]] | 
    225225| Portuguese translation | [[TWiki:Main.AntonioTerceiro][AntonioTerceiro]], [[TWiki:Main.CarlinhosCecconi][CarlinhosCecconi]] | 
    226 | Spanish translation | [[TWiki:Main.WillNorris][WillNorris]], [[TWiki:Main.MiguelABayona][MiguelABayona]] | 
     226| Spanish translation | [[Foswiki:Main.WillNorris][WillNorris]], [[TWiki:Main.MiguelABayona][MiguelABayona]] | 
    227227| Swedish translation | [[TWiki:Main.ErikAman][Erik &Aring;man]] | 
    228228| *New features for users*  || 
     
    235235| [[TWiki:Codev.TipOfTheDayFeatureRequest][Tip of the Day box in TWiki Home]] | [[TWiki:Main.PaulineCheung][PaulineCheung]], [[http://www.structuredwikis.com/][Peter Thoeny]], [[TWiki:Main.AntonAylward][AntonAylward]] | 
    236236| [[WebAtomBase][ATOM feeds]] | [[http://www.structuredwikis.com/][Peter Thoeny]] | 
    237 | [[TWiki:Codev.ForceNewRevisionCheckBox]["Force New Revision" check box for topic save]] | [[TWiki:Main.WillNorris][WillNorris]] | 
     237| [[TWiki:Codev.ForceNewRevisionCheckBox]["Force New Revision" check box for topic save]] | [[Foswiki:Main.WillNorris][WillNorris]] | 
    238238| *New features for Wiki administrators and wiki application developers*  || 
    239239| Improved preferences handling | [[TWiki:Main.ThomasWeigert][ThomasWeigert]], [[http://c-dot.co.uk][Crawford Currie]] | 
     
    242242| [[TWiki:Codev.ParameterizedIncludes][Parameterized includes]] | [[http://c-dot.co.uk][Crawford Currie]] | 
    243243| [[TWiki:Codev.DynamicFormOptionDefinitions][Dynamic form option definitions]] of DataForms with FormattedSearch | [[TWiki:Main.MartinCleaver][MartinCleaver]] | 
    244 | SEARCH enhancements with new parameters =excludeweb=, =newline=, =noempty=, =nofinalnewline=, =nonoise=, =recurse=, =zeroresults= | [[http://c-dot.co.uk][Crawford Currie]], [[TWiki:Main.ArthurClemens][ArthurClemens]], [[http://www.structuredwikis.com/][Peter Thoeny]], [[TWiki:Main.ThomasWeigert][ThomasWeigert]] | 
     244| SEARCH enhancements with new parameters =excludeweb=, =newline=, =noempty=, =nofinalnewline=, =nonoise=, =recurse=, =zeroresults= | [[http://c-dot.co.uk][Crawford Currie]], [[Foswiki:Main.ArthurClemens][ArthurClemens]], [[http://www.structuredwikis.com/][Peter Thoeny]], [[TWiki:Main.ThomasWeigert][ThomasWeigert]] | 
    245245| FormattedSearch enhancements with =$changes=, =$count=, =$formfield(name, 30, ...)=, =$summary(expandvar)=, =$summary(noheaders)=, =$summary(showvarnames)= | [[TWiki:Main.ColasNahaboo][ColasNahaboo]], [[http://c-dot.co.uk][Crawford Currie]], [[http://www.structuredwikis.com/][Peter Thoeny]], [[http://www.home.org.au][Sven Dowideit]] | 
    246 | New TWikiVariables [[TWikiVariables#VarACTIVATEDPLUGINS][ACTIVATEDPLUGINS]], [[TWikiVariables#VarALLVARIABLES][ALLVARIABLES]], [[TWikiVariables#VarAUTHREALM][AUTHREALM]], [[TWikiVariables#VarEMAILS][EMAILS]], [[TWikiVariables#VarFAILEDPLUGINS][FAILEDPLUGINS]], [[TWikiVariables#VarHTTP][HTTP]], [[TWikiVariables#VarHTTPS][HTTPS]], [[TWikiVariables#VarICONURL][ICONURL]], [[TWikiVariables#VarICONURLPATH][ICONURLPATH]], [[TWikiVariables#VarIF][IF]], [[TWikiVariables#VarLANGUAGES][LANGUAGES]], [[TWikiVariables#VarLOCALSITEPREFS][LOCALSITEPREFS]], [[TWikiVariables#VarLOGIN][LOGIN]], [[TWikiVariables#VarLOGOUT][LOGOUT]], [[TWikiVariables#VarMAKETEXT][MAKETEXT]], [[TWikiVariables#VarMETA][META]], [[TWikiVariables#VarPLUGINDESCRIPTIONS][PLUGINDESCRIPTIONS]], [[TWikiVariables#VarQUERYSTRING][QUERYSTRING]], [[TWikiVariables#VarSTARTSECTION][STARTSECTION]]/[[TWikiVariables#VarENDSECTION][ENDSECTION]], [[TWikiVariables#VarSESSION_VARIABLE][SESSION_VARIABLE]], [[TWikiVariables#VarSESSIONID][SESSIONID]], [[TWikiVariables#VarSESSIONVAR][SESSIONVAR]], [[TWikiVariables#VarSPACEOUT][SPACEOUT]], [[TWikiVariables#VarUSERLANGUAGE][USERLANGUAGE]], [[TWikiVariables#VarWIKIHOMEURL][WIKIHOMEURL]] | [[TWiki:Main.ArthurClemens][ArthurClemens]], [[TWiki:Main.AntonioTerceiro][AntonioTerceiro]], [[http://c-dot.co.uk][Crawford Currie]], [[TWiki:Main.GregAbbas][GregAbbas]], [[TWiki:Main.PeterThoeny][Peter Thoeny]], [[http://www.home.org.au][Sven Dowideit]], [[TWiki:Main.WillNorris][WillNorris]] and many more | 
    247 | [[TWiki:Codev.TWikiFormWithHiddenType][TWiki form with hidden type]] and other form enhancements | [[TWiki:Main.LynnwoodBrown][LynnwoodBrown]], [[TWiki:Main.ThomasWeigert][ThomasWeigert]] | 
     246| New TWikiVariables [[TWikiVariables#VarACTIVATEDPLUGINS][ACTIVATEDPLUGINS]], [[TWikiVariables#VarALLVARIABLES][ALLVARIABLES]], [[TWikiVariables#VarAUTHREALM][AUTHREALM]], [[TWikiVariables#VarEMAILS][EMAILS]], [[TWikiVariables#VarFAILEDPLUGINS][FAILEDPLUGINS]], [[TWikiVariables#VarHTTP][HTTP]], [[TWikiVariables#VarHTTPS][HTTPS]], [[TWikiVariables#VarICONURL][ICONURL]], [[TWikiVariables#VarICONURLPATH][ICONURLPATH]], [[TWikiVariables#VarIF][IF]], [[TWikiVariables#VarLANGUAGES][LANGUAGES]], [[TWikiVariables#VarLOCALSITEPREFS][LOCALSITEPREFS]], [[TWikiVariables#VarLOGIN][LOGIN]], [[TWikiVariables#VarLOGOUT][LOGOUT]], [[TWikiVariables#VarMAKETEXT][MAKETEXT]], [[TWikiVariables#VarMETA][META]], [[TWikiVariables#VarPLUGINDESCRIPTIONS][PLUGINDESCRIPTIONS]], [[TWikiVariables#VarQUERYSTRING][QUERYSTRING]], [[TWikiVariables#VarSTARTSECTION][STARTSECTION]]/[[TWikiVariables#VarENDSECTION][ENDSECTION]], [[TWikiVariables#VarSESSION_VARIABLE][SESSION_VARIABLE]], [[TWikiVariables#VarSESSIONID][SESSIONID]], [[TWikiVariables#VarSESSIONVAR][SESSIONVAR]], [[TWikiVariables#VarSPACEOUT][SPACEOUT]], [[TWikiVariables#VarUSERLANGUAGE][USERLANGUAGE]], [[TWikiVariables#VarWIKIHOMEURL][WIKIHOMEURL]] | [[Foswiki:Main.ArthurClemens][ArthurClemens]], [[TWiki:Main.AntonioTerceiro][AntonioTerceiro]], [[http://c-dot.co.uk][Crawford Currie]], [[TWiki:Main.GregAbbas][GregAbbas]], [[TWiki:Main.PeterThoeny][Peter Thoeny]], [[http://www.home.org.au][Sven Dowideit]], [[Foswiki:Main.WillNorris][WillNorris]] and many more | 
     247| [[TWiki:Codev.TWikiFormWithHiddenType][TWiki form with hidden type]] and other form enhancements | [[Foswiki:Main.LynnwoodBrown][LynnwoodBrown]], [[TWiki:Main.ThomasWeigert][ThomasWeigert]] | 
    248248| [[TWiki:Codev.SupportTopicSpecificTemplates][Support topic-specific templates]] for TWiki applications | [[TWiki:Main.ThomasWeigert][ThomasWeigert]] | 
    249 | Direct save feature for one-click template-based topic creation | [[TWiki:Main.LynnwoodBrown][LynnwoodBrown]], [[http://c-dot.co.uk][Crawford Currie]], [[TWiki:Main.ThomasWeigert][ThomasWeigert]] | 
     249| Direct save feature for one-click template-based topic creation | [[Foswiki:Main.LynnwoodBrown][LynnwoodBrown]], [[http://c-dot.co.uk][Crawford Currie]], [[TWiki:Main.ThomasWeigert][ThomasWeigert]] | 
    250250| [[TWiki:Codev.AutomaticAttachments][Automatic Attachments]] showing all files in the attachment directory | [[TWiki:Main.MartinCleaver][MartinCleaver]] | 
    251251| Rename, move or delete webs | [[TWiki:Main.PeterNixon][PeterNixon]] | 
     
    260260| TWiki:Codev.DevelopBranch , [[http://develop.twiki.org/~develop/cgi-bin/view/Bugs][DEVELOP branch Bugs system]] | [[http://www.home.org.au][Sven Dowideit]] | 
    261261| *Documentation, logo artwork, skins:*  || 
    262 | Documentation | [[http://c-dot.co.uk][Crawford Currie]], [[TWiki:Main.LynnwoodBrown][LynnwoodBrown]], [[http://www.structuredwikis.com/][Peter Thoeny]], [[http://www.home.org.au][Sven Dowideit]] and others | 
    263 | Design of [[ProjectLogos][TWikiLogos]] with big "T" in a speech bubble | [[TWiki:Main.ArthurClemens][ArthurClemens]], [[TWiki:Main.PeterThoeny][Peter Thoeny]] | 
    264 | Improved templates and PatternSkin | [[TWiki:Main.ArthurClemens][ArthurClemens]] | 
     262| Documentation | [[http://c-dot.co.uk][Crawford Currie]], [[Foswiki:Main.LynnwoodBrown][LynnwoodBrown]], [[http://www.structuredwikis.com/][Peter Thoeny]], [[http://www.home.org.au][Sven Dowideit]] and others | 
     263| Design of [[ProjectLogos][TWikiLogos]] with big "T" in a speech bubble | [[Foswiki:Main.ArthurClemens][ArthurClemens]], [[TWiki:Main.PeterThoeny][Peter Thoeny]] | 
     264| Improved templates and PatternSkin | [[Foswiki:Main.ArthurClemens][ArthurClemens]] | 
    265265 
    266266See more details at TWikiReleaseNotes04x00 
     
    284284%TABLE{ columnwidths="90%, 10%"}% 
    285285| *Details of New Features and Enhancements of 01-Sep-2004 Release* | *Developer, Sponsor* | 
    286 | Install: Ship with an automatic upgrade script to facilitate TWiki upgrades. [[http://TWiki.org/cgi-bin/view/Codev/CairoReleaseUpgradeGuide][Details]] | TWiki:Main.MartinGregory TWiki:Main.SvenDowideit | 
    287 | Install: New testenv function to change the locks in the TWiki database to the web server user id (automates installation step). [[http://TWiki.org/cgi-bin/view/Codev/RelockingRCSFiles][Details]] | TWiki:Main.MattWilkie TWiki:Main.SvenDowideit | 
    288 | Install: The shipped .htaccess.txt now needs to be edited before it is valid, to help reduce chances of error. [[http://TWiki.org/cgi-bin/view/Codev/InconsistentExtractDirectory][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.SvenDowideit | 
    289 | Install: Configurable password file handling for different types of encryption. [[http://TWiki.org/cgi-bin/view/Codev/ConfigurablePasswordFileHandling][Details]] | TWiki:Main.PavelGoran TWiki:Main.SvenDowideit | 
     286| Install: Ship with an automatic upgrade script to facilitate TWiki upgrades. [[http://TWiki.org/cgi-bin/view/Codev/CairoReleaseUpgradeGuide][Details]] | TWiki:Main.MartinGregory Foswiki:Main.SvenDowideit | 
     287| Install: New testenv function to change the locks in the TWiki database to the web server user id (automates installation step). [[http://TWiki.org/cgi-bin/view/Codev/RelockingRCSFiles][Details]] | TWiki:Main.MattWilkie Foswiki:Main.SvenDowideit | 
     288| Install: The shipped .htaccess.txt now needs to be edited before it is valid, to help reduce chances of error. [[http://TWiki.org/cgi-bin/view/Codev/InconsistentExtractDirectory][Details]] | Foswiki:Main.CrawfordCurrie Foswiki:Main.SvenDowideit | 
     289| Install: Configurable password file handling for different types of encryption. [[http://TWiki.org/cgi-bin/view/Codev/ConfigurablePasswordFileHandling][Details]] | TWiki:Main.PavelGoran Foswiki:Main.SvenDowideit | 
    290290| Install: Remove office locations from registration. [[http://TWiki.org/cgi-bin/view/Codev/RemoveOfficeFromRegistration][Details]] | TWiki:Main.PeterThoeny | 
    291291| Install: Changes to support shorter URLs with Apache Rewrite rules. [[http://TWiki.org/cgi-bin/view/Codev/ShorterURLs][Details]] | TWiki:Main.AntonioBellezza TWiki:Main.WalterMundt | 
    292292| Install: Remove the Know web from the distribution. [[http://TWiki.org/cgi-bin/view/Codev/StopDistributingKnowWeb][Details]] | TWiki:Main.PeterThoeny | 
    293293| Internationalization: Support use of UTF-8 URLs for <nop>I18N characters in TWiki page and attachment names. [[http://TWiki.org/cgi-bin/view/Codev/EncodeURLsWithUTF8][Details]] | TWiki:Main.RichardDonkin | 
    294 | Authentication: Authenticate users when creating new topic in view restricted web. [[http://TWiki.org/cgi-bin/view/Codev/VariousAuthBugsFixed][Details]] | TWiki:Main.JonathanGraehl TWiki:Main.SvenDowideit | 
     294| Authentication: Authenticate users when creating new topic in view restricted web. [[http://TWiki.org/cgi-bin/view/Codev/VariousAuthBugsFixed][Details]] | TWiki:Main.JonathanGraehl Foswiki:Main.SvenDowideit | 
    295295| Preferences: TWiki Preferences need to be secured properly. [[http://TWiki.org/cgi-bin/view/Codev/SecureTWikiPreferences][Details]] | TWiki:Main.PeterThoeny | 
    296296| Preferences: Use TWiki Forms to set user preferences. [[http://TWiki.org/cgi-bin/view/Codev/UsingFormsForSettings][Details]] | TWiki:Main.JohnTalintyre | 
    297 | Skins: New pre-installed skins !PatternSkin and !DragonSkin. [[http://TWiki.org/cgi-bin/view/Codev/SkinsForCairoRelease][Details]] | TWiki:Main.ArthurClemens TWiki:Main.PeterThoeny | 
     297| Skins: New pre-installed skins !PatternSkin and !DragonSkin. [[http://TWiki.org/cgi-bin/view/Codev/SkinsForCairoRelease][Details]] | Foswiki:Main.ArthurClemens TWiki:Main.PeterThoeny | 
    298298| Skins: New skin browser to choose from installed skins. [[http://TWiki.org/cgi-bin/view/Codev/TWikiSkinBrowser][Details]] | TWiki:Main.PeterThoeny | 
    299 | Skins: Documented set of CSS classes that are used in standard skins. [[http://TWiki.org/cgi-bin/view/Codev/CssClassNames][Details]] | TWiki:Main.ArthurClemens TWiki:Main.SvenDowideit | 
    300 | Skins: Added CSS class names to Diff output. [[http://TWiki.org/cgi-bin/view/Codev/HardwiredRDiffColours][Details]] | TWiki:Main.SvenDowideit | 
    301 | Skins: Templates can now be read from user topics, as well as from files in the templates diretcory. [[http://TWiki.org/cgi-bin/view/Codev/ReadTemplatesFromUserTopics][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.WalterMundt | 
     299| Skins: Documented set of CSS classes that are used in standard skins. [[http://TWiki.org/cgi-bin/view/Codev/CssClassNames][Details]] | Foswiki:Main.ArthurClemens Foswiki:Main.SvenDowideit | 
     300| Skins: Added CSS class names to Diff output. [[http://TWiki.org/cgi-bin/view/Codev/HardwiredRDiffColours][Details]] | Foswiki:Main.SvenDowideit | 
     301| Skins: Templates can now be read from user topics, as well as from files in the templates diretcory. [[http://TWiki.org/cgi-bin/view/Codev/ReadTemplatesFromUserTopics][Details]] | Foswiki:Main.CrawfordCurrie TWiki:Main.WalterMundt | 
    302302| Skins: Ensure that the default template gets overridden by a template passed in. [[http://TWiki.org/cgi-bin/view/Codev/PassedInTopicTemplateOverridesDefault][Details]] | TWiki:Main.MartinCleaver TWiki:Main.WalterMundt | 
    303303| Skin: Convey an important broadcast message to all users, e.g. scheduled server downtime. [[http://TWiki.org/cgi-bin/view/Codev/BroadcastMessageHandling][Details]] | TWiki:Main.PeterThoeny | 
    304 | Skin: Balanced pastel colors for TWiki webs. [[http://TWiki.org/cgi-bin/view/Codev/TWikiWebColors][Details]] | TWiki:Main.ArthurClemens | 
    305 | Rendering: Use exclamation point prefix to escape TWiki markup rendering. [[http://TWiki.org/cgi-bin/view/Codev/EasierNop][Details]] | TWiki:Main.ArthurClemens | 
     304| Skin: Balanced pastel colors for TWiki webs. [[http://TWiki.org/cgi-bin/view/Codev/TWikiWebColors][Details]] | Foswiki:Main.ArthurClemens | 
     305| Rendering: Use exclamation point prefix to escape TWiki markup rendering. [[http://TWiki.org/cgi-bin/view/Codev/EasierNop][Details]] | Foswiki:Main.ArthurClemens | 
    306306| Rendering: Ordered lists with uppercase & lowercase letters, uppercase & lowercase Roman numerals. [[http://TWiki.org/cgi-bin/view/Codev/ImprovedOutlines][Details]] | TWiki:Main.DanBoitnott TWiki:Main.PeterThoeny | 
    307 | Rendering: Allow custom styles for the "?" of uncreated topics. [[http://TWiki.org/cgi-bin/view/Codev/NewTopicLinkStylePatch][Details]] | TWiki:Main.SvenDowideit | 
     307| Rendering: Allow custom styles for the "?" of uncreated topics. [[http://TWiki.org/cgi-bin/view/Codev/NewTopicLinkStylePatch][Details]] | Foswiki:Main.SvenDowideit | 
    308308| Rendering: Render IRC and NNTP as a URL. [[http://TWiki.org/cgi-bin/view/Codev/RenderIrcAsURL][Details]] | TWiki:Main.PeterThoeny | 
    309 | Rendering: Make acronym linking more strict by requiring a trailing boundary, e.g. excluding TLAfoobar. [[http://TWiki.org/cgi-bin/view/Codev/TLAbehaviourIsOdd][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.SvenDowideit | 
     309| Rendering: Make acronym linking more strict by requiring a trailing boundary, e.g. excluding TLAfoobar. [[http://TWiki.org/cgi-bin/view/Codev/TLAbehaviourIsOdd][Details]] | Foswiki:Main.CrawfordCurrie Foswiki:Main.SvenDowideit | 
    310310| Rendering: TWiki Form with Label type. [[http://TWiki.org/cgi-bin/view/Codev/TWikiFormWithLabelType][Details]] | TWiki:Main.PeterThoeny | 
    311311| Rendering: Web names can now be !WikiWords. [[http://TWiki.org/cgi-bin/view/Codev/WebNameAsWikiName][Details]] | TWiki:Main.PeterThoeny | 
    312312| Rendering: New syntax for definition list with dollar sign and colon. [[http://TWiki.org/cgi-bin/view/Codev/WikiSyntaxForDefinitionLists][Details]] | TWiki:Main.AdamTheo TWiki:Main.PeterThoeny | 
    313313| Rendering: Table with multi-span rows, functionality provided by Table Plugin. [[http://TWiki.org/cgi-bin/view/Codev/WikiTablesNeedRowspanning][Details]] | TWiki:Main.WalterMundt |  
    314 | Variables: New title parameter for TOC variable. [[http://TWiki.org/cgi-bin/view/Codev/AddHeadingToToc][Details]] | TWiki:Main.PeterThoeny TWiki:Main.ArthurClemens | 
    315 | Variables: New REVINFO variable in templates supports flexible display of revision information. [[http://TWiki.org/cgi-bin/view/Codev/AddRevisionVariablesToTemplate][Details]] | TWiki:Main.PeterThoeny TWiki:Main.SvenDowideit | 
    316 | Variables: Set times to be displayed as gmtime or servertime. [[http://TWiki.org/cgi-bin/view/Codev/AlwaysServerTimeZone][Details]] | TWiki:Main.SueBlake TWiki:Main.SvenDowideit | 
     314| Variables: New title parameter for TOC variable. [[http://TWiki.org/cgi-bin/view/Codev/AddHeadingToToc][Details]] | TWiki:Main.PeterThoeny Foswiki:Main.ArthurClemens | 
     315| Variables: New REVINFO variable in templates supports flexible display of revision information. [[http://TWiki.org/cgi-bin/view/Codev/AddRevisionVariablesToTemplate][Details]] | TWiki:Main.PeterThoeny Foswiki:Main.SvenDowideit | 
     316| Variables: Set times to be displayed as gmtime or servertime. [[http://TWiki.org/cgi-bin/view/Codev/AlwaysServerTimeZone][Details]] | TWiki:Main.SueBlake Foswiki:Main.SvenDowideit | 
    317317| Variables: Properly encode parameters for form fields with ENCODE variable. [[http://TWiki.org/cgi-bin/view/Codev/EncodeParamsForFormFields][Details]] | TWiki:Main.PeterThoeny | 
    318318| Variables: Expand USERNAME and WIKINAME in Template Topics. [[http://TWiki.org/cgi-bin/view/Codev/ExpandUsernameAndWikinameInTemplateTopics][Details]] | TWiki:Main.PeterThoeny | 
     
    320320| Variables: Optionally warn when included topic does not exist; with the option to create the included topic. [[http://TWiki.org/cgi-bin/view/Codev/FailedIncludeWarning][Details]] | TWiki:Main.PeterThoeny | 
    321321| Variables: In topic text show file-types of attached files as icons. [[http://TWiki.org/cgi-bin/view/Codev/FileAttachmentIconVariable][Details]] | TWiki:Main.PeterThoeny | 
    322 | Variables: New variable FORMFIELD returns the value of a field in the form attached to a topic.. [[http://TWiki.org/cgi-bin/view/Codev/FormattedTWikiFormDataInTopicText][Details]] | TWiki:Main.DavidSachitano TWiki:Main.SvenDowideit | 
     322| Variables: New variable FORMFIELD returns the value of a field in the form attached to a topic.. [[http://TWiki.org/cgi-bin/view/Codev/FormattedTWikiFormDataInTopicText][Details]] | TWiki:Main.DavidSachitano Foswiki:Main.SvenDowideit | 
    323323| Variables: Meta data rendering for form fields with META{"formfield"}. [[http://TWiki.org/cgi-bin/view/Codev/MetaDataRendering][Details]] | TWiki:Main.PeterThoeny | 
    324324| Variables: New PLUGINVERSION variable. [[http://TWiki.org/cgi-bin/view/Codev/PluginVersionVariable][Details]] | TWiki:Main.PeterThoeny | 
     
    340340| Search: New =topic= parameter for AND search on topic text and topic name. [[http://TWiki.org/cgi-bin/view/Codev/SearchTopicNameAndTopicText][Details]] | TWiki:Main.PeterThoeny | 
    341341| Search modules uses Perl-style keyword parameters (code cleanup). [[http://TWiki.org/cgi-bin/view/Codev/SearchWebHasTooManyParameters][Details]] | TWiki:Main.PeterThoeny | 
    342 | Search: New $wikiname variable in format parameter of formatted search. [[http://TWiki.org/cgi-bin/view/Codev/ShortUserNameInFormattedSearch][Details]] | TWiki:Main.ArthurClemens | 
     342| Search: New $wikiname variable in format parameter of formatted search. [[http://TWiki.org/cgi-bin/view/Codev/ShortUserNameInFormattedSearch][Details]] | Foswiki:Main.ArthurClemens | 
    343343| Search: Sort search by topic creation date. [[http://TWiki.org/cgi-bin/view/Codev/SortSearchByTopicCreateDate][Details]] | TWiki:Main.PeterThoeny | 
    344 | Search: Topic creation date and user in Formatted Search. [[http://TWiki.org/cgi-bin/view/Codev/TopicCreateDateInFormattedSearch][Details]] | TWiki:Main.CoreyFruitman TWiki:Main.SvenDowideit | 
     344| Search: Topic creation date and user in Formatted Search. [[http://TWiki.org/cgi-bin/view/Codev/TopicCreateDateInFormattedSearch][Details]] | TWiki:Main.CoreyFruitman Foswiki:Main.SvenDowideit | 
    345345| Search: Increase levels of nested search from 2 to 16. [[http://TWiki.org/cgi-bin/view/Codev/MoreNestedSearchLevels][Details]] | TWiki:Main.PeterThoeny | 
    346346| Plugins: New pre-installed Plugins !CommentPlugin, !EditTablePlugin, !RenderListPlugin, !SlideShowPlugin, !SmiliesPlugin, !SpreadSheetPlugin, !TablePlugin. [[http://TWiki.org/cgi-bin/view/Codev/PreinstalledTWikiPlugins][Details]] | TWiki:Main.PeterThoeny | 
     
    350350| Plugins: New callback =renderFormFieldForEditHandler= to render form field for edit. [[http://TWiki.org/cgi-bin/view/Codev/RenderFormFieldForEditHandler][Details]] | TWiki:Main.JohnTalintyre | 
    351351| Plugins: New callback =renderWikiWordHandler= to custom render links. [[http://TWiki.org/cgi-bin/view/Codev/RenderedWikiWordHandler][Details]] | TWiki:Main.MartinCleaver TWiki:Main.WalterMundt | 
    352 | Plugins: New function =TWiki::Func::formatTime= to format time into a string. [[http://TWiki.org/cgi-bin/view/Codev/FormatTime][Details]] | TWiki:Main.SvenDowideit | 
     352| Plugins: New function =TWiki::Func::formatTime= to format time into a string. [[http://TWiki.org/cgi-bin/view/Codev/FormatTime][Details]] | Foswiki:Main.SvenDowideit | 
    353353| Plugins: New function =TWiki::Func::getRegularExpression= to get predefined regular expressions. [[http://TWiki.org/cgi-bin/view/Codev/GetRegularExpression][Details]] | TWiki:Main.RichardDonkin | 
    354354| Plugins: New functions =TWiki::Func::getPluginPreferences*= to get Plugin preferences. [[http://TWiki.org/cgi-bin/view/Codev/GetPluginPreferences][Details]] | TWiki:Main.WalterMundt | 
    355355| Plugins: New function =TWiki::Func::extractParameters= to extract all parameters from a variable string. [[http://TWiki.org/cgi-bin/view/Codev/ExtractParameters][Details]] | TWiki:Main.PeterThoeny | 
    356 | Plugins: New function =TWiki::Func::checkDependencies= to check for module dependency. [[http://TWiki.org/cgi-bin/view/Codev/PluginDependencies][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.SvenDowideit | 
     356| Plugins: New function =TWiki::Func::checkDependencies= to check for module dependency. [[http://TWiki.org/cgi-bin/view/Codev/PluginDependencies][Details]] | Foswiki:Main.CrawfordCurrie Foswiki:Main.SvenDowideit | 
    357357| Plugins: A recommendation for where a Plugin can store its data. [[http://TWiki.org/cgi-bin/view/Codev/RecommendedStorageOfPluginData][Details]] | TWiki:Main.PeterThoeny | 
    358358| UI: Show tool-tip topic info on WikiWord links. [[http://TWiki.org/cgi-bin/view/Codev/ToolTipTopicInfoOnWikiWordLinks][Details]] | TWiki:Main.PeterThoeny | 
    359359| UI: Save topic and continue edit feature. [[http://TWiki.org/cgi-bin/view/Codev/CheckpointSave][Details]] | TWiki:Main.ColasNahaboo | 
    360 | UI: Change topic with direct save (without edit/preview/save cycle) and checkpoint save. [[http://TWiki.org/cgi-bin/view/Codev/SavemultiCgiScript][Details]] | TWiki:Main.MattWilkie TWiki:Main.SvenDowideit | 
    361 | UI: In attachment table, change 'action' to 'manage'. [[http://TWiki.org/cgi-bin/view/Codev/AttachmentActionLinkBadName][Details]] | TWiki:Main.PeterThoeny TWiki:Main.ArthurClemens | 
    362 | UI: Smaller usability enhancements on the file attachment table. [[http://TWiki.org/cgi-bin/view/Codev/BetterAttachmentTableForCairoRelease][Details]] | TWiki:Main.PeterThoeny TWiki:Main.ArthurClemens | 
    363 | UI: Removes anchor links from header content and places them before the text to fix 'header becomes link'. [[http://TWiki.org/cgi-bin/view/Codev/BetterLinksToHeadings][Details]] | TWiki:Main.ArthurClemens | 
    364 | UI: Improved functionality of the More screen. [[http://TWiki.org/cgi-bin/view/Codev/BetterMoreRealizedFeatures][Details]] | TWiki:Main.PeterThoeny TWiki:Main.ArthurClemens | 
    365 | UI: Quick reference chart of most used markup is now listed on the edit screen. [[http://TWiki.org/cgi-bin/view/Codev/HelpTextInEditPage][Details]] | TWiki:Main.ArthurClemens | 
     360| UI: Change topic with direct save (without edit/preview/save cycle) and checkpoint save. [[http://TWiki.org/cgi-bin/view/Codev/SavemultiCgiScript][Details]] | TWiki:Main.MattWilkie Foswiki:Main.SvenDowideit | 
     361| UI: In attachment table, change 'action' to 'manage'. [[http://TWiki.org/cgi-bin/view/Codev/AttachmentActionLinkBadName][Details]] | TWiki:Main.PeterThoeny Foswiki:Main.ArthurClemens | 
     362| UI: Smaller usability enhancements on the file attachment table. [[http://TWiki.org/cgi-bin/view/Codev/BetterAttachmentTableForCairoRelease][Details]] | TWiki:Main.PeterThoeny Foswiki:Main.ArthurClemens | 
     363| UI: Removes anchor links from header content and places them before the text to fix 'header becomes link'. [[http://TWiki.org/cgi-bin/view/Codev/BetterLinksToHeadings][Details]] | Foswiki:Main.ArthurClemens | 
     364| UI: Improved functionality of the More screen. [[http://TWiki.org/cgi-bin/view/Codev/BetterMoreRealizedFeatures][Details]] | TWiki:Main.PeterThoeny Foswiki:Main.ArthurClemens | 
     365| UI: Quick reference chart of most used markup is now listed on the edit screen. [[http://TWiki.org/cgi-bin/view/Codev/HelpTextInEditPage][Details]] | Foswiki:Main.ArthurClemens | 
    366366| UI: Flag for edit script to avoid overwrite of existing topic text and form data. [[http://TWiki.org/cgi-bin/view/Codev/FlagForEditScriptToAvoidFormDataOverwrite][Details]] | TWiki:Main.NielsKoldso TWiki:Main.PeterThoeny | 
    367 | UI: Disable Escape key in IE textarea to prevent it cancelling work. [[http://TWiki.org/cgi-bin/view/Codev/EscKeyInEditorDeletesText][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny | 
    368 | UI: Improved warning message on unsaved topic. [[http://TWiki.org/cgi-bin/view/Codev/ReassurePeopleTheyDidntLoseTheirData][Details]] | TWiki:Main.MartinGregory TWiki:Main.SvenDowideit | 
    369 | UI: Reverse order of words in page title for better multi-window/tab navigation. [[http://TWiki.org/cgi-bin/view/Codev/ReversePageTitle][Details]] | TWiki:Main.ArthurClemens | 
    370 | UI: Provides a framework to create and modify a topic without going through edit-&gt;preview-&gt;save sequence. [[http://TWiki.org/cgi-bin/view/Codev/SaveContentWithoutEdit][Details]] | TWiki:Main.AndreUlrich TWiki:Main.SvenDowideit | 
     367| UI: Disable Escape key in IE textarea to prevent it cancelling work. [[http://TWiki.org/cgi-bin/view/Codev/EscKeyInEditorDeletesText][Details]] | Foswiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny | 
     368| UI: Improved warning message on unsaved topic. [[http://TWiki.org/cgi-bin/view/Codev/ReassurePeopleTheyDidntLoseTheirData][Details]] | TWiki:Main.MartinGregory Foswiki:Main.SvenDowideit | 
     369| UI: Reverse order of words in page title for better multi-window/tab navigation. [[http://TWiki.org/cgi-bin/view/Codev/ReversePageTitle][Details]] | Foswiki:Main.ArthurClemens | 
     370| UI: Provides a framework to create and modify a topic without going through edit-&gt;preview-&gt;save sequence. [[http://TWiki.org/cgi-bin/view/Codev/SaveContentWithoutEdit][Details]] | Foswiki:Main.AndreUlrich Foswiki:Main.SvenDowideit | 
    371371| UI: Set the topic parent to none in More screen, e.g. remove the current topic parent. [[http://TWiki.org/cgi-bin/view/Codev/SettingParentTopicToNone][Details]] | TWiki:Main.PeterThoeny | 
    372 | UI: Use templates to define how file attachments are displayed. Was previously hard-coded. [[http://TWiki.org/cgi-bin/view/Codev/TemplatesForMetaDataPresentation][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.SvenDowideit | 
    373 | UI: Topic diff shows unified diff with unchanged context. [[http://TWiki.org/cgi-bin/view/Codev/UnifiedDiffOutput][Details]] | TWiki:Main.SvenDowideit | 
    374 | UI: Diff feature shows TWiki form changes in nice tables. [[http://TWiki.org/cgi-bin/view/Codev/TWikiFormsDiffRendering][Details]] | TWiki:Main.SvenDowideit | 
     372| UI: Use templates to define how file attachments are displayed. Was previously hard-coded. [[http://TWiki.org/cgi-bin/view/Codev/TemplatesForMetaDataPresentation][Details]] | Foswiki:Main.CrawfordCurrie Foswiki:Main.SvenDowideit | 
     373| UI: Topic diff shows unified diff with unchanged context. [[http://TWiki.org/cgi-bin/view/Codev/UnifiedDiffOutput][Details]] | Foswiki:Main.SvenDowideit | 
     374| UI: Diff feature shows TWiki form changes in nice tables. [[http://TWiki.org/cgi-bin/view/Codev/TWikiFormsDiffRendering][Details]] | Foswiki:Main.SvenDowideit | 
    375375| Code refactoring: The log entry for a save now has a dontNotify flag in the extra field if the user checked the minor changes flag. [[http://TWiki.org/cgi-bin/view/Codev/DontNotifyFlagInLogFile][Details]] | TWiki:Main.PeterThoeny | 
    376 | Code refactoring: Server-side include of attachments accelerates INCLUDE. [[http://TWiki.org/cgi-bin/view/Codev/IncludeAttachment][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny | 
    377 | Code refactoring: Move functionality out of bin scripts and into included modules. [[http://TWiki.org/cgi-bin/view/Codev/MoreChangesToUpload][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.SvenDowideit | 
    378 | Code refactoring: Move bin script functionality into TWiki::UI modules. [[http://TWiki.org/cgi-bin/view/Codev/MoveScriptFunctionalityIntoTWikiUiLibs][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny | 
     376| Code refactoring: Server-side include of attachments accelerates INCLUDE. [[http://TWiki.org/cgi-bin/view/Codev/IncludeAttachment][Details]] | Foswiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny | 
     377| Code refactoring: Move functionality out of bin scripts and into included modules. [[http://TWiki.org/cgi-bin/view/Codev/MoreChangesToUpload][Details]] | Foswiki:Main.CrawfordCurrie Foswiki:Main.SvenDowideit | 
     378| Code refactoring: Move bin script functionality into TWiki::UI modules. [[http://TWiki.org/cgi-bin/view/Codev/MoveScriptFunctionalityIntoTWikiUiLibs][Details]] | Foswiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny | 
    379379| Code refactoring: Optimize preferences handling for better performance. [[http://TWiki.org/cgi-bin/view/Codev/OptimizePreferencesHandling][Details]] | TWiki:Main.PavelGoran TWiki:Main.WalterMundt | 
    380 | Code refactoring: Refactor variable expansion for edit and register. [[http://TWiki.org/cgi-bin/view/Codev/RefactorVariableExpansion][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny | 
    381 | Code refactoring: Move savemulti script into TWiki::UI::Save. [[http://TWiki.org/cgi-bin/view/Codev/SavemultiIntoSaveDotPm][Details]] | TWiki:Main.MattWilkie TWiki:Main.SvenDowideit | 
     380| Code refactoring: Refactor variable expansion for edit and register. [[http://TWiki.org/cgi-bin/view/Codev/RefactorVariableExpansion][Details]] | Foswiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny | 
     381| Code refactoring: Move savemulti script into TWiki::UI::Save. [[http://TWiki.org/cgi-bin/view/Codev/SavemultiIntoSaveDotPm][Details]] | TWiki:Main.MattWilkie Foswiki:Main.SvenDowideit | 
    382382| Code refactoring: Topic search is done natively in Perl, it does not depend anymore on system calls with pipes. [[http://TWiki.org/cgi-bin/view/Codev/SearchWithNoPipe][Details]] | TWiki:Main.PeterThoeny | 
    383383| Code refactoring: Fix logical error in upload script which prevented MIME filename from being used. [[http://TWiki.org/cgi-bin/view/Codev/UploadFilenameFixToEnableBatchUploadWithCurl][Details]] | TWiki:Main.WalterMundt | 
     
    388388| Fix: Consistently create headings with empty anchor tags. [[http://TWiki.org/cgi-bin/view/Codev/AllcapsHeadingsProduceBrokenAnchors][Details]] | TWiki:Main.PeterThoeny | 
    389389| Fix: TOC does not work for headings containing & without spaces surrounding it. [[http://TWiki.org/cgi-bin/view/Codev/AmpersandHeadingBadTOCLink][Details]] | TWiki:Main.PeterThoeny | 
    390 | Fix: Backslash line break breaks TWiki form definitions. [[http://TWiki.org/cgi-bin/view/Codev/BackslashBreaksForm][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny | 
     390| Fix: Backslash line break breaks TWiki form definitions. [[http://TWiki.org/cgi-bin/view/Codev/BackslashBreaksForm][Details]] | Foswiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny | 
    391391| Fix: Rename fixes unrelated topic references. [[http://TWiki.org/cgi-bin/view/Codev/BugInTopicRenaming][Details]] | TWiki:Main.RichardDonkin | 
    392392| Fix: Bug with infinite recursion in search. [[http://TWiki.org/cgi-bin/view/Codev/BugInfiniteRecursionInSearch][Details]] | TWiki:Main.PeterThoeny | 
    393393| Fix: Can't send mail with full 'From' address. [[http://TWiki.org/cgi-bin/view/Codev/CantSendMailWithFullAddress][Details]] | TWiki:Main.PeterThoeny | 
    394394| Fix: All scripts change to $bin before execute (for mod_perl2). [[http://TWiki.org/cgi-bin/view/Codev/ChangeToScriptDirForModPerl][Details]] | TWiki:Main.PeterThoeny | 
    395 | Fix: Several RSS readers do not show all entries seen in the !WebChanges list; repeated updates to the same topics get lost. [[http://TWiki.org/cgi-bin/view/Codev/ChangesDontShowUpInRSS][Details]] | TWiki:Main.ArthurClemens | 
    396 | Fix: TWiki::Access::checkAccessPermission function improperly handles Main and TWiki webs. [[http://TWiki.org/cgi-bin/view/Codev/CheckAccessPermissionBrokenForMainAndTWikiWebs][Details]] | TWiki:Main.SvenDowideit | 
     395| Fix: Several RSS readers do not show all entries seen in the !WebChanges list; repeated updates to the same topics get lost. [[http://TWiki.org/cgi-bin/view/Codev/ChangesDontShowUpInRSS][Details]] | Foswiki:Main.ArthurClemens | 
     396| Fix: TWiki::Access::checkAccessPermission function improperly handles Main and TWiki webs. [[http://TWiki.org/cgi-bin/view/Codev/CheckAccessPermissionBrokenForMainAndTWikiWebs][Details]] | Foswiki:Main.SvenDowideit | 
    397397| Fix: Topic save returns error CI Date precedes date in revision. [[http://TWiki.org/cgi-bin/view/Codev/CiDatePrecedesDateInRevision][Details]] | TWiki:Main.PeterThoeny | 
    398398| Fix: Double quotes got replaced by &#34; in TWiki forms. [[http://TWiki.org/cgi-bin/view/Codev/DoubleQuoteHandlingInTwikiForms][Details]] | TWiki:Main.MichaelSparks TWiki:Main.PeterThoeny | 
    399399| Fix: Duplicated Wiki name in .htpasswd entry for sha1 encoding. [[http://TWiki.org/cgi-bin/view/Codev/DuplicatedWikiNameInHtpasswdEntry][Details]] | TWiki:Main.PeterThoeny | 
    400400| Fix: When viewing a previous version of a topic, the view script substitutes only one occurrence of the variable EDITTOPIC. [[http://TWiki.org/cgi-bin/view/Codev/EditTopicNotGloballySubstituted][Details]] | TWiki:Main.PeterThoeny | 
    401 | Fix: Form default values are not working for text fields. [[http://TWiki.org/cgi-bin/view/Codev/FormDefaultNotWorkingForTextField][Details]] | TWiki:Main.ThomasWeigert TWiki:Main.SvenDowideit | 
     401| Fix: Form default values are not working for text fields. [[http://TWiki.org/cgi-bin/view/Codev/FormDefaultNotWorkingForTextField][Details]] | TWiki:Main.ThomasWeigert Foswiki:Main.SvenDowideit | 
    402402| Fix: Formatted searches using a $pattern which unbalanced parenthesis crash TWiki. [[http://TWiki.org/cgi-bin/view/Codev/FormattedSearchPatternExtractionUnmatchedParenthesesError][Details]] | TWiki:Main.PeterThoeny | 
    403403| Fix: Formatted Search uses title but should use name for formfield parameter. [[http://TWiki.org/cgi-bin/view/Codev/FormattedSearchUsesTitleInsteadOfName][Details]] | TWiki:Main.PeterThoeny | 
    404 | Fix: GMTIME variable returns unwanted GMT text. [[http://TWiki.org/cgi-bin/view/Codev/GmTimeVariableReturnsUnwantedGMT][Details]] | TWiki:Main.SvenDowideit | 
     404| Fix: GMTIME variable returns unwanted GMT text. [[http://TWiki.org/cgi-bin/view/Codev/GmTimeVariableReturnsUnwantedGMT][Details]] | Foswiki:Main.SvenDowideit | 
    405405| Fix: Include from other Web links ACRONYMS. [[http://TWiki.org/cgi-bin/view/Codev/IncludeFromOtherWebLinksACRONYMS][Details]] | TWiki:Main.PeterThoeny | 
    406406| Fix: Including an HTML file is very slow. [[http://TWiki.org/cgi-bin/view/Codev/IncludeHTMLTakesLongTime][Details]] | TWiki:Main.JohnTalintyre | 
    407 | Fix: includeUrl() mess up absolute URLs. [[http://TWiki.org/cgi-bin/view/Codev/IncludeUrlScrewsUpAbsoluteUrls][Details]] | TWiki:Main.SvenDowideit | 
     407| Fix: includeUrl() mess up absolute URLs. [[http://TWiki.org/cgi-bin/view/Codev/IncludeUrlScrewsUpAbsoluteUrls][Details]] | Foswiki:Main.SvenDowideit | 
    408408| Fix: Filter out fixed font rendering in TOC to avoid unrendered = equal signs in TOC. [[http://TWiki.org/cgi-bin/view/Codev/IncorrectWhitespaceParsingInTOC][Details]] | TWiki:Main.PeterThoeny | 
    409409| Fix: The initializeUserHandler is broken for session Plugins. [[http://TWiki.org/cgi-bin/view/Codev/InitializeUserHandlerBroken][Details]] | TWiki:Main.JohnTalintyre | 
    410410| Fix: SEARCH fails with very large webs. [[http://TWiki.org/cgi-bin/view/Codev/InlineSearchArgListTooLong][Details]] | TWiki:Main.PeterThoeny | 
    411411| Fix: Security alert: User could gain view access rights of another user. [[http://TWiki.org/cgi-bin/view/Codev/InsecureViewWithFailedAuthentication][Details]] | TWiki:Main.KimCovil TWiki:Main.PeterThoeny | 
    412 | Fix: 'print to closed file handle' error of log files are not writable. [[http://TWiki.org/cgi-bin/view/Codev/LogAndWarningFilePermissionsGiveBadErrorMessage][Details]] | TWiki:Main.MartinGregory TWiki:Main.SvenDowideit | 
     412| Fix: 'print to closed file handle' error of log files are not writable. [[http://TWiki.org/cgi-bin/view/Codev/LogAndWarningFilePermissionsGiveBadErrorMessage][Details]] | TWiki:Main.MartinGregory Foswiki:Main.SvenDowideit | 
    413413| Fix: Meta data handler can't process CR-LF line endings. [[http://TWiki.org/cgi-bin/view/Codev/MetaDataHandlerCantProcessCrLfLineEndings][Details]] | TWiki:Main.PeterThoeny | 
    414414| Fix: METAFIELD meta data is not shown in view raw=on mode. [[http://TWiki.org/cgi-bin/view/Codev/MetaFieldNotShownInViewRawMode][Details]] | TWiki:Main.PeterThoeny | 
    415415| Fix: Minor XHTML non-compliance in templates and code. [[http://TWiki.org/cgi-bin/view/Codev/MinorXHTMLNonComplianceInTemplates][Details]] | TWiki:Main.PeterThoeny | 
    416416| Fix: Getting pages from virtual hosts fails. [[http://TWiki.org/cgi-bin/view/Codev/NetCantGetURLFromVhosts][Details]] | TWiki:Main.JohnTalintyre | 
    417 | Fix: Create new web fails if !RCS files do not exist. [[http://TWiki.org/cgi-bin/view/Codev/NewWebFailsIfTemplateRCSIsDeleted][Details]] | TWiki:Main.ClausBrunzema TWiki:Main.SvenDowideit | 
     417| Fix: Create new web fails if !RCS files do not exist. [[http://TWiki.org/cgi-bin/view/Codev/NewWebFailsIfTemplateRCSIsDeleted][Details]] | TWiki:Main.ClausBrunzema Foswiki:Main.SvenDowideit | 
    418418| Fix: Metacharacters can be passed through to the shell in File Attach. [[http://TWiki.org/cgi-bin/view/Codev/NoShellCharacterEscapingInFileAttachComment][Details]] | TWiki:Main.PeterThoeny | 
    419419| Fix: Ability to delete non-WikiWord topics without confirmation. [[http://TWiki.org/cgi-bin/view/Codev/NonWikiWordInConfirm][Details]] | TWiki:Main.PeterThoeny | 
    420420| Fix: + symbol in password reset fails. [[http://TWiki.org/cgi-bin/view/Codev/OopsResetPasswdFormat][Details]] | TWiki:Main.PeterThoeny | 
    421 | Fix: Pathinfo cleanup for hosted sites. [[http://TWiki.org/cgi-bin/view/Codev/PathInfoCleanupBug][Details]] | TWiki:Main.MikeSalisbury TWiki:Main.SvenDowideit | 
     421| Fix: Pathinfo cleanup for hosted sites. [[http://TWiki.org/cgi-bin/view/Codev/PathInfoCleanupBug][Details]] | TWiki:Main.MikeSalisbury Foswiki:Main.SvenDowideit | 
    422422| Fix: Software error in SEARCH if regular expression pattern has unmached parenthesis. [[http://TWiki.org/cgi-bin/view/Codev/PatternExtractBug][Details]] | TWiki:Main.PeterThoeny | 
    423423| Fix: Pipe chars in the comment field of the attachment table are not escaped. [[http://TWiki.org/cgi-bin/view/Codev/PipeInCommentInAttachmentTableNotEscaped][Details]] | TWiki:Main.PeterThoeny | 
     
    425425| Fix: Preview expands variables twice. [[http://TWiki.org/cgi-bin/view/Codev/PreviewExpandsVariablesTwice][Details]] | TWiki:Main.PeterThoeny | 
    426426| Fix: Using a proxy with TWiki fails; no proxy-HTTP request, minimal request not HTTP 1.0, requests marked 1.1 are at best 1.0. [[http://TWiki.org/cgi-bin/view/Codev/ProxiedIncludesBrokenImplementationBug][Details]] | TWiki:Main.MichaelSparks TWiki:Main.JohnTalintyre | 
    427 | Fix: Runaway view processes with TWiki::Sore::RcsLite. [[http://TWiki.org/cgi-bin/view/Codev/RcsLiteRunawayViewProcesses][Details]] | TWiki:Main.SvenDowideit | 
     427| Fix: Runaway view processes with TWiki::Sore::RcsLite. [[http://TWiki.org/cgi-bin/view/Codev/RcsLiteRunawayViewProcesses][Details]] | Foswiki:Main.SvenDowideit | 
    428428| Fix: Regex Error in !WebTopicList with topics that have meta characters in the name. [[http://TWiki.org/cgi-bin/view/Codev/RegexErrorWithTopicNamesWithMetaChars][Details]] | TWiki:Main.PeterThoeny | 
    429429| Fix: Rename script misses some ref-by topics. [[http://TWiki.org/cgi-bin/view/Codev/RenameScriptMissesSomeReferrers][Details]] | TWiki:Main.JohnTalintyre | 
    430 | Fix: Links to self within the page being renamed are not changed. [[http://TWiki.org/cgi-bin/view/Codev/RenameSkipsSelf][Details]] | TWiki:Main.SvenDowideit | 
     430| Fix: Links to self within the page being renamed are not changed. [[http://TWiki.org/cgi-bin/view/Codev/RenameSkipsSelf][Details]] | Foswiki:Main.SvenDowideit | 
    431431| Fix: Rename topic does 'Main.Main.UserName' for attachments. [[http://TWiki.org/cgi-bin/view/Codev/RenameTopicDoesMainMainUser][Details]] | TWiki:Main.PeterThoeny | 
    432 | Fix: Revision date is set to Jan 1970 when using RCS Lite. [[http://TWiki.org/cgi-bin/view/Codev/RevisionDateJan1970][Details]] | TWiki:Main.SvenDowideit | 
     432| Fix: Revision date is set to Jan 1970 when using RCS Lite. [[http://TWiki.org/cgi-bin/view/Codev/RevisionDateJan1970][Details]] | Foswiki:Main.SvenDowideit | 
    433433| Fix: The new dynamically-created <nop>SiteMap is very nice, but somewhat slow. [[http://TWiki.org/cgi-bin/view/Codev/SiteMapIsSlow][Details]] | TWiki:Main.PeterThoeny | 
    434434| Fix: The makeAnchorName function did not produce the same results if called iteratively, resulting in problems trying to link to headers.. [[http://TWiki.org/cgi-bin/view/Codev/SpecificLinkIncorrectlyRemovesAnchorUnderscores][Details]] | TWiki:Main.WalterMundt | 
    435435| Fix: Statistics page does not provide links to non-wikiword topics. [[http://TWiki.org/cgi-bin/view/Codev/StatisticsDoesNotLinkNonWikiWordTopics][Details]] | TWiki:Main.PeterThoeny | 
    436436| Fix: Make TOC link URI references relative. [[http://TWiki.org/cgi-bin/view/Codev/TOCLinkURIRefsNotRelative][Details]] | TWiki:Main.MartinGregory TWiki:Main.PeterThoeny | 
    437 | Fix: TWiki hangs when used on Apache 2.0. [[http://TWiki.org/cgi-bin/view/Codev/TWikiOnApache2dot0Hangs][Details]] | TWiki:Main.SvenDowideit | 
     437| Fix: TWiki hangs when used on Apache 2.0. [[http://TWiki.org/cgi-bin/view/Codev/TWikiOnApache2dot0Hangs][Details]] | Foswiki:Main.SvenDowideit | 
    438438| Fix: TOC incorrectly strips out links in headers. [[http://TWiki.org/cgi-bin/view/Codev/TocMishandlesStrippingLinks][Details]] | TWiki:Main.PeterThoeny | 
    439439| Fix: The HTML tags that are generated by TOC do not close properly. [[http://TWiki.org/cgi-bin/view/Codev/TocNotClosedProperly][Details]] | TWiki:Main.PeterThoeny | 
    440 | Fix: TOC on INCLUDEd topic ignores STOPINCLUDE. [[http://TWiki.org/cgi-bin/view/Codev/TocWithParameterIgnoresStopinclude][Details]] | TWiki:Main.WillNorris TWiki:Main.PeterThoeny | 
     440| Fix: TOC on INCLUDEd topic ignores STOPINCLUDE. [[http://TWiki.org/cgi-bin/view/Codev/TocWithParameterIgnoresStopinclude][Details]] | Foswiki:Main.WillNorris TWiki:Main.PeterThoeny | 
    441441| Fix: Quotes in tooltip message can break a TWiki form. [[http://TWiki.org/cgi-bin/view/Codev/TooltipCanBreakForm][Details]] | TWiki:Main.PeterThoeny | 
    442 | Fix: Better error message if the file attachment directory is not writable. [[http://TWiki.org/cgi-bin/view/Codev/UninitializedValueInRcsFile][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.SvenDowideit | 
    443 | Fix: Image size of PNG files. [[http://TWiki.org/cgi-bin/view/Codev/UploadDoesNotGenerateImageSizeOfPngs][Details]] | TWiki:Main.ArthurClemens | 
     442| Fix: Better error message if the file attachment directory is not writable. [[http://TWiki.org/cgi-bin/view/Codev/UninitializedValueInRcsFile][Details]] | Foswiki:Main.CrawfordCurrie Foswiki:Main.SvenDowideit | 
     443| Fix: Image size of PNG files. [[http://TWiki.org/cgi-bin/view/Codev/UploadDoesNotGenerateImageSizeOfPngs][Details]] | Foswiki:Main.ArthurClemens | 
    444444| Fix: The testenv script distinguishes between real user ID and effective user ID. [[http://TWiki.org/cgi-bin/view/Codev/UseEffectiveUIDInTestenv][Details]] | TWiki:Main.RichardDonkin | 
    445 | Fix: Variables in square bracket links dont work in form fields. [[http://TWiki.org/cgi-bin/view/Codev/VariableInSquareBracketLinkDoestWorkInFormField][Details]] | TWiki:Main.SvenDowideit | 
     445| Fix: Variables in square bracket links dont work in form fields. [[http://TWiki.org/cgi-bin/view/Codev/VariableInSquareBracketLinkDoestWorkInFormField][Details]] | Foswiki:Main.SvenDowideit | 
    446446| Fix: Variable with Parameters in Form Fields Disappear. [[http://TWiki.org/cgi-bin/view/Codev/VariableWithParamsInFormFieldsDisappear][Details]] | TWiki:Main.PeterThoeny | 
    447447| Fix: Verbatim tag should escape HTML entities. [[http://TWiki.org/cgi-bin/view/Codev/VerbatimShouldEscapeHtmlEntities][Details]] | TWiki:Main.PeterThoeny | 
    448448| Fix: Field names of TWiki Forms can be !WikiWords, this is used to link to a help topic. [[http://TWiki.org/cgi-bin/view/Codev/WebDotTopicFormFieldNamesDontWork][Details]] | TWiki:Main.PeterThoeny | 
    449 | Fix: Clean up the !WebRssBase INCLUDES to use VARIABLES set in !TWikiPreferences. [[http://TWiki.org/cgi-bin/view/Codev/WebRssBaseDcFieldsWrong][Details]] | TWiki:Main.SvenDowideit | 
    450 | Fix: Resolving variables in included topics. [[http://TWiki.org/cgi-bin/view/Codev/WrongInternalTagOrder][Details]] | TWiki:Main.OliverKrueger TWiki:Main.SvenDowideit | 
     449| Fix: Clean up the !WebRssBase INCLUDES to use VARIABLES set in !TWikiPreferences. [[http://TWiki.org/cgi-bin/view/Codev/WebRssBaseDcFieldsWrong][Details]] | Foswiki:Main.SvenDowideit | 
     450| Fix: Resolving variables in included topics. [[http://TWiki.org/cgi-bin/view/Codev/WrongInternalTagOrder][Details]] | Foswiki:Main.OliverKrueger Foswiki:Main.SvenDowideit | 
    451451 
    452452#BeijingRelease 
     
    459459   * *31 Dec 2002* - TWiki:Main.PeterThoeny 
    460460      * New =%<nop>NOAUTOLINK%= setting in the %WIKIPREFSTOPIC% to disable the auto-linking of WikiWords 
    461    * *29 Dec 2002* - TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny, TWiki:Main.RichardDonkin, TWiki:Main.SvenDowideit 
     461   * *29 Dec 2002* - TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny, TWiki:Main.RichardDonkin, Foswiki:Main.SvenDowideit 
    462462      * New Plugin hooks =registrationHandler=, =beforeEditHandler=, =afterEditHandler=, =beforeSaveHandler=, =writeHeaderHandler=, =redirectCgiQueryHandler=, =getSessionValueHandler=, =setSessionValueHandler= 
    463463   * *30 Nov 2002* - TWiki:Main.RichardDonkin 
  • trunk/core/data/System/SkinTemplates.txt

    r1314 r1327  
    112112---+++ TMPL:INCLUDE recursion for piecewise customisation, or mixing in new features 
    113113 
    114 If there is recursion in the TMPL:INCLUDE chain (eg foswiki.classic.tmpl contains =%<nop>TMPL:INCLUDE{"twiki"}%=, the templating system will include the next twiki.SKIN in the skin path.  
     114If there is recursion in the TMPL:INCLUDE chain (eg view.tmpl contains =%<nop>TMPL:INCLUDE{"foswiki"}%=, the templating system will include the next SKIN in the skin path.  
    115115For example, to create a customisation of pattern skin, where you _only_ want to over-ride the breadcrumbs for the view script, you can create only a view.yourlocal.tmpl: 
    116116<verbatim> 
  • trunk/core/data/System/Skins.txt

    r1320 r1327  
    9292---+++ Partial customisation, or adding in new features to an existing skin 
    9393 
    94 You can use recusion in the TMPL:INCLUDE chain (eg foswiki.classic.tmpl contains =%<nop>TMPL:INCLUDE{"twiki"}%=, the templating system will include the next twiki.SKIN in the skin path.  
     94You can use recusion in the TMPL:INCLUDE chain (eg view.tmpl contains =%<nop>TMPL:INCLUDE{"foswiki"}%=, the templating system will include the next SKIN in the skin path.  
    9595For example, to create a customisation of pattern skin, where you _only_ want to remove the edit & WYSIWYG buttons from view page, you create only a =view.yourlocal.tmpl=: 
    9696<verbatim> 
     
    9999%TMPL:DEF{"edit_wysiwyg_link"}%%TMPL:END% 
    100100</verbatim> 
    101 and then set =SKIN=yourlocal,pattern=. 
    102  
    103 Because ClassicSkin and the default templates use the same Template definition names, you can over-ride the edit links in them (or any skin derived from them) using the same =view.yourlocal.tmpl= (just set SKIN=yourlocal,classic either in %USERSWEB%.SitePreferences for globally, or a Web's <nop>Webname.<nop>WebPreferences for a particular web)  
     101and then set =SKIN=yourlocal,pattern= 
    104102 
    105103---++ Settings in Skins 
  • trunk/core/data/System/StandardColors.txt

    r1314 r1327  
    115115</table> 
    116116 
    117 See TWiki:Codev.ColorScheme for links to web sites with web safe palettes, scheme generators, and other color tools and reference. 
    118  
    119117*Related web sites:* 
    120118   * http://html-color-codes.info/ - map of hexadecimal color codes, with color picker 
  • trunk/core/data/System/VarICON.txt

    r683 r1327  
    1010      * =%<nop>ICON{"smile.pdf"}%= returns %ICON{"smile.pdf"}% 
    1111      * =%<nop>ICON{"/dont/you/dare/smile.pdf"}%= returns %ICON{"/dont/you/dare/smile.pdf"}% 
    12       * =%<nop>ICON{"http://twiki.org/doc/xhtml.xsl"}%= returns %ICON{"http://twiki.org/doc/xhtml.xsl"}% 
     12      * =%<nop>ICON{"http://trunk.foswiki.org/pub/System/DocumentGraphics/xsl.gif"}%= returns %ICON{"http://trunk.foswiki.org/pub/System/DocumentGraphics/xsl.gif"}% 
    1313   * Graphic samples: %ICON{"arrowbright"}% =arrowbright=, %ICON{"bubble"}% =bubble=, %ICON{"choice-yes"}% =choice-yes=, %ICON{"hand"}% =hand= 
    1414   * File type samples: %ICON{"bmp"}% =bmp=, %ICON{"doc"}% =doc=, %ICON{"gif"}% =gif=, %ICON{"hlp"}% =hlp=, %ICON{"html"}% =html=, %ICON{"mp3"}% =mp3=, %ICON{"pdf"}% =pdf=, %ICON{"ppt"}% =ppt=, %ICON{"txt"}% =txt=, %ICON{"xls"}% =xls=, %ICON{"xml"}% =xml=, %ICON{"zip"}% =zip= 
  • trunk/core/data/System/WebSearch.txt

    r1206 r1327  
    2020<table id="foswikiSearchTable" border="0" cellspacing="0" cellpadding="0"> 
    2121<tr> 
    22 <td colspan="2" class="twikiFirstRow"> 
     22<td colspan="2" class="foswikiFirstRow"> 
    2323  <input type="text" class="foswikiInputField" name="search" value="%URLPARAM{ "search" encode="entity" }%" size="40" />  
    2424  <input type="submit" class="foswikiSubmit" value='%MAKETEXT{"Search"}%' /><span class="foswikiSmall">&nbsp;&nbsp;<a href='%SCRIPTURL{view}%/%INCLUDINGWEB%/WebSearchAdvanced?search=%URLPARAM{"search" encode="url"}%;type=%URLPARAM{"type" encode="url" default="word"}%;scope=%URLPARAM{"scope" encode="url"}%;web=%URLPARAM{"web" encode="url"}%;nosearch=%URLPARAM{"nosearch" encode="url"}%'>%MAKETEXT{"Advanced search"}%</a> | [[%SYSTEMWEB%.SearchHelp][%MAKETEXT{"Help"}%]]</span> 
  • trunk/core/data/TestCases/TestCaseAutoSearch.txt

    r1206 r1327  
    2626<div class="foswikiSummary foswikiGrayText">This is a test fixture topic, used in TestCaseAutoSearch hit me with your rhythm stick hit me! hit me! schmerz ist gut, ich liebe dich hit me! hit me! hit me! ...</div><!--/foswikiSummary--></div><!--/foswikiBottomRow--></div> 
    2727<!--/patternSearchResult--> 
    28 <div class="patternSearchResultCount" class="twikiBottomResultCount" >Number of topics: <span class="foswikiSearchResultCount">2</span></div><!--/patternSearchResultCount--> 
     28<div class="patternSearchResultCount" class="foswikiBottomResultCount" >Number of topics: <span class="foswikiSearchResultCount">2</span></div><!--/patternSearchResultCount--> 
    2929<!-- /expected --> 
    3030---++ Actual 
  • trunk/core/data/TestCases/TestCaseTWikiJavascripts.txt

    r1206 r1327  
    541541 
    542542 
    543 ---++ twiki.Window 
    544 <script language="javascript" src="%PUBURL%/%SYSTEMWEB%/JavascriptFiles/twikiWindow.js"></script> 
    545  
    546 ---+++ twiki.Window.openPopup 
     543---++ foswiki.Window 
     544<script language="javascript" src="%PUBURL%/%SYSTEMWEB%/JavascriptFiles/foswikiWindow.js"></script> 
     545 
     546---+++ foswiki.Window.openPopup 
    547547 
    548548<button class="foswikiButton testopenPopup">Test open window</button> 
     
    554554/*<![CDATA[*/ 
    555555        function openPopup() { 
    556                 var win = twiki.Window.openPopup( 
     556                var win = foswiki.Window.openPopup( 
    557557                "%SCRIPTURL{view}%/", 
    558558                { 
     
    582582     
    583583    function testOpenPopupWithInvalidArgs() { 
    584         var win = twiki.Window.openPopup(); 
     584        var win = foswiki.Window.openPopup(); 
    585585        assertNull("No url passed should result in null", win); 
    586586    } 
     
    687687        expiryDate.setDate(expiryDate.getDate() + 1); 
    688688                var path = "/"; 
    689                 var domain = "twiki4.visiblearea.com"; 
     689                var domain = "foswiki.org"; 
    690690        foswiki.Pref.setCookie(name, value, expiryDate, path, domain); 
    691691        var cookie = foswiki.Pref.getCookie(name); 
     
    732732---+++ foswiki.CSS.removeClass, foswiki.CSS.getClassList 
    733733 
    734 <div id="twikiCSSremoveClass" class="someClass foswikiSmall otherClass">text</div> 
     734<div id="foswikiCSSremoveClass" class="someClass foswikiSmall otherClass">text</div> 
    735735 
    736736<script language="javascript"> 
    737737/*<![CDATA[*/ 
    738738    function testRemoveClassWithValidArgs() { 
    739         var el = document.getElementById("twikiCSSremoveClass"); 
     739        var el = document.getElementById("foswikiCSSremoveClass"); 
    740740        foswiki.CSS.removeClass(el, "foswikiSmall"); 
    741741        var classList = foswiki.CSS.getClassList(el); 
     
    749749---+++ foswiki.CSS.addClass 
    750750 
    751 <div id="twikiCSSaddClass">text</div> 
     751<div id="foswikiCSSaddClass">text</div> 
    752752 
    753753<script language="javascript"> 
    754754/*<![CDATA[*/ 
    755755    function testAddClassWithValidArgs() { 
    756         var el = document.getElementById("twikiCSSaddClass"); 
     756        var el = document.getElementById("foswikiCSSaddClass"); 
    757757        foswiki.CSS.addClass(el, "foswikiSmall"); 
    758758        foswiki.CSS.addClass(el, "secondClass"); 
     
    767767---+++ foswiki.CSS.replaceClass 
    768768 
    769 <div id="twikiCSSreplaceClass" class="someClass replaceThisClass otherClass">text</div> 
     769<div id="foswikiCSSreplaceClass" class="someClass replaceThisClass otherClass">text</div> 
    770770 
    771771<script language="javascript"> 
    772772/*<![CDATA[*/ 
    773773    function testReplaceClassWithValidArgs() { 
    774         var el = document.getElementById("twikiCSSreplaceClass"); 
     774        var el = document.getElementById("foswikiCSSreplaceClass"); 
    775775        foswiki.CSS.replaceClass(el, "replaceThisClass", "myClass"); 
    776776        var classList = foswiki.CSS.getClassList(el); 
     
    784784---+++ foswiki.CSS.setClassList 
    785785 
    786 <div id="twikiCSSsetClassList">text</div> 
     786<div id="foswikiCSSsetClassList">text</div> 
    787787 
    788788<script language="javascript"> 
    789789/*<![CDATA[*/ 
    790790    function testSetClassListWithValidArgs() { 
    791         var el = document.getElementById("twikiCSSsetClassList"); 
     791        var el = document.getElementById("foswikiCSSsetClassList"); 
    792792        var classList = []; 
    793793        classList.push("classOne"); 
     
    804804---+++ foswiki.CSS.hasClass 
    805805 
    806 <div id="twikiCSShasClass" class="classOne classTwo">text</div> 
     806<div id="foswikiCSShasClass" class="classOne classTwo">text</div> 
    807807 
    808808<script language="javascript"> 
    809809/*<![CDATA[*/ 
    810810    function testHasClassWithValidArgs() { 
    811         var el = document.getElementById("twikiCSShasClass"); 
     811        var el = document.getElementById("foswikiCSShasClass"); 
    812812        assertTrue("Has class 1", foswiki.CSS.hasClass(el, "classOne")); 
    813813        assertTrue("Has class 2", foswiki.CSS.hasClass(el, "classTwo")); 
  • trunk/core/data/TestCases/WebHome.txt

    r482 r1327  
    22---+ !TestCases Web 
    33 
    4 If you are here, you want to test this version of TWiki. This web is held in the TWiki Subversion repository, so: 
     4If you are here, you want to test this version of Foswiki. This web is held in the Foswiki Subversion repository, so: 
    55   1 You must manually ensure that all topics in this web are readable and writable by the apache user 
    66   1 New topics must be manually added to the Subversion repository. 
    77      * Only check in =.txt= files. You must _not_ check in ,v files. Topic histories will be maintained in Subversion. 
    8    1 If you use TWiki to edit topics (_not_ recommended) you must: 
    9       * Manually maintain the =META:TOPICINFO= of all topics in this web so that the =author= is =ProjectContributor= and the =version= is the SVN keyword =$<nop>Rev$=. _Do not_ allow TWiki to overwrite this info. 
     8   1 If you use Foswiki to edit topics (_not_ recommended) you must: 
     9      * Manually maintain the =META:TOPICINFO= of all topics in this web so that the =author= is =ProjectContributor= and the =version= is the SVN keyword =$<nop>Rev$=. _Do not_ allow Foswiki to overwrite this info. 
    1010      * Remove all ctrl+M's before checking in. 
    1111 
    12 The integration testcases are an important assistant to TWiki testing. However they should _not_ be regarded as the only required testing; manual testing, by a user interacting with TWiki, is also key, as are unit tests. 
     12The integration testcases are an important assistant to Foswiki testing. However they should _not_ be regarded as the only required testing; manual testing, by a user interacting with Foswiki, is also key, as are unit tests. 
    1313 
    1414Integration testcases are of two kinds; manual, and automatic. Automatic testcases are _strongly_ preferred. 
     
    2222*Manual* testcases simply document a series of steps that have to be performed to execute the test, sometimes with links in to help the process (for an example see TestCaseAmISane). 
    2323 
    24 *Automatic* testcases are designed for testing TWiki rendering. They can be visited and manually checked just like manual testcases, but also include markers that indicate to the %SYSTEMWEB%.TestFixturePlugin what is _expected_ output versus what TWiki _actually_ produces. See %SYSTEMWEB%.TestFixturePlugin for details, and view [[%SCRIPTURL{"view"}%/%WEB%/TestCaseAutoWikiWordRendering?raw=on][TestCaseAutoWikiWordRendering]] raw for a good example. Automatic testcase topics should also contain a link that allows the testcase to be run: <code>[<nop>[%<nop>SCRIPTURL%/view%<nop>SCRIPTSUFFIX%/%<nop>WEB%/%<nop>TOPIC%?test=compare&amp;debugenableplugins=TestFixturePlugin&skin=pattern][run this test]]</code> 
     24*Automatic* testcases are designed for testing Foswiki rendering. They can be visited and manually checked just like manual testcases, but also include markers that indicate to the %SYSTEMWEB%.TestFixturePlugin what is _expected_ output versus what Foswiki _actually_ produces. See %SYSTEMWEB%.TestFixturePlugin for details, and view [[%SCRIPTURL{"view"}%/%WEB%/TestCaseAutoWikiWordRendering?raw=on][TestCaseAutoWikiWordRendering]] raw for a good example. Automatic testcase topics should also contain a link that allows the testcase to be run: <code>[<nop>[%<nop>SCRIPTURL%/view%<nop>SCRIPTSUFFIX%/%<nop>WEB%/%<nop>TOPIC%?test=compare&amp;debugenableplugins=TestFixturePlugin&skin=pattern][run this test]]</code> 
    2525 
    2626Automatic testcases may be run by clicking on the =run= link for the testcase in the table below. The testcases are run with _no plugins enabled_. 
  • trunk/core/data/TestCases/WebLeftBar.txt

    r763 r1327  
    77%INCLUDE{CreateNewTestCaseForm}% 
    88 
    9 <img src="%PUBURL%/TWiki/DocumentGraphics/recentchanges.gif" /> [[%SCRIPTURL{"changes"}%/%WEB%/][Changes]]<br/> 
    10 <img src="%PUBURL%/TWiki/DocumentGraphics/home.gif" /> [[%HOMETOPIC%][%WEB%]] &middot; [[WebTopicList][Topics]]<br/> 
    11 <img src="%PUBURL%/TWiki/DocumentGraphics/home.gif" /> [[%SYSTEMWEB%.%HOMETOPIC%][TWiki]] 
     9<img src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/recentchanges.gif" /> [[%SCRIPTURL{"changes"}%/%WEB%/][Changes]]<br/> 
     10<img src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/home.gif" /> [[%HOMETOPIC%][%WEB%]] &middot; [[WebTopicList][Topics]]<br/> 
     11<img src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/home.gif" /> [[%SYSTEMWEB%.%HOMETOPIC%][%SYSTEMWEB%]] 
    1212 
    1313   * *Admin topics* 
  • trunk/core/data/TestCases/WebPreferences.txt

    r1314 r1327  
    2020                * If yes, Set SITEMAPLIST = =on=, and add the "what" and "use to..." description for the site map. Make sure to list only links that include the name of the web, e.g. %WEB%.Topic links. 
    2121                * Set SITEMAPLIST = on 
    22                 * Set SITEMAPWHAT = Test Cases for TWiki  
    23                 * Set SITEMAPUSETO = Test TWiki.  
     22                * Set SITEMAPWHAT = Test Cases for Foswiki  
     23                * Set SITEMAPUSETO = Test Foswiki.  
    2424 
    2525        * Exclude web from a =web="all"= search: (Set to =on= for hidden webs) 
  • trunk/core/data/TestCases/WebStatistics.txt

    r1314 r1327  
    88*Notes:* 
    99   * Do not edit this topic, it is updated automatically. (You can also [[%SCRIPTURL{"statistics"}%/%WEB%][force]] an update) 
    10    * [[%SYSTEMWEB%.TWikiSiteTools#WebStatistics_site_statistics][TWikiSiteTools]] tells you how to enable the automatic updates of the statistics. 
     10   * [[%SYSTEMWEB%.SiteTools#WebStatistics_site_statistics][SiteTools]] tells you how to enable the automatic updates of the statistics. 
    1111        * Suggestion: You could archive this topic once a year and delete the previous year's statistics from the table. 
    1212 
  • trunk/core/data/mime.types

    r14 r1327  
    1 # This file is used to convert a TWiki file attachment 
     1# This file is used to convert a Foswiki file attachment 
    22# file type into the MIME type, which is returned to 
    33# the browser. The file format is identical to the  
     
    55# web server that is compatible with this format it  
    66# is recommended to use the mime.types file of the  
    7 # web server instead. Set the location in lib/TWiki.cfg 
     7# web server instead. Set the location in lib/LocalSite.cfg 
    88# file. 
    99 
  • trunk/core/pub/System/JavascriptFiles/foswiki.js

    r985 r1327  
    5454var ALLOWED_URL_CHARS = MIXED_ALPHANUM_CHARS + "-_^"; 
    5555 
    56 // TWiki namespace 
    57 var TWiki = {}; 
     56// Foswiki namespace 
     57var Foswiki = {}; 
    5858 
    5959// Chain a new load handler onto the existing handler chain 
     
    286286<code>var myValue = myPageQuery.getValue("param1")</code> 
    287287*/ 
    288 TWiki.PageQuery = function (q) { 
     288Foswiki.PageQuery = function (q) { 
    289289        if (q.length > 1) { 
    290290                this.q = q.substring(1, q.length); 
     
    299299        } 
    300300} 
    301 TWiki.PageQuery.prototype.getKeyValuePairs = function() { 
     301Foswiki.PageQuery.prototype.getKeyValuePairs = function() { 
    302302        return this.keyValuePairs; 
    303303} 
     
    305305@return The query string value; if not found returns -1. 
    306306*/ 
    307 TWiki.PageQuery.prototype.getValue = function (s) { 
     307Foswiki.PageQuery.prototype.getValue = function (s) { 
    308308        for(var j=0; j < this.keyValuePairs.length; j++) { 
    309309                if(this.keyValuePairs[j].split(/=/)[0] == s) 
     
    312312        return -1; 
    313313} 
    314 TWiki.PageQuery.prototype.getParameters = function () { 
     314Foswiki.PageQuery.prototype.getParameters = function () { 
    315315        var a = new Array(this.getLength()); 
    316316        for(var j=0; j < this.keyValuePairs.length; j++) { 
     
    319319        return a; 
    320320} 
    321 TWiki.PageQuery.prototype.getLength = function() { 
     321Foswiki.PageQuery.prototype.getLength = function() { 
    322322        return this.keyValuePairs.length; 
    323323} 
     
    361361 
    362362/** 
    363 Writes a TWiki preference value. If the TWiki preference of given name already exists, a new value is written. If the preference name is new, a new preference is created. 
     363Writes a Foswiki preference value. If the Foswiki preference of given name already exists, a new value is written. If the preference name is new, a new preference is created. 
    364364Characters '|' and '=' are reserved as separators. 
    365365@param inPrefName (String): name of the preference to write, for instance 'SHOWATTACHMENTS' 
     
    459459 
    460460/** 
    461 Gets the TWiki pref cookie; creates a new cookie if it does not exist. 
    462 @return The TWiki pref cookie. 
     461Gets the Foswiki pref cookie; creates a new cookie if it does not exist. 
     462@return The Foswiki pref cookie. 
    463463*/ 
    464464function _getPrefCookie () { 
  • trunk/core/pub/System/JavascriptFiles/foswikiCSS.js

    r985 r1327  
    8686         
    8787        /** 
    88         See: twiki.Array.indexOf 
    89         Function copied here to prevent extra dependency on twiki.Array. 
     88        See: foswiki.Array.indexOf 
     89        Function copied here to prevent extra dependency on foswiki.Array. 
    9090        */ 
    9191        _indexOf:function(inArray, el) { 
  • trunk/core/pub/System/SkinTemplates/default.css

    r1206 r1327  
    7878 
    7979/*      ----------------------------------------------------------- 
    80         TWiki styles 
     80        Foswiki styles 
    8181        -----------------------------------------------------------     */ 
    8282 
     
    278278} 
    279279/* Unchanged */ 
    280 .twikiDiffUnchangedHeader, 
     280.foswikiDiffUnchangedHeader, 
    281281tr.foswikiDiffDebug .foswikiDiffUnchangedText { 
    282282        color:#8E9195; 
     
    564564} 
    565565 
    566 .twikiHierarchicalNavigation ul { 
     566.foswikiHierarchicalNavigation ul { 
    567567        padding:0; 
    568568        margin:0; 
    569569        list-style:none; 
    570570} 
    571 .twikiHierarchicalNavigation .twikiCurrentTopic li { 
     571.foswikiHierarchicalNavigation .foswikiCurrentTopic li { 
    572572        font-weight:bold; 
    573573} 
    574 .twikiHierarchicalNavigation .twikiParentTopic li {} 
    575 .twikiHierarchicalNavigation .twikiChildTopics li {} 
     574.foswikiHierarchicalNavigation .foswikiParentTopic li {} 
     575.foswikiHierarchicalNavigation .foswikiChildTopics li {} 
    576576 
    577577 
     
    605605        border-style:solid; 
    606606} 
    607 .twikiCopyright { 
     607.foswikiCopyright { 
    608608        margin:1em 0 0 0; 
    609609} 
  • trunk/core/pub/_work_areas/README

    r14 r1327  
    1 This is the TWiki plugins work area. By default there is a .htaccess file here 
     1This is the Foswiki plugins work area. By default there is a .htaccess file here 
    22that prevents web access to the files in this directory. Individual plugins 
    33can choose whether to publish their files using local .htaccess files in 
  • trunk/core/templates/edit.tmpl

    r1206 r1327  
    1414 
    1515%{ if an editor plugin sets EDITOR_MESSAGE, then use it }% 
    16 %TMPL:DEF{"textarea"}%%IF{"defined 'EDITOR_MESSAGE'" then="<div class='foswikiAlert'>%EDITOR_MESSAGE%</div>"}%<div class="twikiEditTextarea"><textarea class="foswikiTextarea foswikiEditboxStyleProportional" id="topic" name="text" rows="%EDITBOXHEIGHT%" cols="%EDITBOXWIDTH%" style='%EDITBOXSTYLE%'>%TEXT%</textarea></div><!--/twikiEditTextarea-->%TMPL:END% 
     16%TMPL:DEF{"textarea"}%%IF{"defined 'EDITOR_MESSAGE'" then="<div class='foswikiAlert'>%EDITOR_MESSAGE%</div>"}%<div class="foswikiEditTextarea"><textarea class="foswikiTextarea foswikiEditboxStyleProportional" id="topic" name="text" rows="%EDITBOXHEIGHT%" cols="%EDITBOXWIDTH%" style='%EDITBOXSTYLE%'>%TEXT%</textarea></div><!--/foswikiEditTextarea-->%TMPL:END% 
    1717 
    1818 
  • trunk/core/templates/foswiki.tmpl

    r1206 r1327  
    6868<div class="foswikiLeft"> %WEB%&nbsp; %TOPIC% %TMPL:P{"titleaction"}%</div><br class="foswikiClear" /> </div></div>%TMPL:P{"headerhelp"}%%TMPL:END% 
    6969 
    70 %TMPL:DEF{"copyright"}%<div class="twikiCopyright">%WEBCOPYRIGHT%</div>%TMPL:END% 
     70%TMPL:DEF{"copyright"}%<div class="foswikiCopyright">%WEBCOPYRIGHT%</div>%TMPL:END% 
    7171 
    7272%TMPL:DEF{"footernote"}%%TMPL:END% 
  • trunk/core/templates/login.sudo.tmpl

    r1206 r1327  
    11%{ This is a default template }%%TMPL:INCLUDE{"login"}% 
    22 
    3 %TMPL:DEF{"webaction"}%%MAKETEXT{"Admin TWiki User Authentication"}%%TMPL:END% 
     3%TMPL:DEF{"webaction"}%%MAKETEXT{"Admin Foswiki User Authentication"}%%TMPL:END% 
    44%TMPL:DEF{"LOGGED_IN_BANNER"}%%MAKETEXT{"[_1] is currently logged in" args="%USERSWEB%.%WIKINAME%"}%%TMPL:END% 
    55%TMPL:DEF{"UNRECOGNISED_USER"}%%MAKETEXT{"Unrecognised user and/or password"}%%TMPL:END% 
  • trunk/core/templates/login.tmpl

    r1206 r1327  
    11%{ This is a default template }%%TMPL:INCLUDE{"foswiki"}% 
    22 
    3 %TMPL:DEF{"webaction"}%%MAKETEXT{"TWiki User Authentication"}%%TMPL:END% 
     3%TMPL:DEF{"webaction"}%%MAKETEXT{"Foswiki User Authentication"}%%TMPL:END% 
    44%TMPL:DEF{"titleaction"}%%MAKETEXT{"(login)"}% %TMPL:END% 
    55%TMPL:DEF{"LOG_IN_BANNER"}%%TMPL:END% 
     
    2525 
    2626 
    27 %TMPL:DEF{"errorstep"}%%IF{"defined BANNER AND $BANNER != ''" then='<div class="foswikiNotification foswikiAlert foswikiUnvisited twikiLoginNotification">%BANNER%%IF{"defined ERROR AND $ERROR != ''" then='<!--%TMPL:P{"error"}%-->'}%</div>'}%%TMPL:END% 
     27%TMPL:DEF{"errorstep"}%%IF{"defined BANNER AND $BANNER != ''" then='<div class="foswikiNotification foswikiAlert foswikiUnvisited foswikiLoginNotification">%BANNER%%IF{"defined ERROR AND $ERROR != ''" then='<!--%TMPL:P{"error"}%-->'}%</div>'}%%TMPL:END% 
    2828 
    2929%TMPL:DEF{"error"}%%MAKETEXT{"Error: [_1]" args="%ERROR%"}%%TMPL:END% 
     
    7171%TMPL:DEF{"submit"}%<input tabindex='4' type='submit' class='foswikiSubmit' value='%MAKETEXT{"Logon"}%' />%TMPL:END% 
    7272 
    73 %{ please keep the spaces between the div and the TMPL seealsonote, it allows TWiki to process the emailaddress }% 
     73%{ please keep the spaces between the div and the TMPL seealsonote, it allows Foswiki to process the emailaddress }% 
    7474%TMPL:DEF{"seealsostep"}%<div class="foswikiFormStep foswikiGrayText foswikiLast"> %TMPL:P{"seealsonote"}% </div><!-- /foswikiFormStep-->%TMPL:END% 
    7575 
  • trunk/core/templates/mailresetpassword.tmpl

    r14 r1327  
    11%{ This is a default template }%From: %WIKIWEBMASTERNAME% <%WIKIWEBMASTER%> 
    22To: %FIRSTLASTNAME% <%EMAILADDRESS%> 
    3 Subject: %MAKETEXT{"TWiki password reset for [_1]" args="%WIKINAME%"}% 
     3Subject: %MAKETEXT{"Foswiki password reset for [_1]" args="%WIKINAME%"}% 
    44 
    55%MAKETEXT{"Dear [_1]" args="%WIKINAME%"}% 
  • trunk/core/templates/messages.tmpl

    r1320 r1327  
    2929%MAKETEXT{"Those changes have been merged with yours to create Rev [_1]. Text fields will have been merged, but other data such as form fields may have overwritten the other users changes. Please inspect the topic to make sure it is OK, especially if you made any changes to form fields." args="%PARAM3%"}% 
    3030 
    31 %MAKETEXT{"Confirm your changes using TWiki's ~[~[[_1]~]~[topic history comparison tool (diff)~]~]." args="%SCRIPTURLPATH{"rdiff"}%/%WEB%/%TOPIC%?rev1=%PARAM1%;rev2=%PARAM3%"}% 
     31%MAKETEXT{"Confirm your changes using Foswiki's ~[~[[_1]~]~[topic history comparison tool (diff)~]~]." args="%SCRIPTURLPATH{"rdiff"}%/%WEB%/%TOPIC%?rev1=%PARAM1%;rev2=%PARAM3%"}% 
    3232 
    3333%TMPL:P{"oktopicaction"}% 
     
    161161%TMPL:DEF{"thanks"}% 
    162162---+++ %MAKETEXT{"Thank you for registering"}% 
    163    * %MAKETEXT{"Your personal TWiki topic [_1] has been created" args="%USERSWEB%.%PARAM2%"}% <br /> 
     163   * %MAKETEXT{"Your personal Foswiki topic [_1] has been created" args="%USERSWEB%.%PARAM2%"}% <br /> 
    164164     %MAKETEXT{"(*Suggestion:* How about uploading your picture to your topic?)"}% 
    165165   * %MAKETEXT{"You are also listed in the [_1] topic" args="%USERSWEB%.%WIKIUSERSTOPIC%"}% 
     
    175175 
    176176%IF{ 
    177   "{LoginManager} = 'TWiki::LoginManager::ApacheLogin'" 
     177  "{LoginManager} = 'Foswiki::LoginManager::ApacheLogin'" 
    178178  then="%MAKETEXT{"You may need to close your browser to make this change take effect."}%" 
    179179}% 
     
    184184---+++ %MAKETEXT{"Password could not be changed"}% 
    185185 
    186 %MAKETEXT{"Your system may not support changing passwords through TWiki. Check with your Wiki administrator."}% 
     186%MAKETEXT{"Your system may not support changing passwords through Foswiki. Check with your Wiki administrator."}% 
    187187 
    188188*[[%TOPIC%][%MAKETEXT{"OK"}%]]* 
     
    361361 
    362362*%MAKETEXT{"Note:"}%* 
    363 %MAKETEXT{"In some cases, TWiki changes the name of the uploaded file to make it safe and accessible across all platforms:"}% 
     363%MAKETEXT{"In some cases, Foswiki changes the name of the uploaded file to make it safe and accessible across all platforms:"}% 
    364364   * %MAKETEXT{"Spaces are replaced by underscores"}% 
    365365   * %MAKETEXT{"A =.txt= extension is appended to some filenames for security reasons"}% 
     
    423423%MAKETEXT{"If you received a link to this topic in an e-mail or just want to look at the topic, ~[~[[_1]~]~[cancel save~]~] to go to [_2]." args="%WEB%.%TOPIC%, <nop>%TOPIC%"}% 
    424424 
    425 %MAKETEXT{"If you are developing a <nop>TWikiApplication, see [_1] for a description of the correct parameters." args="%SYSTEMWEB%.TWikiScripts#%PARAM1%"}% 
     425%MAKETEXT{"If you are developing a Foswiki application, see [_1] for a description of the correct parameters." args="%SYSTEMWEB%.CommandAndCGIScripts#%PARAM1%"}% 
    426426 
    427427%TMPL:END% 
     
    485485%TMPL:DEF{"no_such_web"}% 
    486486---++ %MAKETEXT{"The [_1] web does not exist" args="\"%WEB%\""}% 
    487 %MAKETEXT{"A [_1] is divided into webs; each one represents one subject, one area of collaboration. You are trying to [_2] in a web that does not exist." args="%SYSTEMWEB%.TWikiSite, '%PARAM1%'"}% 
     487%MAKETEXT{"A Foswiki site is divided into webs; each one represents one subject, one area of collaboration. You are trying to [_1] in a web that does not exist." args="'%PARAM1%'"}% 
    488488 
    489489---+++ %MAKETEXT{"If you came here by clicking on a question mark link"}% 
  • trunk/core/working/tmp/README

    r14 r1327  
    1 This is the directory where TWiki stores session files and passthrough files. 
     1This is the directory where Foswiki stores session files and passthrough files. 
    22These are security-sensitive temporary files, and should *not* be browseable 
    33from the web, or accessible to anyone on the server except the webserver 
Note: See TracChangeset for help on using the changeset viewer.