diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2000-03-21 00:26:52 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2000-03-21 00:26:52 +0000 |
commit | 3e9e23b3e82127f1983eba37801286442667892c (patch) | |
tree | bee57d7cefcab1f720cb6e44c8dad7871b743153 /TWiki | |
parent | 1cacf06c1953d797db923c2379e7a2c5e17bc9ae (diff) |
none
Diffstat (limited to 'TWiki')
-rw-r--r-- | TWiki/TWikiHistory.mdwn | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/TWiki/TWikiHistory.mdwn b/TWiki/TWikiHistory.mdwn index 6d6db1a2..327c1165 100644 --- a/TWiki/TWikiHistory.mdwn +++ b/TWiki/TWikiHistory.mdwn @@ -59,8 +59,10 @@ * [[Main/PeterThoeny]] - 07 Feb 2000: Changed the syntax for server side include variable from <code>%INCLUDE:"filename.ext"%</code> to <code>%INCLUDE\{"filename.ext"\}%</code> . (Previous syntax still supported. Change was done because of inline search syntax) * [[Main/PeterThoeny]] - 11 Feb 2000: New variable <code>%SCRIPTURLPATH%</code> / $scriptUrlPath containing the script URL without the domain name. Templates have been changed to use this variable instead of <code>%SCRIPTURL%</code> . This is for performance reasons. * [[Main/PeterThoeny]] - 11 Feb 2000: New variable <code>%SCRIPTSUFFIX%</code> / $scriptSuffix containing an optional file extension of the TWiki Perl script. Templates have been changed to use this variable. This allows you to rename the Perl script files to have a file extension like for example ".cgi". -* [[Main/PeterThoeny]] - 25 Feb 2000: Edit preferences topics to set TWiki variables. There are three level of preferences: Site-level ([[TWikiPreferences]]), web-level ([[WebPreferences]] in each web) and user-level (for each of the [[TWikiUsers]]). With this, discontinue use of server side include of `wikiwebs.inc` , `wikiwebtable.inc` , `weblist.inc` , `webcopyright.inc` and `webcolors.inc` files. -* [[Main/PeterThoeny]] - 25 Feb 2000: New preference variables <code>%EDITBOXWIDTH%</code> and <code>%EDITBOXWIDTH%</code> to specify the edit box size. +* [[Main/PeterThoeny]] - 25 Feb 2000: Edit preferences topics to set TWiki variables. There are three level of preferences: Site-level ([[TWikiPreferences]]), web-level ([[WebPreferences]] in each web) and user-level preferences (for each of the [[TWikiUsers]]). With this, discontinue use of server side include of `wikiwebs.inc` , `wikiwebtable.inc` , `weblist.inc` , `webcopyright.inc` and `webcolors.inc` files. +* [[Main/PeterThoeny]] - 25 Feb 2000: New preference variables <code>%EDITBOXWIDTH%</code> and <code>%EDITBOXHEIGHT%</code> to specify the edit box size. +* [[Main/PeterThoeny]] - 11 Mar 2000: Better security with taint checking ( `Perl -T` option ) +* [[Main/PeterThoeny]] - 20 Mar 2000: Uploading a file (topic file attachment) will optionally create a link to the uploaded file at the end of the topic. The preference variable <code>%ATTACHLINKBOX%</code> controls the default state of the **_link_** check box in the attach file page. **Related Topics** @@ -68,4 +70,4 @@ * [[TWikiPlannedFeatures]] has a list of planned features. * [[TWikiEnhancementRequests]] is the place where you can add your enhancement requests. --- [[Main/PeterThoeny]] - 27 Feb 2000 <br /> +-- [[Main/PeterThoeny]] - 20 Mar 2000 <br /> |