From a94ed97992ef41c5fe513777aa0d04f57060cbf5 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 19 Dec 2008 20:36:18 +0000 Subject: Missing read permission from calls to phpbb_chmod() git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9208 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index a468ef6976..9b6e9581f1 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -53,6 +53,7 @@
  1. Changelog
      +
    1. Changes since 3.0.4
    2. Changes since 3.0.3
    3. Changes since 3.0.2
    4. Changes since 3.0.1
    5. @@ -83,7 +84,13 @@
      -

      1.i. Changes since 3.0.3

      +

      1.i. Changes since 3.0.4

      + +
        +
      • [Fix] Missing read permission from calls to phpbb_chmod()
      • +
      + +

      1.ii. Changes since 3.0.3

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

      1.ii. Changes since 3.0.2

      +

      1.iii. Changes since 3.0.2

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

      +

      1.iv. Changes since 3.0.1

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

      1.iv. Changes since 3.0.0

      +

      1.v. Changes since 3.0.0

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

      1.v. Changes since 3.0.RC8

      +

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

      1.vi. Changes since 3.0.RC7

      +

      1.vii. Changes since 3.0.RC7

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

      1.vii. Changes since 3.0.RC6

      +

      1.viii. Changes since 3.0.RC6

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

      1.viii. Changes since 3.0.RC5

      +

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

      1.ix. Changes since 3.0.RC4

      +

      1.x. Changes since 3.0.RC4

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

      1.x. Changes since 3.0.RC3

      +

      1.xi. Changes since 3.0.RC3

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

      1.xi. Changes since 3.0.RC2

      +

      1.xii. Changes since 3.0.RC2

      • [Fix] Re-allow searching within the memberlist
      • @@ -656,7 +663,7 @@
      -

      1.xii. Changes since 3.0.RC1

      +

      1.xiii. Changes since 3.0.RC1

      • [Fix] (X)HTML issues within the templates (Bug #11255, #11255)
      • -- cgit v1.2.1 From 7da3e16ffd950f4eac02658168b393777737a23e Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Sun, 11 Jan 2009 16:30:58 +0000 Subject: Fixed bug #40015 - ban list table isn't updated upon user deletion Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9249 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 9b6e9581f1..902d4cc472 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -87,6 +87,7 @@

        1.i. Changes since 3.0.4

          +
        • [Fix] Delete user entry from ban list table upon user deletion (Bug #40015 - Patch by TerraFrost)
        • [Fix] Missing read permission from calls to phpbb_chmod()
        @@ -819,4 +820,4 @@
      - \ No newline at end of file + -- cgit v1.2.1 From 0b313ad33300342570e7d367fc4270301cb8c3ac Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 11 Jan 2009 23:46:40 +0000 Subject: Remove new lines added in r9249 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9250 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 902d4cc472..282e3cf31f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -820,4 +820,4 @@
      - + \ No newline at end of file -- cgit v1.2.1 From 189e7cdf45feb3f146ce059e5c2bcc6ccd0a7391 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 12 Jan 2009 16:58:47 +0000 Subject: - Allow download of conflicting file for later reference in automatic updater - Default difference view is now 'inline' instead of 'side by side' - Added new option for merging differences to conflicting files in automatic updater git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9252 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 282e3cf31f..d24b512709 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -89,6 +89,9 @@
      • [Fix] Delete user entry from ban list table upon user deletion (Bug #40015 - Patch by TerraFrost)
      • [Fix] Missing read permission from calls to phpbb_chmod()
      • +
      • [Change] Allow download of conflicting file for later reference in automatic updater
      • +
      • [Change] Default difference view is now 'inline' instead of 'side by side'
      • +
      • [Change] Added new option for merging differences to conflicting files in automatic updater

      1.ii. Changes since 3.0.3

      -- cgit v1.2.1 From 185102bc01c021a68f0951308435e8fd99fbdca2 Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Fri, 23 Jan 2009 06:19:08 +0000 Subject: Fixed bug #40325 - Friend/foe system displays posts made Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9297 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 d24b512709..23bc728b7e 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -88,6 +88,7 @@
      • [Fix] Delete user entry from ban list table upon user deletion (Bug #40015 - Patch by TerraFrost)
      • +
      • [Fix] Posts incremented for multiple approval of the same topic (Bug #40495 - Patch by TerraFrost)
      • [Fix] Missing read permission from calls to phpbb_chmod()
      • [Change] Allow download of conflicting file for later reference in automatic updater
      • [Change] Default difference view is now 'inline' instead of 'side by side'
      • -- cgit v1.2.1 From f0092cd1f2ae97a655434cae6b8c69b202314720 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 23 Jan 2009 12:11:45 +0000 Subject: Correctly display future dates (Bug #38755) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9298 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 23bc728b7e..6fd2da068a 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -90,6 +90,7 @@
      • [Fix] Delete user entry from ban list table upon user deletion (Bug #40015 - Patch by TerraFrost)
      • [Fix] Posts incremented for multiple approval of the same topic (Bug #40495 - Patch by TerraFrost)
      • [Fix] Missing read permission from calls to phpbb_chmod()
      • +
      • [Fix] Correctly display future dates (Bug #38755)
      • [Change] Allow download of conflicting file for later reference in automatic updater
      • [Change] Default difference view is now 'inline' instead of 'side by side'
      • [Change] Added new option for merging differences to conflicting files in automatic updater
      • -- cgit v1.2.1 From f78594b59d14a3451feb1af0de90a22cfe2b5b1c Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Mon, 26 Jan 2009 22:53:19 +0000 Subject: =?UTF-8?q?Fixed=20bug=20#40565=20=E2=80=93=20Missing=20end=20"=20?= =?UTF-8?q?in=20quote=20bb=20tag=20deletes=20text=20Authorised=20by:=20acy?= =?UTF-8?q?dburn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9304 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 6fd2da068a..907dab34c5 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -89,6 +89,7 @@
        • [Fix] Delete user entry from ban list table upon user deletion (Bug #40015 - Patch by TerraFrost)
        • [Fix] Posts incremented for multiple approval of the same topic (Bug #40495 - Patch by TerraFrost)
        • +
        • [Fix] Missing end " in quote bb tag deletes text (Bug #40565 - Patch by TerraFrost)
        • [Fix] Missing read permission from calls to phpbb_chmod()
        • [Fix] Correctly display future dates (Bug #38755)
        • [Change] Allow download of conflicting file for later reference in automatic updater
        • -- cgit v1.2.1 From 49f0ab0ccd1475be2ccd0661714628f40a370efd Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Tue, 27 Jan 2009 00:01:48 +0000 Subject: =?UTF-8?q?Fixed=20bug=20#40325=20=E2=80=93=20Friend/foe=20system?= =?UTF-8?q?=20displays=20posts=20made=20by=20foes=20while=20composing=20Au?= =?UTF-8?q?thorised=20by:=20acydburn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9305 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 907dab34c5..fa05bdd3b8 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -90,6 +90,7 @@
        • [Fix] Delete user entry from ban list table upon user deletion (Bug #40015 - Patch by TerraFrost)
        • [Fix] Posts incremented for multiple approval of the same topic (Bug #40495 - Patch by TerraFrost)
        • [Fix] Missing end " in quote bb tag deletes text (Bug #40565 - Patch by TerraFrost)
        • +
        • [Fix] Friend/foe system displays posts made by foes while composing (Bug #40325 - Patch by TerraFrost and Highway of Life)
        • [Fix] Missing read permission from calls to phpbb_chmod()
        • [Fix] Correctly display future dates (Bug #38755)
        • [Change] Allow download of conflicting file for later reference in automatic updater
        • -- cgit v1.2.1 From 26b69ccafe7df8c9e12d929f4f8a0635975b0cdb Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 27 Jan 2009 09:23:54 +0000 Subject: Fix guest/bot session problems with apache authentication plugin (Bug #41085) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9306 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 fa05bdd3b8..b6ddd59e96 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -91,8 +91,9 @@
        • [Fix] Posts incremented for multiple approval of the same topic (Bug #40495 - Patch by TerraFrost)
        • [Fix] Missing end " in quote bb tag deletes text (Bug #40565 - Patch by TerraFrost)
        • [Fix] Friend/foe system displays posts made by foes while composing (Bug #40325 - Patch by TerraFrost and Highway of Life)
        • -
        • [Fix] Missing read permission from calls to phpbb_chmod()
        • +
        • [Fix] Added missing read permission information for some phpbb_chmod() calls
        • [Fix] Correctly display future dates (Bug #38755)
        • +
        • [Fix] Fix guest/bot session problems with apache authentication plugin (Bug #41085)
        • [Change] Allow download of conflicting file for later reference in automatic updater
        • [Change] Default difference view is now 'inline' instead of 'side by side'
        • [Change] Added new option for merging differences to conflicting files in automatic updater
        • -- cgit v1.2.1 From 06a47f8d8bfec14d63c84ca812fc3cdefa5a7874 Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Tue, 27 Jan 2009 19:16:29 +0000 Subject: Fixed bug #39005 - check forum_image whether it exists Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9309 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 b6ddd59e96..312ef8369e 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -91,6 +91,7 @@
        • [Fix] Posts incremented for multiple approval of the same topic (Bug #40495 - Patch by TerraFrost)
        • [Fix] Missing end " in quote bb tag deletes text (Bug #40565 - Patch by TerraFrost)
        • [Fix] Friend/foe system displays posts made by foes while composing (Bug #40325 - Patch by TerraFrost and Highway of Life)
        • +
        • [Fix] Check forum_image whether it exists (Bug #39005 - Patch by TerraFrost)
        • [Fix] Added missing read permission information for some phpbb_chmod() calls
        • [Fix] Correctly display future dates (Bug #38755)
        • [Fix] Fix guest/bot session problems with apache authentication plugin (Bug #41085)
        • -- cgit v1.2.1 From 5f77d4855dac894689f3468813e17f7d1a2bf45f Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Tue, 27 Jan 2009 20:08:21 +0000 Subject: Fixed bug #40275 - The sql query in acp_users.php lacks a condition Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9310 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 312ef8369e..91261ba90d 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -92,6 +92,7 @@
        • [Fix] Missing end " in quote bb tag deletes text (Bug #40565 - Patch by TerraFrost)
        • [Fix] Friend/foe system displays posts made by foes while composing (Bug #40325 - Patch by TerraFrost and Highway of Life)
        • [Fix] Check forum_image whether it exists (Bug #39005 - Patch by TerraFrost)
        • +
        • [Fix] The sql query in acp_users.php lacks a condition (Bug #40275 - Patch by grimskies)
        • [Fix] Added missing read permission information for some phpbb_chmod() calls
        • [Fix] Correctly display future dates (Bug #38755)
        • [Fix] Fix guest/bot session problems with apache authentication plugin (Bug #41085)
        • -- cgit v1.2.1 From 14438749e0a4384f8596014878db54dce8ffb44c Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sat, 7 Feb 2009 20:15:31 +0000 Subject: Whois now works reliably for RIRs other than APNIC and RIPE git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9315 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 91261ba90d..cf5953d279 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -96,6 +96,7 @@
        • [Fix] Added missing read permission information for some phpbb_chmod() calls
        • [Fix] Correctly display future dates (Bug #38755)
        • [Fix] Fix guest/bot session problems with apache authentication plugin (Bug #41085)
        • +
        • [Fix] Whois now works reliably for RIRs other than APNIC and RIPE
        • [Change] Allow download of conflicting file for later reference in automatic updater
        • [Change] Default difference view is now 'inline' instead of 'side by side'
        • [Change] Added new option for merging differences to conflicting files in automatic updater
        • -- cgit v1.2.1 From 6f486b0499258d1a236837acae120274bb1832d1 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Sun, 8 Feb 2009 14:15:49 +0000 Subject: and another CAPTCHA setting - add new noise shapes to the noise array for more variations. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9320 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 cf5953d279..6ae275301f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -100,6 +100,7 @@
        • [Change] Allow download of conflicting file for later reference in automatic updater
        • [Change] Default difference view is now 'inline' instead of 'side by side'
        • [Change] Added new option for merging differences to conflicting files in automatic updater
        • +
        • [Change] Added new options for visual confirmation.

        1.ii. Changes since 3.0.3

        -- cgit v1.2.1 From 6ebd42129907c04e207ded28f0b94ce2e2566dda Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 9 Feb 2009 14:47:21 +0000 Subject: Fix a problem with r9005 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9325 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 6ae275301f..1f4f9771cc 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -97,6 +97,7 @@
      • [Fix] Correctly display future dates (Bug #38755)
      • [Fix] Fix guest/bot session problems with apache authentication plugin (Bug #41085)
      • [Fix] Whois now works reliably for RIRs other than APNIC and RIPE
      • +
      • [Fix] Correctly convert Niels' Birthday MOD to the date format used in phpBB3. (Bug #32895)
      • [Change] Allow download of conflicting file for later reference in automatic updater
      • [Change] Default difference view is now 'inline' instead of 'side by side'
      • [Change] Added new option for merging differences to conflicting files in automatic updater
      • -- cgit v1.2.1 From 3167a09b9c16f30b88d29fd00cf3416b6c8d71ed Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sat, 14 Feb 2009 16:48:55 +0000 Subject: Changed the success message when requesting a new password to be more accurate. #41405 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9326 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 1f4f9771cc..499c88aa96 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -98,6 +98,7 @@
      • [Fix] Fix guest/bot session problems with apache authentication plugin (Bug #41085)
      • [Fix] Whois now works reliably for RIRs other than APNIC and RIPE
      • [Fix] Correctly convert Niels' Birthday MOD to the date format used in phpBB3. (Bug #32895)
      • +
      • [Fix] Changed the success message when requesting a new password to be more accurate. (Bug #41405)
      • [Change] Allow download of conflicting file for later reference in automatic updater
      • [Change] Default difference view is now 'inline' instead of 'side by side'
      • [Change] Added new option for merging differences to conflicting files in automatic updater
      • -- cgit v1.2.1 From e18d7df6c047970cb95136a0e373e80dee3b7492 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 15 Feb 2009 04:52:32 +0000 Subject: Add anti-abuse email headers to acp_inactive.php and correct activation reminders git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9327 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 499c88aa96..26fe6261ce 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -99,6 +99,8 @@
      • [Fix] Whois now works reliably for RIRs other than APNIC and RIPE
      • [Fix] Correctly convert Niels' Birthday MOD to the date format used in phpBB3. (Bug #32895)
      • [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.
      • +
      • [Fix] Only remind users in the correct inactive states depending on the board account activation level.
      • [Change] Allow download of conflicting file for later reference in automatic updater
      • [Change] Default difference view is now 'inline' instead of 'side by side'
      • [Change] Added new option for merging differences to conflicting files in automatic updater
      • -- cgit v1.2.1 From 07523011d2a31459ae480def55240f73248cd301 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 15 Feb 2009 18:36:14 +0000 Subject: Allow translation of Custom BBCode help messages. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9328 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 26fe6261ce..b56435b57b 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -105,6 +105,7 @@
      • [Change] Default difference view is now 'inline' instead of 'side by side'
      • [Change] Added new option for merging differences to conflicting files in automatic updater
      • [Change] Added new options for visual confirmation.
      • +
      • [Feature] Allow translation of Custom BBCode help messages. (Patch by bantu)

      1.ii. Changes since 3.0.3

      -- cgit v1.2.1 From 7d848718a4c7586dc3b0dc4ae455069085f3d856 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 15 Feb 2009 18:47:00 +0000 Subject: tiny tiny changes to r9328 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9329 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 b56435b57b..97de7585f0 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -105,7 +105,7 @@
    6. [Change] Default difference view is now 'inline' instead of 'side by side'
    7. [Change] Added new option for merging differences to conflicting files in automatic updater
    8. [Change] Added new options for visual confirmation.
    9. -
    10. [Feature] Allow translation of Custom BBCode help messages. (Patch by bantu)
    11. +
    12. [Feature] Allow translation of custom BBCode help messages. (Patch by bantu)
    13. 1.ii. Changes since 3.0.3

      -- cgit v1.2.1 From 9dde23823c8cb2dd83d285bb27db3f5538aa8987 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 17 Feb 2009 22:16:10 +0000 Subject: Topic print view XHTML error. #41745 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9331 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 97de7585f0..803548e9b6 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -101,6 +101,7 @@
    14. [Fix] Changed the success message when requesting a new password to be more accurate. (Bug #41405)
    15. [Fix] Add missing anti-abuse email headers to acp_inactive.php.
    16. [Fix] Only remind users in the correct inactive states depending on the board account activation level.
    17. +
    18. [Fix] Topic print view XHTML error. (Bug #41745)
    19. [Change] Allow download of conflicting file for later reference in automatic updater
    20. [Change] Default difference view is now 'inline' instead of 'side by side'
    21. [Change] Added new option for merging differences to conflicting files in automatic updater
    22. -- cgit v1.2.1 From 52d0f2fa3c575df32c64bb0c0dddfbd62dc88afb Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 23 Feb 2009 17:53:24 +0000 Subject: Add correct antiabuse headers and fix #41935 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9339 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 803548e9b6..7329fc1449 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -99,7 +99,7 @@
    23. [Fix] Whois now works reliably for RIRs other than APNIC and RIPE
    24. [Fix] Correctly convert Niels' Birthday MOD to the date format used in phpBB3. (Bug #32895)
    25. [Fix] Changed the success message when requesting a new password to be more accurate. (Bug #41405)
    26. -
    27. [Fix] Add missing anti-abuse email headers to acp_inactive.php.
    28. +
    29. [Fix] Add missing anti-abuse email headers to acp_inactive.php and ucp_resend.php.
    30. [Fix] Only remind users in the correct inactive states depending on the board account activation level.
    31. [Fix] Topic print view XHTML error. (Bug #41745)
    32. [Change] Allow download of conflicting file for later reference in automatic updater
    33. -- cgit v1.2.1 From bd316f9c486bc6d62396775f88e3eb34b36b9b4a Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 23 Feb 2009 18:00:04 +0000 Subject: Log password changes via password reset function. #41365 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9340 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 7329fc1449..2278d7d508 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -102,6 +102,7 @@
    34. [Fix] Add missing anti-abuse email headers to acp_inactive.php and ucp_resend.php.
    35. [Fix] Only remind users in the correct inactive states depending on the board account activation level.
    36. [Fix] Topic print view XHTML error. (Bug #41745)
    37. +
    38. [Fix] Log password changes via password reset function. (Bug #41365)
    39. [Change] Allow download of conflicting file for later reference in automatic updater
    40. [Change] Default difference view is now 'inline' instead of 'side by side'
    41. [Change] Added new option for merging differences to conflicting files in automatic updater
    42. -- cgit v1.2.1 From 2e50df9e1a140f322e091d74500e05b6545a54e1 Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Thu, 26 Feb 2009 23:46:46 +0000 Subject: Fixed bug #'ers 41295, 41385, 41955, 41705 and 41985 Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9342 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 2278d7d508..770e36bd8a 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -103,6 +103,11 @@
    43. [Fix] Only remind users in the correct inactive states depending on the board account activation level.
    44. [Fix] Topic print view XHTML error. (Bug #41745)
    45. [Fix] Log password changes via password reset function. (Bug #41365)
    46. +
    47. [Fix] Poll, negative durations generate error (Bug #41295 - Patch by TerraFrost)
    48. +
    49. [Fix] Visibility of custom field on registration is incorrectly controlled by setting "display" (Bug #41385 - Patch by Eelke)
    50. +
    51. [Fix] Smile in Username is misparsed on [quote=""] (Bug #41955 - Patch by TerraFrost)
    52. +
    53. [Fix] Deleting all posts in a topic - bad redirect (Bug #41705 - Patch by TerraFrost)
    54. +
    55. [Fix] Deleted users still appear logged in (Bug #41985 - Patch by TerraFrost)
    56. [Change] Allow download of conflicting file for later reference in automatic updater
    57. [Change] Default difference view is now 'inline' instead of 'side by side'
    58. [Change] Added new option for merging differences to conflicting files in automatic updater
    59. -- cgit v1.2.1 From cb9b42928b1a902b7a7452c4c224ce67147118ac Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 27 Feb 2009 10:54:57 +0000 Subject: Add link to user profile in the MCP for user notes and warn user. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9343 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 770e36bd8a..8c20b853f6 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -112,6 +112,7 @@
    60. [Change] Default difference view is now 'inline' instead of 'side by side'
    61. [Change] Added new option for merging differences to conflicting files in automatic updater
    62. [Change] Added new options for visual confirmation.
    63. +
    64. [Change] Add link to user profile in the MCP for user notes and warn user.
    65. [Feature] Allow translation of custom BBCode help messages. (Patch by bantu)
    66. -- cgit v1.2.1 From 67a70f7fd447a483adf1831aa924b456bdeb088e Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 27 Feb 2009 16:29:29 +0000 Subject: - Removed redundant code and unnecessary queries in forum management. #42265 - Fixed use of instead of in ACP git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9344 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 8c20b853f6..c244bc74cc 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -101,13 +101,14 @@
    67. [Fix] Changed the success message when requesting a new password to be more accurate. (Bug #41405)
    68. [Fix] Add missing anti-abuse email headers to acp_inactive.php and ucp_resend.php.
    69. [Fix] Only remind users in the correct inactive states depending on the board account activation level.
    70. -
    71. [Fix] Topic print view XHTML error. (Bug #41745)
    72. +
    73. [Fix] Various XHTML mistakes in prosilver and ACP. (Bugs #41745, #42265 - Patch by nickvergessen)
    74. [Fix] Log password changes via password reset function. (Bug #41365)
    75. [Fix] Poll, negative durations generate error (Bug #41295 - Patch by TerraFrost)
    76. [Fix] Visibility of custom field on registration is incorrectly controlled by setting "display" (Bug #41385 - Patch by Eelke)
    77. [Fix] Smile in Username is misparsed on [quote=""] (Bug #41955 - Patch by TerraFrost)
    78. [Fix] Deleting all posts in a topic - bad redirect (Bug #41705 - Patch by TerraFrost)
    79. [Fix] Deleted users still appear logged in (Bug #41985 - Patch by TerraFrost)
    80. +
    81. [Fix] Removed redundant code and unnecessary queries in forum management. (Bug #42265 - Patch by nickvergessen)
    82. [Change] Allow download of conflicting file for later reference in automatic updater
    83. [Change] Default difference view is now 'inline' instead of 'side by side'
    84. [Change] Added new option for merging differences to conflicting files in automatic updater
    85. -- cgit v1.2.1 From 005c48de98f7a8583d6ae158cb6a0d2b7b7ae1ae Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 27 Feb 2009 16:48:41 +0000 Subject: Fixed XHTML attributes. #38465 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9345 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 c244bc74cc..1c958e2594 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -101,7 +101,7 @@
    86. [Fix] Changed the success message when requesting a new password to be more accurate. (Bug #41405)
    87. [Fix] Add missing anti-abuse email headers to acp_inactive.php and ucp_resend.php.
    88. [Fix] Only remind users in the correct inactive states depending on the board account activation level.
    89. -
    90. [Fix] Various XHTML mistakes in prosilver and ACP. (Bugs #41745, #42265 - Patch by nickvergessen)
    91. +
    92. [Fix] Various XHTML mistakes in prosilver, subsilver2 and the ACP. (Bugs #41745, #42265 - Patch by nickvergessen, #38465)
    93. [Fix] Log password changes via password reset function. (Bug #41365)
    94. [Fix] Poll, negative durations generate error (Bug #41295 - Patch by TerraFrost)
    95. [Fix] Visibility of custom field on registration is incorrectly controlled by setting "display" (Bug #41385 - Patch by Eelke)
    96. -- cgit v1.2.1 From d597eacce54708f0a5e6788f9cb90c84678e94fb Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 1 Mar 2009 00:11:20 +0000 Subject: Correct mbstring regular expression for the allowable username characters. #42325 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9352 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 1c958e2594..8509b875ef 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -109,6 +109,7 @@
    97. [Fix] Deleting all posts in a topic - bad redirect (Bug #41705 - Patch by TerraFrost)
    98. [Fix] Deleted users still appear logged in (Bug #41985 - Patch by TerraFrost)
    99. [Fix] Removed redundant code and unnecessary queries in forum management. (Bug #42265 - Patch by nickvergessen)
    100. +
    101. [Fix] Correct mbstring regular expression for the allowable username characters, only affects USERNAME_LETTER_NUM_SPACERS. (Bug #42325)
    102. [Change] Allow download of conflicting file for later reference in automatic updater
    103. [Change] Default difference view is now 'inline' instead of 'side by side'
    104. [Change] Added new option for merging differences to conflicting files in automatic updater
    105. -- cgit v1.2.1 From 36ccf7c6d7ee7d0ee4190c0beecb864c1524f7a8 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 1 Mar 2009 13:37:53 +0000 Subject: Fix infinite loop in message handler if cache directory is not writable. (Bug #38675) - newer PHP versions handle this quite fine, a Fatal Error is returned in this case git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9353 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 8509b875ef..ea4846f8ea 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -110,6 +110,7 @@
    106. [Fix] Deleted users still appear logged in (Bug #41985 - Patch by TerraFrost)
    107. [Fix] Removed redundant code and unnecessary queries in forum management. (Bug #42265 - Patch by nickvergessen)
    108. [Fix] Correct mbstring regular expression for the allowable username characters, only affects USERNAME_LETTER_NUM_SPACERS. (Bug #42325)
    109. +
    110. [Fix] Fix infinite loop in message handler if cache directory is not writable. (Bug #38675)
    111. [Change] Allow download of conflicting file for later reference in automatic updater
    112. [Change] Default difference view is now 'inline' instead of 'side by side'
    113. [Change] Added new option for merging differences to conflicting files in automatic updater
    114. -- cgit v1.2.1 From aef857c98d518260ba428dd31c054e910f6f54fc Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Mon, 2 Mar 2009 23:16:35 +0000 Subject: Fixed bug # 41435 Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9356 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 ea4846f8ea..0a90f4f5f3 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -111,6 +111,7 @@
    115. [Fix] Removed redundant code and unnecessary queries in forum management. (Bug #42265 - Patch by nickvergessen)
    116. [Fix] Correct mbstring regular expression for the allowable username characters, only affects USERNAME_LETTER_NUM_SPACERS. (Bug #42325)
    117. [Fix] Fix infinite loop in message handler if cache directory is not writable. (Bug #38675)
    118. +
    119. [Fix] While post is awaiting approval it can still be edited even though it can not be seen (Bug #41435 - Patch by TerraFrost)
    120. [Change] Allow download of conflicting file for later reference in automatic updater
    121. [Change] Default difference view is now 'inline' instead of 'side by side'
    122. [Change] Added new option for merging differences to conflicting files in automatic updater
    123. -- cgit v1.2.1 From d80291bd9dfc62dc8b44ee765ccde11079b3bbf4 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 4 Mar 2009 10:16:03 +0000 Subject: forgot to commit changelog entries for database updater and db_tools git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9357 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 0a90f4f5f3..40a4a8b2e6 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -118,6 +118,8 @@
    124. [Change] Added new options for visual confirmation.
    125. [Change] Add link to user profile in the MCP for user notes and warn user.
    126. [Feature] Allow translation of custom BBCode help messages. (Patch by bantu)
    127. +
    128. [Feature] db_tools now support create table and drop table.
    129. +
    130. [Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)
    131. 1.ii. Changes since 3.0.3

      -- cgit v1.2.1 From fc0ae23d3445a952440af1fc77a3a033bec2dc93 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 6 Mar 2009 15:23:57 +0000 Subject: Bug number for create table in db_tools git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9358 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 40a4a8b2e6..e17e2ee4a2 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -118,7 +118,7 @@
    132. [Change] Added new options for visual confirmation.
    133. [Change] Add link to user profile in the MCP for user notes and warn user.
    134. [Feature] Allow translation of custom BBCode help messages. (Patch by bantu)
    135. -
    136. [Feature] db_tools now support create table and drop table.
    137. +
    138. [Feature] db_tools now support create table and drop table. (Bug #40045)
    139. [Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)
    140. -- cgit v1.2.1 From 77ca063131f8ef62065883030843715541c8c138 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 6 Mar 2009 15:34:31 +0000 Subject: the addition was completely unrelated to the bug report. ;) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9359 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 e17e2ee4a2..40a4a8b2e6 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -118,7 +118,7 @@
    141. [Change] Added new options for visual confirmation.
    142. [Change] Add link to user profile in the MCP for user notes and warn user.
    143. [Feature] Allow translation of custom BBCode help messages. (Patch by bantu)
    144. -
    145. [Feature] db_tools now support create table and drop table. (Bug #40045)
    146. +
    147. [Feature] db_tools now support create table and drop table.
    148. [Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)
    149. -- cgit v1.2.1 From 169a2288995276837a2476cf32fa237d52414817 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 7 Mar 2009 16:02:17 +0000 Subject: Fix imageset editing for retaining and correctly setting dimensions for images, as well as displaying correct settings for first page load. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9360 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 40a4a8b2e6..20107e1fae 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -112,6 +112,7 @@
    150. [Fix] Correct mbstring regular expression for the allowable username characters, only affects USERNAME_LETTER_NUM_SPACERS. (Bug #42325)
    151. [Fix] Fix infinite loop in message handler if cache directory is not writable. (Bug #38675)
    152. [Fix] While post is awaiting approval it can still be edited even though it can not be seen (Bug #41435 - Patch by TerraFrost)
    153. +
    154. [Fix] Fix imageset editing for retaining and correctly setting dimensions for images, as well as displaying correct settings for first page load.
    155. [Change] Allow download of conflicting file for later reference in automatic updater
    156. [Change] Default difference view is now 'inline' instead of 'side by side'
    157. [Change] Added new option for merging differences to conflicting files in automatic updater
    158. -- cgit v1.2.1 From d9468c35da7df11ff12b0575b69ff97719cc3480 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 11 Mar 2009 12:53:54 +0000 Subject: add IN_PHPBB check to generated cache files git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9363 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 20107e1fae..7854ba88d5 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -105,7 +105,7 @@
    159. [Fix] Log password changes via password reset function. (Bug #41365)
    160. [Fix] Poll, negative durations generate error (Bug #41295 - Patch by TerraFrost)
    161. [Fix] Visibility of custom field on registration is incorrectly controlled by setting "display" (Bug #41385 - Patch by Eelke)
    162. -
    163. [Fix] Smile in Username is misparsed on [quote=""] (Bug #41955 - Patch by TerraFrost)
    164. +
    165. [Fix] Smile in Username is misparsed on [quote=""] (Bug #41955 - Patch by TerraFrost)
    166. [Fix] Deleting all posts in a topic - bad redirect (Bug #41705 - Patch by TerraFrost)
    167. [Fix] Deleted users still appear logged in (Bug #41985 - Patch by TerraFrost)
    168. [Fix] Removed redundant code and unnecessary queries in forum management. (Bug #42265 - Patch by nickvergessen)
    169. @@ -118,6 +118,7 @@
    170. [Change] Added new option for merging differences to conflicting files in automatic updater
    171. [Change] Added new options for visual confirmation.
    172. [Change] Add link to user profile in the MCP for user notes and warn user.
    173. +
    174. [Change] Add IN_PHPBB check to generated cache files. (reported by bantu)
    175. [Feature] Allow translation of custom BBCode help messages. (Patch by bantu)
    176. [Feature] db_tools now support create table and drop table.
    177. [Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)
    178. -- cgit v1.2.1 From 61135f65b94a4949d37f77e6d65e0aeeff8368ce Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 11 Mar 2009 16:23:12 +0000 Subject: Use OS-specific line endings for mail headers. (related to Bug #42755) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9364 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 7854ba88d5..97390949aa 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -113,6 +113,7 @@
    179. [Fix] Fix infinite loop in message handler if cache directory is not writable. (Bug #38675)
    180. [Fix] While post is awaiting approval it can still be edited even though it can not be seen (Bug #41435 - Patch by TerraFrost)
    181. [Fix] Fix imageset editing for retaining and correctly setting dimensions for images, as well as displaying correct settings for first page load.
    182. +
    183. [Fix] Use OS-specific line endings for mail headers. (related to Bug #42755)
    184. [Change] Allow download of conflicting file for later reference in automatic updater
    185. [Change] Default difference view is now 'inline' instead of 'side by side'
    186. [Change] Added new option for merging differences to conflicting files in automatic updater
    187. -- cgit v1.2.1 From 0d4a76a8756b28a99e3ab95beb3bd9836047bd1b Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Wed, 11 Mar 2009 17:11:10 +0000 Subject: Hide font size options which are bigger than the allowed size in the editor. #42615 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9365 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 97390949aa..809c9c9d3c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -114,6 +114,7 @@
    188. [Fix] While post is awaiting approval it can still be edited even though it can not be seen (Bug #41435 - Patch by TerraFrost)
    189. [Fix] Fix imageset editing for retaining and correctly setting dimensions for images, as well as displaying correct settings for first page load.
    190. [Fix] Use OS-specific line endings for mail headers. (related to Bug #42755)
    191. +
    192. [Fix] Hide font size options which are bigger than the allowed size in the editor. (Bug #42615 - Patch by nickvergessen)
    193. [Change] Allow download of conflicting file for later reference in automatic updater
    194. [Change] Default difference view is now 'inline' instead of 'side by side'
    195. [Change] Added new option for merging differences to conflicting files in automatic updater
    196. -- cgit v1.2.1 From 458e7946c9a05096fa4e6aa8144d80a1c2442502 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Wed, 11 Mar 2009 18:25:54 +0000 Subject: bantu is being picky but correct git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9367 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 809c9c9d3c..f12e8d17af 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -105,7 +105,7 @@
    197. [Fix] Log password changes via password reset function. (Bug #41365)
    198. [Fix] Poll, negative durations generate error (Bug #41295 - Patch by TerraFrost)
    199. [Fix] Visibility of custom field on registration is incorrectly controlled by setting "display" (Bug #41385 - Patch by Eelke)
    200. -
    201. [Fix] Smile in Username is misparsed on [quote=""] (Bug #41955 - Patch by TerraFrost)
    202. +
    203. [Fix] Smilies in username are misparsed on [quote=""] (Bug #41955 - Patch by TerraFrost)
    204. [Fix] Deleting all posts in a topic - bad redirect (Bug #41705 - Patch by TerraFrost)
    205. [Fix] Deleted users still appear logged in (Bug #41985 - Patch by TerraFrost)
    206. [Fix] Removed redundant code and unnecessary queries in forum management. (Bug #42265 - Patch by nickvergessen)
    207. -- cgit v1.2.1 From 48ffd72f6f3c6eb6b50dd1d18cdde9370c54cfd0 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 16 Mar 2009 14:45:22 +0000 Subject: Add topic icons to prosilver UCP main and subscribed templates (Bug #42735 - Patch by Raimon) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9371 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 f12e8d17af..6007136bca 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -121,6 +121,7 @@
    208. [Change] Added new options for visual confirmation.
    209. [Change] Add link to user profile in the MCP for user notes and warn user.
    210. [Change] Add IN_PHPBB check to generated cache files. (reported by bantu)
    211. +
    212. [Change] Add topic icons to prosilver UCP main and subscribed templates (Bug #42735 - Patch by Raimon)
    213. [Feature] Allow translation of custom BBCode help messages. (Patch by bantu)
    214. [Feature] db_tools now support create table and drop table.
    215. [Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)
    216. -- cgit v1.2.1 From d7b4e9e863d32b9c557ec5b971e6aa1b1e9d2c3c Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 16 Mar 2009 15:27:25 +0000 Subject: Better thumbnail quality with imagemagick (Bug #42565) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9372 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 6007136bca..21d51275e3 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -115,6 +115,7 @@
    217. [Fix] Fix imageset editing for retaining and correctly setting dimensions for images, as well as displaying correct settings for first page load.
    218. [Fix] Use OS-specific line endings for mail headers. (related to Bug #42755)
    219. [Fix] Hide font size options which are bigger than the allowed size in the editor. (Bug #42615 - Patch by nickvergessen)
    220. +
    221. [Fix] Better thumbnail quality with imagemagick (Bug #42565)
    222. [Change] Allow download of conflicting file for later reference in automatic updater
    223. [Change] Default difference view is now 'inline' instead of 'side by side'
    224. [Change] Added new option for merging differences to conflicting files in automatic updater
    225. -- cgit v1.2.1 From 3b918a234e3917080982581d200e5baab2a5bd79 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 16 Mar 2009 15:59:53 +0000 Subject: Fix download count increments for image attachments without corresponding thumbnails. (Bug #42505) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9373 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 21d51275e3..5faa65a4c1 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -115,7 +115,8 @@
    226. [Fix] Fix imageset editing for retaining and correctly setting dimensions for images, as well as displaying correct settings for first page load.
    227. [Fix] Use OS-specific line endings for mail headers. (related to Bug #42755)
    228. [Fix] Hide font size options which are bigger than the allowed size in the editor. (Bug #42615 - Patch by nickvergessen)
    229. -
    230. [Fix] Better thumbnail quality with imagemagick (Bug #42565)
    231. +
    232. [Fix] Better thumbnail quality with imagemagick. (Bug #42565)
    233. +
    234. [Fix] Fix download count increments for image attachments without corresponding thumbnails. (Bug #42505)
    235. [Change] Allow download of conflicting file for later reference in automatic updater
    236. [Change] Default difference view is now 'inline' instead of 'side by side'
    237. [Change] Added new option for merging differences to conflicting files in automatic updater
    238. -- cgit v1.2.1 From 3c5b06f8aa65161334ecc00e3e7ec2f9b6e4565d Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 16 Mar 2009 16:34:16 +0000 Subject: Fix wrong bot ip check if bot ip was wrongly entered by admin. (Bug #42485) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9374 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 5faa65a4c1..3441cc2c47 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -117,6 +117,7 @@
    239. [Fix] Hide font size options which are bigger than the allowed size in the editor. (Bug #42615 - Patch by nickvergessen)
    240. [Fix] Better thumbnail quality with imagemagick. (Bug #42565)
    241. [Fix] Fix download count increments for image attachments without corresponding thumbnails. (Bug #42505)
    242. +
    243. [Fix] Fix wrong bot ip check if bot ip was wrongly entered by admin. (Bug #42485)
    244. [Change] Allow download of conflicting file for later reference in automatic updater
    245. [Change] Default difference view is now 'inline' instead of 'side by side'
    246. [Change] Added new option for merging differences to conflicting files in automatic updater
    247. -- cgit v1.2.1 From d4b33ccac0dc3855bf46da2c1ddcf503e8c105de Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 16 Mar 2009 17:03:26 +0000 Subject: Fix javascript errors in simple header (prosilver) by adding forum_fn.js and the corresponding variables. (Bug #42135) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9377 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 3441cc2c47..9789d8f2fe 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -118,6 +118,7 @@
    248. [Fix] Better thumbnail quality with imagemagick. (Bug #42565)
    249. [Fix] Fix download count increments for image attachments without corresponding thumbnails. (Bug #42505)
    250. [Fix] Fix wrong bot ip check if bot ip was wrongly entered by admin. (Bug #42485)
    251. +
    252. [Fix] Fix javascript errors in simple header (prosilver) by adding forum_fn.js and the corresponding variables. (Bug #42135)
    253. [Change] Allow download of conflicting file for later reference in automatic updater
    254. [Change] Default difference view is now 'inline' instead of 'side by side'
    255. [Change] Added new option for merging differences to conflicting files in automatic updater
    256. -- cgit v1.2.1 From 272cde82514dbaa547e584b9c59824f6fc4133c8 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 16 Mar 2009 17:08:28 +0000 Subject: Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some conversion issues with special characters. (Bug #41805) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9378 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 9789d8f2fe..f43d08c8e1 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -119,6 +119,7 @@
    257. [Fix] Fix download count increments for image attachments without corresponding thumbnails. (Bug #42505)
    258. [Fix] Fix wrong bot ip check if bot ip was wrongly entered by admin. (Bug #42485)
    259. [Fix] Fix javascript errors in simple header (prosilver) by adding forum_fn.js and the corresponding variables. (Bug #42135)
    260. +
    261. [Fix] Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some conversion issues with special characters. (Bug #41805)
    262. [Change] Allow download of conflicting file for later reference in automatic updater
    263. [Change] Default difference view is now 'inline' instead of 'side by side'
    264. [Change] Added new option for merging differences to conflicting files in automatic updater
    265. -- cgit v1.2.1 From b933bc87e207a5e4c3ddf695e9b65fbb8dbb7079 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 16 Mar 2009 22:39:37 +0000 Subject: Deleting private message attachments could delete post attachments. #42815 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9379 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 f43d08c8e1..ab3f01af71 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -120,6 +120,7 @@
    266. [Fix] Fix wrong bot ip check if bot ip was wrongly entered by admin. (Bug #42485)
    267. [Fix] Fix javascript errors in simple header (prosilver) by adding forum_fn.js and the corresponding variables. (Bug #42135)
    268. [Fix] Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some conversion issues with special characters. (Bug #41805)
    269. +
    270. [Fix] Deleting private message attachments could delete post attachments. (Bug #42815)
    271. [Change] Allow download of conflicting file for later reference in automatic updater
    272. [Change] Default difference view is now 'inline' instead of 'side by side'
    273. [Change] Added new option for merging differences to conflicting files in automatic updater
    274. @@ -861,4 +862,4 @@ - \ No newline at end of file + -- cgit v1.2.1 From d6ef1e47468a10ea4199978c1eac4cf0112ca449 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 16 Mar 2009 22:41:37 +0000 Subject: gah stupid conflict resolution :@ fix line ending in r9379 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9380 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 ab3f01af71..eb9c28ec85 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -862,4 +862,4 @@ - + \ No newline at end of file -- cgit v1.2.1 From 8dfc457858943734f33fd2fb51b492c07b41a4fd Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 17 Mar 2009 12:02:48 +0000 Subject: Do not suppress PHP notices/errors in language packs if DEBUG_EXTRA mode enabled. (Bug #41485) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9383 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 eb9c28ec85..485c5bdb37 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -121,6 +121,7 @@
    275. [Fix] Fix javascript errors in simple header (prosilver) by adding forum_fn.js and the corresponding variables. (Bug #42135)
    276. [Fix] Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some conversion issues with special characters. (Bug #41805)
    277. [Fix] Deleting private message attachments could delete post attachments. (Bug #42815)
    278. +
    279. [Fix] Do not suppress PHP notices/errors in language packs if DEBUG_EXTRA mode enabled. (Bug #41485)
    280. [Change] Allow download of conflicting file for later reference in automatic updater
    281. [Change] Default difference view is now 'inline' instead of 'side by side'
    282. [Change] Added new option for merging differences to conflicting files in automatic updater
    283. -- cgit v1.2.1 From d4ac2d4209505075fefaa76a5be227d6a413c2ec Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 17 Mar 2009 14:42:13 +0000 Subject: Flash files do not display anymore after update to flash player 10 (Bug #41315) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9384 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 485c5bdb37..ef50e08453 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -122,6 +122,7 @@
    284. [Fix] Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some conversion issues with special characters. (Bug #41805)
    285. [Fix] Deleting private message attachments could delete post attachments. (Bug #42815)
    286. [Fix] Do not suppress PHP notices/errors in language packs if DEBUG_EXTRA mode enabled. (Bug #41485)
    287. +
    288. [Fix] Flash files do not display anymore after update to flash player 10 (Bug #41315)
    289. [Change] Allow download of conflicting file for later reference in automatic updater
    290. [Change] Default difference view is now 'inline' instead of 'side by side'
    291. [Change] Added new option for merging differences to conflicting files in automatic updater
    292. -- cgit v1.2.1 From a80f7a5ea10b039ec1549d391ecd8431240c640e Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 17 Mar 2009 15:23:57 +0000 Subject: Use FQDN for SMTP EHLO/HELO command. (Bug #41025) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9387 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 ef50e08453..f5baf664e7 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -123,6 +123,7 @@
    293. [Fix] Deleting private message attachments could delete post attachments. (Bug #42815)
    294. [Fix] Do not suppress PHP notices/errors in language packs if DEBUG_EXTRA mode enabled. (Bug #41485)
    295. [Fix] Flash files do not display anymore after update to flash player 10 (Bug #41315)
    296. +
    297. [Fix] Use FQDN for SMTP EHLO/HELO command. (Bug #41025)
    298. [Change] Allow download of conflicting file for later reference in automatic updater
    299. [Change] Default difference view is now 'inline' instead of 'side by side'
    300. [Change] Added new option for merging differences to conflicting files in automatic updater
    301. -- cgit v1.2.1 From 1e36ed1f741631be7c3c097b1a1cdd0db72baccb Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 17 Mar 2009 15:50:19 +0000 Subject: Mass Email works again for users with empty jabber address but notification set to 'both'. (Bug #39755) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9389 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 f5baf664e7..426213da8e 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -124,6 +124,7 @@
    302. [Fix] Do not suppress PHP notices/errors in language packs if DEBUG_EXTRA mode enabled. (Bug #41485)
    303. [Fix] Flash files do not display anymore after update to flash player 10 (Bug #41315)
    304. [Fix] Use FQDN for SMTP EHLO/HELO command. (Bug #41025)
    305. +
    306. [Fix] Mass Email works again for users with empty jabber address but notification set to 'both'. (Bug #39755)
    307. [Change] Allow download of conflicting file for later reference in automatic updater
    308. [Change] Default difference view is now 'inline' instead of 'side by side'
    309. [Change] Added new option for merging differences to conflicting files in automatic updater
    310. -- cgit v1.2.1 From 159eb5cbb4c694be16670b3ea1d7858abef29220 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 17 Mar 2009 22:32:21 +0000 Subject: XHTML error in prosilver. #43015 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9393 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 426213da8e..8475ac3246 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -101,7 +101,7 @@
    311. [Fix] Changed the success message when requesting a new password to be more accurate. (Bug #41405)
    312. [Fix] Add missing anti-abuse email headers to acp_inactive.php and ucp_resend.php.
    313. [Fix] Only remind users in the correct inactive states depending on the board account activation level.
    314. -
    315. [Fix] Various XHTML mistakes in prosilver, subsilver2 and the ACP. (Bugs #41745, #42265 - Patch by nickvergessen, #38465)
    316. +
    317. [Fix] Various XHTML mistakes in prosilver, subsilver2 and the ACP. (Bugs #41745, #42265 - Patch by nickvergessen, #38465, #43015)
    318. [Fix] Log password changes via password reset function. (Bug #41365)
    319. [Fix] Poll, negative durations generate error (Bug #41295 - Patch by TerraFrost)
    320. [Fix] Visibility of custom field on registration is incorrectly controlled by setting "display" (Bug #41385 - Patch by Eelke)
    321. -- cgit v1.2.1 From e461162847b1ac9287870de680e8dbd17e9f2fc1 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 19 Mar 2009 17:01:59 +0000 Subject: Fix race condition for updating post/topic/etc. counter. (reported by BartVB) please do not try such fixes at home - the correct solution would be to create a second config table with integer columns. ;) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9398 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 8475ac3246..52ebf5e5b6 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -125,6 +125,7 @@
    322. [Fix] Flash files do not display anymore after update to flash player 10 (Bug #41315)
    323. [Fix] Use FQDN for SMTP EHLO/HELO command. (Bug #41025)
    324. [Fix] Mass Email works again for users with empty jabber address but notification set to 'both'. (Bug #39755)
    325. +
    326. [Fix] Fix race condition for updating post/topic/etc. counter. (reported by BartVB)
    327. [Change] Allow download of conflicting file for later reference in automatic updater
    328. [Change] Default difference view is now 'inline' instead of 'side by side'
    329. [Change] Added new option for merging differences to conflicting files in automatic updater
    330. -- cgit v1.2.1 From 0f162568f241753ff3ec5a15c3ec9d3028c10f23 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 20 Mar 2009 13:22:19 +0000 Subject: Fix duplicate creation of acl options in acl_add_options() under certain conditions. (Bug #38385, #40225) Add unique key to ACL options table to prevent duplicate permission options. (Bug #41835) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9400 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 52ebf5e5b6..193a2ced42 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -126,6 +126,7 @@
    331. [Fix] Use FQDN for SMTP EHLO/HELO command. (Bug #41025)
    332. [Fix] Mass Email works again for users with empty jabber address but notification set to 'both'. (Bug #39755)
    333. [Fix] Fix race condition for updating post/topic/etc. counter. (reported by BartVB)
    334. +
    335. [Fix] Fix duplicate creation of acl options in acl_add_options() under certain conditions. (Bug #38385, #40225)
    336. [Change] Allow download of conflicting file for later reference in automatic updater
    337. [Change] Default difference view is now 'inline' instead of 'side by side'
    338. [Change] Added new option for merging differences to conflicting files in automatic updater
    339. @@ -133,6 +134,7 @@
    340. [Change] Add link to user profile in the MCP for user notes and warn user.
    341. [Change] Add IN_PHPBB check to generated cache files. (reported by bantu)
    342. [Change] Add topic icons to prosilver UCP main and subscribed templates (Bug #42735 - Patch by Raimon)
    343. +
    344. [Change] Add unique key to ACL options table to prevent duplicate permission options. (Bug #41835)
    345. [Feature] Allow translation of custom BBCode help messages. (Patch by bantu)
    346. [Feature] db_tools now support create table and drop table.
    347. [Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)
    348. -- cgit v1.2.1 From 777c7538902f540cdd0d835a9ffaf4107f46899f Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Tue, 24 Mar 2009 16:43:52 +0000 Subject: =?UTF-8?q?Fixed=20bug=20#40565=20=E2=80=93=20Cancel=20when=20repl?= =?UTF-8?q?ying=20to=20global=20announcement=20redirects=20to=20first=20fo?= =?UTF-8?q?rum=20-=20not=20to=20the=20current=20forum=20Authorised=20by:?= =?UTF-8?q?=20acydburn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9406 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 193a2ced42..1d5c51ce35 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -127,6 +127,7 @@
    349. [Fix] Mass Email works again for users with empty jabber address but notification set to 'both'. (Bug #39755)
    350. [Fix] Fix race condition for updating post/topic/etc. counter. (reported by BartVB)
    351. [Fix] Fix duplicate creation of acl options in acl_add_options() under certain conditions. (Bug #38385, #40225)
    352. +
    353. [Fix] Cancel when replying to global announcement redirects to first forum - not to the current forum (Bug #41225 - Patch by TerraFrost)
    354. [Change] Allow download of conflicting file for later reference in automatic updater
    355. [Change] Default difference view is now 'inline' instead of 'side by side'
    356. [Change] Added new option for merging differences to conflicting files in automatic updater
    357. -- cgit v1.2.1 From bf2f19cffe0573ee20d5076d8bb415fa22500a8d Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Wed, 25 Mar 2009 16:16:04 +0000 Subject: Fixed bug # 42455 - Cursor Jumps on New Topic in IE Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9407 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 1d5c51ce35..5dc6838801 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -128,6 +128,7 @@
    358. [Fix] Fix race condition for updating post/topic/etc. counter. (reported by BartVB)
    359. [Fix] Fix duplicate creation of acl options in acl_add_options() under certain conditions. (Bug #38385, #40225)
    360. [Fix] Cancel when replying to global announcement redirects to first forum - not to the current forum (Bug #41225 - Patch by TerraFrost)
    361. +
    362. [Fix] Cursor Jumps on New Topic in IE (Bug #42455 - Patch by TerraFrost)
    363. [Change] Allow download of conflicting file for later reference in automatic updater
    364. [Change] Default difference view is now 'inline' instead of 'side by side'
    365. [Change] Added new option for merging differences to conflicting files in automatic updater
    366. -- cgit v1.2.1 From e6ed42ed4dde41812b88b47c6e5bb5c41402f14c Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 28 Mar 2009 18:34:09 +0000 Subject: - Add indicator to be used in code if session was created (user visits the site for the first time) - Correctly count topic views for guests visiting the website the first time by entering the topic directly (Bug #43445) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9411 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 5dc6838801..b1a2d244cd 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -129,6 +129,8 @@
    367. [Fix] Fix duplicate creation of acl options in acl_add_options() under certain conditions. (Bug #38385, #40225)
    368. [Fix] Cancel when replying to global announcement redirects to first forum - not to the current forum (Bug #41225 - Patch by TerraFrost)
    369. [Fix] Cursor Jumps on New Topic in IE (Bug #42455 - Patch by TerraFrost)
    370. +
    371. [Fix] Add indicator to be used in code if session was created (user visits the site for the first time).
    372. +
    373. [Fix] Correctly count topic views for guests visiting the website the first time by entering the topic directly (Bug #43445)
    374. [Change] Allow download of conflicting file for later reference in automatic updater
    375. [Change] Default difference view is now 'inline' instead of 'side by side'
    376. [Change] Added new option for merging differences to conflicting files in automatic updater
    377. -- cgit v1.2.1 From 1fae177b9a424db90c33d9cde373d360ebeac878 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 30 Mar 2009 10:44:18 +0000 Subject: Fix bug in postgresql db layer for LIMIT ALL clauses (reported by JRSweets) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9412 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 b1a2d244cd..c789458494 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -131,6 +131,7 @@
    378. [Fix] Cursor Jumps on New Topic in IE (Bug #42455 - Patch by TerraFrost)
    379. [Fix] Add indicator to be used in code if session was created (user visits the site for the first time).
    380. [Fix] Correctly count topic views for guests visiting the website the first time by entering the topic directly (Bug #43445)
    381. +
    382. [Fix] Fix bug in postgresql db layer for LIMIT ALL clauses (reported by JRSweets)
    383. [Change] Allow download of conflicting file for later reference in automatic updater
    384. [Change] Default difference view is now 'inline' instead of 'side by side'
    385. [Change] Added new option for merging differences to conflicting files in automatic updater
    386. -- cgit v1.2.1 From 9d3d63181f3735a63e266fa610067d74486c833e Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 30 Mar 2009 11:09:51 +0000 Subject: Redirect to relevant MCP page of multi-page topic if accessing quickmod tools (Split option for example) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9414 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 c789458494..28670b33c3 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -140,6 +140,7 @@
    387. [Change] Add IN_PHPBB check to generated cache files. (reported by bantu)
    388. [Change] Add topic icons to prosilver UCP main and subscribed templates (Bug #42735 - Patch by Raimon)
    389. [Change] Add unique key to ACL options table to prevent duplicate permission options. (Bug #41835)
    390. +
    391. [Change] Redirect to relevant MCP page of multi-page topic if accessing quickmod tools (Split option for example)
    392. [Feature] Allow translation of custom BBCode help messages. (Patch by bantu)
    393. [Feature] db_tools now support create table and drop table.
    394. [Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)
    395. -- cgit v1.2.1 From 6d601d3bfcd02a5986ed9db48add30d639f4d1cd Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 30 Mar 2009 13:32:57 +0000 Subject: Sort backups by date, newest first (Bug #14818) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9416 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 28670b33c3..16b4759fd7 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -132,6 +132,7 @@
    396. [Fix] Add indicator to be used in code if session was created (user visits the site for the first time).
    397. [Fix] Correctly count topic views for guests visiting the website the first time by entering the topic directly (Bug #43445)
    398. [Fix] Fix bug in postgresql db layer for LIMIT ALL clauses (reported by JRSweets)
    399. +
    400. [Fix] Sort backups by date, newest first (Bug #14818)
    401. [Change] Allow download of conflicting file for later reference in automatic updater
    402. [Change] Default difference view is now 'inline' instead of 'side by side'
    403. [Change] Added new option for merging differences to conflicting files in automatic updater
    404. -- cgit v1.2.1 From 1f5fd0b721caf8efbd765072c87c0cdf2aead714 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 30 Mar 2009 13:52:58 +0000 Subject: Prevent incomplete backups stored if option "store and download" is selected and admin cancel download by removing the option. (Bug #20325) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9417 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 16b4759fd7..d13506b598 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -133,6 +133,7 @@
    405. [Fix] Correctly count topic views for guests visiting the website the first time by entering the topic directly (Bug #43445)
    406. [Fix] Fix bug in postgresql db layer for LIMIT ALL clauses (reported by JRSweets)
    407. [Fix] Sort backups by date, newest first (Bug #14818)
    408. +
    409. [Fix] Prevent incomplete backups stored if option "store and download" is selected and admin cancel download by removing the option. (Bug #20325)
    410. [Change] Allow download of conflicting file for later reference in automatic updater
    411. [Change] Default difference view is now 'inline' instead of 'side by side'
    412. [Change] Added new option for merging differences to conflicting files in automatic updater
    413. -- cgit v1.2.1 From 193396e9d0488805d96721cce642d7b6f33f7810 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 31 Mar 2009 12:21:36 +0000 Subject: Enforce correct case for template variables. {var} no longer works for example. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9419 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 d13506b598..ef72152bce 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -134,6 +134,7 @@
    414. [Fix] Fix bug in postgresql db layer for LIMIT ALL clauses (reported by JRSweets)
    415. [Fix] Sort backups by date, newest first (Bug #14818)
    416. [Fix] Prevent incomplete backups stored if option "store and download" is selected and admin cancel download by removing the option. (Bug #20325)
    417. +
    418. [Fix] Enforce correct case for template variables
    419. [Change] Allow download of conflicting file for later reference in automatic updater
    420. [Change] Default difference view is now 'inline' instead of 'side by side'
    421. [Change] Added new option for merging differences to conflicting files in automatic updater
    422. @@ -877,4 +878,4 @@ - \ No newline at end of file + -- cgit v1.2.1 From bc1ee36ed3174cbd2aed6dbc64a3859b566069af Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 31 Mar 2009 12:41:48 +0000 Subject: Conflict resolution again oops git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9420 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 ef72152bce..d8a5432113 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -878,4 +878,4 @@ - + \ No newline at end of file -- cgit v1.2.1 From b9f426355c80c3cbeedfb149283f4eb31b63ef7b Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Wed, 1 Apr 2009 22:37:50 +0000 Subject: Fixed bug # 42885 - "Select all" selects much too much in Opera Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9422 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 d8a5432113..c0df48416c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -135,6 +135,7 @@
    423. [Fix] Sort backups by date, newest first (Bug #14818)
    424. [Fix] Prevent incomplete backups stored if option "store and download" is selected and admin cancel download by removing the option. (Bug #20325)
    425. [Fix] Enforce correct case for template variables
    426. +
    427. [Fix] "Select all" selects much too much in Opera (Bug #42885 - Patch by TerraFrost)
    428. [Change] Allow download of conflicting file for later reference in automatic updater
    429. [Change] Default difference view is now 'inline' instead of 'side by side'
    430. [Change] Added new option for merging differences to conflicting files in automatic updater
    431. -- cgit v1.2.1 From 1e908f078e17c8ae7bf5358da6d76aae4f51712a Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 7 Apr 2009 12:50:31 +0000 Subject: Revert r9422 while we come up with a better fix git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9425 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 c0df48416c..d8a5432113 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -135,7 +135,6 @@
    432. [Fix] Sort backups by date, newest first (Bug #14818)
    433. [Fix] Prevent incomplete backups stored if option "store and download" is selected and admin cancel download by removing the option. (Bug #20325)
    434. [Fix] Enforce correct case for template variables
    435. -
    436. [Fix] "Select all" selects much too much in Opera (Bug #42885 - Patch by TerraFrost)
    437. [Change] Allow download of conflicting file for later reference in automatic updater
    438. [Change] Default difference view is now 'inline' instead of 'side by side'
    439. [Change] Added new option for merging differences to conflicting files in automatic updater
    440. -- cgit v1.2.1 From 9066aae03f4f8b6e997416934e44b77dc119f088 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 8 Apr 2009 16:18:58 +0000 Subject: Set topic_last_view_time on post/reply/edit to circumvent race conditions in auto prune and false removal of topics for manual forum prune (Bug #18055, #43515) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9426 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 d8a5432113..e9f5994a7c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -135,6 +135,7 @@
    441. [Fix] Sort backups by date, newest first (Bug #14818)
    442. [Fix] Prevent incomplete backups stored if option "store and download" is selected and admin cancel download by removing the option. (Bug #20325)
    443. [Fix] Enforce correct case for template variables
    444. +
    445. [Fix] Set topic_last_view_time on post/reply/edit to circumvent race conditions in auto prune and false removal of topics for manual forum prune (Bug #18055, #43515)
    446. [Change] Allow download of conflicting file for later reference in automatic updater
    447. [Change] Default difference view is now 'inline' instead of 'side by side'
    448. [Change] Added new option for merging differences to conflicting files in automatic updater
    449. -- cgit v1.2.1 From d7a8d7ad09f06050526d114abf5708b720cb67be Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 10 Apr 2009 07:54:52 +0000 Subject: Correctly split long subject lines according to the used RFC. This fixes extra spaces within long subjects. (Bug #43715) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9430 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 e9f5994a7c..e592031c14 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -136,6 +136,7 @@
    450. [Fix] Prevent incomplete backups stored if option "store and download" is selected and admin cancel download by removing the option. (Bug #20325)
    451. [Fix] Enforce correct case for template variables
    452. [Fix] Set topic_last_view_time on post/reply/edit to circumvent race conditions in auto prune and false removal of topics for manual forum prune (Bug #18055, #43515)
    453. +
    454. [Fix] Correctly split long subject lines according to the used RFC. This fixes extra spaces within long subjects. (Bug #43715)
    455. [Change] Allow download of conflicting file for later reference in automatic updater
    456. [Change] Default difference view is now 'inline' instead of 'side by side'
    457. [Change] Added new option for merging differences to conflicting files in automatic updater
    458. -- cgit v1.2.1 From 4d9b106db2ccc6e15b4afd3fc2e69cf37fae81cf Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 11 Apr 2009 11:09:45 +0000 Subject: New search option: Maximum number of words allowed to search for. (the more words the more database load) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9438 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 e592031c14..782559bec2 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -149,6 +149,7 @@
    459. [Feature] Allow translation of custom BBCode help messages. (Patch by bantu)
    460. [Feature] db_tools now support create table and drop table.
    461. [Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)
    462. +
    463. [Feature] New search option: Maximum number of words allowed to search for.
    464. 1.ii. Changes since 3.0.3

      -- cgit v1.2.1 From 0319733ea8e9dd5225fc9169bb3a063bf29bcd9c Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 11 Apr 2009 13:49:32 +0000 Subject: [Change] Performance improvements for native fulltext search (patch by Paul) (This has been tested for 2 weeks in a live environment) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9440 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 782559bec2..5d4c775895 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -137,15 +137,16 @@
    465. [Fix] Enforce correct case for template variables
    466. [Fix] Set topic_last_view_time on post/reply/edit to circumvent race conditions in auto prune and false removal of topics for manual forum prune (Bug #18055, #43515)
    467. [Fix] Correctly split long subject lines according to the used RFC. This fixes extra spaces within long subjects. (Bug #43715)
    468. -
    469. [Change] Allow download of conflicting file for later reference in automatic updater
    470. [Change] Default difference view is now 'inline' instead of 'side by side'
    471. [Change] Added new option for merging differences to conflicting files in automatic updater
    472. -
    473. [Change] Added new options for visual confirmation.
    474. [Change] Add link to user profile in the MCP for user notes and warn user.
    475. [Change] Add IN_PHPBB check to generated cache files. (reported by bantu)
    476. [Change] Add topic icons to prosilver UCP main and subscribed templates (Bug #42735 - Patch by Raimon)
    477. [Change] Add unique key to ACL options table to prevent duplicate permission options. (Bug #41835)
    478. [Change] Redirect to relevant MCP page of multi-page topic if accessing quickmod tools (Split option for example)
    479. +
    480. [Change] Performance improvements for native fulltext search (patch by Paul)
    481. +
    482. [Feature] Added new options for visual confirmation.
    483. +
    484. [Feature] Allow download of conflicting file for later reference in automatic updater
    485. [Feature] Allow translation of custom BBCode help messages. (Patch by bantu)
    486. [Feature] db_tools now support create table and drop table.
    487. [Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)
    488. -- cgit v1.2.1 From e35b5c26e6a3f2a8a764899eb0b03495aac284e0 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 12 Apr 2009 13:21:25 +0000 Subject: Fix skipping messages if using next/prev PM in history links. (Bug #22205) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9441 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 5d4c775895..406da37829 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -137,6 +137,7 @@
    489. [Fix] Enforce correct case for template variables
    490. [Fix] Set topic_last_view_time on post/reply/edit to circumvent race conditions in auto prune and false removal of topics for manual forum prune (Bug #18055, #43515)
    491. [Fix] Correctly split long subject lines according to the used RFC. This fixes extra spaces within long subjects. (Bug #43715)
    492. +
    493. [Fix] Fix skipping messages if using next/prev PM in history links. (Bug #22205)
    494. [Change] Default difference view is now 'inline' instead of 'side by side'
    495. [Change] Added new option for merging differences to conflicting files in automatic updater
    496. [Change] Add link to user profile in the MCP for user notes and warn user.
    497. -- cgit v1.2.1 From b8b578cd99641370756d116b31917f2a18fa9446 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 17 Apr 2009 09:08:34 +0000 Subject: Messenger now also able to use a custom language path. (Bug #36545) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9450 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 406da37829..d53989584a 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -138,6 +138,7 @@
    498. [Fix] Set topic_last_view_time on post/reply/edit to circumvent race conditions in auto prune and false removal of topics for manual forum prune (Bug #18055, #43515)
    499. [Fix] Correctly split long subject lines according to the used RFC. This fixes extra spaces within long subjects. (Bug #43715)
    500. [Fix] Fix skipping messages if using next/prev PM in history links. (Bug #22205)
    501. +
    502. [Fix] Messenger now also able to use a custom language path. (Bug #36545)
    503. [Change] Default difference view is now 'inline' instead of 'side by side'
    504. [Change] Added new option for merging differences to conflicting files in automatic updater
    505. [Change] Add link to user profile in the MCP for user notes and warn user.
    506. -- cgit v1.2.1 From 6408f1dc7e50a8991a085d001c52cf9816232e4c Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 17 Apr 2009 12:47:59 +0000 Subject: PM Export uses ISO 8601 date now. (Bug #32645) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9451 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 d53989584a..b7ba70d141 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -139,6 +139,7 @@
    507. [Fix] Correctly split long subject lines according to the used RFC. This fixes extra spaces within long subjects. (Bug #43715)
    508. [Fix] Fix skipping messages if using next/prev PM in history links. (Bug #22205)
    509. [Fix] Messenger now also able to use a custom language path. (Bug #36545)
    510. +
    511. [Fix] PM Export uses ISO 8601 date now. (Bug #32645)
    512. [Change] Default difference view is now 'inline' instead of 'side by side'
    513. [Change] Added new option for merging differences to conflicting files in automatic updater
    514. [Change] Add link to user profile in the MCP for user notes and warn user.
    515. -- cgit v1.2.1 From ac9e1472891fe9d69e1660985841f2f8fbb797f8 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 17 Apr 2009 15:08:09 +0000 Subject: Apply append_sid() to newest/latest post links in viewforum/search and UCP main module. (Bug #26815) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9459 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 b7ba70d141..529fab3f01 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -140,6 +140,7 @@
    516. [Fix] Fix skipping messages if using next/prev PM in history links. (Bug #22205)
    517. [Fix] Messenger now also able to use a custom language path. (Bug #36545)
    518. [Fix] PM Export uses ISO 8601 date now. (Bug #32645)
    519. +
    520. [Fix] Apply append_sid() to newest/latest post links in viewforum/search and UCP main module. (Bug #26815)
    521. [Change] Default difference view is now 'inline' instead of 'side by side'
    522. [Change] Added new option for merging differences to conflicting files in automatic updater
    523. [Change] Add link to user profile in the MCP for user notes and warn user.
    524. -- cgit v1.2.1 From 87f1ef1e9137bf9d86445802497e22aa10092447 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 17 Apr 2009 15:35:56 +0000 Subject: Do not create thumbnail if thumbnail would've the same size as the original image. (Bug #30725) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9462 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 529fab3f01..875281d5d2 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -141,6 +141,7 @@
    525. [Fix] Messenger now also able to use a custom language path. (Bug #36545)
    526. [Fix] PM Export uses ISO 8601 date now. (Bug #32645)
    527. [Fix] Apply append_sid() to newest/latest post links in viewforum/search and UCP main module. (Bug #26815)
    528. +
    529. [Fix] Do not create thumbnail if thumbnail would've the same size as the original image. (Bug #30725)
    530. [Change] Default difference view is now 'inline' instead of 'side by side'
    531. [Change] Added new option for merging differences to conflicting files in automatic updater
    532. [Change] Add link to user profile in the MCP for user notes and warn user.
    533. -- cgit v1.2.1 From a862451b195c0e55a9e24e5896c378dbeb6a1c09 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 17 Apr 2009 15:39:03 +0000 Subject: #30425 - fix grammar in FAQ git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9463 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/FAQ.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/FAQ.html b/phpBB/docs/FAQ.html index ee92427530..f91d4bc223 100644 --- a/phpBB/docs/FAQ.html +++ b/phpBB/docs/FAQ.html @@ -53,7 +53,7 @@
        -
      • I cannot install this it is too difficult! Will you do it?
      • +
      • I am finding phpBB too difficult to install. Will you do it for me?
      • I am having problems with the admin at a certain board, help!
      • A board has ripped off my graphics/software/etc., stop them!
      • A board is dealing in warez/porn/etc., you need to prevent them doing this!
      • @@ -62,7 +62,7 @@
      • I keep getting Mail sending errors when I (or my users) post/send PM's/etc.!
      • My users are complaining that emails are not in their selected language!
      • My AOL based users keep getting logged out!
      • -
      • No matter what I set the uploadable avatars to I cannot upload one from my computer!
      • +
      • I am unable to upload avatars from my computer, regardless of the settings.
      • I just cannot get gallery avatars to appear!
      • How do I use/set permissions?
      • I (or my users) cannot stay logged in to the forum!
      • @@ -78,7 +78,7 @@
        -

        I cannot install this it is too difficult! Will you do it?

        +

        I am finding phpBB too difficult to install. Will you do it for me?

        @@ -205,7 +205,7 @@ I want to sue you because i think you host an illegal board!
        -

        No matter what I set the uploadable avatars to I cannot upload one from my computer!

        +

        I am unable to upload avatars from my computer, regardless of the settings.

        -- cgit v1.2.1 From 4307a2c07f6559a71c3cf67f0cde60704ee373ea Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 17 Apr 2009 16:05:25 +0000 Subject: Changed jumpto() JS function to be more fail-safe. (But #27635 - patch by peterkclee) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9466 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 875281d5d2..62c64a9c2a 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -150,6 +150,7 @@
      • [Change] Add unique key to ACL options table to prevent duplicate permission options. (Bug #41835)
      • [Change] Redirect to relevant MCP page of multi-page topic if accessing quickmod tools (Split option for example)
      • [Change] Performance improvements for native fulltext search (patch by Paul)
      • +
      • [Change] Changed jumpto() JS function to be more fail-safe. (But #27635 - patch by peterkclee)
      • [Feature] Added new options for visual confirmation.
      • [Feature] Allow download of conflicting file for later reference in automatic updater
      • [Feature] Allow translation of custom BBCode help messages. (Patch by bantu)
      • -- cgit v1.2.1 From e3bdaea2656f788dd58e04d62896435246b6f23b Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 18 Apr 2009 17:22:41 +0000 Subject: Ability to vote in poll is now required for the ability to change existing vote. (Bug #38925) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9470 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 62c64a9c2a..81a85eb3ad 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -142,6 +142,7 @@
      • [Fix] PM Export uses ISO 8601 date now. (Bug #32645)
      • [Fix] Apply append_sid() to newest/latest post links in viewforum/search and UCP main module. (Bug #26815)
      • [Fix] Do not create thumbnail if thumbnail would've the same size as the original image. (Bug #30725)
      • +
      • [Fix] Ability to vote in poll is now required for the ability to change existing vote. (Bug #38925)
      • [Change] Default difference view is now 'inline' instead of 'side by side'
      • [Change] Added new option for merging differences to conflicting files in automatic updater
      • [Change] Add link to user profile in the MCP for user notes and warn user.
      • -- cgit v1.2.1 From 59763841b3b871dbe378f61f98fc8dfb5faec76a Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 18 Apr 2009 17:46:34 +0000 Subject: Search for 'topic title only' and 'first post' should work again for non-mysql dbms. (Bug #40605) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9473 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 81a85eb3ad..b0d1ee66be 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -143,6 +143,7 @@
      • [Fix] Apply append_sid() to newest/latest post links in viewforum/search and UCP main module. (Bug #26815)
      • [Fix] Do not create thumbnail if thumbnail would've the same size as the original image. (Bug #30725)
      • [Fix] Ability to vote in poll is now required for the ability to change existing vote. (Bug #38925)
      • +
      • [Fix] Search for 'topic title only' and 'first post' should work again for non-mysql dbms. (Bug #40605)
      • [Change] Default difference view is now 'inline' instead of 'side by side'
      • [Change] Added new option for merging differences to conflicting files in automatic updater
      • [Change] Add link to user profile in the MCP for user notes and warn user.
      • -- cgit v1.2.1 From c33550702748ee411cbd3f15a8bb98eba0011aa5 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 23 Apr 2009 12:34:45 +0000 Subject: Make sure additional information for accessibility is always exposed to screen readers (Bug #44335 - patch by MarcoZ) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9481 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 b0d1ee66be..41ecda5efa 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -144,6 +144,7 @@
      • [Fix] Do not create thumbnail if thumbnail would've the same size as the original image. (Bug #30725)
      • [Fix] Ability to vote in poll is now required for the ability to change existing vote. (Bug #38925)
      • [Fix] Search for 'topic title only' and 'first post' should work again for non-mysql dbms. (Bug #40605)
      • +
      • [Fix] Make sure additional information for accessibility is always exposed to screen readers (Bug #44335 - patch by MarcoZ)
      • [Change] Default difference view is now 'inline' instead of 'side by side'
      • [Change] Added new option for merging differences to conflicting files in automatic updater
      • [Change] Add link to user profile in the MCP for user notes and warn user.
      • -- cgit v1.2.1 From f6bb6dda3f3ab856cd77f06dab649697e695292e Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Fri, 24 Apr 2009 17:27:10 +0000 Subject: Fixed bug #'ers 42585, 35505, 36675, and 42705 Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9482 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 41ecda5efa..9e6b106549 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -145,6 +145,10 @@
      • [Fix] Ability to vote in poll is now required for the ability to change existing vote. (Bug #38925)
      • [Fix] Search for 'topic title only' and 'first post' should work again for non-mysql dbms. (Bug #40605)
      • [Fix] Make sure additional information for accessibility is always exposed to screen readers (Bug #44335 - patch by MarcoZ)
      • +
      • [Fix] Approving a topic when some of the posts within that topic have already been approved (Bug #42585 - Patch by TerraFrost)
      • +
      • [Fix] Online status shown when post hidden (Bug #35505 - Patch by Raimon)
      • +
      • [Fix] memberlist.php display formating can be distorted by posting long URL for website (Bug #36675 - Patch by TerraFrost)
      • +
      • [Fix] queued replies missing from "view new posts" (Bug #42705 - Patch by Paul)
      • [Change] Default difference view is now 'inline' instead of 'side by side'
      • [Change] Added new option for merging differences to conflicting files in automatic updater
      • [Change] Add link to user profile in the MCP for user notes and warn user.
      • -- cgit v1.2.1 From f9e9274bc353a18ac2e51de85beb5282f495f6f5 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 24 Apr 2009 20:52:00 +0000 Subject: Display the online status of hidden users to users with the u_viewonline permission when viewing PMs. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9483 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 9e6b106549..3e0fc55463 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -149,6 +149,7 @@
      • [Fix] Online status shown when post hidden (Bug #35505 - Patch by Raimon)
      • [Fix] memberlist.php display formating can be distorted by posting long URL for website (Bug #36675 - Patch by TerraFrost)
      • [Fix] queued replies missing from "view new posts" (Bug #42705 - Patch by Paul)
      • +
      • [Fix] Display the online status of hidden users to users with the u_viewonline permission when viewing PMs.
      • [Change] Default difference view is now 'inline' instead of 'side by side'
      • [Change] Added new option for merging differences to conflicting files in automatic updater
      • [Change] Add link to user profile in the MCP for user notes and warn user.
      • -- cgit v1.2.1 From b8d5f1640376a341699a4c10c859213013bc5c17 Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Sat, 25 Apr 2009 13:56:36 +0000 Subject: Fixed bug # 42885 - "Select all" selects much too much in Opera Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9485 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 3e0fc55463..11b60c3bbf 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -150,6 +150,7 @@
      • [Fix] memberlist.php display formating can be distorted by posting long URL for website (Bug #36675 - Patch by TerraFrost)
      • [Fix] queued replies missing from "view new posts" (Bug #42705 - Patch by Paul)
      • [Fix] Display the online status of hidden users to users with the u_viewonline permission when viewing PMs.
      • +
      • [Fix] "Select all" selects much too much in Opera (Bug #42885 - Patch by TerraFrost and ToonArmy)
      • [Change] Default difference view is now 'inline' instead of 'side by side'
      • [Change] Added new option for merging differences to conflicting files in automatic updater
      • [Change] Add link to user profile in the MCP for user notes and warn user.
      • -- cgit v1.2.1 From 422e472936b8a7af6404f4e70e344f469a91a899 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 26 Apr 2009 15:12:54 +0000 Subject: remove item from change log git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9488 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 11b60c3bbf..cd2961897d 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -148,7 +148,6 @@
      • [Fix] Approving a topic when some of the posts within that topic have already been approved (Bug #42585 - Patch by TerraFrost)
      • [Fix] Online status shown when post hidden (Bug #35505 - Patch by Raimon)
      • [Fix] memberlist.php display formating can be distorted by posting long URL for website (Bug #36675 - Patch by TerraFrost)
      • -
      • [Fix] queued replies missing from "view new posts" (Bug #42705 - Patch by Paul)
      • [Fix] Display the online status of hidden users to users with the u_viewonline permission when viewing PMs.
      • [Fix] "Select all" selects much too much in Opera (Bug #42885 - Patch by TerraFrost and ToonArmy)
      • [Change] Default difference view is now 'inline' instead of 'side by side'
      • -- cgit v1.2.1 From 0f085848a661b5ffe5eff8bc842abfe625752bb3 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 28 Apr 2009 09:35:36 +0000 Subject: Correct calculation of source/target forum statistics if mass moving topics with global announcements (Bug #44545) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9491 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 cd2961897d..4486cf5d95 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -150,6 +150,7 @@
      • [Fix] memberlist.php display formating can be distorted by posting long URL for website (Bug #36675 - Patch by TerraFrost)
      • [Fix] Display the online status of hidden users to users with the u_viewonline permission when viewing PMs.
      • [Fix] "Select all" selects much too much in Opera (Bug #42885 - Patch by TerraFrost and ToonArmy)
      • +
      • [Fix] Correct calculation of source/target forum statistics if mass moving topics with global announcements (Bug #44545)
      • [Change] Default difference view is now 'inline' instead of 'side by side'
      • [Change] Added new option for merging differences to conflicting files in automatic updater
      • [Change] Add link to user profile in the MCP for user notes and warn user.
      • -- cgit v1.2.1 From ab122983f740c7dbd1e962bb8306033ad4f3c360 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 28 Apr 2009 11:18:02 +0000 Subject: Fix column handling in db updater, custom profile fields an db tools for firebird DBMS (Bug #44555) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9492 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 4486cf5d95..14d165b819 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -151,6 +151,7 @@
      • [Fix] Display the online status of hidden users to users with the u_viewonline permission when viewing PMs.
      • [Fix] "Select all" selects much too much in Opera (Bug #42885 - Patch by TerraFrost and ToonArmy)
      • [Fix] Correct calculation of source/target forum statistics if mass moving topics with global announcements (Bug #44545)
      • +
      • [Fix] Fix column handling in db updater, custom profile fields an db tools for firebird DBMS (Bug #44555)
      • [Change] Default difference view is now 'inline' instead of 'side by side'
      • [Change] Added new option for merging differences to conflicting files in automatic updater
      • [Change] Add link to user profile in the MCP for user notes and warn user.
      • -- cgit v1.2.1 From de617ed0df64cbdfa238f788eef163c09222f1d0 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Wed, 29 Apr 2009 18:30:26 +0000 Subject: Minor security problem, discovered internally. Requires the user to know the activation key which is not normally possible when admin activation is turned on. #41625 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9498 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 14d165b819..986e957237 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -167,6 +167,7 @@
      • [Feature] db_tools now support create table and drop table.
      • [Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)
      • [Feature] New search option: Maximum number of words allowed to search for.
      • +
      • [Sec] Prevent accounts from being activated by users when admin activation is turned on and the correct activation key is known.

      1.ii. Changes since 3.0.3

      -- cgit v1.2.1 From 4ea3402f9363c9259881bc8ea6ce7fc6cb212657 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 30 Apr 2009 08:15:32 +0000 Subject: Only use forum id supplied for posting if global announcement detected. (Reported by nickvergessen) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9499 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 986e957237..af9c56d75f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -125,13 +125,13 @@
    534. [Fix] Flash files do not display anymore after update to flash player 10 (Bug #41315)
    535. [Fix] Use FQDN for SMTP EHLO/HELO command. (Bug #41025)
    536. [Fix] Mass Email works again for users with empty jabber address but notification set to 'both'. (Bug #39755)
    537. -
    538. [Fix] Fix race condition for updating post/topic/etc. counter. (reported by BartVB)
    539. +
    540. [Fix] Fix race condition for updating post/topic/etc. counter. (Reported by BartVB)
    541. [Fix] Fix duplicate creation of acl options in acl_add_options() under certain conditions. (Bug #38385, #40225)
    542. [Fix] Cancel when replying to global announcement redirects to first forum - not to the current forum (Bug #41225 - Patch by TerraFrost)
    543. [Fix] Cursor Jumps on New Topic in IE (Bug #42455 - Patch by TerraFrost)
    544. [Fix] Add indicator to be used in code if session was created (user visits the site for the first time).
    545. [Fix] Correctly count topic views for guests visiting the website the first time by entering the topic directly (Bug #43445)
    546. -
    547. [Fix] Fix bug in postgresql db layer for LIMIT ALL clauses (reported by JRSweets)
    548. +
    549. [Fix] Fix bug in postgresql db layer for LIMIT ALL clauses (Reported by JRSweets)
    550. [Fix] Sort backups by date, newest first (Bug #14818)
    551. [Fix] Prevent incomplete backups stored if option "store and download" is selected and admin cancel download by removing the option. (Bug #20325)
    552. [Fix] Enforce correct case for template variables
    553. @@ -144,7 +144,7 @@
    554. [Fix] Do not create thumbnail if thumbnail would've the same size as the original image. (Bug #30725)
    555. [Fix] Ability to vote in poll is now required for the ability to change existing vote. (Bug #38925)
    556. [Fix] Search for 'topic title only' and 'first post' should work again for non-mysql dbms. (Bug #40605)
    557. -
    558. [Fix] Make sure additional information for accessibility is always exposed to screen readers (Bug #44335 - patch by MarcoZ)
    559. +
    560. [Fix] Make sure additional information for accessibility is always exposed to screen readers (Bug #44335 - Patch by MarcoZ)
    561. [Fix] Approving a topic when some of the posts within that topic have already been approved (Bug #42585 - Patch by TerraFrost)
    562. [Fix] Online status shown when post hidden (Bug #35505 - Patch by Raimon)
    563. [Fix] memberlist.php display formating can be distorted by posting long URL for website (Bug #36675 - Patch by TerraFrost)
    564. @@ -155,12 +155,12 @@
    565. [Change] Default difference view is now 'inline' instead of 'side by side'
    566. [Change] Added new option for merging differences to conflicting files in automatic updater
    567. [Change] Add link to user profile in the MCP for user notes and warn user.
    568. -
    569. [Change] Add IN_PHPBB check to generated cache files. (reported by bantu)
    570. +
    571. [Change] Add IN_PHPBB check to generated cache files. (Reported by bantu)
    572. [Change] Add topic icons to prosilver UCP main and subscribed templates (Bug #42735 - Patch by Raimon)
    573. [Change] Add unique key to ACL options table to prevent duplicate permission options. (Bug #41835)
    574. [Change] Redirect to relevant MCP page of multi-page topic if accessing quickmod tools (Split option for example)
    575. -
    576. [Change] Performance improvements for native fulltext search (patch by Paul)
    577. -
    578. [Change] Changed jumpto() JS function to be more fail-safe. (But #27635 - patch by peterkclee)
    579. +
    580. [Change] Performance improvements for native fulltext search (Patch by Paul)
    581. +
    582. [Change] Changed jumpto() JS function to be more fail-safe. (But #27635 - Patch by peterkclee)
    583. [Feature] Added new options for visual confirmation.
    584. [Feature] Allow download of conflicting file for later reference in automatic updater
    585. [Feature] Allow translation of custom BBCode help messages. (Patch by bantu)
    586. @@ -168,6 +168,7 @@
    587. [Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)
    588. [Feature] New search option: Maximum number of words allowed to search for.
    589. [Sec] Prevent accounts from being activated by users when admin activation is turned on and the correct activation key is known.
    590. +
    591. [Sec] Only use forum id supplied for posting if global announcement detected. (Reported by nickvergessen)
    592. 1.ii. Changes since 3.0.3

      -- cgit v1.2.1 From e45bc987b442860efcda98b04134c5da5d9560d0 Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Fri, 1 May 2009 05:32:29 +0000 Subject: Fixed bug # 43305 - IE8 textarea issues git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9501 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 af9c56d75f..8210aac2dc 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -152,6 +152,7 @@
    593. [Fix] "Select all" selects much too much in Opera (Bug #42885 - Patch by TerraFrost and ToonArmy)
    594. [Fix] Correct calculation of source/target forum statistics if mass moving topics with global announcements (Bug #44545)
    595. [Fix] Fix column handling in db updater, custom profile fields an db tools for firebird DBMS (Bug #44555)
    596. +
    597. [Fix] IE8 textarea issues (Bug #43305)
    598. [Change] Default difference view is now 'inline' instead of 'side by side'
    599. [Change] Added new option for merging differences to conflicting files in automatic updater
    600. [Change] Add link to user profile in the MCP for user notes and warn user.
    601. -- cgit v1.2.1 From 864c63406078cc2b4a7ea2e256598c3c5a86f265 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 1 May 2009 10:06:41 +0000 Subject: Set new version... git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9503 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 6fa296709c..4eee4520dc 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.3 you should select the phpBB-3.0.3_to_3.0.4.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.4 you should select the phpBB-3.0.4_to_3.0.5.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 preferred 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.3 you need the phpBB-3.0.3_to_3.0.4.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.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.

      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 601bb75d3c19c8a2a3f98e9c912507f82677f1e2 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 1 May 2009 10:10:35 +0000 Subject: Fix for #r9342 for bug #41385 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9504 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 8210aac2dc..c741b2e3bb 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -104,7 +104,7 @@
    602. [Fix] Various XHTML mistakes in prosilver, subsilver2 and the ACP. (Bugs #41745, #42265 - Patch by nickvergessen, #38465, #43015)
    603. [Fix] Log password changes via password reset function. (Bug #41365)
    604. [Fix] Poll, negative durations generate error (Bug #41295 - Patch by TerraFrost)
    605. -
    606. [Fix] Visibility of custom field on registration is incorrectly controlled by setting "display" (Bug #41385 - Patch by Eelke)
    607. +
    608. [Fix] Visibility of custom field on registration is incorrectly controlled by setting "display" (Bug #41385 - Patch by Eelke and fade2gray)
    609. [Fix] Smilies in username are misparsed on [quote=""] (Bug #41955 - Patch by TerraFrost)
    610. [Fix] Deleting all posts in a topic - bad redirect (Bug #41705 - Patch by TerraFrost)
    611. [Fix] Deleted users still appear logged in (Bug #41985 - Patch by TerraFrost)
    612. -- cgit v1.2.1 From 0f695bf0356e8cf9808166a92219394150f40c30 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 2 May 2009 12:59:48 +0000 Subject: specialchars in changelog git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9507 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 c741b2e3bb..396c64b3c0 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -89,7 +89,7 @@
      • [Fix] Delete user entry from ban list table upon user deletion (Bug #40015 - Patch by TerraFrost)
      • [Fix] Posts incremented for multiple approval of the same topic (Bug #40495 - Patch by TerraFrost)
      • -
      • [Fix] Missing end " in quote bb tag deletes text (Bug #40565 - Patch by TerraFrost)
      • +
      • [Fix] Missing end " in quote bb tag deletes text (Bug #40565 - Patch by TerraFrost)
      • [Fix] Friend/foe system displays posts made by foes while composing (Bug #40325 - Patch by TerraFrost and Highway of Life)
      • [Fix] Check forum_image whether it exists (Bug #39005 - Patch by TerraFrost)
      • [Fix] The sql query in acp_users.php lacks a condition (Bug #40275 - Patch by grimskies)
      • @@ -149,7 +149,7 @@
      • [Fix] Online status shown when post hidden (Bug #35505 - Patch by Raimon)
      • [Fix] memberlist.php display formating can be distorted by posting long URL for website (Bug #36675 - Patch by TerraFrost)
      • [Fix] Display the online status of hidden users to users with the u_viewonline permission when viewing PMs.
      • -
      • [Fix] "Select all" selects much too much in Opera (Bug #42885 - Patch by TerraFrost and ToonArmy)
      • +
      • [Fix] "Select all" selects much too much in Opera (Bug #42885 - Patch by TerraFrost and ToonArmy)
      • [Fix] Correct calculation of source/target forum statistics if mass moving topics with global announcements (Bug #44545)
      • [Fix] Fix column handling in db updater, custom profile fields an db tools for firebird DBMS (Bug #44555)
      • [Fix] IE8 textarea issues (Bug #43305)
      • -- cgit v1.2.1