aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-07-01 16:09:50 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-07-01 16:09:50 +0000
commit6ca11b2d2b7a9e6420eec3b21e1531c1586c15c2 (patch)
tree9a369d5bda1449ab2218979181bcf219096c52ac /phpBB/docs
parent817a82a1afb86a1761c5c6a810ed9b8f599c147a (diff)
downloadforums-6ca11b2d2b7a9e6420eec3b21e1531c1586c15c2.tar
forums-6ca11b2d2b7a9e6420eec3b21e1531c1586c15c2.tar.gz
forums-6ca11b2d2b7a9e6420eec3b21e1531c1586c15c2.tar.bz2
forums-6ca11b2d2b7a9e6420eec3b21e1531c1586c15c2.tar.xz
forums-6ca11b2d2b7a9e6420eec3b21e1531c1586c15c2.zip
some fixes... most importantly the ability to update the board with the automatic files while having fsockopen disabled (instead, the update file information will be used, which may be inaccurate if the admin did a mistake).
git-svn-id: file:///svn/phpbb/trunk@7818 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index d5f0c0d0f6..865c8c5e0f 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -205,6 +205,10 @@ p a {
<li>[Fix] Correctly chmod created cache files (Bug #12859)</li>
<li>[Fix] Use our global expression for checking email syntax in memberlist (Bug #12827)</li>
<li>[Fix] Correctly retrieve/refresh templates stored in database if using subdirectories within template directory (Bug #12839)</li>
+ <li>[Fix] Correctly translate special group names in ucp_groups.php (Bug #12597)</li>
+ <li>[Fix] Search boxes not loosing session id (changing method from get to post) (Bug #12643)</li>
+ <li>[Fix] Make sure the automatic update is also working for those having fsockopen disabled</li>
+ <li>[Fix] Simulate recache of theme data on automatic update finished page - recaching it if css data changed</li>
</ul>