diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-03-20 13:22:19 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-03-20 13:22:19 +0000 |
commit | 0f162568f241753ff3ec5a15c3ec9d3028c10f23 (patch) | |
tree | 559f4fb4c242f4421b5061d768775b9f64128259 /phpBB/docs/CHANGELOG.html | |
parent | 06c4fbf81fdc66cc3eea11628b35f5c4ebbbaaba (diff) | |
download | forums-0f162568f241753ff3ec5a15c3ec9d3028c10f23.tar forums-0f162568f241753ff3ec5a15c3ec9d3028c10f23.tar.gz forums-0f162568f241753ff3ec5a15c3ec9d3028c10f23.tar.bz2 forums-0f162568f241753ff3ec5a15c3ec9d3028c10f23.tar.xz forums-0f162568f241753ff3ec5a15c3ec9d3028c10f23.zip |
Fix duplicate creation of acl options in acl_add_options() under certain conditions. (Bug #38385, #40225)
Add unique key to ACL options table to prevent duplicate permission options. (Bug #41835)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9400 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-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 52ebf5e5b6..193a2ced42 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -126,6 +126,7 @@ <li>[Fix] Use FQDN for SMTP EHLO/HELO command. (Bug #41025)</li> <li>[Fix] Mass Email works again for users with empty jabber address but notification set to 'both'. (Bug #39755)</li> <li>[Fix] Fix race condition for updating post/topic/etc. counter. (reported by BartVB)</li> + <li>[Fix] Fix duplicate creation of acl options in acl_add_options() under certain conditions. (Bug #38385, #40225)</li> <li>[Change] Allow download of conflicting file for later reference in automatic updater</li> <li>[Change] Default difference view is now 'inline' instead of 'side by side'</li> <li>[Change] Added new option for merging differences to conflicting files in automatic updater</li> @@ -133,6 +134,7 @@ <li>[Change] Add link to user profile in the MCP for user notes and warn user.</li> <li>[Change] Add IN_PHPBB check to generated cache files. (reported by bantu)</li> <li>[Change] Add topic icons to prosilver UCP main and subscribed templates (Bug #42735 - Patch by Raimon)</li> + <li>[Change] Add unique key to ACL options table to prevent duplicate permission options. (Bug #41835)</li> <li>[Feature] Allow translation of custom BBCode help messages. (Patch by bantu)</li> <li>[Feature] db_tools now support create table and drop table.</li> <li>[Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)</li> |