From e129450b4028e71cce32a95ef9337bc6d14d8a81 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Tue, 4 Dec 2007 16:20:38 +0000 Subject: Cleaned usernames contain only single spaces, so 'a_name' and 'a__name' are treated as the same name [Bug #15634] git-svn-id: file:///svn/phpbb/trunk@8261 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 340c83aff9..c9064a4a36 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -53,6 +53,7 @@
  1. Changelog
      +
    1. Changes since RC-8
    2. Changes since RC-7
    3. Changes since RC-6
    4. Changes since RC-5
    5. @@ -79,7 +80,13 @@
      -

      1.i. Changes since 3.0.RC7

      +

      1.i. Changes since 3.0.RC8

      + +
        +
      • [Fix] Cleaned usernames contain only single spaces, so "a_name" and "a__name" are treated as the same name (Bug #15634)
      • +
      + +

      1.ii. Changes since 3.0.RC7

      • [Fix] Fixed MSSQL related bug in the update system
      • @@ -114,7 +121,7 @@
      • [Fix] No duplication of active topics (Bug #15474)
      -

      1.ii. Changes since 3.0.RC6

      +

      1.iii. Changes since 3.0.RC6

      • [Fix] Submitting language changes using acp_language (Bug #14736)
      • @@ -124,7 +131,7 @@
      • [Fix] Able to request new password (Bug #14743)
      -

      1.iii. Changes since 3.0.RC5

      +

      1.iv. Changes since 3.0.RC5

      • [Feature] Removing constant PHPBB_EMBEDDED in favor of using an exit_handler(); the constant was meant to achive this more or less.
      • @@ -187,7 +194,7 @@
      • [Sec] New password hashing mechanism for storing passwords (#i42)
      -

      1.iv. Changes since 3.0.RC4

      +

      1.v. Changes since 3.0.RC4

      • [Fix] MySQL, PostgreSQL and SQLite related database fixes (Bug #13862)
      • @@ -238,7 +245,7 @@
      • [Fix] odbc_autocommit causing existing result sets to be dropped (Bug #14182)
      -

      1.v. Changes since 3.0.RC3

      +

      1.vi. Changes since 3.0.RC3

      • [Fix] Fixing some subsilver2 and prosilver style issues
      • @@ -347,7 +354,7 @@
      -

      1.vi. Changes since 3.0.RC2

      +

      1.vii. Changes since 3.0.RC2

      • [Fix] Re-allow searching within the memberlist
      • @@ -393,7 +400,7 @@
      -

      1.vii. Changes since 3.0.RC1

      +

      1.viii. Changes since 3.0.RC1

      • [Fix] (X)HTML issues within the templates (Bug #11255, #11255)
      • -- cgit v1.2.1