wiki-archive/twiki/TWikiHistory.html

916 lines
213 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<title> TWikiHistory &lt; TWiki &lt; TWiki</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" /> <meta name="robots" content="noindex" /> <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="http://twiki.org/cgi-bin/view/TWiki/WebRss" />
<link rel="icon" href="http://twiki.org/p/pub/TWiki/WebPreferences/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="http://twiki.org/p/pub/TWiki/WebPreferences/favicon.ico" type="image/x-icon" />
<meta name="description" content="TWikiHistory" />
<script type="text/javascript" src="http://twiki.org/p/pub/TWiki/TWikiJavascripts/twiki.js"></script>
<script type="text/javascript">
//<![CDATA[
function launchWindow(inWeb, inTopic) {
return launchTheWindow("http://twiki.org/cgi-bin/view/", inWeb, inTopic, "plain");
}
//]]>
</script>
<style type="text/css" media="all">
.twikiNewLink {
color:%NEWTOPICFONTCOLOR%;
background-color:%NEWTOPICBGCOLOR%;
}
/* to hide Twisty elements: */
.twistyHidden { display:none; }
.twistyMakeVisible { display:none; }
</style>
</head>
<body bgcolor="#ffffff">
<a name="PageTop"></a>
<p />
<p /><div class="twikiToc"> <ul>
<li> <a href="#Appendix_A_TWiki_Development_Tim"> Appendix A: TWiki Development Timeline</a> <ul>
<li> <a href="#TWiki_Release_4_1_Edinburgh_17_J"> TWiki Release 4.1 (Edinburgh), 17 Jan 2007</a>
</li> <li> <a href="#TWiki_Release_4_0_0_Dakar_01_Feb"> TWiki Release 4.0.0 (Dakar), 01 Feb 2006</a>
</li> <li> <a href="#01_Sep_2004_Release_Cairo"> 01-Sep-2004 Release (Cairo)</a>
</li> <li> <a href="#01_Feb_2003_Release_Beijing"> 01-Feb-2003 Release (Beijing)</a>
</li> <li> <a href="#01_Dec_2001_Release_Athens"> 01-Dec-2001 Release (Athens)</a>
</li> <li> <a href="#01_Sep_2001_Release"> 01-Sep-2001 Release</a>
</li> <li> <a href="#01_Dec_2000_Release"> 01-Dec-2000 Release</a>
</li> <li> <a href="#01_May_2000_Release"> 01-May-2000 Release</a>
</li> <li> <a href="#01_Sep_1999_Release"> 01-Sep-1999 Release</a>
</li> <li> <a href="#01_Jul_1999_Release"> 01-Jul-1999 Release</a>
</li> <li> <a href="#1998_Releases"> 1998 Releases</a>
</li> <li> <a href="#Dev_Flow"> Dev Flow</a>
</li></ul>
</li></ul>
</div>
<p />
<h1><a name="Appendix_A_TWiki_Development_Tim"></a> Appendix A: TWiki Development Timeline </h1>
<p />
<a name="EdinburghRelease"></a>
<h2><a name="TWiki_Release_4_1_Edinburgh_17_J"></a> TWiki Release 4.1 (Edinburgh), 17 Jan 2007 </h2>
<p />
<strong><em>New Features and Enhancements of TWiki Release 4.1</em></strong>
<p /> <ul>
<li> <strong>Easier Installation and Upgrade</strong> <ul>
<li> Plugins can now be installed from the configure script.
</li> <li> The loading of plugin preferences settings has been moved earlier in the preferences evaluation order so that plugin settings can be redefined in <a href="http://twiki.org/cgi-bin/view/Main/TWikiPreferences" class="twikiLink">Main.TWikiPreferences</a>, 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 <a href="http://twiki.org/cgi-bin/view/TWiki/CommentPlugin" class="twikiLink">CommentPlugin</a>, create a new COMMENTPLUGIN_TEMPLATES setting in Main.TWikiPreferences.
</li> <li> 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.
</li> <li> Configure no longer shows many unnecessary errors when run first time.
</li> <li> The webmaster email address is now defined in configure instead of TWikiPreferences.
</li> <li> 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.
</li></ul>
</li></ul>
<p /> <ul>
<li> <strong>Usability Enhancements</strong> <ul>
<li> 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 <code>Eng.ajax</code> into the Jump box... Here we go, the third link is the AjaxCookbook I was looking for."
</li> <li> Many user documentation improvements.
</li> <li> 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
</li> <li> Attachment tables now sorted alphabetically.
</li> <li> Better printing of tables and verbatim text in <a href="http://twiki.org/cgi-bin/view/TWiki/PatternSkin" class="twikiLink">PatternSkin</a>.
</li></ul>
</li></ul>
<p /> <ul>
<li> <strong>Application Platform Enhancements</strong> <ul>
<li> Auto-incremented topic name on save with AUTOINC&lt;n&gt; in topic name; used by TWiki applications to create topic based database records.
</li> <li> The edit and save scripts support a <code>redirectto</code> parameter to redirect to a topic or a URL; for security, redirect to URL needs to be enabled with a <code>{AllowRedirectUrl}</code> configure flag.
</li> <li> <a href="http://twiki.org/cgi-bin/view/TWiki/CommentPlugin" class="twikiLink">CommentPlugin</a> supports the <code>redirectto</code> parameter to redirect to a URL or link to TWiki topic after submitting comment.
</li> <li> The <code>topic</code> URL parameter also respects the <code>{AllowRedirectUrl}</code> configure flag so redirects to URLs can be disabled which could be abused for phishing attacks.
</li> <li> The view script supports a <code>section</code> URL parameter to view just a named section within a topic. Useful for simple AJAX type applications.
</li> <li> New plugin handler for content move.
</li> <li> Enhancements for Ajax based applications with <a href="http://twiki.org/cgi-bin/view/Plugins/YahooUserInterfaceContrib" title="'Plugins/YahooUserInterfaceContrib' on TWiki.org" class="interwikiLink">TWiki:Plugins/YahooUserInterfaceContrib</a> and <a href="http://twiki.org/cgi-bin/view/Plugins.TWikiAjaxContrib" title="'Plugins.TWikiAjaxContrib' on TWiki.org" class="interwikiLink">TWiki:Plugins.TWikiAjaxContrib</a> (available at twiki.org).
</li></ul>
</li></ul>
<p /> <ul>
<li> <strong>Search Enhancements</strong> <ul>
<li> METASEARCH handles a format parameter like SEARCH.
</li> <li> Topic not found / <a href="http://twiki.org/cgi-bin/view/TWiki/WebTopicViewTemplate" class="twikiLink">WebTopicViewTemplate</a> search now case insensitive.
</li> <li> <a href="http://twiki.org/cgi-bin/view/TWiki/FormattedSearch" class="twikiLink">FormattedSearch</a> header supporting <code>$nop</code>, <code>$quot</code>, <code>$percnt</code>, <code>$dollar</code>.
</li> <li> Add search by createdate option to SEARCH.
</li> <li> New newline option for SEARCH to protect e.g. formfields from being altered during rendering in SEARCH.
</li></ul>
</li></ul>
<p /> <ul>
<li> <strong>Skins and Templates Enhancements</strong> <ul>
<li> Support for templates to have text rendering affecting aspect outside of textarea.
</li> <li> Pattern skin dependence on <a href="http://twiki.org/cgi-bin/view/TWiki/TwistyPlugin" class="twikiLink">TwistyPlugin</a> instead of <a href="http://twiki.org/cgi-bin/view/TWiki/TwistyContrib" class="twikiLink">TwistyContrib</a> (performance improvement.)
</li> <li> Don't strip newlines from the front of TMPL:DEFs.
</li></ul>
</li></ul>
<p /> <ul>
<li> <strong>Miscellaneous Feature Enhancements</strong> <ul>
<li> Change in <a href="http://twiki.org/cgi-bin/view/TWiki/WikiWord" class="twikiLink">WikiWord</a> definition: Numbers are treated as lower case letters, e.g. Y2K is now a WikiWord.
</li> <li> Configurable template load path. Advanced feature for those that work with customized templates.
</li> <li> Added %VBAR% to <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiPreferences" class="twikiLink">TWikiPreferences</a> for vertical bar symbol.
</li> <li> On topic creation, force initial letter of topic name to be upper case.
</li> <li> Allow date format in form fields.
</li> <li> Enhance REVINFO{} variable with same date qualifiers as GMTIME{}.
</li> <li> <a href="http://twiki.org/cgi-bin/view/TWiki/WebTopicCreator" class="twikiLink">WebTopicCreator</a> - adding ability to select a template from any topic name ending in ...Template
</li> <li> Functionality of DateFieldPlugin merged into core
</li></ul>
</li></ul>
<p /> <ul>
<li> <strong>Enhancements of Pre-installed Plugins</strong> <ul>
<li> <a href="http://twiki.org/cgi-bin/view/TWiki/CommentPlugin" class="twikiLink">CommentPlugin</a>: Supports removal of comment prompt after a comment is made.
</li> <li> <a href="http://twiki.org/cgi-bin/view/TWiki/EditTablePlugin" class="twikiLink">EditTablePlugin</a>: Default date format based on <a href="http://twiki.org/cgi-bin/view/TWiki/JSCalendarContrib" class="twikiLink">JSCalendarContrib</a> instead of plugin topic.
</li> <li> <a href="http://twiki.org/cgi-bin/view/TWiki/InterwikiPlugin" class="twikiLink">InterwikiPlugin</a>: Supports custom link formats.
</li> <li> <a href="http://twiki.org/cgi-bin/view/TWiki/SlideShowPlugin" class="twikiLink">SlideShowPlugin</a>: Preserves URL parameters in slideshow
</li> <li> <a href="http://twiki.org/cgi-bin/view/TWiki/SpreadSheetPlugin" class="twikiLink">SpreadSheetPlugin</a>: New functions <code>$LISTRAND()</code>, <code>$LISTSHUFFLE()</code>, <code>$LISTTRUNCATE()</code>.
</li> <li> <a href="http://twiki.org/cgi-bin/view/TWiki/TablePlugin" class="twikiLink">TablePlugin</a>: New attribute <code>cellborder</code>.
</li> <li> <a href="http://twiki.org/cgi-bin/view/TWiki/TablePlugin" class="twikiLink">TablePlugin</a>: Highlight the sorted column with custom colors; includes also a general cosmetic update of default colors.
</li> <li> <a href="http://twiki.org/cgi-bin/view/TWiki/TablePlugin" class="twikiLink">TablePlugin</a>: 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.
</li></ul>
</li></ul>
<p /> <ul>
<li> <strong>Bugfixes</strong> <ul>
<li> More than 200 bugs fixed since 4.0.5
</li></ul>
</li></ul>
<p />
<strong><em>Hall of Fame of TWiki Release 4.1</em></strong>
<p />
Although many more people have been involved in creating TWiki-4.1, special thanks go to the most active contributors in the following areas:
<p /> <ul>
<li> <strong>Sponsor and facilitator:</strong> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a>
</li> <li> <strong>Process improvement:</strong> <a href="http://twiki.org/cgi-bin/view/Main.KennethLavrsen" title="'Main.KennethLavrsen' on TWiki.org" class="interwikiLink">TWiki:Main.KennethLavrsen</a>, <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a>, <a href="http://twiki.org/cgi-bin/view/Main.SteffenPoulsen" title="'Main.SteffenPoulsen' on TWiki.org" class="interwikiLink">TWiki:Main.SteffenPoulsen</a>, <a href="http://twiki.org/cgi-bin/view/Main.CrawfordCurrie" title="'Main.CrawfordCurrie' on TWiki.org" class="interwikiLink">TWiki:Main.CrawfordCurrie</a>
</li> <li> <strong>Release management:</strong> <a href="http://twiki.org/cgi-bin/view/Main.KennethLavrsen" title="'Main.KennethLavrsen' on TWiki.org" class="interwikiLink">TWiki:Main.KennethLavrsen</a>
</li> <li> <strong>Spec, code, testing:</strong> <a href="http://twiki.org/cgi-bin/view/Main.CrawfordCurrie" title="'Main.CrawfordCurrie' on TWiki.org" class="interwikiLink">TWiki:Main.CrawfordCurrie</a>, <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a>, <a href="http://twiki.org/cgi-bin/view/Main.SteffenPoulsen" title="'Main.SteffenPoulsen' on TWiki.org" class="interwikiLink">TWiki:Main.SteffenPoulsen</a>, <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a>, <a href="http://twiki.org/cgi-bin/view/Main.ThomasWeigert" title="'Main.ThomasWeigert' on TWiki.org" class="interwikiLink">TWiki:Main.ThomasWeigert</a>, <a href="http://twiki.org/cgi-bin/view/Main.KennethLavrsen" title="'Main.KennethLavrsen' on TWiki.org" class="interwikiLink">TWiki:Main.KennethLavrsen</a>, <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a>, <a href="http://twiki.org/cgi-bin/view/Main.HaraldJoerg" title="'Main.HaraldJoerg' on TWiki.org" class="interwikiLink">TWiki:Main.HaraldJoerg</a>, <a href="http://twiki.org/cgi-bin/view/Main.MichaelDaum" title="'Main.MichaelDaum' on TWiki.org" class="interwikiLink">TWiki:Main.MichaelDaum</a>, <a href="http://twiki.org/cgi-bin/view/Main.MeredithLesly" title="'Main.MeredithLesly' on TWiki.org" class="interwikiLink">TWiki:Main.MeredithLesly</a>, <a href="http://twiki.org/cgi-bin/view/Main.WillNorris" title="'Main.WillNorris' on TWiki.org" class="interwikiLink">TWiki:Main.WillNorris</a>, <a href="http://twiki.org/cgi-bin/view/Main.RafaelAlvarez" title="'Main.RafaelAlvarez' on TWiki.org" class="interwikiLink">TWiki:Main.RafaelAlvarez</a>, <a href="http://twiki.org/cgi-bin/view/Main.AntonioTerceiro" title="'Main.AntonioTerceiro' on TWiki.org" class="interwikiLink">TWiki:Main.AntonioTerceiro</a>
</li> <li> <strong>Templates and skins:</strong> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a>, <a href="http://twiki.org/cgi-bin/view/Main.MichaelDaum" title="'Main.MichaelDaum' on TWiki.org" class="interwikiLink">TWiki:Main.MichaelDaum</a>, <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a>
</li> <li> <strong>Documentation:</strong> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a>, <a href="http://twiki.org/cgi-bin/view/Main.CrawfordCurrie" title="'Main.CrawfordCurrie' on TWiki.org" class="interwikiLink">TWiki:Main.CrawfordCurrie</a>, <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a>, <a href="http://twiki.org/cgi-bin/view/Main.SteffenPoulsen" title="'Main.SteffenPoulsen' on TWiki.org" class="interwikiLink">TWiki:Main.SteffenPoulsen</a>, <a href="http://twiki.org/cgi-bin/view/Main.KennethLavrsen" title="'Main.KennethLavrsen' on TWiki.org" class="interwikiLink">TWiki:Main.KennethLavrsen</a>
</li> <li> <strong>Translations:</strong> Coordinated by <a href="http://twiki.org/cgi-bin/view/Main.AntonioTerceiro" title="'Main.AntonioTerceiro' on TWiki.org" class="interwikiLink">TWiki:Main.AntonioTerceiro</a> <ul>
<li> Chinese: <a href="http://twiki.org/cgi-bin/view/Main.CheDong" title="'Main.CheDong' on TWiki.org" class="interwikiLink">TWiki:Main.CheDong</a>
</li> <li> Czech: <a href="http://twiki.org/cgi-bin/view/Main.IvanKuncl" title="'Main.IvanKuncl' on TWiki.org" class="interwikiLink">TWiki:Main.IvanKuncl</a>
</li> <li> Danish: <a href="http://twiki.org/cgi-bin/view/Main.SteffenPoulsen" title="'Main.SteffenPoulsen' on TWiki.org" class="interwikiLink">TWiki:Main.SteffenPoulsen</a>
</li> <li> Dutch: <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a>
</li> <li> French: <a href="http://twiki.org/cgi-bin/view/Main.BenVoui" title="'Main.BenVoui' on TWiki.org" class="interwikiLink">TWiki:Main.BenVoui</a>
</li> <li> German: <a href="http://twiki.org/cgi-bin/view/Main.AndreUlrich" title="'Main.AndreUlrich' on TWiki.org" class="interwikiLink">TWiki:Main.AndreUlrich</a>
</li> <li> Italian: <a href="http://twiki.org/cgi-bin/view/Main.MassimoMancini" title="'Main.MassimoMancini' on TWiki.org" class="interwikiLink">TWiki:Main.MassimoMancini</a>
</li> <li> Polish: <a href="http://twiki.org/cgi-bin/view/Main.ZbigniewKulesza" title="'Main.ZbigniewKulesza' on TWiki.org" class="interwikiLink">TWiki:Main.ZbigniewKulesza</a>
</li> <li> Portuguese: <a href="http://twiki.org/cgi-bin/view/Main.AntonioTerceiro" title="'Main.AntonioTerceiro' on TWiki.org" class="interwikiLink">TWiki:Main.AntonioTerceiro</a>, <a href="http://twiki.org/cgi-bin/view/Main.CarlinhosCecconi" title="'Main.CarlinhosCecconi' on TWiki.org" class="interwikiLink">TWiki:Main.CarlinhosCecconi</a>
</li> <li> Russian: <a href="http://twiki.org/cgi-bin/view/Main.AndreyTkachenko" title="'Main.AndreyTkachenko' on TWiki.org" class="interwikiLink">TWiki:Main.AndreyTkachenko</a>, <a href="http://twiki.org/cgi-bin/view/Main.SergejZnamenskij" title="'Main.SergejZnamenskij' on TWiki.org" class="interwikiLink">TWiki:Main.SergejZnamenskij</a>, <a href="http://twiki.org/cgi-bin/view/Main.SergeyJSinx" title="'Main.SergeyJSinx' on TWiki.org" class="interwikiLink">TWiki:Main.SergeyJSinx</a>, <a href="http://twiki.org/cgi-bin/view/Main.AlexTananaev" title="'Main.AlexTananaev' on TWiki.org" class="interwikiLink">TWiki:Main.AlexTananaev</a>
</li> <li> Spanish: <a href="http://twiki.org/cgi-bin/view/Main.WillNorris" title="'Main.WillNorris' on TWiki.org" class="interwikiLink">TWiki:Main.WillNorris</a>, <a href="http://twiki.org/cgi-bin/view/Main.MiguelABayona" title="'Main.MiguelABayona' on TWiki.org" class="interwikiLink">TWiki:Main.MiguelABayona</a>
</li> <li> Swedish: <a href="http://twiki.org/cgi-bin/view/Main.ErikAman" title="'Main.ErikAman' on TWiki.org" class="interwikiLink">TWiki:Main.ErikAman</a>
</li></ul>
</li> <li> <strong>Public relations:</strong> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a>, <a href="http://twiki.org/cgi-bin/view/Main.TomTansy" title="'Main.TomTansy' on TWiki.org" class="interwikiLink">TWiki:Main.TomTansy</a>
</li> <li> <strong>TWiki.org wiki champions:</strong> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a>, <a href="http://twiki.org/cgi-bin/view/Main.CrawfordCurrie" title="'Main.CrawfordCurrie' on TWiki.org" class="interwikiLink">TWiki:Main.CrawfordCurrie</a>, <a href="http://twiki.org/cgi-bin/view/Main.KennethLavrsen" title="'Main.KennethLavrsen' on TWiki.org" class="interwikiLink">TWiki:Main.KennethLavrsen</a>, <a href="http://twiki.org/cgi-bin/view/Main.SteffenPoulsen" title="'Main.SteffenPoulsen' on TWiki.org" class="interwikiLink">TWiki:Main.SteffenPoulsen</a>, <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a>, <a href="http://twiki.org/cgi-bin/view/Main.ThomasWeigert" title="'Main.ThomasWeigert' on TWiki.org" class="interwikiLink">TWiki:Main.ThomasWeigert</a>, <a href="http://twiki.org/cgi-bin/view/Main.MichaelDaum" title="'Main.MichaelDaum' on TWiki.org" class="interwikiLink">TWiki:Main.MichaelDaum</a>
</li> <li> <strong>Customer support:</strong> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a>, <a href="http://twiki.org/cgi-bin/view/Main.CrawfordCurrie" title="'Main.CrawfordCurrie' on TWiki.org" class="interwikiLink">TWiki:Main.CrawfordCurrie</a>, <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a>, <a href="http://twiki.org/cgi-bin/view/Main.SteffenPoulsen" title="'Main.SteffenPoulsen' on TWiki.org" class="interwikiLink">TWiki:Main.SteffenPoulsen</a>, <a href="http://twiki.org/cgi-bin/view/Main.SteveStark" title="'Main.SteveStark' on TWiki.org" class="interwikiLink">TWiki:Main.SteveStark</a>, <a href="http://twiki.org/cgi-bin/view/Main.MichaelDaum" title="'Main.MichaelDaum' on TWiki.org" class="interwikiLink">TWiki:Main.MichaelDaum</a>
</li> <li> <strong>System administration:</strong> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a>, <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a>, <a href="http://twiki.org/cgi-bin/view/Main.CrawfordCurrie" title="'Main.CrawfordCurrie' on TWiki.org" class="interwikiLink">TWiki:Main.CrawfordCurrie</a>
</li></ul>
<p />
If you find an omission please fix it at <a href="http://twiki.org/cgi-bin/view/TWiki.TWikiHistory" title="'TWiki.TWikiHistory' on TWiki.org" class="interwikiLink">TWiki:TWiki.TWikiHistory</a>. For the full list of contributors see <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiContributor" class="twikiLink">TWikiContributor</a>.
<p />
See more details on the TWiki 4.1 release at <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiReleaseNotes04x01" class="twikiLink">TWikiReleaseNotes04x01</a>.
<p />
<p />
<a name="DakarRelease"></a>
<h2><a name="TWiki_Release_4_0_0_Dakar_01_Feb"></a> TWiki Release 4.0.0 (Dakar), 01 Feb 2006 </h2>
<p />
<strong><em>Major New Features</em></strong> <ul>
<li> Much simpler install and configuration
</li> <li> Integrated session support
</li> <li> Webserver-independent login/logout
</li> <li> Security sandbox blocking exploits for remote command execution on the server
</li> <li> Edit conflict resolution with automatic merge
</li> <li> Multilingual UI
</li> <li> E-mail confirmations for registration
</li> <li> WYSIWYG editor (beta)
</li> <li> Hierarchical sub-webs (beta)
</li></ul>
<p />
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 <a href="http://twiki.org/cgi-bin/view/TWiki.TWikiHistory" title="'TWiki.TWikiHistory' on TWiki.org" class="interwikiLink">TWiki:TWiki.TWikiHistory</a>. There were many other contributors; for a full list, visit <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiContributor" class="twikiLink">TWikiContributor</a>.
<p />
Most of the redesign, refactoring and new documentation work in Dakar release was done by <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a>. <a href="http://kamaelia.org/Michael.html" target="_top">Michael Sparks</a> provided ideas and proof of concept for several improvements. Other people who gave <em>large</em> amounts of their time and patience to less sexy aspects of the work, such as testing, infrastructure and documentation, are <a href="http://twiki.org/cgi-bin/view/Main.AntonAylward" title="'Main.AntonAylward' on TWiki.org" class="interwikiLink">AntonAylward</a>, <a href="http://twiki.org/cgi-bin/view/Main.KennethLavrsen" title="'Main.KennethLavrsen' on TWiki.org" class="interwikiLink">KennethLavrsen</a>, <a href="http://twiki.org/cgi-bin/view/Main.LynnwoodBrown" title="'Main.LynnwoodBrown' on TWiki.org" class="interwikiLink">LynnwoodBrown</a>, <a href="http://twiki.org/cgi-bin/view/Main.MichaelDaum" title="'Main.MichaelDaum' on TWiki.org" class="interwikiLink">MichaelDaum</a>, <a href="http://www.structuredwikis.com/" target="_top">Peter Thoeny</a>, <a href="http://twiki.org/cgi-bin/view/Main.SteffenPoulsen" title="'Main.SteffenPoulsen' on TWiki.org" class="interwikiLink">SteffenPoulsen</a>, <a href="http://www.home.org.au" target="_top">Sven Dowideit</a>, <a href="http://twiki.org/cgi-bin/view/Main.WillNorris" title="'Main.WillNorris' on TWiki.org" class="interwikiLink">WillNorris</a>.
<p />
<table style="border-width:1px;" cellspacing="0" cellpadding="0" class="twikiTable" border="1"><tr class="twikiTableEven"><th bgcolor="#6b7f93" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiFirstCol" maxcols="0"> <span style="color:#ffffff"> <strong> Installation &amp; configuration </strong> </span> </th><th bgcolor="#6b7f93" align="left" valign="top" style="text-align:left;vertical-align:top;" maxcols="0"> <span style="color:#ffffff"> <strong> Contributor </strong> </span> </th></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Much simpler install and configuration </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a>, <a href="http://twiki.org/cgi-bin/view/Main.LynnwoodBrown" title="'Main.LynnwoodBrown' on TWiki.org" class="interwikiLink">LynnwoodBrown</a>, <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">ArthurClemens</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> <code>mod_perl</code> safe code for better performance </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a> </td></tr>
<tr class="twikiTableOdd"><th bgcolor="#6b7f93" align="left" colspan="2" valign="top" style="text-align:left;vertical-align:top;" class="twikiFirstCol" maxcols="0"> <span style="color:#ffffff"> <strong> Security </strong> </span> </th></tr>
<tr class="twikiTableEven"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Security sandbox blocking exploits for remote command execution on the server </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <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></tr>
<tr class="twikiTableOdd"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Reworked access permission model </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a> </td></tr>
<tr class="twikiTableEven"><th bgcolor="#6b7f93" align="left" colspan="2" valign="top" style="text-align:left;vertical-align:top;" class="twikiFirstCol" maxcols="0"> <span style="color:#ffffff"> <strong> Internationalization &amp; localization </strong> </span> </th></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> <a href="http://twiki.org/cgi-bin/view/Codev.UserInterfaceInternationalisation" title="'Codev.UserInterfaceInternationalisation' on TWiki.org" class="interwikiLink">User Interface Internationalisation</a> </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.AntonioTerceiro" title="'Main.AntonioTerceiro' on TWiki.org" class="interwikiLink">AntonioTerceiro</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Chinese translation </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.CheDong" title="'Main.CheDong' on TWiki.org" class="interwikiLink">CheDong</a> </td></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Danish translation </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.SteffenPoulsen" title="'Main.SteffenPoulsen' on TWiki.org" class="interwikiLink">SteffenPoulsen</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Dutch translation </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">ArthurClemens</a> </td></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> French translation </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.BenVoui" title="'Main.BenVoui' on TWiki.org" class="interwikiLink">BenVoui</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> German translation </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.AndreUlrich" title="'Main.AndreUlrich' on TWiki.org" class="interwikiLink">AndreUlrich</a> </td></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Italian translation </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.MassimoMancini" title="'Main.MassimoMancini' on TWiki.org" class="interwikiLink">MassimoMancini</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Polish translation </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ZbigniewKulesza" title="'Main.ZbigniewKulesza' on TWiki.org" class="interwikiLink">ZbigniewKulesza</a> </td></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Portuguese translation </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.AntonioTerceiro" title="'Main.AntonioTerceiro' on TWiki.org" class="interwikiLink">AntonioTerceiro</a>, <a href="http://twiki.org/cgi-bin/view/Main.CarlinhosCecconi" title="'Main.CarlinhosCecconi' on TWiki.org" class="interwikiLink">CarlinhosCecconi</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Spanish translation </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.WillNorris" title="'Main.WillNorris' on TWiki.org" class="interwikiLink">WillNorris</a>, <a href="http://twiki.org/cgi-bin/view/Main.MiguelABayona" title="'Main.MiguelABayona' on TWiki.org" class="interwikiLink">MiguelABayona</a> </td></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Swedish translation </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ErikAman" title="'Main.ErikAman' on TWiki.org" class="interwikiLink">Erik &Aring;man</a> </td></tr>
<tr class="twikiTableEven"><th bgcolor="#6b7f93" align="left" colspan="2" valign="top" style="text-align:left;vertical-align:top;" class="twikiFirstCol" maxcols="0"> <span style="color:#ffffff"> <strong> New features for users </strong> </span> </th></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Edit conflict resolution with automatic merge </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Fine grained change notification on page level and parent/child relationship </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a> </td></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> WYSIWYG editor </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a>, <a href="http://twiki.org/cgi-bin/view/Main.ColasNahaboo" title="'Main.ColasNahaboo' on TWiki.org" class="interwikiLink">ColasNahaboo</a>, <a href="http://twiki.org/cgi-bin/view/Main.DamienMandrioli" title="'Main.DamienMandrioli' on TWiki.org" class="interwikiLink">DamienMandrioli</a>, <a href="http://twiki.org/cgi-bin/view/Main.RomainRaugi" title="'Main.RomainRaugi' on TWiki.org" class="interwikiLink">RomainRaugi</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Integrated session support </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.GregAbbas" title="'Main.GregAbbas' on TWiki.org" class="interwikiLink">GregAbbas</a>, <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a> </td></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Webserver-independent login/logout </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> <a href="http://twiki.org/cgi-bin/view/Codev.RegisterCgiScriptRewrite" title="'Codev.RegisterCgiScriptRewrite' on TWiki.org" class="interwikiLink">Registration process with e-mail confirmation</a> </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.MartinCleaver" title="'Main.MartinCleaver' on TWiki.org" class="interwikiLink">MartinCleaver</a> </td></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> <a href="http://twiki.org/cgi-bin/view/Codev.TipOfTheDayFeatureRequest" title="'Codev.TipOfTheDayFeatureRequest' on TWiki.org" class="interwikiLink">Tip of the Day box in TWiki Home</a> </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PaulineCheung" title="'Main.PaulineCheung' on TWiki.org" class="interwikiLink">PaulineCheung</a>, <a href="http://www.structuredwikis.com/" target="_top">Peter Thoeny</a>, <a href="http://twiki.org/cgi-bin/view/Main.AntonAylward" title="'Main.AntonAylward' on TWiki.org" class="interwikiLink">AntonAylward</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> <a href="http://twiki.org/cgi-bin/view/TWiki/WebAtomBase" class="twikiLink">ATOM feeds</a> </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://www.structuredwikis.com/" target="_top">Peter Thoeny</a> </td></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> <a href="http://twiki.org/cgi-bin/view/Codev.ForceNewRevisionCheckBox" title="'Codev.ForceNewRevisionCheckBox' on TWiki.org" class="interwikiLink">"Force New Revision" check box for topic save</a> </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.WillNorris" title="'Main.WillNorris' on TWiki.org" class="interwikiLink">WillNorris</a> </td></tr>
<tr class="twikiTableEven"><th bgcolor="#6b7f93" align="left" colspan="2" valign="top" style="text-align:left;vertical-align:top;" class="twikiFirstCol" maxcols="0"> <span style="color:#ffffff"> <strong> New features for TWiki administrators and wiki application developers </strong> </span> </th></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Improved preferences handling </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ThomasWeigert" title="'Main.ThomasWeigert' on TWiki.org" class="interwikiLink">ThomasWeigert</a>, <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Named include sections </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.RafaelAlvarez" title="'Main.RafaelAlvarez' on TWiki.org" class="interwikiLink">RafaelAlvarez</a> </td></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> <a href="http://twiki.org/cgi-bin/view/Codev.AllowDynamicTopicNameCreation" title="'Codev.AllowDynamicTopicNameCreation' on TWiki.org" class="interwikiLink">Create topic names with consecutive numbers</a> </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://www.home.org.au" target="_top">Sven Dowideit</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> <a href="http://twiki.org/cgi-bin/view/Codev.ParameterizedIncludes" title="'Codev.ParameterizedIncludes' on TWiki.org" class="interwikiLink">Parameterized includes</a> </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a> </td></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> <a href="http://twiki.org/cgi-bin/view/Codev.DynamicFormOptionDefinitions" title="'Codev.DynamicFormOptionDefinitions' on TWiki.org" class="interwikiLink">Dynamic form option definitions</a> of <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiForms" class="twikiLink">TWikiForms</a> with <a href="http://twiki.org/cgi-bin/view/TWiki/FormattedSearch" class="twikiLink">FormattedSearch</a> </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.MartinCleaver" title="'Main.MartinCleaver' on TWiki.org" class="interwikiLink">MartinCleaver</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> 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><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a>, <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">ArthurClemens</a>, <a href="http://www.structuredwikis.com/" target="_top">Peter Thoeny</a>, <a href="http://twiki.org/cgi-bin/view/Main.ThomasWeigert" title="'Main.ThomasWeigert' on TWiki.org" class="interwikiLink">ThomasWeigert</a> </td></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> <a href="http://twiki.org/cgi-bin/view/TWiki/FormattedSearch" class="twikiLink">FormattedSearch</a> 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><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ColasNahaboo" title="'Main.ColasNahaboo' on TWiki.org" class="interwikiLink">ColasNahaboo</a>, <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></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> New <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables" class="twikiLink">TWikiVariables</a> <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarACTIVATEDPLUGINS" class="twikiAnchorLink">ACTIVATEDPLUGINS</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarALLVARIABLES" class="twikiAnchorLink">ALLVARIABLES</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarAUTHREALM" class="twikiAnchorLink">AUTHREALM</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarEMAILS" class="twikiAnchorLink">EMAILS</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarFAILEDPLUGINS" class="twikiAnchorLink">FAILEDPLUGINS</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarHTTP" class="twikiAnchorLink">HTTP</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarHTTPS" class="twikiAnchorLink">HTTPS</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarICONURL" class="twikiAnchorLink">ICONURL</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarICONURLPATH" class="twikiAnchorLink">ICONURLPATH</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarIF" class="twikiAnchorLink">IF</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarLANGUAGES" class="twikiAnchorLink">LANGUAGES</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarLOCALSITEPREFS" class="twikiAnchorLink">LOCALSITEPREFS</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarLOGIN" class="twikiAnchorLink">LOGIN</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarLOGOUT" class="twikiAnchorLink">LOGOUT</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarMAKETEXT" class="twikiAnchorLink">MAKETEXT</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarMETA" class="twikiAnchorLink">META</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarPLUGINDESCRIPTIONS" class="twikiAnchorLink">PLUGINDESCRIPTIONS</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarQUERYSTRING" class="twikiAnchorLink">QUERYSTRING</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarSTARTSECTION" class="twikiAnchorLink">STARTSECTION</a>/<a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarENDSECTION" class="twikiAnchorLink">ENDSECTION</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarSESSION_VARIABLE" class="twikiAnchorLink">SESSION_VARIABLE</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarSESSIONID" class="twikiAnchorLink">SESSIONID</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarSESSIONVAR" class="twikiAnchorLink">SESSIONVAR</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarSPACEOUT" class="twikiAnchorLink">SPACEOUT</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarUSERLANGUAGE" class="twikiAnchorLink">USERLANGUAGE</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables#VarWIKIHOMEURL" class="twikiAnchorLink">WIKIHOMEURL</a> </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">ArthurClemens</a>, <a href="http://twiki.org/cgi-bin/view/Main.AntonioTerceiro" title="'Main.AntonioTerceiro' on TWiki.org" class="interwikiLink">AntonioTerceiro</a>, <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a>, <a href="http://twiki.org/cgi-bin/view/Main.GregAbbas" title="'Main.GregAbbas' on TWiki.org" class="interwikiLink">GregAbbas</a>, <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">Peter Thoeny</a>, <a href="http://www.home.org.au" target="_top">Sven Dowideit</a>, <a href="http://twiki.org/cgi-bin/view/Main.WillNorris" title="'Main.WillNorris' on TWiki.org" class="interwikiLink">WillNorris</a> and many more </td></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> <a href="http://twiki.org/cgi-bin/view/Codev.TWikiFormWithHiddenType" title="'Codev.TWikiFormWithHiddenType' on TWiki.org" class="interwikiLink">TWiki form with hidden type</a> and other form enhancements </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.LynnwoodBrown" title="'Main.LynnwoodBrown' on TWiki.org" class="interwikiLink">LynnwoodBrown</a>, <a href="http://twiki.org/cgi-bin/view/Main.ThomasWeigert" title="'Main.ThomasWeigert' on TWiki.org" class="interwikiLink">ThomasWeigert</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> <a href="http://twiki.org/cgi-bin/view/Codev.SupportTopicSpecificTemplates" title="'Codev.SupportTopicSpecificTemplates' on TWiki.org" class="interwikiLink">Support topic-specific templates</a> for TWiki applications </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ThomasWeigert" title="'Main.ThomasWeigert' on TWiki.org" class="interwikiLink">ThomasWeigert</a> </td></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Direct save feature for one-click template-based topic creation </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.LynnwoodBrown" title="'Main.LynnwoodBrown' on TWiki.org" class="interwikiLink">LynnwoodBrown</a>, <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a>, <a href="http://twiki.org/cgi-bin/view/Main.ThomasWeigert" title="'Main.ThomasWeigert' on TWiki.org" class="interwikiLink">ThomasWeigert</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> <a href="http://twiki.org/cgi-bin/view/Codev.AutomaticAttachments" title="'Codev.AutomaticAttachments' on TWiki.org" class="interwikiLink">Automatic Attachments</a> showing all files in the attachment directory </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.MartinCleaver" title="'Main.MartinCleaver' on TWiki.org" class="interwikiLink">MartinCleaver</a> </td></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Rename, move or delete webs </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterNixon" title="'Main.PeterNixon' on TWiki.org" class="interwikiLink">PeterNixon</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Hierarchical subwebs (beta) </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterNixon" title="'Main.PeterNixon' on TWiki.org" class="interwikiLink">PeterNixon</a> </td></tr>
<tr class="twikiTableOdd"><th bgcolor="#6b7f93" align="left" colspan="2" valign="top" style="text-align:left;vertical-align:top;" class="twikiFirstCol" maxcols="0"> <span style="color:#ffffff"> <strong> New features for Plugin developers </strong> </span> </th></tr>
<tr class="twikiTableEven"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> REST (representational state transfer) interface for Plugins </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.RafaelAlvarez" title="'Main.RafaelAlvarez' on TWiki.org" class="interwikiLink">RafaelAlvarez</a>, <a href="http://twiki.org/cgi-bin/view/Main.MartinCleaver" title="'Main.MartinCleaver' on TWiki.org" class="interwikiLink">TWiki:Main.MartinCleaver</a>, <a href="http://www.home.org.au" target="_top">Sven Dowideit</a> </td></tr>
<tr class="twikiTableOdd"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> New and improved Plugins APIs </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a>, <a href="http://twiki.org/cgi-bin/view/Main.ThomasWeigert" title="'Main.ThomasWeigert' on TWiki.org" class="interwikiLink">ThomasWeigert</a> </td></tr>
<tr class="twikiTableEven"><th bgcolor="#6b7f93" align="left" colspan="2" valign="top" style="text-align:left;vertical-align:top;" class="twikiFirstCol" maxcols="0"> <span style="color:#ffffff"> <strong> Improvements in the TWiki engine room </strong> </span> </th></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Major OO redesign and refactoring of codebase </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Automatic build system </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a> </td></tr>
<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Extensive test suite, unit tests and testcases </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> <a href="http://twiki.org/cgi-bin/view/Codev.DevelopBranch" title="'Codev.DevelopBranch' on TWiki.org" class="interwikiLink">TWiki:Codev.DevelopBranch</a> , <a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs" target="_top">DEVELOP branch Bugs system</a> </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://www.home.org.au" target="_top">Sven Dowideit</a> </td></tr>
<tr class="twikiTableOdd"><th bgcolor="#6b7f93" align="left" colspan="2" valign="top" style="text-align:left;vertical-align:top;" class="twikiFirstCol" maxcols="0"> <span style="color:#ffffff"> <strong> Documentation, logo artwork, skins: </strong> </span> </th></tr>
<tr class="twikiTableEven"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Documentation </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;"> <a href="http://c-dot.co.uk" target="_top">Crawford Currie</a>, <a href="http://twiki.org/cgi-bin/view/Main.LynnwoodBrown" title="'Main.LynnwoodBrown' on TWiki.org" class="interwikiLink">LynnwoodBrown</a>, <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></tr>
<tr class="twikiTableOdd"><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;" class="twikiFirstCol"> Design of <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiLogos" class="twikiLink">TWikiLogos</a> with big "T" in a speech bubble </td><td bgcolor="#edf4f9" valign="top" style="vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">ArthurClemens</a>, <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">Peter Thoeny</a> </td></tr>
<tr class="twikiTableEven"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiFirstCol twikiLast"> Improved templates and <a href="http://twiki.org/cgi-bin/view/TWiki/PatternSkin" class="twikiLink">PatternSkin</a> </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;" class="twikiLast"> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">ArthurClemens</a> </td></tr>
</table>
<p />
See more details at <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiReleaseNotes04x00" class="twikiLink">TWikiReleaseNotes04x00</a>
<p />
<a name="CairoRelease"></a>
<h2><a name="01_Sep_2004_Release_Cairo"></a><a name="01_Sep_2004_Release_Cairo_"></a> 01-Sep-2004 Release (Cairo) </h2>
<p />
<strong><em>Major New Features</em></strong>
<p /> <ul>
<li> Automatic upgrade script, and easier first-time installation
</li> <li> Attractive new skins, using a standard set of CSS classes, and a skin browser to help you choose
</li> <li> New easier-to-use save options
</li> <li> Many improvements to SEARCH
</li> <li> Improved support for internationalisation
</li> <li> Better topic management screens
</li> <li> More pre-installed Plugins: <a href="http://twiki.org/cgi-bin/view/TWiki/CommentPlugin" class="twikiLink">CommentPlugin</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/EditTablePlugin" class="twikiLink">EditTablePlugin</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/RenderListPlugin" class="twikiLink">RenderListPlugin</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/SlideShowPlugin" class="twikiLink">SlideShowPlugin</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/SmiliesPlugin" class="twikiLink">SmiliesPlugin</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/SpreadSheetPlugin" class="twikiLink">SpreadSheetPlugin</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/TablePlugin" class="twikiLink">TablePlugin</a>
</li> <li> Improved Plugins API and more Plugin callbacks
</li> <li> Better support for different authentication methods
</li> <li> Many user interface and usability improvements
</li> <li> And many, many more enhancements
</li></ul>
<p />
<table style="border-width:1px;" cellspacing="0" cellpadding="0" class="twikiTable" border="1"><tr class="twikiTableEven"><th width="90%" bgcolor="#6b7f93" align="center" valign="top" style="width:90%;text-align:center;vertical-align:top;" class="twikiFirstCol" maxcols="0"> <a rel="nofollow" href="http://localhost/./view/TWiki.TWikiHistory?keywords=TWiki.TWikiHistory&amp;amp;keywords=skin&amp;amp;keywords=plain&amp;amp;skin=plain&amp;amp;sortcol=0;table=2;up=0#sorted_table" style="color:#ffffff" title="Sort by this column">Details of New Features and Enhancements of 01-Sep-2004 Release</a> </th><th width="10%" bgcolor="#6b7f93" align="center" valign="top" style="width:10%;text-align:center;vertical-align:top;" maxcols="0"> <a rel="nofollow" href="http://localhost/./view/TWiki.TWikiHistory?keywords=TWiki.TWikiHistory&amp;amp;keywords=skin&amp;amp;keywords=plain&amp;amp;skin=plain&amp;amp;sortcol=1;table=2;up=0#sorted_table" style="color:#ffffff" title="Sort by this column">Developer, Sponsor</a> </th></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.MartinGregory" title="'Main.MartinGregory' on TWiki.org" class="interwikiLink">TWiki:Main.MartinGregory</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.MattWilkie" title="'Main.MattWilkie' on TWiki.org" class="interwikiLink">TWiki:Main.MattWilkie</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.CrawfordCurrie" title="'Main.CrawfordCurrie' on TWiki.org" class="interwikiLink">TWiki:Main.CrawfordCurrie</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PavelGoran" title="'Main.PavelGoran' on TWiki.org" class="interwikiLink">TWiki:Main.PavelGoran</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Install: Remove office locations from registration. <a href="http://TWiki.org/cgi-bin/view/Codev/RemoveOfficeFromRegistration" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.AntonioBellezza" title="'Main.AntonioBellezza' on TWiki.org" class="interwikiLink">TWiki:Main.AntonioBellezza</a> <a href="http://twiki.org/cgi-bin/view/Main.WalterMundt" title="'Main.WalterMundt' on TWiki.org" class="interwikiLink">TWiki:Main.WalterMundt</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Install: Remove the Know web from the distribution. <a href="http://TWiki.org/cgi-bin/view/Codev/StopDistributingKnowWeb" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Internationalization: Support use of UTF-8 URLs for <span class="twikiNewLink">I18N<a href="http://twiki.org/cgi-bin/edit/TWiki/I18N?topicparent=TWiki.TWikiHistory" rel="nofollow" title="Create this topic">?</a></span> characters in TWiki page and attachment names. <a href="http://TWiki.org/cgi-bin/view/Codev/EncodeURLsWithUTF8" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.RichardDonkin" title="'Main.RichardDonkin' on TWiki.org" class="interwikiLink">TWiki:Main.RichardDonkin</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.JonathanGraehl" title="'Main.JonathanGraehl' on TWiki.org" class="interwikiLink">TWiki:Main.JonathanGraehl</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Preferences: TWiki Preferences need to be secured properly. <a href="http://TWiki.org/cgi-bin/view/Codev/SecureTWikiPreferences" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Preferences: Use TWiki Forms to set user preferences. <a href="http://TWiki.org/cgi-bin/view/Codev/UsingFormsForSettings" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.JohnTalintyre" title="'Main.JohnTalintyre' on TWiki.org" class="interwikiLink">TWiki:Main.JohnTalintyre</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Skins: New pre-installed skins PatternSkin and DragonSkin. <a href="http://TWiki.org/cgi-bin/view/Codev/SkinsForCairoRelease" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Skins: New skin browser to choose from installed skins. <a href="http://TWiki.org/cgi-bin/view/Codev/TWikiSkinBrowser" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Skins: Added CSS class names to Diff output. <a href="http://TWiki.org/cgi-bin/view/Codev/HardwiredRDiffColours" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.CrawfordCurrie" title="'Main.CrawfordCurrie' on TWiki.org" class="interwikiLink">TWiki:Main.CrawfordCurrie</a> <a href="http://twiki.org/cgi-bin/view/Main.WalterMundt" title="'Main.WalterMundt' on TWiki.org" class="interwikiLink">TWiki:Main.WalterMundt</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.MartinCleaver" title="'Main.MartinCleaver' on TWiki.org" class="interwikiLink">TWiki:Main.MartinCleaver</a> <a href="http://twiki.org/cgi-bin/view/Main.WalterMundt" title="'Main.WalterMundt' on TWiki.org" class="interwikiLink">TWiki:Main.WalterMundt</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Skin: Balanced pastel colors for TWiki webs. <a href="http://TWiki.org/cgi-bin/view/Codev/TWikiWebColors" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.DanBoitnott" title="'Main.DanBoitnott' on TWiki.org" class="interwikiLink">TWiki:Main.DanBoitnott</a> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Rendering: Allow custom styles for the "?" of uncreated topics. <a href="http://TWiki.org/cgi-bin/view/Codev/NewTopicLinkStylePatch" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Rendering: Render IRC and NNTP as a URL. <a href="http://TWiki.org/cgi-bin/view/Codev/RenderIrcAsURL" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.CrawfordCurrie" title="'Main.CrawfordCurrie' on TWiki.org" class="interwikiLink">TWiki:Main.CrawfordCurrie</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Rendering: TWiki Form with Label type. <a href="http://TWiki.org/cgi-bin/view/Codev/TWikiFormWithLabelType" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Rendering: Web names can now be WikiWords. <a href="http://TWiki.org/cgi-bin/view/Codev/WebNameAsWikiName" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.AdamTheo" title="'Main.AdamTheo' on TWiki.org" class="interwikiLink">TWiki:Main.AdamTheo</a> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.WalterMundt" title="'Main.WalterMundt' on TWiki.org" class="interwikiLink">TWiki:Main.WalterMundt</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Variables: New title parameter for TOC variable. <a href="http://TWiki.org/cgi-bin/view/Codev/AddHeadingToToc" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.SueBlake" title="'Main.SueBlake' on TWiki.org" class="interwikiLink">TWiki:Main.SueBlake</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Variables: Expand USERNAME and WIKINAME in Template Topics. <a href="http://TWiki.org/cgi-bin/view/Codev/ExpandUsernameAndWikinameInTemplateTopics" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.DavidSachitano" title="'Main.DavidSachitano' on TWiki.org" class="interwikiLink">TWiki:Main.DavidSachitano</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Variables: New PLUGINVERSION variable. <a href="http://TWiki.org/cgi-bin/view/Codev/PluginVersionVariable" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Variables: URLPARAM variable with newline parameter. <a href="http://TWiki.org/cgi-bin/view/Codev/UrlParamWithNewlineArg" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Variables: URLPARAM variable with new multiple=on parameter. <a href="http://TWiki.org/cgi-bin/view/Codev/UrlParamWithSelectMultiple" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PaulineCheung" title="'Main.PaulineCheung' on TWiki.org" class="interwikiLink">TWiki:Main.PaulineCheung</a> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Search: Keyword search to search with implicit AND. <a href="http://TWiki.org/cgi-bin/view/Codev/KeywordSearchWithImplicitAnd" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Search: Exclude topics from search with an excludetopic parameter. <a href="http://TWiki.org/cgi-bin/view/Codev/ExcludeWebTopicsFromSearch" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Search: Expand Variables on Formatted Search with expandvariables Flag. <a href="http://TWiki.org/cgi-bin/view/Codev/ExpandVariablesOnFormattedSearch" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.FrankSmith" title="'Main.FrankSmith' on TWiki.org" class="interwikiLink">TWiki:Main.FrankSmith</a> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Search: Formatted Search with Conditional Output. <a href="http://TWiki.org/cgi-bin/view/Codev/FormattedSearchWithConditionalOutput" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Search modules uses Perl-style keyword parameters (code cleanup). <a href="http://TWiki.org/cgi-bin/view/Codev/SearchWebHasTooManyParameters" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Search: Sort search by topic creation date. <a href="http://TWiki.org/cgi-bin/view/Codev/SortSearchByTopicCreateDate" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Search: Topic creation date and user in Formatted Search. <a href="http://TWiki.org/cgi-bin/view/Codev/TopicCreateDateInFormattedSearch" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.CoreyFruitman" title="'Main.CoreyFruitman' on TWiki.org" class="interwikiLink">TWiki:Main.CoreyFruitman</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.WalterMundt" title="'Main.WalterMundt' on TWiki.org" class="interwikiLink">TWiki:Main.WalterMundt</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.MartinCleaver" title="'Main.MartinCleaver' on TWiki.org" class="interwikiLink">TWiki:Main.MartinCleaver</a> <a href="http://twiki.org/cgi-bin/view/Main.WalterMundt" title="'Main.WalterMundt' on TWiki.org" class="interwikiLink">TWiki:Main.WalterMundt</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.JohnTalintyre" title="'Main.JohnTalintyre' on TWiki.org" class="interwikiLink">TWiki:Main.JohnTalintyre</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.MartinCleaver" title="'Main.MartinCleaver' on TWiki.org" class="interwikiLink">TWiki:Main.MartinCleaver</a> <a href="http://twiki.org/cgi-bin/view/Main.WalterMundt" title="'Main.WalterMundt' on TWiki.org" class="interwikiLink">TWiki:Main.WalterMundt</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.RichardDonkin" title="'Main.RichardDonkin' on TWiki.org" class="interwikiLink">TWiki:Main.RichardDonkin</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.WalterMundt" title="'Main.WalterMundt' on TWiki.org" class="interwikiLink">TWiki:Main.WalterMundt</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.CrawfordCurrie" title="'Main.CrawfordCurrie' on TWiki.org" class="interwikiLink">TWiki:Main.CrawfordCurrie</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> UI: Show tool-tip topic info on <a href="http://twiki.org/cgi-bin/view/TWiki/WikiWord" class="twikiLink">WikiWord</a> links. <a href="http://TWiki.org/cgi-bin/view/Codev/ToolTipTopicInfoOnWikiWordLinks" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> UI: Save topic and continue edit feature. <a href="http://TWiki.org/cgi-bin/view/Codev/CheckpointSave" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ColasNahaboo" title="'Main.ColasNahaboo' on TWiki.org" class="interwikiLink">TWiki:Main.ColasNahaboo</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.MattWilkie" title="'Main.MattWilkie' on TWiki.org" class="interwikiLink">TWiki:Main.MattWilkie</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> UI: In attachment table, change 'action' to 'manage'. <a href="http://TWiki.org/cgi-bin/view/Codev/AttachmentActionLinkBadName" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> UI: Smaller usability enhancements on the file attachment table. <a href="http://TWiki.org/cgi-bin/view/Codev/BetterAttachmentTableForCairoRelease" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> UI: Improved functionality of the More screen. <a href="http://TWiki.org/cgi-bin/view/Codev/BetterMoreRealizedFeatures" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.NielsKoldso" title="'Main.NielsKoldso' on TWiki.org" class="interwikiLink">TWiki:Main.NielsKoldso</a> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.CrawfordCurrie" title="'Main.CrawfordCurrie' on TWiki.org" class="interwikiLink">TWiki:Main.CrawfordCurrie</a> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> UI: Improved warning message on unsaved topic. <a href="http://TWiki.org/cgi-bin/view/Codev/ReassurePeopleTheyDidntLoseTheirData" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.MartinGregory" title="'Main.MartinGregory' on TWiki.org" class="interwikiLink">TWiki:Main.MartinGregory</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.AndreUlrich" title="'Main.AndreUlrich' on TWiki.org" class="interwikiLink">TWiki:Main.AndreUlrich</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.CrawfordCurrie" title="'Main.CrawfordCurrie' on TWiki.org" class="interwikiLink">TWiki:Main.CrawfordCurrie</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> UI: Topic diff shows unified diff with unchanged context. <a href="http://TWiki.org/cgi-bin/view/Codev/UnifiedDiffOutput" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Code refactoring: Server-side include of attachments accelerates INCLUDE. <a href="http://TWiki.org/cgi-bin/view/Codev/IncludeAttachment" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.CrawfordCurrie" title="'Main.CrawfordCurrie' on TWiki.org" class="interwikiLink">TWiki:Main.CrawfordCurrie</a> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.CrawfordCurrie" title="'Main.CrawfordCurrie' on TWiki.org" class="interwikiLink">TWiki:Main.CrawfordCurrie</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.CrawfordCurrie" title="'Main.CrawfordCurrie' on TWiki.org" class="interwikiLink">TWiki:Main.CrawfordCurrie</a> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Code refactoring: Optimize preferences handling for better performance. <a href="http://TWiki.org/cgi-bin/view/Codev/OptimizePreferencesHandling" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PavelGoran" title="'Main.PavelGoran' on TWiki.org" class="interwikiLink">TWiki:Main.PavelGoran</a> <a href="http://twiki.org/cgi-bin/view/Main.WalterMundt" title="'Main.WalterMundt' on TWiki.org" class="interwikiLink">TWiki:Main.WalterMundt</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Code refactoring: Refactor variable expansion for edit and register. <a href="http://TWiki.org/cgi-bin/view/Codev/RefactorVariableExpansion" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.CrawfordCurrie" title="'Main.CrawfordCurrie' on TWiki.org" class="interwikiLink">TWiki:Main.CrawfordCurrie</a> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Code refactoring: Move savemulti script into TWiki::UI::Save. <a href="http://TWiki.org/cgi-bin/view/Codev/SavemultiIntoSaveDotPm" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.MattWilkie" title="'Main.MattWilkie' on TWiki.org" class="interwikiLink">TWiki:Main.MattWilkie</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol twikiLast"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;" class="twikiLast"> <a href="http://twiki.org/cgi-bin/view/Main.WalterMundt" title="'Main.WalterMundt' on TWiki.org" class="interwikiLink">TWiki:Main.WalterMundt</a> </td></tr>
</table>
<p />
<p />
<table style="border-width:1px;" cellspacing="0" cellpadding="0" class="twikiTable" border="1"><tr class="twikiTableEven"><th width="90%" bgcolor="#6b7f93" align="center" valign="top" style="width:90%;text-align:center;vertical-align:top;" class="twikiFirstCol" maxcols="0"> <a rel="nofollow" href="http://localhost/./view/TWiki.TWikiHistory?keywords=TWiki.TWikiHistory&amp;amp;keywords=skin&amp;amp;keywords=plain&amp;amp;skin=plain&amp;amp;sortcol=0;table=3;up=0#sorted_table" style="color:#ffffff" title="Sort by this column">Bug Fixes of 01-Sep-2004 Release</a> </th><th width="10%" bgcolor="#6b7f93" align="center" valign="top" style="width:10%;text-align:center;vertical-align:top;" maxcols="0"> <a rel="nofollow" href="http://localhost/./view/TWiki.TWikiHistory?keywords=TWiki.TWikiHistory&amp;amp;keywords=skin&amp;amp;keywords=plain&amp;amp;skin=plain&amp;amp;sortcol=1;table=3;up=0#sorted_table" style="color:#ffffff" title="Sort by this column">Developer, Sponsor</a> </th></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Consistently create headings with empty anchor tags. <a href="http://TWiki.org/cgi-bin/view/Codev/AllcapsHeadingsProduceBrokenAnchors" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Backslash line break breaks TWiki form definitions. <a href="http://TWiki.org/cgi-bin/view/Codev/BackslashBreaksForm" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.CrawfordCurrie" title="'Main.CrawfordCurrie' on TWiki.org" class="interwikiLink">TWiki:Main.CrawfordCurrie</a> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Rename fixes unrelated topic references. <a href="http://TWiki.org/cgi-bin/view/Codev/BugInTopicRenaming" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.RichardDonkin" title="'Main.RichardDonkin' on TWiki.org" class="interwikiLink">TWiki:Main.RichardDonkin</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Bug with infinite recursion in search. <a href="http://TWiki.org/cgi-bin/view/Codev/BugInfiniteRecursionInSearch" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Can't send mail with full 'From' address. <a href="http://TWiki.org/cgi-bin/view/Codev/CantSendMailWithFullAddress" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Double quotes got replaced by &#34; in TWiki forms. <a href="http://TWiki.org/cgi-bin/view/Codev/DoubleQuoteHandlingInTwikiForms" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.MichaelSparks" title="'Main.MichaelSparks' on TWiki.org" class="interwikiLink">TWiki:Main.MichaelSparks</a> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ThomasWeigert" title="'Main.ThomasWeigert' on TWiki.org" class="interwikiLink">TWiki:Main.ThomasWeigert</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: GMTIME variable returns unwanted GMT text. <a href="http://TWiki.org/cgi-bin/view/Codev/GmTimeVariableReturnsUnwantedGMT" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Include from other Web links ACRONYMS. <a href="http://TWiki.org/cgi-bin/view/Codev/IncludeFromOtherWebLinksACRONYMS" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Including an HTML file is very slow. <a href="http://TWiki.org/cgi-bin/view/Codev/IncludeHTMLTakesLongTime" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.JohnTalintyre" title="'Main.JohnTalintyre' on TWiki.org" class="interwikiLink">TWiki:Main.JohnTalintyre</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: includeUrl() mess up absolute URLs. <a href="http://TWiki.org/cgi-bin/view/Codev/IncludeUrlScrewsUpAbsoluteUrls" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: The initializeUserHandler is broken for session Plugins. <a href="http://TWiki.org/cgi-bin/view/Codev/InitializeUserHandlerBroken" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.JohnTalintyre" title="'Main.JohnTalintyre' on TWiki.org" class="interwikiLink">TWiki:Main.JohnTalintyre</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: SEARCH fails with very large webs. <a href="http://TWiki.org/cgi-bin/view/Codev/InlineSearchArgListTooLong" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.KimCovil" title="'Main.KimCovil' on TWiki.org" class="interwikiLink">TWiki:Main.KimCovil</a> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.MartinGregory" title="'Main.MartinGregory' on TWiki.org" class="interwikiLink">TWiki:Main.MartinGregory</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Minor XHTML non-compliance in templates and code. <a href="http://TWiki.org/cgi-bin/view/Codev/MinorXHTMLNonComplianceInTemplates" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Getting pages from virtual hosts fails. <a href="http://TWiki.org/cgi-bin/view/Codev/NetCantGetURLFromVhosts" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.JohnTalintyre" title="'Main.JohnTalintyre' on TWiki.org" class="interwikiLink">TWiki:Main.JohnTalintyre</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ClausBrunzema" title="'Main.ClausBrunzema' on TWiki.org" class="interwikiLink">TWiki:Main.ClausBrunzema</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Ability to delete non-WikiWord topics without confirmation. <a href="http://TWiki.org/cgi-bin/view/Codev/NonWikiWordInConfirm" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: + symbol in password reset fails. <a href="http://TWiki.org/cgi-bin/view/Codev/OopsResetPasswdFormat" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Pathinfo cleanup for hosted sites. <a href="http://TWiki.org/cgi-bin/view/Codev/PathInfoCleanupBug" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.MikeSalisbury" title="'Main.MikeSalisbury' on TWiki.org" class="interwikiLink">TWiki:Main.MikeSalisbury</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.TedPavlic" title="'Main.TedPavlic' on TWiki.org" class="interwikiLink">TWiki:Main.TedPavlic</a> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Preview expands variables twice. <a href="http://TWiki.org/cgi-bin/view/Codev/PreviewExpandsVariablesTwice" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.MichaelSparks" title="'Main.MichaelSparks' on TWiki.org" class="interwikiLink">TWiki:Main.MichaelSparks</a> <a href="http://twiki.org/cgi-bin/view/Main.JohnTalintyre" title="'Main.JohnTalintyre' on TWiki.org" class="interwikiLink">TWiki:Main.JohnTalintyre</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Runaway view processes with TWiki::Sore::RcsLite. <a href="http://TWiki.org/cgi-bin/view/Codev/RcsLiteRunawayViewProcesses" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Rename script misses some ref-by topics. <a href="http://TWiki.org/cgi-bin/view/Codev/RenameScriptMissesSomeReferrers" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.JohnTalintyre" title="'Main.JohnTalintyre' on TWiki.org" class="interwikiLink">TWiki:Main.JohnTalintyre</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Rename topic does 'Main.Main.UserName' for attachments. <a href="http://TWiki.org/cgi-bin/view/Codev/RenameTopicDoesMainMainUser" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.WalterMundt" title="'Main.WalterMundt' on TWiki.org" class="interwikiLink">TWiki:Main.WalterMundt</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Make TOC link URI references relative. <a href="http://TWiki.org/cgi-bin/view/Codev/TOCLinkURIRefsNotRelative" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.MartinGregory" title="'Main.MartinGregory' on TWiki.org" class="interwikiLink">TWiki:Main.MartinGregory</a> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: TWiki hangs when used on Apache 2.0. <a href="http://TWiki.org/cgi-bin/view/Codev/TWikiOnApache2dot0Hangs" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: TOC incorrectly strips out links in headers. <a href="http://TWiki.org/cgi-bin/view/Codev/TocMishandlesStrippingLinks" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: TOC on INCLUDEd topic ignores STOPINCLUDE. <a href="http://TWiki.org/cgi-bin/view/Codev/TocWithParameterIgnoresStopinclude" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.WillNorris" title="'Main.WillNorris' on TWiki.org" class="interwikiLink">TWiki:Main.WillNorris</a> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.CrawfordCurrie" title="'Main.CrawfordCurrie' on TWiki.org" class="interwikiLink">TWiki:Main.CrawfordCurrie</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Image size of PNG files. <a href="http://TWiki.org/cgi-bin/view/Codev/UploadDoesNotGenerateImageSizeOfPngs" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.ArthurClemens" title="'Main.ArthurClemens' on TWiki.org" class="interwikiLink">TWiki:Main.ArthurClemens</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.RichardDonkin" title="'Main.RichardDonkin' on TWiki.org" class="interwikiLink">TWiki:Main.RichardDonkin</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Variable with Parameters in Form Fields Disappear. <a href="http://TWiki.org/cgi-bin/view/Codev/VariableWithParamsInFormFieldsDisappear" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> Fix: Verbatim tag should escape HTML entities. <a href="http://TWiki.org/cgi-bin/view/Codev/VerbatimShouldEscapeHtmlEntities" target="_top">Details</a> </td><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </td></tr>
<tr class="twikiTableEven"><td width="90%" bgcolor="#edf4f9" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol"> 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><td width="10%" bgcolor="#edf4f9" valign="top" style="width:10%;vertical-align:top;"> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
<tr class="twikiTableOdd"><td width="90%" bgcolor="#ffffff" valign="top" style="width:90%;vertical-align:top;" class="twikiFirstCol twikiLast"> Fix: Resolving variables in included topics. <a href="http://TWiki.org/cgi-bin/view/Codev/WrongInternalTagOrder" target="_top">Details</a> </td><td width="10%" bgcolor="#ffffff" valign="top" style="width:10%;vertical-align:top;" class="twikiLast"> <a href="http://twiki.org/cgi-bin/view/Main.OliverKrueger" title="'Main.OliverKrueger' on TWiki.org" class="interwikiLink">TWiki:Main.OliverKrueger</a> <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> </td></tr>
</table>
<p />
<a name="BeijingRelease"></a>
<h2><a name="01_Feb_2003_Release_Beijing"></a><a name="01_Feb_2003_Release_Beijing_"></a> 01-Feb-2003 Release (Beijing) </h2>
<p /> <ul>
<li> <strong>18 Jan 2003</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Support for <code>/bin/view/Web.TopicName</code> topic view URL (besides the default <code>/bin/view/Web/TopicName</code> URL); useful for <a href="http://twiki.org/cgi-bin/view/TWiki/InterwikiPlugin" class="twikiLink">InterwikiPlugin</a> links like <a href="http://twiki.org/cgi-bin/view/Codev.ReadmeFirst" title="'Codev.ReadmeFirst' on TWiki.org" class="interwikiLink">TWiki:Codev.ReadmeFirst</a>
</li></ul>
</li> <li> <strong>31 Dec 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Enhanced Plugin API to manipulate topic data with new functions in Func.pm: <code>readTopicText</code>, <code>saveTopicText</code>, <code>setTopicEditLock</code>, <code>checkTopicEditLock</code>
</li></ul>
</li> <li> <strong>31 Dec 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New <code>%NOAUTOLINK%</code> setting in the <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiPreferences" class="twikiLink">TWikiPreferences</a> to disable the auto-linking of <a href="http://twiki.org/cgi-bin/view/TWiki/WikiWord" class="twikiLink">WikiWords</a>
</li></ul>
</li> <li> <strong>29 Dec 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.AndreaSterbini" title="'Main.AndreaSterbini' on TWiki.org" class="interwikiLink">TWiki:Main.AndreaSterbini</a>, <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a>, <a href="http://twiki.org/cgi-bin/view/Main.RichardDonkin" title="'Main.RichardDonkin' on TWiki.org" class="interwikiLink">TWiki:Main.RichardDonkin</a>, <a href="http://twiki.org/cgi-bin/view/Main.SvenDowideit" title="'Main.SvenDowideit' on TWiki.org" class="interwikiLink">TWiki:Main.SvenDowideit</a> <ul>
<li> New Plugin hooks <code>registrationHandler</code>, <code>beforeEditHandler</code>, <code>afterEditHandler</code>, <code>beforeSaveHandler</code>, <code>writeHeaderHandler</code>, <code>redirectCgiQueryHandler</code>, <code>getSessionValueHandler</code>, <code>setSessionValueHandler</code>
</li></ul>
</li> <li> <strong>30 Nov 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.RichardDonkin" title="'Main.RichardDonkin' on TWiki.org" class="interwikiLink">TWiki:Main.RichardDonkin</a> <ul>
<li> Internationalization ('I18N') support for international characters in <a href="http://twiki.org/cgi-bin/view/TWiki/WikiWord" class="twikiLink">WikiWords</a>, such as ISO-8859-15, KOI8-R - also supports Chinese, Japanese, etc.
</li></ul>
</li> <li> <strong>25 Nov 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Include previous topic revision with <code>%INCLUDE{ "OtherTopic" rev="1.2" }%</code>
</li></ul>
</li> <li> <strong>15 Nov 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> The Go box understands also URLs, useful for special <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiSkins" class="twikiLink">TWikiSkins</a> handling
</li></ul>
</li> <li> <strong>08 Nov 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.ColasNahaboo" title="'Main.ColasNahaboo' on TWiki.org" class="interwikiLink">TWiki:Main.ColasNahaboo</a>, <a href="http://twiki.org/cgi-bin/view/Main.RichardDonkin" title="'Main.RichardDonkin' on TWiki.org" class="interwikiLink">TWiki:Main.RichardDonkin</a> <ul>
<li> In <a href="http://twiki.org/cgi-bin/view/TWiki/WebNotify" class="twikiLink">WebNotify</a>, if only the <a href="http://twiki.org/cgi-bin/view/TWiki/WikiName" class="twikiLink">WikiName</a> is specified, the e-mail is taken from the user's home page; if the <a href="http://twiki.org/cgi-bin/view/TWiki/WikiName" class="twikiLink">WikiName</a> is a group name, a notification is sent to all members of the group
</li></ul>
</li> <li> <strong>30 Oct 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New <code>%NOP{}%</code> variable in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiTemplates" class="twikiLink">TWikiTemplates</a> topic gets removed at topic creation time; useful to write protect template topics
</li></ul>
</li> <li> <strong>28 Sep 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> The <code>%URLPARAM{}%</code> variable in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiTemplates" class="twikiLink">TWikiTemplates</a> topic gets expanded at topic creation time; useful for dynamic content creation
</li></ul>
</li> <li> <strong>28 Sep 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New <code>$logDir</code> introduced in TWiki.cfg to set the log directory
</li></ul>
</li> <li> <strong>13 Sep 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Renamed the <strong>Test</strong> web to <strong>Sandbox</strong>
</li></ul>
</li> <li> <strong>03 Aug 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.RichardDonkin" title="'Main.RichardDonkin' on TWiki.org" class="interwikiLink">TWiki:Main.RichardDonkin</a> <ul>
<li> New <code>setlib.cfg</code> file in the bin directory to set the TWiki library path
</li></ul>
</li> <li> <strong>02 Aug 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a>, <a href="http://twiki.org/cgi-bin/view/Main.RyanFreebern" title="'Main.RyanFreebern' on TWiki.org" class="interwikiLink">TWiki:Main.RyanFreebern</a> <ul>
<li> Support for outbound HTTP proxy when including URLs based on new <code>%PROXYHOST</code> and <code>%PROXYPORT%</code> settings in the <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiPreferences" class="twikiLink">TWikiPreferences</a>
</li></ul>
</li> <li> <strong>12 Jul 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> The page logo is configurable with new <code>%WIKILOGOIMG%</code>, <code>%TWIKILOGOURL%</code> and <code>%WIKILOGOALT%</code> variables in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiPreferences" class="twikiLink">TWikiPreferences</a>; replacing <code>$wikiHomeUrl</code> in TWiki.cfg
</li></ul>
</li> <li> <strong>12 Jun 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New <code>%WIKITOOLNAME%</code> variable in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiPreferences" class="twikiLink">TWikiPreferences</a>; replacing <code>$wikiToolName</code> in TWiki.cfg
</li></ul>
</li> <li> <strong>31 May 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New <code>%EDITBOXSTYLE%</code> preferences variable which sets the edit box width automatically to the window width
</li></ul>
</li> <li> <strong>17 May 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New <code>%URLENCODE{}%</code> variable to encodes a string for using in a URL parameter, e.g. <code>%URLENCODE{"spaced name"}%</code> returns <code>spaced%20name</code>
</li></ul>
</li> <li> <strong>17 May 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> <a href="http://twiki.org/cgi-bin/view/TWiki/FormattedSearch" class="twikiLink">FormattedSearch</a> can be nested
</li></ul>
</li> <li> <strong>05 May 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New user home pages are now based on the <a href="http://twiki.org/cgi-bin/view/TWiki/NewUserTemplate" class="twikiLink">NewUserTemplate</a>, replacing the <code>/twiki/templates/register.tmpl</code> template file
</li></ul>
</li> <li> <strong>26 Apr 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New markup to exclude heading from a <code>%TOC%</code> table of content, e.g. <code>---+!! This heading</code> is not shown in a TOC
</li></ul>
</li> <li> <strong>13 Apr 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Form and script to create new webs, see <a href="http://twiki.org/cgi-bin/view/TWiki/ManagingWebs" class="twikiLink">ManagingWebs</a>
</li></ul>
</li> <li> <strong>01 Apr 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.JohnTalintyre" title="'Main.JohnTalintyre' on TWiki.org" class="interwikiLink">TWiki:Main.JohnTalintyre</a> <ul>
<li> 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
</li></ul>
</li> <li> <strong>28 Mar 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.RichardDonkin" title="'Main.RichardDonkin' on TWiki.org" class="interwikiLink">TWiki:Main.RichardDonkin</a> <ul>
<li> Fixed IE5/IE6-specific problem whereby going back from preview sometimes removes all edit changes
</li></ul>
</li> <li> <strong>23 Mar 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.JohnTalintyre" title="'Main.JohnTalintyre' on TWiki.org" class="interwikiLink">TWiki:Main.JohnTalintyre</a> <ul>
<li> New AND search; with regular expression enabled, use the semicolon ";" as the AND operator in <code>%SEARCH{}%</code> variable, <a href="http://twiki.org/cgi-bin/view/TWiki/FormattedSearch" class="twikiLink">FormattedSearch</a> and <a href="http://twiki.org/cgi-bin/view/TWiki/WebSearch" class="twikiLink">WebSearch</a>
</li></ul>
</li> <li> <strong>21 Mar 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.ColasNahaboo" title="'Main.ColasNahaboo' on TWiki.org" class="interwikiLink">TWiki:Main.ColasNahaboo</a>, <a href="http://twiki.org/cgi-bin/view/Main.RichardDonkin" title="'Main.RichardDonkin' on TWiki.org" class="interwikiLink">TWiki:Main.RichardDonkin</a> <ul>
<li> Fixed cache issue where the edit page showed outdated content
</li></ul>
</li> <li> <strong>06 Mar 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.RichardDonkin" title="'Main.RichardDonkin' on TWiki.org" class="interwikiLink">TWiki:Main.RichardDonkin</a> <ul>
<li> Improved statistics script which uses less memory to process large log files
</li></ul>
</li> <li> <strong>09 Jan 2002</strong> - <a href="http://twiki.org/cgi-bin/view/Main.JohnTalintyre" title="'Main.JohnTalintyre' on TWiki.org" class="interwikiLink">TWiki:Main.JohnTalintyre</a> <ul>
<li> Variables inside <code>&lt;verbatim&gt;</code> tags are no longer expanded
</li></ul>
</li></ul>
<p />
<a name="AthensRelease"></a>
<h2><a name="01_Dec_2001_Release_Athens"></a><a name="01_Dec_2001_Release_Athens_"></a> 01-Dec-2001 Release (Athens) </h2>
<p /> <ul>
<li> <strong>25 Oct 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Added <a href="http://twiki.org/cgi-bin/view/TWiki/FormattedSearch" class="twikiLink">FormattedSearch</a> to <code>%SEARCH{}%</code> variable for database like reporting.
</li></ul>
</li></ul>
<p />
<h2><a name="01_Sep_2001_Release"></a> 01-Sep-2001 Release </h2>
<p /> <ul>
<li> <strong>30 Aug 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.JohnTalintyre" title="'Main.JohnTalintyre' on TWiki.org" class="interwikiLink">TWiki:Main.JohnTalintyre</a> <ul>
<li> Easier install for Windows, including auto detection in <code>TWiki.cfg</code>
</li></ul>
</li> <li> <strong>30 Aug 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.JohnTalintyre" title="'Main.JohnTalintyre' on TWiki.org" class="interwikiLink">TWiki:Main.JohnTalintyre</a> <ul>
<li> Ability to move attachments between topics, see <a href="http://twiki.org/cgi-bin/view/TWiki/FileAttachment" class="twikiLink">FileAttachments</a>
</li></ul>
</li> <li> <strong>21 Aug 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Convert to XHTML 1.0 function: first step to XHTML-ifying TWiki
</li></ul>
</li> <li> <strong>26 Jun 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.JohnTalintyre" title="'Main.JohnTalintyre' on TWiki.org" class="interwikiLink">TWiki:Main.JohnTalintyre</a> <ul>
<li> Category information to forms using the <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiMetaData" class="twikiLink">TWikiMetaData</a> format, see <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiForms" class="twikiLink">TWikiForms</a>
</li></ul>
</li> <li> <strong>07 Jun 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New topic templates as topics instead of templates. Customize by editing the topic. Retired <code>notedited.tmpl</code>, <code>notext.tmpl</code> and <code>notwiki.tmpl</code> templates. More in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiTemplates" class="twikiLink">TWikiTemplates</a>.
</li></ul>
</li> <li> <strong>07 Jun 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New <code>%TOPICLIST{"format"}%</code> and <code>%WEBLIST{"format"}%</code> variables to get a formatted topic index and web index, respectively. More in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables" class="twikiLink">TWikiVariables</a>.
</li></ul>
</li> <li> <strong>01 Jun 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New <code>%URLPARAM{"name"}%</code> variable to query URL parameters. More in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables" class="twikiLink">TWikiVariables</a>.
</li></ul>
</li> <li> <strong>01 Jun 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.AndreaSterbini" title="'Main.AndreaSterbini' on TWiki.org" class="interwikiLink">TWiki:Main.AndreaSterbini</a> <ul>
<li> API to extend TWiki, see <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiPlugins#PluginAPI" class="twikiAnchorLink">TWikiPluginAPI</a>
</li></ul>
</li> <li> <strong>01 Jun 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.KlausWriessnegger" title="'Main.KlausWriessnegger' on TWiki.org" class="interwikiLink">TWiki:Main.KlausWriessnegger</a>, <a href="http://twiki.org/cgi-bin/view/Main.AndreaSterbini" title="'Main.AndreaSterbini' on TWiki.org" class="interwikiLink">TWiki:Main.AndreaSterbini</a> <ul>
<li> Forms to change/reset/install passwords, see <a href="http://twiki.org/cgi-bin/view/TWiki/ChangePassword" class="twikiLink">ChangePassword</a> &amp; <a href="http://twiki.org/cgi-bin/view/TWiki/ResetPassword" class="twikiLink">ResetPassword</a>
</li></ul>
</li> <li> <strong>01 May 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.AndreaSterbini" title="'Main.AndreaSterbini' on TWiki.org" class="interwikiLink">TWiki:Main.AndreaSterbini</a> <ul>
<li> The <a href="http://twiki.org/cgi-bin/view/Main/TWikiAdminGroup" class="twikiLink">TWikiAdminGroup</a> (or other group) can be enabled as a <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiAccessControl#SuperAdminGroup" class="twikiAnchorLink">SuperAdminGroup</a>. Members have browser edit access to <em>all</em> locked topics.
</li></ul>
</li> <li> <strong>01 May 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.JohnTalintyre" title="'Main.JohnTalintyre' on TWiki.org" class="interwikiLink">TWiki:Main.JohnTalintyre</a> <ul>
<li> Meta information format, see <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiMetaData" class="twikiLink">TWikiMetaData</a>
</li></ul>
</li> <li> <strong>01 May 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.JohnTalintyre" title="'Main.JohnTalintyre' on TWiki.org" class="interwikiLink">TWiki:Main.JohnTalintyre</a> <ul>
<li> Attachment under revision control See <a href="http://twiki.org/cgi-bin/view/TWiki/FileAttachment" class="twikiLink">FileAttachment</a>
</li></ul>
</li> <li> <strong>01 May 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.JohnTalintyre" title="'Main.JohnTalintyre' on TWiki.org" class="interwikiLink">TWiki:Main.JohnTalintyre</a> <ul>
<li> Ability to rename/move topics, <a href="http://twiki.org/cgi-bin/view/TWiki/ManagingTopics" class="twikiLink">ManagingTopics</a>
</li></ul>
</li> <li> <strong>27 Mar 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> The table syntax has been enhanced to (i) render <code><b>| *bold* |</b></code> cells as table headers, (ii) render space padded cells <code><b>| &nbsp; center aligned &nbsp; |</b></code> and <code><b>| &nbsp; right aligned |</b></code>, (iii) span multiple columns using <code><b>| empty cells |||</b></code>. More in <a href="http://twiki.org/cgi-bin/view/TWiki/TextFormattingRules" class="twikiLink">TextFormattingRules</a>.
</li></ul>
</li> <li> <strong>25 Mar 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Security fix Questionable files like PHP scripts (executables) and <code><b>.htaccess</b></code> files that are attached to a topic get a <code><b>.txt</b></code> suffix appended to the file name. See also <a href="http://twiki.org/cgi-bin/view/Codev/FileAttachmentFilterSecurityAlert" title="'Codev/FileAttachmentFilterSecurityAlert' on TWiki.org" class="interwikiLink">TWiki:Codev/FileAttachmentFilterSecurityAlert</a>
</li></ul>
</li> <li> <strong>28 Feb 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.AndreaSterbini" title="'Main.AndreaSterbini' on TWiki.org" class="interwikiLink">TWiki:Main.AndreaSterbini</a>, <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New Wiki rule for headings, i.e. <code>---++ My Title</code>; and new <code>%TOC%</code> variable to build a table of content from headings in a topic. More in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables" class="twikiLink">TWikiVariables</a>.
</li></ul>
</li> <li> <strong>28 Feb 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New Wiki rule to specify arbitrary text for external links (i.e. <code>[[http://TWki.org][TWiki]]</code>) and internal links (i.e <code>[[WikiSyntax][syntax]]</code>). More in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables" class="twikiLink">TWikiVariables</a>.
</li></ul>
</li> <li> <strong>28 Feb 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New Wiki rule for named anchors, e.g. links within a topic. Define a named anchor with <code>#MyAnchor</code> at the beginning of a line, and link to it with <code>[[#MyAnchor]]</code>. More in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables" class="twikiLink">TWikiVariables</a>.
</li></ul>
</li> <li> <strong>25 Feb 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.NicholasLee" title="'Main.NicholasLee' on TWiki.org" class="interwikiLink">TWiki:Main.NicholasLee</a>, <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Use <code>Net::SMTP</code> module instead of <code>sendmail</code> if installed.
</li></ul>
</li> <li> <strong>01 Feb 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Added <code>&lt;verbatim&gt;</code> ... <code>&lt;/verbatim&gt;</code> tags to show source code "as is". Unlike the <code>&lt;pre&gt;</code> ... <code>&lt;/pre&gt;</code> tags, it also shows <code>&lt;</code>, <code>&gt;</code>, <code>&amp;</code> characters "as is".
</li></ul>
</li> <li> <strong>01 Feb 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Fixed <a href="http://twiki.org/cgi-bin/view/Codev/CreateLinkToAttachedFileBug" title="'Codev/CreateLinkToAttachedFileBug' on TWiki.org" class="interwikiLink">TWiki:Codev/CreateLinkToAttachedFileBug</a>.
</li></ul>
</li> <li> <strong>21 Jan 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Added a "Minor change, don't notify" checkbox in preview. More in <a href="http://twiki.org/cgi-bin/view/TWiki/DontNotify" class="twikiLink">DontNotify</a>.
</li></ul>
</li> <li> <strong>21 Jan 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Added Bold Fixed formatting using double-equal signs, e.g. write <code>==Bold Fixed==</code> to get <code><b>Bold Fixed</b></code>.
</li></ul>
</li> <li> <strong>20 Jan 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Format changed of <code>%GMTIME{"..."}%</code> and <code>%SERVERTIME{"..."}%</code> variables. Format is now <code>"$hour:$min"</code> instead of <code>"hour:min"</code>. More in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables" class="twikiLink">TWikiVariables</a>. <strong><em>Attention:</em></strong> Check your existing topics when you upgrade TWiki!
</li></ul>
</li> <li> <strong>18 Jan 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> <a href="http://twiki.org/cgi-bin/view/TWiki/WebChanges" class="twikiLink">WebChanges</a>, <a href="http://twiki.org/cgi-bin/view/TWiki/WebSearch" class="twikiLink">WebSearch</a> 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 <b>NEW</b></u>).
</li></ul>
</li> <li> <strong>16 Jan 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New variable <code>%STARTINCLUDE%</code> and <code>%STOPINCLUDE%</code> variables to control what gets included of a topic. More in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables" class="twikiLink">TWikiVariables</a>.
</li></ul>
</li> <li> <strong>16 Jan 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> TWiki skins Define a different page layout with a customized header and footer layout, i.e. a <code>print</code> skin for a printable view of a topic. More in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiSkins" class="twikiLink">TWikiSkins</a> and <a href="http://twiki.org/cgi-bin/view/Codev/TWikiSkins" title="'Codev/TWikiSkins' on TWiki.org" class="interwikiLink">TWiki:Codev/TWikiSkins</a>.
</li></ul>
</li> <li> <strong>07 Jan 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.StanleyKnutson" title="'Main.StanleyKnutson' on TWiki.org" class="interwikiLink">TWiki:Main.StanleyKnutson</a> <ul>
<li> Better error handling when saving a topic.
</li></ul>
</li> <li> <strong>05 Jan 2001</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> View authorization based on groups. Define who is allowed to see a TWiki web. More in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiAccessControl" class="twikiLink">TWikiAccessControl</a> and <a href="http://twiki.org/cgi-bin/view/Codev/AuthenticationBasedOnGroups" title="'Codev/AuthenticationBasedOnGroups' on TWiki.org" class="interwikiLink">TWiki:Codev/AuthenticationBasedOnGroups</a>.
</li></ul>
</li> <li> <strong>05 Dec 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Improved include handling. Infinite recursion of includes are prevented; new variables <code>%BASEWEB%</code>, <code>%INCLUDINGWEB%</code>, <code>%BASETOPIC%</code> and <code>%INCLUDINGTOPIC%</code> to have more control over include handling. More in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables" class="twikiLink">TWikiVariables</a> and <a href="http://twiki.org/cgi-bin/view/Codev/IncludeHandlingImprovements" title="'Codev/IncludeHandlingImprovements' on TWiki.org" class="interwikiLink">TWiki:Codev/IncludeHandlingImprovements</a>.
</li></ul>
</li> <li> <strong>03 Dec 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New <code>noheader="on"</code> switch in <code>%SEARCH{...}%</code> to suppress table header. More in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables" class="twikiLink">TWikiVariables</a>.
</li></ul>
</li></ul>
<p />
<h2><a name="01_Dec_2000_Release"></a> 01-Dec-2000 Release </h2>
<p /> <ul>
<li> <strong>03 Nov 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Flag <code>$doHidePasswdInRegistration</code> in <code>wikicfg.pm</code> to hide plain text password in registration e-mail.
</li></ul>
</li> <li> <strong>01 Nov 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New variable <code>%VAR{"NAME" web="Web"}%</code> to get web-specific preferences. More in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables" class="twikiLink">TWikiVariables</a>.
</li></ul>
</li> <li> <strong>01 Nov 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Added a "Cancel" link in edit that releases the edit lock.
</li></ul>
</li> <li> <strong>23 Oct 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Authorization based on groups. Define fine graned control who is allowed to change or create topics. More in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiAccessControl" class="twikiLink">TWikiAccessControl</a> and <a href="http://twiki.org/cgi-bin/view/Codev/AuthenticationBasedOnGroups" title="'Codev/AuthenticationBasedOnGroups' on TWiki.org" class="interwikiLink">TWiki:Codev/AuthenticationBasedOnGroups</a>.
</li></ul>
</li> <li> <strong>05 Oct 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Remember user by IP address so that <code>view</code> "knows" the user once authenticated in <code>edit</code>. More in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiUserAuthentication" class="twikiLink">TWikiUserAuthentication</a>.
</li></ul>
</li> <li> <strong>26 Sep 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.AlWilliams" title="'Main.AlWilliams' on TWiki.org" class="interwikiLink">TWiki:Main.AlWilliams</a>, <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Fixed <a href="http://twiki.org/cgi-bin/view/Codev/UppercaseAttachments" title="'Codev/UppercaseAttachments' on TWiki.org" class="interwikiLink">TWiki:Codev/UppercaseAttachments</a> bug and added <code>png</code> image support.
</li></ul>
</li> <li> <strong>26 Sep 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.HaroldGottschalk" title="'Main.HaroldGottschalk' on TWiki.org" class="interwikiLink">TWiki:Main.HaroldGottschalk</a>, <a href="http://twiki.org/cgi-bin/view/Main.AndreaSterbini" title="'Main.AndreaSterbini' on TWiki.org" class="interwikiLink">TWiki:Main.AndreaSterbini</a>, <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Allow nesting of variables, i.e. <code>%INCLUDE{"%TWIKIWEB%.TWikiWebsTable"}%</code>. More in <a href="http://twiki.org/cgi-bin/view/Codev/BetterTWikiTagTemplateProcessing" title="'Codev/BetterTWikiTagTemplateProcessing' on TWiki.org" class="interwikiLink">TWiki:Codev/BetterTWikiTagTemplateProcessing</a>.
</li></ul>
</li> <li> <strong>20 Sep 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.ManpreetSingh" title="'Main.ManpreetSingh' on TWiki.org" class="interwikiLink">TWiki:Main.ManpreetSingh</a> <ul>
<li> New -q switch in <code>mailnotify</code> to suppress all normal output.
</li></ul>
</li> <li> <strong>19 Sep 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Fixed <a href="http://twiki.org/cgi-bin/view/Codev/AttachedNotificationLinksBug" title="'Codev/AttachedNotificationLinksBug' on TWiki.org" class="interwikiLink">TWiki:Codev/AttachedNotificationLinksBug</a>.
</li></ul>
</li> <li> <strong>18 Sep 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.ManpreetSingh" title="'Main.ManpreetSingh' on TWiki.org" class="interwikiLink">TWiki:Main.ManpreetSingh</a>, <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Added forced internal links. Write <code>[[text formatting FAQ]]</code> to get the link <a href="http://twiki.org/cgi-bin/view/TWiki/TextFormattingFAQ" class="twikiLink">text formatting FAQ</a> that points to topic <a href="http://twiki.org/cgi-bin/view/TWiki/TextFormattingFAQ" class="twikiLink">TextFormattingFAQ</a>.
</li></ul>
</li> <li> <strong>19 Aug 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Ref-By link searches all webs (not just the current web.)
</li></ul>
</li> <li> <strong>16 Aug 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiPreferences" class="twikiLink">TWikiPreferences</a> variables <code>%HTTP_EQUIV_ON_VIEW%</code> , <code>%HTTP_EQUIV_ON_EDIT%</code> and <code>%HTTP_EQUIV_ON_PREVIEW%</code> that define the <code>&lt;meta http-equiv="..."&gt;</code> meta tags for the TWiki templates. This can be used for example to set a document expiration time.
</li></ul>
</li> <li> <strong>29 Jul 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New variables <code>%GMTIME{"..."}%</code> and <code>%SERVERTIME{"..."}%</code> . More in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables" class="twikiLink">TWikiVariables</a>.
</li></ul>
</li> <li> <strong>23 Jul 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Changed include syntax from <code>%INCLUDE{"Web/TopicName.txt"}%</code> to <code>%INCLUDE{"Web.TopicName"}%</code> . Legacy syntax still supported.
</li></ul>
</li> <li> <strong>23 Jul 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> <a href="http://twiki.org/cgi-bin/view/TWiki/BookView" class="twikiLink">BookView</a> search allows you show a set of topics for easy printing.
</li></ul>
</li> <li> <strong>22 Jul 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> More forgiving syntax for <code>*bold*, <em>italic</em>, __bold italic__</code> and <code><b>fixed</b></code> , where it is not necessary anymore to have a trailing space before <code>.,;:?!</code> characters.
</li></ul>
</li> <li> <strong>22 Jul 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Split the TWiki.Main web into TWiki.Main (users, company data) and TWiki.TWiki (TWiki related documentation, registration)
</li></ul>
</li> <li> <strong>07 Jul 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Added an "Release edit lock" checkbox in preview to let other people edit the topic immediately without the one hour lock.
</li></ul>
</li> <li> <strong>07 Jul 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Fixed problem of losing carriage returns when editing topics with KDE KFM browser or W3M browser.
</li></ul>
</li> <li> <strong>21 Jun 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Fixed problem that a page redirect on some server environments is not working (host name is needed in URL).
</li></ul>
</li> <li> <strong>21 Jun 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.CrisBailiff" title="'Main.CrisBailiff' on TWiki.org" class="interwikiLink">TWiki:Main.CrisBailiff</a>, <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Fixed security issue to prevent a server side <code>%INCLUDE%</code> of arbitrary files.
</li></ul>
</li> <li> <strong>29 May 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New <code>%GMTIME%</code> variable that shows the current GM time.
</li></ul>
</li> <li> <strong>28 May 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Lock warning shows remaining lock time in minutes.
</li></ul>
</li> <li> <strong>15 May 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterFokkinga" title="'Main.PeterFokkinga' on TWiki.org" class="interwikiLink">TWiki:Main.PeterFokkinga</a> <ul>
<li> Each topic can have its own template file. <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiTemplates" class="twikiLink">TWikiTemplates</a> has more.
</li></ul>
</li> <li> <strong>02 May 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.KevinKinnell" title="'Main.KevinKinnell' on TWiki.org" class="interwikiLink">TWiki:Main.KevinKinnell</a>, <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Advanced search features like search multiple webs; sort by topic name / modified time / author; limit the number of results returned. More in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables" class="twikiLink">TWikiVariables</a>.
</li></ul>
</li></ul>
<p />
<h2><a name="01_May_2000_Release"></a> 01-May-2000 Release </h2>
<p /> <ul>
<li> <strong>21 Apr 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables" class="twikiLink">TWikiVariables</a> <code>%HTTP_HOST%</code> , <code>%REMOTE_ADDR%</code> , <code>%REMOTE_PORT%</code> and <code>%REMOTE_USER%</code> .
</li></ul>
</li> <li> <strong>21 Apr 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.JohnAltstadt" title="'Main.JohnAltstadt' on TWiki.org" class="interwikiLink">TWiki:Main.JohnAltstadt</a>, <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiRegistration" class="twikiLink">TWikiRegistration</a> is done separately for Intranet use (depends on remote_user) or Internet use (depends on .htpasswd file).
</li></ul>
</li> <li> <strong>20 Mar 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Uploading a file (topic file attachment) will optionally create a link to the uploaded file at the end of the topic. The preference variable <code>%ATTACHLINKBOX%</code> controls the default state of the <strong><em>link</em></strong> check box in the attach file page.
</li></ul>
</li> <li> <strong>11 Mar 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Better security with taint checking ( <code>Perl -T</code> option )
</li></ul>
</li> <li> <strong>25 Feb 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New preference variables <code>%EDITBOXWIDTH%</code> and <code>%EDITBOXHEIGHT%</code> to specify the edit box size.
</li></ul>
</li> <li> <strong>25 Feb 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Edit preferences topics to set TWiki variables. There are three level of preferences Site-level (<a href="http://twiki.org/cgi-bin/view/TWiki/TWikiPreferences" class="twikiLink">TWikiPreferences</a>), web-level (<a href="http://twiki.org/cgi-bin/view/TWiki/WebPreferences" class="twikiLink">WebPreferences</a> in each web) and user-level preferences (for each of the <a href="http://twiki.org/cgi-bin/view/Main/TWikiUsers" class="twikiLink">TWikiUsers</a>). With this, discontinue use of server side include of <code>wikiwebs.inc</code> , <code>wikiwebtable.inc</code> , <code>weblist.inc</code> , <code>webcopyright.inc</code> and <code>webcolors.inc</code> files.
</li></ul>
</li> <li> <strong>11 Feb 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New variable <code>%SCRIPTSUFFIX%</code> / $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".
</li></ul>
</li> <li> <strong>11 Feb 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New variable <code>%SCRIPTURLPATH%</code> / $scriptUrlPath containing the script URL without the domain name. Templates have been changed to use this variable instead of <code>%SCRIPTURL%</code> . This is for performance reasons.
</li></ul>
</li> <li> <strong>07 Feb 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Changed the syntax for server side include variable from <code>%INCLUDE:"filename.ext"%</code> to <code>%INCLUDE{"filename.ext"}%</code> . (Previous syntax still supported. Change was done because of inline search syntax)
</li></ul>
</li> <li> <strong>07 Feb 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Inline search. New variable <code>%SEARCH{"str" ...}%</code> to show a search result embedded in a topic text. <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiVariables" class="twikiLink">TWikiVariables</a> 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.
</li></ul>
</li> <li> <strong>04 Feb 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Access statistics. Each web has a <a href="http://twiki.org/cgi-bin/view/TWiki/WebStatistics" class="twikiLink">WebStatistics</a> topic that shows monthy statistics with number of topic views and changes, most popular topics, and top contributors. (It needs to be enabled, <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiDocumentation" class="twikiLink">TWikiDocumentation</a> has more.)
</li></ul>
</li> <li> <strong>29 Jan 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Fixed bug where TWiki would not initialize correctly under certain circumstances, i.e. when running it under mod_perl. Sub <code>initialize</code> in <code>wiki.pm</code> did not handle <code>$thePathInfo</code> correctly.
</li></ul>
</li> <li> <strong>24 Jan 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Fixed bug where an e-mail address starting with a <a href="http://twiki.org/cgi-bin/view/TWiki/WikiName" class="twikiLink">WikiName</a> was rendered as an internal Wiki link instead of an e-mail address, i.e. <a href="mailto&#58;SomeWikiName&#64;somewhere&#46;test">SomeWikiName&#64;somewhere.test</a> .
</li></ul>
</li> <li> <strong>10 Jan 2000</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> No more escaping for '%' percent characters. (Number of consecutive '%' entered and displayed is identical.)
</li></ul>
</li> <li> <strong>03 Oct 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Limit the number of revisions shown at the bottom of the topic. Example <br /> Topic TWikiHistory . { ..... <a href="http://twiki.org/cgi-bin/rdiff/TWiki/TWikiHistory">Diffs</a> r1.10 <a href="http://twiki.org/cgi-bin/rdiff/TWiki/TWikiHistory?rev1=1.10&amp;rev2=1.9">&gt;</a> <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiHistory?rev=1.9">r1.9</a> <a href="http://twiki.org/cgi-bin/rdiff/TWiki/TWikiHistory?rev1=1.9&amp;rev2=1.8">&gt;</a> <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiHistory?rev=1.8">r1.8</a> <a href="http://twiki.org/cgi-bin/rdiff/TWiki/TWikiHistory?rev1=1.8&amp;rev2=1.7">&gt;</a> <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiHistory?rev=1.7">r1.7</a> <a href="http://twiki.org/cgi-bin/oops/TWiki/TWikiHistory?template=oopsrev&amp;param1=1.10">&gt;...</a> } <br /> Additional revisions can be selected by pressing the <code>&gt;...</code> link.
</li></ul>
</li></ul>
<p />
<h2><a name="01_Sep_1999_Release"></a> 01-Sep-1999 Release </h2>
<p /> <ul>
<li> <strong>31 Aug 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Fixed Y2K bug. (Date in year 2000 had wrong format.)
</li></ul>
</li> <li> <strong>08 Aug 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> 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
</li></ul>
</li> <li> <strong>03 Aug 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Online registration of new user using web form in <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiRegistration" class="twikiLink">TWikiRegistration</a>. Authentication of users.
</li></ul>
</li> <li> <strong>22 Jul 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Flags <code>$doLogTopic*</code> in wikicfg.pm to selectively log topic view, edit, save, rdiff, attach, search and changes to monthly log file.
</li></ul>
</li> <li> <strong>21 Jul 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Flag <code>$doRemovePortNumber</code> in wikicfg.pm to optionally remove the port number from the TWiki URL. Example <code>www.some.domain:1234/twiki</code> gets <code>www.some.domain/twiki</code> .
</li></ul>
</li> <li> <strong>15 Jul 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Search path for include files in <code>%INCLUDE:"file.inc"%</code> 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 <code>webcopyright.inc</code> text.
</li></ul>
</li> <li> <strong>07 Jul 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.ChristopheVermeulen" title="'Main.ChristopheVermeulen' on TWiki.org" class="interwikiLink">TWiki:Main.ChristopheVermeulen</a> <ul>
<li> Link a plural topic to a singular topic in case the plural topic does not exist. Example <code>TestVersion</code> / <code>TestVersions</code> , <code>TestPolicy</code> / <code>TestPolicies</code> , <code>TestAddress</code> / <code>TestAddresses</code> , <code>TestBox</code> / <code>TestBoxes</code> .
</li></ul>
</li></ul>
<p />
<h2><a name="01_Jul_1999_Release"></a> 01-Jul-1999 Release </h2>
<p /> <ul>
<li> <strong>23 Jun 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New <a href="http://twiki.org/cgi-bin/view/TWiki/TextFormattingRules" class="twikiLink">TextFormattingRules</a> to write <strong><em>bold italic</em></strong> text by enclosing words with double underline characters.
</li></ul>
</li> <li> <strong>23 Jun 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> 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.
</li></ul>
</li> <li> <strong>21 May 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.DavidWarman" title="'Main.DavidWarman' on TWiki.org" class="interwikiLink">TWiki:Main.DavidWarman</a> <ul>
<li> Externalize copyright text at the bottom of every page into a web-specific <code>webcopyright.inc</code> file. This is to easily customize the copyright text.
</li></ul>
</li> <li> <strong>20 May 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> 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;
</li></ul>
</li> <li> <strong>20 May 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New variables <code>%WIKIHOMEURL%</code> (link when pressing the icon on the upper left corner) and <code>%WIKITOOLNAME%</code> (the name of the wiki tool <code>TWiki</code> ).
</li></ul>
</li> <li> <strong>15 Apr 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Topic locking Warn user if a topic has been edited by an <em>other</em> person within <em>one</em> hour. This is to prevent contention, e.g. simultaneous topic updates.
</li></ul>
</li> <li> <strong>26 Mar 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> File attachments Upload and download any file as a topic attachment by using the browser. <a href="http://twiki.org/cgi-bin/view/TWiki/FileAttachment" class="twikiLink">FileAttachment</a> has more.
</li></ul>
</li> <li> <strong>26 Mar 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New variables <code>%PUBURL%</code> (Public directory URL) and <code>%ATTACHURL%</code> (URL of topic file attachment).
</li></ul>
</li> <li> <strong>09 Feb 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> New text formatting rule for creating <code>fixed font text</code> . Words get showns in <code>fixed font</code> by enclosing them in "=" equal signs. Example Writing =fixed font= will show up as <code>fixed font</code> .
</li></ul>
</li> <li> <strong>09 Feb 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> No new topic revision is created if the <em>same</em> person saves a topic again within <em>one</em> hour.
</li></ul>
</li> <li> <strong>03 Feb 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Possible to view complete revision history of a topic on one page. Access at the linked date in the Changes page, or the <code>Diffs</code> link at the bottom of each topic, e.g. <br /> <code> Topic TWikiHistory . { Edit Ref-By Diffs r1.3 &gt; r1.2 &gt; r1.1 } <br /> Revision r1.3 1998/11/10 01:34 by PeterThoeny </code>
</li></ul>
</li> <li> <strong>04 Jan 1999</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Fixed bug when viewing differences between topic revisions that include HTML table tags like &lt;table&gt;, &lt;tr&gt;, &lt;td&gt;.
</li></ul>
</li></ul>
<p />
<h2><a name="1998_Releases"></a> 1998 Releases </h2>
<p /> <ul>
<li> <strong>08 Dec 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Signature is shown below the text area when editing a topic. Use this to easily copy &amp; paste your signature into the text.
</li></ul>
</li> <li> <strong>07 Dec 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> 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. <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiDocumentation" class="twikiLink">TWikiDocumentation</a> has more on setup. The TWiki.Know web uses this category table to set classification, platform and OS version.
</li></ul>
</li> <li> <strong>18 Nov 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Internal log of topic save actions to the file <code>data/logYYYYMM.txt</code>, where <code>YYYYMM</code> the year and month in numeric format is. Intended for auditing only, not accessible from the web.
</li></ul>
</li> <li> <strong>10 Nov 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> 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.
</li></ul>
</li> <li> <strong>10 Nov 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> View differences between topic revisions. Each topic has a list of revisions (e.g. <code>r1.3</code>) and differences thereof (e.g. <code>&gt;</code>) at the bottom <br /> <code> Topic TWikiHistory . { Edit Ref-By r1.3 &gt; r1.2 &gt; r1.1 } <br /> Revision r1.3 1998/11/10 01:34 by <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </code>
</li></ul>
</li> <li> <strong>26 Oct 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Added preview of topic changes before saving the topic. This was necessary to prevent unneeded revisions.
</li></ul>
</li> <li> <strong>26 Oct 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Added revision control using RCS. Each topic has now a list of revisions at the bottom and a revision info, e.g. <br /> <code> Topic TWikiHistory . { Edit Ref-By r1.3 r1.2 r1.1 } <br /> Revision r1.3 1998/10/26 01:34:00 by <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> </code>
</li></ul>
</li> <li> <strong>14 Oct 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> 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.
</li></ul>
</li> <li> <strong>13 Oct 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Alphabetical topic index in <a href="http://twiki.org/cgi-bin/view/TWiki/WebSearch" class="twikiLink">WebSearch</a>.
</li></ul>
</li> <li> <strong>24 Sep 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Corrected templates for automatic e-mail notification so that MS Outlook can display attachment as an HTML file.
</li></ul>
</li> <li> <strong>13 Aug 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> <a href="http://twiki.org/cgi-bin/view/TWiki/WikiNotation" class="twikiLink">WikiNotation</a> allows also numbers after the <code>AaA</code> sequence, e.g. <code>AaA1</code> is a valid <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiTopics" class="twikiLink">TWikiTopics</a> name, but not <code>Aa1</code>.
</li></ul>
</li> <li> <strong>07 Aug 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Automatic e-mail notification when something has changed in a TWiki web. Each web has a topic <a href="http://twiki.org/cgi-bin/view/TWiki/WebNotify" class="twikiLink">WebNotify</a> where one can subscribe and unsubscribe.
</li></ul>
</li> <li> <strong>06 Aug 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Added server side include of files. Syntax is <code>%INCLUDE:"filename.ext"%</code>
</li></ul>
</li> <li> <strong>05 Aug 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Signature and date is inserted automatically when creating a new topic.
</li></ul>
</li> <li> <strong>04 Aug 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Separate templates for text of non existing topic and default text of new topic. (template file templates/Web/notedited.tmpl)
</li></ul>
</li> <li> <strong>04 Aug 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Warn user if new topic name is not a valid Wiki name. (template file templates/Web/notwiki.tmpl)
</li></ul>
</li> <li> <strong>31 Jul 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Support for quoted text with a '&gt;' at the beginning of the line.
</li></ul>
</li> <li> <strong>28 Jul 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Added TWiki variables, enclosed in % signs <code>%TOPIC%</code> (Topic name), <code>%WEB%</code> (web name), <code>%SCRIPTURL%</code> (script URL), <code>%DATE%</code> (current date), <code>%WIKIWEBMASTER%</code> (Wiki webmaster address), <code>%WIKIVERSION%</code> (Wiki version), <code>%USERNAME%</code> (user name), <code>%WIKIUSERNAME%</code> (Wiki user name).
</li></ul>
</li> <li> <strong>28 Jul 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Topic <a href="http://twiki.org/cgi-bin/view/TWiki/WebChanges" class="twikiLink">WebChanges</a> shows Wiki username instead of Intranet username, e.g. <code>PeterThoeny</code> instead of <code>thoeny</code> in case the Wiki username exists. Implementation Automatic lookup of Wiki username in topic <a href="http://twiki.org/cgi-bin/view/Main/TWikiUsers" class="twikiLink">TWikiUsers</a>.
</li></ul>
</li> <li> <strong>28 Jul 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Topic index. (Technically speaking a simple '.*' search on topic names.)
</li></ul>
</li> <li> <strong>28 Jul 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Topic <a href="http://twiki.org/cgi-bin/view/TWiki/WebSearch" class="twikiLink">WebSearch</a> allows full text search and and topic search with/without regular expressions.
</li></ul>
</li> <li> <strong>27 Jul 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Added automatic links to topics in other TWiki webs by specifying &lt;web name&gt;.&lt;topic name&gt;, e.g. <code>Know.WebSeach</code> .
</li></ul>
</li> <li> <strong>23 Jul 1998</strong> - <a href="http://twiki.org/cgi-bin/view/Main.PeterThoeny" title="'Main.PeterThoeny' on TWiki.org" class="interwikiLink">TWiki:Main.PeterThoeny</a> <ul>
<li> Installed initial version, based on the JOS Wiki. See <a href="http://twiki.org/cgi-bin/view/TWiki/WikiWikiClones" class="twikiLink">WikiWikiClones</a> for details.
</li></ul>
</li></ul>
<p />
<h2><a name="Dev_Flow"></a> Dev Flow </h2>
<p />
The typical TWiki development flow...
<p /> <ul>
<li> <a href="http://twiki.org/cgi-bin/view/Codev.FeatureBrainstorming" title="'Codev.FeatureBrainstorming' on TWiki.org" class="interwikiLink">TWiki:Codev.FeatureBrainstorming</a>: open forum for new ideas
</li> <li> <a href="http://twiki.org/cgi-bin/view/Codev.FeatureEnhancementRequest" title="'Codev.FeatureEnhancementRequest' on TWiki.org" class="interwikiLink">TWiki:Codev.FeatureEnhancementRequest</a>: specific detailed request
</li> <li> <a href="http://twiki.org/cgi-bin/view/Codev.FeatureToDo" title="'Codev.FeatureToDo' on TWiki.org" class="interwikiLink">TWiki:Codev.FeatureToDo</a>: prioritized to up-next dev status
</li> <li> <a href="http://twiki.org/cgi-bin/view/Codev.FeatureUnderConstruction" title="'Codev.FeatureUnderConstruction' on TWiki.org" class="interwikiLink">TWiki:Codev.FeatureUnderConstruction</a>: currently in development
</li> <li> <a href="http://twiki.org/cgi-bin/view/Codev.FeatureDone" title="'Codev.FeatureDone' on TWiki.org" class="interwikiLink">TWiki:Codev.FeatureDone</a>: completed and implemented
</li> <li> <a href="http://twiki.org/cgi-bin/view/Codev.DocRequest" title="'Codev.DocRequest' on TWiki.org" class="interwikiLink">TWiki:Codev.DocRequest</a>: request for documentation
</li> <li> <a href="http://twiki.org/cgi-bin/view/Codev.DocsToDo" title="'Codev.DocsToDo' on TWiki.org" class="interwikiLink">TWiki:Codev.DocsToDo</a>: feature documentation pending
</li> <li> <a href="http://twiki.org/cgi-bin/view/Codev.FeatureDocumented" title="'Codev.FeatureDocumented' on TWiki.org" class="interwikiLink">TWiki:Codev.FeatureDocumented</a>: documented feature
</li> <li> <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiDocumentation" class="twikiLink">TWikiDocumentation</a>: reference manual for the latest TWiki
</li></ul>
<p />
<strong><em>Related Topics:</em></strong> <a href="http://twiki.org/cgi-bin/view/TWiki/DeveloperDocumentationCategory" class="twikiLink">DeveloperDocumentationCategory</a><a name="TopicEnd"></a>
<p />
<p />
<p />
<p />
<p />
</body></html>
<p />