diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2000-02-07 10:11:49 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2000-02-07 10:11:49 +0000 |
commit | 98153d5d635b5c91c1ec371634e8775463f863ff (patch) | |
tree | 46c738ccec5c4344e6ce22a53b2fbd0cb7db08a9 /TWiki | |
parent | a8ac8fbcc17434da3f692dd5f2907ce1e0c091a4 (diff) |
none
Diffstat (limited to 'TWiki')
-rw-r--r-- | TWiki/TWikiHistory.mdwn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/TWiki/TWikiHistory.mdwn b/TWiki/TWikiHistory.mdwn index 028b47f6..b9f6db84 100644 --- a/TWiki/TWikiHistory.mdwn +++ b/TWiki/TWikiHistory.mdwn @@ -53,7 +53,10 @@ * [[Main/PeterThoeny]] - 03 Oct 1999: Limit the number of revisions shown at the bottom of the topic. Example: <br /> Topic %TOPIC% . \{ ..... | [Diffs](../../rdiff/%WEB%/%TOPIC%) | r1.10 | [>](../../rdiff/%WEB%/%TOPIC%?rev1=1.10&rev2=1.9) | [r1.9](../../view/%WEB%/%TOPIC%?rev=1.9) | [>](../../rdiff/%WEB%/%TOPIC%?rev1=1.9&rev2=1.8) | [r1.8](../../view/%WEB%/%TOPIC%?rev=1.8) | [>](../../rdiff/%WEB%/%TOPIC%?rev1=1.8&rev2=1.7) | [r1.7](../../view/%WEB%/%TOPIC%?rev=1.7) | [>...](../../oops/%WEB%/%TOPIC%?template=oopsrev¶m1=1.10) \} <br /> Additional revisions can be selected by pressing the `>...` link. * [[Main/PeterThoeny]] - 10 Jan 2000: No more escaping for '%' percent characters. (Number of consecutive '%' entered and displayed is identical.) * [[Main/PeterThoeny]] - 24 Jan 2000: Fixed bug where an email address starting with a [[WikiName]] was rendered as an internal Wiki link instead of an email address, i.e. <SomeWikiName@somewhereNOSPAM.test> . -* [[Main/PeterThoeny]] - 04 Feb 2000: Usage statistics. Each web has a [[WebStatistics]] topic that shows monthy statistics with number of topic views and changes, most popular topics, and top contributors. (It needs to be enabled, [[TWikiDocumentation]] has more.) +* [[Main/PeterThoeny]] - 29 Jan 2000: Fixed bug where TWiki would not initialize correctly under certain circumstances, i.e. when running it under mod\_perl. Sub `initialize` in `wiki.pm` did not handle `$thePathInfo` correctly. +* [[Main/PeterThoeny]] - 04 Feb 2000: Access statistics. Each web has a [[WebStatistics]] topic that shows monthy statistics with number of topic views and changes, most popular topics, and top contributors. (It needs to be enabled, [[TWikiDocumentation]] has more.) +* [[Main/PeterThoeny]] - 07 Feb 2000: Inline search. New variable <code>%SEARCH\{"str" ...\}%</code> to show a search result embedded in a topic text. [[TWikiVariables]] has more on the syntax. Inline search combined with the category table feature can be used for example to create a simple bug tracking system. +* [[Main/PeterThoeny]] - 07 Feb 2000: Changed the syntax for server side include variable from <code>%INCLUDE:"filename.ext"%</code> to <code>%INCLUDE\{"filename.ext"\}%</code> . (Previous syntax still supported. Change was done because of inline search syntax) **Related Topics** @@ -61,4 +64,4 @@ * [[TWikiPlannedFeatures]] has a list of planned features. * [[TWikiEnhancementRequests]] is the place where you can add your enhancement requests. --- [[Main/PeterThoeny]] - 04 Feb 2000 <br /> +-- [[Main/PeterThoeny]] - 07 Feb 2000 <br /> |