<div>
<ul>
- <li><a href="#2001"> 2001</a></li>
- <li><a href="#2000"> 2000</a></li>
- <li><a href="#1999"> 1999</a></li>
- <li><a href="#1998"> 1998</a></li>
+ <li><a href="#01-Sep-2001 Release"> 01-Sep-2001 Release</a></li>
+ <li><a href="#01-Dec-2000 Release"> 01-Dec-2000 Release</a></li>
+ <li><a href="#01-May-2000 Release"> 01-May-2000 Release</a></li>
+ <li><a href="#01-Sep-1999 Release"> 01-Sep-1999 Release</a></li>
+ <li><a href="#01-Jul-1999 Release"> 01-Jul-1999 Release</a></li>
+ <li><a href="#1998 Releases"> 1998 Releases</a></li>
<li><a href="#Dev Flow"> Dev Flow</a></li>
</ul>
</div>
-## <a name="2001"></a> 2001
+## <a name="01-Sep-2001 Release"></a> 01-Sep-2001 Release
-- **Apr-Aug 2001** - [[JohnTalintyre]]
+- **30 Aug 2001** - [[JohnTalintyre]]
- Easier install for Windows, including auto detection in `TWiki.cfg`
- **30 Aug 2001** - [[JohnTalintyre]]
- Ability to move attachments between topics, see [[FileAttachments]]
- New `%TOPICLIST{"format"}%` and `%WEBLIST{"format"}%` variables to get a formatted topic index and web index, respectively. More in [[TWikiVariables]].
- **01 Jun 2001** - [[PeterThoeny]]
- New `%URLPARAM{"name"}%` variable to query URL parameters. More in [[TWikiVariables]].
-- **Apr/Jun 2001** - [[AndreaSterbini]]
+- **01 Jun 2001** - [[AndreaSterbini]]
- API to extend TWiki, see [[TWikiPluginAPI|Main/TWikiPlugins#PluginAPI]]
-- **Jun 2001** - [[KlausWriessnegger]], [[AndreaSterbini]]
+- **01 Jun 2001** - [[KlausWriessnegger]], [[AndreaSterbini]]
- Forms to change/reset/install passwords, see [[ChangePassword]] & [[ResetPassword]]
-- **May 2001** - [[AndreaSterbini]]
+- **01 May 2001** - [[AndreaSterbini]]
- The [[TWikiAdminGroup]] (or other group) can be enabled as a [[SuperAdminGroup|Main/TWikiAccessControl#SuperAdminGroup]]. Members have browser edit access to _all_ locked topics.
-- **Apr/May 2001** - [[JohnTalintyre]]
+- **01 May 2001** - [[JohnTalintyre]]
- Meta information format, see [[TWikiMetaData]]
-- **Mar/May 2001** - [[JohnTalintyre]]
+- **01 May 2001** - [[JohnTalintyre]]
- Attachment under revision control See [[FileAttachment]]
-- **Mar/May 2001** - [[JohnTalintyre]]
+- **01 May 2001** - [[JohnTalintyre]]
- Ability to rename/move topics, [[ManagingTopics]]
- **27 Mar 2001** - [[PeterThoeny]]
- The table syntax has been enhanced to (i) render `= *bold* =` cells as table headers, (ii) render space padded cells `= center aligned =` and `= right aligned =`, (iii) span multiple columns using `= empty cells =`. More in [[TextFormattingRules]].
- Better error handling when saving a topic.
- **05 Jan 2001** - [[PeterThoeny]]
- View authorization based on groups. Define who is allowed to see a TWiki web. More in [[TWikiAccessControl]] and [TWiki:Codev.AuthenticationBasedOnGroups](http://TWiki.org/cgi-bin/view/Codev/AuthenticationBasedOnGroups).
-
-## <a name="2000"></a> 2000
-
- **05 Dec 2000** - [[PeterThoeny]]
- Improved include handling. Infinite recursion of includes are prevented; new variables `%BASEWEB%`, `%INCLUDINGWEB%`, `%BASETOPIC%` and `%INCLUDINGTOPIC%` to have more control over include handling. More in [[TWikiVariables]] and [TWiki:Codev.IncludeHandlingImprovements](http://TWiki.org/cgi-bin/view/Codev/IncludeHandlingImprovements).
- **03 Dec 2000** - [[PeterThoeny]]
- New `noheader="on"` switch in `%SEARCH{...}%` to suppress table header. More in [[TWikiVariables]].
+
+## <a name="01-Dec-2000 Release"></a> 01-Dec-2000 Release
+
- **03 Nov 2000** - [[PeterThoeny]]
- Flag `$doHidePasswdInRegistration` in `wikicfg.pm` to hide plain text password in registration email.
- **01 Nov 2000** - [[PeterThoeny]]
- Each topic can have its own template file. [[TWikiTemplatesVer1]] has more.
- **02 May 2000** - [[KevinKinnell]], [[PeterThoeny]]
- Advanced search features like search multiple webs; sort by topic name / modified time / author; limit the number of results returned. More in [[TWikiVariables]].
+
+## <a name="01-May-2000 Release"></a> 01-May-2000 Release
+
- **21 Apr 2000** - [[PeterThoeny]]
- New [[TWikiVariables]] `%HTTP_HOST%` , `%REMOTE_ADDR%` , `%REMOTE_PORT%` and `%REMOTE_USER%` .
- **21 Apr 2000** - [[JohnAltstadt]], [[PeterThoeny]]
- 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> .
- **10 Jan 2000** - [[PeterThoeny]]
- No more escaping for '%' percent characters. (Number of consecutive '%' entered and displayed is identical.)
-
-## <a name="1999"></a> 1999
-
- **03 Oct 1999** - [[PeterThoeny]]
- Limit the number of revisions shown at the bottom of the topic. Example <br /> Topic %TOPIC% . \{ ..... [Diffs](../../rdiff/%WEB%/%TOPIC%) r1.10 [>](../../rdiff/%WEB%/%TOPIC%?rev1=1.10&rev2=1.9) [r1.9](../../view/%WEB%/%TOPIC%?rev=1.9) [>](../../rdiff/%WEB%/%TOPIC%?rev1=1.9&rev2=1.8) [r1.8](../../view/%WEB%/%TOPIC%?rev=1.8) [>](../../rdiff/%WEB%/%TOPIC%?rev1=1.8&rev2=1.7) [r1.7](../../view/%WEB%/%TOPIC%?rev=1.7) [>...](../../oops/%WEB%/%TOPIC%?template=oopsrev¶m1=1.10) \} <br /> Additional revisions can be selected by pressing the `>...` link.
+
+## <a name="01-Sep-1999 Release"></a> 01-Sep-1999 Release
+
- **31 Aug 1999** - [[PeterThoeny]]
- Fixed [[Y2K]] bug. (Date in year 2000 had wrong format.)
- **08 Aug 1999** - [[PeterThoeny]]
- Search path for include files in `%INCLUDE:"file.inc"%` variable. Search first in the current web, then in parent data directory. Useful to overload default include text in the data directory by web-specific text, like for example `webcopyright.inc` text.
- **07 Jul 1999** - [[ChristopheVermeulen]]
- Link a plural topic to a singular topic in case the plural topic does not exist. Example `TestVersion` / `TestVersions` , `TestPolicy` / `TestPolicies` , `TestAddress` / `TestAddresses` , `TestBox` / `TestBoxes` .
+
+## <a name="01-Jul-1999 Release"></a> 01-Jul-1999 Release
+
- **23 Jun 1999** - [[PeterThoeny]]
- New [[TextFormattingRules]] to write **_bold italic_** text by enclosing words with double underline characters.
- **23 Jun 1999** - [[PeterThoeny]]
- **04 Jan 1999** - [[PeterThoeny]]
- Fixed bug when viewing differences between topic revisions that include HTML table tags like <table>, <tr>, <td>.
-## <a name="1998"></a> 1998
+## <a name="1998 Releases"></a> 1998 Releases
- **08 Dec 1998** - [[PeterThoeny]]
- Signature is shown below the text area when editing a topic. Use this to easily copy & paste your signature into the text.