1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-03 05:12:37 +02:00

Merge pull request #4005 from Elsensee/ticket/14257

[ticket/14257] Reparse after update

* Elsensee/ticket/14257:
  [ticket/14257] Add tests for reparser manager
  [ticket/14257] Fix CLI reparser and set cron interval
  [ticket/14257] Fix CLI error message
  [ticket/14257] Fix phpdoc in CLI command
  [ticket/14257] Add text_reparser manager
  [ticket/14257] Use migrations instead of cron job for some reparsers
  [ticket/14257] Fix lock acquire in CLI command
  [ticket/14257] Fix if condition
  [ticket/14257] Add reparse_lock to CLI command
  [ticket/14257] Add cron tasks for reparsing text
This commit is contained in:
Tristan Darricau
2015-12-05 11:21:40 +01:00
10 changed files with 647 additions and 61 deletions

View File

@@ -1,4 +1,18 @@
services:
text_reparser.manager:
class: phpbb\textreparser\manager
arguments:
- @config
- @config_text
- @text_reparser_collection
text_reparser.lock:
class: phpbb\lock\db
arguments:
- reparse_lock
- @config
- @dbal.conn
text_reparser_collection:
class: phpbb\di\service_collection
arguments: