diff options
| author | Josh Woody <a_jelly_doughnut@phpbb.com> | 2010-01-18 16:41:21 +0000 |
|---|---|---|
| committer | Josh Woody <a_jelly_doughnut@phpbb.com> | 2010-01-18 16:41:21 +0000 |
| commit | ad14664a3a53c270511bc19392c38b60a2c3e3ff (patch) | |
| tree | c159a97c1780bd83cd763a6cff321803eff40108 /phpBB/docs | |
| parent | cb389894e948b2e23473d1de21c5843ac1059a8c (diff) | |
| download | forums-ad14664a3a53c270511bc19392c38b60a2c3e3ff.tar forums-ad14664a3a53c270511bc19392c38b60a2c3e3ff.tar.gz forums-ad14664a3a53c270511bc19392c38b60a2c3e3ff.tar.bz2 forums-ad14664a3a53c270511bc19392c38b60a2c3e3ff.tar.xz forums-ad14664a3a53c270511bc19392c38b60a2c3e3ff.zip | |
- Bug #56255 - Moving topics to a forum where you are on queue
- Allow some error handling in compress class by returning false if file does not exist.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10427 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 44e03912da..024b439863 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -131,6 +131,8 @@ <li>[Fix] Pagination of User Notes in MCP uses two different config values. (Bug #56025)</li> <li>[Fix] List hidden groups on viewprofile where the viewing user is also a member. (Bug #31845)</li> <li>[Fix] Sort viewprofile group list by group name.</li> + <li>[Fix] Strictly check whether a moderator can post in the destination forum when moving topic. (Bug #56255)</li> + <li>[Fix] Added some error handling to the compress class.</li> <li>[Fix] Correctly determine permissions to show quick reply button. (Bug #56555)</li> <li>[Fix] Do not unsubscribe users from topics replying with quickreply. (Bug #56235)</li> <li>[Fix] Don't submit when pressing enter on preview button. (Bug #54395)</li> |
