From 3e9e23b3e82127f1983eba37801286442667892c Mon Sep 17 00:00:00 2001 From: Peter Thoeny Date: Tue, 21 Mar 2000 00:26:52 +0000 Subject: none --- TWiki/TWikiHistory.mdwn | 8 +++++--- 1 file 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 %INCLUDE:"filename.ext"% to %INCLUDE\{"filename.ext"\}% . (Previous syntax still supported. Change was done because of inline search syntax) * [[Main/PeterThoeny]] - 11 Feb 2000: New variable %SCRIPTURLPATH% / $scriptUrlPath containing the script URL without the domain name. Templates have been changed to use this variable instead of %SCRIPTURL% . This is for performance reasons. * [[Main/PeterThoeny]] - 11 Feb 2000: New variable %SCRIPTSUFFIX% / $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 %EDITBOXWIDTH% and %EDITBOXWIDTH% 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 %EDITBOXWIDTH% and %EDITBOXHEIGHT% 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 %ATTACHLINKBOX% 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
+-- [[Main/PeterThoeny]] - 20 Mar 2000
-- cgit v1.2.3