2012-04-09 00:22:55 +02:00
|
|
|
imports:
|
2012-07-21 16:14:21 +02:00
|
|
|
- { resource: tables.yml }
|
2012-04-09 00:22:55 +02:00
|
|
|
- { resource: cron_tasks.yml }
|
2012-11-09 07:40:08 -06:00
|
|
|
- { resource: notifications.yml }
|
2013-01-08 22:09:14 -06:00
|
|
|
- { resource: migrator.yml }
|
2012-11-14 23:14:41 +01:00
|
|
|
- { resource: avatars.yml }
|
2013-06-06 19:35:36 +02:00
|
|
|
- { resource: feed.yml }
|
2013-06-20 21:29:16 -04:00
|
|
|
- { resource: auth_providers.yml }
|
2013-11-03 03:24:06 +01:00
|
|
|
- { resource: console.yml }
|
2013-10-23 18:34:06 +02:00
|
|
|
- { resource: mimetype_guessers.yml }
|
2013-09-14 14:04:48 +02:00
|
|
|
- { resource: passwords.yml }
|
2013-09-17 15:17:54 +02:00
|
|
|
- { resource: profilefields.yml }
|
2012-04-09 00:22:55 +02:00
|
|
|
|
2012-03-31 04:06:52 +02:00
|
|
|
services:
|
2013-06-28 10:52:13 +02:00
|
|
|
acl.permissions:
|
2013-09-16 06:16:53 +02:00
|
|
|
class: phpbb\permissions
|
2013-06-28 10:52:13 +02:00
|
|
|
arguments:
|
|
|
|
- @dispatcher
|
2013-06-28 11:27:38 +02:00
|
|
|
- @user
|
2013-06-28 10:52:13 +02:00
|
|
|
|
2012-08-25 16:39:38 +02:00
|
|
|
auth:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\auth\auth
|
2012-08-25 16:39:38 +02:00
|
|
|
|
2012-11-14 23:14:41 +01:00
|
|
|
avatar.manager:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\avatar\manager
|
2012-11-14 23:14:41 +01:00
|
|
|
arguments:
|
|
|
|
- @config
|
|
|
|
- @avatar.driver_collection
|
|
|
|
|
2012-08-25 16:39:38 +02:00
|
|
|
cache:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\cache\service
|
2012-08-25 16:39:38 +02:00
|
|
|
arguments:
|
|
|
|
- @cache.driver
|
2012-12-26 17:57:05 -05:00
|
|
|
- @config
|
|
|
|
- @dbal.conn
|
|
|
|
- %core.root_path%
|
|
|
|
- %core.php_ext%
|
2012-08-25 16:39:38 +02:00
|
|
|
|
|
|
|
cache.driver:
|
|
|
|
class: %cache.driver.class%
|
|
|
|
|
2012-03-31 20:45:33 +02:00
|
|
|
class_loader:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\class_loader
|
2012-03-31 20:45:33 +02:00
|
|
|
arguments:
|
2013-09-16 06:16:53 +02:00
|
|
|
- phpbb\
|
2012-03-31 20:45:33 +02:00
|
|
|
- %core.root_path%includes/
|
2013-04-24 17:07:30 -05:00
|
|
|
- %core.php_ext%
|
2012-03-31 21:20:58 +02:00
|
|
|
calls:
|
|
|
|
- [register, []]
|
|
|
|
- [set_cache, [@cache.driver]]
|
2012-03-31 20:45:33 +02:00
|
|
|
|
|
|
|
class_loader.ext:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\class_loader
|
2012-03-31 20:45:33 +02:00
|
|
|
arguments:
|
2013-09-17 16:15:44 +02:00
|
|
|
- \
|
2012-03-31 20:45:33 +02:00
|
|
|
- %core.root_path%ext/
|
2013-04-24 17:07:30 -05:00
|
|
|
- %core.php_ext%
|
2012-03-31 21:20:58 +02:00
|
|
|
calls:
|
|
|
|
- [register, []]
|
|
|
|
- [set_cache, [@cache.driver]]
|
2012-03-31 20:45:33 +02:00
|
|
|
|
2012-08-25 16:39:38 +02:00
|
|
|
config:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\config\db
|
2012-03-31 20:21:26 +02:00
|
|
|
arguments:
|
2012-08-25 16:39:38 +02:00
|
|
|
- @dbal.conn
|
|
|
|
- @cache.driver
|
|
|
|
- %tables.config%
|
2012-03-31 04:06:52 +02:00
|
|
|
|
2014-06-27 19:39:47 +02:00
|
|
|
config.php:
|
|
|
|
synthetic: true
|
|
|
|
|
2013-03-05 03:13:27 +01:00
|
|
|
config_text:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\config\db_text
|
2013-03-05 03:13:27 +01:00
|
|
|
arguments:
|
|
|
|
- @dbal.conn
|
|
|
|
- %tables.config_text%
|
|
|
|
|
2013-07-11 13:31:39 +02:00
|
|
|
content.visibility:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\content_visibility
|
2013-07-11 13:31:39 +02:00
|
|
|
arguments:
|
|
|
|
- @auth
|
2014-06-20 13:25:45 +05:30
|
|
|
- @config
|
2013-07-11 13:31:39 +02:00
|
|
|
- @dbal.conn
|
|
|
|
- @user
|
|
|
|
- %core.root_path%
|
|
|
|
- %core.php_ext%
|
|
|
|
- %tables.forums%
|
|
|
|
- %tables.posts%
|
|
|
|
- %tables.topics%
|
|
|
|
- %tables.users%
|
|
|
|
|
2012-10-19 19:54:19 -04:00
|
|
|
controller.helper:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\controller\helper
|
2012-10-19 19:54:19 -04:00
|
|
|
arguments:
|
2012-11-13 11:02:01 -05:00
|
|
|
- @template
|
|
|
|
- @user
|
2013-09-03 16:16:23 -07:00
|
|
|
- @config
|
2014-03-08 16:32:43 +01:00
|
|
|
- @controller.provider
|
2014-05-02 23:03:03 +02:00
|
|
|
- @ext.manager
|
2014-07-08 00:04:11 +02:00
|
|
|
- @symfony_request
|
2012-11-13 11:02:01 -05:00
|
|
|
- %core.root_path%
|
2013-04-24 17:10:17 -05:00
|
|
|
- %core.php_ext%
|
2012-10-19 19:54:19 -04:00
|
|
|
|
|
|
|
controller.resolver:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\controller\resolver
|
2012-10-19 19:54:19 -04:00
|
|
|
arguments:
|
|
|
|
- @user
|
|
|
|
- @service_container
|
2014-05-11 15:10:14 +02:00
|
|
|
- %core.root_path%
|
2013-07-24 12:24:35 -05:00
|
|
|
- @template
|
2012-10-19 19:54:19 -04:00
|
|
|
|
2014-03-08 16:32:43 +01:00
|
|
|
controller.provider:
|
|
|
|
class: phpbb\controller\provider
|
2014-03-09 19:03:15 +01:00
|
|
|
calls:
|
|
|
|
- [find, [%core.root_path%]]
|
2014-03-08 16:32:43 +01:00
|
|
|
|
2012-10-21 16:09:43 -04:00
|
|
|
cron.task_collection:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\di\service_collection
|
2012-08-25 16:39:38 +02:00
|
|
|
arguments:
|
2012-10-22 11:17:49 -04:00
|
|
|
- @service_container
|
2012-11-11 18:39:24 +01:00
|
|
|
tags:
|
|
|
|
- { name: service_collection, tag: cron.task }
|
2012-03-31 20:45:33 +02:00
|
|
|
|
2012-08-25 16:39:38 +02:00
|
|
|
cron.manager:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\cron\manager
|
2012-08-25 16:39:38 +02:00
|
|
|
arguments:
|
2012-10-22 11:17:49 -04:00
|
|
|
- @cron.task_collection
|
2012-08-25 16:39:38 +02:00
|
|
|
- %core.root_path%
|
|
|
|
- %core.php_ext%
|
|
|
|
|
|
|
|
cron.lock_db:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\lock\db
|
2012-08-25 16:39:38 +02:00
|
|
|
arguments:
|
|
|
|
- cron_lock
|
|
|
|
- @config
|
|
|
|
- @dbal.conn
|
2012-03-31 04:06:52 +02:00
|
|
|
|
|
|
|
dispatcher:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\event\dispatcher
|
2012-10-19 19:53:29 -04:00
|
|
|
arguments:
|
|
|
|
- @service_container
|
2012-03-31 04:06:52 +02:00
|
|
|
|
|
|
|
dbal.conn:
|
2014-06-26 17:17:35 +02:00
|
|
|
class: phpbb\db\driver\factory
|
|
|
|
arguments:
|
|
|
|
- @service_container
|
|
|
|
|
|
|
|
dbal.conn.driver:
|
2012-03-31 20:21:26 +02:00
|
|
|
class: %dbal.driver.class%
|
2012-03-31 04:06:52 +02:00
|
|
|
calls:
|
|
|
|
- [sql_connect, [%dbal.dbhost%, %dbal.dbuser%, %dbal.dbpasswd%, %dbal.dbname%, %dbal.dbport%, false, %dbal.new_link%]]
|
|
|
|
|
2013-01-08 22:07:26 -06:00
|
|
|
dbal.tools:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\db\tools
|
2013-01-08 22:07:26 -06:00
|
|
|
arguments:
|
|
|
|
- @dbal.conn
|
|
|
|
|
2012-08-25 16:39:38 +02:00
|
|
|
event.subscriber_loader:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\event\extension_subscriber_loader
|
2012-03-31 04:06:52 +02:00
|
|
|
arguments:
|
2012-08-25 16:39:38 +02:00
|
|
|
- @dispatcher
|
2013-11-13 17:34:06 +01:00
|
|
|
- @event.listener_collection
|
2012-08-25 16:39:38 +02:00
|
|
|
calls:
|
|
|
|
- [load, []]
|
2012-03-31 04:06:52 +02:00
|
|
|
|
2013-11-13 17:34:06 +01:00
|
|
|
event.listener_collection:
|
|
|
|
class: phpbb\di\service_collection
|
|
|
|
arguments:
|
|
|
|
- @service_container
|
|
|
|
tags:
|
|
|
|
- { name: service_collection, tag: event.listener }
|
|
|
|
|
2012-03-31 04:06:52 +02:00
|
|
|
ext.manager:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\extension\manager
|
2012-03-31 04:06:52 +02:00
|
|
|
arguments:
|
2013-01-10 19:32:39 -06:00
|
|
|
- @service_container
|
2012-03-31 04:06:52 +02:00
|
|
|
- @dbal.conn
|
2012-09-01 21:15:39 +01:00
|
|
|
- @config
|
2013-04-17 18:43:19 +02:00
|
|
|
- @filesystem
|
2014-05-12 02:31:52 +03:00
|
|
|
- @user
|
2012-03-31 04:06:52 +02:00
|
|
|
- %tables.ext%
|
|
|
|
- %core.root_path%
|
2013-04-24 17:15:28 -05:00
|
|
|
- %core.php_ext%
|
2012-03-31 04:06:52 +02:00
|
|
|
- @cache.driver
|
|
|
|
|
2013-04-17 17:45:49 +02:00
|
|
|
filesystem:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\filesystem
|
2013-04-17 17:45:49 +02:00
|
|
|
|
2012-11-14 15:31:16 +01:00
|
|
|
groupposition.legend:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\groupposition\legend
|
2012-11-14 15:31:16 +01:00
|
|
|
arguments:
|
|
|
|
- @dbal.conn
|
|
|
|
- @user
|
|
|
|
|
|
|
|
groupposition.teampage:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\groupposition\teampage
|
2012-11-14 15:31:16 +01:00
|
|
|
arguments:
|
|
|
|
- @dbal.conn
|
|
|
|
- @user
|
|
|
|
- @cache.driver
|
|
|
|
|
2012-10-19 19:54:19 -04:00
|
|
|
http_kernel:
|
|
|
|
class: Symfony\Component\HttpKernel\HttpKernel
|
|
|
|
arguments:
|
|
|
|
- @dispatcher
|
|
|
|
- @controller.resolver
|
|
|
|
|
2013-01-02 01:36:50 -05:00
|
|
|
hook_finder:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\hook\finder
|
2013-01-02 01:36:50 -05:00
|
|
|
arguments:
|
|
|
|
- %core.root_path%
|
2013-04-24 17:17:53 -05:00
|
|
|
- %core.php_ext%
|
2013-01-02 01:36:50 -05:00
|
|
|
- @cache.driver
|
|
|
|
|
2012-11-14 16:06:12 -05:00
|
|
|
kernel_request_subscriber:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\event\kernel_request_subscriber
|
2012-10-19 19:54:19 -04:00
|
|
|
arguments:
|
2014-05-02 23:03:03 +02:00
|
|
|
- @ext.manager
|
2012-11-14 15:42:13 -05:00
|
|
|
- %core.root_path%
|
2013-04-24 17:19:48 -05:00
|
|
|
- %core.php_ext%
|
2012-10-19 19:54:19 -04:00
|
|
|
tags:
|
|
|
|
- { name: kernel.event_subscriber }
|
2012-03-31 04:06:52 +02:00
|
|
|
|
2012-11-14 16:06:12 -05:00
|
|
|
kernel_exception_subscriber:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\event\kernel_exception_subscriber
|
2012-11-14 16:06:12 -05:00
|
|
|
arguments:
|
|
|
|
- @template
|
|
|
|
- @user
|
|
|
|
tags:
|
|
|
|
- { name: kernel.event_subscriber }
|
|
|
|
|
|
|
|
kernel_terminate_subscriber:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\event\kernel_terminate_subscriber
|
2012-11-14 16:06:12 -05:00
|
|
|
tags:
|
|
|
|
- { name: kernel.event_subscriber }
|
|
|
|
|
2012-12-09 23:47:46 +01:00
|
|
|
log:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\log\log
|
2012-12-09 23:47:46 +01:00
|
|
|
arguments:
|
|
|
|
- @dbal.conn
|
|
|
|
- @user
|
|
|
|
- @auth
|
|
|
|
- @dispatcher
|
|
|
|
- %core.root_path%
|
2013-01-16 16:23:41 +01:00
|
|
|
- %core.adm_relative_path%
|
2012-12-09 23:47:46 +01:00
|
|
|
- %core.php_ext%
|
|
|
|
- %tables.log%
|
|
|
|
|
2014-04-11 18:09:25 +02:00
|
|
|
message.form.admin:
|
|
|
|
class: phpbb\message\admin_form
|
|
|
|
arguments:
|
|
|
|
- @auth
|
|
|
|
- @config
|
2014-05-20 21:32:17 +02:00
|
|
|
- @config_text
|
2014-04-11 18:09:25 +02:00
|
|
|
- @dbal.conn
|
|
|
|
- @user
|
|
|
|
- %core.root_path%
|
|
|
|
- %core.php_ext%
|
|
|
|
|
|
|
|
message.form.topic:
|
|
|
|
class: phpbb\message\topic_form
|
|
|
|
arguments:
|
|
|
|
- @auth
|
|
|
|
- @config
|
|
|
|
- @dbal.conn
|
|
|
|
- @user
|
|
|
|
- %core.root_path%
|
|
|
|
- %core.php_ext%
|
|
|
|
|
|
|
|
message.form.user:
|
|
|
|
class: phpbb\message\user_form
|
|
|
|
arguments:
|
|
|
|
- @auth
|
|
|
|
- @config
|
|
|
|
- @dbal.conn
|
|
|
|
- @user
|
|
|
|
- %core.root_path%
|
|
|
|
- %core.php_ext%
|
|
|
|
|
2012-10-04 14:47:13 -05:00
|
|
|
notification_manager:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\notification\manager
|
2012-09-08 10:49:58 -05:00
|
|
|
arguments:
|
2012-11-20 18:14:48 -06:00
|
|
|
- @notification.type_collection
|
|
|
|
- @notification.method_collection
|
|
|
|
- @service_container
|
|
|
|
- @user_loader
|
2013-11-13 23:58:21 -08:00
|
|
|
- @config
|
2012-10-04 14:27:43 -05:00
|
|
|
- @dbal.conn
|
2013-04-28 23:40:48 -05:00
|
|
|
- @cache
|
2012-10-04 14:27:43 -05:00
|
|
|
- @user
|
|
|
|
- %core.root_path%
|
|
|
|
- %core.php_ext%
|
2012-12-15 19:18:26 -06:00
|
|
|
- %tables.notification_types%
|
2012-11-09 08:48:41 -06:00
|
|
|
- %tables.notifications%
|
|
|
|
- %tables.user_notifications%
|
2012-09-08 10:49:58 -05:00
|
|
|
|
2013-12-12 01:45:40 +01:00
|
|
|
pagination:
|
|
|
|
class: phpbb\pagination
|
|
|
|
arguments:
|
|
|
|
- @template
|
|
|
|
- @user
|
2014-03-08 15:59:40 +01:00
|
|
|
- @controller.helper
|
2013-12-12 01:45:40 +01:00
|
|
|
|
2013-09-26 15:34:44 +02:00
|
|
|
path_helper:
|
|
|
|
class: phpbb\path_helper
|
|
|
|
arguments:
|
|
|
|
- @symfony_request
|
|
|
|
- @filesystem
|
2014-04-21 19:53:46 +02:00
|
|
|
- @request
|
2013-09-26 15:34:44 +02:00
|
|
|
- %core.root_path%
|
|
|
|
- %core.php_ext%
|
|
|
|
- %core.adm_relative_path%
|
|
|
|
|
2013-07-16 20:11:58 +02:00
|
|
|
php_ini:
|
2013-09-16 06:16:53 +02:00
|
|
|
class: phpbb\php\ini
|
2013-07-16 20:11:58 +02:00
|
|
|
|
2013-10-11 17:40:16 +02:00
|
|
|
plupload:
|
|
|
|
class: phpbb\plupload\plupload
|
|
|
|
arguments:
|
|
|
|
- %core.root_path%
|
|
|
|
- @config
|
|
|
|
- @request
|
|
|
|
- @user
|
|
|
|
- @php_ini
|
2013-10-23 18:34:06 +02:00
|
|
|
- @mimetype.guesser
|
2013-10-11 17:40:16 +02:00
|
|
|
|
2012-08-25 16:39:38 +02:00
|
|
|
request:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\request\request
|
2012-08-25 16:39:38 +02:00
|
|
|
|
2013-09-13 09:52:02 -05:00
|
|
|
symfony_request:
|
2013-09-17 18:10:58 +02:00
|
|
|
class: phpbb\symfony_request
|
2012-08-25 17:08:03 +02:00
|
|
|
arguments:
|
2013-09-13 09:52:02 -05:00
|
|
|
- @request
|
2012-03-31 04:06:52 +02:00
|
|
|
|
|
|
|
template:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\template\twig\twig
|
2012-03-31 04:06:52 +02:00
|
|
|
arguments:
|
2013-09-26 15:34:44 +02:00
|
|
|
- @path_helper
|
2012-03-31 04:06:52 +02:00
|
|
|
- @config
|
|
|
|
- @user
|
2012-11-02 18:51:35 -04:00
|
|
|
- @template_context
|
2011-11-27 00:46:36 -05:00
|
|
|
- @ext.manager
|
2012-11-02 18:51:35 -04:00
|
|
|
|
|
|
|
template_context:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\template\context
|
2012-03-31 04:06:52 +02:00
|
|
|
|
2012-08-25 16:39:38 +02:00
|
|
|
user:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\user
|
2012-11-20 18:14:48 -06:00
|
|
|
|
|
|
|
user_loader:
|
2013-09-10 14:01:09 +02:00
|
|
|
class: phpbb\user_loader
|
2012-11-20 18:14:48 -06:00
|
|
|
arguments:
|
|
|
|
- @dbal.conn
|
|
|
|
- %core.root_path%
|
|
|
|
- %core.php_ext%
|
|
|
|
- %tables.users%
|
2014-02-19 16:11:40 -06:00
|
|
|
|
|
|
|
version_helper:
|
|
|
|
class: phpbb\version_helper
|
2014-03-10 21:26:46 -05:00
|
|
|
scope: prototype
|
2014-02-19 16:11:40 -06:00
|
|
|
arguments:
|
|
|
|
- @cache
|
|
|
|
- @config
|
|
|
|
- @user
|
2014-06-24 18:49:31 +02:00
|
|
|
|
|
|
|
viewonline_helper:
|
|
|
|
class: phpbb\viewonline_helper
|
2014-07-08 17:53:32 +02:00
|
|
|
arguments:
|
|
|
|
- @filesystem
|