From 2836ffe5b00a88a2f33be2c1bd9d7d7a42143e19 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Mon, 26 May 2003 18:39:52 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 92bc1f86..79474a9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2003-05-26 Alex Schroeder + + * wiki.pl ($BanListFile): No more banned file. + ($BannedHosts): New variable for the page name. + (DoBrowseRequest): No more editbanned action and edit_ban parameter. + (UserIsBanned): Test now opens the $BannedHosts page. + (DoPost): Added test such that only admins can create the $BannedHosts file. + (Save): When saving the first revision of the $BannedHosts file, lock it. + (DoEditBanned): Deleted. + (DoUpdateBanned): Deleted. + + (ScriptLink): No more quoting of the action, this happens + automatically. + 2003-05-24 Alex Schroeder * wiki.pl (PrintAllReferers): New function.