aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-11-30 11:48:33 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-11-30 11:48:33 +0000
commita3cbc3d671b9941e0859bd5e5694a115fde59a57 (patch)
tree6e258b518570a8fc3b7655ff83ea0078939d9d57 /phpBB/docs
parent481e5c193fa21bd2cb8d7086fcdccd3d6964604d (diff)
downloadforums-a3cbc3d671b9941e0859bd5e5694a115fde59a57.tar
forums-a3cbc3d671b9941e0859bd5e5694a115fde59a57.tar.gz
forums-a3cbc3d671b9941e0859bd5e5694a115fde59a57.tar.bz2
forums-a3cbc3d671b9941e0859bd5e5694a115fde59a57.tar.xz
forums-a3cbc3d671b9941e0859bd5e5694a115fde59a57.zip
Let's face it - the most common setup we see with phpBB is having group-specific settings for external users (FTP, whatever).
Changed phpbb_chmod() to set the group bit, even if the PHP user is the owner. (somehow this sounds complicated, i hope you get the idea). git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9131 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index c83bd2cc72..dad0e468d7 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -96,6 +96,7 @@
<li>[Fix] Properly treat punctuation marks after local urls (Bug #37055)</li>
<li>[Fix] Make searching for members by YIM address work in prosilver</li>
<li>[Fix] Tell users to recreate the search index after changing the common word threshold for fulltext_native (Bug #36345)</li>
+ <li>[Fix] Adjusted phpbb_chmod() to always set permissions for group bit.</li>
<li>[Change] Alllow applications to set custom module inclusion path (idea by HoL)</li>
<li>[Change] Handle checking for duplicate usernames in chunks (Bug #17285 - Patch by A_Jelly_Doughnut)</li>
<li>[Change] Better handling and finer control for custom profile fields visibility options. (Patch by Highway of Life)</li>