From dd2b7af9bff84bc8e7aa17a391bd4ad8f7383a12 Mon Sep 17 00:00:00 2001 From: PeterThoeny Date: Sat, 20 Jan 2001 02:32:26 +0000 Subject: [PATCH] none --- TWiki/TWikiHistory.mdwn | 10 +++++++++- TWiki/TWikiVariables.mdwn | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/TWiki/TWikiHistory.mdwn b/TWiki/TWikiHistory.mdwn index 33f6c1f..517279f 100644 --- a/TWiki/TWikiHistory.mdwn +++ b/TWiki/TWikiHistory.mdwn @@ -82,7 +82,7 @@ - [[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]]. @@ -90,6 +90,14 @@ - [[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. 18 Jan 2001 - 16:43 - r1.5), or NEW for a new topic (i.e. i.e. 18 Jan 2001 - 16:43 - **NEW**). +- [[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** diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn index 71e528e..d33048b 100644 --- a/TWiki/TWikiVariables.mdwn +++ b/TWiki/TWikiVariables.mdwn @@ -169,7 +169,7 @@ noheader="on" - Suppress search header
Topics: Changed: By: + Suppress search header
Topics: Changed: By: Show search header @@ -303,4 +303,4 @@ Additional variables are defined in the preferences ( site-level ( **_SL_** ) in - Additional preferences variables can be defined on all three level as needed. Example: - `Set MYLOGO = %PUBURLPATH%/%MAINWEB%/LogoTopic/logo.gif` --- [[PeterThoeny]] - 10 Nov 2000
+-- [[PeterThoeny]] - 19 Jan 2001
-- 1.9.4