From 73baf42558b70acf7b2e194a84172778374a1c6e Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Wed, 2 Sep 2009 05:12:23 +0000 Subject: [PATCH] Fixed bugs #43145, #44375, #44415 and #43045 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10088 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 7 +++++-- phpBB/includes/acp/acp_ban.php | 6 ++++-- phpBB/includes/acp/acp_icons.php | 23 +++++++++++++++++++++++ phpBB/includes/acp/acp_users.php | 25 +++++++++++++++++++++++++ phpBB/includes/functions.php | 2 +- 5 files changed, 58 insertions(+), 5 deletions(-) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index e3592c7fd0..c460081a04 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -205,6 +205,8 @@
  • [Fix] Fix handling of bookmarks and subscriptions on "split topcis", "merge topics" and "merge posts". (Bug #50035)
  • [Fix] Only embed cron.php if there is no cron lock present to reduce overhead. (Bug #45725 - Patch by TerryE)
  • [Fix] Add header gradient back into subsilver2 but keep site logo easily replaceable with smaller and bigger ones. (Bug #11142 - Patch by dark/Rain and Raimon)
  • +
  • [Fix] Activation email not sent from user settings (Bug #43145)
  • +
  • [Fix] Resend activation e-mail link inappropriate if using Admin activation (Bug #44375 - Patch by bbrunnrman)
  • [Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • @@ -231,11 +233,12 @@
  • [Change] Parse multiline url title for [url] BBCode tag. (Bug #1309)
  • [Change] Introduce new parameter to page_header() for forum specific who is online listings.
  • [Change] Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.
  • -
  • [Change] Unapproved topics can no longer be replied to (Bug #44005)
  • +
  • [Change] Unapproved topics can no longer be replied to (Bug #44005, #47675, #23605)
  • [Change] Require user to be registered and logged in to search for unread posts if topic read tracking is disabled for guests (Bug #49525)
  • [Change] Allow three-digit hex notation in Color BBcode. (Bug #39965 - Patch by m0rpha)
  • [Change] Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be used on every page. (Bug #50285)
  • [Change] Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615)
  • +
  • [Change] Resize oversized Topic icons (Bug #44415)
  • [Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)
  • [Feature] Backported 3.2 captcha plugins.