From c2de4641005ca6566808f73a78d3d129249f3765 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 28 Jan 2006 11:13:39 +0000 Subject: [PATCH] - finally (re-)implement the fixes for bug #90 and #91. They were noted as fixed but got out of CVS due to another fix and has not been re-applied. git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5502 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 4 ++-- phpBB/index.php | 32 ++++++++++++++++++-------------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index b324acb4a9..b2e8ead497 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -71,6 +71,8 @@ p,ul,td {font-size:10pt;}
  • [Fix] Prevent login attempts from incrementing for inactive users
  • [Fix] Do not check maximum login attempts on re-authentication to the admin panel - tomknight
  • [Fix] Regenerate session keys on password change
  • +
  • [Fix] retrieving category rows in index.php (Bug #90)
  • +
  • [Fix] improved index performance by determining the permissions before iterating through all forums (Bug #91)
  • [Fix] Better handling of short usernames within the search (bug #105)
  • [Fix] Workaround for an issue in either PHP or MSSQL resulting in a space being returned instead of an empty string (bug #830)
  • [Fix] Correct use of default_style config value (Bug #861)
  • @@ -101,8 +103,6 @@ p,ul,td {font-size:10pt;}