diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2009-08-01 11:43:39 +0000 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2009-08-01 11:43:39 +0000 |
commit | 530f4963cbc12e0f47f20c13c70587a60d3ad37c (patch) | |
tree | cf92fba109b74fcc8a397f6761e9f85faddba39b /phpBB/docs | |
parent | ac857b2e0ae6a3d95218f03736f1835ca8d09b74 (diff) | |
download | forums-530f4963cbc12e0f47f20c13c70587a60d3ad37c.tar forums-530f4963cbc12e0f47f20c13c70587a60d3ad37c.tar.gz forums-530f4963cbc12e0f47f20c13c70587a60d3ad37c.tar.bz2 forums-530f4963cbc12e0f47f20c13c70587a60d3ad37c.tar.xz forums-530f4963cbc12e0f47f20c13c70587a60d3ad37c.zip |
Fix Bug #37585 - Correctly log action when users request to join a group
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9903 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index a91ecc3bcb..25f4f04158 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -182,6 +182,7 @@ <li>[Fix] Correctly add user to a group making it a default one. (Bug #48345 - Patch by rxu)</li> <li>[Fix] Add log entry when copying forum permissions.</li> <li>[Fix] Min/max characters per posts also affects polls option (Bug #47295 - Patch by nickvergessen)</li> + <li>[Fix] Correctly log action when users request to join a group (Bug #37585 - Patch by nickvergessen)</li> <li>[Fix] Do not try to create thumbnails for images we cannot open properly. (Bug #48695)</li> <li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li> <li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li> |