From: thoeny Date: Thu, 22 Jul 1999 06:35:51 +0000 (+0000) Subject: none X-Git-Url: http://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=270fa60fda8b747aa61b7b3db8e83ae902251564 none --- diff --git a/TWiki/TWikiHistory.mdwn b/TWiki/TWikiHistory.mdwn index ec06bc2..9ee86be 100644 --- a/TWiki/TWikiHistory.mdwn +++ b/TWiki/TWikiHistory.mdwn @@ -36,7 +36,9 @@
  • 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.
  • PeterThoeny - 23 Jun 1999: New TextFormattingRules to write bold italic text by enclosing words with double underline characters.
  • ChristopheVermeulen - 07 Jul 1999: Link a plural topic to a singular topic in case the plural topic does not exist. Example: TestVersion / TestVersions , TestPolicy / TestPolicies , TestAddress / TestAddresses , TestBox / TestBoxes . -
  • PeterThoeny - 15 Jul 1999: Search path for include files in %INCLUDE:"file.inc"% variable. Search first in the current web, then in parent data directory. Useful to overload default include text in a web-specific manner, like webcopyright.inc text. +
  • PeterThoeny - 15 Jul 1999: Search path for include files in %INCLUDE:"file.inc"% variable. Search first in the current web, then in parent data directory. Useful to overload default include text in the data directory by web-specific text, like for example webcopyright.inc text. +
  • PeterThoeny - 21 Jul 1999: Flag $doRemovePortNumber in wikicfg.pm to optionally remove the port number from the TWiki URL. Example: www.some.domain:1234/twiki gets www.some.domain/twiki . +
  • PeterThoeny - 22 Jul 1999: Flags $doLogTopic* in wikicfg.pm to selectively log topic view, edit, save, rdiff, attach, search and changes to monthly log file.
  • Related Topics