summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TWiki/TWikiHistory.mdwn14
1 files changed, 11 insertions, 3 deletions
diff --git a/TWiki/TWikiHistory.mdwn b/TWiki/TWikiHistory.mdwn
index 3c692bb1..c61a382a 100644
--- a/TWiki/TWikiHistory.mdwn
+++ b/TWiki/TWikiHistory.mdwn
@@ -72,7 +72,7 @@
* [[CrisBailiff]], [[PeterThoeny]] - 21 Jun 2000: Fixed security issue to prevent a server side <code>%INCLUDE%</code> of arbitrary files.
* [[PeterThoeny]] - 21 Jun 2000: Fixed problem that a page redirect on some server environments is not working (host name is needed in URL).
* [[PeterThoeny]] - 07 Jul 2000: Fixed problem of losing carriage returns when editing topics with KDE KFM browser or W3M browser.
-* [[PeterThoeny]] - 07 Jul 2000: Added an "Unlock topic" checkbox in preview to let other people edit the topic immediately without the one hour lock.
+* [[PeterThoeny]] - 07 Jul 2000: Added an "Release edit lock" checkbox in preview to let other people edit the topic immediately without the one hour lock.
* [[PeterThoeny]] - 22 Jul 2000: Split the TWiki.Main web into TWiki.Main (users, company data) and TWiki.TWiki (TWiki related documentation, registration)
* [[PeterThoeny]] - 22 Jul 2000: More forgiving syntax for <code>\*bold\*, _italic_, \_\_bold italic\_\_</code> and <code>**fixed**</code> , where it is not necessary anymore to have a trailing space before `.,;:?!` characters.
* [[PeterThoeny]] - 23 Jul 2000: [[BookView]] search allows you show a set of topics for easy printing.
@@ -80,7 +80,15 @@
* [[PeterThoeny]] - 29 Jul 2000: New variables <code>%GMTIME\{"..."\}%</code> and <code>%SERVERTIME\{"..."\}%</code> . More in [[TWikiVariables]].
* [[PeterThoeny]] - 16 Aug 2000: New [[TWikiPreferences]] variables <code>%HTTP\_EQUIV\_ON\_VIEW%</code> , <code>%HTTP\_EQUIV\_ON\_EDIT%</code> and <code>%HTTP\_EQUIV\_ON\_PREVIEW%</code> that define the `<meta http-equiv="...">` meta tags for the TWiki templates. This can be used for example to set a document expiration time.
* [[PeterThoeny]] - 19 Aug 2000: Ref-By link searches all webs (not just the current web.)
-* [[AlWilliams]], [[ManpreetSingh]] - 18 Sep 2000: Added forced internal links. Write <code>[[text formatting FAQ]]</code> to get the link [[TextFormattingFAQ]] that points to topic [[TextFormattingFAQ]].
+* [[AlWilliams]], [[ManpreetSingh]], [[PeterThoeny]] - 18 Sep 2000: Added forced internal links. Write <code>[[text formatting FAQ]]</code> to get the link [[TextFormattingFAQ]] that points to topic [[TextFormattingFAQ]].
+* [[PeterThoeny]] - 19 Sep 2000: Fixed [AttachedNotificationLinksBug](http://TWiki.SourceForge.net/cgi-bin/view/Codev/AttachedNotificationLinksBug).
+* [[ManpreetSingh]] - 20 Sep 2000: New -q switch in `mailnotify` to suppresses all normal output.
+* [[HaroldGottschalk]], [[AndreaSterbini]], [[PeterThoeny]] - 26 Sep 2000: Allow nesting of variables, i.e. <code>%INCLUDE\{"%TWIKIWEB%.TWikiWebsTable"\}%</code>. More in [BetterTWikiTagTemplateProcessing](http://TWiki.SourceForge.net/cgi-bin/view/Codev/BetterTWikiTagTemplateProcessing)
+* [[AlWilliams]], [[PeterThoeny]] - 26 Sep 2000: Fixed [UppercaseAttachments](http://TWiki.SourceForge.net/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]] - 23 Oct 2000: Authorization based on groups. Define fine graned control who is allowed to change or create topics. More in [[TWikiAccessControl]] and [AuthenticationBasedOnGroups](http://TWiki.SourceForge.net/cgi-bin/view/Codev/AuthenticationBasedOnGroups).
+* [[PeterThoeny]] - 01 Nov 2000: Added a "Cancel" link in edit that releases the edit lock.
+* [[PeterThoeny]] - 01 Nov 2000: New variable <code>%VAR\{"NAME" web="Web"\}%</code> to get web specific preferences. More in [[TWikiVariables]].
**Related Topics**
@@ -88,4 +96,4 @@
* [[TWikiPlannedFeatures]] has a list of planned features.
* [[TWikiEnhancementRequests]] is the place where you can add your enhancement requests.
--- [[Main/PeterThoeny]] - 18 Sep 2000 <br />
+-- [[Main/PeterThoeny]] - 01 Nov 2000 <br />