none
[openafs-wiki.git] / TWiki / TWikiHistory.mdwn
1 <font> **TWiki History: The Dev Timeline** </font>
2
3 <div>
4   <ul>
5     <li><a href="#2001"> 2001</a></li>
6     <li><a href="#2000"> 2000</a></li>
7     <li><a href="#1999"> 1999</a></li>
8     <li><a href="#1998"> 1998</a></li>
9     <li><a href="#Dev Flow"> Dev Flow</a></li>
10   </ul>
11 </div>
12
13 ## <a name="2001"></a> 2001
14
15 - **Apr-Aug 2001** - [[JohnTalintyre]]
16   - Easier install for Windows, including auto detection in `TWiki.cfg`
17 - **30 Aug 2001** - [[JohnTalintyre]]
18   - Ability to move attachments between topics, see [[FileAttachments]]
19 - **21 Aug 2001** - [[PeterThoeny]]
20   - Convert to XHTML 1.0 function: first step to XHTML-ifying TWiki
21 - **26 Jun 2001** - [[JohnTalintyre]]
22   - Category information to forms using the [[TWikiMetaData]] format, see [[TWikiFormTemplate]]
23 - **07 Jun 2001** - [[PeterThoeny]]
24   - New topic templates as topics instead of templates. Customize by editing the topic. Retired `notedited.tmpl`, `notext.tmpl` and `notwiki.tmpl` templates. More in [[TWikiTemplateSystem]].
25 - **07 Jun 2001** - [[PeterThoeny]]
26   - New `%TOPICLIST{"format"}%` and `%WEBLIST{"format"}%` variables to get a formatted topic index and web index, respectively. More in [[TWikiVariables]].
27 - **01 Jun 2001** - [[PeterThoeny]]
28   - New `%URLPARAM{"name"}%` variable to query URL parameters. More in [[TWikiVariables]].
29 - **Apr/Jun 2001** - [[AndreaSterbini]]
30   - API to extend TWiki, see [[TWikiPluginAPI|Main/TWikiPlugins#PluginAPI]]
31 - **Jun 2001** - [KlausWriessnegger](http://TWiki.org/cgi-bin/view/Main/KlausWriessnegger), [[AndreaSterbini]]
32   - Forms to change/reset/install passwords, see [[ChangePassword]] &amp; [[ResetPassword]]
33 - **May 2001** - [[AndreaSterbini]]
34   - The [[TWikiAdminGroup]] (or other group) can be enabled as a [[SuperAdminGroup|Main/TWikiAccessControl#SuperAdminGroup]]. Members have browser edit access to _all_ locked topics.
35 - **Apr/May 2001** - [[JohnTalintyre]]
36   - Meta information format, see [[TWikiMetaData]]
37 - **Mar/May 2001** - [[JohnTalintyre]]
38   - Attachment under revision control See [[FileAttachment]]
39 - **Mar/May 2001** - [[JohnTalintyre]]
40   - Ability to rename/move topics, [[ManagingTopics]]
41 - **27 Mar 2001** - [[PeterThoeny]]
42   - 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]].
43 - **25 Mar 2001** - [[PeterThoeny]]
44   - 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 \[[http://TWiki.org/cgi-bin/view/Codev/FileAttachmentFilterSecurityAlert]\[TWiki:Codev.FileAttachmentFilterSecurityAlert
45 - **28 Feb 2001** - [[AndreaSterbini]], [[PeterThoeny]]
46   - New Wiki rule for headings, i.e. `---++ My Title`; and new `%TOC%` variable to build a table of content from headings in a topic. More in [[TWikiVariables]].
47 - **28 Feb 2001** - [[PeterThoeny]]
48   - New Wiki rule to specify arbitrary text for external links (i.e. `[[http://TWki.org][TWiki`) and internal links (i.e `[[WikiSyntax][syntax`). More in [[TWikiVariables]].
49 - **28 Feb 2001** - [[PeterThoeny]]
50   - New Wiki rule for named anchors, e.g. links within a topic. Define a named anchor with `#MyAnchor` at the beginning of a line, and link to it with `[[#MyAnchor`. More in [[TWikiVariables]].
51 - **25 Feb 2001** - [[NicholasLee]], [[PeterThoeny]]
52   - Use `Net::SMTP` module instead of `sendmail` if installed.
53 - **01 Feb 2001** - [[PeterThoeny]]
54   - Added `<verbatim>` ... `</verbatim>` tags to show source code "as is". Unlike the `<pre>` ... `</pre>` tags, it also shows `<`, `>`, `&` characters "as is".
55 - **01 Feb 2001** - [[PeterThoeny]]
56   - Fixed [TWiki:Codev.CreateLinkToAttachedFileBug](http://TWiki.org/cgi-bin/view/Codev/CreateLinkToAttachedFileBug).
57 - **21 Jan 2001** - [[PeterThoeny]]
58   - Added a "Minor change, don't notify" checkbox in preview. More in [[DontNotify]].
59 - **21 Jan 2001** - [[PeterThoeny]]
60   - Added Bold Fixed formatting using double-equal signs, e.g. write `==Bold Fixed==` to get <code>**Bold Fixed**</code>.
61 - **20 Jan 2001** - [[PeterThoeny]]
62   - Format changed of `%GMTIME{"..."}%` and `%SERVERTIME{"..."}%` variables. Format is now `"$hour:$min"` instead of `"hour:min"`. More in [[TWikiVariables]]. **_Attention:_** Check your existing topics when you upgrade TWiki!
63 - **18 Jan 2001** - [[PeterThoeny]]
64   - [[WebChanges]], [[WebSearch]] and e-mail notification indicate also the revision number of a topic (i.e. <u>18 Jan 2001 16:43 r1.5</u>), or NEW for a new topic (i.e. i.e. <u>18 Jan 2001 16:43 **NEW**</u>).
65 - **16 Jan 2001** - [[PeterThoeny]]
66   - New variable `%STARTINCLUDE%` and `%STOPINCLUDE%` variables to control what gets included of a topic. More in [[TWikiVariables]].
67 - **16 Jan 2001** - [[PeterThoeny]]
68   - TWiki skins Define a different page layout with a customized header and footer layout, i.e. a `print` skin for a printable view of a topic. More in [[TWikiSkins]] and [TWiki:Codev.TWikiSkins](http://TWiki.org/cgi-bin/view/Codev/TWikiSkins).
69 - **07 Jan 2001** - [[StanleyKnutson]]
70   - Better error handling when saving a topic.
71 - **05 Jan 2001** - [[PeterThoeny]]
72   - 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).
73
74 ## <a name="2000"></a> 2000
75
76 - **05 Dec 2000** - [[PeterThoeny]]
77   - 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).
78 - **03 Dec 2000** - [[PeterThoeny]]
79   - New `noheader="on"` switch in `%SEARCH{...}%` to suppress table header. More in [[TWikiVariables]].
80 - **03 Nov 2000** - [[PeterThoeny]]
81   - Flag `$doHidePasswdInRegistration` in `wikicfg.pm` to hide plain text password in registration email.
82 - **01 Nov 2000** - [[PeterThoeny]]
83   - New variable `%VAR{"NAME" web="Web"}%` to get web specific preferences. More in [[TWikiVariables]].
84 - **01 Nov 2000** - [[PeterThoeny]]
85   - Added a "Cancel" link in edit that releases the edit lock.
86 - **23 Oct 2000** - [[PeterThoeny]]
87   - Authorization based on groups. Define fine graned control who is allowed to change or create topics. More in [[TWikiAccessControl]] and [TWiki:Codev.AuthenticationBasedOnGroups](http://TWiki.org/cgi-bin/view/Codev/AuthenticationBasedOnGroups).
88 - **05 Oct 2000** - [[PeterThoeny]]
89   - Remember user by IP address so that `view` "knows" the user once authenticated in `edit`. More in [[TWikiUserAuthentication]].
90 - **26 Sep 2000** - [[AlWilliams]], [[PeterThoeny]]
91   - Fixed [TWiki:Codev.UppercaseAttachments](http://TWiki.org/cgi-bin/view/Codev/UppercaseAttachments) bug and added `png` image support.
92 - **26 Sep 2000** - [[HaroldGottschalk]], [[AndreaSterbini]], [[PeterThoeny]]
93   - Allow nesting of variables, i.e. `%INCLUDE{"%TWIKIWEB%.TWikiWebsTable"}%`. More in [TWiki:Codev.BetterTWikiTagTemplateProcessing](http://TWiki.org/cgi-bin/view/Codev/BetterTWikiTagTemplateProcessing)
94 - **20 Sep 2000** - [[ManpreetSingh]]
95   - New -q switch in `mailnotify` to suppress all normal output.
96 - **19 Sep 2000** - [[PeterThoeny]]
97   - Fixed [TWiki:Codev.AttachedNotificationLinksBug](http://TWiki.org/cgi-bin/view/Codev/AttachedNotificationLinksBug).
98 - **18 Sep 2000** - [[ManpreetSingh]], [[PeterThoeny]]
99   - Added forced internal links. Write `[[text formatting FAQ` to get the link \[[text formatting FAQ that points to topic [[TextFormattingFAQ]].
100 - **19 Aug 2000** - [[PeterThoeny]]
101   - Ref-By link searches all webs (not just the current web.)
102 - **16 Aug 2000** - [[PeterThoeny]]
103   - New [[TWikiPreferences]] variables `%HTTP_EQUIV_ON_VIEW%` , `%HTTP_EQUIV_ON_EDIT%` and `%HTTP_EQUIV_ON_PREVIEW%` that define the `<meta http-equiv="...">` meta tags for the TWiki templates. This can be used for example to set a document expiration time.
104 - **29 Jul 2000** - [[PeterThoeny]]
105   - New variables `%GMTIME{"..."}%` and `%SERVERTIME{"..."}%` . More in [[TWikiVariables]].
106 - **23 Jul 2000** - [[PeterThoeny]]
107   - Changed include syntax from `%INCLUDE{"Web/TopicName.txt"}%` to `%INCLUDE{"Web.TopicName"}%` . Legacy syntax still supported.
108 - **23 Jul 2000** - [[PeterThoeny]]
109   - [[BookView]] search allows you show a set of topics for easy printing.
110 - **22 Jul 2000** - [[PeterThoeny]]
111   - 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.
112 - **22 Jul 2000** - [[PeterThoeny]]
113   - Split the TWiki.Main web into TWiki.Main (users, company data) and TWiki.TWiki (TWiki related documentation, registration)
114 - **07 Jul 2000** - [[PeterThoeny]]
115   - Added an "Release edit lock" checkbox in preview to let other people edit the topic immediately without the one hour lock.
116 - **07 Jul 2000** - [[PeterThoeny]]
117   - Fixed problem of losing carriage returns when editing topics with KDE KFM browser or [[W3M]] browser.
118 - **21 Jun 2000** - [[PeterThoeny]]
119   - Fixed problem that a page redirect on some server environments is not working (host name is needed in URL).
120 - **21 Jun 2000** - [[CrisBailiff]], [[PeterThoeny]]
121   - Fixed security issue to prevent a server side `%INCLUDE%` of arbitrary files.
122 - **29 May 2000** - [[PeterThoeny]]
123   - New `%GMTIME%` variable that shows the current GM time.
124 - **28 May 2000** - [[PeterThoeny]]
125   - Lock warning shows remaining lock time in minutes.
126 - **15 May 2000** - [[PeterFokkinga]]
127   - Each topic can have its own template file. [[TWikiTemplates]] has more.
128 - **02 May 2000** - [[KevinKinnell]], [[PeterThoeny]]
129   - Advanced search features like search multiple webs; sort by topic name / modified time / author; limit the number of results returned. More in [[TWikiVariables]].
130 - **21 Apr 2000** - [[PeterThoeny]]
131   - New [[TWikiVariables]] `%HTTP_HOST%` , `%REMOTE_ADDR%` , `%REMOTE_PORT%` and `%REMOTE_USER%` .
132 - **21 Apr 2000** - [[JohnAltstadt]], [[PeterThoeny]]
133   - [[TWikiRegistration]] is done separately for Intranet use (depends on remote\_user) or Internet use (depends on .htpasswd file).
134 - **20 Mar 2000** - [[PeterThoeny]]
135   - 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.
136 - **11 Mar 2000** - [[PeterThoeny]]
137   - Better security with taint checking ( `Perl -T` option )
138 - **25 Feb 2000** - [[PeterThoeny]]
139   - New preference variables `%EDITBOXWIDTH%` and `%EDITBOXHEIGHT%` to specify the edit box size.
140 - **25 Feb 2000** - [[PeterThoeny]]
141   - 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.
142 - **11 Feb 2000** - [[PeterThoeny]]
143   - 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".
144 - **11 Feb 2000** - [[PeterThoeny]]
145   - 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.
146 - **07 Feb 2000** - [[PeterThoeny]]
147   - 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)
148 - **07 Feb 2000** - [[PeterThoeny]]
149   - 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.
150 - **04 Feb 2000** - [[PeterThoeny]]
151   - 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.)
152 - **29 Jan 2000** - [[PeterThoeny]]
153   - 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.
154 - **24 Jan 2000** - [[PeterThoeny]]
155   - 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> .
156 - **10 Jan 2000** - [[PeterThoeny]]
157   - No more escaping for '%' percent characters. (Number of consecutive '%' entered and displayed is identical.)
158
159 ## <a name="1999"></a> 1999
160
161 - **03 Oct 1999** - [[PeterThoeny]]
162   - 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.
163 - **31 Aug 1999** - [[PeterThoeny]]
164   - Fixed [[Y2K]] bug. (Date in year 2000 had wrong format.)
165 - **08 Aug 1999** - [[PeterThoeny]]
166   - New text formatting rule for creating tables. Text gets rendered as a table if enclosed in " " vertical bars. Example line as it is written and how it shows up
167 - **03 Aug 1999** - [[PeterThoeny]]
168   - Online registration of new user using web form in [[TWikiRegistration]]. Authentication of users.
169 - **22 Jul 1999** - [[PeterThoeny]]
170   - Flags `$doLogTopic*` in wikicfg.pm to selectively log topic view, edit, save, rdiff, attach, search and changes to monthly log file.
171 - **21 Jul 1999** - [[PeterThoeny]]
172   - Flag `$doRemovePortNumber` in wikicfg.pm to optionally remove the port number from the TWiki URL. Example `www.some.domain:1234/twiki` gets `www.some.domain/twiki` .
173 - **15 Jul 1999** - [[PeterThoeny]]
174   - 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.
175 - **07 Jul 1999** - [[ChristopheVermeulen]]
176   - 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` .
177 - **23 Jun 1999** - [[PeterThoeny]]
178   - New [[TextFormattingRules]] to write **_bold italic_** text by enclosing words with double underline characters.
179 - **23 Jun 1999** - [[PeterThoeny]]
180   - Separate wiki.pm into configuration (wikicfg.pm) and TWiki core (wiki.pm) . This is to ease the upgrade of TWiki installations, it also allows customized extensions to TWiki without affecting the TWiki core.
181 - **21 May 1999** - [[DavidWarman]]
182   - Externalize copyright text at the bottom of every page into a web-specific `webcopyright.inc` file. This is to easily customize the copyright text.
183 - **20 May 1999** - [[PeterThoeny]]
184   - Added meta tag so that robots index only /view/ of topics, not /edit/, /attach/ e.t.c. Tag &lt;META NAME="ROBOTS" CONTENT="NOINDEX"&gt;
185 - **20 May 1999** - [[PeterThoeny]]
186   - New variables `%WIKIHOMEURL%` (link when pressing the icon on the upper left corner) and `%WIKITOOLNAME%` (the name of the wiki tool `%WIKITOOLNAME%` ).
187 - **15 Apr 1999** - [[PeterThoeny]]
188   - Topic locking Warn user if a topic has been edited by an _other_ person within _one_ hour. This is to prevent contention, e.g. simultaneous topic updates.
189 - **26 Mar 1999** - [[PeterThoeny]]
190   - File attachments Upload and download any file as a topic attachment by using the browser. [[FileAttachment]] has more.
191 - **26 Mar 1999** - [[PeterThoeny]]
192   - New variables `%PUBURL%` (Public directory URL) and `%ATTACHURL%` (URL of topic file attachment).
193 - **09 Feb 1999** - [[PeterThoeny]]
194   - New text formatting rule for creating `fixed font text` . Words get showns in `fixed font` by enclosing them in "=" equal signs. Example Writing =fixed font= will show up as `fixed font` .
195 - **09 Feb 1999** - [[PeterThoeny]]
196   - No new topic revision is created if the _same_ person saves a topic again within _one_ hour.
197 - **03 Feb 1999** - [[PeterThoeny]]
198   - Possible to view complete revision history of a topic on one page. Access at the linked date in the Changes page, or the `Diffs` link at the bottom of each topic, e.g. <br /><code> Topic TWikiHistory . \{ Edit Ref-By Diffs r1.3 &gt; r1.2 &gt; r1.1 \} <br /> Revision r1.3 1998/11/10 01:34 by PeterThoeny </code>
199 - **04 Jan 1999** - [[PeterThoeny]]
200   - Fixed bug when viewing differences between topic revisions that include HTML table tags like &lt;table&gt;, &lt;tr&gt;, &lt;td&gt;.
201
202 ## <a name="1998"></a> 1998
203
204 - **08 Dec 1998** - [[PeterThoeny]]
205   - Signature is shown below the text area when editing a topic. Use this to easily copy &amp; paste your signature into the text.
206 - **07 Dec 1998** - [[PeterThoeny]]
207   - Possible to add a category table to a TWiki topic. This permits storing and searching for more structured information. Editing a topic shows a HTML form with the usual text area and a table with selectors, checkboxes, radio buttons and text fields. [[TWikiDocumentation]] has more on setup. The TWiki.Know web uses this category table to set classification, platform and OS version.
208 - **18 Nov 1998** - [[PeterThoeny]]
209   - Internal log of topic save actions to the file `data/logYYYYMM.txt`, where `YYYYMM` the year and month in numeric format is. Intended for auditing only, not accessible from the web.
210 - **10 Nov 1998** - [[PeterThoeny]]
211   - The email notification and the Changes topic have now a topic date that is linked. Clicking on the link will show the difference between the two most recent topic revisions.
212 - **10 Nov 1998** - [[PeterThoeny]]
213   - View differences between topic revisions. Each topic has a list of revisions (e.g. `r1.3`) and differences thereof (e.g. `>`) at the bottom <br /><code> Topic TWikiHistory . \{ Edit Ref-By r1.3 &gt; r1.2 &gt; r1.1 \} <br /> Revision r1.3 1998/11/10 01:34 by [[PeterThoeny]] </code>
214 - **26 Oct 1998** - [[PeterThoeny]]
215   - Added preview of topic changes before saving the topic. This was necessary to prevent unneeded revisions.
216 - **26 Oct 1998** - [[PeterThoeny]]
217   - Added revision control using RCS. Each topic has now a list of revisions at the bottom and a revision info, e.g. <br /><code> Topic TWikiHistory . \{ Edit Ref-By r1.3 r1.2 r1.1 \} <br /> Revision r1.3 1998/10/26 01:34:00 by [[PeterThoeny]] </code>
218 - **14 Oct 1998** - [[PeterThoeny]]
219   - Refered-By Find out which topics have a link to the current topic. Each topic has a Ref-By link for that. Note Only references from the current web are shown, not references from other webs.
220 - **13 Oct 1998** - [[PeterThoeny]]
221   - Alphabetical topic index in [[WebSearch]].
222 - **24 Sep 1998** - [[PeterThoeny]]
223   - Corrected templates for automatic email notification so that MS Outlook can display attachment as an HTML file.
224 - **13 Aug 1998** - [[PeterThoeny]]
225   - [[WikiNotation]] allows also numbers after the `AaA` sequence, e.g. `AaA1` is a valid [[WikiTopic]] name, but not `Aa1`.
226 - **07 Aug 1998** - [[PeterThoeny]]
227   - Automatic email notification when something has changed in a TWiki web. Each web has a topic [[WebNotify]] where one can subscribe and unsubscribe.
228 - **06 Aug 1998** - [[PeterThoeny]]
229   - Added server side include of files. Syntax is `%INCLUDE:"filename.ext"%`
230 - **05 Aug 1998** - [[PeterThoeny]]
231   - Signature and date is inserted automatically when creating a new topic.
232 - **04 Aug 1998** - [[PeterThoeny]]
233   - Separate templates for text of non existing topic and default text of new topic. (template file templates/Web/notedited.tmpl)
234 - **04 Aug 1998** - [[PeterThoeny]]
235   - Warn user if new topic name is not a valid Wiki name. (template file templates/Web/notwiki.tmpl)
236 - **31 Jul 1998** - [[PeterThoeny]]
237   - Support for quoted text with a '&gt;' at the beginning of the line.
238 - **28 Jul 1998** - [[PeterThoeny]]
239   - Added TWiki variables, enclosed in % signs `%TOPIC%` (Topic name), `%WEB%` (web name), `%SCRIPTURL%` (script URL), `%DATE%` (current date), `%WIKIWEBMASTER%` (Wiki webmaster address), `%WIKIVERSION%` (Wiki version), `%USERNAME%` (user name), `%WIKIUSERNAME%` (Wiki user name).
240 - **28 Jul 1998** - [[PeterThoeny]]
241   - Topic [[WebChanges]] shows Wiki username instead of Intranet username, e.g. `PeterThoeny` instead of `thoeny` in case the Wiki username exists. Implementation Automatic lookup of Wiki username in topic [[TWikiUsers]].
242 - **28 Jul 1998** - [[PeterThoeny]]
243   - Topic index. (Technically speaking a simple '.\*' search on topic names.)
244 - **28 Jul 1998** - [[PeterThoeny]]
245   - Topic [[WebSearch]] allows full text search and and topic search with/without regular expressions.
246 - **27 Jul 1998** - [[PeterThoeny]]
247   - Added automatic links to topics in other TWiki webs by specifying &lt;web name&gt;.&lt;topic name&gt;, e.g. `Know.WebSeach` .
248 - **23 Jul 1998** - [[PeterThoeny]]
249   - Installed initial version, based on the JOS Wiki. See [[WikiWikiClones]] for details.
250
251 ## <a name="Dev Flow"></a> Dev Flow
252
253 - [FeatureBrainstorming](http://twiki.org/cgi-bin/view/Codev/FeatureBrainstorming): open forum for new ideas
254 - [TWikiEnhancementRequests](http://twiki.org/cgi-bin/view/Codev/TWikiEnhancementRequests): specific detailed request
255 - [TWikiPlannedFeatures](http://twiki.org/cgi-bin/view/Codev/TWikiPlannedFeatures): accepted for future development
256 - [FeatureToDo](http://twiki.org/cgi-bin/view/Codev/FeatureToDo): prioritized to up-next dev status
257 - [FeatureUnderConstruction](http://twiki.org/cgi-bin/view/Codev/FeatureUnderConstruction): currently in development
258 - [[TWikiDocumentation]]: reference manual for the latest TWiki