diff options
author | Chris Smith <toonarmy@phpbb.com> | 2009-02-27 16:29:29 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2009-02-27 16:29:29 +0000 |
commit | 67a70f7fd447a483adf1831aa924b456bdeb088e (patch) | |
tree | a0c94c62b21b209d7be7517a888b7d37224d9a26 /phpBB/docs/CHANGELOG.html | |
parent | cb9b42928b1a902b7a7452c4c224ce67147118ac (diff) | |
download | forums-67a70f7fd447a483adf1831aa924b456bdeb088e.tar forums-67a70f7fd447a483adf1831aa924b456bdeb088e.tar.gz forums-67a70f7fd447a483adf1831aa924b456bdeb088e.tar.bz2 forums-67a70f7fd447a483adf1831aa924b456bdeb088e.tar.xz forums-67a70f7fd447a483adf1831aa924b456bdeb088e.zip |
- Removed redundant code and unnecessary queries in forum management. #42265
- Fixed use of <b> instead of <strong> in ACP
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9344 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ <li>[Fix] Changed the success message when requesting a new password to be more accurate. (Bug #41405)</li> <li>[Fix] Add missing anti-abuse email headers to acp_inactive.php and ucp_resend.php.</li> <li>[Fix] Only remind users in the correct inactive states depending on the board account activation level.</li> - <li>[Fix] Topic print view XHTML error. (Bug #41745)</li> + <li>[Fix] Various XHTML mistakes in prosilver and ACP. (Bugs #41745, #42265 - Patch by nickvergessen)</li> <li>[Fix] Log password changes via password reset function. (Bug #41365)</li> <li>[Fix] Poll, negative durations generate error (Bug #41295 - Patch by TerraFrost)</li> <li>[Fix] Visibility of custom field on registration is incorrectly controlled by setting "display" (Bug #41385 - Patch by Eelke)</li> <li>[Fix] Smile in Username is misparsed on [quote=""] (Bug #41955 - Patch by TerraFrost)</li> <li>[Fix] Deleting all posts in a topic - bad redirect (Bug #41705 - Patch by TerraFrost)</li> <li>[Fix] Deleted users still appear logged in (Bug #41985 - Patch by TerraFrost)</li> + <li>[Fix] Removed redundant code and unnecessary queries in forum management. (Bug #42265 - Patch by nickvergessen)</li> <li>[Change] Allow download of conflicting file for later reference in automatic updater</li> <li>[Change] Default difference view is now 'inline' instead of 'side by side'</li> <li>[Change] Added new option for merging differences to conflicting files in automatic updater</li> |