- [[PeterThoeny]] - 19 Aug 2000: Ref-By link searches all webs (not just the current web.)
- [[AlWilliams]], [[ManpreetSingh]], [[PeterThoeny]] - 18 Sep 2000: Added forced internal links. Write `[[text formatting FAQ]]` to get the link [[text formatting FAQ|Main/TextFormattingFAQ]] that points to topic [[TextFormattingFAQ]].
- [[PeterThoeny]] - 19 Sep 2000: Fixed [TWiki:Codev.AttachedNotificationLinksBug](http://TWiki.org/cgi-bin/view/Codev/AttachedNotificationLinksBug).
-- [[ManpreetSingh]] - 20 Sep 2000: New -q switch in `mailnotify` to suppresses all normal output.
+- [[ManpreetSingh]] - 20 Sep 2000: New -q switch in `mailnotify` to suppress all normal output.
- [[HaroldGottschalk]], [[AndreaSterbini]], [[PeterThoeny]] - 26 Sep 2000: Allow nesting of variables, i.e. `%INCLUDE{"%TWIKIWEB%.TWikiWebsTable"}%`. More in [TWiki:Codev.BetterTWikiTagTemplateProcessing](http://TWiki.org/cgi-bin/view/Codev/BetterTWikiTagTemplateProcessing)
- [[AlWilliams]], [[PeterThoeny]] - 26 Sep 2000: Fixed [TWiki:Codev.UppercaseAttachments](http://TWiki.org/cgi-bin/view/Codev/UppercaseAttachments) bug and added `png` image support.
- [[PeterThoeny]] - 05 Oct 2000: Remember user by IP address so that `view` "knows" the user once authenticated in `edit`. More in [[TWikiAuthentication]].
- [[PeterThoeny]] - 01 Nov 2000: Added a "Cancel" link in edit that releases the edit lock.
- [[PeterThoeny]] - 01 Nov 2000: New variable `%VAR{"NAME" web="Web"}%` to get web specific preferences. More in [[TWikiVariables]].
- [[PeterThoeny]] - 03 Nov 2000: Flag `$doHidePasswdInRegistration` in `wikicfg.pm` to hide plain text password in registration email.
+- [[PeterThoeny]] - 03 Dec 2000: New `noheader="on"` switch in `%SEARCH{...}%` to suppress table header. More in [[TWikiVariables]].
+- [[PeterThoeny]] - 05 Dec 2000: Improved include handling. Infinite recursion of includes are prevented; new variables `%BASEWEB%`, `%INCLUDINGWEB%`, `%BASETOPIC%` and `%INCLUDINGTOPIC%` to have more control over include handling. More in [[TWikiVariables]] and [TWiki:Codev.IncludeHandlingImprovements](http://TWiki.org/cgi-bin/view/Codev/IncludeHandlingImprovements).
+- [[PeterThoeny]] - 05 Jan 2001: View authorization based on groups. Define who is allowed to see a TWiki web. More in [[TWikiAccessControl]] and [TWiki:Codev.AuthenticationBasedOnGroups](http://TWiki.org/cgi-bin/view/Codev/AuthenticationBasedOnGroups).
+- [[StanleyKnutson]] - 07 Jan 2001: Better error handling when saving a topic.
+- [[PeterThoeny]] - 16 Jan 2001: TWiki skins: Define a different page layout with a customized header and footer layout, i.e. a `print` skin for a printable view of a topic. More in [[TWikiSkins]] and [TWiki:Codev.TWikiSkins](http://TWiki.org/cgi-bin/view/Codev/TWikiSkins).
+- [[PeterThoeny]] - 16 Jan 2001: New variable `%STARTINCLUDE%` and `%STOPINCLUDE%` variables to control what gets included of a topic. More in [[TWikiVariables]].
+- [[PeterThoeny]] - 18 Jan 2001: [[WebChanges]], [[WebSearch]] and e-mail notification indicate also the revision number of a topic (i.e. <u>18 Jan 2001 - 16:43 - r1.5</u>), or NEW for a new topic (i.e. i.e. <u>18 Jan 2001 - 16:43 - **NEW**</u>).
+- [[PeterThoeny]] - 20 Jan 2001: Format changed of `%GMTIME{"..."}%` and `%SERVERTIME{"..."}%` variables. Format is now `"$hour:$min"` instead of `"hour:min"`. More in [[TWikiVariables]].
**Related Topics**
</tr>
<tr>
<td><code>noheader="on"</code></td>
- <td> Suppress search header <br /><span style="background: #FFB0B0">Topics: Changed: By: </span></td>
+ <td> Suppress search header <br /><span style="background: #FFB0B0"> <strong>Topics: Changed: By:</strong> </span></td>
<td> Show search header </td>
</tr>
<tr>
- Additional preferences variables can be defined on all three level as needed. Example:
- `Set MYLOGO = %PUBURLPATH%/%MAINWEB%/LogoTopic/logo.gif`
--- [[PeterThoeny]] - 10 Nov 2000 <br />
+-- [[PeterThoeny]] - 19 Jan 2001 <br />