Update the extension to 2.0.0-RC6 - Add FRENCH translation
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
dmzx_mchat_controller:
|
||||
path: /mchat
|
||||
defaults: { _controller: dmzx.mchat.main.controller:page, page: custom }
|
||||
dmzx_mchat_page_controller:
|
||||
path: /mchat/{page}
|
||||
defaults: { _controller: dmzx.mchat.main.controller:page }
|
||||
requirements:
|
||||
action: 'archive|rules|whois'
|
||||
dmzx_mchat_action_controller:
|
||||
path: /mchat-{action}
|
||||
defaults: { _controller: dmzx.mchat.main.controller:action }
|
||||
requirements:
|
||||
action: 'add|edit|del|refresh|whois'
|
||||
@@ -1,30 +1,13 @@
|
||||
imports:
|
||||
- { resource: tables.yml }
|
||||
- { resource: user_config_keys.yml }
|
||||
|
||||
services:
|
||||
dmzx.mchat.admin.controller:
|
||||
class: dmzx\mchat\controller\admin_controller
|
||||
arguments:
|
||||
- '@config'
|
||||
- '@template'
|
||||
- '@log'
|
||||
- '@user'
|
||||
- '@dbal.conn'
|
||||
- '@cache'
|
||||
- '@request'
|
||||
- '%dmzx.mchat.table.mchat%'
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
dmzx.mchat.main.controller:
|
||||
class: dmzx\mchat\controller\main_controller
|
||||
arguments:
|
||||
- '@dmzx.mchat.core'
|
||||
- '@request'
|
||||
dmzx.mchat.core:
|
||||
class: dmzx\mchat\core\mchat
|
||||
arguments:
|
||||
- '@dmzx.mchat.functions_mchat'
|
||||
- '@config'
|
||||
- '@dmzx.mchat.functions'
|
||||
- '@dmzx.mchat.settings'
|
||||
- '@controller.helper'
|
||||
- '@template'
|
||||
- '@user'
|
||||
@@ -32,35 +15,34 @@ services:
|
||||
- '@pagination'
|
||||
- '@request'
|
||||
- '@dispatcher'
|
||||
- '@ext.manager'
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
dmzx.mchat.functions_mchat:
|
||||
class: dmzx\mchat\core\functions_mchat
|
||||
- '@?phpbb.collapsiblecategories.operator'
|
||||
dmzx.mchat.functions:
|
||||
class: dmzx\mchat\core\functions
|
||||
arguments:
|
||||
- '@config'
|
||||
- '@dmzx.mchat.settings'
|
||||
- '@user'
|
||||
- '@auth'
|
||||
- '@log'
|
||||
- '@dbal.conn'
|
||||
- '@cache.driver'
|
||||
- '@dispatcher'
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
- '%dmzx.mchat.table.mchat%'
|
||||
- '%dmzx.mchat.table.mchat_log%'
|
||||
- '%dmzx.mchat.table.mchat_sessions%'
|
||||
dmzx.mchat.listener:
|
||||
class: dmzx\mchat\event\listener
|
||||
talonos.b3pmchat.b3pmchat:
|
||||
class: talonos\b3pmchat\b3pmchat
|
||||
arguments:
|
||||
- '@dmzx.mchat.functions_mchat'
|
||||
- '@config'
|
||||
- '@template'
|
||||
- '@dmzx.mchat.functions'
|
||||
- '@dmzx.mchat.core'
|
||||
- '@controller.helper'
|
||||
- '@user'
|
||||
- '%core.php_ext%'
|
||||
tags:
|
||||
- { name: event.listener }
|
||||
dmzx.mchat.b3pmchat:
|
||||
class: dmzx\mchat\b3pmchat
|
||||
arguments:
|
||||
- '@config'
|
||||
- '@template'
|
||||
tags:
|
||||
- { name: board3.portal.module }
|
||||
@@ -1,3 +1,4 @@
|
||||
parameters:
|
||||
dmzx.mchat.table.mchat: %core.table_prefix%mchat
|
||||
dmzx.mchat.table.mchat_deleted_messages: %core.table_prefix%mchat_deleted_messages
|
||||
dmzx.mchat.table.mchat_sessions: %core.table_prefix%mchat_sessions
|
||||
|
||||
9
config/user_config_keys.yml
Normal file
9
config/user_config_keys.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
parameters:
|
||||
user_config_keys:
|
||||
- user_mchat_index
|
||||
- user_mchat_sound
|
||||
- user_mchat_stats_index
|
||||
- user_mchat_topics
|
||||
- user_mchat_avatars
|
||||
- user_mchat_capital_letter
|
||||
- user_mchat_input_area
|
||||
Reference in New Issue
Block a user