From 52c13bc7416111c764550e47fd86159d8f3f937b Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sat, 6 Feb 2010 21:07:25 +0000 Subject: [PATCH] Add 'Changes since 3.0.7' section to Changelog. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10477 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index b6b2503968..6b7edf6465 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -53,6 +53,7 @@
  1. Changelog
      +
    1. Changes since 3.0.7
    2. Changes since 3.0.6
    3. Changes since 3.0.5
    4. Changes since 3.0.4
    5. @@ -86,7 +87,14 @@
      -

      1.i. Changes since 3.0.6

      + +

      1.i. Changes since 3.0.7

      + +
        +
      • +
      + +

      1.ii. Changes since 3.0.6

      • [Fix] Allow ban reason and length to be selected and copied in ACP and subsilver2 MCP. (Bug #51095)
      • @@ -176,7 +184,7 @@
      • [Feature] Ability to use HTTP authentication in ATOM feeds by passing the GET parameter "auth=http".
      -

      1.ii. Changes since 3.0.5

      +

      1.iii. Changes since 3.0.5

      • [Fix] Allow whitespaces in avatar gallery names. (Bug #44955)
      • @@ -398,7 +406,7 @@
      • [Feature] Send anonymous statistical information to phpBB on installation and update (optional).
      -

      1.iii. Changes since 3.0.4

      +

      1.iv. Changes since 3.0.4

      • [Fix] Delete user entry from ban list table upon user deletion (Bug #40015 - Patch by TerraFrost)
      • @@ -487,7 +495,7 @@
      • [Sec] Only use forum id supplied for posting if global announcement detected. (Reported by nickvergessen)
      -

      1.iv. Changes since 3.0.3

      +

      1.v. Changes since 3.0.3

      • [Fix] Allow mixed-case template directories to be inherited (Bug #36725)
      • @@ -519,7 +527,7 @@
      • [Sec] Ask for forum password if post within passworded forum quoted in private message. (Reported by nickvergessen)
      -

      1.v. Changes since 3.0.2

      +

      1.vi. Changes since 3.0.2

      • [Fix] Correctly set topic starter if first post in topic removed (Bug #30575 - Patch by blueray2048)
      • @@ -618,7 +626,7 @@
      • [Sec Precaution] Stricter validation of the HTTP_HOST header (Thanks to Techie-Micheal et al for pointing out possible issues in derived code)
      -

      1.vi. Changes since 3.0.1

      +

      1.vii. Changes since 3.0.1

      • [Fix] Ability to set permissions on non-mysql dbms (Bug #24955)
      • @@ -666,7 +674,7 @@
      • [Sec] Only allow urls gone through redirect() being used within login_box(). (thanks nookieman)
      -

      1.vii Changes since 3.0.0

      +

      1.viii Changes since 3.0.0

      • [Change] Validate birthdays (Bug #15004)
      • @@ -737,7 +745,7 @@
      • [Fix] Find and display colliding usernames correctly when converting from one database to another (Bug #23925)
      -

      1.viii. Changes since 3.0.RC8

      +

      1.ix. 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)
      • @@ -746,7 +754,7 @@
      • [Fix] Call garbage_collection() within database updater to correctly close connections (affects Oracle for example)
      -

      1.ix. Changes since 3.0.RC7

      +

      1.x. Changes since 3.0.RC7

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

      1.x. Changes since 3.0.RC6

      +

      1.xi. Changes since 3.0.RC6

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

      1.xi. Changes since 3.0.RC5

      +

      1.xii. 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.
      • @@ -854,7 +862,7 @@
      • [Sec] New password hashing mechanism for storing passwords (#i42)
      -

      1.xii. Changes since 3.0.RC4

      +

      1.xiii. Changes since 3.0.RC4

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

      1.xiii. Changes since 3.0.RC3

      +

      1.xiv. Changes since 3.0.RC3

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

      1.xiv. Changes since 3.0.RC2

      +

      1.xv. Changes since 3.0.RC2

      • [Fix] Re-allow searching within the memberlist
      • @@ -1060,7 +1068,7 @@
      -

      1.xv. Changes since 3.0.RC1

      +

      1.xvi. Changes since 3.0.RC1

      • [Fix] (X)HTML issues within the templates (Bug #11255, #11255)