From 48398ac8b5877b34fed3e2ff0e45f3c9a74c8806 Mon Sep 17 00:00:00 2001 From: PeterThoeny Date: Sat, 15 Sep 2001 19:19:17 +0000 Subject: [PATCH] none --- TWiki/TWikiHistory.mdwn | 36 ++++++++++++++++++------------------ TWiki/TWikiTemplates.mdwn | 13 +++++++------ 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/TWiki/TWikiHistory.mdwn b/TWiki/TWikiHistory.mdwn index df57372..dd757c2 100644 --- a/TWiki/TWikiHistory.mdwn +++ b/TWiki/TWikiHistory.mdwn @@ -41,21 +41,21 @@ - **01 May 2001** - [[JohnTalintyre]] - Ability to rename/move topics, [[ManagingTopics]] - **27 Mar 2001** - [[PeterThoeny]] - - The table syntax has been enhanced to (i) render `=  *bold*  =` cells as table headers, (ii) render space padded cells `=   center aligned   =` and `=    right aligned  =`, (iii) span multiple columns using `=  empty cells    =`. More in [[TextFormattingRules]]. + - The table syntax has been enhanced to (i) render **| \*bold\* |** cells as table headers, (ii) render space padded cells **|   center aligned   |** and **|   right aligned |**, (iii) span multiple columns using **| empty cells |||**. More in [[TextFormattingRules]]. - **25 Mar 2001** - [[PeterThoeny]] - - Security fix Questionable files like PHP scripts (executables) and **.htaccess** files that are attached to a topic get a **.txt** suffix appended to the file name. See also \[[http://TWiki.org/cgi-bin/view/Codev/FileAttachmentFilterSecurityAlert]\[TWiki:Codev.FileAttachmentFilterSecurityAlert + - Security fix Questionable files like PHP scripts (executables) and **.htaccess** files that are attached to a topic get a **.txt** suffix appended to the file name. See also TWiki:Codev/FileAttachmentFilterSecurityAlert - **28 Feb 2001** - [[AndreaSterbini]], [[PeterThoeny]] - New Wiki rule for headings, i.e. `---++ My Title`; and new `%TOC%` variable to build a table of content from headings in a topic. More in [[TWikiVariables]]. - **28 Feb 2001** - [[PeterThoeny]] - - New Wiki rule to specify arbitrary text for external links (i.e. `[[http://TWki.org][TWiki`) and internal links (i.e `[[WikiSyntax][syntax`). More in [[TWikiVariables]]. + - New Wiki rule to specify arbitrary text for external links (i.e. `[[http://TWki.org][TWiki]]`) and internal links (i.e `[[WikiSyntax][syntax]]`). More in [[TWikiVariables]]. - **28 Feb 2001** - [[PeterThoeny]] - - New Wiki rule for named anchors, e.g. links within a topic. Define a named anchor with `#MyAnchor` at the beginning of a line, and link to it with `[[#MyAnchor`. More in [[TWikiVariables]]. + - New Wiki rule for named anchors, e.g. links within a topic. Define a named anchor with `#MyAnchor` at the beginning of a line, and link to it with `[[#MyAnchor]]`. More in [[TWikiVariables]]. - **25 Feb 2001** - [[NicholasLee]], [[PeterThoeny]] - Use `Net::SMTP` module instead of `sendmail` if installed. - **01 Feb 2001** - [[PeterThoeny]] - Added `` ... `` tags to show source code "as is". Unlike the `
` ... `
` tags, it also shows `<`, `>`, `&` characters "as is". - **01 Feb 2001** - [[PeterThoeny]] - - Fixed [TWiki:Codev.CreateLinkToAttachedFileBug](http://TWiki.org/cgi-bin/view/Codev/CreateLinkToAttachedFileBug). + - Fixed TWiki:Codev/CreateLinkToAttachedFileBug. - **21 Jan 2001** - [[PeterThoeny]] - Added a "Minor change, don't notify" checkbox in preview. More in [[DontNotify]]. - **21 Jan 2001** - [[PeterThoeny]] @@ -67,13 +67,13 @@ - **16 Jan 2001** - [[PeterThoeny]] - New variable `%STARTINCLUDE%` and `%STOPINCLUDE%` variables to control what gets included of a topic. More in [[TWikiVariables]]. - **16 Jan 2001** - [[PeterThoeny]] - - 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). + - 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. - **07 Jan 2001** - [[StanleyKnutson]] - Better error handling when saving a topic. - **05 Jan 2001** - [[PeterThoeny]] - - 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). + - View authorization based on groups. Define who is allowed to see a TWiki web. More in [[TWikiAccessControl]] and TWiki:Codev/AuthenticationBasedOnGroups. - **05 Dec 2000** - [[PeterThoeny]] - - 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). + - 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. - **03 Dec 2000** - [[PeterThoeny]] - New `noheader="on"` switch in `%SEARCH{...}%` to suppress table header. More in [[TWikiVariables]]. @@ -86,19 +86,19 @@ - **01 Nov 2000** - [[PeterThoeny]] - Added a "Cancel" link in edit that releases the edit lock. - **23 Oct 2000** - [[PeterThoeny]] - - Authorization based on groups. Define fine graned control who is allowed to change or create topics. More in [[TWikiAccessControl]] and [TWiki:Codev.AuthenticationBasedOnGroups](http://TWiki.org/cgi-bin/view/Codev/AuthenticationBasedOnGroups). + - Authorization based on groups. Define fine graned control who is allowed to change or create topics. More in [[TWikiAccessControl]] and TWiki:Codev/AuthenticationBasedOnGroups. - **05 Oct 2000** - [[PeterThoeny]] - Remember user by IP address so that `view` "knows" the user once authenticated in `edit`. More in [[TWikiUserAuthentication]]. - **26 Sep 2000** - [[AlWilliams]], [[PeterThoeny]] - - Fixed [TWiki:Codev.UppercaseAttachments](http://TWiki.org/cgi-bin/view/Codev/UppercaseAttachments) bug and added `png` image support. + - Fixed TWiki:Codev/UppercaseAttachments bug and added `png` image support. - **26 Sep 2000** - [[HaroldGottschalk]], [[AndreaSterbini]], [[PeterThoeny]] - - Allow nesting of variables, i.e. `%INCLUDE{"%TWIKIWEB%.TWikiWebsTable"}%`. More in [TWiki:Codev.BetterTWikiTagTemplateProcessing](http://TWiki.org/cgi-bin/view/Codev/BetterTWikiTagTemplateProcessing) + - Allow nesting of variables, i.e. `%INCLUDE{"%TWIKIWEB%.TWikiWebsTable"}%`. More in TWiki:Codev/BetterTWikiTagTemplateProcessing. - **20 Sep 2000** - [[ManpreetSingh]] - New -q switch in `mailnotify` to suppress all normal output. - **19 Sep 2000** - [[PeterThoeny]] - - Fixed [TWiki:Codev.AttachedNotificationLinksBug](http://TWiki.org/cgi-bin/view/Codev/AttachedNotificationLinksBug). + - Fixed TWiki:Codev/AttachedNotificationLinksBug. - **18 Sep 2000** - [[ManpreetSingh]], [[PeterThoeny]] - - Added forced internal links. Write `[[text formatting FAQ` to get the link \[[text formatting FAQ that points to topic [[TextFormattingFAQ]]. + - Added forced internal links. Write `[[text formatting FAQ]]` to get the link [[text formatting FAQ|Main/TextFormattingFAQ]] that points to topic [[TextFormattingFAQ]]. - **19 Aug 2000** - [[PeterThoeny]] - Ref-By link searches all webs (not just the current web.) - **16 Aug 2000** - [[PeterThoeny]] @@ -260,9 +260,9 @@ The typical TWiki development flow... -- [FeatureBrainstorming](http://twiki.org/cgi-bin/view/Codev/FeatureBrainstorming): open forum for new ideas -- [TWikiEnhancementRequests](http://twiki.org/cgi-bin/view/Codev/TWikiEnhancementRequests): specific detailed request -- [TWikiPlannedFeatures](http://twiki.org/cgi-bin/view/Codev/TWikiPlannedFeatures): accepted for future development -- [FeatureToDo](http://twiki.org/cgi-bin/view/Codev/FeatureToDo): prioritized to up-next dev status -- [FeatureUnderConstruction](http://twiki.org/cgi-bin/view/Codev/FeatureUnderConstruction): currently in development +- TWiki:Codev/FeatureBrainstorming: open forum for new ideas +- TWiki:Codev/TWikiEnhancementRequests: specific detailed request +- TWiki:Codev/TWikiPlannedFeatures: accepted for future development +- TWiki:Codev/FeatureToDo: prioritized to up-next dev status +- TWiki:Codev/FeatureUnderConstruction: currently in development - [[TWikiDocumentation]]: reference manual for the latest TWiki diff --git a/TWiki/TWikiTemplates.mdwn b/TWiki/TWikiTemplates.mdwn index 34c70de..35b9da0 100644 --- a/TWiki/TWikiTemplates.mdwn +++ b/TWiki/TWikiTemplates.mdwn @@ -141,7 +141,7 @@ Template topics define the default text for new topics. There are three types of All template topics are located in the TWiki web. The [[WebTopicEditTemplate]] can be overloaded. The following search order applies when you create a new topic: -1. The topic name specified by the `templatetopic` parameter. +1. The topic name specified by the `templatetopic` CGI parameter. 2. WebTopicEditTemplate in the current web. 3. WebTopicEditTemplate in the TWiki web. @@ -151,7 +151,7 @@ Here is an example for creating new topics based on a specific template topic:
@@ -159,10 +159,11 @@ Above form asks for a topic name. A hidden input tag of name "templatetopic" spe
* New example topic: - - - - (date format is YYYYMMDD) + + + + + (date format is YYYYxMMxDD) The "onlywikiname" parameter enforces [[WikiWords]] for topic names. -- 1.9.4