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 From 0881e608f880b5b8060e54dbf9eba7e234eee8c6 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 5 Dec 2007 16:34:38 +0000 Subject: wonderful, another change... now come slap me to death... conquering mars. git-svn-id: file:///svn/phpbb/trunk@8269 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index c9064a4a36..6adb9aeb99 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -83,7 +83,8 @@

        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)
        • +
        • [Fix] Cleaned usernames contain only single spaces, so "a_name" and "a__name" are treated as the same name (Bug #15634)
        • +
        • [Fix] Check "able to disable word censor" option while applying word censor on text (Bug #15974)

        1.ii. Changes since 3.0.RC7

        -- cgit v1.2.1 From 5f945443c9cbb00ea5f22b99a3affe154826caf7 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 6 Dec 2007 21:38:18 +0000 Subject: *** empty log message *** git-svn-id: file:///svn/phpbb/trunk@8272 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6adb9aeb99..c602cfdcd2 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -85,6 +85,8 @@
        • [Fix] Cleaned usernames contain only single spaces, so "a_name" and "a__name" are treated as the same name (Bug #15634)
        • [Fix] Check "able to disable word censor" option while applying word censor on text (Bug #15974)
        • +
        • [Fix] Rollback changes on failed transaction if returning on sql error is set
        • +
        • [Fix] Call garbage_collection() within database updater to correctly close connections (affects Oracle for example)

        1.ii. Changes since 3.0.RC7

        -- cgit v1.2.1