diff options
author | thoeny <thoeny> | 1999-07-22 06:35:51 +0000 |
---|---|---|
committer | thoeny <thoeny> | 1999-07-22 06:35:51 +0000 |
commit | 52c20492e2bc2116df393b613b25020a196b198c (patch) | |
tree | 72db1d41272c693ec5a6646844a91ae0156c83aa | |
parent | d1f583d14878adc2aab50365a183812745715d48 (diff) |
none
-rw-r--r-- | TWiki/TWikiHistory.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TWiki/TWikiHistory.mdwn b/TWiki/TWikiHistory.mdwn index 709716d8..d767b6bb 100644 --- a/TWiki/TWikiHistory.mdwn +++ b/TWiki/TWikiHistory.mdwn @@ -36,7 +36,9 @@ * [[Main/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. * [[Main/PeterThoeny]] - 23 Jun 1999: New [[TextFormattingRules]] to write **_bold italic_** text by enclosing words with double underline characters. * [[Main/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` . -* [[Main/PeterThoeny]] - 15 Jul 1999: Search path for include files in <code>%INCLUDE:"file.inc"%</code> 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. +* [[Main/PeterThoeny]] - 15 Jul 1999: Search path for include files in <code>%INCLUDE:"file.inc"%</code> 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. +* [[Main/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` . +* [[Main/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** |