*** empty log message ***

This commit is contained in:
Alex Schroeder
2004-01-23 01:36:29 +00:00
parent d80a1df87c
commit a23b4e50eb

View File

@@ -1,7 +1,15 @@
2004-01-23 Alex Schroeder <alex@gnu.org>
* weblog-tracking.pl (NewSave): Call OldSave instead of Save.
The entire weblog notification was moved into a separate module.
* wiki.pl ($NotifyTracker, %NotifyJournalPage): Removed.
(DoBrowseRequest): Removed ping action.
(DoPost): Don't call PingTracker anymore.
(PingTracker): Moved.
(DoPingTracker): Moved.
* weblog-tracking.pl (NewSave): Call OldSave instead of Save.
* wiki.pl ($DataDir): Allow setting it via the environment
variable "WikiDataDir" (for mod_perl).
($ModuleDir): New variable.