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.