[ticket/13740] Add more room for further tasks

PHPBB3-13740
This commit is contained in:
Mate Bartus 2015-07-20 18:06:02 +02:00
parent c5c98b7ca2
commit c89b226a7a
6 changed files with 23 additions and 23 deletions

View file

@ -9,7 +9,7 @@ services:
- %core.root_path%
- %core.php_ext%
tags:
- { name: install_data_install, order: 2 }
- { name: install_data_install, order: 20 }
installer.install_data.add_languages:
class: phpbb\install\module\install_data\task\add_languages
@ -18,7 +18,7 @@ services:
- @installer.helper.container_factory
- @language.helper.language_file
tags:
- { name: install_data_install, order: 1 }
- { name: install_data_install, order: 10 }
installer.install_data.add_modules:
class: phpbb\install\module\install_data\task\add_modules
@ -26,7 +26,7 @@ services:
- @installer.helper.iohandler
- @installer.helper.container_factory
tags:
- { name: install_data_install, order: 3 }
- { name: install_data_install, order: 30 }
installer.module.data_install_collection:
class: phpbb\di\ordered_service_collection
@ -41,4 +41,4 @@ services:
arguments:
- @installer.module.data_install_collection
tags:
- { name: installer_install_module, order: 5 }
- { name: installer_install_module, order: 50 }

View file

@ -9,7 +9,7 @@ services:
- %core.root_path%
- %core.php_ext%
tags:
- { name: install_database_install, order: 1 }
- { name: install_database_install, order: 10 }
installer.install_database.add_default_data:
class: phpbb\install\module\install_database\task\add_default_data
@ -21,7 +21,7 @@ services:
- @language
- %core.root_path%
tags:
- { name: install_database_install, order: 2 }
- { name: install_database_install, order: 20 }
installer.install_database.add_config_settings:
class: phpbb\install\module\install_database\task\add_config_settings
@ -33,7 +33,7 @@ services:
- @language
- %core.root_path%
tags:
- { name: install_database_install, order: 3 }
- { name: install_database_install, order: 30 }
installer.module.install_database_collection:
class: phpbb\di\ordered_service_collection
@ -48,4 +48,4 @@ services:
arguments:
- @installer.module.install_database_collection
tags:
- { name: installer_install_module, order: 4 }
- { name: installer_install_module, order: 40 }

View file

@ -9,7 +9,7 @@ services:
- %core.root_path%
- %core.php_ext%
tags:
- { name: install_filesystem_install, order: 1 }
- { name: install_filesystem_install, order: 10 }
installer.module.install_filesystem_collection:
class: phpbb\di\ordered_service_collection
@ -24,4 +24,4 @@ services:
arguments:
- @installer.module.install_filesystem_collection
tags:
- { name: installer_install_module, order: 3 }
- { name: installer_install_module, order: 30 }

View file

@ -4,7 +4,7 @@ services:
arguments:
- @installer.helper.container_factory
tags:
- { name: install_finish, order: 1 }
- { name: install_finish, order: 10 }
installer.install_finish.notify_user:
class: phpbb\install\module\install_finish\task\notify_user
@ -15,7 +15,7 @@ services:
- %core.root_path%
- %core.php_ext%
tags:
- { name: install_finish, order: 2 }
- { name: install_finish, order: 20 }
installer.module.install_finish_collection:
class: phpbb\di\ordered_service_collection
@ -30,4 +30,4 @@ services:
arguments:
- @installer.module.install_finish_collection
tags:
- { name: installer_install_module, order: 6 }
- { name: installer_install_module, order: 60 }

View file

@ -5,7 +5,7 @@ services:
- @installer.helper.config
- @installer.helper.iohandler
tags:
- { name: install_obtain_data, order: 1 }
- { name: install_obtain_data, order: 10 }
installer.obtain_data.obtain_board_data:
class: phpbb\install\module\obtain_data\task\obtain_board_data
@ -14,7 +14,7 @@ services:
- @installer.helper.iohandler
- @language.helper.language_file
tags:
- { name: install_obtain_data, order: 5 }
- { name: install_obtain_data, order: 50 }
installer.obtain_data.obtain_database_data:
class: phpbb\install\module\obtain_data\task\obtain_database_data
@ -23,7 +23,7 @@ services:
- @installer.helper.config
- @installer.helper.iohandler
tags:
- { name: install_obtain_data, order: 2 }
- { name: install_obtain_data, order: 20 }
installer.obtain_data.obtain_email_data:
class: phpbb\install\module\obtain_data\task\obtain_email_data
@ -31,14 +31,14 @@ services:
- @installer.helper.config
- @installer.helper.iohandler
tags:
- { name: install_obtain_data, order: 4 }
- { name: install_obtain_data, order: 40 }
installer.obtain_data.obtain_imagick_path:
class: phpbb\install\module\obtain_data\task\obtain_imagick_path
arguments:
- @installer.helper.config
tags:
- { name: install_obtain_data, order: 6 }
- { name: install_obtain_data, order: 60 }
installer.obtain_data.obtain_server_data:
class: phpbb\install\module\obtain_data\task\obtain_server_data
@ -46,7 +46,7 @@ services:
- @installer.helper.config
- @installer.helper.iohandler
tags:
- { name: install_obtain_data, order: 3 }
- { name: install_obtain_data, order: 30 }
installer.module.install_obtain_data_collection:
class: phpbb\di\ordered_service_collection
@ -63,4 +63,4 @@ services:
- true
- false
tags:
- { name: installer_install_module, order: 2 }
- { name: installer_install_module, order: 20 }

View file

@ -7,7 +7,7 @@ services:
- %core.root_path%
- %core.php_ext%
tags:
- { name: installer_requirements, order: 1 }
- { name: installer_requirements, order: 10 }
installer.requirements.check_server_environment:
class: phpbb\install\module\requirements\task\check_server_environment
@ -15,7 +15,7 @@ services:
- @installer.helper.database
- @installer.helper.iohandler
tags:
- { name: installer_requirements, order: 2 }
- { name: installer_requirements, order: 20 }
installer.module.install_requirements_collection:
class: phpbb\di\ordered_service_collection
@ -33,4 +33,4 @@ services:
- true
- false
tags:
- { name: installer_install_module, order: 1 }
- { name: installer_install_module, order: 10 }