none
[openafs-wiki.git] / TWiki / TWikiHistory.mdwn
index a8abcb2..f2b9e7e 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` .
 - [[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.
+- [[CrisBailiff]], [[PeterThoeny]] - 21 Jun 2000: Fixed security issue to prevent a server side `%INCLUDE%` of arbitrary files.
+- [[PeterThoeny]] - 21 Jun 2000: Fixed problem that a page redirect on some server environments is not working (host name is needed in URL).
+- [[PeterThoeny]] - 07 Jul 2000: Fixed problem of losing carriage returns when editing topics with KDE KFM browser or [[W3M]] browser.
+- [[PeterThoeny]] - 07 Jul 2000: Added an "Unlock topic" checkbox in preview to let other people edit the topic immediately without the one hour lock.
+- [[PeterThoeny]] - 22 Jul 2000: Split the TWiki.Main web into TWiki.Main (users, company data) and TWiki.TWiki (TWiki related documentation, registration)
+- [[PeterThoeny]] - 22 Jul 2000: More forgiving syntax for <code>\*bold\*, _italic_, \_\_bold italic\_\_</code> and <code>**fixed**</code> , where it is not necessary anymore to have a trailing space before `.,;:?!` characters.
+- [[PeterThoeny]] - 23 Jul 2000: [[BookView]] search allows you show a set of topics for easy printing.
+- [[PeterThoeny]] - 23 Jul 2000: Changed include syntax from `%INCLUDE{"Web/TopicName.txt"}%` to `%INCLUDE{"Web.TopicName"}%`
 
 **Related Topics**
 
@@ -66,4 +84,4 @@
 - [[TWikiPlannedFeatures]] has a list of planned features.
 - [[TWikiEnhancementRequests]] is the place where you can add your enhancement requests.
 
--- [[PeterThoeny]] - 11 Feb 2000 <br />
+-- [[PeterThoeny]] - 23 Jul 2000 <br />