none
[openafs-wiki.git] / TWiki / TWikiHistory.mdwn
1 <div>
2   <ul>
3     <li><a href="#Appendix B: TWiki Development Ti"> Appendix B: TWiki Development Timeline</a><ul>
4         <li><a href="#01-Feb-2003 Release (Beijing)"> 01-Feb-2003 Release (Beijing)</a></li>
5         <li><a href="#01-Dec-2001 Release (Athens)"> 01-Dec-2001 Release (Athens)</a></li>
6         <li><a href="#01-Sep-2001 Release"> 01-Sep-2001 Release</a></li>
7         <li><a href="#01-Dec-2000 Release"> 01-Dec-2000 Release</a></li>
8         <li><a href="#01-May-2000 Release"> 01-May-2000 Release</a></li>
9         <li><a href="#01-Sep-1999 Release"> 01-Sep-1999 Release</a></li>
10         <li><a href="#01-Jul-1999 Release"> 01-Jul-1999 Release</a></li>
11         <li><a href="#1998 Releases"> 1998 Releases</a></li>
12         <li><a href="#Dev Flow"> Dev Flow</a></li>
13       </ul>
14     </li>
15   </ul>
16 </div>
17
18 # <a name="Appendix B: TWiki Development Ti"></a> Appendix B: TWiki Development Timeline
19
20 ## <a name="01-Feb-2003 Release (Beijing)"></a> 01-Feb-2003 Release (Beijing)
21
22 - **18 Jan 2003** - [[PeterThoeny]]
23   - Support for `/bin/view/Web.TopicName` topic view URL (besides the default `/bin/view/Web/TopicName` URL); useful for [[InterwikiPlugin]] links like TWiki:Codev.ReadmeFirst
24 - **31 Dec 2002** - [[PeterThoeny]]
25   - Enhanced Plugin API to manipulate topic data with new functions in [[TWikiFuncModule]]: `readTopicText`, `saveTopicText`, `setTopicEditLock`, `checkTopicEditLock`
26 - **31 Dec 2002** - [[PeterThoeny]]
27   - New `%NOAUTOLINK%` setting in the [[TWikiPreferences]] to disable the auto-linking of [[WikiWords]]
28 - **29 Dec 2002** - [[AndreaSterbini]], [[PeterThoeny]], [[RichardDonkin]], [[SvenDowideit]]
29   - New Plugin hooks `registrationHandler`, `beforeEditHandler`, `afterEditHandler`, `beforeSaveHandler`, `writeHeaderHandler`, `redirectCgiQueryHandler`, `getSessionValueHandler`, `setSessionValueHandler`
30 - **30 Nov 2002** - [[RichardDonkin]]
31   - Internationalization ('I18N') support for international characters in [[WikiWords]], such as ISO-8859-15, KOI8-R - also supports Chinese, Japanese, etc.
32 - **25 Nov 2002** - [[PeterThoeny]]
33   - Include previous topic revision with `%INCLUDE{ "OtherTopic" rev="1.2" }%`
34 - **15 Nov 2002** - [[PeterThoeny]]
35   - The Go box understands also URLs, useful for special [[TWikiSkins]] handling
36 - **08 Nov 2002** - [[ColasNahaboo]], [[RichardDonkin]]
37   - In [[WebNotify]], if only the [[WikiName]] is specified, the e-mail is taken from the user's home page; if the [[WikiName]] is a group name, a notification is sent to all members of the group
38 - **30 Oct 2002** - [[PeterThoeny]]
39   - New `%NOP{}%` variable in [[TWikiTemplates]] topic gets removed at topic creation time; useful to write protect template topics
40 - **28 Sep 2002** - [[PeterThoeny]]
41   - The `%URLPARAM{}%` variable in [[TWikiTemplates]] topic gets expanded at topic creation time; useful for dynamic content creation
42 - **28 Sep 2002** - [[PeterThoeny]]
43   - New `$logDir` introduced in TWiki.cfg to set the log directory
44 - **13 Sep 2002** - [[PeterThoeny]]
45   - Renamed the **Test** web to **Sandbox**
46 - **03 Aug 2002** - [[RichardDonkin]]
47   - New `setlib.cfg` file in the bin directory to set the TWiki library path
48 - **02 Aug 2002** - [[PeterThoeny]], [[RyanFreebern]]
49   - Support for outbound HTTP proxy when including URLs based on new `%PROXYHOST` and `%PROXYPORT%` settings in the [[TWikiPreferences]]
50 - **12 Jul 2002** - [[PeterThoeny]]
51   - The page logo is configurable with new `%WIKILOGOIMG%`, `%TWIKILOGOURL%` and `%WIKILOGOALT%` variables in [[TWikiPreferences]]; replacing `$wikiHomeUrl` in TWiki.cfg
52 - **12 Jun 2002** - [[PeterThoeny]]
53   - New `%WIKITOOLNAME%` variable in [[TWikiPreferences]]; replacing `$wikiToolName` in TWiki.cfg
54 - **31 May 2002** - [[PeterThoeny]]
55   - New `%EDITBOXSTYLE%` preferences variable which sets the edit box width automatically to the window width
56 - **17 May 2002** - [[PeterThoeny]]
57   - New `%URLENCODE{}%` variable to encodes a string for using in a URL parameter, e.g. `%URLENCODE{"spaced name"}%` returns `spaced%20name`
58 - **17 May 2002** - [[PeterThoeny]]
59   - [[FormattedSearch]] can be nested
60 - **05 May 2002** - [[PeterThoeny]]
61   - New user home pages are now based on the [[NewUserTemplate]], replacing the `/twiki/templates/register.tmpl` template file
62 - **26 Apr 2002** - [[PeterThoeny]]
63   - New markup to exclude heading from a `%TOC%` table of content, e.g. `---+!! This heading` is not shown in a TOC
64 - **13 Apr 2002** - [[PeterThoeny]]
65   - Form and script to create new webs, see [[ManagingWebs]]
66 - **01 Apr 2002** - [[JohnTalintyre]]
67   - New data storage framework that lets you use external RCS commands for revision control, or a new native Perl implementation that does not depend on the external RCS commands
68 - **28 Mar 2002** - [[RichardDonkin]]
69   - Fixed IE5/IE6-specific problem whereby going back from preview sometimes removes all edit changes
70 - **23 Mar 2002** - [[JohnTalintyre]]
71   - New AND search; with regular expression enabled, use the semicolon ";" as the AND operator in `%SEARCH{}%` variable, [[FormattedSearch]] and [[WebSearch]]
72 - **21 Mar 2002** - [[ColasNahaboo]], [[RichardDonkin]]
73   - Fixed cache issue where the edit page showed outdated content
74 - **06 Mar 2002** - [[RichardDonkin]]
75   - Improved statistics script which uses less memory to process large log files
76 - **09 Jan 2002** - [[JohnTalintyre]]
77   - Variables inside `<verbatim>` tags are no longer expanded
78
79 ## <a name="01-Dec-2001 Release (Athens)"></a> 01-Dec-2001 Release (Athens)
80
81 - **25 Oct 2001** - [[PeterThoeny]]
82   - Added [[FormattedSearch]] to `%SEARCH{}%` variable for database like reporting.
83
84 ## <a name="01-Sep-2001 Release"></a> 01-Sep-2001 Release
85
86 - **30 Aug 2001** - [[JohnTalintyre]]
87   - Easier install for Windows, including auto detection in `TWiki.cfg`
88 - **30 Aug 2001** - [[JohnTalintyre]]
89   - Ability to move attachments between topics, see [[FileAttachments]]
90 - **21 Aug 2001** - [[PeterThoeny]]
91   - Convert to XHTML 1.0 function: first step to XHTML-ifying TWiki
92 - **26 Jun 2001** - [[JohnTalintyre]]
93   - Category information to forms using the [[TWikiMetaData]] format, see [[TWikiForms]]
94 - **07 Jun 2001** - [[PeterThoeny]]
95   - New topic templates as topics instead of templates. Customize by editing the topic. Retired `notedited.tmpl`, `notext.tmpl` and `notwiki.tmpl` templates. More in [[TWikiTemplates]].
96 - **07 Jun 2001** - [[PeterThoeny]]
97   - New `%TOPICLIST{"format"}%` and `%WEBLIST{"format"}%` variables to get a formatted topic index and web index, respectively. More in [[TWikiVariables]].
98 - **01 Jun 2001** - [[PeterThoeny]]
99   - New `%URLPARAM{"name"}%` variable to query URL parameters. More in [[TWikiVariables]].
100 - **01 Jun 2001** - [[AndreaSterbini]]
101   - API to extend TWiki, see [[TWikiPluginAPI|Main/TWikiPlugins#PluginAPI]]
102 - **01 Jun 2001** - [[KlausWriessnegger]], [[AndreaSterbini]]
103   - Forms to change/reset/install passwords, see [[ChangePassword]] &amp; [[ResetPassword]]
104 - **01 May 2001** - [[AndreaSterbini]]
105   - The [[TWikiAdminGroup]] (or other group) can be enabled as a [[SuperAdminGroup|Main/TWikiAccessControl#SuperAdminGroup]]. Members have browser edit access to _all_ locked topics.
106 - **01 May 2001** - [[JohnTalintyre]]
107   - Meta information format, see [[TWikiMetaData]]
108 - **01 May 2001** - [[JohnTalintyre]]
109   - Attachment under revision control See [[FileAttachment]]
110 - **01 May 2001** - [[JohnTalintyre]]
111   - Ability to rename/move topics, [[ManagingTopics]]
112 - **27 Mar 2001** - [[PeterThoeny]]
113   - 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]].
114 - **25 Mar 2001** - [[PeterThoeny]]
115   - 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
116 - **28 Feb 2001** - [[AndreaSterbini]], [[PeterThoeny]]
117   - 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]].
118 - **28 Feb 2001** - [[PeterThoeny]]
119   - 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]].
120 - **28 Feb 2001** - [[PeterThoeny]]
121   - 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]].
122 - **25 Feb 2001** - [[NicholasLee]], [[PeterThoeny]]
123   - Use `Net::SMTP` module instead of `sendmail` if installed.
124 - **01 Feb 2001** - [[PeterThoeny]]
125   - Added `<verbatim>` ... `</verbatim>` tags to show source code "as is". Unlike the `<pre>` ... `</pre>` tags, it also shows `<`, `>`, `&` characters "as is".
126 - **01 Feb 2001** - [[PeterThoeny]]
127   - Fixed TWiki:Codev/CreateLinkToAttachedFileBug.
128 - **21 Jan 2001** - [[PeterThoeny]]
129   - Added a "Minor change, don't notify" checkbox in preview. More in [[DontNotify]].
130 - **21 Jan 2001** - [[PeterThoeny]]
131   - Added Bold Fixed formatting using double-equal signs, e.g. write `==Bold Fixed==` to get <code>**Bold Fixed**</code>.
132 - **20 Jan 2001** - [[PeterThoeny]]
133   - 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!
134 - **18 Jan 2001** - [[PeterThoeny]]
135   - [[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>).
136 - **16 Jan 2001** - [[PeterThoeny]]
137   - New variable `%STARTINCLUDE%` and `%STOPINCLUDE%` variables to control what gets included of a topic. More in [[TWikiVariables]].
138 - **16 Jan 2001** - [[PeterThoeny]]
139   - 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.
140 - **07 Jan 2001** - [[StanleyKnutson]]
141   - Better error handling when saving a topic.
142 - **05 Jan 2001** - [[PeterThoeny]]
143   - View authorization based on groups. Define who is allowed to see a TWiki web. More in [[TWikiAccessControl]] and TWiki:Codev/AuthenticationBasedOnGroups.
144 - **05 Dec 2000** - [[PeterThoeny]]
145   - 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.
146 - **03 Dec 2000** - [[PeterThoeny]]
147   - New `noheader="on"` switch in `%SEARCH{...}%` to suppress table header. More in [[TWikiVariables]].
148
149 ## <a name="01-Dec-2000 Release"></a> 01-Dec-2000 Release
150
151 - **03 Nov 2000** - [[PeterThoeny]]
152   - Flag `$doHidePasswdInRegistration` in `wikicfg.pm` to hide plain text password in registration email.
153 - **01 Nov 2000** - [[PeterThoeny]]
154   - New variable `%VAR{"NAME" web="Web"}%` to get web specific preferences. More in [[TWikiVariables]].
155 - **01 Nov 2000** - [[PeterThoeny]]
156   - Added a "Cancel" link in edit that releases the edit lock.
157 - **23 Oct 2000** - [[PeterThoeny]]
158   - Authorization based on groups. Define fine graned control who is allowed to change or create topics. More in [[TWikiAccessControl]] and TWiki:Codev/AuthenticationBasedOnGroups.
159 - **05 Oct 2000** - [[PeterThoeny]]
160   - Remember user by IP address so that `view` "knows" the user once authenticated in `edit`. More in [[TWikiUserAuthentication]].
161 - **26 Sep 2000** - [[AlWilliams]], [[PeterThoeny]]
162   - Fixed TWiki:Codev/UppercaseAttachments bug and added `png` image support.
163 - **26 Sep 2000** - [[HaroldGottschalk]], [[AndreaSterbini]], [[PeterThoeny]]
164   - Allow nesting of variables, i.e. `%INCLUDE{"%TWIKIWEB%.TWikiWebsTable"}%`. More in TWiki:Codev/BetterTWikiTagTemplateProcessing.
165 - **20 Sep 2000** - [[ManpreetSingh]]
166   - New -q switch in `mailnotify` to suppress all normal output.
167 - **19 Sep 2000** - [[PeterThoeny]]
168   - Fixed TWiki:Codev/AttachedNotificationLinksBug.
169 - **18 Sep 2000** - [[ManpreetSingh]], [[PeterThoeny]]
170   - Added forced internal links. Write `[[text formatting FAQ]]` to get the link [[text formatting FAQ|Main/TextFormattingFAQ]] that points to topic [[TextFormattingFAQ]].
171 - **19 Aug 2000** - [[PeterThoeny]]
172   - Ref-By link searches all webs (not just the current web.)
173 - **16 Aug 2000** - [[PeterThoeny]]
174   - 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.
175 - **29 Jul 2000** - [[PeterThoeny]]
176   - New variables `%GMTIME{"..."}%` and `%SERVERTIME{"..."}%` . More in [[TWikiVariables]].
177 - **23 Jul 2000** - [[PeterThoeny]]
178   - Changed include syntax from `%INCLUDE{"Web/TopicName.txt"}%` to `%INCLUDE{"Web.TopicName"}%` . Legacy syntax still supported.
179 - **23 Jul 2000** - [[PeterThoeny]]
180   - [[BookView]] search allows you show a set of topics for easy printing.
181 - **22 Jul 2000** - [[PeterThoeny]]
182   - 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.
183 - **22 Jul 2000** - [[PeterThoeny]]
184   - Split the TWiki.Main web into TWiki.Main (users, company data) and TWiki.TWiki (TWiki related documentation, registration)
185 - **07 Jul 2000** - [[PeterThoeny]]
186   - Added an "Release edit lock" checkbox in preview to let other people edit the topic immediately without the one hour lock.
187 - **07 Jul 2000** - [[PeterThoeny]]
188   - Fixed problem of losing carriage returns when editing topics with KDE KFM browser or [[W3M]] browser.
189 - **21 Jun 2000** - [[PeterThoeny]]
190   - Fixed problem that a page redirect on some server environments is not working (host name is needed in URL).
191 - **21 Jun 2000** - [[CrisBailiff]], [[PeterThoeny]]
192   - Fixed security issue to prevent a server side `%INCLUDE%` of arbitrary files.
193 - **29 May 2000** - [[PeterThoeny]]
194   - New `%GMTIME%` variable that shows the current GM time.
195 - **28 May 2000** - [[PeterThoeny]]
196   - Lock warning shows remaining lock time in minutes.
197 - **15 May 2000** - [[PeterFokkinga]]
198   - Each topic can have its own template file. [[TWikiTemplates]] has more.
199 - **02 May 2000** - [[KevinKinnell]], [[PeterThoeny]]
200   - Advanced search features like search multiple webs; sort by topic name / modified time / author; limit the number of results returned. More in [[TWikiVariables]].
201
202 ## <a name="01-May-2000 Release"></a> 01-May-2000 Release
203
204 - **21 Apr 2000** - [[PeterThoeny]]
205   - New [[TWikiVariables]] `%HTTP_HOST%` , `%REMOTE_ADDR%` , `%REMOTE_PORT%` and `%REMOTE_USER%` .
206 - **21 Apr 2000** - [[JohnAltstadt]], [[PeterThoeny]]
207   - [[TWikiRegistration]] is done separately for Intranet use (depends on remote\_user) or Internet use (depends on .htpasswd file).
208 - **20 Mar 2000** - [[PeterThoeny]]
209   - 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.
210 - **11 Mar 2000** - [[PeterThoeny]]
211   - Better security with taint checking ( `Perl -T` option )
212 - **25 Feb 2000** - [[PeterThoeny]]
213   - New preference variables `%EDITBOXWIDTH%` and `%EDITBOXHEIGHT%` to specify the edit box size.
214 - **25 Feb 2000** - [[PeterThoeny]]
215   - 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.
216 - **11 Feb 2000** - [[PeterThoeny]]
217   - 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".
218 - **11 Feb 2000** - [[PeterThoeny]]
219   - 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.
220 - **07 Feb 2000** - [[PeterThoeny]]
221   - 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)
222 - **07 Feb 2000** - [[PeterThoeny]]
223   - 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.
224 - **04 Feb 2000** - [[PeterThoeny]]
225   - 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.)
226 - **29 Jan 2000** - [[PeterThoeny]]
227   - 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.
228 - **24 Jan 2000** - [[PeterThoeny]]
229   - 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> .
230 - **10 Jan 2000** - [[PeterThoeny]]
231   - No more escaping for '%' percent characters. (Number of consecutive '%' entered and displayed is identical.)
232 - **03 Oct 1999** - [[PeterThoeny]]
233   - 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.
234
235 ## <a name="01-Sep-1999 Release"></a> 01-Sep-1999 Release
236
237 - **31 Aug 1999** - [[PeterThoeny]]
238   - Fixed [[Y2K]] bug. (Date in year 2000 had wrong format.)
239 - **08 Aug 1999** - [[PeterThoeny]]
240   - 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
241 - **03 Aug 1999** - [[PeterThoeny]]
242   - Online registration of new user using web form in [[TWikiRegistration]]. Authentication of users.
243 - **22 Jul 1999** - [[PeterThoeny]]
244   - Flags `$doLogTopic*` in wikicfg.pm to selectively log topic view, edit, save, rdiff, attach, search and changes to monthly log file.
245 - **21 Jul 1999** - [[PeterThoeny]]
246   - 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` .
247 - **15 Jul 1999** - [[PeterThoeny]]
248   - 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.
249 - **07 Jul 1999** - [[ChristopheVermeulen]]
250   - 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` .
251
252 ## <a name="01-Jul-1999 Release"></a> 01-Jul-1999 Release
253
254 - **23 Jun 1999** - [[PeterThoeny]]
255   - New [[TextFormattingRules]] to write **_bold italic_** text by enclosing words with double underline characters.
256 - **23 Jun 1999** - [[PeterThoeny]]
257   - 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.
258 - **21 May 1999** - [[DavidWarman]]
259   - Externalize copyright text at the bottom of every page into a web-specific `webcopyright.inc` file. This is to easily customize the copyright text.
260 - **20 May 1999** - [[PeterThoeny]]
261   - 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;
262 - **20 May 1999** - [[PeterThoeny]]
263   - New variables `%WIKIHOMEURL%` (link when pressing the icon on the upper left corner) and `%WIKITOOLNAME%` (the name of the wiki tool `%WIKITOOLNAME%` ).
264 - **15 Apr 1999** - [[PeterThoeny]]
265   - 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.
266 - **26 Mar 1999** - [[PeterThoeny]]
267   - File attachments Upload and download any file as a topic attachment by using the browser. [[FileAttachment]] has more.
268 - **26 Mar 1999** - [[PeterThoeny]]
269   - New variables `%PUBURL%` (Public directory URL) and `%ATTACHURL%` (URL of topic file attachment).
270 - **09 Feb 1999** - [[PeterThoeny]]
271   - 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` .
272 - **09 Feb 1999** - [[PeterThoeny]]
273   - No new topic revision is created if the _same_ person saves a topic again within _one_ hour.
274 - **03 Feb 1999** - [[PeterThoeny]]
275   - 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>
276 - **04 Jan 1999** - [[PeterThoeny]]
277   - Fixed bug when viewing differences between topic revisions that include HTML table tags like &lt;table&gt;, &lt;tr&gt;, &lt;td&gt;.
278
279 ## <a name="1998 Releases"></a> 1998 Releases
280
281 - **08 Dec 1998** - [[PeterThoeny]]
282   - Signature is shown below the text area when editing a topic. Use this to easily copy &amp; paste your signature into the text.
283 - **07 Dec 1998** - [[PeterThoeny]]
284   - 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.
285 - **18 Nov 1998** - [[PeterThoeny]]
286   - 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.
287 - **10 Nov 1998** - [[PeterThoeny]]
288   - 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.
289 - **10 Nov 1998** - [[PeterThoeny]]
290   - 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>
291 - **26 Oct 1998** - [[PeterThoeny]]
292   - Added preview of topic changes before saving the topic. This was necessary to prevent unneeded revisions.
293 - **26 Oct 1998** - [[PeterThoeny]]
294   - 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>
295 - **14 Oct 1998** - [[PeterThoeny]]
296   - 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.
297 - **13 Oct 1998** - [[PeterThoeny]]
298   - Alphabetical topic index in [[WebSearch]].
299 - **24 Sep 1998** - [[PeterThoeny]]
300   - Corrected templates for automatic email notification so that MS Outlook can display attachment as an HTML file.
301 - **13 Aug 1998** - [[PeterThoeny]]
302   - [[WikiNotation]] allows also numbers after the `AaA` sequence, e.g. `AaA1` is a valid [[WikiTopic]] name, but not `Aa1`.
303 - **07 Aug 1998** - [[PeterThoeny]]
304   - Automatic email notification when something has changed in a TWiki web. Each web has a topic [[WebNotify]] where one can subscribe and unsubscribe.
305 - **06 Aug 1998** - [[PeterThoeny]]
306   - Added server side include of files. Syntax is `%INCLUDE:"filename.ext"%`
307 - **05 Aug 1998** - [[PeterThoeny]]
308   - Signature and date is inserted automatically when creating a new topic.
309 - **04 Aug 1998** - [[PeterThoeny]]
310   - Separate templates for text of non existing topic and default text of new topic. (template file templates/Web/notedited.tmpl)
311 - **04 Aug 1998** - [[PeterThoeny]]
312   - Warn user if new topic name is not a valid Wiki name. (template file templates/Web/notwiki.tmpl)
313 - **31 Jul 1998** - [[PeterThoeny]]
314   - Support for quoted text with a '&gt;' at the beginning of the line.
315 - **28 Jul 1998** - [[PeterThoeny]]
316   - 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).
317 - **28 Jul 1998** - [[PeterThoeny]]
318   - 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]].
319 - **28 Jul 1998** - [[PeterThoeny]]
320   - Topic index. (Technically speaking a simple '.\*' search on topic names.)
321 - **28 Jul 1998** - [[PeterThoeny]]
322   - Topic [[WebSearch]] allows full text search and and topic search with/without regular expressions.
323 - **27 Jul 1998** - [[PeterThoeny]]
324   - Added automatic links to topics in other TWiki webs by specifying &lt;web name&gt;.&lt;topic name&gt;, e.g. `Know.WebSeach` .
325 - **23 Jul 1998** - [[PeterThoeny]]
326   - Installed initial version, based on the JOS Wiki. See [[WikiWikiClones]] for details.
327
328 ## <a name="Dev Flow"></a> Dev Flow
329
330 The typical TWiki development flow...
331
332 - TWiki:Codev.FeatureBrainstorming: open forum for new ideas
333 - TWiki:Codev.FeatureEnhancementRequest: specific detailed request
334 - TWiki:Codev.FeatureToDo: prioritized to up-next dev status
335 - TWiki:Codev.FeatureUnderConstruction: currently in development
336 - TWiki:Codev.FeatureDone: completed and implemented
337 - TWiki:Codev.DocRequest: request for documentation
338 - TWiki:Codev.DocsToDo: feature documentation pending
339 - TWiki:Codev.FeatureDocumented: documented feature
340 - [[TWikiDocumentation]]: reference manual for the latest TWiki