none
authorPeterThoeny <PeterThoeny>
Thu, 2 Nov 2000 03:19:14 +0000 (03:19 +0000)
committerPeterThoeny <PeterThoeny>
Thu, 2 Nov 2000 03:19:14 +0000 (03:19 +0000)
TWiki/TWikiHistory.mdwn

index 6538bb0..297840c 100644 (file)
@@ -72,7 +72,7 @@
 - [[CrisBailiff]], [[PeterThoeny]] - 21 Jun 2000: Fixed security issue to prevent a server side `%INCLUDE%` 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.
 - [[PeterThoeny]] - 29 Jul 2000: New variables `%GMTIME{"..."}%` and `%SERVERTIME{"..."}%` . More in [[TWikiVariables]].
 - [[PeterThoeny]] - 16 Aug 2000: New [[TWikiPreferences]] variables `%HTTP_EQUIV_ON_VIEW%` , `%HTTP_EQUIV_ON_EDIT%` and `%HTTP_EQUIV_ON_PREVIEW%` that define the `<meta http-equiv="...">` meta tags for the TWiki templates. This can be used for example to set a document expiration time.
 - [[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 `[[text formatting FAQ]]` to get the link [[text formatting FAQ|Main/TextFormattingFAQ]] that points to topic [[TextFormattingFAQ]].
+- [[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 [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. `%INCLUDE{"%TWIKIWEB%.TWikiWebsTable"}%`. 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 `%VAR{"NAME" web="Web"}%` 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.
 
--- [[PeterThoeny]] - 18 Sep 2000 <br />
+-- [[PeterThoeny]] - 01 Nov 2000 <br />