1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/13803] Added plugins

PHPBB3-13803
This commit is contained in:
JoshyPHP
2015-05-01 08:47:01 +02:00
parent e11ae7e9cd
commit 986af43f37
18 changed files with 536 additions and 327 deletions

View File

@@ -1,62 +1,62 @@
services:
text_reparser.admin_contact_info:
class: phpbb\textreparser\admin_contact_info
class: phpbb\textreparser\plugins\admin_contact_info
arguments:
- @dbal.conn
- @config_text
tags:
- { name: text_reparser.plugin }
text_reparser.forum_description:
class: phpbb\textreparser\forum_description
class: phpbb\textreparser\plugins\forum_description
arguments:
- @dbal.conn
tags:
- { name: text_reparser.plugin }
text_reparser.forum_rules:
class: phpbb\textreparser\forum_rules
class: phpbb\textreparser\plugins\forum_rules
arguments:
- @dbal.conn
tags:
- { name: text_reparser.plugin }
text_reparser.group_description:
class: phpbb\textreparser\group_description
class: phpbb\textreparser\plugins\group_description
arguments:
- @dbal.conn
tags:
- { name: text_reparser.plugin }
text_reparser.pm_text:
class: phpbb\textreparser\pm_text
class: phpbb\textreparser\plugins\pm_text
arguments:
- @dbal.conn
tags:
- { name: text_reparser.plugin }
text_reparser.poll_option:
class: phpbb\textreparser\poll_option
class: phpbb\textreparser\plugins\poll_option
arguments:
- @dbal.conn
tags:
- { name: text_reparser.plugin }
text_reparser.poll_title:
class: phpbb\textreparser\poll_title
class: phpbb\textreparser\plugins\poll_title
arguments:
- @dbal.conn
tags:
- { name: text_reparser.plugin }
text_reparser.post_text:
class: phpbb\textreparser\post_text
class: phpbb\textreparser\plugins\post_text
arguments:
- @dbal.conn
tags:
- { name: text_reparser.plugin }
text_reparser.user_signature:
class: phpbb\textreparser\user_signature
class: phpbb\textreparser\plugins\user_signature
arguments:
- @dbal.conn
tags: