summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TWiki/TWikiHistory.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/TWiki/TWikiHistory.mdwn b/TWiki/TWikiHistory.mdwn
index b9f6db84..c1d0ef7f 100644
--- a/TWiki/TWikiHistory.mdwn
+++ b/TWiki/TWikiHistory.mdwn
@@ -57,6 +57,8 @@
* [[Main/PeterThoeny]] - 04 Feb 2000: Access statistics. Each web has a [[WebStatistics]] topic that shows monthy statistics with number of topic views and changes, most popular topics, and top contributors. (It needs to be enabled, [[TWikiDocumentation]] has more.)
* [[Main/PeterThoeny]] - 07 Feb 2000: Inline search. New variable <code>%SEARCH\{"str" ...\}%</code> to show a search result embedded in a topic text. [[TWikiVariables]] has more on the syntax. Inline search combined with the category table feature can be used for example to create a simple bug tracking system.
* [[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".
**Related Topics**
@@ -64,4 +66,4 @@
* [[TWikiPlannedFeatures]] has a list of planned features.
* [[TWikiEnhancementRequests]] is the place where you can add your enhancement requests.
--- [[Main/PeterThoeny]] - 07 Feb 2000 <br />
+-- [[Main/PeterThoeny]] - 11 Feb 2000 <br />