TWikiHistory 35 - 08 Jun 2001 - Main.PeterThoeny
|
| History of the TWiki Implementation (version TWiki-4.1.2, Sat, 03 Mar 2007, build 13046) | |
> > |
- PeterThoeny - 07 Jun 2001: New topic templates are now topics instead of templates, e.g. can be customized by editing a topic. Retired
notedited.tmpl , notext.tmpl and notwiki.tmpl templates. More in TWikiTemplates.
- PeterThoeny - 07 Jun 2001: New
%TOPICLIST{"format"}% and %WEBLIST{"format"}% variables to get a formatted topic index and web index, respectively. More in TWikiVariables.
| |
- PeterThoeny - 01 Jun 2001: New
%URLPARAM{"name"}% variable to query URL parameters. More in TWikiVariables.
- PeterThoeny - 27 Mar 2001: 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.
- PeterThoeny - 25 Mar 2001: 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
|
|
TWikiHistory 34 - 02 Jun 2001 - Main.PeterThoeny
|
| History of the TWiki Implementation (version TWiki-4.1.2, Sat, 03 Mar 2007, build 13046) | |
> > | | |
- PeterThoeny - 27 Mar 2001: 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.
- PeterThoeny - 25 Mar 2001: 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
- AndreaSterbini? , PeterThoeny - 28 Feb 2001: 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.
|
|
TWikiHistory 33 - 05 Apr 2001 - Main.PeterThoeny
|
| History of the TWiki Implementation (version TWiki-4.1.2, Sat, 03 Mar 2007, build 13046) | |
> > |
- PeterThoeny - 27 Mar 2001: 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.
- PeterThoeny - 25 Mar 2001: 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
| |
- AndreaSterbini? , PeterThoeny - 28 Feb 2001: 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.
- PeterThoeny - 28 Feb 2001: 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.
- PeterThoeny - 28 Feb 2001: 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.
|
|
TWikiHistory 32 - 05 Mar 2001 - Main.PeterThoeny
|
| History of the TWiki Implementation (version TWiki-4.1.2, Sat, 03 Mar 2007, build 13046) | |
< < | | > > |
- AndreaSterbini? , PeterThoeny - 28 Feb 2001: 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.
- PeterThoeny - 28 Feb 2001: 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.
- PeterThoeny - 28 Feb 2001: 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.
- NicholasLee? , PeterThoeny - 25 Feb 2001: Use
Net::SMTP module instead of sendmail if installed.
| | |
|
TWikiHistory 31 - 18 Feb 2001 - Main.PeterThoeny
|
| History of the TWiki Implementation (version TWiki-4.1.2, Sat, 03 Mar 2007, build 13046) | |
< < |
- PeterThoeny - 20 Jan 2001: Format changed of
%GMTIME{"..."}% and %SERVERTIME{"..."}% variables. Format is now "$hour:$min" instead of "hour:min" . More in TWikiVariables.
| > > |
- PeterThoeny - 01 Feb 2001: Added
<verbatim> ... </verbatim> tags to show source code "as is". Unlike the <pre> ... </pre> tags, it also shows < , > , & characters "as is".
- PeterThoeny - 01 Feb 2001: Fixed TWiki:Codev.CreateLinkToAttachedFileBug.
- PeterThoeny - 21 Jan 2001: Added a "Minor change, don't notify" checkbox in preview. More in DontNotify.
- PeterThoeny - 21 Jan 2001: Added Bold Fixed formatting using double-equal signs, e.g. write
==Bold Fixed== to get Bold Fixed .
- PeterThoeny - 20 Jan 2001: Format changed of
%GMTIME{"..."}% and %SERVERTIME{"..."}% variables. Format is now "$hour:$min" instead of "hour:min" . More in TWikiVariables. Attention: Check your existing topics when you upgrade TWiki!
| |
- 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 - 16 Jan 2001: New variable
%STARTINCLUDE% and %STOPINCLUDE% variables to control what gets included of a topic. More in TWikiVariables.
- 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.
|
|
Revision 35 | r35 - 08 Jun 2001 - 09:07:30 - PeterThoeny? |
Revision 34 | r34 - 02 Jun 2001 - 00:30:19 - PeterThoeny? |
Revision 33 | r33 - 05 Apr 2001 - 07:09:01 - PeterThoeny? |
Revision 32 | r32 - 05 Mar 2001 - 07:32:27 - PeterThoeny? |
Revision 31 | r31 - 18 Feb 2001 - 08:30:53 - PeterThoeny? |
Revision 30 | r30 - 18 Feb 2001 - 00:06:23 - PeterThoeny? |
|
|
This site is powered by the TWiki collaboration platform. All material on this collaboration platform is the property of the contributing authors. All material marked as authored by Eben Moglen is available under the license terms CC-BY-SA version 4.
|
|