aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-08-31 12:29:45 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-08-31 12:29:45 +0000
commit7ce940680a410f9c8086001d8fb0c316e5dcf646 (patch)
tree128c0b32804abaafde4dc6085cbe1906b0533c75 /phpBB/docs
parent58b8e85c3d6ce59c0b7dbac854d71dd6e993996e (diff)
downloadforums-7ce940680a410f9c8086001d8fb0c316e5dcf646.tar
forums-7ce940680a410f9c8086001d8fb0c316e5dcf646.tar.gz
forums-7ce940680a410f9c8086001d8fb0c316e5dcf646.tar.bz2
forums-7ce940680a410f9c8086001d8fb0c316e5dcf646.tar.xz
forums-7ce940680a410f9c8086001d8fb0c316e5dcf646.zip
Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10076 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index e071cd859a..4bd9120671 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -201,6 +201,7 @@
<li>[Fix] Sort private messages by message time and not message id. (Bug #50015)</li>
<li>[Fix] Make sure only logs for existing users are displayed and user-specific logs removed on user deletion. (Bug #49855)</li>
<li>[Fix] Only show &quot;Add friend&quot; and &quot;Add foe&quot; links if the specific module is enabled. (Bug #50475)</li>
+ <li>[Fix] Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615)</li>
<li>[Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).</li>
<li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li>
<li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li>