diff options
| author | rxu <rxu@mail.ru> | 2011-04-11 19:59:50 +0800 |
|---|---|---|
| committer | rxu <rxu@mail.ru> | 2011-04-11 20:16:59 +0800 |
| commit | d811820bc11bac61076d5a92d741d22df9944af8 (patch) | |
| tree | 7e20ae6b97dc4a50c65e9232f09bd4e8038d20dc /phpBB/install/database_update.php | |
| parent | d3523f4f8718c98d5c5709e1c05c6ab7c28f04aa (diff) | |
| download | forums-d811820bc11bac61076d5a92d741d22df9944af8.tar forums-d811820bc11bac61076d5a92d741d22df9944af8.tar.gz forums-d811820bc11bac61076d5a92d741d22df9944af8.tar.bz2 forums-d811820bc11bac61076d5a92d741d22df9944af8.tar.xz forums-d811820bc11bac61076d5a92d741d22df9944af8.zip | |
[feature/attachment-management-no-reassignment] Further feature adjustments.
-add database update entry;
- add files statistics checks;
- improve files deletion procedure;
- improve reversed order for pagination;
- adjust template file;
- add missing comma for orphan key in info module;
- change module mode name;
- fix module explanation text;
- add files comments output;
- change attachments per page amount from posts to topics per page value.
PHPBB3-9721
Diffstat (limited to 'phpBB/install/database_update.php')
| -rw-r--r-- | phpBB/install/database_update.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index cf611ca951..4f2a5966ee 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -1958,6 +1958,13 @@ function change_database_data(&$no_updates, $version) 'auth' => 'acl_a_group', 'cat' => 'ACP_GROUPS', ), + 'manage' => array( + 'base' => 'attachments', + 'class' => 'acp', + 'title' => 'ACP_MANAGE_ATTACHMENTS', + 'auth' => 'acl_a_attach', + 'cat' => 'ACP_ATTACHMENTS', + ), ); _add_modules($modules_to_install); |
