diff options
author | Andreas Fischer <bantu@phpbb.com> | 2009-07-28 22:09:46 +0000 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2009-07-28 22:09:46 +0000 |
commit | 1b8a1f73d77d3df21b8404611a130bb4ee19b822 (patch) | |
tree | 2895a73dde574d975869cf2742c06e474ac2bcdf /phpBB/docs | |
parent | b4f3a0eb2d20cd618a1ade5f2d38a90cb9c6d265 (diff) | |
download | forums-1b8a1f73d77d3df21b8404611a130bb4ee19b822.tar forums-1b8a1f73d77d3df21b8404611a130bb4ee19b822.tar.gz forums-1b8a1f73d77d3df21b8404611a130bb4ee19b822.tar.bz2 forums-1b8a1f73d77d3df21b8404611a130bb4ee19b822.tar.xz forums-1b8a1f73d77d3df21b8404611a130bb4ee19b822.zip |
[Feature] Ability to copy permissions from one forum to several other forums.
[Fix] Add log entry when copying forum permissions.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9887 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index a9f68729e2..831956092b 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -180,6 +180,7 @@ <li>[Fix] Preserve post options when refusing to save the post as a draft. (Bug #39115)</li> <li>[Fix] Do not send private message back to sender if sender is in the same group the private message was sent to.</li> <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>[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> <li>[Change] Template engine now permits to a limited extent variable includes.</li> @@ -249,6 +250,7 @@ </ul> </li> <li>[Feature] Display version check on ACP main page.</li> + <li>[Feature] Ability to copy permissions from one forum to several other forums.</li> </ul> <a name="v304"></a><h3>1.ii. Changes since 3.0.4</h3> |