1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[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
This commit is contained in:
rxu
2011-04-11 19:59:50 +08:00
parent d3523f4f87
commit d811820bc1
5 changed files with 75 additions and 34 deletions

View File

@@ -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);