diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-06-04 10:44:09 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-06-04 10:44:09 +0000 |
commit | 22f5b1aff683b98a3b989567517e7d15ad9ad1ce (patch) | |
tree | 5d003a8931b0be1563d07b73d22dd6b37d324104 /phpBB/docs | |
parent | 498b87df106597c4d7bf236561fa76e99eeeb30f (diff) | |
download | forums-22f5b1aff683b98a3b989567517e7d15ad9ad1ce.tar forums-22f5b1aff683b98a3b989567517e7d15ad9ad1ce.tar.gz forums-22f5b1aff683b98a3b989567517e7d15ad9ad1ce.tar.bz2 forums-22f5b1aff683b98a3b989567517e7d15ad9ad1ce.tar.xz forums-22f5b1aff683b98a3b989567517e7d15ad9ad1ce.zip |
Adding a few safeguards to stop people from breaking their own boards ;)
Translators, I'm sorry but this means some work for you.
git-svn-id: file:///svn/phpbb/trunk@7713 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 7cba0361a5..109801c4d4 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -234,6 +234,10 @@ p a { <li>[Fix] Do not permit the decimal as a valid prefix character (Bug #11967)</li> <li>[Fix] Account for the fact that the IM fields might hold non-IM information</li> <li>[Fix] Make the queue function on post details</li> + <li>[Fix] Check if there are active styles left before deleting a style</li> + <li>[Fix] Correctly update styles after the deletion of an imageset.</li> + <li>[Sec] Adding confirm boxes to UCP group actions</li> + </ul> |