PeterThoeny? - 15 Apr 1999: Topic locking: Warn user if a topic has been edited by an other person within one hour. This is to prevent contention, e.g. simultaneous topic updates.
PeterThoeny? - 20 May 1999: New variables %WIKIHOMEURL% (link when pressing the icon on the upper left corner) and %WIKITOOLNAME% (the name of the wiki tool: TWiki ).
PeterThoeny? - 20 May 1999: Added meta tag so that robots index only /view/ of topics, not /edit/, /attach/ e.t.c. Tag: <META NAME="ROBOTS" CONTENT="NOINDEX">
Changed:
< <
DavidWarman? - 21 May 1999: Externalize copyright text at the bottom of every page in a web-specific webcopyright.inc file. This is to easily customize the copyright text.
> >
DavidWarman? - 21 May 1999: Externalize copyright text at the bottom of every page into a web-specific webcopyright.inc file. This is to easily customize the copyright text.
PeterThoeny? - 23 Jun 1999: Separate wiki.pm into configuration (wikicfg.pm) and TWiki core (wiki.pm) . This is to ease the upgrade of TWiki installations, it also allows customized extensions to TWiki without affecting the TWiki core.
Added:
> >
PeterThoeny? - 23 Jun 1999: New TextFormattingRules to write bold italic text by enclosing words with double underline characters.