diff options
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index e489e3b099..154e93c928 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -130,6 +130,16 @@ <li>[Change] Remove left join for query used to retrieve already assigned users and groups within permission panel (Bug #20235)</li> <li>[Fix] Correctly return sole whitespaces if used with BBCodes (Bug #19535)</li> <li>[Fix] Quote bbcode parsing adding too much closing tags on special conditions (Bug #20735)</li> + <li>[Change] Added sanity checks to various ACP settings</li> + <li>[Change] Removed minimum form times</li> + <li>[Fix] Check topics_per_page value in acp_forums (Bug #15539)</li> + <li>[Fix] Custom profile fields with date type should be timezone independend (Bug #15003)</li> + <li>[Fix] Fixing some XHTML errors/warnings within the ACP (Bug #22875)</li> + <li>[Fix] Warnings if poll title/options exceed maximum characters per post (Bug #22865)</li> + <li>[Fix] Do not allow selecting non-authorized groups within memberlist by adjusting URL (Bug #22805 - patch provided by ToonArmy)</li> + <li>[Fix] Correctly specify "close report action" (Bug #22685)</li> + + </ul> </ul> |