none
[openafs-wiki.git] / TWiki / TWikiHistory.mdwn
index fc74ff0..31c4b0c 100644 (file)
@@ -1,4 +1,4 @@
-**History of the TWiki Implementation**
+**History of the TWiki Implementation (version TWiki-4.1.2, Sat, 03 Mar 2007, build 13046)**
 
 - [[PeterThoeny]] - 23 Jul 1998: Installed initial version, based on the JOS Wiki. See [[WikiWikiClones]] for details.
 - [[PeterThoeny]] - 27 Jul 1998: Added automatic links to topics in other TWiki webs by specifying <web name>.<topic name>, e.g. `Know.WebSeach` .
   </tr>
 </table>
 - [[PeterThoeny]] - 31 Aug 1999: Fixed [[Y2K]] bug. (Date in year 2000 had wrong format.)
+- [[PeterThoeny]] - 03 Oct 1999: Limit the number of revisions shown at the bottom of the topic. Example: <br /> Topic %TOPIC% . \{ ..... | [Diffs](../../rdiff/%WEB%/%TOPIC%) | r1.10 | [&gt;](../../rdiff/%WEB%/%TOPIC%?rev1=1.10&rev2=1.9) | [r1.9](../../view/%WEB%/%TOPIC%?rev=1.9) | [&gt;](../../rdiff/%WEB%/%TOPIC%?rev1=1.9&rev2=1.8) | [r1.8](../../view/%WEB%/%TOPIC%?rev=1.8) | [&gt;](../../rdiff/%WEB%/%TOPIC%?rev1=1.8&rev2=1.7) | [r1.7](../../view/%WEB%/%TOPIC%?rev=1.7) | [&gt;...](../../oops/%WEB%/%TOPIC%?template=oopsrev&param1=1.10) \} <br /> Additional revisions can be selected by pressing the `>...` link.
+- [[PeterThoeny]] - 10 Jan 2000: No more escaping for '%' percent characters. (Number of consecutive '%' entered and displayed is identical.)
+- [[PeterThoeny]] - 24 Jan 2000: Fixed bug where an email address starting with a [[WikiName]] was rendered as an internal Wiki link instead of an email address, i.e. <SomeWikiName@somewhere.test> .
+- [[PeterThoeny]] - 29 Jan 2000: Fixed bug where TWiki would not initialize correctly under certain circumstances, i.e. when running it under mod\_perl. Sub `initialize` in `wiki.pm` did not handle `$thePathInfo` correctly.
+- [[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.)
+- [[PeterThoeny]] - 07 Feb 2000: Inline search. New variable `%SEARCH{"str" ...}%` 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.
+- [[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 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.
+- [[JohnAltstadt]], [[PeterThoeny]] - 21 Apr 2000: [[TWikiRegistration]] is done separately for Intranet use (depends on remote\_user) or Internet use (depends on .htpasswd file).
+- [[PeterThoeny]] - 21 Apr 2000: New [[TWikiVariables]] `%HTTP_HOST%` , `%REMOTE_ADDR%` , `%REMOTE_PORT%` and `%REMOTE_USER%` .
+- [[KevinKinnell]] - 02 May 2000: Advanced search (under construction)
+- [[PeterFokkinga]] - 15 May 2000: Each topic can have its own template file. [[TWikiTemplates]] has more.
+- [[PeterThoeny]] - 28 May 2000: Lock warning shows remaining lock time in minutes.
+- [[PeterThoeny]] - 29 May 2000: New `%GMTIME%` variable that shows the current GM time.
 
 **Related Topics**
 
@@ -57,4 +76,4 @@
 - [[TWikiPlannedFeatures]] has a list of planned features.
 - [[TWikiEnhancementRequests]] is the place where you can add your enhancement requests.
 
--- [[PeterThoeny]] - 31 Aug 1999 <br />
+-- [[PeterThoeny]] - 29 May 2000 <br />