aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data
diff options
context:
space:
mode:
authorOliver Schramm <oliver.schramm97@gmail.com>2017-11-17 01:29:38 +0100
committerOliver Schramm <oliver.schramm97@gmail.com>2017-11-17 01:29:38 +0100
commitaa961991fdafc8a0371d22c7e42f2424ee1b8898 (patch)
tree98d17388b63435eed28b1fea005b3700706f9253 /phpBB/phpbb/db/migration/data
parent2592d597652242cc5e1299e3dcde53d31f35c4f1 (diff)
downloadforums-aa961991fdafc8a0371d22c7e42f2424ee1b8898.tar
forums-aa961991fdafc8a0371d22c7e42f2424ee1b8898.tar.gz
forums-aa961991fdafc8a0371d22c7e42f2424ee1b8898.tar.bz2
forums-aa961991fdafc8a0371d22c7e42f2424ee1b8898.tar.xz
forums-aa961991fdafc8a0371d22c7e42f2424ee1b8898.zip
[ticket/15339] Allow a module to have multiple parents
Also restore old behaviour from Olympus regarding re-sorting modules PHPBB3-15339
Diffstat (limited to 'phpBB/phpbb/db/migration/data')
-rw-r--r--phpBB/phpbb/db/migration/data/v30x/release_3_0_6_rc1.php3
-rw-r--r--phpBB/phpbb/db/migration/data/v30x/release_3_0_8_rc1.php1
2 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/migration/data/v30x/release_3_0_6_rc1.php b/phpBB/phpbb/db/migration/data/v30x/release_3_0_6_rc1.php
index 08b8979e00..40bb58c10d 100644
--- a/phpBB/phpbb/db/migration/data/v30x/release_3_0_6_rc1.php
+++ b/phpBB/phpbb/db/migration/data/v30x/release_3_0_6_rc1.php
@@ -156,6 +156,7 @@ class release_3_0_6_rc1 extends \phpbb\db\migration\migration
'module_langname' => 'ACP_FEED_SETTINGS',
'module_mode' => 'feed',
'module_auth' => 'acl_a_board',
+ 'after' => array('signature', 'ACP_SIGNATURE_SETTINGS'),
),
)),
array('module.add', array(
@@ -167,6 +168,7 @@ class release_3_0_6_rc1 extends \phpbb\db\migration\migration
'module_mode' => 'warnings',
'module_auth' => 'acl_a_user',
'module_display' => false,
+ 'after' => array('feedback', 'ACP_USER_FEEDBACK'),
),
)),
array('module.add', array(
@@ -187,6 +189,7 @@ class release_3_0_6_rc1 extends \phpbb\db\migration\migration
'module_langname' => 'ACP_FORUM_PERMISSIONS_COPY',
'module_mode' => 'setting_forum_copy',
'module_auth' => 'acl_a_fauth && acl_a_authusers && acl_a_authgroups && acl_a_mauth',
+ 'after' => array('setting_forum_local', 'ACP_FORUM_PERMISSIONS'),
),
)),
array('module.add', array(
diff --git a/phpBB/phpbb/db/migration/data/v30x/release_3_0_8_rc1.php b/phpBB/phpbb/db/migration/data/v30x/release_3_0_8_rc1.php
index 0190eeb1af..c018adab46 100644
--- a/phpBB/phpbb/db/migration/data/v30x/release_3_0_8_rc1.php
+++ b/phpBB/phpbb/db/migration/data/v30x/release_3_0_8_rc1.php
@@ -39,6 +39,7 @@ class release_3_0_8_rc1 extends \phpbb\db\migration\migration
'module_langname' => 'ACP_POST_SETTINGS',
'module_mode' => 'post',
'module_auth' => 'acl_a_board',
+ 'after' => array('message', 'ACP_MESSAGE_SETTINGS'),
),
)),
array('config.add', array('load_unreads_search', 1)),