|
- 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 |
|
< < | -- PeterThoeny - 27 Feb 2000
|
> > | -- PeterThoeny - 20 Mar 2000
|