none
[openafs-wiki.git] / TWiki / TWikiHistory.mdwn
1 <div>
2   <ul>
3     <li><a href="#Appendix A: TWiki Development Ti"> Appendix A: TWiki Development Timeline</a><ul>
4         <li><a href="#TWiki Release 4.1 (Edinburgh), 1"> TWiki Release 4.1 (Edinburgh), 16 Jan 2007</a></li>
5         <li><a href="#TWiki Release 4.0.0 (Dakar), 01"> TWiki Release 4.0.0 (Dakar), 01 Feb 2006</a></li>
6         <li><a href="#01-Sep-2004 Release (Cairo)"> 01-Sep-2004 Release (Cairo)</a></li>
7         <li><a href="#01-Feb-2003 Release (Beijing)"> 01-Feb-2003 Release (Beijing)</a></li>
8         <li><a href="#01-Dec-2001 Release (Athens)"> 01-Dec-2001 Release (Athens)</a></li>
9         <li><a href="#01-Sep-2001 Release"> 01-Sep-2001 Release</a></li>
10         <li><a href="#01-Dec-2000 Release"> 01-Dec-2000 Release</a></li>
11         <li><a href="#01-May-2000 Release"> 01-May-2000 Release</a></li>
12         <li><a href="#01-Sep-1999 Release"> 01-Sep-1999 Release</a></li>
13         <li><a href="#01-Jul-1999 Release"> 01-Jul-1999 Release</a></li>
14         <li><a href="#1998 Releases"> 1998 Releases</a></li>
15         <li><a href="#Dev Flow"> Dev Flow</a></li>
16       </ul>
17     </li>
18   </ul>
19 </div>
20
21 # <a name="Appendix A: TWiki Development Ti"></a> Appendix A: TWiki Development Timeline
22
23 <a name="EdinburghRelease"></a>
24
25 ## <a name="TWiki Release 4.1 (Edinburgh), 1"></a> TWiki Release 4.1 (Edinburgh), 16 Jan 2007
26
27 **_New Features and Enhancements of TWiki Release 4.1_**
28
29 - **Easier Installation and Upgrade**
30   - Plugins can now be installed from the configure script.
31   - The loading of plugin preferences settings has been moved earlier in the preferences evaluation order so that plugin settings can be redefined in [[Main.TWikiPreferences|Main/TWikiPreferences]], WebPreferences and in topics. To make TWiki upgrades easier, it is recommended to set the plugin settings in Main.TWikiPreferences, and not to customize the settings in the plugin topic. For example, to change the TEMPLATES setting of the [[CommentPlugin]], create a new COMMENTPLUGIN\_TEMPLATES setting in Main.TWikiPreferences.
32   - Plugin settings can now be defined in configure instead of in the plugin topic (requires that the individual plugin has implemented this). TWiki performs slightly better by not looking for preferences settings in plugin topics.
33   - Configure no longer shows many unnecessary errors when run first time.
34   - The webmaster email address is now defined in configure instead of TWikiPreferences.
35   - Default file access rights in the distribution package have been changed to be more universally defined and in line with the default access rights for new topics.
36
37 - **Usability Enhancements**
38   - Redesigned result page when typing incomplete topic name into the Jump box, so that it is possible to quickly navigate to a topic, also in a very large TWiki installation. For example, "I know there is a topic about Ajax somewhere in the Eng web. OK, let my type `Eng.ajax` into the Jump box... Here we go, the third link is the AjaxCookbook I was looking for."
39   - Many user documentation improvements.
40   - URL parameters maintained in Table of Contents links so you can stay in a temporary skin (e.g. print) and keep URLPARAM values when you click the TOC links
41   - Attachment tables now sorted alphabetically.
42   - Better printing of tables and verbatim text in [[PatternSkin]].
43
44 - **Application Platform Enhancements**
45   - Auto-incremented topic name on save with AUTOINC&lt;n&gt; in topic name; used by TWiki applications to create topic based database records.
46   - The edit and save scripts support a `redirectto` parameter to redirect to a topic or a URL; for security, redirect to URL needs to be enabled with a `{AllowRedirectUrl}` configure flag.
47   - [[CommentPlugin]] supports the `redirectto` parameter to redirect to a URL or link to TWiki topic after submitting comment.
48   - The `topic` URL parameter also respects the `{AllowRedirectUrl}` configure flag so redirects to URLs can be disabled which could be abused for phishing attacks.
49   - The view script supports a `section` URL parameter to view just a named section within a topic. Useful for simple AJAX type applications.
50   - New plugin handler for content move.
51   - Enhancements for Ajax based applications with TWiki:Plugins/YahooUserInterfaceContrib and TWiki:Plugins.TWikiAjaxContrib (available at twiki.org).
52
53 - **Search Enhancements**
54   - METASEARCH handles a format parameter like SEARCH.
55   - Topic not found / [[WebTopicViewTemplate]] search now case insensitive.
56   - [[FormattedSearch]] header supporting `$nop`, `$quot`, `$percnt`, `$dollar`.
57   - Add search by createdate option to SEARCH.
58   - New newline option for SEARCH to protect e.g. formfields from being altered during rendering in SEARCH.
59
60 - **Skins and Templates Enhancements**
61   - Support for templates to have text rendering affecting aspect outside of textarea.
62   - Pattern skin dependence on [[TwistyPlugin]] instead of [[TwistyContrib]] (performance improvement.)
63   - Don't strip newlines from the front of TMPL:DEFs.
64
65 - **Miscellaneous Feature Enhancements**
66   - Change in [[WikiWord]] definition: Numbers are treated as lower case letters, e.g. Y2K is now a WikiWord.
67   - Configurable template load path. Advanced feature for those that work with customized templates.
68   - Added %VBAR% to [[TWikiPreferences]] for vertical bar symbol.
69   - On topic creation, force initial letter of topic name to be upper case.
70   - Allow date format in form fields.
71   - Enhance REVINFO\{\} variable with same date qualifiers as GMTIME\{\}.
72   - [[WebTopicCreator]] - adding ability to select a template from any topic name ending in ...Template
73   - Functionality of TWiki:Plugins.DateFieldPlugin merged into core
74
75 - **Enhancements of Pre-installed Plugins**
76   - [[CommentPlugin]]: Supports removal of comment prompt after a comment is made.
77   - [[EditTablePlugin]]: Default date format based on [[JSCalendarContrib]] instead of plugin topic.
78   - [[InterwikiPlugin]]: Supports custom link formats.
79   - [[SlideShowPlugin]]: Preserves URL parameters in slideshow
80   - [[SpreadSheetPlugin]]: New functions `$LISTRAND()`, `$LISTSHUFFLE()`, `$LISTTRUNCATE()`.
81   - [[TablePlugin]]: New attribute `cellborder`.
82   - [[TablePlugin]]: Highlight the sorted column with custom colors; includes also a general cosmetic update of default colors.
83   - [[TablePlugin]]: Support for initsort on more than one table. A table with the initsort option is initsorted UNLESS it is sorted by clicking on a column header. If you click on a header of another table all other tables goes back to the default sort defined by initsort or not sorted if no initsort, and the new table is sorted based on the user clicking on a table header.
84
85 - **Bugfixes**
86   - More than 200 bugs fixed since 4.0.5
87
88 <a name="EdinburghHallOfFame"></a> **_Hall of Fame of TWiki Release 4.1_**
89
90 Although many more people have been involved in creating TWiki-4.1, special thanks go to the most active contributors in the following areas:
91
92 - **Sponsor and facilitator:** TWiki:Main.PeterThoeny
93 - **Process improvement:** TWiki:Main.KennethLavrsen, TWiki:Main.PeterThoeny, TWiki:Main.SteffenPoulsen, TWiki:Main.CrawfordCurrie
94 - **Release management:** TWiki:Main.KennethLavrsen
95 - **Spec, code, testing:** TWiki:Main.CrawfordCurrie, TWiki:Main.ArthurClemens, TWiki:Main.SteffenPoulsen, TWiki:Main.PeterThoeny, TWiki:Main.ThomasWeigert, TWiki:Main.KennethLavrsen, TWiki:Main.SvenDowideit, TWiki:Main.HaraldJoerg, TWiki:Main.MichaelDaum, TWiki:Main.MeredithLesly, TWiki:Main.WillNorris, TWiki:Main.RafaelAlvarez, TWiki:Main.AntonioTerceiro
96 - **Templates and skins:** TWiki:Main.ArthurClemens, TWiki:Main.MichaelDaum, TWiki:Main.SvenDowideit
97 - **Documentation:** TWiki:Main.PeterThoeny, TWiki:Main.CrawfordCurrie, TWiki:Main.ArthurClemens, TWiki:Main.SteffenPoulsen, TWiki:Main.KennethLavrsen
98 - **Translations:** Coordinated by TWiki:Main.AntonioTerceiro
99   - Chinese: TWiki:Main.CheDong
100   - Czech: TWiki:Main.IvanKuncl
101   - Danish: TWiki:Main.SteffenPoulsen
102   - Dutch: TWiki:Main.ArthurClemens
103   - French: TWiki:Main.BenVoui
104   - German: TWiki:Main.AndreUlrich
105   - Italian: TWiki:Main.MassimoMancini
106   - Polish: TWiki:Main.ZbigniewKulesza
107   - Portuguese: TWiki:Main.AntonioTerceiro, TWiki:Main.CarlinhosCecconi
108   - Russian: TWiki:Main.AndreyTkachenko, TWiki:Main.SergejZnamenskij, TWiki:Main.SergeyJSinx, TWiki:Main.AlexTananaev
109   - Spanish: TWiki:Main.WillNorris, TWiki:Main.MiguelABayona
110   - Swedish: TWiki:Main.ErikAman
111 - **Public relations:** TWiki:Main.PeterThoeny, TWiki:Main.TomTansy
112 - **TWiki.org wiki champions:** TWiki:Main.PeterThoeny, TWiki:Main.CrawfordCurrie, TWiki:Main.KennethLavrsen, TWiki:Main.SteffenPoulsen, TWiki:Main.ArthurClemens, TWiki:Main.ThomasWeigert, TWiki:Main.MichaelDaum
113 - **Customer support:** TWiki:Main.PeterThoeny, TWiki:Main.CrawfordCurrie, TWiki:Main.ArthurClemens, TWiki:Main.SteffenPoulsen, TWiki:Main.SteveStark, TWiki:Main.MichaelDaum
114 - **System administration:** TWiki:Main.SvenDowideit, TWiki:Main.PeterThoeny, TWiki:Main.CrawfordCurrie
115
116 If you find an omission please fix it at TWiki:TWiki.TWikiHistory. For the full list of contributors see [[TWikiContributor]].
117
118 **_Note:_** Sequence of contributors under "Spec, code, testing", "Templates and skins" and "Documentation" is based on number of SVN check-ins for core and default extensions from 2006-02 to 2006-12. Sequence of contributors under "TWiki.org wiki champions" and "Customer support" is based on TWiki.org web statistics from 2006-02 to 2006-12.
119
120 See more details on the TWiki 4.1 release at [[TWikiReleaseNotes04x01]].
121
122 <a name="DakarRelease"></a>
123
124 ## <a name="TWiki Release 4.0.0 (Dakar), 01"></a><a name="TWiki Release 4.0.0 (Dakar), 01 "></a> TWiki Release 4.0.0 (Dakar), 01 Feb 2006
125
126 **_Major New Features_**
127
128 - Much simpler install and configuration
129 - Integrated session support
130 - Webserver-independent login/logout
131 - Security sandbox blocking exploits for remote command execution on the server
132 - Edit conflict resolution with automatic merge
133 - Multilingual UI
134 - E-mail confirmations for registration
135 - WYSIWYG editor (beta)
136 - Hierarchical sub-webs (beta)
137
138 Many, many people worked on TWiki-4.0.0. The credits in the table below only list the people who worked on individual enhancements. If you find an omission please fix it at TWiki:TWiki.%TOPIC%. There were many other contributors; for a full list, visit [[TWikiContributor]].
139
140 Most of the redesign, refactoring and new documentation work in Dakar release was done by [Crawford Currie](http://c-dot.co.uk). [Michael Sparks](http://kamaelia.org/Michael.html) provided ideas and proof of concept for several improvements. Other people who gave _large_ amounts of their time and patience to less sexy aspects of the work, such as testing, infrastructure and documentation, are [[AntonAylward]], [[KennethLavrsen]], [[LynnwoodBrown]], [[MichaelDaum]], [Peter Thoeny](http://www.structuredwikis.com/), [[SteffenPoulsen]], [Sven Dowideit](http://www.home.org.au), [[WillNorris]].
141
142 <table border="1" cellpadding="0" cellspacing="0" style="border-width: 1px">
143   <tr>
144     <th align="left" bgcolor="#6b7f93" maxcols="0" style="text-align: left"><span><font color="#ffffff"> <strong> Installation &amp; configuration </strong> </font></span></th>
145     <th align="left" bgcolor="#6b7f93" maxcols="0" style="text-align: left"><span><font color="#ffffff"> <strong> Contributor </strong> </font></span></th>
146   </tr>
147   <tr>
148     <td bgcolor="#ecf2f8" style=""> Much simpler install and configuration </td>
149     <td bgcolor="#ecf2f8" style=""><a href="http://c-dot.co.uk" target="_top">Crawford Currie</a>, [[TWiki:Main/LynnwoodBrown]], [[TWiki:Main/ArthurClemens]]</td>
150   </tr>
151   <tr>
152     <td bgcolor="#ffffff" style=""><code>mod_perl</code> safe code for better performance </td>
153     <td bgcolor="#ffffff" style=""><a href="http://c-dot.co.uk" target="_top">Crawford Currie</a></td>
154   </tr>
155   <tr>
156     <th align="left" bgcolor="#6b7f93" colspan="2" maxcols="0" style="text-align: left"><span><font color="#ffffff"> <strong> Security </strong> </font></span></th>
157   </tr>
158   <tr>
159     <td bgcolor="#ecf2f8" style=""> Security sandbox blocking exploits for remote command execution on the server </td>
160     <td bgcolor="#ecf2f8" style=""><a href="http://www.enyo.de/fw/" target="_top">Florian Weimer</a>, <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a>, <a href="http://www.home.org.au" target="_top">Sven Dowideit</a></td>
161   </tr>
162   <tr>
163     <td bgcolor="#ffffff" style=""> Reworked access permission model </td>
164     <td bgcolor="#ffffff" style=""><a href="http://c-dot.co.uk" target="_top">Crawford Currie</a></td>
165   </tr>
166   <tr>
167     <th align="left" bgcolor="#6b7f93" colspan="2" maxcols="0" style="text-align: left"><span><font color="#ffffff"> <strong> Internationalization &amp; localization </strong> </font></span></th>
168   </tr>
169   <tr>
170     <td bgcolor="#ecf2f8" style="">[[TWiki:Codev/UserInterfaceInternationalisation]]</td>
171     <td bgcolor="#ecf2f8" style="">[[TWiki:Main/AntonioTerceiro]]</td>
172   </tr>
173   <tr>
174     <td bgcolor="#ffffff" style=""> Chinese translation </td>
175     <td bgcolor="#ffffff" style="">[[TWiki:Main/CheDong]]</td>
176   </tr>
177   <tr>
178     <td bgcolor="#ecf2f8" style=""> Danish translation </td>
179     <td bgcolor="#ecf2f8" style="">[[TWiki:Main/SteffenPoulsen]]</td>
180   </tr>
181   <tr>
182     <td bgcolor="#ffffff" style=""> Dutch translation </td>
183     <td bgcolor="#ffffff" style="">[[TWiki:Main/ArthurClemens]]</td>
184   </tr>
185   <tr>
186     <td bgcolor="#ecf2f8" style=""> French translation </td>
187     <td bgcolor="#ecf2f8" style="">[[TWiki:Main/BenVoui]]</td>
188   </tr>
189   <tr>
190     <td bgcolor="#ffffff" style=""> German translation </td>
191     <td bgcolor="#ffffff" style="">[[TWiki:Main/AndreUlrich]]</td>
192   </tr>
193   <tr>
194     <td bgcolor="#ecf2f8" style=""> Italian translation </td>
195     <td bgcolor="#ecf2f8" style="">[[TWiki:Main/MassimoMancini]]</td>
196   </tr>
197   <tr>
198     <td bgcolor="#ffffff" style=""> Polish translation </td>
199     <td bgcolor="#ffffff" style="">[[TWiki:Main/ZbigniewKulesza]]</td>
200   </tr>
201   <tr>
202     <td bgcolor="#ecf2f8" style=""> Portuguese translation </td>
203     <td bgcolor="#ecf2f8" style="">[[TWiki:Main/AntonioTerceiro]], [[TWiki:Main/CarlinhosCecconi]]</td>
204   </tr>
205   <tr>
206     <td bgcolor="#ffffff" style=""> Spanish translation </td>
207     <td bgcolor="#ffffff" style="">[[TWiki:Main/WillNorris]], [[TWiki:Main/MiguelABayona]]</td>
208   </tr>
209   <tr>
210     <td bgcolor="#ecf2f8" style=""> Swedish translation </td>
211     <td bgcolor="#ecf2f8" style="">[[TWiki:Main/ErikAman]]</td>
212   </tr>
213   <tr>
214     <th align="left" bgcolor="#6b7f93" colspan="2" maxcols="0" style="text-align: left"><span><font color="#ffffff"> <strong> New features for users </strong> </font></span></th>
215   </tr>
216   <tr>
217     <td bgcolor="#ecf2f8" style=""> Edit conflict resolution with automatic merge </td>
218     <td bgcolor="#ecf2f8" style=""><a href="http://c-dot.co.uk" target="_top">Crawford Currie</a></td>
219   </tr>
220   <tr>
221     <td bgcolor="#ffffff" style=""> Fine grained change notification on page level and parent/child relationship </td>
222     <td bgcolor="#ffffff" style=""><a href="http://c-dot.co.uk" target="_top">Crawford Currie</a></td>
223   </tr>
224   <tr>
225     <td bgcolor="#ecf2f8" style=""> WYSIWYG editor </td>
226     <td bgcolor="#ecf2f8" style=""><a href="http://c-dot.co.uk" target="_top">Crawford Currie</a>, [[TWiki:Main/ColasNahaboo]], [[TWiki:Main/DamienMandrioli]], [[TWiki:Main/RomainRaugi]]</td>
227   </tr>
228   <tr>
229     <td bgcolor="#ffffff" style=""> Integrated session support </td>
230     <td bgcolor="#ffffff" style="">[[TWiki:Main/GregAbbas]], <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a></td>
231   </tr>
232   <tr>
233     <td bgcolor="#ecf2f8" style=""> Webserver-independent login/logout </td>
234     <td bgcolor="#ecf2f8" style=""><a href="http://c-dot.co.uk" target="_top">Crawford Currie</a></td>
235   </tr>
236   <tr>
237     <td bgcolor="#ffffff" style="">[[TWiki:Codev/RegisterCgiScriptRewrite]]</td>
238     <td bgcolor="#ffffff" style="">[[TWiki:Main/MartinCleaver]]</td>
239   </tr>
240   <tr>
241     <td bgcolor="#ecf2f8" style="">[[TWiki:Codev/TipOfTheDayFeatureRequest]]</td>
242     <td bgcolor="#ecf2f8" style="">[[TWiki:Main/PaulineCheung]], <a href="http://www.structuredwikis.com/" target="_top">Peter Thoeny</a>, [[TWiki:Main/AntonAylward]]</td>
243   </tr>
244   <tr>
245     <td bgcolor="#ffffff" style="">[[Main/WebAtomBase]]</td>
246     <td bgcolor="#ffffff" style=""><a href="http://www.structuredwikis.com/" target="_top">Peter Thoeny</a></td>
247   </tr>
248   <tr>
249     <td bgcolor="#ecf2f8" style="">[[TWiki:Codev/ForceNewRevisionCheckBox]]</td>
250     <td bgcolor="#ecf2f8" style="">[[TWiki:Main/WillNorris]]</td>
251   </tr>
252   <tr>
253     <th align="left" bgcolor="#6b7f93" colspan="2" maxcols="0" style="text-align: left"><span><font color="#ffffff"> <strong> New features for TWiki administrators and wiki application developers </strong> </font></span></th>
254   </tr>
255   <tr>
256     <td bgcolor="#ecf2f8" style=""> Improved preferences handling </td>
257     <td bgcolor="#ecf2f8" style="">[[TWiki:Main/ThomasWeigert]], <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a></td>
258   </tr>
259   <tr>
260     <td bgcolor="#ffffff" style=""> Named include sections </td>
261     <td bgcolor="#ffffff" style="">[[TWiki:Main/RafaelAlvarez]]</td>
262   </tr>
263   <tr>
264     <td bgcolor="#ecf2f8" style="">[[TWiki:Codev/AllowDynamicTopicNameCreation]]</td>
265     <td bgcolor="#ecf2f8" style=""><a href="http://www.home.org.au" target="_top">Sven Dowideit</a></td>
266   </tr>
267   <tr>
268     <td bgcolor="#ffffff" style="">[[TWiki:Codev/ParameterizedIncludes]]</td>
269     <td bgcolor="#ffffff" style=""><a href="http://c-dot.co.uk" target="_top">Crawford Currie</a></td>
270   </tr>
271   <tr>
272     <td bgcolor="#ecf2f8" style="">[[TWiki:Codev/DynamicFormOptionDefinitions]] of [[Main/TWikiForms]] with [[Main/FormattedSearch]]</td>
273     <td bgcolor="#ecf2f8" style="">[[TWiki:Main/MartinCleaver]]</td>
274   </tr>
275   <tr>
276     <td bgcolor="#ffffff" style=""> SEARCH enhancements with new parameters <code>excludeweb</code>, <code>newline</code>, <code>noempty</code>, <code>nofinalnewline</code>, <code>nonoise</code>, <code>recurse</code>, <code>zeroresults</code></td>
277     <td bgcolor="#ffffff" style=""><a href="http://c-dot.co.uk" target="_top">Crawford Currie</a>, [[TWiki:Main/ArthurClemens]], <a href="http://www.structuredwikis.com/" target="_top">Peter Thoeny</a>, [[TWiki:Main/ThomasWeigert]]</td>
278   </tr>
279   <tr>
280     <td bgcolor="#ecf2f8" style="">[[Main/FormattedSearch]] enhancements with <code>$changes</code>, <code>$count</code>, <code>$formfield(name, 30, ...)</code>, <code>$summary(expandvar)</code>, <code>$summary(noheaders)</code>, <code>$summary(showvarnames)</code></td>
281     <td bgcolor="#ecf2f8" style="">[[TWiki:Main/ColasNahaboo]], <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a>, <a href="http://www.structuredwikis.com/" target="_top">Peter Thoeny</a>, <a href="http://www.home.org.au" target="_top">Sven Dowideit</a></td>
282   </tr>
283   <tr>
284     <td bgcolor="#ffffff" style=""> New [[Main/TWikiVariables]] [[Main/TWikiVariables#VarACTIVATEDPLUGINS]], [[Main/TWikiVariables#VarALLVARIABLES]], [[Main/TWikiVariables#VarAUTHREALM]], [[Main/TWikiVariables#VarEMAILS]], [[Main/TWikiVariables#VarFAILEDPLUGINS]], [[Main/TWikiVariables#VarHTTP]], [[Main/TWikiVariables#VarHTTPS]], [[Main/TWikiVariables#VarICONURL]], [[Main/TWikiVariables#VarICONURLPATH]], [[Main/TWikiVariables#VarIF]], [[Main/TWikiVariables#VarLANGUAGES]], [[Main/TWikiVariables#VarLOCALSITEPREFS]], [[Main/TWikiVariables#VarLOGIN]], [[Main/TWikiVariables#VarLOGOUT]], [[Main/TWikiVariables#VarMAKETEXT]], [[Main/TWikiVariables#VarMETA]], [[Main/TWikiVariables#VarPLUGINDESCRIPTIONS]], [[Main/TWikiVariables#VarQUERYSTRING]], [[Main/TWikiVariables#VarSTARTSECTION]]/[[Main/TWikiVariables#VarENDSECTION]], [[Main/TWikiVariables#VarSESSION_VARIABLE]], [[Main/TWikiVariables#VarSESSIONID]], [[Main/TWikiVariables#VarSESSIONVAR]], [[Main/TWikiVariables#VarSPACEOUT]], [[Main/TWikiVariables#VarUSERLANGUAGE]], [[Main/TWikiVariables#VarWIKIHOMEURL]]</td>
285     <td bgcolor="#ffffff" style="">[[TWiki:Main/ArthurClemens]], [[TWiki:Main/AntonioTerceiro]], <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a>, [[TWiki:Main/GregAbbas]], [[TWiki:Main/PeterThoeny]], <a href="http://www.home.org.au" target="_top">Sven Dowideit</a>, [[TWiki:Main/WillNorris]] and many more </td>
286   </tr>
287   <tr>
288     <td bgcolor="#ecf2f8" style="">[[TWiki:Codev/TWikiFormWithHiddenType]] and other form enhancements </td>
289     <td bgcolor="#ecf2f8" style="">[[TWiki:Main/LynnwoodBrown]], [[TWiki:Main/ThomasWeigert]]</td>
290   </tr>
291   <tr>
292     <td bgcolor="#ffffff" style="">[[TWiki:Codev/SupportTopicSpecificTemplates]] for TWiki applications </td>
293     <td bgcolor="#ffffff" style="">[[TWiki:Main/ThomasWeigert]]</td>
294   </tr>
295   <tr>
296     <td bgcolor="#ecf2f8" style=""> Direct save feature for one-click template-based topic creation </td>
297     <td bgcolor="#ecf2f8" style="">[[TWiki:Main/LynnwoodBrown]], <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a>, [[TWiki:Main/ThomasWeigert]]</td>
298   </tr>
299   <tr>
300     <td bgcolor="#ffffff" style="">[[TWiki:Codev/AutomaticAttachments]] showing all files in the attachment directory </td>
301     <td bgcolor="#ffffff" style="">[[TWiki:Main/MartinCleaver]]</td>
302   </tr>
303   <tr>
304     <td bgcolor="#ecf2f8" style=""> Rename, move or delete webs </td>
305     <td bgcolor="#ecf2f8" style="">[[TWiki:Main/PeterNixon]]</td>
306   </tr>
307   <tr>
308     <td bgcolor="#ffffff" style=""> Hierarchical subwebs (beta) </td>
309     <td bgcolor="#ffffff" style="">[[TWiki:Main/PeterNixon]]</td>
310   </tr>
311   <tr>
312     <th align="left" bgcolor="#6b7f93" colspan="2" maxcols="0" style="text-align: left"><span><font color="#ffffff"> <strong> New features for Plugin developers </strong> </font></span></th>
313   </tr>
314   <tr>
315     <td bgcolor="#ecf2f8" style=""> REST (representational state transfer) interface for Plugins </td>
316     <td bgcolor="#ecf2f8" style="">[[TWiki:Main/RafaelAlvarez]], [[TWiki:Main/MartinCleaver]], <a href="http://www.home.org.au" target="_top">Sven Dowideit</a></td>
317   </tr>
318   <tr>
319     <td bgcolor="#ffffff" style=""> New and improved Plugins APIs </td>
320     <td bgcolor="#ffffff" style=""><a href="http://c-dot.co.uk" target="_top">Crawford Currie</a>, [[TWiki:Main/ThomasWeigert]]</td>
321   </tr>
322   <tr>
323     <th align="left" bgcolor="#6b7f93" colspan="2" maxcols="0" style="text-align: left"><span><font color="#ffffff"> <strong> Improvements in the TWiki engine room </strong> </font></span></th>
324   </tr>
325   <tr>
326     <td bgcolor="#ecf2f8" style=""> Major OO redesign and refactoring of codebase </td>
327     <td bgcolor="#ecf2f8" style=""><a href="http://c-dot.co.uk" target="_top">Crawford Currie</a></td>
328   </tr>
329   <tr>
330     <td bgcolor="#ffffff" style=""> Automatic build system </td>
331     <td bgcolor="#ffffff" style=""><a href="http://c-dot.co.uk" target="_top">Crawford Currie</a></td>
332   </tr>
333   <tr>
334     <td bgcolor="#ecf2f8" style=""> Extensive test suite, unit tests and testcases </td>
335     <td bgcolor="#ecf2f8" style=""><a href="http://c-dot.co.uk" target="_top">Crawford Currie</a></td>
336   </tr>
337   <tr>
338     <td bgcolor="#ffffff" style=""> TWiki:Codev.DevelopBranch , <a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs" target="_top">DEVELOP branch Bugs system</a></td>
339     <td bgcolor="#ffffff" style=""><a href="http://www.home.org.au" target="_top">Sven Dowideit</a></td>
340   </tr>
341   <tr>
342     <th align="left" bgcolor="#6b7f93" colspan="2" maxcols="0" style="text-align: left"><span><font color="#ffffff"> <strong> Documentation, logo artwork, skins: </strong> </font></span></th>
343   </tr>
344   <tr>
345     <td bgcolor="#ecf2f8" style=""> Documentation </td>
346     <td bgcolor="#ecf2f8" style=""><a href="http://c-dot.co.uk" target="_top">Crawford Currie</a>, [[TWiki:Main/LynnwoodBrown]], <a href="http://www.structuredwikis.com/" target="_top">Peter Thoeny</a>, <a href="http://www.home.org.au" target="_top">Sven Dowideit</a> and others </td>
347   </tr>
348   <tr>
349     <td bgcolor="#ffffff" style=""> Design of [[Main/TWikiLogos]] with big "T" in a speech bubble </td>
350     <td bgcolor="#ffffff" style="">[[TWiki:Main/ArthurClemens]], [[TWiki:Main/PeterThoeny]]</td>
351   </tr>
352   <tr>
353     <td bgcolor="#ecf2f8" style=""> Improved templates and [[Main/PatternSkin]]</td>
354     <td bgcolor="#ecf2f8" style="">[[TWiki:Main/ArthurClemens]]</td>
355   </tr>
356 </table>
357
358 See more details at [[TWikiReleaseNotes04x00]]
359
360 <a name="CairoRelease"></a>
361
362 ## <a name="01-Sep-2004 Release (Cairo)"></a> 01-Sep-2004 Release (Cairo)
363
364 **_Major New Features_**
365
366 - Automatic upgrade script, and easier first-time installation
367 - Attractive new skins, using a standard set of CSS classes, and a skin browser to help you choose
368 - New easier-to-use save options
369 - Many improvements to SEARCH
370 - Improved support for internationalisation
371 - Better topic management screens
372 - More pre-installed Plugins: [[CommentPlugin]], [[EditTablePlugin]], [[RenderListPlugin]], [[SlideShowPlugin]], [[SmiliesPlugin]], [[SpreadSheetPlugin]], [[TablePlugin]]
373 - Improved Plugins API and more Plugin callbacks
374 - Better support for different authentication methods
375 - Many user interface and usability improvements
376 - And many, many more enhancements
377
378 <table border="1" cellpadding="0" cellspacing="0" style="border-width: 1px">
379   <tr>
380     <th bgcolor="#6b7f93" maxcols="0" style="width: 90%" width="90%"><a href="http://localhost?sortcol=0;table=2;up=0#sorted_table" rel="nofollow" title="Sort by this column"><font color="#ffffff">Details of New Features and Enhancements of 01-Sep-2004 Release</font></a></th>
381     <th bgcolor="#6b7f93" maxcols="0" style="width: 10%" width="10%"><a href="http://localhost?sortcol=1;table=2;up=0#sorted_table" rel="nofollow" title="Sort by this column"><font color="#ffffff">Developer, Sponsor</font></a></th>
382   </tr>
383   <tr>
384     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Install: Ship with an automatic upgrade script to facilitate TWiki upgrades. <a href="http://TWiki.org/cgi-bin/view/Codev/CairoReleaseUpgradeGuide" target="_top">Details</a></td>
385     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.MartinGregory TWiki:Main.SvenDowideit </td>
386   </tr>
387   <tr>
388     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Install: New testenv function to change the locks in the TWiki database to the web server user id (automates installation step). <a href="http://TWiki.org/cgi-bin/view/Codev/RelockingRCSFiles" target="_top">Details</a></td>
389     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.MattWilkie TWiki:Main.SvenDowideit </td>
390   </tr>
391   <tr>
392     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Install: The shipped .htaccess.txt now needs to be edited before it is valid, to help reduce chances of error. <a href="http://TWiki.org/cgi-bin/view/Codev/InconsistentExtractDirectory" target="_top">Details</a></td>
393     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.CrawfordCurrie TWiki:Main.SvenDowideit </td>
394   </tr>
395   <tr>
396     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Install: Configurable password file handling for different types of encryption. <a href="http://TWiki.org/cgi-bin/view/Codev/ConfigurablePasswordFileHandling" target="_top">Details</a></td>
397     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PavelGoran TWiki:Main.SvenDowideit </td>
398   </tr>
399   <tr>
400     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Install: Remove office locations from registration. <a href="http://TWiki.org/cgi-bin/view/Codev/RemoveOfficeFromRegistration" target="_top">Details</a></td>
401     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
402   </tr>
403   <tr>
404     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Install: Changes to support shorter URLs with Apache Rewrite rules. <a href="http://TWiki.org/cgi-bin/view/Codev/ShorterURLs" target="_top">Details</a></td>
405     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.AntonioBellezza TWiki:Main.WalterMundt </td>
406   </tr>
407   <tr>
408     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Install: Remove the Know web from the distribution. <a href="http://TWiki.org/cgi-bin/view/Codev/StopDistributingKnowWeb" target="_top">Details</a></td>
409     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
410   </tr>
411   <tr>
412     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Internationalization: Support use of UTF-8 URLs for I18N characters in TWiki page and attachment names. <a href="http://TWiki.org/cgi-bin/view/Codev/EncodeURLsWithUTF8" target="_top">Details</a></td>
413     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.RichardDonkin </td>
414   </tr>
415   <tr>
416     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Authentication: Authenticate users when creating new topic in view restricted web. <a href="http://TWiki.org/cgi-bin/view/Codev/VariousAuthBugsFixed" target="_top">Details</a></td>
417     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.JonathanGraehl TWiki:Main.SvenDowideit </td>
418   </tr>
419   <tr>
420     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Preferences: TWiki Preferences need to be secured properly. <a href="http://TWiki.org/cgi-bin/view/Codev/SecureTWikiPreferences" target="_top">Details</a></td>
421     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
422   </tr>
423   <tr>
424     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Preferences: Use TWiki Forms to set user preferences. <a href="http://TWiki.org/cgi-bin/view/Codev/UsingFormsForSettings" target="_top">Details</a></td>
425     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.JohnTalintyre </td>
426   </tr>
427   <tr>
428     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Skins: New pre-installed skins PatternSkin and DragonSkin. <a href="http://TWiki.org/cgi-bin/view/Codev/SkinsForCairoRelease" target="_top">Details</a></td>
429     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.ArthurClemens TWiki:Main.PeterThoeny </td>
430   </tr>
431   <tr>
432     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Skins: New skin browser to choose from installed skins. <a href="http://TWiki.org/cgi-bin/view/Codev/TWikiSkinBrowser" target="_top">Details</a></td>
433     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
434   </tr>
435   <tr>
436     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Skins: Documented set of CSS classes that are used in standard skins. <a href="http://TWiki.org/cgi-bin/view/Codev/CssClassNames" target="_top">Details</a></td>
437     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.ArthurClemens TWiki:Main.SvenDowideit </td>
438   </tr>
439   <tr>
440     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Skins: Added CSS class names to Diff output. <a href="http://TWiki.org/cgi-bin/view/Codev/HardwiredRDiffColours" target="_top">Details</a></td>
441     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.SvenDowideit </td>
442   </tr>
443   <tr>
444     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Skins: Templates can now be read from user topics, as well as from files in the templates diretcory. <a href="http://TWiki.org/cgi-bin/view/Codev/ReadTemplatesFromUserTopics" target="_top">Details</a></td>
445     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.CrawfordCurrie TWiki:Main.WalterMundt </td>
446   </tr>
447   <tr>
448     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Skins: Ensure that the default template gets overridden by a template passed in. <a href="http://TWiki.org/cgi-bin/view/Codev/PassedInTopicTemplateOverridesDefault" target="_top">Details</a></td>
449     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.MartinCleaver TWiki:Main.WalterMundt </td>
450   </tr>
451   <tr>
452     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Skin: Convey an important broadcast message to all users, e.g. scheduled server downtime. <a href="http://TWiki.org/cgi-bin/view/Codev/BroadcastMessageHandling" target="_top">Details</a></td>
453     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
454   </tr>
455   <tr>
456     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Skin: Balanced pastel colors for TWiki webs. <a href="http://TWiki.org/cgi-bin/view/Codev/TWikiWebColors" target="_top">Details</a></td>
457     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.ArthurClemens </td>
458   </tr>
459   <tr>
460     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Rendering: Use exclamation point prefix to escape TWiki markup rendering. <a href="http://TWiki.org/cgi-bin/view/Codev/EasierNop" target="_top">Details</a></td>
461     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.ArthurClemens </td>
462   </tr>
463   <tr>
464     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Rendering: Ordered lists with uppercase &amp; lowercase letters, uppercase &amp; lowercase Roman numerals. <a href="http://TWiki.org/cgi-bin/view/Codev/ImprovedOutlines" target="_top">Details</a></td>
465     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.DanBoitnott TWiki:Main.PeterThoeny </td>
466   </tr>
467   <tr>
468     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Rendering: Allow custom styles for the "?" of uncreated topics. <a href="http://TWiki.org/cgi-bin/view/Codev/NewTopicLinkStylePatch" target="_top">Details</a></td>
469     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.SvenDowideit </td>
470   </tr>
471   <tr>
472     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Rendering: Render IRC and NNTP as a URL. <a href="http://TWiki.org/cgi-bin/view/Codev/RenderIrcAsURL" target="_top">Details</a></td>
473     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
474   </tr>
475   <tr>
476     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Rendering: Make acronym linking more strict by requiring a trailing boundary, e.g. excluding TLAfoobar. <a href="http://TWiki.org/cgi-bin/view/Codev/TLAbehaviourIsOdd" target="_top">Details</a></td>
477     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.CrawfordCurrie TWiki:Main.SvenDowideit </td>
478   </tr>
479   <tr>
480     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Rendering: TWiki Form with Label type. <a href="http://TWiki.org/cgi-bin/view/Codev/TWikiFormWithLabelType" target="_top">Details</a></td>
481     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
482   </tr>
483   <tr>
484     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Rendering: Web names can now be WikiWords. <a href="http://TWiki.org/cgi-bin/view/Codev/WebNameAsWikiName" target="_top">Details</a></td>
485     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
486   </tr>
487   <tr>
488     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Rendering: New syntax for definition list with dollar sign and colon. <a href="http://TWiki.org/cgi-bin/view/Codev/WikiSyntaxForDefinitionLists" target="_top">Details</a></td>
489     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.AdamTheo TWiki:Main.PeterThoeny </td>
490   </tr>
491   <tr>
492     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Rendering: Table with multi-span rows, functionality provided by Table Plugin. <a href="http://TWiki.org/cgi-bin/view/Codev/WikiTablesNeedRowspanning" target="_top">Details</a></td>
493     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.WalterMundt </td>
494   </tr>
495   <tr>
496     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Variables: New title parameter for TOC variable. <a href="http://TWiki.org/cgi-bin/view/Codev/AddHeadingToToc" target="_top">Details</a></td>
497     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny TWiki:Main.ArthurClemens </td>
498   </tr>
499   <tr>
500     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Variables: New REVINFO variable in templates supports flexible display of revision information. <a href="http://TWiki.org/cgi-bin/view/Codev/AddRevisionVariablesToTemplate" target="_top">Details</a></td>
501     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny TWiki:Main.SvenDowideit </td>
502   </tr>
503   <tr>
504     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Variables: Set times to be displayed as gmtime or servertime. <a href="http://TWiki.org/cgi-bin/view/Codev/AlwaysServerTimeZone" target="_top">Details</a></td>
505     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.SueBlake TWiki:Main.SvenDowideit </td>
506   </tr>
507   <tr>
508     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Variables: Properly encode parameters for form fields with ENCODE variable. <a href="http://TWiki.org/cgi-bin/view/Codev/EncodeParamsForFormFields" target="_top">Details</a></td>
509     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
510   </tr>
511   <tr>
512     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Variables: Expand USERNAME and WIKINAME in Template Topics. <a href="http://TWiki.org/cgi-bin/view/Codev/ExpandUsernameAndWikinameInTemplateTopics" target="_top">Details</a></td>
513     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
514   </tr>
515   <tr>
516     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Variables: Expand same variables in new user template as in template topics. <a href="http://TWiki.org/cgi-bin/view/Codev/ExpandVariablesInNewUserTemplate" target="_top">Details</a></td>
517     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
518   </tr>
519   <tr>
520     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Variables: Optionally warn when included topic does not exist; with the option to create the included topic. <a href="http://TWiki.org/cgi-bin/view/Codev/FailedIncludeWarning" target="_top">Details</a></td>
521     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
522   </tr>
523   <tr>
524     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Variables: In topic text show file-types of attached files as icons. <a href="http://TWiki.org/cgi-bin/view/Codev/FileAttachmentIconVariable" target="_top">Details</a></td>
525     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
526   </tr>
527   <tr>
528     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Variables: New variable FORMFIELD returns the value of a field in the form attached to a topic.. <a href="http://TWiki.org/cgi-bin/view/Codev/FormattedTWikiFormDataInTopicText" target="_top">Details</a></td>
529     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.DavidSachitano TWiki:Main.SvenDowideit </td>
530   </tr>
531   <tr>
532     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Variables: Meta data rendering for form fields with META{"formfield"}. <a href="http://TWiki.org/cgi-bin/view/Codev/MetaDataRendering" target="_top">Details</a></td>
533     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
534   </tr>
535   <tr>
536     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Variables: New PLUGINVERSION variable. <a href="http://TWiki.org/cgi-bin/view/Codev/PluginVersionVariable" target="_top">Details</a></td>
537     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
538   </tr>
539   <tr>
540     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Variables: URLPARAM now has a <code>default="..."</code> argument, for when no value has been given. <a href="http://TWiki.org/cgi-bin/view/Codev/UrlParamWithDefaultValue" target="_top">Details</a></td>
541     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
542   </tr>
543   <tr>
544     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Variables: URLPARAM variable with newline parameter. <a href="http://TWiki.org/cgi-bin/view/Codev/UrlParamWithNewlineArg" target="_top">Details</a></td>
545     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
546   </tr>
547   <tr>
548     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Variables: URLPARAM variable with new multiple=on parameter. <a href="http://TWiki.org/cgi-bin/view/Codev/UrlParamWithSelectMultiple" target="_top">Details</a></td>
549     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PaulineCheung TWiki:Main.PeterThoeny </td>
550   </tr>
551   <tr>
552     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Search: New switch for search to perform an AND NOT search. <a href="http://TWiki.org/cgi-bin/view/Codev/InvertedSearchFeature" target="_top">Details</a></td>
553     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
554   </tr>
555   <tr>
556     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Search: Keyword search to search with implicit AND. <a href="http://TWiki.org/cgi-bin/view/Codev/KeywordSearchWithImplicitAnd" target="_top">Details</a></td>
557     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
558   </tr>
559   <tr>
560     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Search: Multiple searches in same topic with new multiple="on" paramter. <a href="http://TWiki.org/cgi-bin/view/Codev/MultipleSearchesInSameTopic" target="_top">Details</a></td>
561     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
562   </tr>
563   <tr>
564     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Search: Remove limitation on number of topics to search in a web. <a href="http://TWiki.org/cgi-bin/view/Codev/ArgumentListIsTooLongForSearch" target="_top">Details</a></td>
565     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
566   </tr>
567   <tr>
568     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Search: Exclude topics from search with an excludetopic parameter. <a href="http://TWiki.org/cgi-bin/view/Codev/ExcludeWebTopicsFromSearch" target="_top">Details</a></td>
569     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
570   </tr>
571   <tr>
572     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Search: Expand Variables on Formatted Search with expandvariables Flag. <a href="http://TWiki.org/cgi-bin/view/Codev/ExpandVariablesOnFormattedSearch" target="_top">Details</a></td>
573     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
574   </tr>
575   <tr>
576     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Search: Formatted Search with Web Form variable to retrieve the name of the form attached to a topic. <a href="http://TWiki.org/cgi-bin/view/Codev/FormattedSearchFormnameVariable" target="_top">Details</a></td>
577     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.FrankSmith TWiki:Main.PeterThoeny </td>
578   </tr>
579   <tr>
580     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Search: Formatted Search with Conditional Output. <a href="http://TWiki.org/cgi-bin/view/Codev/FormattedSearchWithConditionalOutput" target="_top">Details</a></td>
581     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
582   </tr>
583   <tr>
584     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Search: Formatted Search with $parent token to get the parent topic. <a href="http://TWiki.org/cgi-bin/view/Codev/FormattedSearchWithParentTopic" target="_top">Details</a></td>
585     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
586   </tr>
587   <tr>
588     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Search: New separator parameter to SEARCH supports better SEARCH embedding. <a href="http://TWiki.org/cgi-bin/view/Codev/FormattedSearchWithSeparatorParameter" target="_top">Details</a></td>
589     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
590   </tr>
591   <tr>
592     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Search: Improved search performance when sorting result by topic name. <a href="http://TWiki.org/cgi-bin/view/Codev/SchwartzianTransformMisused" target="_top">Details</a></td>
593     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
594   </tr>
595   <tr>
596     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Search: New <code>scope=all</code> search parameter to search in topic name and topic text at the same time. <a href="http://TWiki.org/cgi-bin/view/Codev/SearchScopeForTopicAndText" target="_top">Details</a></td>
597     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
598   </tr>
599   <tr>
600     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Search: New <code>topic</code> parameter for AND search on topic text and topic name. <a href="http://TWiki.org/cgi-bin/view/Codev/SearchTopicNameAndTopicText" target="_top">Details</a></td>
601     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
602   </tr>
603   <tr>
604     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Search modules uses Perl-style keyword parameters (code cleanup). <a href="http://TWiki.org/cgi-bin/view/Codev/SearchWebHasTooManyParameters" target="_top">Details</a></td>
605     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
606   </tr>
607   <tr>
608     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Search: New $wikiname variable in format parameter of formatted search. <a href="http://TWiki.org/cgi-bin/view/Codev/ShortUserNameInFormattedSearch" target="_top">Details</a></td>
609     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.ArthurClemens </td>
610   </tr>
611   <tr>
612     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Search: Sort search by topic creation date. <a href="http://TWiki.org/cgi-bin/view/Codev/SortSearchByTopicCreateDate" target="_top">Details</a></td>
613     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
614   </tr>
615   <tr>
616     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Search: Topic creation date and user in Formatted Search. <a href="http://TWiki.org/cgi-bin/view/Codev/TopicCreateDateInFormattedSearch" target="_top">Details</a></td>
617     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.CoreyFruitman TWiki:Main.SvenDowideit </td>
618   </tr>
619   <tr>
620     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Search: Increase levels of nested search from 2 to 16. <a href="http://TWiki.org/cgi-bin/view/Codev/MoreNestedSearchLevels" target="_top">Details</a></td>
621     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
622   </tr>
623   <tr>
624     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Plugins: New pre-installed Plugins CommentPlugin, EditTablePlugin, RenderListPlugin, SlideShowPlugin, SmiliesPlugin, SpreadSheetPlugin, TablePlugin. <a href="http://TWiki.org/cgi-bin/view/Codev/PreinstalledTWikiPlugins" target="_top">Details</a></td>
625     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
626   </tr>
627   <tr>
628     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Plugins: New callback <code>afterSaveHandler</code>, called after a topic is saved. <a href="http://TWiki.org/cgi-bin/view/Codev/AfterSavePluginHandler" target="_top">Details</a></td>
629     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.WalterMundt </td>
630   </tr>
631   <tr>
632     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Plugins: New callbacks <code>beforeAttachmentSaveHandler</code> and <code>afterAttachmentSaveHandler</code>, used to intervene on attachment save event. <a href="http://TWiki.org/cgi-bin/view/Codev/BeforeAttachmentSaveHandler" target="_top">Details</a></td>
633     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.MartinCleaver TWiki:Main.WalterMundt </td>
634   </tr>
635   <tr>
636     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Plugins: New callbacks <code>beforeCommonTagsHandler</code> and <code>afterCommonTagsHandler</code>. <a href="http://TWiki.org/cgi-bin/view/Codev/BeforeCommonTagsHandler" target="_top">Details</a></td>
637     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
638   </tr>
639   <tr>
640     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Plugins: New callback <code>renderFormFieldForEditHandler</code> to render form field for edit. <a href="http://TWiki.org/cgi-bin/view/Codev/RenderFormFieldForEditHandler" target="_top">Details</a></td>
641     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.JohnTalintyre </td>
642   </tr>
643   <tr>
644     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Plugins: New callback <code>renderWikiWordHandler</code> to custom render links. <a href="http://TWiki.org/cgi-bin/view/Codev/RenderedWikiWordHandler" target="_top">Details</a></td>
645     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.MartinCleaver TWiki:Main.WalterMundt </td>
646   </tr>
647   <tr>
648     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Plugins: New function <code>TWiki::Func::formatTime</code> to format time into a string. <a href="http://TWiki.org/cgi-bin/view/Codev/FormatTime" target="_top">Details</a></td>
649     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.SvenDowideit </td>
650   </tr>
651   <tr>
652     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Plugins: New function <code>TWiki::Func::getRegularExpression</code> to get predefined regular expressions. <a href="http://TWiki.org/cgi-bin/view/Codev/GetRegularExpression" target="_top">Details</a></td>
653     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.RichardDonkin </td>
654   </tr>
655   <tr>
656     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Plugins: New functions <code>TWiki::Func::getPluginPreferences*</code> to get Plugin preferences. <a href="http://TWiki.org/cgi-bin/view/Codev/GetPluginPreferences" target="_top">Details</a></td>
657     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.WalterMundt </td>
658   </tr>
659   <tr>
660     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Plugins: New function <code>TWiki::Func::extractParameters</code> to extract all parameters from a variable string. <a href="http://TWiki.org/cgi-bin/view/Codev/ExtractParameters" target="_top">Details</a></td>
661     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
662   </tr>
663   <tr>
664     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Plugins: New function <code>TWiki::Func::checkDependencies</code> to check for module dependency. <a href="http://TWiki.org/cgi-bin/view/Codev/PluginDependencies" target="_top">Details</a></td>
665     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.CrawfordCurrie TWiki:Main.SvenDowideit </td>
666   </tr>
667   <tr>
668     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Plugins: A recommendation for where a Plugin can store its data. <a href="http://TWiki.org/cgi-bin/view/Codev/RecommendedStorageOfPluginData" target="_top">Details</a></td>
669     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
670   </tr>
671   <tr>
672     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> UI: Show tool-tip topic info on [[Main/WikiWord]] links. <a href="http://TWiki.org/cgi-bin/view/Codev/ToolTipTopicInfoOnWikiWordLinks" target="_top">Details</a></td>
673     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
674   </tr>
675   <tr>
676     <td bgcolor="#ffffff" style="width: 90%" width="90%"> UI: Save topic and continue edit feature. <a href="http://TWiki.org/cgi-bin/view/Codev/CheckpointSave" target="_top">Details</a></td>
677     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.ColasNahaboo </td>
678   </tr>
679   <tr>
680     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> UI: Change topic with direct save (without edit/preview/save cycle) and checkpoint save. <a href="http://TWiki.org/cgi-bin/view/Codev/SavemultiCgiScript" target="_top">Details</a></td>
681     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.MattWilkie TWiki:Main.SvenDowideit </td>
682   </tr>
683   <tr>
684     <td bgcolor="#ffffff" style="width: 90%" width="90%"> UI: In attachment table, change 'action' to 'manage'. <a href="http://TWiki.org/cgi-bin/view/Codev/AttachmentActionLinkBadName" target="_top">Details</a></td>
685     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny TWiki:Main.ArthurClemens </td>
686   </tr>
687   <tr>
688     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> UI: Smaller usability enhancements on the file attachment table. <a href="http://TWiki.org/cgi-bin/view/Codev/BetterAttachmentTableForCairoRelease" target="_top">Details</a></td>
689     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny TWiki:Main.ArthurClemens </td>
690   </tr>
691   <tr>
692     <td bgcolor="#ffffff" style="width: 90%" width="90%"> UI: Removes anchor links from header content and places them before the text to fix 'header becomes link'. <a href="http://TWiki.org/cgi-bin/view/Codev/BetterLinksToHeadings" target="_top">Details</a></td>
693     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.ArthurClemens </td>
694   </tr>
695   <tr>
696     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> UI: Improved functionality of the More screen. <a href="http://TWiki.org/cgi-bin/view/Codev/BetterMoreRealizedFeatures" target="_top">Details</a></td>
697     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny TWiki:Main.ArthurClemens </td>
698   </tr>
699   <tr>
700     <td bgcolor="#ffffff" style="width: 90%" width="90%"> UI: Quick reference chart of most used markup is now listed on the edit screen. <a href="http://TWiki.org/cgi-bin/view/Codev/HelpTextInEditPage" target="_top">Details</a></td>
701     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.ArthurClemens </td>
702   </tr>
703   <tr>
704     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> UI: Flag for edit script to avoid overwrite of existing topic text and form data. <a href="http://TWiki.org/cgi-bin/view/Codev/FlagForEditScriptToAvoidFormDataOverwrite" target="_top">Details</a></td>
705     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.NielsKoldso TWiki:Main.PeterThoeny </td>
706   </tr>
707   <tr>
708     <td bgcolor="#ffffff" style="width: 90%" width="90%"> UI: Disable Escape key in IE textarea to prevent it cancelling work. <a href="http://TWiki.org/cgi-bin/view/Codev/EscKeyInEditorDeletesText" target="_top">Details</a></td>
709     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny </td>
710   </tr>
711   <tr>
712     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> UI: Improved warning message on unsaved topic. <a href="http://TWiki.org/cgi-bin/view/Codev/ReassurePeopleTheyDidntLoseTheirData" target="_top">Details</a></td>
713     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.MartinGregory TWiki:Main.SvenDowideit </td>
714   </tr>
715   <tr>
716     <td bgcolor="#ffffff" style="width: 90%" width="90%"> UI: Reverse order of words in page title for better multi-window/tab navigation. <a href="http://TWiki.org/cgi-bin/view/Codev/ReversePageTitle" target="_top">Details</a></td>
717     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.ArthurClemens </td>
718   </tr>
719   <tr>
720     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> UI: Provides a framework to create and modify a topic without going through edit-&gt;preview-&gt;save sequence. <a href="http://TWiki.org/cgi-bin/view/Codev/SaveContentWithoutEdit" target="_top">Details</a></td>
721     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.AndreUlrich TWiki:Main.SvenDowideit </td>
722   </tr>
723   <tr>
724     <td bgcolor="#ffffff" style="width: 90%" width="90%"> UI: Set the topic parent to none in More screen, e.g. remove the current topic parent. <a href="http://TWiki.org/cgi-bin/view/Codev/SettingParentTopicToNone" target="_top">Details</a></td>
725     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
726   </tr>
727   <tr>
728     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> UI: Use templates to define how file attachments are displayed. Was previously hard-coded. <a href="http://TWiki.org/cgi-bin/view/Codev/TemplatesForMetaDataPresentation" target="_top">Details</a></td>
729     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.CrawfordCurrie TWiki:Main.SvenDowideit </td>
730   </tr>
731   <tr>
732     <td bgcolor="#ffffff" style="width: 90%" width="90%"> UI: Topic diff shows unified diff with unchanged context. <a href="http://TWiki.org/cgi-bin/view/Codev/UnifiedDiffOutput" target="_top">Details</a></td>
733     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.SvenDowideit </td>
734   </tr>
735   <tr>
736     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> UI: Diff feature shows TWiki form changes in nice tables. <a href="http://TWiki.org/cgi-bin/view/Codev/TWikiFormsDiffRendering" target="_top">Details</a></td>
737     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.SvenDowideit </td>
738   </tr>
739   <tr>
740     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Code refactoring: The log entry for a save now has a dontNotify flag in the extra field if the user checked the minor changes flag. <a href="http://TWiki.org/cgi-bin/view/Codev/DontNotifyFlagInLogFile" target="_top">Details</a></td>
741     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
742   </tr>
743   <tr>
744     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Code refactoring: Server-side include of attachments accelerates INCLUDE. <a href="http://TWiki.org/cgi-bin/view/Codev/IncludeAttachment" target="_top">Details</a></td>
745     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny </td>
746   </tr>
747   <tr>
748     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Code refactoring: Move functionality out of bin scripts and into included modules. <a href="http://TWiki.org/cgi-bin/view/Codev/MoreChangesToUpload" target="_top">Details</a></td>
749     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.CrawfordCurrie TWiki:Main.SvenDowideit </td>
750   </tr>
751   <tr>
752     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Code refactoring: Move bin script functionality into TWiki::UI modules. <a href="http://TWiki.org/cgi-bin/view/Codev/MoveScriptFunctionalityIntoTWikiUiLibs" target="_top">Details</a></td>
753     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny </td>
754   </tr>
755   <tr>
756     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Code refactoring: Optimize preferences handling for better performance. <a href="http://TWiki.org/cgi-bin/view/Codev/OptimizePreferencesHandling" target="_top">Details</a></td>
757     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PavelGoran TWiki:Main.WalterMundt </td>
758   </tr>
759   <tr>
760     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Code refactoring: Refactor variable expansion for edit and register. <a href="http://TWiki.org/cgi-bin/view/Codev/RefactorVariableExpansion" target="_top">Details</a></td>
761     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny </td>
762   </tr>
763   <tr>
764     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Code refactoring: Move savemulti script into TWiki::UI::Save. <a href="http://TWiki.org/cgi-bin/view/Codev/SavemultiIntoSaveDotPm" target="_top">Details</a></td>
765     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.MattWilkie TWiki:Main.SvenDowideit </td>
766   </tr>
767   <tr>
768     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Code refactoring: Topic search is done natively in Perl, it does not depend anymore on system calls with pipes. <a href="http://TWiki.org/cgi-bin/view/Codev/SearchWithNoPipe" target="_top">Details</a></td>
769     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
770   </tr>
771   <tr>
772     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Code refactoring: Fix logical error in upload script which prevented MIME filename from being used. <a href="http://TWiki.org/cgi-bin/view/Codev/UploadFilenameFixToEnableBatchUploadWithCurl" target="_top">Details</a></td>
773     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.WalterMundt </td>
774   </tr>
775 </table>
776
777 <table border="1" cellpadding="0" cellspacing="0" style="border-width: 1px">
778   <tr>
779     <th bgcolor="#6b7f93" maxcols="0" style="width: 90%" width="90%"><a href="http://localhost?sortcol=0;table=3;up=0#sorted_table" rel="nofollow" title="Sort by this column"><font color="#ffffff">Bug Fixes of 01-Sep-2004 Release</font></a></th>
780     <th bgcolor="#6b7f93" maxcols="0" style="width: 10%" width="10%"><a href="http://localhost?sortcol=1;table=3;up=0#sorted_table" rel="nofollow" title="Sort by this column"><font color="#ffffff">Developer, Sponsor</font></a></th>
781   </tr>
782   <tr>
783     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Consistently create headings with empty anchor tags. <a href="http://TWiki.org/cgi-bin/view/Codev/AllcapsHeadingsProduceBrokenAnchors" target="_top">Details</a></td>
784     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
785   </tr>
786   <tr>
787     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: TOC does not work for headings containing &amp; without spaces surrounding it. <a href="http://TWiki.org/cgi-bin/view/Codev/AmpersandHeadingBadTOCLink" target="_top">Details</a></td>
788     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
789   </tr>
790   <tr>
791     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Backslash line break breaks TWiki form definitions. <a href="http://TWiki.org/cgi-bin/view/Codev/BackslashBreaksForm" target="_top">Details</a></td>
792     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny </td>
793   </tr>
794   <tr>
795     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Rename fixes unrelated topic references. <a href="http://TWiki.org/cgi-bin/view/Codev/BugInTopicRenaming" target="_top">Details</a></td>
796     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.RichardDonkin </td>
797   </tr>
798   <tr>
799     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Bug with infinite recursion in search. <a href="http://TWiki.org/cgi-bin/view/Codev/BugInfiniteRecursionInSearch" target="_top">Details</a></td>
800     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
801   </tr>
802   <tr>
803     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Can't send mail with full 'From' address. <a href="http://TWiki.org/cgi-bin/view/Codev/CantSendMailWithFullAddress" target="_top">Details</a></td>
804     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
805   </tr>
806   <tr>
807     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: All scripts change to $bin before execute (for mod_perl2). <a href="http://TWiki.org/cgi-bin/view/Codev/ChangeToScriptDirForModPerl" target="_top">Details</a></td>
808     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
809   </tr>
810   <tr>
811     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Several RSS readers do not show all entries seen in the WebChanges list; repeated updates to the same topics get lost. <a href="http://TWiki.org/cgi-bin/view/Codev/ChangesDontShowUpInRSS" target="_top">Details</a></td>
812     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.ArthurClemens </td>
813   </tr>
814   <tr>
815     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: TWiki::Access::checkAccessPermission function improperly handles Main and TWiki webs. <a href="http://TWiki.org/cgi-bin/view/Codev/CheckAccessPermissionBrokenForMainAndTWikiWebs" target="_top">Details</a></td>
816     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.SvenDowideit </td>
817   </tr>
818   <tr>
819     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Topic save returns error CI Date precedes date in revision. <a href="http://TWiki.org/cgi-bin/view/Codev/CiDatePrecedesDateInRevision" target="_top">Details</a></td>
820     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
821   </tr>
822   <tr>
823     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Double quotes got replaced by " in TWiki forms. <a href="http://TWiki.org/cgi-bin/view/Codev/DoubleQuoteHandlingInTwikiForms" target="_top">Details</a></td>
824     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.MichaelSparks TWiki:Main.PeterThoeny </td>
825   </tr>
826   <tr>
827     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Duplicated Wiki name in .htpasswd entry for sha1 encoding. <a href="http://TWiki.org/cgi-bin/view/Codev/DuplicatedWikiNameInHtpasswdEntry" target="_top">Details</a></td>
828     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
829   </tr>
830   <tr>
831     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: When viewing a previous version of a topic, the view script substitutes only one occurrence of the variable EDITTOPIC. <a href="http://TWiki.org/cgi-bin/view/Codev/EditTopicNotGloballySubstituted" target="_top">Details</a></td>
832     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
833   </tr>
834   <tr>
835     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Form default values are not working for text fields. <a href="http://TWiki.org/cgi-bin/view/Codev/FormDefaultNotWorkingForTextField" target="_top">Details</a></td>
836     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.ThomasWeigert TWiki:Main.SvenDowideit </td>
837   </tr>
838   <tr>
839     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Formatted searches using a $pattern which unbalanced parenthesis crash TWiki. <a href="http://TWiki.org/cgi-bin/view/Codev/FormattedSearchPatternExtractionUnmatchedParenthesesError" target="_top">Details</a></td>
840     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
841   </tr>
842   <tr>
843     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Formatted Search uses title but should use name for formfield parameter. <a href="http://TWiki.org/cgi-bin/view/Codev/FormattedSearchUsesTitleInsteadOfName" target="_top">Details</a></td>
844     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
845   </tr>
846   <tr>
847     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: GMTIME variable returns unwanted GMT text. <a href="http://TWiki.org/cgi-bin/view/Codev/GmTimeVariableReturnsUnwantedGMT" target="_top">Details</a></td>
848     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.SvenDowideit </td>
849   </tr>
850   <tr>
851     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Include from other Web links ACRONYMS. <a href="http://TWiki.org/cgi-bin/view/Codev/IncludeFromOtherWebLinksACRONYMS" target="_top">Details</a></td>
852     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
853   </tr>
854   <tr>
855     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Including an HTML file is very slow. <a href="http://TWiki.org/cgi-bin/view/Codev/IncludeHTMLTakesLongTime" target="_top">Details</a></td>
856     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.JohnTalintyre </td>
857   </tr>
858   <tr>
859     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: includeUrl() mess up absolute URLs. <a href="http://TWiki.org/cgi-bin/view/Codev/IncludeUrlScrewsUpAbsoluteUrls" target="_top">Details</a></td>
860     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.SvenDowideit </td>
861   </tr>
862   <tr>
863     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Filter out fixed font rendering in TOC to avoid unrendered = equal signs in TOC. <a href="http://TWiki.org/cgi-bin/view/Codev/IncorrectWhitespaceParsingInTOC" target="_top">Details</a></td>
864     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
865   </tr>
866   <tr>
867     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: The initializeUserHandler is broken for session Plugins. <a href="http://TWiki.org/cgi-bin/view/Codev/InitializeUserHandlerBroken" target="_top">Details</a></td>
868     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.JohnTalintyre </td>
869   </tr>
870   <tr>
871     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: SEARCH fails with very large webs. <a href="http://TWiki.org/cgi-bin/view/Codev/InlineSearchArgListTooLong" target="_top">Details</a></td>
872     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
873   </tr>
874   <tr>
875     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Security alert: User could gain view access rights of another user. <a href="http://TWiki.org/cgi-bin/view/Codev/InsecureViewWithFailedAuthentication" target="_top">Details</a></td>
876     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.KimCovil TWiki:Main.PeterThoeny </td>
877   </tr>
878   <tr>
879     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: 'print to closed file handle' error of log files are not writable. <a href="http://TWiki.org/cgi-bin/view/Codev/LogAndWarningFilePermissionsGiveBadErrorMessage" target="_top">Details</a></td>
880     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.MartinGregory TWiki:Main.SvenDowideit </td>
881   </tr>
882   <tr>
883     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Meta data handler can't process CR-LF line endings. <a href="http://TWiki.org/cgi-bin/view/Codev/MetaDataHandlerCantProcessCrLfLineEndings" target="_top">Details</a></td>
884     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
885   </tr>
886   <tr>
887     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: METAFIELD meta data is not shown in view raw=on mode. <a href="http://TWiki.org/cgi-bin/view/Codev/MetaFieldNotShownInViewRawMode" target="_top">Details</a></td>
888     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
889   </tr>
890   <tr>
891     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Minor XHTML non-compliance in templates and code. <a href="http://TWiki.org/cgi-bin/view/Codev/MinorXHTMLNonComplianceInTemplates" target="_top">Details</a></td>
892     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
893   </tr>
894   <tr>
895     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Getting pages from virtual hosts fails. <a href="http://TWiki.org/cgi-bin/view/Codev/NetCantGetURLFromVhosts" target="_top">Details</a></td>
896     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.JohnTalintyre </td>
897   </tr>
898   <tr>
899     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Create new web fails if RCS files do not exist. <a href="http://TWiki.org/cgi-bin/view/Codev/NewWebFailsIfTemplateRCSIsDeleted" target="_top">Details</a></td>
900     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.ClausBrunzema TWiki:Main.SvenDowideit </td>
901   </tr>
902   <tr>
903     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Metacharacters can be passed through to the shell in File Attach. <a href="http://TWiki.org/cgi-bin/view/Codev/NoShellCharacterEscapingInFileAttachComment" target="_top">Details</a></td>
904     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
905   </tr>
906   <tr>
907     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Ability to delete non-WikiWord topics without confirmation. <a href="http://TWiki.org/cgi-bin/view/Codev/NonWikiWordInConfirm" target="_top">Details</a></td>
908     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
909   </tr>
910   <tr>
911     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: + symbol in password reset fails. <a href="http://TWiki.org/cgi-bin/view/Codev/OopsResetPasswdFormat" target="_top">Details</a></td>
912     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
913   </tr>
914   <tr>
915     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Pathinfo cleanup for hosted sites. <a href="http://TWiki.org/cgi-bin/view/Codev/PathInfoCleanupBug" target="_top">Details</a></td>
916     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.MikeSalisbury TWiki:Main.SvenDowideit </td>
917   </tr>
918   <tr>
919     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Software error in SEARCH if regular expression pattern has unmached parenthesis. <a href="http://TWiki.org/cgi-bin/view/Codev/PatternExtractBug" target="_top">Details</a></td>
920     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
921   </tr>
922   <tr>
923     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Pipe chars in the comment field of the attachment table are not escaped. <a href="http://TWiki.org/cgi-bin/view/Codev/PipeInCommentInAttachmentTableNotEscaped" target="_top">Details</a></td>
924     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
925   </tr>
926   <tr>
927     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Link escaping in preview fails for not quoted hrefs. <a href="http://TWiki.org/cgi-bin/view/Codev/PreviewDoesNoQuoteHrefs" target="_top">Details</a></td>
928     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.TedPavlic TWiki:Main.PeterThoeny </td>
929   </tr>
930   <tr>
931     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Preview expands variables twice. <a href="http://TWiki.org/cgi-bin/view/Codev/PreviewExpandsVariablesTwice" target="_top">Details</a></td>
932     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
933   </tr>
934   <tr>
935     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Using a proxy with TWiki fails; no proxy-HTTP request, minimal request not HTTP 1.0, requests marked 1.1 are at best 1.0. <a href="http://TWiki.org/cgi-bin/view/Codev/ProxiedIncludesBrokenImplementationBug" target="_top">Details</a></td>
936     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.MichaelSparks TWiki:Main.JohnTalintyre </td>
937   </tr>
938   <tr>
939     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Runaway view processes with TWiki::Sore::RcsLite. <a href="http://TWiki.org/cgi-bin/view/Codev/RcsLiteRunawayViewProcesses" target="_top">Details</a></td>
940     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.SvenDowideit </td>
941   </tr>
942   <tr>
943     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Regex Error in WebTopicList with topics that have meta characters in the name. <a href="http://TWiki.org/cgi-bin/view/Codev/RegexErrorWithTopicNamesWithMetaChars" target="_top">Details</a></td>
944     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
945   </tr>
946   <tr>
947     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Rename script misses some ref-by topics. <a href="http://TWiki.org/cgi-bin/view/Codev/RenameScriptMissesSomeReferrers" target="_top">Details</a></td>
948     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.JohnTalintyre </td>
949   </tr>
950   <tr>
951     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Links to self within the page being renamed are not changed. <a href="http://TWiki.org/cgi-bin/view/Codev/RenameSkipsSelf" target="_top">Details</a></td>
952     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.SvenDowideit </td>
953   </tr>
954   <tr>
955     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Rename topic does 'Main.Main.UserName' for attachments. <a href="http://TWiki.org/cgi-bin/view/Codev/RenameTopicDoesMainMainUser" target="_top">Details</a></td>
956     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
957   </tr>
958   <tr>
959     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Revision date is set to Jan 1970 when using RCS Lite. <a href="http://TWiki.org/cgi-bin/view/Codev/RevisionDateJan1970" target="_top">Details</a></td>
960     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.SvenDowideit </td>
961   </tr>
962   <tr>
963     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: The new dynamically-created SiteMap is very nice, but somewhat slow. <a href="http://TWiki.org/cgi-bin/view/Codev/SiteMapIsSlow" target="_top">Details</a></td>
964     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
965   </tr>
966   <tr>
967     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: The makeAnchorName function did not produce the same results if called iteratively, resulting in problems trying to link to headers.. <a href="http://TWiki.org/cgi-bin/view/Codev/SpecificLinkIncorrectlyRemovesAnchorUnderscores" target="_top">Details</a></td>
968     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.WalterMundt </td>
969   </tr>
970   <tr>
971     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Statistics page does not provide links to non-wikiword topics. <a href="http://TWiki.org/cgi-bin/view/Codev/StatisticsDoesNotLinkNonWikiWordTopics" target="_top">Details</a></td>
972     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
973   </tr>
974   <tr>
975     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Make TOC link URI references relative. <a href="http://TWiki.org/cgi-bin/view/Codev/TOCLinkURIRefsNotRelative" target="_top">Details</a></td>
976     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.MartinGregory TWiki:Main.PeterThoeny </td>
977   </tr>
978   <tr>
979     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: TWiki hangs when used on Apache 2.0. <a href="http://TWiki.org/cgi-bin/view/Codev/TWikiOnApache2dot0Hangs" target="_top">Details</a></td>
980     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.SvenDowideit </td>
981   </tr>
982   <tr>
983     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: TOC incorrectly strips out links in headers. <a href="http://TWiki.org/cgi-bin/view/Codev/TocMishandlesStrippingLinks" target="_top">Details</a></td>
984     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
985   </tr>
986   <tr>
987     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: The HTML tags that are generated by TOC do not close properly. <a href="http://TWiki.org/cgi-bin/view/Codev/TocNotClosedProperly" target="_top">Details</a></td>
988     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
989   </tr>
990   <tr>
991     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: TOC on INCLUDEd topic ignores STOPINCLUDE. <a href="http://TWiki.org/cgi-bin/view/Codev/TocWithParameterIgnoresStopinclude" target="_top">Details</a></td>
992     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.WillNorris TWiki:Main.PeterThoeny </td>
993   </tr>
994   <tr>
995     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Quotes in tooltip message can break a TWiki form. <a href="http://TWiki.org/cgi-bin/view/Codev/TooltipCanBreakForm" target="_top">Details</a></td>
996     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
997   </tr>
998   <tr>
999     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Better error message if the file attachment directory is not writable. <a href="http://TWiki.org/cgi-bin/view/Codev/UninitializedValueInRcsFile" target="_top">Details</a></td>
1000     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.CrawfordCurrie TWiki:Main.SvenDowideit </td>
1001   </tr>
1002   <tr>
1003     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Image size of PNG files. <a href="http://TWiki.org/cgi-bin/view/Codev/UploadDoesNotGenerateImageSizeOfPngs" target="_top">Details</a></td>
1004     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.ArthurClemens </td>
1005   </tr>
1006   <tr>
1007     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: The testenv script distinguishes between real user ID and effective user ID. <a href="http://TWiki.org/cgi-bin/view/Codev/UseEffectiveUIDInTestenv" target="_top">Details</a></td>
1008     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.RichardDonkin </td>
1009   </tr>
1010   <tr>
1011     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Variables in square bracket links dont work in form fields. <a href="http://TWiki.org/cgi-bin/view/Codev/VariableInSquareBracketLinkDoestWorkInFormField" target="_top">Details</a></td>
1012     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.SvenDowideit </td>
1013   </tr>
1014   <tr>
1015     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Variable with Parameters in Form Fields Disappear. <a href="http://TWiki.org/cgi-bin/view/Codev/VariableWithParamsInFormFieldsDisappear" target="_top">Details</a></td>
1016     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
1017   </tr>
1018   <tr>
1019     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Verbatim tag should escape HTML entities. <a href="http://TWiki.org/cgi-bin/view/Codev/VerbatimShouldEscapeHtmlEntities" target="_top">Details</a></td>
1020     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
1021   </tr>
1022   <tr>
1023     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Field names of TWiki Forms can be WikiWords, this is used to link to a help topic. <a href="http://TWiki.org/cgi-bin/view/Codev/WebDotTopicFormFieldNamesDontWork" target="_top">Details</a></td>
1024     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.PeterThoeny </td>
1025   </tr>
1026   <tr>
1027     <td bgcolor="#ffffff" style="width: 90%" width="90%"> Fix: Clean up the WebRssBase INCLUDES to use VARIABLES set in TWikiPreferences. <a href="http://TWiki.org/cgi-bin/view/Codev/WebRssBaseDcFieldsWrong" target="_top">Details</a></td>
1028     <td bgcolor="#ffffff" style="width: 10%" width="10%"> TWiki:Main.SvenDowideit </td>
1029   </tr>
1030   <tr>
1031     <td bgcolor="#ecf2f8" style="width: 90%" width="90%"> Fix: Resolving variables in included topics. <a href="http://TWiki.org/cgi-bin/view/Codev/WrongInternalTagOrder" target="_top">Details</a></td>
1032     <td bgcolor="#ecf2f8" style="width: 10%" width="10%"> TWiki:Main.OliverKrueger TWiki:Main.SvenDowideit </td>
1033   </tr>
1034 </table>
1035
1036 <a name="BeijingRelease"></a>
1037
1038 ## <a name="01-Feb-2003 Release (Beijing)"></a> 01-Feb-2003 Release (Beijing)
1039
1040 - **18 Jan 2003** - TWiki:Main.PeterThoeny
1041   - 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
1042 - **31 Dec 2002** - TWiki:Main.PeterThoeny
1043   - Enhanced Plugin API to manipulate topic data with new functions in Func.pm: `readTopicText`, `saveTopicText`, `setTopicEditLock`, `checkTopicEditLock`
1044 - **31 Dec 2002** - TWiki:Main.PeterThoeny
1045   - New `%NOAUTOLINK%` setting in the [[TWikiPreferences]] to disable the auto-linking of [[WikiWords]]
1046 - **29 Dec 2002** - TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny, TWiki:Main.RichardDonkin, TWiki:Main.SvenDowideit
1047   - New Plugin hooks `registrationHandler`, `beforeEditHandler`, `afterEditHandler`, `beforeSaveHandler`, `writeHeaderHandler`, `redirectCgiQueryHandler`, `getSessionValueHandler`, `setSessionValueHandler`
1048 - **30 Nov 2002** - TWiki:Main.RichardDonkin
1049   - Internationalization ('I18N') support for international characters in [[WikiWords]], such as ISO-8859-15, KOI8-R - also supports Chinese, Japanese, etc.
1050 - **25 Nov 2002** - TWiki:Main.PeterThoeny
1051   - Include previous topic revision with `%INCLUDE{ "OtherTopic" rev="1.2" }%`
1052 - **15 Nov 2002** - TWiki:Main.PeterThoeny
1053   - The Go box understands also URLs, useful for special [[TWikiSkins]] handling
1054 - **08 Nov 2002** - TWiki:Main.ColasNahaboo, TWiki:Main.RichardDonkin
1055   - 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
1056 - **30 Oct 2002** - TWiki:Main.PeterThoeny
1057   - New `%NOP{}%` variable in [[TWikiTemplates]] topic gets removed at topic creation time; useful to write protect template topics
1058 - **28 Sep 2002** - TWiki:Main.PeterThoeny
1059   - The `%URLPARAM{}%` variable in [[TWikiTemplates]] topic gets expanded at topic creation time; useful for dynamic content creation
1060 - **28 Sep 2002** - TWiki:Main.PeterThoeny
1061   - New `$logDir` introduced in TWiki.cfg to set the log directory
1062 - **13 Sep 2002** - TWiki:Main.PeterThoeny
1063   - Renamed the **Test** web to **Sandbox**
1064 - **03 Aug 2002** - TWiki:Main.RichardDonkin
1065   - New `setlib.cfg` file in the bin directory to set the TWiki library path
1066 - **02 Aug 2002** - TWiki:Main.PeterThoeny, TWiki:Main.RyanFreebern
1067   - Support for outbound HTTP proxy when including URLs based on new `%PROXYHOST` and `%PROXYPORT%` settings in the [[TWikiPreferences]]
1068 - **12 Jul 2002** - TWiki:Main.PeterThoeny
1069   - The page logo is configurable with new `%WIKILOGOIMG%`, `%TWIKILOGOURL%` and `%WIKILOGOALT%` variables in [[TWikiPreferences]]; replacing `$wikiHomeUrl` in TWiki.cfg
1070 - **12 Jun 2002** - TWiki:Main.PeterThoeny
1071   - New `%WIKITOOLNAME%` variable in [[TWikiPreferences]]; replacing `$wikiToolName` in TWiki.cfg
1072 - **31 May 2002** - TWiki:Main.PeterThoeny
1073   - New `%EDITBOXSTYLE%` preferences variable which sets the edit box width automatically to the window width
1074 - **17 May 2002** - TWiki:Main.PeterThoeny
1075   - New `%URLENCODE{}%` variable to encodes a string for using in a URL parameter, e.g. `%URLENCODE{"spaced name"}%` returns `spaced%20name`
1076 - **17 May 2002** - TWiki:Main.PeterThoeny
1077   - [[FormattedSearch]] can be nested
1078 - **05 May 2002** - TWiki:Main.PeterThoeny
1079   - New user home pages are now based on the [[NewUserTemplate]], replacing the `/twiki/templates/register.tmpl` template file
1080 - **26 Apr 2002** - TWiki:Main.PeterThoeny
1081   - New markup to exclude heading from a `%TOC%` table of content, e.g. `---+!! This heading` is not shown in a TOC
1082 - **13 Apr 2002** - TWiki:Main.PeterThoeny
1083   - Form and script to create new webs, see [[ManagingWebs]]
1084 - **01 Apr 2002** - TWiki:Main.JohnTalintyre
1085   - 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
1086 - **28 Mar 2002** - TWiki:Main.RichardDonkin
1087   - Fixed IE5/IE6-specific problem whereby going back from preview sometimes removes all edit changes
1088 - **23 Mar 2002** - TWiki:Main.JohnTalintyre
1089   - New AND search; with regular expression enabled, use the semicolon ";" as the AND operator in `%SEARCH{}%` variable, [[FormattedSearch]] and [[WebSearch]]
1090 - **21 Mar 2002** - TWiki:Main.ColasNahaboo, TWiki:Main.RichardDonkin
1091   - Fixed cache issue where the edit page showed outdated content
1092 - **06 Mar 2002** - TWiki:Main.RichardDonkin
1093   - Improved statistics script which uses less memory to process large log files
1094 - **09 Jan 2002** - TWiki:Main.JohnTalintyre
1095   - Variables inside `<verbatim>` tags are no longer expanded
1096
1097 <a name="AthensRelease"></a>
1098
1099 ## <a name="01-Dec-2001 Release (Athens)"></a> 01-Dec-2001 Release (Athens)
1100
1101 - **25 Oct 2001** - TWiki:Main.PeterThoeny
1102   - Added [[FormattedSearch]] to `%SEARCH{}%` variable for database like reporting.
1103
1104 ## <a name="01-Sep-2001 Release"></a> 01-Sep-2001 Release
1105
1106 - **30 Aug 2001** - TWiki:Main.JohnTalintyre
1107   - Easier install for Windows, including auto detection in `TWiki.cfg`
1108 - **30 Aug 2001** - TWiki:Main.JohnTalintyre
1109   - Ability to move attachments between topics, see [[FileAttachments]]
1110 - **21 Aug 2001** - TWiki:Main.PeterThoeny
1111   - Convert to XHTML 1.0 function: first step to XHTML-ifying TWiki
1112 - **26 Jun 2001** - TWiki:Main.JohnTalintyre
1113   - Category information to forms using the [[TWikiMetaData]] format, see [[TWikiForms]]
1114 - **07 Jun 2001** - TWiki:Main.PeterThoeny
1115   - 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]].
1116 - **07 Jun 2001** - TWiki:Main.PeterThoeny
1117   - New `%TOPICLIST{"format"}%` and `%WEBLIST{"format"}%` variables to get a formatted topic index and web index, respectively. More in [[TWikiVariables]].
1118 - **01 Jun 2001** - TWiki:Main.PeterThoeny
1119   - New `%URLPARAM{"name"}%` variable to query URL parameters. More in [[TWikiVariables]].
1120 - **01 Jun 2001** - TWiki:Main.AndreaSterbini
1121   - API to extend TWiki, see [[TWikiPluginAPI|Main/TWikiPlugins#PluginAPI]]
1122 - **01 Jun 2001** - TWiki:Main.KlausWriessnegger, TWiki:Main.AndreaSterbini
1123   - Forms to change/reset/install passwords, see [[ChangePassword]] &amp; [[ResetPassword]]
1124 - **01 May 2001** - TWiki:Main.AndreaSterbini
1125   - The [[TWikiAdminGroup]] (or other group) can be enabled as a [[SuperAdminGroup|Main/TWikiAccessControl#SuperAdminGroup]]. Members have browser edit access to _all_ locked topics.
1126 - **01 May 2001** - TWiki:Main.JohnTalintyre
1127   - Meta information format, see [[TWikiMetaData]]
1128 - **01 May 2001** - TWiki:Main.JohnTalintyre
1129   - Attachment under revision control See [[FileAttachment]]
1130 - **01 May 2001** - TWiki:Main.JohnTalintyre
1131   - Ability to rename/move topics, [[ManagingTopics]]
1132 - **27 Mar 2001** - TWiki:Main.PeterThoeny
1133   - 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]].
1134 - **25 Mar 2001** - TWiki:Main.PeterThoeny
1135   - 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
1136 - **28 Feb 2001** - TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny
1137   - 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]].
1138 - **28 Feb 2001** - TWiki:Main.PeterThoeny
1139   - 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]].
1140 - **28 Feb 2001** - TWiki:Main.PeterThoeny
1141   - 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]].
1142 - **25 Feb 2001** - TWiki:Main.NicholasLee, TWiki:Main.PeterThoeny
1143   - Use `Net::SMTP` module instead of `sendmail` if installed.
1144 - **01 Feb 2001** - TWiki:Main.PeterThoeny
1145   - Added `<verbatim>` ... `</verbatim>` tags to show source code "as is". Unlike the `<pre>` ... `</pre>` tags, it also shows `<`, `>`, `&` characters "as is".
1146 - **01 Feb 2001** - TWiki:Main.PeterThoeny
1147   - Fixed TWiki:Codev/CreateLinkToAttachedFileBug.
1148 - **21 Jan 2001** - TWiki:Main.PeterThoeny
1149   - Added a "Minor change, don't notify" checkbox in preview. More in [[DontNotify]].
1150 - **21 Jan 2001** - TWiki:Main.PeterThoeny
1151   - Added Bold Fixed formatting using double-equal signs, e.g. write `==Bold Fixed==` to get <code>**Bold Fixed**</code>.
1152 - **20 Jan 2001** - TWiki:Main.PeterThoeny
1153   - 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!
1154 - **18 Jan 2001** - TWiki:Main.PeterThoeny
1155   - [[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>).
1156 - **16 Jan 2001** - TWiki:Main.PeterThoeny
1157   - New variable `%STARTINCLUDE%` and `%STOPINCLUDE%` variables to control what gets included of a topic. More in [[TWikiVariables]].
1158 - **16 Jan 2001** - TWiki:Main.PeterThoeny
1159   - 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.
1160 - **07 Jan 2001** - TWiki:Main.StanleyKnutson
1161   - Better error handling when saving a topic.
1162 - **05 Jan 2001** - TWiki:Main.PeterThoeny
1163   - View authorization based on groups. Define who is allowed to see a TWiki web. More in [[TWikiAccessControl]] and TWiki:Codev/AuthenticationBasedOnGroups.
1164 - **05 Dec 2000** - TWiki:Main.PeterThoeny
1165   - 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.
1166 - **03 Dec 2000** - TWiki:Main.PeterThoeny
1167   - New `noheader="on"` switch in `%SEARCH{...}%` to suppress table header. More in [[TWikiVariables]].
1168
1169 ## <a name="01-Dec-2000 Release"></a> 01-Dec-2000 Release
1170
1171 - **03 Nov 2000** - TWiki:Main.PeterThoeny
1172   - Flag `$doHidePasswdInRegistration` in `wikicfg.pm` to hide plain text password in registration e-mail.
1173 - **01 Nov 2000** - TWiki:Main.PeterThoeny
1174   - New variable `%VAR{"NAME" web="Web"}%` to get web-specific preferences. More in [[TWikiVariables]].
1175 - **01 Nov 2000** - TWiki:Main.PeterThoeny
1176   - Added a "Cancel" link in edit that releases the edit lock.
1177 - **23 Oct 2000** - TWiki:Main.PeterThoeny
1178   - Authorization based on groups. Define fine graned control who is allowed to change or create topics. More in [[TWikiAccessControl]] and TWiki:Codev/AuthenticationBasedOnGroups.
1179 - **05 Oct 2000** - TWiki:Main.PeterThoeny
1180   - Remember user by IP address so that `view` "knows" the user once authenticated in `edit`. More in [[TWikiUserAuthentication]].
1181 - **26 Sep 2000** - TWiki:Main.AlWilliams, TWiki:Main.PeterThoeny
1182   - Fixed TWiki:Codev/UppercaseAttachments bug and added `png` image support.
1183 - **26 Sep 2000** - TWiki:Main.HaroldGottschalk, TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny
1184   - Allow nesting of variables, i.e. `%INCLUDE{"%TWIKIWEB%.TWikiWebsTable"}%`. More in TWiki:Codev/BetterTWikiTagTemplateProcessing.
1185 - **20 Sep 2000** - TWiki:Main.ManpreetSingh
1186   - New -q switch in `mailnotify` to suppress all normal output.
1187 - **19 Sep 2000** - TWiki:Main.PeterThoeny
1188   - Fixed TWiki:Codev/AttachedNotificationLinksBug.
1189 - **18 Sep 2000** - TWiki:Main.ManpreetSingh, TWiki:Main.PeterThoeny
1190   - Added forced internal links. Write `[[text formatting FAQ]]` to get the link [[text formatting FAQ|Main/TextFormattingFAQ]] that points to topic [[TextFormattingFAQ]].
1191 - **19 Aug 2000** - TWiki:Main.PeterThoeny
1192   - Ref-By link searches all webs (not just the current web.)
1193 - **16 Aug 2000** - TWiki:Main.PeterThoeny
1194   - 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.
1195 - **29 Jul 2000** - TWiki:Main.PeterThoeny
1196   - New variables `%GMTIME{"..."}%` and `%SERVERTIME{"..."}%` . More in [[TWikiVariables]].
1197 - **23 Jul 2000** - TWiki:Main.PeterThoeny
1198   - Changed include syntax from `%INCLUDE{"Web/TopicName.txt"}%` to `%INCLUDE{"Web.TopicName"}%` . Legacy syntax still supported.
1199 - **23 Jul 2000** - TWiki:Main.PeterThoeny
1200   - [[BookView]] search allows you show a set of topics for easy printing.
1201 - **22 Jul 2000** - TWiki:Main.PeterThoeny
1202   - 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.
1203 - **22 Jul 2000** - TWiki:Main.PeterThoeny
1204   - Split the TWiki.Main web into TWiki.Main (users, company data) and TWiki.TWiki (TWiki related documentation, registration)
1205 - **07 Jul 2000** - TWiki:Main.PeterThoeny
1206   - Added an "Release edit lock" checkbox in preview to let other people edit the topic immediately without the one hour lock.
1207 - **07 Jul 2000** - TWiki:Main.PeterThoeny
1208   - Fixed problem of losing carriage returns when editing topics with KDE KFM browser or W3M browser.
1209 - **21 Jun 2000** - TWiki:Main.PeterThoeny
1210   - Fixed problem that a page redirect on some server environments is not working (host name is needed in URL).
1211 - **21 Jun 2000** - TWiki:Main.CrisBailiff, TWiki:Main.PeterThoeny
1212   - Fixed security issue to prevent a server side `%INCLUDE%` of arbitrary files.
1213 - **29 May 2000** - TWiki:Main.PeterThoeny
1214   - New `%GMTIME%` variable that shows the current GM time.
1215 - **28 May 2000** - TWiki:Main.PeterThoeny
1216   - Lock warning shows remaining lock time in minutes.
1217 - **15 May 2000** - TWiki:Main.PeterFokkinga
1218   - Each topic can have its own template file. [[TWikiTemplates]] has more.
1219 - **02 May 2000** - TWiki:Main.KevinKinnell, TWiki:Main.PeterThoeny
1220   - Advanced search features like search multiple webs; sort by topic name / modified time / author; limit the number of results returned. More in [[TWikiVariables]].
1221
1222 ## <a name="01-May-2000 Release"></a> 01-May-2000 Release
1223
1224 - **21 Apr 2000** - TWiki:Main.PeterThoeny
1225   - New [[TWikiVariables]] `%HTTP_HOST%` , `%REMOTE_ADDR%` , `%REMOTE_PORT%` and `%REMOTE_USER%` .
1226 - **21 Apr 2000** - TWiki:Main.JohnAltstadt, TWiki:Main.PeterThoeny
1227   - [[TWikiRegistration]] is done separately for Intranet use (depends on remote\_user) or Internet use (depends on .htpasswd file).
1228 - **20 Mar 2000** - TWiki:Main.PeterThoeny
1229   - 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.
1230 - **11 Mar 2000** - TWiki:Main.PeterThoeny
1231   - Better security with taint checking ( `Perl -T` option )
1232 - **25 Feb 2000** - TWiki:Main.PeterThoeny
1233   - New preference variables `%EDITBOXWIDTH%` and `%EDITBOXHEIGHT%` to specify the edit box size.
1234 - **25 Feb 2000** - TWiki:Main.PeterThoeny
1235   - 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.
1236 - **11 Feb 2000** - TWiki:Main.PeterThoeny
1237   - 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".
1238 - **11 Feb 2000** - TWiki:Main.PeterThoeny
1239   - 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.
1240 - **07 Feb 2000** - TWiki:Main.PeterThoeny
1241   - 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)
1242 - **07 Feb 2000** - TWiki:Main.PeterThoeny
1243   - 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.
1244 - **04 Feb 2000** - TWiki:Main.PeterThoeny
1245   - 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.)
1246 - **29 Jan 2000** - TWiki:Main.PeterThoeny
1247   - 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.
1248 - **24 Jan 2000** - TWiki:Main.PeterThoeny
1249   - Fixed bug where an e-mail address starting with a [[WikiName]] was rendered as an internal Wiki link instead of an e-mail address, i.e. <SomeWikiName@somewhere.test> .
1250 - **10 Jan 2000** - TWiki:Main.PeterThoeny
1251   - No more escaping for '%' percent characters. (Number of consecutive '%' entered and displayed is identical.)
1252 - **03 Oct 1999** - TWiki:Main.PeterThoeny
1253   - Limit the number of revisions shown at the bottom of the topic. Example %BR% Topic %TOPIC% . \{ ..... [Diffs](http://www.dementia.org/twiki/rdiff/%WEB%/%TOPIC%) r1.10 [&gt;](http://www.dementia.org/twiki/rdiff/%WEB%/%TOPIC%?rev1=1.10&rev2=1.9) [[r1.9|%WEB%/%TOPIC%?rev=1.9]] [&gt;](http://www.dementia.org/twiki/rdiff/%WEB%/%TOPIC%?rev1=1.9&rev2=1.8) [[r1.8|%WEB%/%TOPIC%?rev=1.8]] [&gt;](http://www.dementia.org/twiki/rdiff/%WEB%/%TOPIC%?rev1=1.8&rev2=1.7) [[r1.7|%WEB%/%TOPIC%?rev=1.7]] [&gt;...](http://www.dementia.org/twiki/oops/%WEB%/%TOPIC%?template=oopsrev&param1=1.10) \} %BR% Additional revisions can be selected by pressing the `>...` link.
1254
1255 ## <a name="01-Sep-1999 Release"></a> 01-Sep-1999 Release
1256
1257 - **31 Aug 1999** - TWiki:Main.PeterThoeny
1258   - Fixed Y2K bug. (Date in year 2000 had wrong format.)
1259 - **08 Aug 1999** - TWiki:Main.PeterThoeny
1260   - 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
1261 - **03 Aug 1999** - TWiki:Main.PeterThoeny
1262   - Online registration of new user using web form in [[TWikiRegistration]]. Authentication of users.
1263 - **22 Jul 1999** - TWiki:Main.PeterThoeny
1264   - Flags `$doLogTopic*` in wikicfg.pm to selectively log topic view, edit, save, rdiff, attach, search and changes to monthly log file.
1265 - **21 Jul 1999** - TWiki:Main.PeterThoeny
1266   - 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` .
1267 - **15 Jul 1999** - TWiki:Main.PeterThoeny
1268   - 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.
1269 - **07 Jul 1999** - TWiki:Main.ChristopheVermeulen
1270   - 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` .
1271
1272 ## <a name="01-Jul-1999 Release"></a> 01-Jul-1999 Release
1273
1274 - **23 Jun 1999** - TWiki:Main.PeterThoeny
1275   - New [[TextFormattingRules]] to write **_bold italic_** text by enclosing words with double underline characters.
1276 - **23 Jun 1999** - TWiki:Main.PeterThoeny
1277   - 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.
1278 - **21 May 1999** - TWiki:Main.DavidWarman
1279   - Externalize copyright text at the bottom of every page into a web-specific `webcopyright.inc` file. This is to easily customize the copyright text.
1280 - **20 May 1999** - TWiki:Main.PeterThoeny
1281   - 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;
1282 - **20 May 1999** - TWiki:Main.PeterThoeny
1283   - New variables `%WIKIHOMEURL%` (link when pressing the icon on the upper left corner) and `%WIKITOOLNAME%` (the name of the wiki tool `%WIKITOOLNAME%` ).
1284 - **15 Apr 1999** - TWiki:Main.PeterThoeny
1285   - 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.
1286 - **26 Mar 1999** - TWiki:Main.PeterThoeny
1287   - File attachments Upload and download any file as a topic attachment by using the browser. [[FileAttachment]] has more.
1288 - **26 Mar 1999** - TWiki:Main.PeterThoeny
1289   - New variables `%PUBURL%` (Public directory URL) and `%ATTACHURL%` (URL of topic file attachment).
1290 - **09 Feb 1999** - TWiki:Main.PeterThoeny
1291   - 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` .
1292 - **09 Feb 1999** - TWiki:Main.PeterThoeny
1293   - No new topic revision is created if the _same_ person saves a topic again within _one_ hour.
1294 - **03 Feb 1999** - TWiki:Main.PeterThoeny
1295   - 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% ` Topic TWikiHistory . { Edit Ref-By Diffs r1.3 > r1.2 > r1.1 } %BR% Revision r1.3 1998/11/10 01:34 by PeterThoeny `
1296 - **04 Jan 1999** - TWiki:Main.PeterThoeny
1297   - Fixed bug when viewing differences between topic revisions that include HTML table tags like &lt;table&gt;, &lt;tr&gt;, &lt;td&gt;.
1298
1299 ## <a name="1998 Releases"></a> 1998 Releases
1300
1301 - **08 Dec 1998** - TWiki:Main.PeterThoeny
1302   - Signature is shown below the text area when editing a topic. Use this to easily copy &amp; paste your signature into the text.
1303 - **07 Dec 1998** - TWiki:Main.PeterThoeny
1304   - 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.
1305 - **18 Nov 1998** - TWiki:Main.PeterThoeny
1306   - 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.
1307 - **10 Nov 1998** - TWiki:Main.PeterThoeny
1308   - The e-mail 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.
1309 - **10 Nov 1998** - TWiki:Main.PeterThoeny
1310   - 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% ` Topic TWikiHistory . { Edit Ref-By r1.3 > r1.2 > r1.1 } %BR% Revision r1.3 1998/11/10 01:34 by TWiki:Main.PeterThoeny `
1311 - **26 Oct 1998** - TWiki:Main.PeterThoeny
1312   - Added preview of topic changes before saving the topic. This was necessary to prevent unneeded revisions.
1313 - **26 Oct 1998** - TWiki:Main.PeterThoeny
1314   - Added revision control using RCS. Each topic has now a list of revisions at the bottom and a revision info, e.g. %BR% ` Topic TWikiHistory . { Edit Ref-By r1.3 r1.2 r1.1 } %BR% Revision r1.3 1998/10/26 01:34:00 by TWiki:Main.PeterThoeny `
1315 - **14 Oct 1998** - TWiki:Main.PeterThoeny
1316   - 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.
1317 - **13 Oct 1998** - TWiki:Main.PeterThoeny
1318   - Alphabetical topic index in [[WebSearch]].
1319 - **24 Sep 1998** - TWiki:Main.PeterThoeny
1320   - Corrected templates for automatic e-mail notification so that MS Outlook can display attachment as an HTML file.
1321 - **13 Aug 1998** - TWiki:Main.PeterThoeny
1322   - [[WikiNotation]] allows also numbers after the `AaA` sequence, e.g. `AaA1` is a valid [[TWikiTopics]] name, but not `Aa1`.
1323 - **07 Aug 1998** - TWiki:Main.PeterThoeny
1324   - Automatic e-mail notification when something has changed in a TWiki web. Each web has a topic [[WebNotify]] where one can subscribe and unsubscribe.
1325 - **06 Aug 1998** - TWiki:Main.PeterThoeny
1326   - Added server side include of files. Syntax is `%INCLUDE:"filename.ext"%`
1327 - **05 Aug 1998** - TWiki:Main.PeterThoeny
1328   - Signature and date is inserted automatically when creating a new topic.
1329 - **04 Aug 1998** - TWiki:Main.PeterThoeny
1330   - Separate templates for text of non existing topic and default text of new topic. (template file templates/Web/notedited.tmpl)
1331 - **04 Aug 1998** - TWiki:Main.PeterThoeny
1332   - Warn user if new topic name is not a valid Wiki name. (template file templates/Web/notwiki.tmpl)
1333 - **31 Jul 1998** - TWiki:Main.PeterThoeny
1334   - Support for quoted text with a '&gt;' at the beginning of the line.
1335 - **28 Jul 1998** - TWiki:Main.PeterThoeny
1336   - 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).
1337 - **28 Jul 1998** - TWiki:Main.PeterThoeny
1338   - 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]].
1339 - **28 Jul 1998** - TWiki:Main.PeterThoeny
1340   - Topic index. (Technically speaking a simple '.\*' search on topic names.)
1341 - **28 Jul 1998** - TWiki:Main.PeterThoeny
1342   - Topic [[WebSearch]] allows full text search and and topic search with/without regular expressions.
1343 - **27 Jul 1998** - TWiki:Main.PeterThoeny
1344   - Added automatic links to topics in other TWiki webs by specifying &lt;web name&gt;.&lt;topic name&gt;, e.g. `Know.WebSeach` .
1345 - **23 Jul 1998** - TWiki:Main.PeterThoeny
1346   - Installed initial version, based on the JOS Wiki. See [[WikiWikiClones]] for details.
1347
1348 ## <a name="Dev Flow"></a> Dev Flow
1349
1350 The typical TWiki development flow...
1351
1352 - TWiki:Codev.FeatureBrainstorming: open forum for new ideas
1353 - TWiki:Codev.FeatureEnhancementRequest: specific detailed request
1354 - TWiki:Codev.FeatureToDo: prioritized to up-next dev status
1355 - TWiki:Codev.FeatureUnderConstruction: currently in development
1356 - TWiki:Codev.FeatureDone: completed and implemented
1357 - TWiki:Codev.DocRequest: request for documentation
1358 - TWiki:Codev.DocsToDo: feature documentation pending
1359 - TWiki:Codev.FeatureDocumented: documented feature
1360 - [[TWikiDocumentation]]: reference manual for the latest TWiki
1361
1362 **_Related Topics:_** [[DeveloperDocumentationCategory]]