diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-03-13 15:25:20 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-03-13 15:25:20 +0000 |
| commit | 8c64d7c32afa5a8c28522ac0d99faa78a75ebefc (patch) | |
| tree | e288300925880cb5fc22419144217f9d0dfa14c1 /phpBB/docs | |
| parent | f115ab68a52fd3b163093d71319572251d0b1070 (diff) | |
| download | forums-8c64d7c32afa5a8c28522ac0d99faa78a75ebefc.tar forums-8c64d7c32afa5a8c28522ac0d99faa78a75ebefc.tar.gz forums-8c64d7c32afa5a8c28522ac0d99faa78a75ebefc.tar.bz2 forums-8c64d7c32afa5a8c28522ac0d99faa78a75ebefc.tar.xz forums-8c64d7c32afa5a8c28522ac0d99faa78a75ebefc.zip | |
merging #r8426 to #r8430
git-svn-id: file:///svn/phpbb/trunk@8431 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -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> |
