**History of the TWiki Implementation (version TWiki-4.1.2, Sat, 03 Mar 2007, build 13046)**
+- [[PeterThoeny]] - 07 Jun 2001: New topic templates are now topics instead of templates, e.g. can be customized by editing a topic. Retired `notedited.tmpl`, `notext.tmpl` and `notwiki.tmpl` templates. More in [[TWikiTemplates]].
+- [[PeterThoeny]] - 07 Jun 2001: New `%TOPICLIST{"format"}%` and `%WEBLIST{"format"}%` variables to get a formatted topic index and web index, respectively. More in [[TWikiVariables]].
- [[PeterThoeny]] - 01 Jun 2001: New `%URLPARAM{"name"}%` variable to query URL parameters. More in [[TWikiVariables]].
- [[PeterThoeny]] - 27 Mar 2001: The table syntax has been enhanced to (i) render <code>**| \*bold\* |**</code> cells as table headers, (ii) render space padded cells <code>**| center aligned |**</code> and <code>**| right aligned |**</code>, (iii) span multiple columns using <code>**| empty cells |||**</code>. More in [[TextFormattingRules]].
- [[PeterThoeny]] - 25 Mar 2001: Security fix: Questionable files like PHP scripts (executables) and <code>**.htaccess**</code> files that are attached to a topic get a <code>**.txt**</code> suffix appended to the file name. See also [TWiki:Codev.FileAttachmentFilterSecurityAlert](http://TWiki.org/cgi-bin/view/Codev/FileAttachmentFilterSecurityAlert)