none
authorPeterThoeny <PeterThoeny>
Tue, 21 Mar 2000 00:34:06 +0000 (00:34 +0000)
committerPeterThoeny <PeterThoeny>
Tue, 21 Mar 2000 00:34:06 +0000 (00:34 +0000)
Main/TWikiGuest.mdwn
TWiki/TWikiHistory.mdwn

index 147a1f6..529b18e 100644 (file)
@@ -1,11 +1,13 @@
 A guest of this TWiki web, not unlike yourself. You can leave your trace behind you, just add your name in [[TWikiUsers]] and create your own page.
 
-**_Personal Preferences_**
+**_Personal Preferences (details in [[TWikiVariables]])_**
 
 - Horizontal size of text edit box:
   - Set EDITBOXWIDTH = 70
 - Vertical size of text edit box:
   - Set EDITBOXHEIGHT = 17
+- Default state of the **_link_** check box in the attach file page:
+  - Set ATTACHLINKBOX =
 
 **_Related Topics_**
 
index d312e50..d572cf4 100644 (file)
 - [[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)
 - [[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.
 - [[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".
-- [[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.
-- [[PeterThoeny]] - 25 Feb 2000: New preference variables `%EDITBOXWIDTH%` and `%EDITBOXWIDTH%` to specify the edit box size.
+- [[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.
+- [[PeterThoeny]] - 25 Feb 2000: New preference variables `%EDITBOXWIDTH%` and `%EDITBOXHEIGHT%` to specify the edit box size.
+- [[PeterThoeny]] - 11 Mar 2000: Better security with taint checking ( `Perl -T` option )
+- [[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.
 
--- [[PeterThoeny]] - 27 Feb 2000 <br />
+-- [[PeterThoeny]] - 20 Mar 2000 <br />