1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 19:49:54 +02:00

[ticket/14257] Add text_reparser manager

PHPBB3-14257
This commit is contained in:
Oliver Schramm
2015-10-26 01:39:52 +01:00
parent 33500fd372
commit 25e2b17837
7 changed files with 195 additions and 104 deletions

View File

@@ -153,6 +153,7 @@ services:
- @config
- @config_text
- @text_reparser.lock
- @text_reparser.manager
- @text_reparser_collection
calls:
- [set_name, [cron.task.text_reparser.pm_text]]
@@ -166,6 +167,7 @@ services:
- @config
- @config_text
- @text_reparser.lock
- @text_reparser.manager
- @text_reparser_collection
calls:
- [set_name, [cron.task.text_reparser.poll_option]]
@@ -179,6 +181,7 @@ services:
- @config
- @config_text
- @text_reparser.lock
- @text_reparser.manager
- @text_reparser_collection
calls:
- [set_name, [cron.task.text_reparser.poll_title]]
@@ -192,6 +195,7 @@ services:
- @config
- @config_text
- @text_reparser.lock
- @text_reparser.manager
- @text_reparser_collection
calls:
- [set_name, [cron.task.text_reparser.post_text]]
@@ -205,6 +209,7 @@ services:
- @config
- @config_text
- @text_reparser.lock
- @text_reparser.manager
- @text_reparser_collection
calls:
- [set_name, [cron.task.text_reparser.user_signature]]