diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2009-08-31 13:50:40 +0000 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2009-08-31 13:50:40 +0000 |
commit | d7925595dc46c1d913dd722b2121d4552c20cb47 (patch) | |
tree | 2ccaa021e4d6b8a8c96550a365391f2eda681ed5 /phpBB/docs | |
parent | 5f95f723d7f7ca4f02266d4f76b05899b59a6669 (diff) | |
download | forums-d7925595dc46c1d913dd722b2121d4552c20cb47.tar forums-d7925595dc46c1d913dd722b2121d4552c20cb47.tar.gz forums-d7925595dc46c1d913dd722b2121d4552c20cb47.tar.bz2 forums-d7925595dc46c1d913dd722b2121d4552c20cb47.tar.xz forums-d7925595dc46c1d913dd722b2121d4552c20cb47.zip |
Fix Bug #50035 - Fix handling of bookmarks and subscriptions on "split topcis", "merge topics" and "merge posts"
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10079 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6370c2b4ad..f1f5787cab 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -203,6 +203,7 @@ <li>[Fix] Only show "Add friend" and "Add foe" 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>[Fix] Correctly display list items in forum description in prosilver and administration. (Bug #48055 - Patch by leviatan21)</li> + <li>[Fix] Fix handling of bookmarks and subscriptions on "split topcis", "merge topics" and "merge posts". (Bug #50035)</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> |