From b776d02682492077a4fafd8835d7c4a17e50762d Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Tue, 2 Jun 2009 14:12:23 +0000 Subject: Okay, a first ci of the new captcha plugins. We'll add dynamic template includes later, as well as documentation on how to use this. I'm prepared to get yelled at for bugs (oh, I know that there are plenty); but please blame spammers for broken styles and MODs. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9524 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 60a0b9ddfc..9f751c701a 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -53,6 +53,7 @@
  1. Changelog
      +
    1. Changes since 3.0.5
    2. Changes since 3.0.4
    3. Changes since 3.0.3
    4. Changes since 3.0.2
    5. @@ -84,7 +85,12 @@
      -

      1.i. Changes since 3.0.4

      +

      1.i. Changes since 3.0.5

      + +
        +
      • [Feature] Backported 3.2 cpatcha plugins.
      • +
      +

      1.ii. Changes since 3.0.4

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

      1.ii. Changes since 3.0.3

      +

      1.iii. Changes since 3.0.3

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

      1.iii. Changes since 3.0.2

      +

      1.iv. Changes since 3.0.2

      • [Fix] Correctly set topic starter if first post in topic removed (Bug #30575 - Patch by blueray2048)
      • @@ -304,7 +310,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.iv. Changes since 3.0.1

      +

      1.v. Changes since 3.0.1

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

      1.v. Changes since 3.0.0

      +

      1.vi Changes since 3.0.0

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

      1.vi. Changes since 3.0.RC8

      +

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

      1.vii. Changes since 3.0.RC7

      +

      1.viii. Changes since 3.0.RC7

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

      1.viii. Changes since 3.0.RC6

      +

      1.ix. Changes since 3.0.RC6

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

      1.ix. Changes since 3.0.RC5

      +

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

      1.x. Changes since 3.0.RC4

      +

      1.xi. Changes since 3.0.RC4

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

      1.xi. Changes since 3.0.RC3

      +

      1.xii. Changes since 3.0.RC3

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

      1.xii. Changes since 3.0.RC2

      +

      1.xiii. Changes since 3.0.RC2

      • [Fix] Re-allow searching within the memberlist
      • @@ -746,7 +752,7 @@
      -

      1.xiii. Changes since 3.0.RC1

      +

      1.xiv. Changes since 3.0.RC1

      • [Fix] (X)HTML issues within the templates (Bug #11255, #11255)
      • -- cgit v1.2.1 From ffbc25e17a64146cb988ba01e536e10a75b8322d Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 2 Jun 2009 21:29:51 +0000 Subject: New caching plugin, won't cache anything git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9526 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 9f751c701a..3cd2116ddb 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -89,6 +89,7 @@
        • [Feature] Backported 3.2 cpatcha plugins.
        • +
        • [Feature] Introduced new ACM plugins: null

        1.ii. Changes since 3.0.4

        -- cgit v1.2.1 From be8457d3c418441317177bfcdf7378410ac28d55 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Wed, 3 Jun 2009 10:19:17 +0000 Subject: Correctly determine writable status of files on Windows operating system. #39035 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9528 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3cd2116ddb..93c47b0477 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -88,6 +88,7 @@

        1.i. Changes since 3.0.5

          +
        • [Fix] Correctly determine writable status of files on Windows operating system. (Bug #39035)
        • [Feature] Backported 3.2 cpatcha plugins.
        • [Feature] Introduced new ACM plugins: null
        -- cgit v1.2.1 From 8fc412f26aa1b6e580b8aa200db79608b19aeae9 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Wed, 3 Jun 2009 12:13:01 +0000 Subject: #44955 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9529 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 93c47b0477..ca2ac55ecb 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -88,8 +88,10 @@

        1.i. Changes since 3.0.5

          +
        • [Fix] Allow whitespaces in avatar gallery names. (Bug #44955)
        • +
        • [Fix] Sorting by author or subject on viewtopic now preserves the order. (Bug #44875)
        • [Fix] Correctly determine writable status of files on Windows operating system. (Bug #39035)
        • -
        • [Feature] Backported 3.2 cpatcha plugins.
        • +
        • [Feature] Backported 3.2 captcha plugins.
        • [Feature] Introduced new ACM plugins: null

        1.ii. Changes since 3.0.4

        -- cgit v1.2.1 From 5478ef15d33eec696ded6a5402a329b77916597e Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 4 Jun 2009 12:29:34 +0000 Subject: Backport memcache ACM module from Ascraeus git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9531 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index ca2ac55ecb..90ff74a2b1 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -92,7 +92,7 @@
      • [Fix] Sorting by author or subject on viewtopic now preserves the order. (Bug #44875)
      • [Fix] Correctly determine writable status of files on Windows operating system. (Bug #39035)
      • [Feature] Backported 3.2 captcha plugins.
      • -
      • [Feature] Introduced new ACM plugins: null
      • +
      • [Feature] Introduced new ACM plugins: null, memcache.

      1.ii. Changes since 3.0.4

      -- cgit v1.2.1 From 6c025db9ec5754c4a66b88ed0e5a7041f15065b3 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 4 Jun 2009 14:00:34 +0000 Subject: Add APC Modify Memcache to use the memory abstract git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9534 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 90ff74a2b1..69ae879ebb 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -92,7 +92,7 @@
    6. [Fix] Sorting by author or subject on viewtopic now preserves the order. (Bug #44875)
    7. [Fix] Correctly determine writable status of files on Windows operating system. (Bug #39035)
    8. [Feature] Backported 3.2 captcha plugins.
    9. -
    10. [Feature] Introduced new ACM plugins: null, memcache.
    11. +
    12. [Feature] Introduced new ACM plugins: null, memcache, APC.
    13. 1.ii. Changes since 3.0.4

      -- cgit v1.2.1 From 2230e325140dd2cc77d273f77d63b4c1afdc4ed5 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 4 Jun 2009 15:04:14 +0000 Subject: Introduce XCache and eAccelerator, make some small changes to the abstract git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9537 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 69ae879ebb..6df3240e01 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -92,7 +92,15 @@
    14. [Fix] Sorting by author or subject on viewtopic now preserves the order. (Bug #44875)
    15. [Fix] Correctly determine writable status of files on Windows operating system. (Bug #39035)
    16. [Feature] Backported 3.2 captcha plugins.
    17. -
    18. [Feature] Introduced new ACM plugins: null, memcache, APC.
    19. +
    20. [Feature] Introduced new ACM plugins: + +
    21. 1.ii. Changes since 3.0.4

      -- cgit v1.2.1 From 9961ea9c2ab89923f6af8ba3b0e78d7dc30f7b0b Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 5 Jun 2009 11:22:43 +0000 Subject: adjust authors file to reflect current state. ;) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9542 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/AUTHORS | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/AUTHORS b/phpBB/docs/AUTHORS index 49281e2297..b471a3846c 100644 --- a/phpBB/docs/AUTHORS +++ b/phpBB/docs/AUTHORS @@ -27,8 +27,8 @@ phpBB Developers : APTX (Marek A. R.) dhn (Dominik Dröscher) kellanved (Henry Sudhof) naderman (Nils Adermann) + Terrafrost (Jim Wigginton) ToonArmy (Chris Smith) - Vic D'Elfant (Vic D'Elfant) -- Previous Contributors -- @@ -38,9 +38,10 @@ phpBB Project Manager : theFinn (James Atkinson) [Founder - 04/2007] phpBB Lead Developer : psoTFX (Paul S. Owen) [2001 - 09/2005] -phpBB Developers : Ashe (Ludovic Arnaud) [10/2002 - 11/2003, 06/2006 - 10/2006] - BartVB (Bart van Bragt) [11/2000 - 03/2006] - GrahamJE (Graham Eames) [09/2005 - 11/2006] +phpBB Developers : Ashe (Ludovic Arnaud) [10/2002 - 11/2003, 06/2006 - 10/2006] + BartVB (Bart van Bragt) [11/2000 - 03/2006] + GrahamJE (Graham Eames) [09/2005 - 11/2006] + Vic D'Elfant (Vic D'Elfant) [04/2007 - 04/2009] -- Copyrights -- -- cgit v1.2.1 From a7c7f6a6a80f99dfd6443d5bd905987361812318 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 5 Jun 2009 14:51:17 +0000 Subject: Here we go! New data format for the file ACM module: - No longer PHP files that are included - Contain a simple PHP header to stop people attempting to read them - Read using file system functions only reading as much data as required Result is: - Better performance by minimising file system reads - Injected HTML from nasty scripts no longer contaminates the board - Opcode caches are no longer thrashed and fragmented by the many files we generate git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9543 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6df3240e01..1991f77b45 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -91,6 +91,7 @@
    22. [Fix] Allow whitespaces in avatar gallery names. (Bug #44955)
    23. [Fix] Sorting by author or subject on viewtopic now preserves the order. (Bug #44875)
    24. [Fix] Correctly determine writable status of files on Windows operating system. (Bug #39035)
    25. +
    26. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    27. [Feature] Backported 3.2 captcha plugins.
    28. [Feature] Introduced new ACM plugins:
        -- cgit v1.2.1 From f9c6ced06476d1ef612d06f1e2249d23284b6aff Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Fri, 5 Jun 2009 23:00:53 +0000 Subject: Fixed bug #45695 - Guests can't report posts in prosilver Authorised by: naderman git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9545 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 1991f77b45..8fdbf83b4d 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -91,6 +91,7 @@
      • [Fix] Allow whitespaces in avatar gallery names. (Bug #44955)
      • [Fix] Sorting by author or subject on viewtopic now preserves the order. (Bug #44875)
      • [Fix] Correctly determine writable status of files on Windows operating system. (Bug #39035)
      • +
      • [Fix] Show report button in prosilver for guests who are allowed to report posts. (Bug #45695 - Patch by bantu)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Feature] Backported 3.2 captcha plugins.
      • [Feature] Introduced new ACM plugins: -- cgit v1.2.1 From 0c57363fbc8769ef3e0774a9a03878553540bf9a Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 8 Jun 2009 10:05:44 +0000 Subject: Fix bug #46065 - Correctly show private message history Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9561 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 8fdbf83b4d..878ae3d23f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -92,6 +92,7 @@
      • [Fix] Sorting by author or subject on viewtopic now preserves the order. (Bug #44875)
      • [Fix] Correctly determine writable status of files on Windows operating system. (Bug #39035)
      • [Fix] Show report button in prosilver for guests who are allowed to report posts. (Bug #45695 - Patch by bantu)
      • +
      • [Fix] Correctly show private message history (Bug #46065 - Patch by bantu)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Feature] Backported 3.2 captcha plugins.
      • [Feature] Introduced new ACM plugins: -- cgit v1.2.1 From a3c5562a0d8674c0a513d25855b082c726b26f5b Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 8 Jun 2009 10:11:43 +0000 Subject: Fix Bugs #38555, #45505, #45785 and #45865 - Various XHTML mistakes in prosilver and subsilver2. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9562 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 878ae3d23f..6a456b3b94 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -93,6 +93,7 @@
      • [Fix] Correctly determine writable status of files on Windows operating system. (Bug #39035)
      • [Fix] Show report button in prosilver for guests who are allowed to report posts. (Bug #45695 - Patch by bantu)
      • [Fix] Correctly show private message history (Bug #46065 - Patch by bantu) +
      • [Fix] Various XHTML mistakes in prosilver and subsilver2. (Bugs #38555, #45505 - Patch by Raimon, #45785, #45865)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Feature] Backported 3.2 captcha plugins.
      • [Feature] Introduced new ACM plugins: -- cgit v1.2.1 From 27d4c7229d97ba25e5bd303b21f376e14550eba6 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 8 Jun 2009 10:17:08 +0000 Subject: Fix bug #34295 - Move post bump information markup to the template. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9563 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6a456b3b94..59ae95d0b4 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -94,6 +94,7 @@
      • [Fix] Show report button in prosilver for guests who are allowed to report posts. (Bug #45695 - Patch by bantu)
      • [Fix] Correctly show private message history (Bug #46065 - Patch by bantu)
      • [Fix] Various XHTML mistakes in prosilver and subsilver2. (Bugs #38555, #45505 - Patch by Raimon, #45785, #45865)
      • +
      • [Fix] Move post bump information markup to the template. (Bug #34295 - Patch by bantu)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Feature] Backported 3.2 captcha plugins.
      • [Feature] Introduced new ACM plugins: -- cgit v1.2.1 From 9f21f1ab5e2b70da18459ef26c14a2372bc0eb76 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 8 Jun 2009 12:36:26 +0000 Subject: Fix bug #44665 - Add index on log_time to the log table to prevent slowdown on boards with many log entries. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9564 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 59ae95d0b4..952304b836 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -96,6 +96,7 @@
      • [Fix] Various XHTML mistakes in prosilver and subsilver2. (Bugs #38555, #45505 - Patch by Raimon, #45785, #45865)
      • [Fix] Move post bump information markup to the template. (Bug #34295 - Patch by bantu)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • +
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Feature] Backported 3.2 captcha plugins.
      • [Feature] Introduced new ACM plugins:
          -- cgit v1.2.1 From 2af8393d0f5fa08b95df989ab879ce1b7d4cab21 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 8 Jun 2009 22:33:30 +0000 Subject: Fix bug #45705 - Show error in the ACP when template folder is not readable. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9565 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 952304b836..1d3abd62bc 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -95,6 +95,7 @@
        • [Fix] Correctly show private message history (Bug #46065 - Patch by bantu)
        • [Fix] Various XHTML mistakes in prosilver and subsilver2. (Bugs #38555, #45505 - Patch by Raimon, #45785, #45865)
        • [Fix] Move post bump information markup to the template. (Bug #34295 - Patch by bantu)
        • +
        • [Fix] Show error in the ACP when template folder is not readable. (Bug #45705 - Patch by bantu)
        • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
        • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
        • [Feature] Backported 3.2 captcha plugins.
        • -- cgit v1.2.1 From 1f05faf25c41d940ce1210225e2321b7ccaf0365 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Tue, 9 Jun 2009 15:52:03 +0000 Subject: Fix bug #46215 - Adjust viewonline filename regular expression to be less strict. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9566 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 1d3abd62bc..d03e186664 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -96,6 +96,7 @@
        • [Fix] Various XHTML mistakes in prosilver and subsilver2. (Bugs #38555, #45505 - Patch by Raimon, #45785, #45865)
        • [Fix] Move post bump information markup to the template. (Bug #34295 - Patch by bantu)
        • [Fix] Show error in the ACP when template folder is not readable. (Bug #45705 - Patch by bantu)
        • +
        • [Fix] Adjust viewonline filename regular expression to be less strict. (Bug #46215 - Patch by bantu)
        • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
        • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
        • [Feature] Backported 3.2 captcha plugins.
        • -- cgit v1.2.1 From 7650b6526f6338236ce41640896015b9e17e4c0f Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 9 Jun 2009 18:09:29 +0000 Subject: Fix a regression introduced in r9470 #45895 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9567 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index d03e186664..0dbf238a3b 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -97,6 +97,7 @@
        • [Fix] Move post bump information markup to the template. (Bug #34295 - Patch by bantu)
        • [Fix] Show error in the ACP when template folder is not readable. (Bug #45705 - Patch by bantu)
        • [Fix] Adjust viewonline filename regular expression to be less strict. (Bug #46215 - Patch by bantu)
        • +
        • [Fix] Correctly apply the can change vote permission again. Regression intorduced in r9470. (Bug #45895)
        • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
        • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
        • [Feature] Backported 3.2 captcha plugins.
        • -- cgit v1.2.1 From 92b6e5400ea1024f3463866be70244eb1fe79a82 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 11 Jun 2009 13:12:04 +0000 Subject: Fix bug #45345 - Also remove data from friend/foe table when deleting user (patch by nickvergessen). Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9569 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 0dbf238a3b..93b81b1997 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -98,6 +98,7 @@
        • [Fix] Show error in the ACP when template folder is not readable. (Bug #45705 - Patch by bantu)
        • [Fix] Adjust viewonline filename regular expression to be less strict. (Bug #46215 - Patch by bantu)
        • [Fix] Correctly apply the can change vote permission again. Regression intorduced in r9470. (Bug #45895)
        • +
        • [Fix] Also remove data from friend/foe table when deleting user. (Bug #45345 - Patch by nickvergessen)
        • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
        • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
        • [Feature] Backported 3.2 captcha plugins.
        • -- cgit v1.2.1 From 76cffeff0a043c3bd7d610c376e81c00899265dd Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 11 Jun 2009 16:53:45 +0000 Subject: Dynamic template includes :) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9570 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 93b81b1997..3c3d3b599a 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -101,6 +101,7 @@
        • [Fix] Also remove data from friend/foe table when deleting user. (Bug #45345 - Patch by nickvergessen)
        • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
        • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
        • +
        • [Change] Template engine now permits to a limited extent variable includes.
        • [Feature] Backported 3.2 captcha plugins.
        • [Feature] Introduced new ACM plugins:
            -- cgit v1.2.1 From b04d55f6e7d9f477e48cf3fccb5940cf0ae80181 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 12 Jun 2009 00:28:29 +0000 Subject: *sigh* correct spelling in changelog git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9571 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3c3d3b599a..b2678f64ae 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -97,7 +97,7 @@
          • [Fix] Move post bump information markup to the template. (Bug #34295 - Patch by bantu)
          • [Fix] Show error in the ACP when template folder is not readable. (Bug #45705 - Patch by bantu)
          • [Fix] Adjust viewonline filename regular expression to be less strict. (Bug #46215 - Patch by bantu)
          • -
          • [Fix] Correctly apply the can change vote permission again. Regression intorduced in r9470. (Bug #45895)
          • +
          • [Fix] Correctly apply the can change vote permission again. Regression introduced in r9470. (Bug #45895)
          • [Fix] Also remove data from friend/foe table when deleting user. (Bug #45345 - Patch by nickvergessen)
          • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
          • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
          • -- cgit v1.2.1 From 8959911992ccbadce7a67fe21ec411768e118191 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Fri, 12 Jun 2009 11:56:56 +0000 Subject: Fix bug #45765 - Correctly hide skiplink in prosilver right-to-left mode (thanks prototech). Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9572 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index b2678f64ae..c8bff5a177 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -99,6 +99,7 @@
          • [Fix] Adjust viewonline filename regular expression to be less strict. (Bug #46215 - Patch by bantu)
          • [Fix] Correctly apply the can change vote permission again. Regression introduced in r9470. (Bug #45895)
          • [Fix] Also remove data from friend/foe table when deleting user. (Bug #45345 - Patch by nickvergessen)
          • +
          • [Fix] Correctly hide skiplink in prosilver right-to-left mode. (Bug #45765 - Patch by prototech and bantu)
          • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
          • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
          • [Change] Template engine now permits to a limited extent variable includes.
          • -- cgit v1.2.1 From 8f46e94294ace956d9b120791b37c1eaf2eec626 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Fri, 12 Jun 2009 12:29:08 +0000 Subject: Fix bugs #25545, #26315 and #31325 - Mostly XHTML mistakes in prosilver and the ACP. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9573 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index c8bff5a177..fd2d1496dc 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -93,7 +93,7 @@
          • [Fix] Correctly determine writable status of files on Windows operating system. (Bug #39035)
          • [Fix] Show report button in prosilver for guests who are allowed to report posts. (Bug #45695 - Patch by bantu)
          • [Fix] Correctly show private message history (Bug #46065 - Patch by bantu) -
          • [Fix] Various XHTML mistakes in prosilver and subsilver2. (Bugs #38555, #45505 - Patch by Raimon, #45785, #45865)
          • +
          • [Fix] Various XHTML mistakes in prosilver, subsilver2 and the ACP. (Bugs #25545 - Patch by bantu, #26315, #38555, #45505 - Patch by Raimon, #45785, #45865)
          • [Fix] Move post bump information markup to the template. (Bug #34295 - Patch by bantu)
          • [Fix] Show error in the ACP when template folder is not readable. (Bug #45705 - Patch by bantu)
          • [Fix] Adjust viewonline filename regular expression to be less strict. (Bug #46215 - Patch by bantu)
          • -- cgit v1.2.1 From e71bae0e7ad7817e06fb786c3420a1a2158df8cc Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 12 Jun 2009 13:56:40 +0000 Subject: Fix dynamic config update routine error if firebird is used (Bug #46315) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9574 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index fd2d1496dc..62f4eeb1f8 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -100,6 +100,7 @@
          • [Fix] Correctly apply the can change vote permission again. Regression introduced in r9470. (Bug #45895)
          • [Fix] Also remove data from friend/foe table when deleting user. (Bug #45345 - Patch by nickvergessen)
          • [Fix] Correctly hide skiplink in prosilver right-to-left mode. (Bug #45765 - Patch by prototech and bantu)
          • +
          • [Fix] Fix dynamic config update routine error if firebird is used (Bug #46315)
          • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
          • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
          • [Change] Template engine now permits to a limited extent variable includes.
          • -- cgit v1.2.1 From 863d7a7614a09dac545d3c3201e67c3beddb3960 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 12 Jun 2009 14:41:03 +0000 Subject: First ATOM Feed commit/integration - Idea and original RSS Feed 2.0 MOD (Version 1.0.8/9) by leviatan21 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9575 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 62f4eeb1f8..7cdaf0fec0 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -92,7 +92,7 @@
          • [Fix] Sorting by author or subject on viewtopic now preserves the order. (Bug #44875)
          • [Fix] Correctly determine writable status of files on Windows operating system. (Bug #39035)
          • [Fix] Show report button in prosilver for guests who are allowed to report posts. (Bug #45695 - Patch by bantu)
          • -
          • [Fix] Correctly show private message history (Bug #46065 - Patch by bantu) +
          • [Fix] Correctly show private message history (Bug #46065 - Patch by bantu)
          • [Fix] Various XHTML mistakes in prosilver, subsilver2 and the ACP. (Bugs #25545 - Patch by bantu, #26315, #38555, #45505 - Patch by Raimon, #45785, #45865)
          • [Fix] Move post bump information markup to the template. (Bug #34295 - Patch by bantu)
          • [Fix] Show error in the ACP when template folder is not readable. (Bug #45705 - Patch by bantu)
          • @@ -114,6 +114,7 @@
          • eAccelerator
        • +
        • [Feature] ATOM Feeds (Idea and diversed from RSS Feed 2.0 MOD (Version 1.0.8/9) by leviatan21)

        1.ii. Changes since 3.0.4

        -- cgit v1.2.1 From 12de4efca49f8dea35d783db587696e37ef2355b Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sat, 13 Jun 2009 12:40:15 +0000 Subject: Fix bug #46255 - Allow friends/foes to be added and removed at the same time. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9577 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 7cdaf0fec0..3b55791485 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -101,6 +101,7 @@
      • [Fix] Also remove data from friend/foe table when deleting user. (Bug #45345 - Patch by nickvergessen)
      • [Fix] Correctly hide skiplink in prosilver right-to-left mode. (Bug #45765 - Patch by prototech and bantu)
      • [Fix] Fix dynamic config update routine error if firebird is used (Bug #46315)
      • +
      • [Fix] Allow friends/foes to be added and removed at the same time. (Bug #46255 - Patch by bantu)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Change] Template engine now permits to a limited extent variable includes.
      • -- cgit v1.2.1 From cf3aad78cf902def95335f1e4bb7603126cd9221 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sat, 13 Jun 2009 13:59:45 +0000 Subject: Fix bug #46355 - Only change topic/post icon if icons are enabled and user is allowed to. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9580 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3b55791485..3e6637ae36 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -102,6 +102,7 @@
      • [Fix] Correctly hide skiplink in prosilver right-to-left mode. (Bug #45765 - Patch by prototech and bantu)
      • [Fix] Fix dynamic config update routine error if firebird is used (Bug #46315)
      • [Fix] Allow friends/foes to be added and removed at the same time. (Bug #46255 - Patch by bantu)
      • +
      • [Fix] Only change topic/post icon if icons are enabled and user is allowed to. (Bug #46355 - Patch by bantu)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Change] Template engine now permits to a limited extent variable includes.
      • -- cgit v1.2.1 From d8e78c766b0f14f5d53e1916c341cbaccb012b4f Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 13 Jun 2009 15:00:33 +0000 Subject: like firebird, oracle uses uppercase column names if delimiter used (Fixes Bug #46015) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9585 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3e6637ae36..fa05dbf1b3 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -103,6 +103,7 @@
      • [Fix] Fix dynamic config update routine error if firebird is used (Bug #46315)
      • [Fix] Allow friends/foes to be added and removed at the same time. (Bug #46255 - Patch by bantu)
      • [Fix] Only change topic/post icon if icons are enabled and user is allowed to. (Bug #46355 - Patch by bantu)
      • +
      • [Fix] Fix saving custom profile fields in ACP if Oracle used (Bug #46015)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Change] Template engine now permits to a limited extent variable includes.
      • -- cgit v1.2.1 From 4758d49b9b661703d2cd5cffaa9c6c443a624e1d Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 14 Jun 2009 10:53:08 +0000 Subject: view_log() breaks if the serialized data is corrupt. #46545 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9589 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index fa05dbf1b3..8be9b27f20 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -104,6 +104,7 @@
      • [Fix] Allow friends/foes to be added and removed at the same time. (Bug #46255 - Patch by bantu)
      • [Fix] Only change topic/post icon if icons are enabled and user is allowed to. (Bug #46355 - Patch by bantu)
      • [Fix] Fix saving custom profile fields in ACP if Oracle used (Bug #46015)
      • +
      • [Fix] Make view_log() more resilient to corrupt serialized data. (Bug #46545)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Change] Template engine now permits to a limited extent variable includes.
      • -- cgit v1.2.1 From 6424647f653560e649573a04321c783e32f650f9 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 14 Jun 2009 11:09:39 +0000 Subject: Quote BBCode doesn't need f_reply now. #16079 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9590 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 8be9b27f20..0cc96dfa8e 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -108,6 +108,7 @@
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Change] Template engine now permits to a limited extent variable includes.
      • +
      • [Change] Quote BBCode no longer requires the f_reply permission. (Bug #16079)
      • [Feature] Backported 3.2 captcha plugins.
      • [Feature] Introduced new ACM plugins:
          -- cgit v1.2.1 From 8c79920a55e2b803cc050ad662b7da73a08f6998 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 15 Jun 2009 11:19:19 +0000 Subject: Fix bug #45585 - Show error if hostname lookup doesn't return a valid IP address when banning. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9594 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 0cc96dfa8e..3878d68d19 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -105,6 +105,7 @@
        • [Fix] Only change topic/post icon if icons are enabled and user is allowed to. (Bug #46355 - Patch by bantu)
        • [Fix] Fix saving custom profile fields in ACP if Oracle used (Bug #46015)
        • [Fix] Make view_log() more resilient to corrupt serialized data. (Bug #46545)
        • +
        • [Fix] Show error if hostname lookup doesn't return a valid IP address when banning. (Bug #45585 - Patch by bantu)
        • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
        • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
        • [Change] Template engine now permits to a limited extent variable includes.
        • -- cgit v1.2.1 From ef28393fd4426e1f9dce824810ccb474f80d4988 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 16 Jun 2009 14:03:51 +0000 Subject: Fix bug #38435 - Incorrect layout when loading PM-draft Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9596 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3878d68d19..be2c4e34dd 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -106,6 +106,7 @@
        • [Fix] Fix saving custom profile fields in ACP if Oracle used (Bug #46015)
        • [Fix] Make view_log() more resilient to corrupt serialized data. (Bug #46545)
        • [Fix] Show error if hostname lookup doesn't return a valid IP address when banning. (Bug #45585 - Patch by bantu)
        • +
        • [Fix] Incorrect layout when loading PM-draft (Bug #38435 - Patch by nickvergessen)
        • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
        • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
        • [Change] Template engine now permits to a limited extent variable includes.
        • -- cgit v1.2.1 From d8b0f2f31074b83fffa613e93cf156fd913f74be Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 16 Jun 2009 14:06:56 +0000 Subject: Fix bug #40205 - Wrong message shown to user, when adding bots to friends/foes Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9597 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index be2c4e34dd..7bf4b3b9c0 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -107,6 +107,7 @@
        • [Fix] Make view_log() more resilient to corrupt serialized data. (Bug #46545)
        • [Fix] Show error if hostname lookup doesn't return a valid IP address when banning. (Bug #45585 - Patch by bantu)
        • [Fix] Incorrect layout when loading PM-draft (Bug #38435 - Patch by nickvergessen)
        • +
        • [Fix] Wrong message shown to user, when adding bots to friends/foes. (Bug #40205 - Patch by nickvergessen)
        • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
        • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
        • [Change] Template engine now permits to a limited extent variable includes.
        • -- cgit v1.2.1 From ce144ab0baaafa10bf3e37812e2f5875680de499 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 16 Jun 2009 14:14:07 +0000 Subject: Fix Oracle database backup (Bug #46715) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9598 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 7bf4b3b9c0..f596bd0048 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -108,6 +108,7 @@
        • [Fix] Show error if hostname lookup doesn't return a valid IP address when banning. (Bug #45585 - Patch by bantu)
        • [Fix] Incorrect layout when loading PM-draft (Bug #38435 - Patch by nickvergessen)
        • [Fix] Wrong message shown to user, when adding bots to friends/foes. (Bug #40205 - Patch by nickvergessen)
        • +
        • [Fix] Fix Oracle database backup (Bug #46715)
        • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
        • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
        • [Change] Template engine now permits to a limited extent variable includes.
        • -- cgit v1.2.1 From bfc8906a5ed4b99d0c592972b3267fe52d5da257 Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Tue, 16 Jun 2009 14:36:12 +0000 Subject: Fix bug #40245 - Attachments table is not being updated when deleting user and retaining his posts Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9599 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f596bd0048..9fc81f337b 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -109,6 +109,7 @@
        • [Fix] Incorrect layout when loading PM-draft (Bug #38435 - Patch by nickvergessen)
        • [Fix] Wrong message shown to user, when adding bots to friends/foes. (Bug #40205 - Patch by nickvergessen)
        • [Fix] Fix Oracle database backup (Bug #46715)
        • +
        • [Fix] Update attachments table when deleting user and retaining his posts. (Bug #40245 - Patch by rxu)
        • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
        • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
        • [Change] Template engine now permits to a limited extent variable includes.
        • -- cgit v1.2.1 From ef0eed4d9ef83d7dfbcdd1c78f812ef5e135f279 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 16 Jun 2009 16:13:53 +0000 Subject: Fix bug #46145 - Template cache error for files of template-subfolders Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9600 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 9fc81f337b..cf447ee7c6 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -110,6 +110,7 @@
        • [Fix] Wrong message shown to user, when adding bots to friends/foes. (Bug #40205 - Patch by nickvergessen)
        • [Fix] Fix Oracle database backup (Bug #46715)
        • [Fix] Update attachments table when deleting user and retaining his posts. (Bug #40245 - Patch by rxu)
        • +
        • [Fix] Template cache error for files of template-subfolders (Bug #46145 - Patch by nickvergessen)
        • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
        • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
        • [Change] Template engine now permits to a limited extent variable includes.
        • -- cgit v1.2.1 From c9cef63cc62dda2f609cd6f12b8056ad26b38a6a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 17 Jun 2009 09:08:24 +0000 Subject: Fix bug #19135 - Exclude forum from active topics option is ignored Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9601 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index cf447ee7c6..b9d8127742 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -111,6 +111,7 @@
        • [Fix] Fix Oracle database backup (Bug #46715)
        • [Fix] Update attachments table when deleting user and retaining his posts. (Bug #40245 - Patch by rxu)
        • [Fix] Template cache error for files of template-subfolders (Bug #46145 - Patch by nickvergessen)
        • +
        • [Fix] Exclude forum from active topics option is ignored (Bug #19135 - Patch by nickvergessen)
        • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
        • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
        • [Change] Template engine now permits to a limited extent variable includes.
        • -- cgit v1.2.1 From 3b181245b206e383ba603bb23105a91b494181ed Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 17 Jun 2009 09:10:48 +0000 Subject: Change bug #21825 - Banning/unbanning users now generates an entry in their user notes Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9602 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index b9d8127742..5630407899 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -116,6 +116,7 @@
        • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
        • [Change] Template engine now permits to a limited extent variable includes.
        • [Change] Quote BBCode no longer requires the f_reply permission. (Bug #16079)
        • +
        • [Change] Banning/unbanning users now generates an entry in their user notes (Bug #21825 - Patch by nickvergessen)
        • [Feature] Backported 3.2 captcha plugins.
        • [Feature] Introduced new ACM plugins:
            -- cgit v1.2.1 From ac72c7e0491cf78c5af852236d8e0543d85515e1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 17 Jun 2009 09:59:49 +0000 Subject: Fix bug #20775 - Display user's Jabber address in popup when Jabber functionality is disabled Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9603 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 5630407899..2ec2979527 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -111,6 +111,7 @@
          • [Fix] Fix Oracle database backup (Bug #46715)
          • [Fix] Update attachments table when deleting user and retaining his posts. (Bug #40245 - Patch by rxu)
          • [Fix] Template cache error for files of template-subfolders (Bug #46145 - Patch by nickvergessen)
          • +
          • [Fix] Display user's Jabber address in popup when Jabber functionality is disabled (Bug #20775 - Patch by nickvergessen)
          • [Fix] Exclude forum from active topics option is ignored (Bug #19135 - Patch by nickvergessen)
          • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
          • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
          • -- cgit v1.2.1 From 2b020c632707f1eefe96392ba4cf074af3cab6d8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 17 Jun 2009 10:01:54 +0000 Subject: Fix bug #20625 - Do not display birthdays of banned users Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9604 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 2ec2979527..896d52b6be 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -113,6 +113,7 @@
          • [Fix] Template cache error for files of template-subfolders (Bug #46145 - Patch by nickvergessen)
          • [Fix] Display user's Jabber address in popup when Jabber functionality is disabled (Bug #20775 - Patch by nickvergessen)
          • [Fix] Exclude forum from active topics option is ignored (Bug #19135 - Patch by nickvergessen)
          • +
          • [Fix] Do not display birthdays of banned users (Bug #20625 - Patch by nickvergessen)
          • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
          • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
          • [Change] Template engine now permits to a limited extent variable includes.
          • -- cgit v1.2.1 From 7b0d5c0164491fbce9b93e22bd28ab759c592420 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 17 Jun 2009 10:40:32 +0000 Subject: Fix bug #41555 - Fix function to recalculate Binary Tree Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9605 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 896d52b6be..3876990045 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -114,6 +114,7 @@
          • [Fix] Display user's Jabber address in popup when Jabber functionality is disabled (Bug #20775 - Patch by nickvergessen)
          • [Fix] Exclude forum from active topics option is ignored (Bug #19135 - Patch by nickvergessen)
          • [Fix] Do not display birthdays of banned users (Bug #20625 - Patch by nickvergessen)
          • +
          • [Fix] Fix function to recalculate Binary Tree (Bug #41555 - Patch by EXreaction)
          • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
          • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
          • [Change] Template engine now permits to a limited extent variable includes.
          • -- cgit v1.2.1 From afddcaecf2886cd8f2442a419623bb1447d81aba Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 17 Jun 2009 12:15:54 +0000 Subject: fix r9605 Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9606 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3876990045..651cb54fa7 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -114,7 +114,7 @@
          • [Fix] Display user's Jabber address in popup when Jabber functionality is disabled (Bug #20775 - Patch by nickvergessen)
          • [Fix] Exclude forum from active topics option is ignored (Bug #19135 - Patch by nickvergessen)
          • [Fix] Do not display birthdays of banned users (Bug #20625 - Patch by nickvergessen)
          • -
          • [Fix] Fix function to recalculate Binary Tree (Bug #41555 - Patch by EXreaction)
          • +
          • [Fix] Fix function to recalculate Nested Sets (Bug #41555 - Patch by EXreaction)
          • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
          • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
          • [Change] Template engine now permits to a limited extent variable includes.
          • -- cgit v1.2.1 From 0e5cc91d6bdcef2e50fd8f04b4d5fe2249015f24 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 17 Jun 2009 12:17:19 +0000 Subject: Fix bug #22665 - Display and highlight already used rank images while assigning new rank Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9607 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 651cb54fa7..1df5930862 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -115,6 +115,7 @@
          • [Fix] Exclude forum from active topics option is ignored (Bug #19135 - Patch by nickvergessen)
          • [Fix] Do not display birthdays of banned users (Bug #20625 - Patch by nickvergessen)
          • [Fix] Fix function to recalculate Nested Sets (Bug #41555 - Patch by EXreaction)
          • +
          • [Fix] Already used rank-images missing in image-list when creating new rank (Bug #22665 - Patch by nickvergessen)
          • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
          • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
          • [Change] Template engine now permits to a limited extent variable includes.
          • -- cgit v1.2.1 From 2a079ecb52305cdeaac046a0f1298b18b9f7bcb3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 17 Jun 2009 13:07:00 +0000 Subject: fix r9607 - correct changelog Authorised by: ToonArmy git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9608 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 1df5930862..76d8a909ef 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -115,7 +115,7 @@
          • [Fix] Exclude forum from active topics option is ignored (Bug #19135 - Patch by nickvergessen)
          • [Fix] Do not display birthdays of banned users (Bug #20625 - Patch by nickvergessen)
          • [Fix] Fix function to recalculate Nested Sets (Bug #41555 - Patch by EXreaction)
          • -
          • [Fix] Already used rank-images missing in image-list when creating new rank (Bug #22665 - Patch by nickvergessen)
          • +
          • [Fix] Display and highlight already used rank images while assigning new rank (Bug #22665 - Patch by nickvergessen)
          • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
          • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
          • [Change] Template engine now permits to a limited extent variable includes.
          • -- cgit v1.2.1 From ca1be2bf25eab8b601e763faf8d3de9eada68e60 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 18 Jun 2009 10:44:38 +0000 Subject: Fix bug #39875 - Empty error message in UCP folder management when creating folder without name Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9612 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 76d8a909ef..8a7114d1a7 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -116,6 +116,7 @@
          • [Fix] Do not display birthdays of banned users (Bug #20625 - Patch by nickvergessen)
          • [Fix] Fix function to recalculate Nested Sets (Bug #41555 - Patch by EXreaction)
          • [Fix] Display and highlight already used rank images while assigning new rank (Bug #22665 - Patch by nickvergessen)
          • +
          • [Fix] Empty error message in UCP folder management when creating folder without name (Bug #39875 - Patch by nickvergessen)
          • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
          • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
          • [Change] Template engine now permits to a limited extent variable includes.
          • -- cgit v1.2.1 From d978dae5a11441bd3290535a91b7af33a816a832 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 18 Jun 2009 11:01:37 +0000 Subject: Fix bug #19945 - Wrong description in UCP group managment implicates missing feature Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9613 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 8a7114d1a7..d5930bfd58 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -117,6 +117,7 @@
          • [Fix] Fix function to recalculate Nested Sets (Bug #41555 - Patch by EXreaction)
          • [Fix] Display and highlight already used rank images while assigning new rank (Bug #22665 - Patch by nickvergessen)
          • [Fix] Empty error message in UCP folder management when creating folder without name (Bug #39875 - Patch by nickvergessen)
          • +
          • [Fix] Wrong description in UCP group managment implicates missing feature (Bug #19945 - Patch by nickvergessen)
          • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
          • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
          • [Change] Template engine now permits to a limited extent variable includes.
          • -- cgit v1.2.1 From ab33dd2b08b384c85c8d22b8fb481b248491fc93 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 18 Jun 2009 11:07:22 +0000 Subject: Change bug #26545 - Smilies no longer require the f_bbcode permission. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9615 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index d5930bfd58..e42d5b6d0c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -123,6 +123,7 @@
          • [Change] Template engine now permits to a limited extent variable includes.
          • [Change] Quote BBCode no longer requires the f_reply permission. (Bug #16079)
          • [Change] Banning/unbanning users now generates an entry in their user notes (Bug #21825 - Patch by nickvergessen)
          • +
          • [Change] Smilies no longer require the f_bbcode permission. (Bug #26545)
          • [Feature] Backported 3.2 captcha plugins.
          • [Feature] Introduced new ACM plugins:
              -- cgit v1.2.1 From a4e817e32286125ccc3d85a11b0c8e990ab8697a Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Thu, 18 Jun 2009 11:43:16 +0000 Subject: Fix bug #10519 - "View user notes" and "Warn user" links shown even if modules disabled Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9617 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index e42d5b6d0c..afa25c6548 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -116,6 +116,7 @@
            • [Fix] Do not display birthdays of banned users (Bug #20625 - Patch by nickvergessen)
            • [Fix] Fix function to recalculate Nested Sets (Bug #41555 - Patch by EXreaction)
            • [Fix] Display and highlight already used rank images while assigning new rank (Bug #22665 - Patch by nickvergessen)
            • +
            • [Fix] Do not display "View user notes" and "Warn user" links in user profile if corresponding MCP modules are disabled. (Bug #10519 - Patch by rxu)
            • [Fix] Empty error message in UCP folder management when creating folder without name (Bug #39875 - Patch by nickvergessen)
            • [Fix] Wrong description in UCP group managment implicates missing feature (Bug #19945 - Patch by nickvergessen)
            • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
            • -- cgit v1.2.1 From e3af3015231c9c8baf58f55081b2068d2dad89b0 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 18 Jun 2009 12:56:59 +0000 Subject: Finally stop this annoyance, if PDO is shared module it must be loaded for the SQLite extension to work git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9618 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index afa25c6548..2c8fc97731 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -119,6 +119,7 @@
            • [Fix] Do not display "View user notes" and "Warn user" links in user profile if corresponding MCP modules are disabled. (Bug #10519 - Patch by rxu)
            • [Fix] Empty error message in UCP folder management when creating folder without name (Bug #39875 - Patch by nickvergessen)
            • [Fix] Wrong description in UCP group managment implicates missing feature (Bug #19945 - Patch by nickvergessen)
            • +
            • [Fix] Do not throw an error when PDO is a shared module and not loaded preventing SQLite from being loaded.
            • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
            • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
            • [Change] Template engine now permits to a limited extent variable includes.
            • -- cgit v1.2.1 From d5559836848448986e322ef2602145db52bc7b2c Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 18 Jun 2009 15:57:55 +0000 Subject: Typo in r9613 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9621 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 2c8fc97731..8ff4eb8e14 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -118,7 +118,7 @@
            • [Fix] Display and highlight already used rank images while assigning new rank (Bug #22665 - Patch by nickvergessen)
            • [Fix] Do not display "View user notes" and "Warn user" links in user profile if corresponding MCP modules are disabled. (Bug #10519 - Patch by rxu)
            • [Fix] Empty error message in UCP folder management when creating folder without name (Bug #39875 - Patch by nickvergessen)
            • -
            • [Fix] Wrong description in UCP group managment implicates missing feature (Bug #19945 - Patch by nickvergessen)
            • +
            • [Fix] Wrong description in UCP group management implicates missing feature (Bug #19945 - Patch by nickvergessen)
            • [Fix] Do not throw an error when PDO is a shared module and not loaded preventing SQLite from being loaded.
            • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
            • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
            • -- cgit v1.2.1 From 7d3c89e25ab8aa87f09d3971a569d31f63dbef40 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 18 Jun 2009 18:01:42 +0000 Subject: Fix bug #33745 - Correctly orientate quoted text image on RTL languages Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9622 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 8ff4eb8e14..0ff9d63ec9 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -116,6 +116,7 @@
            • [Fix] Do not display birthdays of banned users (Bug #20625 - Patch by nickvergessen)
            • [Fix] Fix function to recalculate Nested Sets (Bug #41555 - Patch by EXreaction)
            • [Fix] Display and highlight already used rank images while assigning new rank (Bug #22665 - Patch by nickvergessen)
            • +
            • [Fix] Correctly orientate quoted text image on RTL languages (Bug #33745 - Patch by nickvergessen)
            • [Fix] Do not display "View user notes" and "Warn user" links in user profile if corresponding MCP modules are disabled. (Bug #10519 - Patch by rxu)
            • [Fix] Empty error message in UCP folder management when creating folder without name (Bug #39875 - Patch by nickvergessen)
            • [Fix] Wrong description in UCP group management implicates missing feature (Bug #19945 - Patch by nickvergessen)
            • -- cgit v1.2.1 From eb5498dd55fa3d3c5005656b70c9f4cb0630f34c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 18 Jun 2009 18:12:28 +0000 Subject: Fix bug #31405 - Ability to define column split in FAQ/BBCode help (Bug #31405) Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9623 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 0ff9d63ec9..7ea4eb26c2 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -127,6 +127,7 @@
            • [Change] Quote BBCode no longer requires the f_reply permission. (Bug #16079)
            • [Change] Banning/unbanning users now generates an entry in their user notes (Bug #21825 - Patch by nickvergessen)
            • [Change] Smilies no longer require the f_bbcode permission. (Bug #26545)
            • +
            • [Change] Ability to define column split in FAQ/BBCode help (Bug #31405)
            • [Feature] Backported 3.2 captcha plugins.
            • [Feature] Introduced new ACM plugins:
                -- cgit v1.2.1 From ac1fd3c740bf396e27e882877b94ae246caedac6 Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Thu, 18 Jun 2009 23:21:19 +0000 Subject: Fix bug #16555 - Word censoring doesn't support unicode strings Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9624 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 7ea4eb26c2..cc00509fb5 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -121,6 +121,7 @@
              • [Fix] Empty error message in UCP folder management when creating folder without name (Bug #39875 - Patch by nickvergessen)
              • [Fix] Wrong description in UCP group management implicates missing feature (Bug #19945 - Patch by nickvergessen)
              • [Fix] Do not throw an error when PDO is a shared module and not loaded preventing SQLite from being loaded.
              • +
              • [Fix] Fix unicode words wrong censoring. (Bug #16555 - Patch by rxu)
              • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
              • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
              • [Change] Template engine now permits to a limited extent variable includes.
              • -- cgit v1.2.1 From d7d96223e7bae7cd60b13c6e7896d95838c3633c Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 19 Jun 2009 09:51:50 +0000 Subject: - Display coloured usernames in ACP groups management screens - Changed behaviour of group_create() function to support specifying additional group columns - New groups option to excempt group leaders from group permissions git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9625 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index cc00509fb5..04d0f91300 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -122,6 +122,7 @@
              • [Fix] Wrong description in UCP group management implicates missing feature (Bug #19945 - Patch by nickvergessen)
              • [Fix] Do not throw an error when PDO is a shared module and not loaded preventing SQLite from being loaded.
              • [Fix] Fix unicode words wrong censoring. (Bug #16555 - Patch by rxu)
              • +
              • [Fix] Display coloured usernames in ACP groups management screens
              • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
              • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
              • [Change] Template engine now permits to a limited extent variable includes.
              • @@ -129,6 +130,7 @@
              • [Change] Banning/unbanning users now generates an entry in their user notes (Bug #21825 - Patch by nickvergessen)
              • [Change] Smilies no longer require the f_bbcode permission. (Bug #26545)
              • [Change] Ability to define column split in FAQ/BBCode help (Bug #31405)
              • +
              • [Change] Changed behaviour of group_create() function to support specifying additional group columns
              • [Feature] Backported 3.2 captcha plugins.
              • [Feature] Introduced new ACM plugins:
                  @@ -140,6 +142,7 @@
              • [Feature] ATOM Feeds (Idea and diversed from RSS Feed 2.0 MOD (Version 1.0.8/9) by leviatan21)
              • +
              • [Feature] New groups option to excempt group leaders from group permissions

              1.ii. Changes since 3.0.4

              -- cgit v1.2.1 From 7cebffe72fcdbbbad70ccc926192d63a92e426ce Mon Sep 17 00:00:00 2001 From: Gabriel Vazquez Date: Fri, 19 Jun 2009 14:58:21 +0000 Subject: Fixed bug #14304 Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9629 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 04d0f91300..f286152d89 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -131,6 +131,7 @@
            • [Change] Smilies no longer require the f_bbcode permission. (Bug #26545)
            • [Change] Ability to define column split in FAQ/BBCode help (Bug #31405)
            • [Change] Changed behaviour of group_create() function to support specifying additional group columns
            • ++
            • [Feature] Add confirmation for deactivating styles (Bug #14304 - Patch by leviatan21)
            • [Feature] Backported 3.2 captcha plugins.
            • [Feature] Introduced new ACM plugins:
                -- cgit v1.2.1 From bdcdf4fc93de034ece3581de3c9f79e7afccc8e1 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 19 Jun 2009 15:07:54 +0000 Subject: the + is one too much. ;) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9630 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f286152d89..0d6890212e 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -131,7 +131,7 @@
              • [Change] Smilies no longer require the f_bbcode permission. (Bug #26545)
              • [Change] Ability to define column split in FAQ/BBCode help (Bug #31405)
              • [Change] Changed behaviour of group_create() function to support specifying additional group columns
              • -+
              • [Feature] Add confirmation for deactivating styles (Bug #14304 - Patch by leviatan21)
              • +
              • [Feature] Add confirmation for deactivating styles (Bug #14304 - Patch by leviatan21)
              • [Feature] Backported 3.2 captcha plugins.
              • [Feature] Introduced new ACM plugins:
                  -- cgit v1.2.1 From d85a5ad036b2088fe742de29d9464678d2e19e23 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 19 Jun 2009 22:03:19 +0000 Subject: Fix bug #46785 - Hide avatars if type disabled and give global option to turn on/off Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9632 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 0d6890212e..09062c43b0 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -131,6 +131,7 @@
                • [Change] Smilies no longer require the f_bbcode permission. (Bug #26545)
                • [Change] Ability to define column split in FAQ/BBCode help (Bug #31405)
                • [Change] Changed behaviour of group_create() function to support specifying additional group columns
                • +
                • [Change] Hide avatar when avatar-type is not allowed (Bug #46785 - Patch by cYbercOsmOnauT and nickvergessen)
                • [Feature] Add confirmation for deactivating styles (Bug #14304 - Patch by leviatan21)
                • [Feature] Backported 3.2 captcha plugins.
                • [Feature] Introduced new ACM plugins: @@ -144,6 +145,7 @@
                • [Feature] ATOM Feeds (Idea and diversed from RSS Feed 2.0 MOD (Version 1.0.8/9) by leviatan21)
                • [Feature] New groups option to excempt group leaders from group permissions
                • +
                • [Feature] Add new option to disable avatars board-wide (Bug #46785 - Patch by cYbercOsmOnauT and nickvergessen)

                1.ii. Changes since 3.0.4

                -- cgit v1.2.1 From 7d605da65bda85c26d13c810bbfc051b3495b76d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 19 Jun 2009 22:07:27 +0000 Subject: Fix bug #45805 - INCLUDEPHP not depending on phpbb_root_path Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9633 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 09062c43b0..60be634427 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -132,6 +132,7 @@
              • [Change] Ability to define column split in FAQ/BBCode help (Bug #31405)
              • [Change] Changed behaviour of group_create() function to support specifying additional group columns
              • [Change] Hide avatar when avatar-type is not allowed (Bug #46785 - Patch by cYbercOsmOnauT and nickvergessen)
              • +
              • [Change] INCLUDEPHP not depending on phpbb_root_path (Bug #45805 - Patch by nickvergessen)
              • [Feature] Add confirmation for deactivating styles (Bug #14304 - Patch by leviatan21)
              • [Feature] Backported 3.2 captcha plugins.
              • [Feature] Introduced new ACM plugins: -- cgit v1.2.1 From ab5194ced44e4718ef7db1edf2cc516ce22e0838 Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Sat, 20 Jun 2009 16:08:14 +0000 Subject: Fix bug #43005 - Imageset Export/Import Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9634 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 60be634427..1189ae8b5d 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -123,6 +123,7 @@
              • [Fix] Do not throw an error when PDO is a shared module and not loaded preventing SQLite from being loaded.
              • [Fix] Fix unicode words wrong censoring. (Bug #16555 - Patch by rxu)
              • [Fix] Display coloured usernames in ACP groups management screens
              • +
              • [Fix] Correct the width value for poll_center.gif omitted in imageset.cfg for subsilver2. (Bug #43005 - Patch by rxu)
              • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
              • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
              • [Change] Template engine now permits to a limited extent variable includes.
              • -- cgit v1.2.1 From 0d626d77bfaebb7e7e281e963b486911470f0992 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 20 Jun 2009 16:51:01 +0000 Subject: Fix bug #46865 - Add unapproved topic icon for moderators on forum list Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9635 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 1189ae8b5d..3455022da9 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -148,6 +148,7 @@
              • [Feature] ATOM Feeds (Idea and diversed from RSS Feed 2.0 MOD (Version 1.0.8/9) by leviatan21)
              • [Feature] New groups option to excempt group leaders from group permissions
              • [Feature] Add new option to disable avatars board-wide (Bug #46785 - Patch by cYbercOsmOnauT and nickvergessen)
              • +
              • [Feature] Add unapproved topic icon for moderators on forum list (Bug #46865 - Patch by nickvergessen)

              1.ii. Changes since 3.0.4

              -- cgit v1.2.1 From 433de350c0fa2e1e09c23e6f5f29f118222d2df8 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 20 Jun 2009 18:45:16 +0000 Subject: - [Feature] New "Newly Registered Users" group for assigning permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts. - [Feature] Ability to define if the "Newly Registered Users" group will be assigned as the default group to newly registered users. As a coincidence also Bug #46535 got fixed. Additionally the error message displayed with trigger_error() if accessing the private message tab in the ucp is now displayed inline in addition to a slightly different message for newly registered users to let them know that access permissions may be lifted over time. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9636 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 3455022da9..007964e6d5 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -147,6 +147,8 @@
            • [Feature] ATOM Feeds (Idea and diversed from RSS Feed 2.0 MOD (Version 1.0.8/9) by leviatan21)
            • [Feature] New groups option to excempt group leaders from group permissions
            • +
            • [Feature] New "Newly Registered Users" group for assigning permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts.
            • +
            • [Feature] Ability to define if the "Newly Registered Users" group will be assigned as the default group to newly registered users.
            • [Feature] Add new option to disable avatars board-wide (Bug #46785 - Patch by cYbercOsmOnauT and nickvergessen)
            • [Feature] Add unapproved topic icon for moderators on forum list (Bug #46865 - Patch by nickvergessen)
            -- cgit v1.2.1 From c3da86afc6be7183cdf320fe6ff0f6f5ffe46c28 Mon Sep 17 00:00:00 2001 From: Gabriel Vazquez Date: Sat, 20 Jun 2009 19:23:02 +0000 Subject: Fixed bug #45735 Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9637 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 007964e6d5..7054f58022 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -124,6 +124,7 @@
          • [Fix] Fix unicode words wrong censoring. (Bug #16555 - Patch by rxu)
          • [Fix] Display coloured usernames in ACP groups management screens
          • [Fix] Correct the width value for poll_center.gif omitted in imageset.cfg for subsilver2. (Bug #43005 - Patch by rxu)
          • +
          • [Fix] Correctly load complex language variable using acp_language (Bug #45735 - Patch by leviatan21)
          • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
          • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
          • [Change] Template engine now permits to a limited extent variable includes.
          • -- cgit v1.2.1 From 5ea9f6e3fc82ba39bbfde03b61a868d3c7b94f45 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 20 Jun 2009 22:38:39 +0000 Subject: Fix bug #31975 - Enhance obtain_users_online_string to be able to return user-lists for other session-items Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9638 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 7054f58022..f3278dcfc1 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -151,6 +151,7 @@
          • [Feature] New "Newly Registered Users" group for assigning permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts.
          • [Feature] Ability to define if the "Newly Registered Users" group will be assigned as the default group to newly registered users.
          • [Feature] Add new option to disable avatars board-wide (Bug #46785 - Patch by cYbercOsmOnauT and nickvergessen)
          • +
          • [Feature] Enhance obtain_users_online_string to be able to return user-lists for other session-items (Bug #31975 - Patch by nickvergessen)
          • [Feature] Add unapproved topic icon for moderators on forum list (Bug #46865 - Patch by nickvergessen)

          1.ii. Changes since 3.0.4

          -- cgit v1.2.1 From 050567483f8646a58b91e4abeb2bf61f735b0526 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 21 Jun 2009 09:36:13 +0000 Subject: Ability to fetch moderators with get_moderators() even if load_moderators setting is off. (Bug #35955) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9640 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f3278dcfc1..55eff22d74 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -135,6 +135,7 @@
        • [Change] Changed behaviour of group_create() function to support specifying additional group columns
        • [Change] Hide avatar when avatar-type is not allowed (Bug #46785 - Patch by cYbercOsmOnauT and nickvergessen)
        • [Change] INCLUDEPHP not depending on phpbb_root_path (Bug #45805 - Patch by nickvergessen)
        • +
        • [Change] Ability to fetch moderators with get_moderators() even if load_moderators setting is off. (Bug #35955)
        • [Feature] Add confirmation for deactivating styles (Bug #14304 - Patch by leviatan21)
        • [Feature] Backported 3.2 captcha plugins.
        • [Feature] Introduced new ACM plugins: -- cgit v1.2.1 From 37a054897fe42179f65e1fa87db4720760a2d6fc Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 21 Jun 2009 10:46:28 +0000 Subject: Fix bug #37235 - Correctly describe founder permissions on trace-information Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9642 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 55eff22d74..47171ef4cb 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -123,6 +123,7 @@
        • [Fix] Do not throw an error when PDO is a shared module and not loaded preventing SQLite from being loaded.
        • [Fix] Fix unicode words wrong censoring. (Bug #16555 - Patch by rxu)
        • [Fix] Display coloured usernames in ACP groups management screens
        • +
        • [Fix] Correctly describe founder permissions on trace-information (Bug #37235 - Patch by nickvergessen)
        • [Fix] Correct the width value for poll_center.gif omitted in imageset.cfg for subsilver2. (Bug #43005 - Patch by rxu)
        • [Fix] Correctly load complex language variable using acp_language (Bug #45735 - Patch by leviatan21)
        • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
        • -- cgit v1.2.1 From b16626e947328379ea986c10fe1c4840e502aacb Mon Sep 17 00:00:00 2001 From: Gabriel Vazquez Date: Sun, 21 Jun 2009 14:42:20 +0000 Subject: Fixed bug #45975 Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9647 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 47171ef4cb..1c489b338f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -94,6 +94,7 @@
        • [Fix] Show report button in prosilver for guests who are allowed to report posts. (Bug #45695 - Patch by bantu)
        • [Fix] Correctly show private message history (Bug #46065 - Patch by bantu)
        • [Fix] Various XHTML mistakes in prosilver, subsilver2 and the ACP. (Bugs #25545 - Patch by bantu, #26315, #38555, #45505 - Patch by Raimon, #45785, #45865)
        • +
        • [Fix] Fix some ACP style issues (Bug #45975 - Patch by leviatan21)
        • [Fix] Move post bump information markup to the template. (Bug #34295 - Patch by bantu)
        • [Fix] Show error in the ACP when template folder is not readable. (Bug #45705 - Patch by bantu)
        • [Fix] Adjust viewonline filename regular expression to be less strict. (Bug #46215 - Patch by bantu)
        • -- cgit v1.2.1 From eb72e526b804844839555314914049eec75f1398 Mon Sep 17 00:00:00 2001 From: Gabriel Vazquez Date: Sun, 21 Jun 2009 16:00:42 +0000 Subject: Fixed bug #43125 Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9648 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 1c489b338f..794dc4fc44 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -127,6 +127,7 @@
        • [Fix] Correctly describe founder permissions on trace-information (Bug #37235 - Patch by nickvergessen)
        • [Fix] Correct the width value for poll_center.gif omitted in imageset.cfg for subsilver2. (Bug #43005 - Patch by rxu)
        • [Fix] Correctly load complex language variable using acp_language (Bug #45735 - Patch by leviatan21)
        • +
        • [Fix] Fixed reapply_sid() to correctly strip session id in certain circumstances (Bug #43125 - Patch by leviatan21)
        • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
        • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
        • [Change] Template engine now permits to a limited extent variable includes.
        • -- cgit v1.2.1 From f393b748c514906f036b84a25981a05cf7677614 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sun, 21 Jun 2009 19:17:20 +0000 Subject: Fix bug #37565 - Correctly state why one language pack is marked with an asterisk in the ACP. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9649 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 794dc4fc44..37364e09d1 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -128,6 +128,7 @@
        • [Fix] Correct the width value for poll_center.gif omitted in imageset.cfg for subsilver2. (Bug #43005 - Patch by rxu)
        • [Fix] Correctly load complex language variable using acp_language (Bug #45735 - Patch by leviatan21)
        • [Fix] Fixed reapply_sid() to correctly strip session id in certain circumstances (Bug #43125 - Patch by leviatan21)
        • +
        • [Fix] Correctly state why one language pack is marked with an asterisk in the ACP. (Bug #37565 - Patch by bantu)
        • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
        • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
        • [Change] Template engine now permits to a limited extent variable includes.
        • -- cgit v1.2.1 From 588dd7337fd87719b21cf2ec85671713e925acb9 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 22 Jun 2009 09:43:01 +0000 Subject: Fix bug #13673 - Add confirm-box when deleting permissions Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9652 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 37364e09d1..f9d3fd73eb 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -158,6 +158,7 @@
        • [Feature] Add new option to disable avatars board-wide (Bug #46785 - Patch by cYbercOsmOnauT and nickvergessen)
        • [Feature] Enhance obtain_users_online_string to be able to return user-lists for other session-items (Bug #31975 - Patch by nickvergessen)
        • [Feature] Add unapproved topic icon for moderators on forum list (Bug #46865 - Patch by nickvergessen)
        • +
        • [Feature] Add confirm-box when deleting permissions (Bug #13673 - Patch by nickvergessen)

        1.ii. Changes since 3.0.4

        -- cgit v1.2.1 From bfcf6a1de5181a0b26b247f8cb9e181b8c83ff90 Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Mon, 22 Jun 2009 14:36:04 +0000 Subject: Fix bug #46765 - View unread posts Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9653 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f9d3fd73eb..27fcf1d530 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -159,6 +159,7 @@
      • [Feature] Enhance obtain_users_online_string to be able to return user-lists for other session-items (Bug #31975 - Patch by nickvergessen)
      • [Feature] Add unapproved topic icon for moderators on forum list (Bug #46865 - Patch by nickvergessen)
      • [Feature] Add confirm-box when deleting permissions (Bug #13673 - Patch by nickvergessen)
      • +
      • [Feature] Add unread posts quick search option (Bug #46765 - Patch by rxu)

      1.ii. Changes since 3.0.4

      -- cgit v1.2.1 From b1584a8d5c709c4c909826e23286ca6aa438cf41 Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Mon, 22 Jun 2009 16:16:04 +0000 Subject: Fix bug #46965 - File named install in php directory Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9654 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 27fcf1d530..7e806ae25c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -129,6 +129,7 @@
    29. [Fix] Correctly load complex language variable using acp_language (Bug #45735 - Patch by leviatan21)
    30. [Fix] Fixed reapply_sid() to correctly strip session id in certain circumstances (Bug #43125 - Patch by leviatan21)
    31. [Fix] Correctly state why one language pack is marked with an asterisk in the ACP. (Bug #37565 - Patch by bantu)
    32. +
    33. [Fix] Correctly check if install directory is still present. (Bug #46965 - Patch by rxu)
    34. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    35. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    36. [Change] Template engine now permits to a limited extent variable includes.
    37. -- cgit v1.2.1 From c32f49679f635175d43de7264ee09782c56c628e Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 23 Jun 2009 10:48:53 +0000 Subject: - add options for quick reply (forum-based and board-wide) - add option for minimum post chars (which is a required setting for quick reply, therefore we introduce it here) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9656 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 7e806ae25c..f34349fb51 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -161,7 +161,9 @@
    38. [Feature] Add unapproved topic icon for moderators on forum list (Bug #46865 - Patch by nickvergessen)
    39. [Feature] Add confirm-box when deleting permissions (Bug #13673 - Patch by nickvergessen)
    40. [Feature] Add unread posts quick search option (Bug #46765 - Patch by rxu)
    41. +
    42. [Feature] Ability to define minimum number of characters for posts/pms
    43. +

      1.ii. Changes since 3.0.4

        -- cgit v1.2.1 From 6dec355d1cb0e139fc0cff6af67588d7e5735823 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 23 Jun 2009 11:20:33 +0000 Subject: Add WAI-ARIA landmarks for easier accessibility to the prosilver template (Bug #45715 - Patch by MarcoZ) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9658 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f34349fb51..acc96098c7 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -141,6 +141,7 @@
      • [Change] Hide avatar when avatar-type is not allowed (Bug #46785 - Patch by cYbercOsmOnauT and nickvergessen)
      • [Change] INCLUDEPHP not depending on phpbb_root_path (Bug #45805 - Patch by nickvergessen)
      • [Change] Ability to fetch moderators with get_moderators() even if load_moderators setting is off. (Bug #35955)
      • +
      • [Change] Add WAI-ARIA landmarks for easier accessibility to the prosilver template (Bug #45715 - Patch by MarcoZ)
      • [Feature] Add confirmation for deactivating styles (Bug #14304 - Patch by leviatan21)
      • [Feature] Backported 3.2 captcha plugins.
      • [Feature] Introduced new ACM plugins: -- cgit v1.2.1 From 9b3ffb02c2fe867c46b91f785222c99a83e58f31 Mon Sep 17 00:00:00 2001 From: Gabriel Vazquez Date: Tue, 23 Jun 2009 14:01:09 +0000 Subject: Fixed Bug #24155 - mark buttons in acp with logs Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9661 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 acc96098c7..e6b0421bec 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -130,6 +130,7 @@
      • [Fix] Fixed reapply_sid() to correctly strip session id in certain circumstances (Bug #43125 - Patch by leviatan21)
      • [Fix] Correctly state why one language pack is marked with an asterisk in the ACP. (Bug #37565 - Patch by bantu)
      • [Fix] Correctly check if install directory is still present. (Bug #46965 - Patch by rxu)
      • +
      • [Fix] Correctly display ACP logs options, without permission to clear logs. (Bug #24155 - Patch by leviatan21)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Change] Template engine now permits to a limited extent variable includes.
      • @@ -983,4 +984,4 @@
      - \ No newline at end of file + -- cgit v1.2.1 From 723d4c562811b928528d6ff5b52069df36659b8f Mon Sep 17 00:00:00 2001 From: Gabriel Vazquez Date: Wed, 24 Jun 2009 02:51:19 +0000 Subject: Fixed Bug #39845 - [Change] "Post details" links with image in MCP. Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9664 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index e6b0421bec..f60622b75b 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -143,6 +143,7 @@
    44. [Change] INCLUDEPHP not depending on phpbb_root_path (Bug #45805 - Patch by nickvergessen)
    45. [Change] Ability to fetch moderators with get_moderators() even if load_moderators setting is off. (Bug #35955)
    46. [Change] Add WAI-ARIA landmarks for easier accessibility to the prosilver template (Bug #45715 - Patch by MarcoZ)
    47. +
    48. [Change] "Post details" links with image in MCP. (Bug #39845 - Patch by leviatan21)
    49. [Feature] Add confirmation for deactivating styles (Bug #14304 - Patch by leviatan21)
    50. [Feature] Backported 3.2 captcha plugins.
    51. [Feature] Introduced new ACM plugins: -- cgit v1.2.1 From 19e2dcd5db7f2a910409b82ce315265608ae8266 Mon Sep 17 00:00:00 2001 From: Gabriel Vazquez Date: Wed, 24 Jun 2009 02:56:05 +0000 Subject: Fixed Bug #47145 - [Fix] Correctly check banned users when force password change Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9665 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f60622b75b..2ca61084bf 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -130,6 +130,7 @@
    52. [Fix] Fixed reapply_sid() to correctly strip session id in certain circumstances (Bug #43125 - Patch by leviatan21)
    53. [Fix] Correctly state why one language pack is marked with an asterisk in the ACP. (Bug #37565 - Patch by bantu)
    54. [Fix] Correctly check if install directory is still present. (Bug #46965 - Patch by rxu)
    55. +
    56. [Fix] Correct banned user behaviour when "force password change" is enabled (Bug #47145 - Patch by nickvergessen and leviatan21 )
    57. [Fix] Correctly display ACP logs options, without permission to clear logs. (Bug #24155 - Patch by leviatan21)
    58. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    59. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    60. -- cgit v1.2.1 From 8d106c79c54a4b870c65112fc50dbb2dd755936a Mon Sep 17 00:00:00 2001 From: Gabriel Vazquez Date: Wed, 24 Jun 2009 03:11:20 +0000 Subject: Fixed Bug #15085 - [Feature] Add language selection on the registration terms page Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9666 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 2ca61084bf..f1d60b2b8f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -146,6 +146,7 @@
    61. [Change] Add WAI-ARIA landmarks for easier accessibility to the prosilver template (Bug #45715 - Patch by MarcoZ)
    62. [Change] "Post details" links with image in MCP. (Bug #39845 - Patch by leviatan21)
    63. [Feature] Add confirmation for deactivating styles (Bug #14304 - Patch by leviatan21)
    64. +
    65. [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
    66. [Feature] Backported 3.2 captcha plugins.
    67. [Feature] Introduced new ACM plugins:
        -- cgit v1.2.1 From e8638ff0ef36c3305e8f9136552439c858fae4b5 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 24 Jun 2009 09:24:09 +0000 Subject: tiny tiny thing... and such a huge change... Display topic icons in MCP forum view again (only prosilver) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9667 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f1d60b2b8f..c198ae6a73 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -132,6 +132,7 @@
      • [Fix] Correctly check if install directory is still present. (Bug #46965 - Patch by rxu)
      • [Fix] Correct banned user behaviour when "force password change" is enabled (Bug #47145 - Patch by nickvergessen and leviatan21 )
      • [Fix] Correctly display ACP logs options, without permission to clear logs. (Bug #24155 - Patch by leviatan21)
      • +
      • [Fix] Display topic icons in MCP forum view again (only prosilver).
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Change] Template engine now permits to a limited extent variable includes.
      • -- cgit v1.2.1 From 08a88fcf33693d4349d3fb478ce4704d70ba3111 Mon Sep 17 00:00:00 2001 From: Gabriel Vazquez Date: Wed, 24 Jun 2009 13:31:04 +0000 Subject: [Feature] Add confirmation for deactivating language packs Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9669 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index c198ae6a73..dec096bf48 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -148,6 +148,7 @@
      • [Change] "Post details" links with image in MCP. (Bug #39845 - Patch by leviatan21)
      • [Feature] Add confirmation for deactivating styles (Bug #14304 - Patch by leviatan21)
      • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
      • +
      • [Feature] Add confirmation for deactivating language packs (Patch by leviatan21)
      • [Feature] Backported 3.2 captcha plugins.
      • [Feature] Introduced new ACM plugins:
          -- cgit v1.2.1 From 2a8cd76f59a24256ae1cd66c8469c57896f8dd24 Mon Sep 17 00:00:00 2001 From: Gabriel Vazquez Date: Wed, 24 Jun 2009 13:39:34 +0000 Subject: Fixed Bug #44455 - Properly display post status messages in topic when post is reported and unapproved Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9670 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index dec096bf48..acef0e5de0 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -133,6 +133,7 @@
        • [Fix] Correct banned user behaviour when "force password change" is enabled (Bug #47145 - Patch by nickvergessen and leviatan21 )
        • [Fix] Correctly display ACP logs options, without permission to clear logs. (Bug #24155 - Patch by leviatan21)
        • [Fix] Display topic icons in MCP forum view again (only prosilver).
        • +
        • [Fix] Properly display post status messages in topic when post is reported and unapproved (Bug #44455 - Patch by leviatan21)
        • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
        • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
        • [Change] Template engine now permits to a limited extent variable includes.
        • -- cgit v1.2.1 From 9c795870f9c8d5569365d9df9cc7207988dcb609 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 24 Jun 2009 21:13:53 +0000 Subject: Fix bug #37285 - [Change] Add quote-button for own pm's in pm-history Authorised by: ToonArmy git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9671 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index acef0e5de0..3d407d3c77 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -147,6 +147,7 @@
        • [Change] Ability to fetch moderators with get_moderators() even if load_moderators setting is off. (Bug #35955)
        • [Change] Add WAI-ARIA landmarks for easier accessibility to the prosilver template (Bug #45715 - Patch by MarcoZ)
        • [Change] "Post details" links with image in MCP. (Bug #39845 - Patch by leviatan21)
        • +
        • [Change] Add quote-button for own pm's in pm-history (Bug #37285 - Patch by nickvergessen)
        • [Feature] Add confirmation for deactivating styles (Bug #14304 - Patch by leviatan21)
        • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
        • [Feature] Add confirmation for deactivating language packs (Patch by leviatan21)
        • -- cgit v1.2.1 From 1c0df0dc91dcfb603cfb653e7daaf03257ac5495 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 25 Jun 2009 17:57:57 +0000 Subject: revert r9653 because it does not work as advertised (a load of bugs and not really what we wanted... back to the drawing board ;)) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9674 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3d407d3c77..fccd426867 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -169,7 +169,6 @@
        • [Feature] Enhance obtain_users_online_string to be able to return user-lists for other session-items (Bug #31975 - Patch by nickvergessen)
        • [Feature] Add unapproved topic icon for moderators on forum list (Bug #46865 - Patch by nickvergessen)
        • [Feature] Add confirm-box when deleting permissions (Bug #13673 - Patch by nickvergessen)
        • -
        • [Feature] Add unread posts quick search option (Bug #46765 - Patch by rxu)
        • [Feature] Ability to define minimum number of characters for posts/pms
        -- cgit v1.2.1 From 519492f71739539a0339ccd8a9c73d7c2ba48cd6 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 26 Jun 2009 09:56:09 +0000 Subject: Fix bug #46975 - "Report details" link broken in MCP Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9675 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index fccd426867..0fd40d26db 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -134,6 +134,7 @@
      • [Fix] Correctly display ACP logs options, without permission to clear logs. (Bug #24155 - Patch by leviatan21)
      • [Fix] Display topic icons in MCP forum view again (only prosilver).
      • [Fix] Properly display post status messages in topic when post is reported and unapproved (Bug #44455 - Patch by leviatan21)
      • +
      • [Fix] "Report details" link broken in MCP (Bug #46975 - Patch by nickvergessen)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Change] Template engine now permits to a limited extent variable includes.
      • -- cgit v1.2.1 From d39d8481cfd6a9cd1e418aaff14833a149770e71 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 26 Jun 2009 10:07:59 +0000 Subject: Change bug #39505 - Pm history only shows pms of the receipts you currently reply to Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9677 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 0fd40d26db..0d09c5dc00 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -148,6 +148,7 @@
      • [Change] Ability to fetch moderators with get_moderators() even if load_moderators setting is off. (Bug #35955)
      • [Change] Add WAI-ARIA landmarks for easier accessibility to the prosilver template (Bug #45715 - Patch by MarcoZ)
      • [Change] "Post details" links with image in MCP. (Bug #39845 - Patch by leviatan21)
      • +
      • [Change] Pm history only shows pms of the receipts you currently reply to (Bug #39505 - Patch by nickvergessen)
      • [Change] Add quote-button for own pm's in pm-history (Bug #37285 - Patch by nickvergessen)
      • [Feature] Add confirmation for deactivating styles (Bug #14304 - Patch by leviatan21)
      • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
      • -- cgit v1.2.1 From d92bdc8a76c8e1ab2f3398c84fc74750f71b4ea4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 26 Jun 2009 10:15:42 +0000 Subject: Fix bug #46225 - Add poster-name to moderator-log when deleting post/topic Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9678 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 0d09c5dc00..10085f69da 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -134,6 +134,7 @@
      • [Fix] Correctly display ACP logs options, without permission to clear logs. (Bug #24155 - Patch by leviatan21)
      • [Fix] Display topic icons in MCP forum view again (only prosilver).
      • [Fix] Properly display post status messages in topic when post is reported and unapproved (Bug #44455 - Patch by leviatan21)
      • +
      • [Fix] Add poster-name to moderator-log when deleting post/topic (Bug #46225 - Patch by nickvergessen)
      • [Fix] "Report details" link broken in MCP (Bug #46975 - Patch by nickvergessen)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • -- cgit v1.2.1 From fe916f427b54d11ff9c87256f7ea05ccbe3e74c6 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Fri, 26 Jun 2009 10:43:01 +0000 Subject: Fix Bug #44685 - Resolve accesskey conflicts Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9681 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 10085f69da..ba2c94e851 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -136,6 +136,7 @@
      • [Fix] Properly display post status messages in topic when post is reported and unapproved (Bug #44455 - Patch by leviatan21)
      • [Fix] Add poster-name to moderator-log when deleting post/topic (Bug #46225 - Patch by nickvergessen)
      • [Fix] "Report details" link broken in MCP (Bug #46975 - Patch by nickvergessen)
      • +
      • [Fix] Resolve accesskey conflicts in prosilver. (Bug #44685 - Patch by bantu)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Change] Template engine now permits to a limited extent variable includes.
      • -- cgit v1.2.1 From 5d6dca16a7b7e9c043570139c90b97c83a01bb5e Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Fri, 26 Jun 2009 10:47:19 +0000 Subject: Fix bug #47345 - Check if template file is empty before trying to read from it. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9682 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index ba2c94e851..2567ba288e 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -137,6 +137,7 @@
      • [Fix] Add poster-name to moderator-log when deleting post/topic (Bug #46225 - Patch by nickvergessen)
      • [Fix] "Report details" link broken in MCP (Bug #46975 - Patch by nickvergessen)
      • [Fix] Resolve accesskey conflicts in prosilver. (Bug #44685 - Patch by bantu)
      • +
      • [Fix] Check if template file is empty before trying to read from it. (Bug #47345 - Patch by bantu)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Change] Template engine now permits to a limited extent variable includes.
      • -- cgit v1.2.1 From e77f7e2a81bb870b853146dbd10424ff7fa283ce Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Fri, 26 Jun 2009 10:50:29 +0000 Subject: Fix bug #47085 - XHTML issue in the installer. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9683 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 2567ba288e..06669709a5 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -93,7 +93,7 @@
      • [Fix] Correctly determine writable status of files on Windows operating system. (Bug #39035)
      • [Fix] Show report button in prosilver for guests who are allowed to report posts. (Bug #45695 - Patch by bantu)
      • [Fix] Correctly show private message history (Bug #46065 - Patch by bantu)
      • -
      • [Fix] Various XHTML mistakes in prosilver, subsilver2 and the ACP. (Bugs #25545 - Patch by bantu, #26315, #38555, #45505 - Patch by Raimon, #45785, #45865)
      • +
      • [Fix] Various XHTML mistakes in prosilver, subsilver2 and the ACP. (Bugs #25545 - Patch by bantu, #26315, #38555, #45505 - Patch by Raimon, #45785, #45865, #47085 - Patch by Raimon)
      • [Fix] Fix some ACP style issues (Bug #45975 - Patch by leviatan21)
      • [Fix] Move post bump information markup to the template. (Bug #34295 - Patch by bantu)
      • [Fix] Show error in the ACP when template folder is not readable. (Bug #45705 - Patch by bantu)
      • -- cgit v1.2.1 From 89ddc4543f987f4edda07e7a09552a2e93dc238a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 26 Jun 2009 11:38:29 +0000 Subject: Fix bug #38395 - Loading draft removes recipients when replying to PM Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9685 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 06669709a5..2704013dbf 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -134,6 +134,7 @@
      • [Fix] Correctly display ACP logs options, without permission to clear logs. (Bug #24155 - Patch by leviatan21)
      • [Fix] Display topic icons in MCP forum view again (only prosilver).
      • [Fix] Properly display post status messages in topic when post is reported and unapproved (Bug #44455 - Patch by leviatan21)
      • +
      • [Fix] Loading draft removes recipients when replying to PM (Bug #38395 - Patch by nickvergessen)
      • [Fix] Add poster-name to moderator-log when deleting post/topic (Bug #46225 - Patch by nickvergessen)
      • [Fix] "Report details" link broken in MCP (Bug #46975 - Patch by nickvergessen)
      • [Fix] Resolve accesskey conflicts in prosilver. (Bug #44685 - Patch by bantu)
      • -- cgit v1.2.1 From 7cc969283153c5df0c5eaf4c198f635e2f2fe7c5 Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Fri, 26 Jun 2009 11:52:54 +0000 Subject: Fix bug #36065 - Setting descriptor needs be more specific Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9686 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 2704013dbf..c57345c396 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -139,6 +139,7 @@
      • [Fix] "Report details" link broken in MCP (Bug #46975 - Patch by nickvergessen)
      • [Fix] Resolve accesskey conflicts in prosilver. (Bug #44685 - Patch by bantu)
      • [Fix] Check if template file is empty before trying to read from it. (Bug #47345 - Patch by bantu)
      • +
      • [Fix] Correct descriptions of the permissions to use BBCode, smilies, images and flash to be more relevant. (Bug #36065 - Patch by rxu)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Change] Template engine now permits to a limited extent variable includes.
      • -- cgit v1.2.1 From 366a15d605bbecb3b55ebba91a8db2ac37807f4c Mon Sep 17 00:00:00 2001 From: Gabriel Vazquez Date: Fri, 26 Jun 2009 14:15:45 +0000 Subject: Fixed Bug #26375 - Fix style issues in print mode. (Bug #26375 Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9687 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index c57345c396..c43954cd86 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -140,6 +140,7 @@
      • [Fix] Resolve accesskey conflicts in prosilver. (Bug #44685 - Patch by bantu)
      • [Fix] Check if template file is empty before trying to read from it. (Bug #47345 - Patch by bantu)
      • [Fix] Correct descriptions of the permissions to use BBCode, smilies, images and flash to be more relevant. (Bug #36065 - Patch by rxu)
      • +
      • [Fix] Fix style issues in print mode. (Bug #26375 - Patch by leviatan21)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Change] Template engine now permits to a limited extent variable includes.
      • -- cgit v1.2.1 From adaeec1ec9f7cd55522a5c4d0bf0538dbc0c6f99 Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Sat, 27 Jun 2009 08:36:40 +0000 Subject: Fixed Bug #45115 - Signature parsing flags are not stored in DB Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9696 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index c43954cd86..2cadd3d001 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -178,6 +178,7 @@
      • [Feature] Add unapproved topic icon for moderators on forum list (Bug #46865 - Patch by nickvergessen)
      • [Feature] Add confirm-box when deleting permissions (Bug #13673 - Patch by nickvergessen)
      • [Feature] Ability to define minimum number of characters for posts/pms
      • +
      • [Feature] Store signature configuration options in database (Bug #45115 - Patch by rxu)

      1.ii. Changes since 3.0.4

      -- cgit v1.2.1 From d8e166a8055a7780a77f6eb1d1684dc961d57c3d Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Wed, 1 Jul 2009 13:52:38 +0000 Subject: right, add entry. Changelog should have a quick-reply these days. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9711 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 2cadd3d001..249658a28c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -179,6 +179,8 @@
    68. [Feature] Add confirm-box when deleting permissions (Bug #13673 - Patch by nickvergessen)
    69. [Feature] Ability to define minimum number of characters for posts/pms
    70. [Feature] Store signature configuration options in database (Bug #45115 - Patch by rxu)
    71. +
    72. [Feature] Add bare-bones quick-reply editor to viewtopic.
    73. +

      1.ii. Changes since 3.0.4

      -- cgit v1.2.1 From 2854705096a5029295ab99fa9fcf063661fc2cbc Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 2 Jul 2009 10:28:32 +0000 Subject: Fix bug #36565 - Search by authorname does not display posts of guests and deleted users Authorised by: naderman git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9713 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 249658a28c..f65689ae2e 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -141,6 +141,7 @@
    74. [Fix] Check if template file is empty before trying to read from it. (Bug #47345 - Patch by bantu)
    75. [Fix] Correct descriptions of the permissions to use BBCode, smilies, images and flash to be more relevant. (Bug #36065 - Patch by rxu)
    76. [Fix] Fix style issues in print mode. (Bug #26375 - Patch by leviatan21)
    77. +
    78. [Fix] Search by authorname does not display posts of guests and deleted users (Bug #36565 - Patch by nickvergessen)
    79. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    80. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    81. [Change] Template engine now permits to a limited extent variable includes.
    82. -- cgit v1.2.1 From bd516916b8c627917e9be17cc81e37d56421eb66 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 7 Jul 2009 11:41:07 +0000 Subject: Color bbcode now supports three-digit hex notation. (Bug #39965 - Patch by leviatan21) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9722 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f65689ae2e..38d189ff34 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -141,6 +141,7 @@
    83. [Fix] Check if template file is empty before trying to read from it. (Bug #47345 - Patch by bantu)
    84. [Fix] Correct descriptions of the permissions to use BBCode, smilies, images and flash to be more relevant. (Bug #36065 - Patch by rxu)
    85. [Fix] Fix style issues in print mode. (Bug #26375 - Patch by leviatan21)
    86. +
    87. [Fix] Color bbcode now supports three-digit hex notation. (Bug #39965 - Patch by leviatan21)
    88. [Fix] Search by authorname does not display posts of guests and deleted users (Bug #36565 - Patch by nickvergessen)
    89. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    90. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    91. -- cgit v1.2.1 From d3721c2fe2f1a943dd73fe11a0057a7605158d0d Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 7 Jul 2009 11:44:07 +0000 Subject: reading the bug report... the patch was actually provided by m0rpha git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9723 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 38d189ff34..3420d4f31d 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -141,7 +141,7 @@
    92. [Fix] Check if template file is empty before trying to read from it. (Bug #47345 - Patch by bantu)
    93. [Fix] Correct descriptions of the permissions to use BBCode, smilies, images and flash to be more relevant. (Bug #36065 - Patch by rxu)
    94. [Fix] Fix style issues in print mode. (Bug #26375 - Patch by leviatan21)
    95. -
    96. [Fix] Color bbcode now supports three-digit hex notation. (Bug #39965 - Patch by leviatan21)
    97. +
    98. [Fix] Color bbcode now supports three-digit hex notation. (Bug #39965 - Patch by m0rpha)
    99. [Fix] Search by authorname does not display posts of guests and deleted users (Bug #36565 - Patch by nickvergessen)
    100. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    101. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    102. -- cgit v1.2.1 From 4991cae3a1f5d3bcb435ae65bd63d4a705aa0653 Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Tue, 7 Jul 2009 12:55:34 +0000 Subject: Fixed Bug #39625 - QUOTE-string not included when replying to pm's Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9725 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3420d4f31d..630f35bc3c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -141,6 +141,7 @@
    103. [Fix] Check if template file is empty before trying to read from it. (Bug #47345 - Patch by bantu)
    104. [Fix] Correct descriptions of the permissions to use BBCode, smilies, images and flash to be more relevant. (Bug #36065 - Patch by rxu)
    105. [Fix] Fix style issues in print mode. (Bug #26375 - Patch by leviatan21)
    106. +
    107. [Fix] Fix minor issue with L_QUOTE language string missing in several PM composing modes. (Bug #39625 - Patch by rxu)
    108. [Fix] Color bbcode now supports three-digit hex notation. (Bug #39965 - Patch by m0rpha)
    109. [Fix] Search by authorname does not display posts of guests and deleted users (Bug #36565 - Patch by nickvergessen)
    110. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    111. -- cgit v1.2.1 From eb4eee77ac5b870966a00b4e23ff14f204e18c68 Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Tue, 7 Jul 2009 12:59:30 +0000 Subject: Further word censor fix to work with UTF8 correctly Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9726 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 630f35bc3c..13dd42cf8f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -144,6 +144,7 @@
    112. [Fix] Fix minor issue with L_QUOTE language string missing in several PM composing modes. (Bug #39625 - Patch by rxu)
    113. [Fix] Color bbcode now supports three-digit hex notation. (Bug #39965 - Patch by m0rpha)
    114. [Fix] Search by authorname does not display posts of guests and deleted users (Bug #36565 - Patch by nickvergessen)
    115. +
    116. [Fix] Further word censor fix to work with UTF8 correctly. (Patch by rxu)
    117. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    118. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    119. [Change] Template engine now permits to a limited extent variable includes.
    120. -- cgit v1.2.1 From fd667f9932f5420815396291c2b13238dc2944a1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 7 Jul 2009 13:33:53 +0000 Subject: Fix bug #47815 - View end of ban in MCP and ACP when user is banned by duration - Patch by Pyramide Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9727 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 13dd42cf8f..a2d730e6a6 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -145,6 +145,7 @@
    121. [Fix] Color bbcode now supports three-digit hex notation. (Bug #39965 - Patch by m0rpha)
    122. [Fix] Search by authorname does not display posts of guests and deleted users (Bug #36565 - Patch by nickvergessen)
    123. [Fix] Further word censor fix to work with UTF8 correctly. (Patch by rxu)
    124. +
    125. [Fix] View end of ban in MCP and ACP when user is banned by duration (Bug #47815 - Patch by Pyramide)
    126. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    127. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    128. [Change] Template engine now permits to a limited extent variable includes.
    129. -- cgit v1.2.1 From a6f088992b4d75df91df75f8d183a12f9fa12777 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Tue, 7 Jul 2009 15:18:11 +0000 Subject: Fix bug #47785 - Fetch requested cookie variables directly from cookie super global. This should fix a problem with phpBB installations on PHP 5.3 Authorised by: naderman git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9728 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index a2d730e6a6..ac8775b0a0 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -161,6 +161,7 @@
    130. [Change] "Post details" links with image in MCP. (Bug #39845 - Patch by leviatan21)
    131. [Change] Pm history only shows pms of the receipts you currently reply to (Bug #39505 - Patch by nickvergessen)
    132. [Change] Add quote-button for own pm's in pm-history (Bug #37285 - Patch by nickvergessen)
    133. +
    134. [Change] Fetch requested cookie variables directly from cookie super global. (Bug #47785)
    135. [Feature] Add confirmation for deactivating styles (Bug #14304 - Patch by leviatan21)
    136. [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
    137. [Feature] Add confirmation for deactivating language packs (Patch by leviatan21)
    138. -- cgit v1.2.1 From f368e0ec09b38c885465478ff965400ffdc5c65e Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Wed, 8 Jul 2009 10:22:36 +0000 Subject: Another feature: Detect when a post has been altered by someone else while editing. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9731 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index ac8775b0a0..0b1fc95746 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -186,7 +186,7 @@
    139. [Feature] Ability to define minimum number of characters for posts/pms
    140. [Feature] Store signature configuration options in database (Bug #45115 - Patch by rxu)
    141. [Feature] Add bare-bones quick-reply editor to viewtopic.
    142. - +
    143. [Feature] Detect when a post has been altered by someone else while editing. (Patch by bantu)
    144. 1.ii. Changes since 3.0.4

      -- cgit v1.2.1 From acf0fad19ab1323e9df96b094a2d38f338ce6da0 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 8 Jul 2009 12:48:07 +0000 Subject: Fix bug #47765 - Search by authorname does not display posts of deactivated users Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9732 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 0b1fc95746..e0e314122a 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -143,7 +143,7 @@
    145. [Fix] Fix style issues in print mode. (Bug #26375 - Patch by leviatan21)
    146. [Fix] Fix minor issue with L_QUOTE language string missing in several PM composing modes. (Bug #39625 - Patch by rxu)
    147. [Fix] Color bbcode now supports three-digit hex notation. (Bug #39965 - Patch by m0rpha)
    148. -
    149. [Fix] Search by authorname does not display posts of guests and deleted users (Bug #36565 - Patch by nickvergessen)
    150. +
    151. [Fix] Search by authorname does not display posts of guests and deleted or deactivated users (Bug #36565, #47765 - Patch by nickvergessen)
    152. [Fix] Further word censor fix to work with UTF8 correctly. (Patch by rxu)
    153. [Fix] View end of ban in MCP and ACP when user is banned by duration (Bug #47815 - Patch by Pyramide)
    154. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    155. -- cgit v1.2.1 From 1c6e99848f9663792051c6bd84b6159b5ad57a4e Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Wed, 8 Jul 2009 12:50:45 +0000 Subject: Fixed Bug #40155 - Postcount of 0 not showing up in PMs Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9733 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index e0e314122a..f693776f57 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -146,6 +146,7 @@
    156. [Fix] Search by authorname does not display posts of guests and deleted or deactivated users (Bug #36565, #47765 - Patch by nickvergessen)
    157. [Fix] Further word censor fix to work with UTF8 correctly. (Patch by rxu)
    158. [Fix] View end of ban in MCP and ACP when user is banned by duration (Bug #47815 - Patch by Pyramide)
    159. +
    160. [Fix] Display user's posts count in private message when it is equal to 0 (prosilver). (Bug #40155 - Patch by rxu)
    161. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    162. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    163. [Change] Template engine now permits to a limited extent variable includes.
    164. -- cgit v1.2.1 From 51885a2734bea8f77e9be0f536942fb6bf305163 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 8 Jul 2009 13:03:43 +0000 Subject: Fix bug #47575 - Disable word-censor option in UCP lacks the config-setting - Patch by 00mohgta7 Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9734 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f693776f57..3438944736 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -147,6 +147,7 @@
    165. [Fix] Further word censor fix to work with UTF8 correctly. (Patch by rxu)
    166. [Fix] View end of ban in MCP and ACP when user is banned by duration (Bug #47815 - Patch by Pyramide)
    167. [Fix] Display user's posts count in private message when it is equal to 0 (prosilver). (Bug #40155 - Patch by rxu)
    168. +
    169. [Fix] Disable word-censor option in UCP lacks the config-setting (Bug #47575 - Patch by 00mohgta7)
    170. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    171. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    172. [Change] Template engine now permits to a limited extent variable includes.
    173. -- cgit v1.2.1 From 55e15b4c8eea94f226a0169284bb51d7d9bcbcd4 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 8 Jul 2009 13:52:18 +0000 Subject: Fix database updater and db tools to support multiple column changes/additions/removals with SQLite git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9735 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3438944736..36da6e67e8 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -148,6 +148,7 @@
    174. [Fix] View end of ban in MCP and ACP when user is banned by duration (Bug #47815 - Patch by Pyramide)
    175. [Fix] Display user's posts count in private message when it is equal to 0 (prosilver). (Bug #40155 - Patch by rxu)
    176. [Fix] Disable word-censor option in UCP lacks the config-setting (Bug #47575 - Patch by 00mohgta7)
    177. +
    178. [Fix] Fix database updater and db tools to support multiple column changes/additions/removals with SQLite
    179. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    180. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    181. [Change] Template engine now permits to a limited extent variable includes.
    182. -- cgit v1.2.1 From cc1b91bb92612fcc84bb48e3d690ab4362d3c149 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 8 Jul 2009 14:04:55 +0000 Subject: Fix cosmetic ACP bug showing on hover elements in IE7 (Bug #16109 - Patch by prototech) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9736 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 36da6e67e8..92e00b0a56 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -149,6 +149,7 @@
    183. [Fix] Display user's posts count in private message when it is equal to 0 (prosilver). (Bug #40155 - Patch by rxu)
    184. [Fix] Disable word-censor option in UCP lacks the config-setting (Bug #47575 - Patch by 00mohgta7)
    185. [Fix] Fix database updater and db tools to support multiple column changes/additions/removals with SQLite
    186. +
    187. [Fix] Fix cosmetic ACP bug showing on hover elements in IE7 (Bug #16109 - Patch by prototech)
    188. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    189. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    190. [Change] Template engine now permits to a limited extent variable includes.
    191. -- cgit v1.2.1 From 61453bb2aba7c1acfedab0ea600c9d13ee751976 Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Wed, 8 Jul 2009 14:30:01 +0000 Subject: Fixed Bug #24075 - GZIP status is not showed up correctly in debug mode Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9737 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 92e00b0a56..34e1964227 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -150,6 +150,7 @@
    192. [Fix] Disable word-censor option in UCP lacks the config-setting (Bug #47575 - Patch by 00mohgta7)
    193. [Fix] Fix database updater and db tools to support multiple column changes/additions/removals with SQLite
    194. [Fix] Fix cosmetic ACP bug showing on hover elements in IE7 (Bug #16109 - Patch by prototech)
    195. +
    196. [Fix] Correctly detect GZIP status in debug mode. (Bug #24075 - Patch by rxu)
    197. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    198. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    199. [Change] Template engine now permits to a limited extent variable includes.
    200. -- cgit v1.2.1 From c875e2924969bc5d7a923ac7af3feb998136f5e4 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Wed, 8 Jul 2009 14:58:06 +0000 Subject: some changelog changes and a small SQL correction git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9738 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 34e1964227..90bd9d7d34 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -94,7 +94,7 @@
    201. [Fix] Show report button in prosilver for guests who are allowed to report posts. (Bug #45695 - Patch by bantu)
    202. [Fix] Correctly show private message history (Bug #46065 - Patch by bantu)
    203. [Fix] Various XHTML mistakes in prosilver, subsilver2 and the ACP. (Bugs #25545 - Patch by bantu, #26315, #38555, #45505 - Patch by Raimon, #45785, #45865, #47085 - Patch by Raimon)
    204. -
    205. [Fix] Fix some ACP style issues (Bug #45975 - Patch by leviatan21)
    206. +
    207. [Fix] Fix some ACP style issues (Bug #45975 - Patch by leviatan21, Bug #16109 - Patch by prototech)
    208. [Fix] Move post bump information markup to the template. (Bug #34295 - Patch by bantu)
    209. [Fix] Show error in the ACP when template folder is not readable. (Bug #45705 - Patch by bantu)
    210. [Fix] Adjust viewonline filename regular expression to be less strict. (Bug #46215 - Patch by bantu)
    211. @@ -122,7 +122,7 @@
    212. [Fix] Empty error message in UCP folder management when creating folder without name (Bug #39875 - Patch by nickvergessen)
    213. [Fix] Wrong description in UCP group management implicates missing feature (Bug #19945 - Patch by nickvergessen)
    214. [Fix] Do not throw an error when PDO is a shared module and not loaded preventing SQLite from being loaded.
    215. -
    216. [Fix] Fix unicode words wrong censoring. (Bug #16555 - Patch by rxu)
    217. +
    218. [Fix] Fix unicode words censoring. (Bug #16555 - Patches by rxu)
    219. [Fix] Display coloured usernames in ACP groups management screens
    220. [Fix] Correctly describe founder permissions on trace-information (Bug #37235 - Patch by nickvergessen)
    221. [Fix] Correct the width value for poll_center.gif omitted in imageset.cfg for subsilver2. (Bug #43005 - Patch by rxu)
    222. @@ -144,12 +144,10 @@
    223. [Fix] Fix minor issue with L_QUOTE language string missing in several PM composing modes. (Bug #39625 - Patch by rxu)
    224. [Fix] Color bbcode now supports three-digit hex notation. (Bug #39965 - Patch by m0rpha)
    225. [Fix] Search by authorname does not display posts of guests and deleted or deactivated users (Bug #36565, #47765 - Patch by nickvergessen)
    226. -
    227. [Fix] Further word censor fix to work with UTF8 correctly. (Patch by rxu)
    228. [Fix] View end of ban in MCP and ACP when user is banned by duration (Bug #47815 - Patch by Pyramide)
    229. [Fix] Display user's posts count in private message when it is equal to 0 (prosilver). (Bug #40155 - Patch by rxu)
    230. [Fix] Disable word-censor option in UCP lacks the config-setting (Bug #47575 - Patch by 00mohgta7)
    231. [Fix] Fix database updater and db tools to support multiple column changes/additions/removals with SQLite
    232. -
    233. [Fix] Fix cosmetic ACP bug showing on hover elements in IE7 (Bug #16109 - Patch by prototech)
    234. [Fix] Correctly detect GZIP status in debug mode. (Bug #24075 - Patch by rxu)
    235. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    236. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    237. -- cgit v1.2.1 From 144f2e8d73bf6b0650c9b9e9e7c242bfab604d64 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 8 Jul 2009 20:36:57 +0000 Subject: Fix bug #47685 - Wrong count of posts awaiting approval in MCP Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9739 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 90bd9d7d34..f56b7e28c8 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -145,6 +145,7 @@
    238. [Fix] Color bbcode now supports three-digit hex notation. (Bug #39965 - Patch by m0rpha)
    239. [Fix] Search by authorname does not display posts of guests and deleted or deactivated users (Bug #36565, #47765 - Patch by nickvergessen)
    240. [Fix] View end of ban in MCP and ACP when user is banned by duration (Bug #47815 - Patch by Pyramide)
    241. +
    242. [Fix] Wrong count of posts awaiting approval in MCP. (Bug #47685 - Patch by nickvergessen)
    243. [Fix] Display user's posts count in private message when it is equal to 0 (prosilver). (Bug #40155 - Patch by rxu)
    244. [Fix] Disable word-censor option in UCP lacks the config-setting (Bug #47575 - Patch by 00mohgta7)
    245. [Fix] Fix database updater and db tools to support multiple column changes/additions/removals with SQLite
    246. -- cgit v1.2.1 From 18d6fe0e3a523415338dee8932b247d9299cf19d Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 9 Jul 2009 08:08:08 +0000 Subject: Posting smilies in view more smilies now work again in IE (Bug #46025 - Patch by leviatan21) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9740 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f56b7e28c8..58f67a87fa 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -150,6 +150,7 @@
    247. [Fix] Disable word-censor option in UCP lacks the config-setting (Bug #47575 - Patch by 00mohgta7)
    248. [Fix] Fix database updater and db tools to support multiple column changes/additions/removals with SQLite
    249. [Fix] Correctly detect GZIP status in debug mode. (Bug #24075 - Patch by rxu)
    250. +
    251. [Fix] Posting smilies in view more smilies now work again in IE (Bug #46025 - Patch by leviatan21)
    252. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    253. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    254. [Change] Template engine now permits to a limited extent variable includes.
    255. -- cgit v1.2.1 From 8278eb29a22cde49098da250a2df3fa22b450fd5 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Thu, 9 Jul 2009 10:04:18 +0000 Subject: changelog git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9741 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 58f67a87fa..6be303d534 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -167,9 +167,10 @@
    256. [Change] Pm history only shows pms of the receipts you currently reply to (Bug #39505 - Patch by nickvergessen)
    257. [Change] Add quote-button for own pm's in pm-history (Bug #37285 - Patch by nickvergessen)
    258. [Change] Fetch requested cookie variables directly from cookie super global. (Bug #47785)
    259. -
    260. [Feature] Add confirmation for deactivating styles (Bug #14304 - Patch by leviatan21)
    261. +
    262. [Change] Add confirmation for deactivating styles (Bug #14304 - Patch by leviatan21)
    263. +
    264. [Change] Add confirmation for deactivating language packs (Patch by leviatan21)
    265. +
    266. [Change] Add confirm-box when deleting permissions (Bug #13673 - Patch by nickvergessen)
    267. [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
    268. -
    269. [Feature] Add confirmation for deactivating language packs (Patch by leviatan21)
    270. [Feature] Backported 3.2 captcha plugins.
    271. [Feature] Introduced new ACM plugins:
        @@ -187,7 +188,6 @@
      • [Feature] Add new option to disable avatars board-wide (Bug #46785 - Patch by cYbercOsmOnauT and nickvergessen)
      • [Feature] Enhance obtain_users_online_string to be able to return user-lists for other session-items (Bug #31975 - Patch by nickvergessen)
      • [Feature] Add unapproved topic icon for moderators on forum list (Bug #46865 - Patch by nickvergessen)
      • -
      • [Feature] Add confirm-box when deleting permissions (Bug #13673 - Patch by nickvergessen)
      • [Feature] Ability to define minimum number of characters for posts/pms
      • [Feature] Store signature configuration options in database (Bug #45115 - Patch by rxu)
      • [Feature] Add bare-bones quick-reply editor to viewtopic.
      • -- cgit v1.2.1 From 54ee31972af4f84e09ad5b12ca512e5712bbd87a Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sat, 11 Jul 2009 10:05:20 +0000 Subject: Fix bug #47775 - Properly convert and show filesize information Authorised by: naderman git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9748 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6be303d534..8aed44a6d8 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -151,6 +151,7 @@
      • [Fix] Fix database updater and db tools to support multiple column changes/additions/removals with SQLite
      • [Fix] Correctly detect GZIP status in debug mode. (Bug #24075 - Patch by rxu)
      • [Fix] Posting smilies in view more smilies now work again in IE (Bug #46025 - Patch by leviatan21)
      • +
      • [Fix] Properly convert and show filesize information (Bug #47775 - Patch by bantu)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Change] Template engine now permits to a limited extent variable includes.
      • -- cgit v1.2.1 From ecfe24528c46b264baa164ba5811fcc5cfab231e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 13 Jul 2009 19:20:17 +0000 Subject: Fix bug #47265 - Smilies and images not viewed in topic-print view Fix - Force full date for PMs print-view Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9753 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 8aed44a6d8..a1b649f2be 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -152,6 +152,8 @@
      • [Fix] Correctly detect GZIP status in debug mode. (Bug #24075 - Patch by rxu)
      • [Fix] Posting smilies in view more smilies now work again in IE (Bug #46025 - Patch by leviatan21)
      • [Fix] Properly convert and show filesize information (Bug #47775 - Patch by bantu)
      • +
      • [Fix] Smilies and images not viewed in topic-print view (Bug #47265 - Patch by nickvergessen)
      • +
      • [Fix] Force full date for PMs print-view (Patch by nickvergessen)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Change] Template engine now permits to a limited extent variable includes.
      • -- cgit v1.2.1 From 5cbf5d4b16a41ea2599cb7f56836d5b963ab4000 Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Tue, 14 Jul 2009 12:02:11 +0000 Subject: Fix bug #44295 - Cannot prune users who never logged in Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9754 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index a1b649f2be..8334214de2 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -152,6 +152,7 @@
      • [Fix] Correctly detect GZIP status in debug mode. (Bug #24075 - Patch by rxu)
      • [Fix] Posting smilies in view more smilies now work again in IE (Bug #46025 - Patch by leviatan21)
      • [Fix] Properly convert and show filesize information (Bug #47775 - Patch by bantu)
      • +
      • [Fix] Add ability to prune users who never logged in. (Bug #44295 - Patch by rxu)
      • [Fix] Smilies and images not viewed in topic-print view (Bug #47265 - Patch by nickvergessen)
      • [Fix] Force full date for PMs print-view (Patch by nickvergessen)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • -- cgit v1.2.1 From 51748b00ed8e6b709f1a7df59570e8ecee6783d5 Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Tue, 14 Jul 2009 14:46:38 +0000 Subject: Fix bug #46765 - View unread posts Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9755 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 8334214de2..30d624c08f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -196,6 +196,7 @@
      • [Feature] Store signature configuration options in database (Bug #45115 - Patch by rxu)
      • [Feature] Add bare-bones quick-reply editor to viewtopic.
      • [Feature] Detect when a post has been altered by someone else while editing. (Patch by bantu)
      • +
      • [Feature] Add unread posts quick search option (Bug #46765 - Patch by rxu)

      1.ii. Changes since 3.0.4

      -- cgit v1.2.1 From 753b8bb0bb6f6c8398189be451cc5095759c1e3e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 14 Jul 2009 20:21:51 +0000 Subject: Fix bug #47865 - Fix "Always show a scrollbar for short pages" for IE8 and Firefox 3.5 - Patch by stokerpiller Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9756 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 30d624c08f..cc43d4b9cb 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -155,6 +155,7 @@
    272. [Fix] Add ability to prune users who never logged in. (Bug #44295 - Patch by rxu)
    273. [Fix] Smilies and images not viewed in topic-print view (Bug #47265 - Patch by nickvergessen)
    274. [Fix] Force full date for PMs print-view (Patch by nickvergessen)
    275. +
    276. [Fix] Fix "Always show a scrollbar for short pages" for IE8 and Firefox 3.5 (Bug #47865 - Patch by stokerpiller)
    277. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    278. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    279. [Change] Template engine now permits to a limited extent variable includes.
    280. -- cgit v1.2.1 From 0b2979c6bab97297f839937606635fd4cc6b1eae Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 14 Jul 2009 20:25:41 +0000 Subject: Feature Bug #45375 - Add option to disable remote upload avatars Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9757 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index cc43d4b9cb..7fdbc5ac00 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -198,6 +198,7 @@
    281. [Feature] Add bare-bones quick-reply editor to viewtopic.
    282. [Feature] Detect when a post has been altered by someone else while editing. (Patch by bantu)
    283. [Feature] Add unread posts quick search option (Bug #46765 - Patch by rxu)
    284. +
    285. [Feature] Add option to disable remote upload avatars (Bug #45375 - Patch by nickvergessen)
    286. 1.ii. Changes since 3.0.4

      -- cgit v1.2.1 From e3866c939d78b925844cd61d6ad567988f24e42d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 14 Jul 2009 20:35:53 +0000 Subject: Feature Bug #43375 - Ability to delete warnings and keep warnings permanently Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9758 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 7fdbc5ac00..5f79341a14 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -199,6 +199,7 @@
    287. [Feature] Detect when a post has been altered by someone else while editing. (Patch by bantu)
    288. [Feature] Add unread posts quick search option (Bug #46765 - Patch by rxu)
    289. [Feature] Add option to disable remote upload avatars (Bug #45375 - Patch by nickvergessen)
    290. +
    291. [Feature] Ability to delete warnings and keep warnings permanently (Bug #43375 - Patch by nickvergessen)
    292. 1.ii. Changes since 3.0.4

      -- cgit v1.2.1 From 33033ad12555377a9b50cfbeb72b683ddd56b893 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 14 Jul 2009 20:40:45 +0000 Subject: Fix Bug #45675 - Do not allow setting group as default group for pending user Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9759 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 5f79341a14..7676d73607 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -156,6 +156,7 @@
    293. [Fix] Smilies and images not viewed in topic-print view (Bug #47265 - Patch by nickvergessen)
    294. [Fix] Force full date for PMs print-view (Patch by nickvergessen)
    295. [Fix] Fix "Always show a scrollbar for short pages" for IE8 and Firefox 3.5 (Bug #47865 - Patch by stokerpiller)
    296. +
    297. [Fix] Do not allow setting group as default group for pending user (Bug #45675 - Patch by nickvergessen)
    298. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    299. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    300. [Change] Template engine now permits to a limited extent variable includes.
    301. -- cgit v1.2.1 From a7776919945450eb2c0a37af30b35695f93fae51 Mon Sep 17 00:00:00 2001 From: "Marek A. R" Date: Thu, 16 Jul 2009 17:57:05 +0000 Subject: - Add pagination for icons and smilies in the ACP and smilies in the smiley popup git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9763 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 7676d73607..6ee8b91959 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -176,6 +176,7 @@
    302. [Change] Add confirmation for deactivating styles (Bug #14304 - Patch by leviatan21)
    303. [Change] Add confirmation for deactivating language packs (Patch by leviatan21)
    304. [Change] Add confirm-box when deleting permissions (Bug #13673 - Patch by nickvergessen)
    305. +
    306. [Change] Add pagination for icons and smilies in the ACP and smilies in the smiley popup
    307. [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
    308. [Feature] Backported 3.2 captcha plugins.
    309. [Feature] Introduced new ACM plugins: -- cgit v1.2.1 From 6cacfce937c64cae1f90dedef130f3a39fa2c317 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 17 Jul 2009 11:27:50 +0000 Subject: Ability to empty a user's outbox from the user ACP quick tools. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9767 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6ee8b91959..266ea2a80a 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -202,6 +202,7 @@
    310. [Feature] Add unread posts quick search option (Bug #46765 - Patch by rxu)
    311. [Feature] Add option to disable remote upload avatars (Bug #45375 - Patch by nickvergessen)
    312. [Feature] Ability to delete warnings and keep warnings permanently (Bug #43375 - Patch by nickvergessen)
    313. +
    314. [Feature] Ability to empty a user's outbox from the user ACP quick tools.
    315. 1.ii. Changes since 3.0.4

      -- cgit v1.2.1 From ab9715a9fe5577921180a6f77b5a89b990665b6e Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Fri, 17 Jul 2009 11:32:27 +0000 Subject: Fix bugs #46615 & #46945 - Fail gracefully if store folder is not writable during update. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9768 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 266ea2a80a..15ec8cb4fc 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -157,6 +157,7 @@
    316. [Fix] Force full date for PMs print-view (Patch by nickvergessen)
    317. [Fix] Fix "Always show a scrollbar for short pages" for IE8 and Firefox 3.5 (Bug #47865 - Patch by stokerpiller)
    318. [Fix] Do not allow setting group as default group for pending user (Bug #45675 - Patch by nickvergessen)
    319. +
    320. [Fix] Fail gracefully if store folder is not writable during update. (Bugs #46615, #46945)
    321. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    322. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    323. [Change] Template engine now permits to a limited extent variable includes.
    324. -- cgit v1.2.1 From 5f6db9584c4b2594c437a07c0ecd60390ff39d5e Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 17 Jul 2009 13:21:03 +0000 Subject: Correct escaping/unescaping in the LDAP authentication plugin. #48175 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9769 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 15ec8cb4fc..9fc30afeed 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -158,6 +158,7 @@
    325. [Fix] Fix "Always show a scrollbar for short pages" for IE8 and Firefox 3.5 (Bug #47865 - Patch by stokerpiller)
    326. [Fix] Do not allow setting group as default group for pending user (Bug #45675 - Patch by nickvergessen)
    327. [Fix] Fail gracefully if store folder is not writable during update. (Bugs #46615, #46945)
    328. +
    329. [Fix] Correct escaping/unescaping in the LDAP authentication plugin. (Bug #48175)
    330. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    331. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    332. [Change] Template engine now permits to a limited extent variable includes.
    333. -- cgit v1.2.1 From e4afce607529f7834776b588ca22ebb93647948e Mon Sep 17 00:00:00 2001 From: "Marek A. R" Date: Fri, 17 Jul 2009 13:40:26 +0000 Subject: - Add hard limit for smilies git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9771 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 9fc30afeed..f570573ea8 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -159,6 +159,7 @@
    334. [Fix] Do not allow setting group as default group for pending user (Bug #45675 - Patch by nickvergessen)
    335. [Fix] Fail gracefully if store folder is not writable during update. (Bugs #46615, #46945)
    336. [Fix] Correct escaping/unescaping in the LDAP authentication plugin. (Bug #48175)
    337. +
    338. [Fix] Add hard limit for smilies.
    339. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    340. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    341. [Change] Template engine now permits to a limited extent variable includes.
    342. -- cgit v1.2.1 From f7b5c060ae67a7ad568b3317043a743f84052f79 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 18 Jul 2009 09:42:28 +0000 Subject: Fix bug #37635 - Hide profile-icon from viewtopic-page if user has no permissions (subsilver2 only) - Patch by leviatan21 Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9775 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f570573ea8..7ced5a74d6 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -158,6 +158,7 @@
    343. [Fix] Fix "Always show a scrollbar for short pages" for IE8 and Firefox 3.5 (Bug #47865 - Patch by stokerpiller)
    344. [Fix] Do not allow setting group as default group for pending user (Bug #45675 - Patch by nickvergessen)
    345. [Fix] Fail gracefully if store folder is not writable during update. (Bugs #46615, #46945)
    346. +
    347. [Fix] Hide profile-icon from viewtopic-page if user has no permissions (subsilver2 only) (Bug #37635 - Patch by leviatan21)
    348. [Fix] Correct escaping/unescaping in the LDAP authentication plugin. (Bug #48175)
    349. [Fix] Add hard limit for smilies.
    350. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    351. -- cgit v1.2.1 From ca627c277869d8b7c81a847eb88e5dff95fdda89 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sat, 18 Jul 2009 10:12:17 +0000 Subject: Remove redundant SQL query from ucp.php. #40305 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9778 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 7ced5a74d6..c9a0d2657d 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -161,6 +161,7 @@
    352. [Fix] Hide profile-icon from viewtopic-page if user has no permissions (subsilver2 only) (Bug #37635 - Patch by leviatan21)
    353. [Fix] Correct escaping/unescaping in the LDAP authentication plugin. (Bug #48175)
    354. [Fix] Add hard limit for smilies.
    355. +
    356. [Fix] Remove redundant SQL query from ucp.php. (Bug #40305)
    357. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    358. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    359. [Change] Template engine now permits to a limited extent variable includes.
    360. -- cgit v1.2.1 From f4e7d9265eed57be6bc5d06ac6d94cbbb876b2a3 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sat, 18 Jul 2009 10:27:07 +0000 Subject: Reorder frame order of animated subsilver2 topic icons to be useful when animation is disabled. #29385 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9779 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index c9a0d2657d..09e5fa9dbf 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -162,6 +162,7 @@
    361. [Fix] Correct escaping/unescaping in the LDAP authentication plugin. (Bug #48175)
    362. [Fix] Add hard limit for smilies.
    363. [Fix] Remove redundant SQL query from ucp.php. (Bug #40305)
    364. +
    365. [Fix] Reorder frame order of animated subsilver2 topic icons to be useful when animation is disabled. (Bug #29385 - Patch by prototech)
    366. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    367. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    368. [Change] Template engine now permits to a limited extent variable includes.
    369. -- cgit v1.2.1 From b6a1271c3aedab008be367565db9c9713e22e638 Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Sat, 18 Jul 2009 19:19:38 +0000 Subject: - added ability to filter logs by log_operation git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9781 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 09e5fa9dbf..5d03c71443 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -209,6 +209,7 @@
    370. [Feature] Add option to disable remote upload avatars (Bug #45375 - Patch by nickvergessen)
    371. [Feature] Ability to delete warnings and keep warnings permanently (Bug #43375 - Patch by nickvergessen)
    372. [Feature] Ability to empty a user's outbox from the user ACP quick tools.
    373. +
    374. [Feature] Ability to filter ACP logs
    375. 1.ii. Changes since 3.0.4

      -- cgit v1.2.1 From d61afd3509de3823c4f405fc95f8f799f073c505 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sat, 18 Jul 2009 23:29:25 +0000 Subject: Ensure user errors are displayed regardless of PHP settings. #47505 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9785 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 5d03c71443..8f667faef2 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -163,6 +163,7 @@
    376. [Fix] Add hard limit for smilies.
    377. [Fix] Remove redundant SQL query from ucp.php. (Bug #40305)
    378. [Fix] Reorder frame order of animated subsilver2 topic icons to be useful when animation is disabled. (Bug #29385 - Patch by prototech)
    379. +
    380. [Fix] Ensure user errors are displayed regardless of PHP settings. (Bug #47505)
    381. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    382. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    383. [Change] Template engine now permits to a limited extent variable includes.
    384. -- cgit v1.2.1 From 4f6f9c424d124ec3839809828bbe45ae7a17436a Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 19 Jul 2009 00:20:03 +0000 Subject: Permit null values for non-required integer custom profile fields and ensure zero complies with the range limits. #40925 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9788 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 8f667faef2..40e938546c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -164,6 +164,7 @@
    385. [Fix] Remove redundant SQL query from ucp.php. (Bug #40305)
    386. [Fix] Reorder frame order of animated subsilver2 topic icons to be useful when animation is disabled. (Bug #29385 - Patch by prototech)
    387. [Fix] Ensure user errors are displayed regardless of PHP settings. (Bug #47505)
    388. +
    389. [Fix] Permit null values for non-required integer custom profile fields and ensure zero complies with the range limits. (Bug #40925)
    390. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    391. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    392. [Change] Template engine now permits to a limited extent variable includes.
    393. -- cgit v1.2.1 From 208f74970b15d255a83f9c9a58c5ba4ddf596b86 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 19 Jul 2009 01:00:33 +0000 Subject: Allow changing forum from drop down under certain circumstances. #37525 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9789 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 40e938546c..f4a79411d1 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -165,6 +165,7 @@
    394. [Fix] Reorder frame order of animated subsilver2 topic icons to be useful when animation is disabled. (Bug #29385 - Patch by prototech)
    395. [Fix] Ensure user errors are displayed regardless of PHP settings. (Bug #47505)
    396. [Fix] Permit null values for non-required integer custom profile fields and ensure zero complies with the range limits. (Bug #40925)
    397. +
    398. [Fix] Allow changing forum from select box under certain circumstances. (Bug #37525)
    399. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    400. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    401. [Change] Template engine now permits to a limited extent variable includes.
    402. -- cgit v1.2.1 From aee21acf48dca17da97d4ab89761adf2d6abf7bd Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 19 Jul 2009 09:41:09 +0000 Subject: Cache get_username_string() function calls on viewtopic. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9790 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f4a79411d1..70026d724b 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -186,6 +186,7 @@
    403. [Change] Add confirmation for deactivating language packs (Patch by leviatan21)
    404. [Change] Add confirm-box when deleting permissions (Bug #13673 - Patch by nickvergessen)
    405. [Change] Add pagination for icons and smilies in the ACP and smilies in the smiley popup
    406. +
    407. [Change] Cache get_username_string() function calls on viewtopic.
    408. [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
    409. [Feature] Backported 3.2 captcha plugins.
    410. [Feature] Introduced new ACM plugins: -- cgit v1.2.1 From 8dbdaff6d38033b2bb28f1e05366bc69097ab3a2 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 19 Jul 2009 11:07:32 +0000 Subject: Display required fields notice on registration above the custom profile fields. #39665 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9796 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 70026d724b..02050416b8 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -166,6 +166,7 @@
    411. [Fix] Ensure user errors are displayed regardless of PHP settings. (Bug #47505)
    412. [Fix] Permit null values for non-required integer custom profile fields and ensure zero complies with the range limits. (Bug #40925)
    413. [Fix] Allow changing forum from select box under certain circumstances. (Bug #37525)
    414. +
    415. [Fix] Display required fields notice on registration above the custom profile fields. (Bug #39665)
    416. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    417. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    418. [Change] Template engine now permits to a limited extent variable includes.
    419. -- cgit v1.2.1 From 21094ac790ff2206cf8e07b89b7d5130db63e03c Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 19 Jul 2009 11:34:01 +0000 Subject: Copy poll options properly when copying topic. #39065 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9797 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 02050416b8..a81c6d919c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -167,6 +167,7 @@
    420. [Fix] Permit null values for non-required integer custom profile fields and ensure zero complies with the range limits. (Bug #40925)
    421. [Fix] Allow changing forum from select box under certain circumstances. (Bug #37525)
    422. [Fix] Display required fields notice on registration above the custom profile fields. (Bug #39665)
    423. +
    424. [Fix] Copy poll options properly when copying topic. (Bug #39065)
    425. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    426. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    427. [Change] Template engine now permits to a limited extent variable includes.
    428. -- cgit v1.2.1 From b3767cd1436bf2b579ad2e0c1c17f55881d4dc4e Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Mon, 20 Jul 2009 00:57:18 +0000 Subject: - added filtration ability to MCP - added missing lang variable - fixed a pagination bug in filtration routines git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9800 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index a81c6d919c..2e81cb13ce 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -215,7 +215,7 @@
    429. [Feature] Add option to disable remote upload avatars (Bug #45375 - Patch by nickvergessen)
    430. [Feature] Ability to delete warnings and keep warnings permanently (Bug #43375 - Patch by nickvergessen)
    431. [Feature] Ability to empty a user's outbox from the user ACP quick tools.
    432. -
    433. [Feature] Ability to filter ACP logs
    434. +
    435. [Feature] Ability to filter ACP / MCP logs
    436. 1.ii. Changes since 3.0.4

      -- cgit v1.2.1 From b613781d3af6d7c5e5d9d0fa1592e78b54647c0f Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 21 Jul 2009 10:58:31 +0000 Subject: Preserve newlines in template files (one newline had been always dropped after a template variable due to PHP's handling of closing tags) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9811 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 2e81cb13ce..a0cc54f308 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -168,6 +168,7 @@
    437. [Fix] Allow changing forum from select box under certain circumstances. (Bug #37525)
    438. [Fix] Display required fields notice on registration above the custom profile fields. (Bug #39665)
    439. [Fix] Copy poll options properly when copying topic. (Bug #39065)
    440. +
    441. [Fix] Preserve newlines in template files (one newline had been always dropped after a template variable due to PHP's handling of closing tags)
    442. [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    443. [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    444. [Change] Template engine now permits to a limited extent variable includes.
    445. -- cgit v1.2.1 From 6e4a7c03d14d6fcc03955fbe26c3d5f725eb929d Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Tue, 21 Jul 2009 20:59:11 +0000 Subject: Users can report PMs to moderators which are then visible in a new MCP module git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9814 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index a0cc54f308..8b5da10c72 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -217,6 +217,7 @@
    446. [Feature] Ability to delete warnings and keep warnings permanently (Bug #43375 - Patch by nickvergessen)
    447. [Feature] Ability to empty a user's outbox from the user ACP quick tools.
    448. [Feature] Ability to filter ACP / MCP logs
    449. +
    450. [Feature] Users can report PMs to moderators which are then visible in a new MCP module
    451. 1.ii. Changes since 3.0.4

      -- cgit v1.2.1 From cbed011ee3ca1fb545c23b2feba84a329a0f65c5 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Tue, 21 Jul 2009 22:51:39 +0000 Subject: Adding info on the VCS to coding guidelines git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9817 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/coding-guidelines.html | 65 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 63 insertions(+), 2 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index bfd134faac..32312054d9 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -86,6 +86,12 @@
    452. Writing Style
  2. +
  3. VCS Guidelines +
      +
    1. Repository structure
    2. +
    3. Commit messages
    4. +
    +
  4. Guidelines Changelog
  5. Copyright and disclaimer
@@ -2252,12 +2258,67 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2))
-

7. Guidelines Changelog

+

7. VCS Guidelines

+
+

The version control system for phpBB3 is subversion. The repository is available at http://code.phpbb.com/svn/phpbb. + +

7.i. Repository Structure

+ +
    +
  • trunk
    The latest unstable development version with new features etc. Contains the actual board in /trunk/phpBB
  • +
  • branches
    Development branches of stable phpBB releases. Copied from /trunk at the time of release. +
      +
    • phpBB3.0/branches/phpBB-3_0_0/phpBB
      Development branch of the stable 3.0 line. Bug fixes are applied here.
    • +
    • phpBB2/branches/phpBB-2_0_0/phpBB
      Old phpBB2 development branch.
    • +
    +
  • +
  • tags
    Released versions. Copies of trunk or the respective branch, made at the time of release. +
      +
    • /tags/release_3_0_BX
      Beta release X of the 3.0 line.
    • +
    • /tags/release_3_0_RCX
      Release candidate X of the 3.0 line.
    • +
    • /tags/release_3_0_X-RCY
      Release candidate Y of the stable 3.0.X release.
    • +
    • /tags/release_3_0_X
      Stable 3.0.X release.
    • +
    • /tags/release_2_0_X
      Old stable 2.0.X release.
    • +
    +
  • +
+ +

7.ii. Commit Messages

+ +

The commit message should contain a brief explanation of all changes made within the commit. Often identical to the changelog entry. A bug ticket can be referenced by specifying the ticket ID with a hash, e.g. #12345. A reference to another revision should simply be prefixed with r, e.g. r12345.

+ +

Junior Developers need to have their patches approved by a development team member first. The commit message must end in a line with the following format:

+ +
+Authorised by: developer1[, developer2[, ...]]
+	
+ +
+ + + +
+
+ +
+ +

8. Guidelines Changelog

+
+
+ +
+ + +

Revision 9817

+ +
    +
  • Added VCS section.
  • +

Revision 8732

@@ -2330,7 +2391,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2))
-

8. Copyright and disclaimer

+

9. Copyright and disclaimer

-- cgit v1.2.1 From 81e67fbef141ea47249b5f9d1a4e1cb34263b248 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Wed, 22 Jul 2009 01:26:09 +0000 Subject: Fix bug #46295 - Be less strict with FTP daemons when getting directory filelists. Authorised by: bantu ;-) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9820 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 8b5da10c72..356987cd33 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -169,6 +169,7 @@
  • [Fix] Display required fields notice on registration above the custom profile fields. (Bug #39665)
  • [Fix] Copy poll options properly when copying topic. (Bug #39065)
  • [Fix] Preserve newlines in template files (one newline had been always dropped after a template variable due to PHP's handling of closing tags)
  • +
  • [Fix] Be less strict with FTP daemons when getting directory filelists. (Bug #46295)
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • [Change] Template engine now permits to a limited extent variable includes.
  • -- cgit v1.2.1 From cef8c2d87e2c1e55a7fd6d57e3f998e531fd0bf2 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 22 Jul 2009 09:07:24 +0000 Subject: Parse email text files with the template engine. Did not check if this influences styles template cache list/purge/etc. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9823 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 356987cd33..6011933082 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -219,6 +219,7 @@
  • [Feature] Ability to empty a user's outbox from the user ACP quick tools.
  • [Feature] Ability to filter ACP / MCP logs
  • [Feature] Users can report PMs to moderators which are then visible in a new MCP module
  • +
  • [Feature] Parse email text files with the template engine.
  • 1.ii. Changes since 3.0.4

    -- cgit v1.2.1 From 41fa3b71e6dfa89bd329d6eeb251f10771165766 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Wed, 22 Jul 2009 16:42:30 +0000 Subject: fall back to bbcode-less quotes git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9836 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6011933082..3c7bec292f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -220,6 +220,7 @@
  • [Feature] Ability to filter ACP / MCP logs
  • [Feature] Users can report PMs to moderators which are then visible in a new MCP module
  • [Feature] Parse email text files with the template engine.
  • +
  • [Feature] Use email-style quoting when bbcodes are disabled.
  • 1.ii. Changes since 3.0.4

    -- cgit v1.2.1 From 89332c00b7198b5bd07fdb98b21d4734c300da15 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 24 Jul 2009 08:47:10 +0000 Subject: Fix Bug #40515 - Fix set_custom_template for database-stored styles Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9839 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3c7bec292f..22eda7e24b 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -170,6 +170,7 @@
  • [Fix] Copy poll options properly when copying topic. (Bug #39065)
  • [Fix] Preserve newlines in template files (one newline had been always dropped after a template variable due to PHP's handling of closing tags)
  • [Fix] Be less strict with FTP daemons when getting directory filelists. (Bug #46295)
  • +
  • [Fix] Fix set_custom_template for database-stored styles (Bug #40515 - Patch by nickvergessen)
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • [Change] Template engine now permits to a limited extent variable includes.
  • -- cgit v1.2.1 From 224aa404f6c8f0014a0dc48b9776ff431b8d4f48 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 24 Jul 2009 08:49:51 +0000 Subject: Fix bug #47825 - Banning an already banned user states to be successful, but has no effect - Patch by Pyramide Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9840 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 22eda7e24b..b8d233ca13 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -171,6 +171,7 @@
  • [Fix] Preserve newlines in template files (one newline had been always dropped after a template variable due to PHP's handling of closing tags)
  • [Fix] Be less strict with FTP daemons when getting directory filelists. (Bug #46295)
  • [Fix] Fix set_custom_template for database-stored styles (Bug #40515 - Patch by nickvergessen)
  • +
  • [Fix] Banning an already banned user states to be successful, but has no effect (Bug #47825 - Patch by Pyramide)
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • [Change] Template engine now permits to a limited extent variable includes.
  • -- cgit v1.2.1 From f84cbee47c06dd9df3b2cf7085a3b37ab9095d09 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 24 Jul 2009 08:52:56 +0000 Subject: Fix bug #18005 - Do not add style-parameter to URL again, after admin re-authentification - Patch by leviatan21 Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9841 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index b8d233ca13..f235be1e9b 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -172,6 +172,7 @@
  • [Fix] Be less strict with FTP daemons when getting directory filelists. (Bug #46295)
  • [Fix] Fix set_custom_template for database-stored styles (Bug #40515 - Patch by nickvergessen)
  • [Fix] Banning an already banned user states to be successful, but has no effect (Bug #47825 - Patch by Pyramide)
  • +
  • [Fix] Do not add style-parameter to URL again, after admin re-authentification (Bug #18005 - Patch by leviatan21)
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • [Change] Template engine now permits to a limited extent variable includes.
  • -- cgit v1.2.1 From 433f03107de1162744a1d0b8c9fa3c4ba1b3ed21 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 24 Jul 2009 08:56:06 +0000 Subject: Fix bug #31505 - Do not cut post-message in between HTML-Entities on search.php - Patch by leviatan21 Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9842 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f235be1e9b..afba5d32f3 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -173,6 +173,7 @@
  • [Fix] Fix set_custom_template for database-stored styles (Bug #40515 - Patch by nickvergessen)
  • [Fix] Banning an already banned user states to be successful, but has no effect (Bug #47825 - Patch by Pyramide)
  • [Fix] Do not add style-parameter to URL again, after admin re-authentification (Bug #18005 - Patch by leviatan21)
  • +
  • [Fix] Do not cut post-message in between HTML-Entities on search.php (Bug #31505 - Patch by leviatan21)
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • [Change] Template engine now permits to a limited extent variable includes.
  • -- cgit v1.2.1 From 780854818b22ccdf36fe50e4e4bf5e68027c9e2b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 24 Jul 2009 09:01:29 +0000 Subject: Fix bug #48265 - Correctly set attachment flag for topics, posts and pms after deleting attachments - Patch by WorldWar and nickvergessen Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9843 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index afba5d32f3..cf1e7a24cc 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -174,6 +174,7 @@
  • [Fix] Banning an already banned user states to be successful, but has no effect (Bug #47825 - Patch by Pyramide)
  • [Fix] Do not add style-parameter to URL again, after admin re-authentification (Bug #18005 - Patch by leviatan21)
  • [Fix] Do not cut post-message in between HTML-Entities on search.php (Bug #31505 - Patch by leviatan21)
  • +
  • [Fix] Correctly set attachment flag for topics, posts and pms after deleting attachments (Bug #48265 - Patch by WorldWar and nickvergessen)
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • [Change] Template engine now permits to a limited extent variable includes.
  • -- cgit v1.2.1 From 4739c7ba3957dfe585973dafe7465cb9fd8c6d1f Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 24 Jul 2009 11:13:32 +0000 Subject: [Feature] Added new functionality to inactive users module: - Ability to set users per page. - Ability to sort by posts/number of reminders/last reminded date. - Show number of posts and ability to search posts. - Show number of reminders sent to user. - Show date of last reminder sent to user. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9845 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index cf1e7a24cc..3e7ae6e4e6 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -226,6 +226,15 @@
  • [Feature] Users can report PMs to moderators which are then visible in a new MCP module
  • [Feature] Parse email text files with the template engine.
  • [Feature] Use email-style quoting when bbcodes are disabled.
  • +
  • [Feature] Added new functionality to inactive users module: +
      +
    • Ability to set users per page.
    • +
    • Ability to sort by posts/number of reminders/last reminded date.
    • +
    • Show number of posts and ability to search posts.
    • +
    • Show number of reminders sent to user.
    • +
    • Show date of last reminder sent to user.
    • +
    +
  • 1.ii. Changes since 3.0.4

    -- cgit v1.2.1 From 4fcd83fa7d44e0e875697eecef2386f732052b58 Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Fri, 24 Jul 2009 12:05:17 +0000 Subject: Fix bug #38055 - Post reply button shown in locked forum Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9846 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3e7ae6e4e6..eb70dd1895 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -175,6 +175,7 @@
  • [Fix] Do not add style-parameter to URL again, after admin re-authentification (Bug #18005 - Patch by leviatan21)
  • [Fix] Do not cut post-message in between HTML-Entities on search.php (Bug #31505 - Patch by leviatan21)
  • [Fix] Correctly set attachment flag for topics, posts and pms after deleting attachments (Bug #48265 - Patch by WorldWar and nickvergessen)
  • +
  • [Fix] Display "Locked" button instead of "Reply" one for locked forum in viewtopic (prosilver). (Bug #38055 - Patch by Raimon)
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • [Change] Template engine now permits to a limited extent variable includes.
  • -- cgit v1.2.1 From e4b60c6d8a672fc2f59dd599cd347f3d25962def Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sat, 25 Jul 2009 10:23:05 +0000 Subject: Add some docs for dynamic includes adding in r9570 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9848 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/coding-guidelines.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 32312054d9..37bad06587 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -1116,6 +1116,16 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&

    You will note in the 3.0 templates the major sources start with <!-- INCLUDE overall_header.html --> or <!-- INCLUDE simple_header.html -->, etc. In 2.0.x control of "which" header to use was defined entirely within the code. In 3.0.x the template designer can output what they like. Note that you can introduce new templates (i.e. other than those in the default set) using this system and include them as you wish ... perhaps useful for a common "menu" bar or some such. No need to modify loads of files as with 2.0.x.

    +

    Added in 3.0.6 is the ability to include a file using a template variable to specify the file, this functionality only works for root variables (i.e. not block variables).

    +
    +<!-- INCLUDE {FILE_VAR} -->
    +
    +

    Template defined variables can also be utilised. +

    +<!-- DEFINE $SOME_VAR = 'my_file.html' -->
    +<!-- INCLUDE {$SOME_VAR} -->	
    +
    +

    PHP

    A contentious decision has seen the ability to include PHP within the template introduced. This is achieved by enclosing the PHP within relevant tags:

    -- cgit v1.2.1 From bac1e57c188e0289edce102b21224bba3219fd52 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Sat, 25 Jul 2009 11:49:14 +0000 Subject: details git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9849 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index eb70dd1895..a4cfe2704e 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -199,6 +199,12 @@
  • [Change] Cache get_username_string() function calls on viewtopic.
  • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
  • [Feature] Backported 3.2 captcha plugins.
  • +
      +
    • Classic and GD CAPTCHA
    • +
    • reCaptcha (based on API from recaptcha.net by Mike Crawford and Ben Maurer)
    • +
    • Q&A CAPTCHA
    • +
    • 3D Wave (by Robert "e;Xore& Hetzler)/li> +
  • [Feature] Introduced new ACM plugins:
    • null
    • -- cgit v1.2.1 From 1dcd7d2da8175b2ec099f4b07168b1d6c0a055e3 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sat, 25 Jul 2009 12:35:46 +0000 Subject: Correctly propagate umlauts over search result pages [Bug #33755] git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9850 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index a4cfe2704e..6a7b7a0627 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -176,6 +176,7 @@
    • [Fix] Do not cut post-message in between HTML-Entities on search.php (Bug #31505 - Patch by leviatan21)
    • [Fix] Correctly set attachment flag for topics, posts and pms after deleting attachments (Bug #48265 - Patch by WorldWar and nickvergessen)
    • [Fix] Display "Locked" button instead of "Reply" one for locked forum in viewtopic (prosilver). (Bug #38055 - Patch by Raimon)
    • +
    • [Fix] Correctly propagate umlauts over search result pages (Bug #33755)
    • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    • [Change] Template engine now permits to a limited extent variable includes.
    • -- cgit v1.2.1 From aec3a9964fdd5ad07b6f4c98aca115e0c299c64c Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sat, 25 Jul 2009 14:32:27 +0000 Subject: Fix r9849. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9851 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6a7b7a0627..56975135f9 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -204,7 +204,7 @@
    • Classic and GD CAPTCHA
    • reCaptcha (based on API from recaptcha.net by Mike Crawford and Ben Maurer)
    • Q&A CAPTCHA
    • -
    • 3D Wave (by Robert "e;Xore& Hetzler)/li> +
    • 3D Wave (by Robert "Xore" Hetzler)/li>
  • [Feature] Introduced new ACM plugins:
      -- cgit v1.2.1 From 268fc1bc561a780fdea69b5e6c2747e0936bb279 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sat, 25 Jul 2009 14:48:25 +0000 Subject: r9849, r9851 - Do it right ... hopefully git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9852 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 56975135f9..b0a2937dcf 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -199,13 +199,14 @@
    • [Change] Add pagination for icons and smilies in the ACP and smilies in the smiley popup
    • [Change] Cache get_username_string() function calls on viewtopic.
    • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
    • -
    • [Feature] Backported 3.2 captcha plugins.
    • +
    • [Feature] Backported 3.2 captcha plugins.
      • Classic and GD CAPTCHA
      • reCaptcha (based on API from recaptcha.net by Mike Crawford and Ben Maurer)
      • Q&A CAPTCHA
      • -
      • 3D Wave (by Robert "Xore" Hetzler)/li> +
      • 3D Wave (by Robert "Xore" Hetzler)
      +
    • [Feature] Introduced new ACM plugins:
      • null
      • -- cgit v1.2.1 From 63f5cff824ed9c210f0adb933c3dd8a8bcfc17be Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 26 Jul 2009 16:16:30 +0000 Subject: Preserve post options when refusing to save the post as a draft. #39115 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9859 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index b0a2937dcf..d72e75b009 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -177,6 +177,7 @@
      • [Fix] Correctly set attachment flag for topics, posts and pms after deleting attachments (Bug #48265 - Patch by WorldWar and nickvergessen)
      • [Fix] Display "Locked" button instead of "Reply" one for locked forum in viewtopic (prosilver). (Bug #38055 - Patch by Raimon)
      • [Fix] Correctly propagate umlauts over search result pages (Bug #33755)
      • +
      • [Fix] Preserve post options when refusing to save the post as a draft. (Bug #39115)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Change] Template engine now permits to a limited extent variable includes.
      • -- cgit v1.2.1 From b6ebd2e4972f8cff7e16ed96788b1fa861f7568d Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 26 Jul 2009 17:58:10 +0000 Subject: XHTML mistakes in the updater. #46585 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9861 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index d72e75b009..2cc0b05e38 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -264,7 +264,7 @@
      • [Fix] Changed the success message when requesting a new password to be more accurate. (Bug #41405)
      • [Fix] Add missing anti-abuse email headers to acp_inactive.php and ucp_resend.php.
      • [Fix] Only remind users in the correct inactive states depending on the board account activation level.
      • -
      • [Fix] Various XHTML mistakes in prosilver, subsilver2 and the ACP. (Bugs #41745, #42265 - Patch by nickvergessen, #38465, #43015)
      • +
      • [Fix] Various XHTML mistakes in prosilver, subsilver2 and the ACP. (Bugs #41745, #42265 - Patch by nickvergessen, #38465, #43015, #46585 - Patch by Raimon)
      • [Fix] Log password changes via password reset function. (Bug #41365)
      • [Fix] Poll, negative durations generate error (Bug #41295 - Patch by TerraFrost)
      • [Fix] Visibility of custom field on registration is incorrectly controlled by setting "display" (Bug #41385 - Patch by Eelke and fade2gray)
      • -- cgit v1.2.1 From 78b1c4caaa17cc8760b685ad41c19f15f9d89b68 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 27 Jul 2009 15:05:59 +0000 Subject: Do not send private message back to sender if sender is in the same group the private message was sent to. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9876 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 2cc0b05e38..23db9c780c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -178,6 +178,7 @@
      • [Fix] Display "Locked" button instead of "Reply" one for locked forum in viewtopic (prosilver). (Bug #38055 - Patch by Raimon)
      • [Fix] Correctly propagate umlauts over search result pages (Bug #33755)
      • [Fix] Preserve post options when refusing to save the post as a draft. (Bug #39115)
      • +
      • [Fix] Do not send private message back to sender if sender is in the same group the private message was sent to.
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Change] Template engine now permits to a limited extent variable includes.
      • -- cgit v1.2.1 From 6510aef869e455ae6748e4719cb6cb187264f4bb Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Tue, 28 Jul 2009 11:47:32 +0000 Subject: Fix bug #48345 - Adding users to group - default rank does not changing correctly Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9879 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 23db9c780c..93cafef1bd 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -179,6 +179,7 @@
      • [Fix] Correctly propagate umlauts over search result pages (Bug #33755)
      • [Fix] Preserve post options when refusing to save the post as a draft. (Bug #39115)
      • [Fix] Do not send private message back to sender if sender is in the same group the private message was sent to.
      • +
      • [Fix] Correctly add user to a group making it a default one. (Bug #48345 - Patch by rxu)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Change] Template engine now permits to a limited extent variable includes.
      • -- cgit v1.2.1 From da169625a6a4e7682f0b3a2623f2081e52ad4a49 Mon Sep 17 00:00:00 2001 From: "Marek A. R" Date: Tue, 28 Jul 2009 13:58:01 +0000 Subject: - Display version check on ACP main page. - Cache version check. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9880 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 93cafef1bd..a9f68729e2 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -201,6 +201,7 @@
      • [Change] Add confirm-box when deleting permissions (Bug #13673 - Patch by nickvergessen)
      • [Change] Add pagination for icons and smilies in the ACP and smilies in the smiley popup
      • [Change] Cache get_username_string() function calls on viewtopic.
      • +
      • [Change] Cache version check.
      • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
      • [Feature] Backported 3.2 captcha plugins.
          @@ -247,6 +248,7 @@
        • Show date of last reminder sent to user.
      • +
      • [Feature] Display version check on ACP main page.

      1.ii. Changes since 3.0.4

      -- cgit v1.2.1 From 1b8a1f73d77d3df21b8404611a130bb4ee19b822 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Tue, 28 Jul 2009 22:09:46 +0000 Subject: [Feature] Ability to copy permissions from one forum to several other forums. [Fix] Add log entry when copying forum permissions. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9887 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 a9f68729e2..831956092b 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -180,6 +180,7 @@
    • [Fix] Preserve post options when refusing to save the post as a draft. (Bug #39115)
    • [Fix] Do not send private message back to sender if sender is in the same group the private message was sent to.
    • [Fix] Correctly add user to a group making it a default one. (Bug #48345 - Patch by rxu)
    • +
    • [Fix] Add log entry when copying forum permissions.
    • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    • [Change] Template engine now permits to a limited extent variable includes.
    • @@ -249,6 +250,7 @@
  • [Feature] Display version check on ACP main page.
  • +
  • [Feature] Ability to copy permissions from one forum to several other forums.
  • 1.ii. Changes since 3.0.4

    -- cgit v1.2.1 From e1db7e08dc560faf176995972d2bc7dbd97627fe Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 30 Jul 2009 13:39:38 +0000 Subject: Fix Bug #47295 - Min/max characters per posts also affects polls option Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9892 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 831956092b..a84265329a 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -181,6 +181,7 @@
  • [Fix] Do not send private message back to sender if sender is in the same group the private message was sent to.
  • [Fix] Correctly add user to a group making it a default one. (Bug #48345 - Patch by rxu)
  • [Fix] Add log entry when copying forum permissions.
  • +
  • [Fix] Min/max characters per posts also affects polls option (Bug #47295 - Patch by nickvergessen)
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • [Change] Template engine now permits to a limited extent variable includes.
  • -- cgit v1.2.1 From 4616cdb066304031adef41ab56a132870ebaea89 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 30 Jul 2009 13:47:27 +0000 Subject: Fix bug #48885, introduced in r9843 Authorised by: kellanved git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9893 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index a84265329a..2371b5e2df 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -174,7 +174,7 @@
  • [Fix] Banning an already banned user states to be successful, but has no effect (Bug #47825 - Patch by Pyramide)
  • [Fix] Do not add style-parameter to URL again, after admin re-authentification (Bug #18005 - Patch by leviatan21)
  • [Fix] Do not cut post-message in between HTML-Entities on search.php (Bug #31505 - Patch by leviatan21)
  • -
  • [Fix] Correctly set attachment flag for topics, posts and pms after deleting attachments (Bug #48265 - Patch by WorldWar and nickvergessen)
  • +
  • [Fix] Correctly set attachment flag for topics, posts and pms after deleting attachments (Bug #48265 - Patch by MarcoDM and nickvergessen)
  • [Fix] Display "Locked" button instead of "Reply" one for locked forum in viewtopic (prosilver). (Bug #38055 - Patch by Raimon)
  • [Fix] Correctly propagate umlauts over search result pages (Bug #33755)
  • [Fix] Preserve post options when refusing to save the post as a draft. (Bug #39115)
  • -- cgit v1.2.1 From edc82a6ce76e3e9948573f401a088c269cb9204b Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Fri, 31 Jul 2009 13:11:44 +0000 Subject: Well git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9897 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 2371b5e2df..5e90b63f24 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -204,6 +204,7 @@
  • [Change] Add pagination for icons and smilies in the ACP and smilies in the smiley popup
  • [Change] Cache get_username_string() function calls on viewtopic.
  • [Change] Cache version check.
  • +
  • [Change] When creating a new forum without copying permissions, ask again.
  • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
  • [Feature] Backported 3.2 captcha plugins.
      -- cgit v1.2.1 From 154f143a8cc866b2d84c9b42257e4f59aa50a945 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Fri, 31 Jul 2009 15:49:14 +0000 Subject: Fix bug #48695 - Do not try to create thumbnails for images we cannot open properly. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9899 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 5e90b63f24..84d6858db1 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -182,6 +182,7 @@
    • [Fix] Correctly add user to a group making it a default one. (Bug #48345 - Patch by rxu)
    • [Fix] Add log entry when copying forum permissions.
    • [Fix] Min/max characters per posts also affects polls option (Bug #47295 - Patch by nickvergessen)
    • +
    • [Fix] Do not try to create thumbnails for images we cannot open properly. (Bug #48695)
    • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
    • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
    • [Change] Template engine now permits to a limited extent variable includes.
    • -- cgit v1.2.1 From 17c50b91a5d2c869faf9ea1da557b3c6e38b06f9 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 1 Aug 2009 10:40:00 +0000 Subject: adjust authors file... add contributions and new dev git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9900 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/AUTHORS | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/AUTHORS b/phpBB/docs/AUTHORS index b471a3846c..38457efbbc 100644 --- a/phpBB/docs/AUTHORS +++ b/phpBB/docs/AUTHORS @@ -20,33 +20,39 @@ Please see: http://www.phpbb.com/about/team/ for a list of all the people currently involved in phpBB. -phpBB Lead Developer : Acyd Burn (Meik Sievertsen) +phpBB Lead Developer : Acyd Burn (Meik Sievertsen) -phpBB Developers : APTX (Marek A. R.) - DavidMJ (David M.) - dhn (Dominik Dröscher) - kellanved (Henry Sudhof) - naderman (Nils Adermann) - Terrafrost (Jim Wigginton) - ToonArmy (Chris Smith) +phpBB Developers : APTX (Marek A. R.) + Bantu (Andreas Fischer) + DavidMJ (David M.) + dhn (Dominik Dröscher) + kellanved (Henry Sudhof) + naderman (Nils Adermann) + Terrafrost (Jim Wigginton) + ToonArmy (Chris Smith) +Contributions by : leviatan21 (Gabriel Vazquez) + nickvergessen (Joas Schilling) + Raimon (Raimon Meuldijk) + rxu (Ruslan Uzdenov) + Xore (Robert Hetzler) --- Previous Contributors -- -phpBB Project Manager : theFinn (James Atkinson) [Founder - 04/2007] - SHS` (Jonathan Stanley) +-- Previous Contributors -- -phpBB Lead Developer : psoTFX (Paul S. Owen) [2001 - 09/2005] +phpBB Project Manager : theFinn (James Atkinson) [Founder - 04/2007] + SHS` (Jonathan Stanley) -phpBB Developers : Ashe (Ludovic Arnaud) [10/2002 - 11/2003, 06/2006 - 10/2006] - BartVB (Bart van Bragt) [11/2000 - 03/2006] - GrahamJE (Graham Eames) [09/2005 - 11/2006] - Vic D'Elfant (Vic D'Elfant) [04/2007 - 04/2009] +phpBB Lead Developer : psoTFX (Paul S. Owen) [2001 - 09/2005] +phpBB Developers : Ashe (Ludovic Arnaud) [10/2002 - 11/2003, 06/2006 - 10/2006] + BartVB (Bart van Bragt) [11/2000 - 03/2006] + GrahamJE (Graham Eames) [09/2005 - 11/2006] + Vic D'Elfant (Vic D'Elfant) [04/2007 - 04/2009] -- Copyrights -- -Visual Confirmation : Xore (Robert Hetzler) +Visual Confirmation : Xore (Robert Hetzler) Original subSilver by subBlue Design, Tom Beddard, (c) 2001 phpBB Group prosilver by subBlue Design, Tom Beddard, (c) 2004 phpBB Group -- cgit v1.2.1 From 3461eaf828848bd27d4777cfd796319dd55c53ce Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 1 Aug 2009 11:01:18 +0000 Subject: Fallback options for missing language files. (Bug #38575 - Patch by EXreaction) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9901 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 84d6858db1..a91ecc3bcb 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -254,6 +254,7 @@
    • [Feature] Display version check on ACP main page.
    • [Feature] Ability to copy permissions from one forum to several other forums.
    • +
    • [Feature] Fallback options for missing language files. (Bug #38575 - Patch by EXreaction)

    1.ii. Changes since 3.0.4

    -- cgit v1.2.1 From 530f4963cbc12e0f47f20c13c70587a60d3ad37c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 1 Aug 2009 11:43:39 +0000 Subject: Fix Bug #37585 - Correctly log action when users request to join a group Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9903 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index a91ecc3bcb..25f4f04158 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -182,6 +182,7 @@
  • [Fix] Correctly add user to a group making it a default one. (Bug #48345 - Patch by rxu)
  • [Fix] Add log entry when copying forum permissions.
  • [Fix] Min/max characters per posts also affects polls option (Bug #47295 - Patch by nickvergessen)
  • +
  • [Fix] Correctly log action when users request to join a group (Bug #37585 - Patch by nickvergessen)
  • [Fix] Do not try to create thumbnails for images we cannot open properly. (Bug #48695)
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • -- cgit v1.2.1 From 2958890439f29b9cf45997c52c8cfa57e0f16bc8 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 1 Aug 2009 12:28:50 +0000 Subject: Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9905 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 25f4f04158..5c627ae16c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -184,6 +184,7 @@
  • [Fix] Min/max characters per posts also affects polls option (Bug #47295 - Patch by nickvergessen)
  • [Fix] Correctly log action when users request to join a group (Bug #37585 - Patch by nickvergessen)
  • [Fix] Do not try to create thumbnails for images we cannot open properly. (Bug #48695)
  • +
  • [Fix] Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • [Change] Template engine now permits to a limited extent variable includes.
  • -- cgit v1.2.1 From 79406749622b816f569212ba89af1e27d1a7a772 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 1 Aug 2009 12:36:05 +0000 Subject: change preferred to recommended in install.html file git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9906 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/INSTALL.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 4eee4520dc..577bc99c6e 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -283,7 +283,7 @@

    The patch file package is for those wanting to update through the patch application, and being comfortable with it.

    -

    The patch file is one solution for those with many Modifications (MODs) or other changes who do not want to re-add them back to all the changed files if they use the method explained above. To use this you will need command line access to a standard UNIX type patch application. If you do not have access to such an application but still want to use this update approach, we strongly recommend the Automatic update package explained below. It is also the preferred update method.

    +

    The patch file is one solution for those with many Modifications (MODs) or other changes who do not want to re-add them back to all the changed files if they use the method explained above. To use this you will need command line access to a standard UNIX type patch application. If you do not have access to such an application but still want to use this update approach, we strongly recommend the Automatic update package explained below. It is also the recommended update method.

    A number of patch files are provided to allow you to update from previous stable releases. Select the correct patch, e.g. if your current version is 3.0.4 you need the phpBB-3.0.4_to_3.0.5.patch file. Place the correct patch in the parent directory containing the phpBB3 core files (i.e. index.php, viewforum.php, etc.). With this done you should run the following command: patch -cl -d [PHPBB DIRECTORY] -p1 < [PATCH NAME] (where PHPBB DIRECTORY is the directory name your phpBB Installation resides in, for example phpBB3, and where PATCH NAME is the relevant filename of the selected patch file). This should complete quickly, hopefully without any HUNK FAILED comments.

    @@ -293,7 +293,7 @@

    4.iv. Automatic update package

    -

    This update method is the preferred method for updating. This package allows detecting changed files automatically and merges changes if needed.

    +

    This update method is the recommended method for updating. This package allows detecting changed files automatically and merges changes if needed.

    The automatic update package contains - contrary to the others - only the information required to update the previous release version to the latest available version. These packages are meant for use with the automatic update tool.

    -- cgit v1.2.1 From 73a6f7263b02ed694d986967a162f2359f89f709 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 1 Aug 2009 13:52:37 +0000 Subject: Adjust build_url() to not prepend $phpbb_root_path if path returned from redirect() is an URL. This fixes redirect issues with some installations and bridges. (Bug #47535) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9907 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 5c627ae16c..eee01525aa 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -185,6 +185,7 @@
  • [Fix] Correctly log action when users request to join a group (Bug #37585 - Patch by nickvergessen)
  • [Fix] Do not try to create thumbnails for images we cannot open properly. (Bug #48695)
  • [Fix] Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)
  • +
  • [Fix] Adjust build_url() to not prepend $phpbb_root_path if path returned from redirect() is an URL. This fixes redirect issues with some installations and bridges. (Bug #47535)
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • [Change] Template engine now permits to a limited extent variable includes.
  • -- cgit v1.2.1 From 44a15b86355e0d2a4d7f6623cd05a3c9e5e58bdd Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sat, 1 Aug 2009 15:46:23 +0000 Subject: Tiny adjustments related to r9900 and r9897. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9908 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/AUTHORS | 2 +- phpBB/docs/CHANGELOG.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/AUTHORS b/phpBB/docs/AUTHORS index 38457efbbc..63540ea8a0 100644 --- a/phpBB/docs/AUTHORS +++ b/phpBB/docs/AUTHORS @@ -23,7 +23,7 @@ involved in phpBB. phpBB Lead Developer : Acyd Burn (Meik Sievertsen) phpBB Developers : APTX (Marek A. R.) - Bantu (Andreas Fischer) + bantu (Andreas Fischer) DavidMJ (David M.) dhn (Dominik Dröscher) kellanved (Henry Sudhof) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index eee01525aa..ea841da88a 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -208,7 +208,7 @@
  • [Change] Add pagination for icons and smilies in the ACP and smilies in the smiley popup
  • [Change] Cache get_username_string() function calls on viewtopic.
  • [Change] Cache version check.
  • -
  • [Change] When creating a new forum without copying permissions, ask again.
  • +
  • [Change] When creating a new forum without copying permissions, ask again.
  • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
  • [Feature] Backported 3.2 captcha plugins.
      -- cgit v1.2.1 From d78703d73bd40a9d0d553cfb6d39bf5347f84927 Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Sat, 1 Aug 2009 16:28:02 +0000 Subject: Fix bug #1309 - Multiline [url] not Converted Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9910 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index ea841da88a..1d83a27174 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -209,6 +209,7 @@
    • [Change] Cache get_username_string() function calls on viewtopic.
    • [Change] Cache version check.
    • [Change] When creating a new forum without copying permissions, ask again.
    • +
    • [Change] Parse multiline url title for [url] BBCode tag. (Bug #1309)
    • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
    • [Feature] Backported 3.2 captcha plugins.
        -- cgit v1.2.1 From 1f871950d8bbefe59e18c00ea3238591c0b73807 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Mon, 3 Aug 2009 15:46:56 +0000 Subject: #48985 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9916 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 1d83a27174..875dbf1400 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -258,9 +258,9 @@
      • [Feature] Display version check on ACP main page.
      • [Feature] Ability to copy permissions from one forum to several other forums.
      • +
      • [Feature] Ability to control the display of custom profile fields on viewtopic (Bug #48985).
      • [Feature] Fallback options for missing language files. (Bug #38575 - Patch by EXreaction)
      -

      1.ii. Changes since 3.0.4

        -- cgit v1.2.1 From c8daec7c8239fab1cc45eb94829a1a99fd646d46 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 4 Aug 2009 10:04:54 +0000 Subject: Fix Bug #49035 - Fix general error while registration, through undefined variable $config in validate_referer (Patch by wjvriend) Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9917 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 875dbf1400..1ba713b1b9 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -186,6 +186,7 @@
      • [Fix] Do not try to create thumbnails for images we cannot open properly. (Bug #48695)
      • [Fix] Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)
      • [Fix] Adjust build_url() to not prepend $phpbb_root_path if path returned from redirect() is an URL. This fixes redirect issues with some installations and bridges. (Bug #47535)
      • +
      • [Fix] Fix general error while registration, through undefined variable $config in validate_referer (Bug #49035 - Patch by wjvriend)
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • [Change] Template engine now permits to a limited extent variable includes.
      • -- cgit v1.2.1 From 6cd6a907c7d8503896a46f710bb75370f1abcf43 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 4 Aug 2009 14:15:13 +0000 Subject: Separate PM Reply and PM Reply to all in prosilver. Style changes by dhn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9919 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 1ba713b1b9..1ba549272c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -141,7 +141,7 @@
      • [Fix] Check if template file is empty before trying to read from it. (Bug #47345 - Patch by bantu)
      • [Fix] Correct descriptions of the permissions to use BBCode, smilies, images and flash to be more relevant. (Bug #36065 - Patch by rxu)
      • [Fix] Fix style issues in print mode. (Bug #26375 - Patch by leviatan21)
      • -
      • [Fix] Fix minor issue with L_QUOTE language string missing in several PM composing modes. (Bug #39625 - Patch by rxu)
      • +
      • [Fix] Fix minor issue with L_QUOTE language string missing in several PM composing modes. (Bug #39625 - Patch by rxu)
      • [Fix] Color bbcode now supports three-digit hex notation. (Bug #39965 - Patch by m0rpha)
      • [Fix] Search by authorname does not display posts of guests and deleted or deactivated users (Bug #36565, #47765 - Patch by nickvergessen)
      • [Fix] View end of ban in MCP and ACP when user is banned by duration (Bug #47815 - Patch by Pyramide)
      • @@ -261,6 +261,7 @@
      • [Feature] Ability to copy permissions from one forum to several other forums.
      • [Feature] Ability to control the display of custom profile fields on viewtopic (Bug #48985).
      • [Feature] Fallback options for missing language files. (Bug #38575 - Patch by EXreaction)
      • +
      • [Feature] Separate PM Reply and PM Reply to all in prosilver.

      1.ii. Changes since 3.0.4

      -- cgit v1.2.1 From 769bc7174f355531e384c3237cdcb1c7b5a3824f Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Tue, 4 Aug 2009 15:36:39 +0000 Subject: use new flag to place captcha errors in the error log (if debug is set) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9922 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 1ba549272c..01205402d2 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -262,6 +262,8 @@
    • [Feature] Ability to control the display of custom profile fields on viewtopic (Bug #48985).
    • [Feature] Fallback options for missing language files. (Bug #38575 - Patch by EXreaction)
    • [Feature] Separate PM Reply and PM Reply to all in prosilver.
    • +
    • [Feature] Place debug notices during captcha rendering in the error log - useful for debugging output already started errors.
    • +

    1.ii. Changes since 3.0.4

    -- cgit v1.2.1 From 914687075da7769583e2752701121deee61ff525 Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Wed, 5 Aug 2009 12:51:48 +0000 Subject: Fix bug #15729 - Global announcements marked as read if all new topics in forum are viewed Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9926 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 01205402d2..00fae0c47d 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -186,6 +186,7 @@
  • [Fix] Do not try to create thumbnails for images we cannot open properly. (Bug #48695)
  • [Fix] Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)
  • [Fix] Adjust build_url() to not prepend $phpbb_root_path if path returned from redirect() is an URL. This fixes redirect issues with some installations and bridges. (Bug #47535)
  • +
  • [Fix] Do not mark global announcements as read if all topics in a forum become read (Bug #15729).
  • [Fix] Fix general error while registration, through undefined variable $config in validate_referer (Bug #49035 - Patch by wjvriend)
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • -- cgit v1.2.1 From f3a2c096e7f502e877ada6924d1fedffde59d431 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 5 Aug 2009 13:01:03 +0000 Subject: submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false). git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9927 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 00fae0c47d..c373a5a8f7 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -188,6 +188,7 @@
  • [Fix] Adjust build_url() to not prepend $phpbb_root_path if path returned from redirect() is an URL. This fixes redirect issues with some installations and bridges. (Bug #47535)
  • [Fix] Do not mark global announcements as read if all topics in a forum become read (Bug #15729).
  • [Fix] Fix general error while registration, through undefined variable $config in validate_referer (Bug #49035 - Patch by wjvriend)
  • +
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • [Change] Template engine now permits to a limited extent variable includes.
  • -- cgit v1.2.1 From 4e117116749ad47c1cfcc24cd2cb24c7271aad1c Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Wed, 5 Aug 2009 13:05:55 +0000 Subject: Fix Bug #48955 - Correctly extract column default value when exporting PostgreSQL tables. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9928 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index c373a5a8f7..17d192d88b 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -188,6 +188,7 @@
  • [Fix] Adjust build_url() to not prepend $phpbb_root_path if path returned from redirect() is an URL. This fixes redirect issues with some installations and bridges. (Bug #47535)
  • [Fix] Do not mark global announcements as read if all topics in a forum become read (Bug #15729).
  • [Fix] Fix general error while registration, through undefined variable $config in validate_referer (Bug #49035 - Patch by wjvriend)
  • +
  • [Fix] Correctly extract column default value when exporting PostgreSQL tables. (Bug #48955)
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • -- cgit v1.2.1 From 3036fbc66fc57ce520c6c5db4f4195370f874e1f Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Mon, 10 Aug 2009 12:07:01 +0000 Subject: Fix bug #47705 - Out of range value for column 'topic_replies_real' Authorised by: Kellanved git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9946 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 17d192d88b..41639161be 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -168,6 +168,7 @@
  • [Fix] Allow changing forum from select box under certain circumstances. (Bug #37525)
  • [Fix] Display required fields notice on registration above the custom profile fields. (Bug #39665)
  • [Fix] Copy poll options properly when copying topic. (Bug #39065)
  • +
  • [Fix] Fix error with disapproval of topics having several queued posts only. (Bug #47705 - Patch by rxu)
  • [Fix] Preserve newlines in template files (one newline had been always dropped after a template variable due to PHP's handling of closing tags)
  • [Fix] Be less strict with FTP daemons when getting directory filelists. (Bug #46295)
  • [Fix] Fix set_custom_template for database-stored styles (Bug #40515 - Patch by nickvergessen)
  • -- cgit v1.2.1 From e5fadfd42bc956a149e04370631b054213866544 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 10 Aug 2009 12:12:45 +0000 Subject: Bugs #15809, #49215 - Allow updater to work correctly with PHP filename extensions other than .php. Related revisions: r9935, r9936 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9948 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 41639161be..3e5757aa70 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -190,6 +190,7 @@
  • [Fix] Do not mark global announcements as read if all topics in a forum become read (Bug #15729).
  • [Fix] Fix general error while registration, through undefined variable $config in validate_referer (Bug #49035 - Patch by wjvriend)
  • [Fix] Correctly extract column default value when exporting PostgreSQL tables. (Bug #48955)
  • +
  • [Fix] Allow updater to work correctly with PHP filename extensions other than ".php". (Bugs #15809, #49215)
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • -- cgit v1.2.1 From ff458a5b4e81c1f35a3341ad4646205e52c5b5da Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 11 Aug 2009 13:35:15 +0000 Subject: Update search index if only post subject changed. (Bug #49435) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9955 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3e5757aa70..f87e0439f0 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -191,6 +191,7 @@
  • [Fix] Fix general error while registration, through undefined variable $config in validate_referer (Bug #49035 - Patch by wjvriend)
  • [Fix] Correctly extract column default value when exporting PostgreSQL tables. (Bug #48955)
  • [Fix] Allow updater to work correctly with PHP filename extensions other than ".php". (Bugs #15809, #49215)
  • +
  • [Fix] Update search index if only post subject changed. (Bug #49435)
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • -- cgit v1.2.1 From 8014c49f68c2081abfe40f5f3dd270025fdbaf1e Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Wed, 12 Aug 2009 12:10:23 +0000 Subject: entries git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9963 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 f87e0439f0..ea2459b653 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -192,6 +192,8 @@
  • [Fix] Correctly extract column default value when exporting PostgreSQL tables. (Bug #48955)
  • [Fix] Allow updater to work correctly with PHP filename extensions other than ".php". (Bugs #15809, #49215)
  • [Fix] Update search index if only post subject changed. (Bug #49435)
  • +
  • [Fix] Fix who is online displaying incorrect data. (Bug #49485, thanks Brainy)
  • +
  • [Change] Introduce new parametwer to page_header for forum specific who is online listings.
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • -- cgit v1.2.1 From 45964352e37217277527480fcd89222b33c22280 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Wed, 12 Aug 2009 12:34:12 +0000 Subject: Typo in r9963. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9964 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index ea2459b653..20f3f849d5 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -193,7 +193,6 @@
  • [Fix] Allow updater to work correctly with PHP filename extensions other than ".php". (Bugs #15809, #49215)
  • [Fix] Update search index if only post subject changed. (Bug #49435)
  • [Fix] Fix who is online displaying incorrect data. (Bug #49485, thanks Brainy)
  • -
  • [Change] Introduce new parametwer to page_header for forum specific who is online listings.
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • @@ -219,6 +218,7 @@
  • [Change] Cache version check.
  • [Change] When creating a new forum without copying permissions, ask again.
  • [Change] Parse multiline url title for [url] BBCode tag. (Bug #1309)
  • +
  • [Change] Introduce new parameter to page_header() for forum specific who is online listings.
  • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
  • [Feature] Backported 3.2 captcha plugins.
      -- cgit v1.2.1 From b4baa6a0941aa32db06ddabc56612616fe75605f Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 13 Aug 2009 15:25:20 +0000 Subject: Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9970 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + phpBB/docs/INSTALL.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 20f3f849d5..f38bb3e4ff 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -219,6 +219,7 @@
    • [Change] When creating a new forum without copying permissions, ask again.
    • [Change] Parse multiline url title for [url] BBCode tag. (Bug #1309)
    • [Change] Introduce new parameter to page_header() for forum specific who is online listings.
    • +
    • [Change] Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.
    • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
    • [Feature] Backported 3.2 captcha plugins.
        diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 577bc99c6e..56f68b1dcb 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -139,7 +139,7 @@
      • MySQL 3.23 or above (MySQLi supported)
      • PostgreSQL 7.3+
      • SQLite 2.8.2+
      • -
      • Firebird 2.0+
      • +
      • Firebird 2.1+
      • MS SQL Server 2000 or above (directly or via ODBC)
      • Oracle
      -- cgit v1.2.1 From ebf3651e3e7b53d75a2dc877e77c1d5a3e64a089 Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Thu, 13 Aug 2009 21:17:16 +0000 Subject: - Unapproved topics can no longer be replied to (Bug #44005) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9971 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f38bb3e4ff..3a01329090 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -220,6 +220,7 @@
    • [Change] Parse multiline url title for [url] BBCode tag. (Bug #1309)
    • [Change] Introduce new parameter to page_header() for forum specific who is online listings.
    • [Change] Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.
    • +
    • [Change] Unapproved topics can no longer be replied to (Bug #44005)
    • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
    • [Feature] Backported 3.2 captcha plugins.
        -- cgit v1.2.1 From 32a08531a9506424206975103df30f2f62e77649 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Fri, 14 Aug 2009 15:59:08 +0000 Subject: meh git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9986 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3a01329090..9163f20615 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -461,6 +461,7 @@
      • [Fix] Moderators can only see reports/queue/logs from forums they can actually read. (Bug #31085)
      • [Fix] Correctly display topic when start parameter is equal to the number of posts.
      • [Fix] Correctly display topic in MCP when start parameter is equal to or greater than the number of posts. (Bug #30525)
      • +
      • [Fix] Fixed incorrect "topic does not exist" when unapproved posts were visited without global moderator permissions. (Bug #47795)
      • [Change] No longer allow the direct use of MULTI_INSERT in sql_build_array. sql_multi_insert() must be used.
      • [Change] Display warning in ACP if config.php file is left writable.
      • -- cgit v1.2.1 From 8b4c84484a1d17983dc59f7fc817d675ec7f50eb Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Fri, 14 Aug 2009 16:22:59 +0000 Subject: meh git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9987 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 9163f20615..b7295b898f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -193,6 +193,7 @@
      • [Fix] Allow updater to work correctly with PHP filename extensions other than ".php". (Bugs #15809, #49215)
      • [Fix] Update search index if only post subject changed. (Bug #49435)
      • [Fix] Fix who is online displaying incorrect data. (Bug #49485, thanks Brainy)
      • +
      • [Fix] Fixed incorrect "topic does not exist" when unapproved posts were visited without global moderator permissions. (Bug #47795)
      • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • @@ -461,7 +462,6 @@
      • [Fix] Moderators can only see reports/queue/logs from forums they can actually read. (Bug #31085)
      • [Fix] Correctly display topic when start parameter is equal to the number of posts.
      • [Fix] Correctly display topic in MCP when start parameter is equal to or greater than the number of posts. (Bug #30525)
      • -
      • [Fix] Fixed incorrect "topic does not exist" when unapproved posts were visited without global moderator permissions. (Bug #47795)
      • [Change] No longer allow the direct use of MULTI_INSERT in sql_build_array. sql_multi_insert() must be used.
      • [Change] Display warning in ACP if config.php file is left writable.
      • -- cgit v1.2.1 From e63b12c4b1487a683ced3b97f7414fa4f7bc58a8 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sat, 15 Aug 2009 20:44:53 +0000 Subject: Prevent style switcher from blocking the tab key. #49335 Tested under FF 3.0/3.5/Opera/Chrome on Linux git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9994 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index b7295b898f..794efe0640 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -194,6 +194,7 @@
      • [Fix] Update search index if only post subject changed. (Bug #49435)
      • [Fix] Fix who is online displaying incorrect data. (Bug #49485, thanks Brainy)
      • [Fix] Fixed incorrect "topic does not exist" when unapproved posts were visited without global moderator permissions. (Bug #47795)
      • +
      • [Fix] Prevent style switcher from blocking the tab key. (Bug #49335)
      • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • -- cgit v1.2.1 From b3af455c6ada043b5f1a18379b33938cfa2709dc Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 17 Aug 2009 12:19:44 +0000 Subject: Some rewording. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10001 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 794efe0640..682e1c97cb 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -107,56 +107,55 @@
      • [Fix] Fix saving custom profile fields in ACP if Oracle used (Bug #46015)
      • [Fix] Make view_log() more resilient to corrupt serialized data. (Bug #46545)
      • [Fix] Show error if hostname lookup doesn't return a valid IP address when banning. (Bug #45585 - Patch by bantu)
      • -
      • [Fix] Incorrect layout when loading PM-draft (Bug #38435 - Patch by nickvergessen)
      • -
      • [Fix] Wrong message shown to user, when adding bots to friends/foes. (Bug #40205 - Patch by nickvergessen)
      • +
      • [Fix] Fix incorrect layout when loading private message draft. (Bug #38435 - Patch by nickvergessen)
      • +
      • [Fix] Show proper error message when trying to add bots to friends/foes list. (Bug #40205 - Patch by nickvergessen)
      • [Fix] Fix Oracle database backup (Bug #46715)
      • [Fix] Update attachments table when deleting user and retaining his posts. (Bug #40245 - Patch by rxu)
      • -
      • [Fix] Template cache error for files of template-subfolders (Bug #46145 - Patch by nickvergessen)
      • +
      • [Fix] Correctly detect files in subfolders when viewing cached template files. (Bug #46145 - Patch by nickvergessen)
      • [Fix] Display user's Jabber address in popup when Jabber functionality is disabled (Bug #20775 - Patch by nickvergessen)
      • -
      • [Fix] Exclude forum from active topics option is ignored (Bug #19135 - Patch by nickvergessen)
      • +
      • [Fix] Correctly exclude forums from active topics list. (Bug #19135 - Patch by nickvergessen)
      • [Fix] Do not display birthdays of banned users (Bug #20625 - Patch by nickvergessen)
      • [Fix] Fix function to recalculate Nested Sets (Bug #41555 - Patch by EXreaction)
      • -
      • [Fix] Display and highlight already used rank images while assigning new rank (Bug #22665 - Patch by nickvergessen)
      • +
      • [Fix] Display but also highlight already used rank images when creating new ranks. (Bug #22665 - Patch by nickvergessen)
      • [Fix] Correctly orientate quoted text image on RTL languages (Bug #33745 - Patch by nickvergessen)
      • [Fix] Do not display "View user notes" and "Warn user" links in user profile if corresponding MCP modules are disabled. (Bug #10519 - Patch by rxu)
      • -
      • [Fix] Empty error message in UCP folder management when creating folder without name (Bug #39875 - Patch by nickvergessen)
      • -
      • [Fix] Wrong description in UCP group management implicates missing feature (Bug #19945 - Patch by nickvergessen)
      • +
      • [Fix] Show proper error message when trying to create a private messages folder with an empty name. (Bug #39875 - Patch by nickvergessen)
      • +
      • [Fix] No longer state that it is possible to manage group leaders from the UCP. (Bug #19945 - Patch by nickvergessen)
      • [Fix] Do not throw an error when PDO is a shared module and not loaded preventing SQLite from being loaded.
      • -
      • [Fix] Fix unicode words censoring. (Bug #16555 - Patches by rxu)
      • +
      • [Fix] Fix censoring of unicode words. (Bug #16555 - Patches by rxu)
      • [Fix] Display coloured usernames in ACP groups management screens
      • [Fix] Correctly describe founder permissions on trace-information (Bug #37235 - Patch by nickvergessen)
      • [Fix] Correct the width value for poll_center.gif omitted in imageset.cfg for subsilver2. (Bug #43005 - Patch by rxu)
      • [Fix] Correctly load complex language variable using acp_language (Bug #45735 - Patch by leviatan21)
      • -
      • [Fix] Fixed reapply_sid() to correctly strip session id in certain circumstances (Bug #43125 - Patch by leviatan21)
      • +
      • [Fix] Fix reapply_sid() to correctly strip session id in certain circumstances (Bug #43125 - Patch by leviatan21)
      • [Fix] Correctly state why one language pack is marked with an asterisk in the ACP. (Bug #37565 - Patch by bantu)
      • [Fix] Correctly check if install directory is still present. (Bug #46965 - Patch by rxu)
      • [Fix] Correct banned user behaviour when "force password change" is enabled (Bug #47145 - Patch by nickvergessen and leviatan21 )
      • [Fix] Correctly display ACP logs options, without permission to clear logs. (Bug #24155 - Patch by leviatan21)
      • [Fix] Display topic icons in MCP forum view again (only prosilver).
      • [Fix] Properly display post status messages in topic when post is reported and unapproved (Bug #44455 - Patch by leviatan21)
      • -
      • [Fix] Loading draft removes recipients when replying to PM (Bug #38395 - Patch by nickvergessen)
      • -
      • [Fix] Add poster-name to moderator-log when deleting post/topic (Bug #46225 - Patch by nickvergessen)
      • -
      • [Fix] "Report details" link broken in MCP (Bug #46975 - Patch by nickvergessen)
      • +
      • [Fix] Do not remove recipients when loading private message draft. (Bug #38395 - Patch by nickvergessen)
      • +
      • [Fix] Add author name to moderator log when deleting post/topic. (Bug #46225 - Patch by nickvergessen)
      • +
      • [Fix] Fix broken "Report details" link in the MCP. (Bug #46975 - Patch by nickvergessen)
      • [Fix] Resolve accesskey conflicts in prosilver. (Bug #44685 - Patch by bantu)
      • [Fix] Check if template file is empty before trying to read from it. (Bug #47345 - Patch by bantu)
      • [Fix] Correct descriptions of the permissions to use BBCode, smilies, images and flash to be more relevant. (Bug #36065 - Patch by rxu)
      • [Fix] Fix style issues in print mode. (Bug #26375 - Patch by leviatan21)
      • [Fix] Fix minor issue with L_QUOTE language string missing in several PM composing modes. (Bug #39625 - Patch by rxu)
      • -
      • [Fix] Color bbcode now supports three-digit hex notation. (Bug #39965 - Patch by m0rpha)
      • -
      • [Fix] Search by authorname does not display posts of guests and deleted or deactivated users (Bug #36565, #47765 - Patch by nickvergessen)
      • -
      • [Fix] View end of ban in MCP and ACP when user is banned by duration (Bug #47815 - Patch by Pyramide)
      • -
      • [Fix] Wrong count of posts awaiting approval in MCP. (Bug #47685 - Patch by nickvergessen)
      • +
      • [Fix] Also fetch posts of guests and deleted or deactivated users when searching for author names. (Bug #36565, #47765 - Patch by nickvergessen)
      • +
      • [Fix] Show end of ban in MCP and ACP when user is banned by duration. (Bug #47815 - Patch by Pyramide)
      • +
      • [Fix] Correctly count posts awaiting approval in the MCP. (Bug #47685 - Patch by nickvergessen)
      • [Fix] Display user's posts count in private message when it is equal to 0 (prosilver). (Bug #40155 - Patch by rxu)
      • -
      • [Fix] Disable word-censor option in UCP lacks the config-setting (Bug #47575 - Patch by 00mohgta7)
      • +
      • [Fix] Only allow users to disable word censor if globally allowed. (Bug #47575 - Patch by 00mohgta7)
      • [Fix] Fix database updater and db tools to support multiple column changes/additions/removals with SQLite
      • [Fix] Correctly detect GZIP status in debug mode. (Bug #24075 - Patch by rxu)
      • [Fix] Posting smilies in view more smilies now work again in IE (Bug #46025 - Patch by leviatan21)
      • -
      • [Fix] Properly convert and show filesize information (Bug #47775 - Patch by bantu)
      • +
      • [Fix] Properly convert and show filesize information. (Bug #47775 - Patch by bantu)
      • [Fix] Add ability to prune users who never logged in. (Bug #44295 - Patch by rxu)
      • -
      • [Fix] Smilies and images not viewed in topic-print view (Bug #47265 - Patch by nickvergessen)
      • -
      • [Fix] Force full date for PMs print-view (Patch by nickvergessen)
      • +
      • [Fix] Show smilies and images in topic print view. (Bug #47265 - Patch by nickvergessen)
      • +
      • [Fix] Force full date in private message print view. (Patch by nickvergessen)
      • [Fix] Fix "Always show a scrollbar for short pages" for IE8 and Firefox 3.5 (Bug #47865 - Patch by stokerpiller)
      • -
      • [Fix] Do not allow setting group as default group for pending user (Bug #45675 - Patch by nickvergessen)
      • +
      • [Fix] Do not allow setting group as default group for pending users. (Bug #45675 - Patch by nickvergessen)
      • [Fix] Fail gracefully if store folder is not writable during update. (Bugs #46615, #46945)
      • [Fix] Hide profile-icon from viewtopic-page if user has no permissions (subsilver2 only) (Bug #37635 - Patch by leviatan21)
      • [Fix] Correct escaping/unescaping in the LDAP authentication plugin. (Bug #48175)
      • @@ -223,6 +222,7 @@
      • [Change] Introduce new parameter to page_header() for forum specific who is online listings.
      • [Change] Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.
      • [Change] Unapproved topics can no longer be replied to (Bug #44005)
      • +
      • [Change] Allow three-digit hex notation in Color BBcode. (Bug #39965 - Patch by m0rpha)
      • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
      • [Feature] Backported 3.2 captcha plugins.
          -- cgit v1.2.1 From d42e5a71d23093a4cce4b1a56b7482670258476d Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Mon, 17 Aug 2009 13:09:54 +0000 Subject: Fix bug #49625 - Performing actions in Main MCP tab does not return correctly Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10002 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 682e1c97cb..a605f3a164 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -194,6 +194,7 @@
        • [Fix] Fix who is online displaying incorrect data. (Bug #49485, thanks Brainy)
        • [Fix] Fixed incorrect "topic does not exist" when unapproved posts were visited without global moderator permissions. (Bug #47795)
        • [Fix] Prevent style switcher from blocking the tab key. (Bug #49335)
        • +
        • [Fix] Correctly redirect on MCP main page after posts approval/disapproval from it. (Bug #49625)
        • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
        • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
        • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
        • -- cgit v1.2.1 From b4297abf2a6aca7e6d3ffccbb61c096a5c590f86 Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Mon, 17 Aug 2009 13:25:04 +0000 Subject: Fix bug #49525 - Search for unreads should require login Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10004 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index a605f3a164..6182711169 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -223,6 +223,7 @@
        • [Change] Introduce new parameter to page_header() for forum specific who is online listings.
        • [Change] Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.
        • [Change] Unapproved topics can no longer be replied to (Bug #44005)
        • +
        • [Change] Require user to be registered and logged in to search for unread posts if topic read tracking is disabled for guests (Bug #49525)
        • [Change] Allow three-digit hex notation in Color BBcode. (Bug #39965 - Patch by m0rpha)
        • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
        • [Feature] Backported 3.2 captcha plugins. -- cgit v1.2.1 From 6262263aefe4857d1c7af3ee68ed7c6a1e91e196 Mon Sep 17 00:00:00 2001 From: Ruslan Uzdenov Date: Mon, 17 Aug 2009 13:32:41 +0000 Subject: Fix bug #43295 - Moved topics show unapproved even without permissions in the new forum Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10006 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6182711169..9fec6f73c1 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -195,6 +195,7 @@
        • [Fix] Fixed incorrect "topic does not exist" when unapproved posts were visited without global moderator permissions. (Bug #47795)
        • [Fix] Prevent style switcher from blocking the tab key. (Bug #49335)
        • [Fix] Correctly redirect on MCP main page after posts approval/disapproval from it. (Bug #49625)
        • +
        • [Fix] Do not display topic approval status image for shadow topic if a user is not a moderator in the forum the topic has been moved to. (Bug #43295)
        • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
        • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
        • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
        • -- cgit v1.2.1 From fe01a43d453f81e4c6229eed2d40e2281a7dcffa Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 17 Aug 2009 14:42:27 +0000 Subject: Added section about special constants able to be used. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10007 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/coding-guidelines.html | 59 +++++++++++++++++++++++++++++++++++++-- phpBB/docs/hook_system.html | 48 ++++++++++++++++++++++++------- 2 files changed, 94 insertions(+), 13 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 37bad06587..37b9629362 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -57,6 +57,7 @@
        • Editor Settings
        • File Header
        • File Locations
        • +
        • Special Constants
        • Code Layout/Guidelines @@ -223,6 +224,54 @@ class ...
        • styles
          /styles, style.php
          phpBB Styles/Templates/Themes/Imagesets
        + 1.iv. Special Constants + +

        There are some special constants application developers are able to utilize to bend some of phpBB's internal functionality to suit their needs.

        + +
        +PHPBB_MSG_HANDLER          (overwrite message handler)
        +PHPBB_DB_NEW_LINK          (overwrite new_link parameter for sql_connect)
        +PHPBB_ROOT_PATH            (overwrite $phpbb_root_path)
        +PHPBB_ADMIN_PATH           (overwrite $phpbb_admin_path)
        +PHPBB_USE_BOARD_URL_PATH   (use generate_board_url() for image paths instead of $phpbb_root_path)
        +PHPBB_DISABLE_ACP_EDITOR   (disable ACP style editor for templates)
        +PHPBB_DISABLE_CONFIG_CHECK (disable ACP config.php writeable check)
        +
        +PHPBB_ACM_MEMCACHE_PORT     (overwrite memcached port, default is 11211)
        +PHPBB_ACM_MEMCACHE_COMPRESS (overwrite memcached compress setting, default is disabled)
        +PHPBB_ACM_MEMCACHE_HOST     (overwrite memcached host name, default is localhost)
        +
        +PHPBB_QA                   (Set board to QA-Mode, which means the updater also checks for RC-releases)
        +
        + +

        PHPBB_USE_BOARD_URL_PATH

        + +

        If the PHPBB_USE_BOARD_URL_PATH constant is set to true, phpBB uses generate_board_url() (this will return the boards url with the script path included) on all instances where web-accessible images are loaded. The exact locations are:

        + +
          +
        • /includes/session.php - user::img()
        • +
        • /includes/functions_content.php - smiley_text()
        • +
        + +

        Path locations for the following template variables are affected by this too:

        + +
          +
        • {T_THEME_PATH} - styles/xxx/theme
        • +
        • {T_TEMPLATE_PATH} - styles/xxx/template
        • +
        • {T_SUPER_TEMPLATE_PATH} - styles/xxx/template
        • +
        • {T_IMAGESET_PATH} - styles/xxx/imageset
        • +
        • {T_IMAGESET_LANG_PATH} - styles/xxx/imageset/yy
        • +
        • {T_IMAGES_PATH} - images/
        • +
        • {T_SMILIES_PATH} - $config['smilies_path']/
        • +
        • {T_AVATAR_PATH} - $config['avatar_path']/
        • +
        • {T_AVATAR_GALLERY_PATH} - $config['avatar_gallery_path']/
        • +
        • {T_ICONS_PATH} - $config['icons_path']/
        • +
        • {T_RANKS_PATH} - $config['ranks_path']/
        • +
        • {T_UPLOAD_PATH} - $config['upload_path']/
        • +
        • {T_STYLESHEET_LINK} - styles/xxx/theme/stylesheet.css (or link to style.php if css is parsed dynamically)
        • +
        • New template variable {BOARD_URL} for the board url + script path.
        • +
        +
  • @@ -1123,7 +1172,7 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&amp;

    Template defined variables can also be utilised.

     <!-- DEFINE $SOME_VAR = 'my_file.html' -->
    -<!-- INCLUDE {$SOME_VAR} -->	
    +<!-- INCLUDE {$SOME_VAR} -->
     

    PHP

    @@ -2297,13 +2346,13 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2)) - +

    7.ii. Commit Messages

    The commit message should contain a brief explanation of all changes made within the commit. Often identical to the changelog entry. A bug ticket can be referenced by specifying the ticket ID with a hash, e.g. #12345. A reference to another revision should simply be prefixed with r, e.g. r12345.

    Junior Developers need to have their patches approved by a development team member first. The commit message must end in a line with the following format:

    - +
     Authorised by: developer1[, developer2[, ...]]
     	
    @@ -2322,7 +2371,11 @@ Authorised by: developer1[, developer2[, ...]]
    +

    Revision 10007

    +

    Revision 9817

    diff --git a/phpBB/docs/hook_system.html b/phpBB/docs/hook_system.html index 565e0096fc..b23ebab869 100644 --- a/phpBB/docs/hook_system.html +++ b/phpBB/docs/hook_system.html @@ -104,14 +104,14 @@ h3 { border-top: 1px solid #ccc; } -code { - color: #006600; - font-weight: normal; - font-family: 'Courier New', monospace; - border-color: #D1D7DC; - border-width: 1px; - border-style: solid; - background-color: #FAFAFA; +code { + color: #006600; + font-weight: normal; + font-family: 'Courier New', monospace; + border-color: #D1D7DC; + border-width: 1px; + border-style: solid; + background-color: #FAFAFA; } #wrap { @@ -387,8 +387,36 @@ PHPBB_MSG_HANDLER (overwrite message handler) PHPBB_DB_NEW_LINK (overwrite new_link parameter for sql_connect) PHPBB_ROOT_PATH (overwrite $phpbb_root_path) PHPBB_ADMIN_PATH (overwrite $phpbb_admin_path) +PHPBB_USE_BOARD_URL_PATH (use generate_board_url() for image paths instead of $phpbb_root_path)
    +

    If the PHPBB_USE_BOARD_URL_PATH constant is set to true, phpBB uses generate_board_url() (this will return the boards url with the script path included) on all instances where web-accessible images are loaded. The exact locations are:

    + +
      +
    • /includes/session.php - user::img()
    • +
    • /includes/functions_content.php - smiley_text()
    • +
    + +

    Path locations for the following template variables are affected by this too:

    + +
      +
    • {T_THEME_PATH} - styles/xxx/theme
    • +
    • {T_TEMPLATE_PATH} - styles/xxx/template
    • +
    • {T_SUPER_TEMPLATE_PATH} - styles/xxx/template
    • +
    • {T_IMAGESET_PATH} - styles/xxx/imageset
    • +
    • {T_IMAGESET_LANG_PATH} - styles/xxx/imageset/yy
    • +
    • {T_IMAGES_PATH} - images/
    • +
    • {T_SMILIES_PATH} - $config['smilies_path']/
    • +
    • {T_AVATAR_PATH} - $config['avatar_path']/
    • +
    • {T_AVATAR_GALLERY_PATH} - $config['avatar_gallery_path']/
    • +
    • {T_ICONS_PATH} - $config['icons_path']/
    • +
    • {T_RANKS_PATH} - $config['ranks_path']/
    • +
    • {T_UPLOAD_PATH} - $config['upload_path']/
    • +
    • {T_STYLESHEET_LINK} - styles/xxx/theme/stylesheet.css (or link to style.php if css is parsed dynamically)
    • +
    • New template variable {BOARD_URL} for the board url + script path.
    • +
    + +
    @@ -616,7 +644,7 @@ echo $second_object->hook_me('first', 'second') . '<br />';
     not hooked
    -hooked 
    +hooked
     

    A different possibility would be using a function variable (which could be left out on passing the function variables to the hook):

    @@ -670,7 +698,7 @@ echo $second_object->hook_me('first', 'second') . '<br />';
     not hooked
    -hooked 
    +hooked
     		
    -- cgit v1.2.1 From f7009291e20969421f90ab81eed1347a4d977501 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 17 Aug 2009 14:45:14 +0000 Subject: Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset... This feature does not change anything for those not using the constant and this feature is also quite in-flux. We need to test this with some applications and bridges and there may be other locations able to benefit from it. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10008 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 9fec6f73c1..958b58de40 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -278,7 +278,7 @@
  • [Feature] Fallback options for missing language files. (Bug #38575 - Patch by EXreaction)
  • [Feature] Separate PM Reply and PM Reply to all in prosilver.
  • [Feature] Place debug notices during captcha rendering in the error log - useful for debugging output already started errors.
  • - +
  • [Feature] Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset...
  • 1.ii. Changes since 3.0.4

    -- cgit v1.2.1 From 9bcc38ea0b9a9b2a97b3032c9a528fe8fba0719a Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 18 Aug 2009 09:59:24 +0000 Subject: Fix email problems on servers with PHP installations not accepting RFC-compliant subject string passed to the the mail()-function. (Bug #46725) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10014 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 958b58de40..ce3aa87906 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -196,6 +196,7 @@
  • [Fix] Prevent style switcher from blocking the tab key. (Bug #49335)
  • [Fix] Correctly redirect on MCP main page after posts approval/disapproval from it. (Bug #49625)
  • [Fix] Do not display topic approval status image for shadow topic if a user is not a moderator in the forum the topic has been moved to. (Bug #43295)
  • +
  • [Fix] Fix email problems on servers with PHP installations not accepting RFC-compliant subject string passed to the the mail()-function. (Bug #46725)
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • -- cgit v1.2.1 From 4f7cf6af2a8063a8df8d82af179ef44f5e9c1da1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 18 Aug 2009 14:03:43 +0000 Subject: Fix Bug #49945 - Correctly orientate Control-Panel-Navigation background-image on RTL languages. Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10016 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index ce3aa87906..9ece6d3821 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -197,6 +197,7 @@
  • [Fix] Correctly redirect on MCP main page after posts approval/disapproval from it. (Bug #49625)
  • [Fix] Do not display topic approval status image for shadow topic if a user is not a moderator in the forum the topic has been moved to. (Bug #43295)
  • [Fix] Fix email problems on servers with PHP installations not accepting RFC-compliant subject string passed to the the mail()-function. (Bug #46725)
  • +
  • [Fix] Correctly orientate Control-Panel-Navigation background-image on RTL languages. (Bug #49945)
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • -- cgit v1.2.1 From fa213d88e1476bbe134fd5c2d2876a5e7f727669 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 20 Aug 2009 09:08:53 +0000 Subject: Revert r9658 Add WAI-ARIA landmarks for easier accessibility to the prosilver template (Bug #45715 - Patch by MarcoZ) I want to test some possibilities to let these be standard-conform. At the moment no documented technique is suitable for phpBB. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10021 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 9ece6d3821..5a23be76cd 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -210,7 +210,6 @@
  • [Change] Hide avatar when avatar-type is not allowed (Bug #46785 - Patch by cYbercOsmOnauT and nickvergessen)
  • [Change] INCLUDEPHP not depending on phpbb_root_path (Bug #45805 - Patch by nickvergessen)
  • [Change] Ability to fetch moderators with get_moderators() even if load_moderators setting is off. (Bug #35955)
  • -
  • [Change] Add WAI-ARIA landmarks for easier accessibility to the prosilver template (Bug #45715 - Patch by MarcoZ)
  • [Change] "Post details" links with image in MCP. (Bug #39845 - Patch by leviatan21)
  • [Change] Pm history only shows pms of the receipts you currently reply to (Bug #39505 - Patch by nickvergessen)
  • [Change] Add quote-button for own pm's in pm-history (Bug #37285 - Patch by nickvergessen)
  • -- cgit v1.2.1 From 74879efcb5c8af253c1d4bdbe97c8065681a1778 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 20 Aug 2009 14:50:40 +0000 Subject: Sort private messages by message time and not message id. (Bug #50015) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10035 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 5a23be76cd..d6aaf9e38f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -198,6 +198,7 @@
  • [Fix] Do not display topic approval status image for shadow topic if a user is not a moderator in the forum the topic has been moved to. (Bug #43295)
  • [Fix] Fix email problems on servers with PHP installations not accepting RFC-compliant subject string passed to the the mail()-function. (Bug #46725)
  • [Fix] Correctly orientate Control-Panel-Navigation background-image on RTL languages. (Bug #49945)
  • +
  • [Fix] Sort private messages by message time and not message id. (Bug #50015)
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • -- cgit v1.2.1 From 03568fd176501c6a6c629590ab701eadef5841aa Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Mon, 24 Aug 2009 15:12:40 +0000 Subject: Add INC (working name) to template syntax git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10051 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 ++ phpBB/docs/coding-guidelines.html | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index d6aaf9e38f..a8b68e587d 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -281,6 +281,8 @@
  • [Feature] Separate PM Reply and PM Reply to all in prosilver.
  • [Feature] Place debug notices during captcha rendering in the error log - useful for debugging output already started errors.
  • [Feature] Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset...
  • +
  • [Feature] Added INC command to template syntax.
  • +

    1.ii. Changes since 3.0.4

    diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 37b9629362..03b2949eba 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -1174,7 +1174,12 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&amp; <!-- DEFINE $SOME_VAR = 'my_file.html' --> <!-- INCLUDE {$SOME_VAR} -->
    - +

    Also added in 3.0.6 is the ability to increment an variable on use. This can be used for instances like tabindexes, where the amount of entries is not statically known. +The INC command will print the current state of a defined var and then increment it by one (postincrement).

    +
    +<!-- DEFINE $SOME_VAR = 1 -->
    +<!-- INC $SOME_VAR -->
    +

    PHP

    A contentious decision has seen the ability to include PHP within the template introduced. This is achieved by enclosing the PHP within relevant tags:

    -- cgit v1.2.1 From 17f40511bf4df9dd46cd13cbd2c7802c49575783 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 25 Aug 2009 09:07:26 +0000 Subject: Make sure only logs for existing users are displayed and user-specific logs removed on user deletion. (Bug #49855) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10053 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index a8b68e587d..0d9409b142 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -199,6 +199,7 @@
  • [Fix] Fix email problems on servers with PHP installations not accepting RFC-compliant subject string passed to the the mail()-function. (Bug #46725)
  • [Fix] Correctly orientate Control-Panel-Navigation background-image on RTL languages. (Bug #49945)
  • [Fix] Sort private messages by message time and not message id. (Bug #50015)
  • +
  • [Fix] Make sure only logs for existing users are displayed and user-specific logs removed on user deletion. (Bug #49855)
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • -- cgit v1.2.1 From b47b35a07d47435ecb35aa386783c42721bb4764 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 25 Aug 2009 09:48:44 +0000 Subject: This is an enhancement for revision r10051 (INC template variable) Within the mentioned revision INC was only able to be applied to defined template variables. I extended it now to work on all supported variables (template vars, defines, loops, defines in loops) I also added a DEC template variable to logically complete this. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10054 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- phpBB/docs/coding-guidelines.html | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 0d9409b142..0922372a78 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -282,7 +282,7 @@
  • [Feature] Separate PM Reply and PM Reply to all in prosilver.
  • [Feature] Place debug notices during captcha rendering in the error log - useful for debugging output already started errors.
  • [Feature] Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset...
  • -
  • [Feature] Added INC command to template syntax.
  • +
  • [Feature] Added INC/DEC command to template syntax, applicable to DEFINES and normal template variables, including loops.
  • 1.ii. Changes since 3.0.4

    diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 03b2949eba..29fce50b54 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -1169,17 +1169,25 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&amp;
     <!-- INCLUDE {FILE_VAR} -->
     
    +

    Template defined variables can also be utilised. +

     <!-- DEFINE $SOME_VAR = 'my_file.html' -->
     <!-- INCLUDE {$SOME_VAR} -->
     
    -

    Also added in 3.0.6 is the ability to increment an variable on use. This can be used for instances like tabindexes, where the amount of entries is not statically known. -The INC command will print the current state of a defined var and then increment it by one (postincrement).

    + +

    Also added in 3.0.6 is the ability to increment or decrement a variable on use. This can be used for instances like tabindexes, where the amount of entries is not statically known. +The INC (for incrementing) and DEC (for decrementing) commands will print the current state of a defined var and then increment/decrement it by one (postincrement/postdecrement).

    +
     <!-- DEFINE $SOME_VAR = 1 -->
     <!-- INC $SOME_VAR -->
    +Result: 1
    +{$SOME_VAR} +Result: 2
    +

    PHP

    A contentious decision has seen the ability to include PHP within the template introduced. This is achieved by enclosing the PHP within relevant tags:

    -- cgit v1.2.1 From c52f05b3329c9c79ecbc3184bd65cdbe4644ebcd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 28 Aug 2009 09:26:43 +0000 Subject: Fix Bug #49195 - Queries on un-indexed column user_email Added function to generate email-hash. Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10060 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 0922372a78..8610887904 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -283,6 +283,7 @@
  • [Feature] Place debug notices during captcha rendering in the error log - useful for debugging output already started errors.
  • [Feature] Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset...
  • [Feature] Added INC/DEC command to template syntax, applicable to DEFINES and normal template variables, including loops.
  • +
  • [Feature] Added function to generate email-hash. (Bug #49195)
  • 1.ii. Changes since 3.0.4

    -- cgit v1.2.1 From fd24241044338f9210319398ae10bc6ad02983ea Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 30 Aug 2009 11:15:24 +0000 Subject: Revert INC/DEC feature. It is not consistent with the other template variables - bad idea. ;) We will get to it though... but not now. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10064 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 - phpBB/docs/coding-guidelines.html | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 8610887904..e7df10eba0 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -282,7 +282,6 @@
  • [Feature] Separate PM Reply and PM Reply to all in prosilver.
  • [Feature] Place debug notices during captcha rendering in the error log - useful for debugging output already started errors.
  • [Feature] Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset...
  • -
  • [Feature] Added INC/DEC command to template syntax, applicable to DEFINES and normal template variables, including loops.
  • [Feature] Added function to generate email-hash. (Bug #49195)
  • diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 29fce50b54..8ac2e4e89d 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -1176,7 +1176,7 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&amp; <!-- DEFINE $SOME_VAR = 'my_file.html' --> <!-- INCLUDE {$SOME_VAR} -->
    - +

    PHP

    A contentious decision has seen the ability to include PHP within the template introduced. This is achieved by enclosing the PHP within relevant tags:

    -- cgit v1.2.1 From 2ad1abe0eedb9348bcb624eed23aba15c4ca94fe Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 30 Aug 2009 11:56:15 +0000 Subject: Fix Bug #50475 - Only show "Add friend" and "Add foe" links if the specific module is enabled. Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10065 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index e7df10eba0..fd0c1364db 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -200,6 +200,7 @@
  • [Fix] Correctly orientate Control-Panel-Navigation background-image on RTL languages. (Bug #49945)
  • [Fix] Sort private messages by message time and not message id. (Bug #50015)
  • [Fix] Make sure only logs for existing users are displayed and user-specific logs removed on user deletion. (Bug #49855)
  • +
  • [Fix] Only show "Add friend" and "Add foe" links if the specific module is enabled. (Bug #50475)
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • -- cgit v1.2.1 From 52e9f4d13e5cae7cfac72e515d5a28a8ad0ec0c3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 30 Aug 2009 12:05:38 +0000 Subject: fix r10065 for #50475 Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10066 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index fd0c1364db..d971af70ee 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -200,7 +200,7 @@
  • [Fix] Correctly orientate Control-Panel-Navigation background-image on RTL languages. (Bug #49945)
  • [Fix] Sort private messages by message time and not message id. (Bug #50015)
  • [Fix] Make sure only logs for existing users are displayed and user-specific logs removed on user deletion. (Bug #49855)
  • -
  • [Fix] Only show "Add friend" and "Add foe" links if the specific module is enabled. (Bug #50475)
  • +
  • [Fix] Only show "Add friend" and "Add foe" links if the specific module is enabled. (Bug #50475)
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • -- cgit v1.2.1 From 5e2e08b05dc11992c3c56c45cc93e6d12ff6ae7d Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 30 Aug 2009 17:13:28 +0000 Subject: Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be used on every page. (Bug #50285) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10067 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index d971af70ee..ad1bbe86fc 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -230,6 +230,7 @@
  • [Change] Unapproved topics can no longer be replied to (Bug #44005)
  • [Change] Require user to be registered and logged in to search for unread posts if topic read tracking is disabled for guests (Bug #49525)
  • [Change] Allow three-digit hex notation in Color BBcode. (Bug #39965 - Patch by m0rpha)
  • +
  • [Change] Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be used on every page. (Bug #50285)
  • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
  • [Feature] Backported 3.2 captcha plugins.
      -- cgit v1.2.1 From bf1621c05dc8ea61dfeb3bfd6003640232ab0b3a Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 30 Aug 2009 17:50:11 +0000 Subject: Style authors are now able to define the default submit button used for form submission on ENTER keypress on forms using more than one. Prosilver uses this for the posting page(s) and registration screen. (we further test this at phpbb.com) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10069 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index ad1bbe86fc..e071cd859a 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -284,8 +284,8 @@
    • [Feature] Separate PM Reply and PM Reply to all in prosilver.
    • [Feature] Place debug notices during captcha rendering in the error log - useful for debugging output already started errors.
    • [Feature] Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset...
    • -
    • [Feature] Added function to generate email-hash. (Bug #49195)
    • - +
    • [Feature] Added function to generate Email hash. (Bug #49195)
    • +
    • [Feature] Style authors are now able to define the default submit button used for form submission on ENTER keypress on forms using more than one. Prosilver uses this for the posting page(s) and registration screen.

    1.ii. Changes since 3.0.4

    -- cgit v1.2.1 From 7ce940680a410f9c8086001d8fb0c316e5dcf646 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 31 Aug 2009 12:29:45 +0000 Subject: Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10076 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index e071cd859a..4bd9120671 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -201,6 +201,7 @@
  • [Fix] Sort private messages by message time and not message id. (Bug #50015)
  • [Fix] Make sure only logs for existing users are displayed and user-specific logs removed on user deletion. (Bug #49855)
  • [Fix] Only show "Add friend" and "Add foe" links if the specific module is enabled. (Bug #50475)
  • +
  • [Fix] Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615)
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • -- cgit v1.2.1 From f035f266069d45cce56802224a184bfe66495233 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 31 Aug 2009 12:45:02 +0000 Subject: Correctly display list items in forum description in prosilver and administration. (Bug #48055 - Patch by leviatan21) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10077 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 4bd9120671..6370c2b4ad 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -202,6 +202,7 @@
  • [Fix] Make sure only logs for existing users are displayed and user-specific logs removed on user deletion. (Bug #49855)
  • [Fix] Only show "Add friend" and "Add foe" links if the specific module is enabled. (Bug #50475)
  • [Fix] Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615)
  • +
  • [Fix] Correctly display list items in forum description in prosilver and administration. (Bug #48055 - Patch by leviatan21)
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • -- cgit v1.2.1 From d7925595dc46c1d913dd722b2121d4552c20cb47 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 31 Aug 2009 13:50:40 +0000 Subject: Fix Bug #50035 - Fix handling of bookmarks and subscriptions on "split topcis", "merge topics" and "merge posts" Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10079 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6370c2b4ad..f1f5787cab 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -203,6 +203,7 @@
  • [Fix] Only show "Add friend" and "Add foe" links if the specific module is enabled. (Bug #50475)
  • [Fix] Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615)
  • [Fix] Correctly display list items in forum description in prosilver and administration. (Bug #48055 - Patch by leviatan21)
  • +
  • [Fix] Fix handling of bookmarks and subscriptions on "split topcis", "merge topics" and "merge posts". (Bug #50035)
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • -- cgit v1.2.1 From 139f1d35302fc675b5e972e55c62d36cbc42af5c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 31 Aug 2009 14:57:04 +0000 Subject: fix r10076 for #48615 - Ability to specify amount of time user is able to delete his last post in topic. Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10080 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 f1f5787cab..bf34bea603 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -201,7 +201,6 @@
  • [Fix] Sort private messages by message time and not message id. (Bug #50015)
  • [Fix] Make sure only logs for existing users are displayed and user-specific logs removed on user deletion. (Bug #49855)
  • [Fix] Only show "Add friend" and "Add foe" links if the specific module is enabled. (Bug #50475)
  • -
  • [Fix] Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615)
  • [Fix] Correctly display list items in forum description in prosilver and administration. (Bug #48055 - Patch by leviatan21)
  • [Fix] Fix handling of bookmarks and subscriptions on "split topcis", "merge topics" and "merge posts". (Bug #50035)
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • @@ -234,6 +233,7 @@
  • [Change] Require user to be registered and logged in to search for unread posts if topic read tracking is disabled for guests (Bug #49525)
  • [Change] Allow three-digit hex notation in Color BBcode. (Bug #39965 - Patch by m0rpha)
  • [Change] Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be used on every page. (Bug #50285)
  • +
  • [Change] Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615)
  • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
  • [Feature] Backported 3.2 captcha plugins.
      @@ -289,6 +289,7 @@
    • [Feature] Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset...
    • [Feature] Added function to generate Email hash. (Bug #49195)
    • [Feature] Style authors are now able to define the default submit button used for form submission on ENTER keypress on forms using more than one. Prosilver uses this for the posting page(s) and registration screen.
    • +
    • [Feature] Ability to specify amount of time user is able to delete his last post in topic.

    1.ii. Changes since 3.0.4

    -- cgit v1.2.1 From 714aa8b09a62994ad4777d30064b72c90e84b442 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 1 Sep 2009 11:39:59 +0000 Subject: Only embed cron.php if there is no cron lock present to reduce overhead. (Bug #45725 - Patch by TerryE) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10082 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index bf34bea603..75d181cfcc 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -203,6 +203,7 @@
  • [Fix] Only show "Add friend" and "Add foe" links if the specific module is enabled. (Bug #50475)
  • [Fix] Correctly display list items in forum description in prosilver and administration. (Bug #48055 - Patch by leviatan21)
  • [Fix] Fix handling of bookmarks and subscriptions on "split topcis", "merge topics" and "merge posts". (Bug #50035)
  • +
  • [Fix] Only embed cron.php if there is no cron lock present to reduce overhead. (Bug #45725 - Patch by TerryE)
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • -- cgit v1.2.1 From 9d3a851ab56041aeb6e64cb8886ec30662cd0226 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Tue, 1 Sep 2009 18:27:49 +0000 Subject: Add header gradient back into subsilver2 but keep site logo easily replaceable with smaller and bigger ones. Bug #11142, related to r7567. Thanks to dark/Rain and Raimon. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10086 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 75d181cfcc..e3592c7fd0 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -204,6 +204,7 @@
  • [Fix] Correctly display list items in forum description in prosilver and administration. (Bug #48055 - Patch by leviatan21)
  • [Fix] Fix handling of bookmarks and subscriptions on "split topcis", "merge topics" and "merge posts". (Bug #50035)
  • [Fix] Only embed cron.php if there is no cron lock present to reduce overhead. (Bug #45725 - Patch by TerryE)
  • +
  • [Fix] Add header gradient back into subsilver2 but keep site logo easily replaceable with smaller and bigger ones. (Bug #11142 - Patch by dark/Rain and Raimon)
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • -- cgit v1.2.1 From 73baf42558b70acf7b2e194a84172778374a1c6e Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Wed, 2 Sep 2009 05:12:23 +0000 Subject: Fixed bugs #43145, #44375, #44415 and #43045 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10088 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index e3592c7fd0..c460081a04 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -205,6 +205,8 @@
  • [Fix] Fix handling of bookmarks and subscriptions on "split topcis", "merge topics" and "merge posts". (Bug #50035)
  • [Fix] Only embed cron.php if there is no cron lock present to reduce overhead. (Bug #45725 - Patch by TerryE)
  • [Fix] Add header gradient back into subsilver2 but keep site logo easily replaceable with smaller and bigger ones. (Bug #11142 - Patch by dark/Rain and Raimon)
  • +
  • [Fix] Activation email not sent from user settings (Bug #43145)
  • +
  • [Fix] Resend activation e-mail link inappropriate if using Admin activation (Bug #44375 - Patch by bbrunnrman)
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • @@ -231,11 +233,12 @@
  • [Change] Parse multiline url title for [url] BBCode tag. (Bug #1309)
  • [Change] Introduce new parameter to page_header() for forum specific who is online listings.
  • [Change] Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.
  • -
  • [Change] Unapproved topics can no longer be replied to (Bug #44005)
  • +
  • [Change] Unapproved topics can no longer be replied to (Bug #44005, #47675, #23605)
  • [Change] Require user to be registered and logged in to search for unread posts if topic read tracking is disabled for guests (Bug #49525)
  • [Change] Allow three-digit hex notation in Color BBcode. (Bug #39965 - Patch by m0rpha)
  • [Change] Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be used on every page. (Bug #50285)
  • [Change] Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615)
  • +
  • [Change] Resize oversized Topic icons (Bug #44415)
  • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
  • [Feature] Backported 3.2 captcha plugins.
      @@ -269,7 +272,7 @@
    • [Feature] Add option to disable remote upload avatars (Bug #45375 - Patch by nickvergessen)
    • [Feature] Ability to delete warnings and keep warnings permanently (Bug #43375 - Patch by nickvergessen)
    • [Feature] Ability to empty a user's outbox from the user ACP quick tools.
    • -
    • [Feature] Ability to filter ACP / MCP logs
    • +
    • [Feature] Ability to search ACP / MCP logs
    • [Feature] Users can report PMs to moderators which are then visible in a new MCP module
    • [Feature] Parse email text files with the template engine.
    • [Feature] Use email-style quoting when bbcodes are disabled.
    • -- cgit v1.2.1 From c8ce477f909b147b6c6eaccdc0c039840b74520c Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Wed, 2 Sep 2009 05:20:59 +0000 Subject: attributed the fix for bug 43045 to DavidIQ git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10089 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index c460081a04..4ad8bae7f7 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -239,6 +239,7 @@
    • [Change] Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be used on every page. (Bug #50285)
    • [Change] Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615)
    • [Change] Resize oversized Topic icons (Bug #44415)
    • +
    • [Change] Banned IPs are now sorted (Bug #43045 - Patch by DavidIQ)
    • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
    • [Feature] Backported 3.2 captcha plugins.
        -- cgit v1.2.1 From 19086ba57289be4101131095aeeb615de2bc5639 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 3 Sep 2009 13:56:03 +0000 Subject: Some rewording, some typo fixes, some whitespace changes. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10093 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 4ad8bae7f7..3fc6ceaa52 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -104,7 +104,7 @@
      • [Fix] Fix dynamic config update routine error if firebird is used (Bug #46315)
      • [Fix] Allow friends/foes to be added and removed at the same time. (Bug #46255 - Patch by bantu)
      • [Fix] Only change topic/post icon if icons are enabled and user is allowed to. (Bug #46355 - Patch by bantu)
      • -
      • [Fix] Fix saving custom profile fields in ACP if Oracle used (Bug #46015)
      • +
      • [Fix] Fix saving custom profile fields in ACP if Oracle is used. (Bug #46015)
      • [Fix] Make view_log() more resilient to corrupt serialized data. (Bug #46545)
      • [Fix] Show error if hostname lookup doesn't return a valid IP address when banning. (Bug #45585 - Patch by bantu)
      • [Fix] Fix incorrect layout when loading private message draft. (Bug #38435 - Patch by nickvergessen)
      • @@ -130,7 +130,7 @@
      • [Fix] Fix reapply_sid() to correctly strip session id in certain circumstances (Bug #43125 - Patch by leviatan21)
      • [Fix] Correctly state why one language pack is marked with an asterisk in the ACP. (Bug #37565 - Patch by bantu)
      • [Fix] Correctly check if install directory is still present. (Bug #46965 - Patch by rxu)
      • -
      • [Fix] Correct banned user behaviour when "force password change" is enabled (Bug #47145 - Patch by nickvergessen and leviatan21 )
      • +
      • [Fix] Correct banned user behaviour when "force password change" is enabled (Bug #47145 - Patch by nickvergessen and leviatan21)
      • [Fix] Correctly display ACP logs options, without permission to clear logs. (Bug #24155 - Patch by leviatan21)
      • [Fix] Display topic icons in MCP forum view again (only prosilver).
      • [Fix] Properly display post status messages in topic when post is reported and unapproved (Bug #44455 - Patch by leviatan21)
      • @@ -181,7 +181,7 @@
      • [Fix] Do not send private message back to sender if sender is in the same group the private message was sent to.
      • [Fix] Correctly add user to a group making it a default one. (Bug #48345 - Patch by rxu)
      • [Fix] Add log entry when copying forum permissions.
      • -
      • [Fix] Min/max characters per posts also affects polls option (Bug #47295 - Patch by nickvergessen)
      • +
      • [Fix] Min/max characters per posts no longer affects poll options (Bug #47295 - Patch by nickvergessen)
      • [Fix] Correctly log action when users request to join a group (Bug #37585 - Patch by nickvergessen)
      • [Fix] Do not try to create thumbnails for images we cannot open properly. (Bug #48695)
      • [Fix] Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)
      • @@ -202,11 +202,11 @@
      • [Fix] Make sure only logs for existing users are displayed and user-specific logs removed on user deletion. (Bug #49855)
      • [Fix] Only show "Add friend" and "Add foe" links if the specific module is enabled. (Bug #50475)
      • [Fix] Correctly display list items in forum description in prosilver and administration. (Bug #48055 - Patch by leviatan21)
      • -
      • [Fix] Fix handling of bookmarks and subscriptions on "split topcis", "merge topics" and "merge posts". (Bug #50035)
      • +
      • [Fix] Fix handling of bookmarks and subscriptions on "split topics", "merge topics" and "merge posts". (Bug #50035)
      • [Fix] Only embed cron.php if there is no cron lock present to reduce overhead. (Bug #45725 - Patch by TerryE)
      • [Fix] Add header gradient back into subsilver2 but keep site logo easily replaceable with smaller and bigger ones. (Bug #11142 - Patch by dark/Rain and Raimon)
      • -
      • [Fix] Activation email not sent from user settings (Bug #43145)
      • -
      • [Fix] Resend activation e-mail link inappropriate if using Admin activation (Bug #44375 - Patch by bbrunnrman)
      • +
      • [Fix] Send activation email when activating user from user settings. (Bug #43145)
      • +
      • [Fix] Do not show resend activation email link when using admin activation. (Bug #44375 - Patch by bbrunnrman)
      • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
      • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
      • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
      • @@ -220,8 +220,8 @@
      • [Change] INCLUDEPHP not depending on phpbb_root_path (Bug #45805 - Patch by nickvergessen)
      • [Change] Ability to fetch moderators with get_moderators() even if load_moderators setting is off. (Bug #35955)
      • [Change] "Post details" links with image in MCP. (Bug #39845 - Patch by leviatan21)
      • -
      • [Change] Pm history only shows pms of the receipts you currently reply to (Bug #39505 - Patch by nickvergessen)
      • -
      • [Change] Add quote-button for own pm's in pm-history (Bug #37285 - Patch by nickvergessen)
      • +
      • [Change] PM history now only shows PMs of users you currently reply to. (Bug #39505 - Patch by nickvergessen)
      • +
      • [Change] Show quote button for own PMs in PM history. (Bug #37285 - Patch by nickvergessen)
      • [Change] Fetch requested cookie variables directly from cookie super global. (Bug #47785)
      • [Change] Add confirmation for deactivating styles (Bug #14304 - Patch by leviatan21)
      • [Change] Add confirmation for deactivating language packs (Patch by leviatan21)
      • @@ -270,7 +270,7 @@
      • [Feature] Add bare-bones quick-reply editor to viewtopic.
      • [Feature] Detect when a post has been altered by someone else while editing. (Patch by bantu)
      • [Feature] Add unread posts quick search option (Bug #46765 - Patch by rxu)
      • -
      • [Feature] Add option to disable remote upload avatars (Bug #45375 - Patch by nickvergessen)
      • +
      • [Feature] Add option to disable avatar uploads from remote locations. (Bug #45375 - Patch by nickvergessen)
      • [Feature] Ability to delete warnings and keep warnings permanently (Bug #43375 - Patch by nickvergessen)
      • [Feature] Ability to empty a user's outbox from the user ACP quick tools.
      • [Feature] Ability to search ACP / MCP logs
      • -- cgit v1.2.1 From 186abf0798463d2bb9e37117ec7d451efd37b7a1 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 4 Sep 2009 14:50:05 +0000 Subject: phpBB updater now skips sole whitespace changes. This reduces the chance of conflicts tremendously. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10102 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3fc6ceaa52..abd7719c0d 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -240,6 +240,7 @@
      • [Change] Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615)
      • [Change] Resize oversized Topic icons (Bug #44415)
      • [Change] Banned IPs are now sorted (Bug #43045 - Patch by DavidIQ)
      • +
      • [Change] phpBB updater now skips sole whitespace changes. This reduces the chance of conflicts tremendously.
      • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
      • [Feature] Backported 3.2 captcha plugins.
          -- cgit v1.2.1 From 31856352be0f29fd7423cfe87bdfd791b03fb938 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 4 Sep 2009 15:19:26 +0000 Subject: Change version numbers to 3.0.6 and 3.0.6-RC1 for a final internal test run git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10105 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/INSTALL.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 56f68b1dcb..c297abe267 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -273,7 +273,7 @@

          This package is meant for those wanting to only replace changed files from a previous version to the latest version. This package normally contains the changed files from up to five previous versions.

          -

          This package contains a number of archives, each contains the files changed from a given release to the latest version. You should select the appropriate archive for your current version, e.g. if you currently have 3.0.4 you should select the phpBB-3.0.4_to_3.0.5.zip/tar.gz file.

          +

          This package contains a number of archives, each contains the files changed from a given release to the latest version. You should select the appropriate archive for your current version, e.g. if you currently have 3.0.5 you should select the phpBB-3.0.5_to_3.0.6.zip/tar.gz file.

          The directory structure has been preserved enabling you (if you wish) to simply upload the contents of the archive to the appropriate location on your server, i.e. simply overwrite the existing files with the new versions. Do not forget that if you have installed any MODs these files will overwrite the originals possibly destroying them in the process. You will need to re-add MODs to any affected file before uploading.

          @@ -285,7 +285,7 @@

          The patch file is one solution for those with many Modifications (MODs) or other changes who do not want to re-add them back to all the changed files if they use the method explained above. To use this you will need command line access to a standard UNIX type patch application. If you do not have access to such an application but still want to use this update approach, we strongly recommend the Automatic update package explained below. It is also the recommended update method.

          -

          A number of patch files are provided to allow you to update from previous stable releases. Select the correct patch, e.g. if your current version is 3.0.4 you need the phpBB-3.0.4_to_3.0.5.patch file. Place the correct patch in the parent directory containing the phpBB3 core files (i.e. index.php, viewforum.php, etc.). With this done you should run the following command: patch -cl -d [PHPBB DIRECTORY] -p1 < [PATCH NAME] (where PHPBB DIRECTORY is the directory name your phpBB Installation resides in, for example phpBB3, and where PATCH NAME is the relevant filename of the selected patch file). This should complete quickly, hopefully without any HUNK FAILED comments.

          +

          A number of patch files are provided to allow you to update from previous stable releases. Select the correct patch, e.g. if your current version is 3.0.5 you need the phpBB-3.0.5_to_3.0.6.patch file. Place the correct patch in the parent directory containing the phpBB3 core files (i.e. index.php, viewforum.php, etc.). With this done you should run the following command: patch -cl -d [PHPBB DIRECTORY] -p1 < [PATCH NAME] (where PHPBB DIRECTORY is the directory name your phpBB Installation resides in, for example phpBB3, and where PATCH NAME is the relevant filename of the selected patch file). This should complete quickly, hopefully without any HUNK FAILED comments.

          If you do get failures you should look at using the Changed files only package to replace the files which failed to patch, please note that you will need to manually re-add any Modifications (MODs) to these particular files. Alternatively if you know how you can examine the .rej files to determine what failed where and make manual adjustments to the relevant source.

          -- cgit v1.2.1 From 0fe74ebceac75c559b8779f291ebb2df80309e92 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Fri, 4 Sep 2009 15:44:10 +0000 Subject: Add INDEX on user_regdate because this is the default ORDER BY in memberlist.php - thanks nickvergessen. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10106 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index abd7719c0d..940a80002c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -241,6 +241,7 @@
        • [Change] Resize oversized Topic icons (Bug #44415)
        • [Change] Banned IPs are now sorted (Bug #43045 - Patch by DavidIQ)
        • [Change] phpBB updater now skips sole whitespace changes. This reduces the chance of conflicts tremendously.
        • +
        • [Change] Add index on user_regdate to the users table.
        • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
        • [Feature] Backported 3.2 captcha plugins.
            -- cgit v1.2.1 From fc5a21e16a6502a89fd7b541683f21e216c8cf2e Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Fri, 4 Sep 2009 17:27:13 +0000 Subject: Revert r10106 - Index usage is very unlikely because of WHERE IN (). :-| git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10107 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 940a80002c..abd7719c0d 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -241,7 +241,6 @@
          • [Change] Resize oversized Topic icons (Bug #44415)
          • [Change] Banned IPs are now sorted (Bug #43045 - Patch by DavidIQ)
          • [Change] phpBB updater now skips sole whitespace changes. This reduces the chance of conflicts tremendously.
          • -
          • [Change] Add index on user_regdate to the users table.
          • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
          • [Feature] Backported 3.2 captcha plugins.
              -- cgit v1.2.1 From e0bf8245014ae38841e6edc6e1f43f1ed4070502 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 5 Sep 2009 12:03:52 +0000 Subject: Do not display links to user/post search if search is disabled. (Bug #50685 - Patch by HardStyle) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10108 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index abd7719c0d..ee79525643 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -207,6 +207,7 @@
            • [Fix] Add header gradient back into subsilver2 but keep site logo easily replaceable with smaller and bigger ones. (Bug #11142 - Patch by dark/Rain and Raimon)
            • [Fix] Send activation email when activating user from user settings. (Bug #43145)
            • [Fix] Do not show resend activation email link when using admin activation. (Bug #44375 - Patch by bbrunnrman)
            • +
            • [Fix] Do not display links to user/post search if search is disabled. (Bug #50685 - Patch by HardStyle)
            • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
            • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
            • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
            • -- cgit v1.2.1 From d20a910b86873c8747715437f78a543f958c6bd3 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Wed, 9 Sep 2009 22:32:13 +0000 Subject: Fix bug #50445 - Fix icon alignment for forums with large descriptions in subsilver2. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10128 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index ee79525643..5682e1f770 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -208,6 +208,7 @@
            • [Fix] Send activation email when activating user from user settings. (Bug #43145)
            • [Fix] Do not show resend activation email link when using admin activation. (Bug #44375 - Patch by bbrunnrman)
            • [Fix] Do not display links to user/post search if search is disabled. (Bug #50685 - Patch by HardStyle)
            • +
            • [Fix] Fix icon alignment for forums with large descriptions in subsilver2. (Bug #50445)
            • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
            • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
            • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
            • -- cgit v1.2.1 From 735e3961520da4bfa3bd952670ed9a4f05961593 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 10 Sep 2009 13:56:11 +0000 Subject: Correctly display underlined links placed in last line in viewtopic. (Bug #14811 - Patch by primehalo) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10132 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 5682e1f770..ca791ef155 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -209,6 +209,7 @@
            • [Fix] Do not show resend activation email link when using admin activation. (Bug #44375 - Patch by bbrunnrman)
            • [Fix] Do not display links to user/post search if search is disabled. (Bug #50685 - Patch by HardStyle)
            • [Fix] Fix icon alignment for forums with large descriptions in subsilver2. (Bug #50445)
            • +
            • [Fix] Correctly display underlined links placed in last line in viewtopic. (Bug #14811 - Patch by primehalo)
            • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
            • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
            • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
            • -- cgit v1.2.1 From e4e59b3b659cc71144c73f1f71e89f03f1cc56b5 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Fri, 11 Sep 2009 13:53:56 +0000 Subject: #50985 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10136 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index ca791ef155..be0a1309b9 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -210,6 +210,7 @@
            • [Fix] Do not display links to user/post search if search is disabled. (Bug #50685 - Patch by HardStyle)
            • [Fix] Fix icon alignment for forums with large descriptions in subsilver2. (Bug #50445)
            • [Fix] Correctly display underlined links placed in last line in viewtopic. (Bug #14811 - Patch by primehalo)
            • +
            • [Fix] Handle export of orivate messages where all recipients were deleted. (Bug #50985)
            • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
            • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
            • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
            • -- cgit v1.2.1 From 96ac8a84e608815245760cc2a5f2cd6cc4e4ba5d Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Fri, 11 Sep 2009 13:56:26 +0000 Subject: #50985 - typo git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10137 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index be0a1309b9..4dede2b9ce 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -210,7 +210,7 @@
            • [Fix] Do not display links to user/post search if search is disabled. (Bug #50685 - Patch by HardStyle)
            • [Fix] Fix icon alignment for forums with large descriptions in subsilver2. (Bug #50445)
            • [Fix] Correctly display underlined links placed in last line in viewtopic. (Bug #14811 - Patch by primehalo)
            • -
            • [Fix] Handle export of orivate messages where all recipients were deleted. (Bug #50985)
            • +
            • [Fix] Handle export of private messages where all recipients were deleted. (Bug #50985)
            • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
            • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
            • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
            • -- cgit v1.2.1 From bf63d6cf10eb2bfd007dc220245ccfdab55a4f34 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Fri, 11 Sep 2009 14:38:23 +0000 Subject: rollback; will be in 3.0.7 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10138 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 4dede2b9ce..ca791ef155 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -210,7 +210,6 @@
            • [Fix] Do not display links to user/post search if search is disabled. (Bug #50685 - Patch by HardStyle)
            • [Fix] Fix icon alignment for forums with large descriptions in subsilver2. (Bug #50445)
            • [Fix] Correctly display underlined links placed in last line in viewtopic. (Bug #14811 - Patch by primehalo)
            • -
            • [Fix] Handle export of private messages where all recipients were deleted. (Bug #50985)
            • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
            • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
            • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
            • -- cgit v1.2.1