Merge pull request #692 from marc1706/ticket/690

[ticket/690] Change .yml files to use single quotes for arguments
This commit is contained in:
Marc Alexander
2017-01-15 12:54:44 +01:00
committed by GitHub
6 changed files with 290 additions and 290 deletions

View File

@@ -74,7 +74,7 @@
<exec command="CURRENT_BUILD_REV=$(git rev-parse --abbrev-ref HEAD)" passthru="true" /> <exec command="CURRENT_BUILD_REV=$(git rev-parse --abbrev-ref HEAD)" passthru="true" />
<exec command="echo $GIT_BRANCH" passthru="true" /> <exec command="echo $GIT_BRANCH" passthru="true" />
<exec command="git clone -v --progress https://github.com/phpbb/phpbb.git phpbb" passthru="true" /> <exec command="git clone -v --progress https://github.com/phpbb/phpbb.git phpbb" passthru="true" />
<exec dir="${build-directory}/../phpbb" command="git checkout master" passthru="true" /> <exec dir="${build-directory}/../phpbb" command="git checkout 3.2.x" passthru="true" />
<exec dir="${build-directory}/../phpbb/phpBB" command="php ../composer.phar install" passthru="true" /> <exec dir="${build-directory}/../phpbb/phpBB" command="php ../composer.phar install" passthru="true" />
<mkdir dir="phpbb/phpBB/ext/board3" /> <mkdir dir="phpbb/phpBB/ext/board3" />
<exec dir="${build-directory}/../phpbb/phpBB/ext/board3" command="git clone https://github.com/board3/Board3-Portal.git portal" passthru="true" /> <exec dir="${build-directory}/../phpbb/phpBB/ext/board3" command="git clone https://github.com/board3/Board3-Portal.git portal" passthru="true" />

View File

@@ -2,322 +2,322 @@ services:
board3.portal.module.announcements: board3.portal.module.announcements:
class: board3\portal\modules\announcements class: board3\portal\modules\announcements
arguments: arguments:
- @auth - '@auth'
- @cache - '@cache'
- @config - '@config'
- @template - '@template'
- @dbal.conn - '@dbal.conn'
- @pagination - '@pagination'
- @board3.portal.modules_helper - '@board3.portal.modules_helper'
- @request - '@request'
- %core.php_ext% - '%core.php_ext%'
- %core.root_path% - '%core.root_path%'
- @user - '@user'
- @board3.portal.fetch_posts - '@board3.portal.fetch_posts'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.attachments: board3.portal.module.attachments:
class: board3\portal\modules\attachments class: board3\portal\modules\attachments
arguments: arguments:
- @auth - '@auth'
- @config - '@config'
- @board3.portal.modules_helper - '@board3.portal.modules_helper'
- @template - '@template'
- @dbal.conn - '@dbal.conn'
- @request - '@request'
- %core.php_ext% - '%core.php_ext%'
- %core.root_path% - '%core.root_path%'
- @user - '@user'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.birthday_list: board3.portal.module.birthday_list:
class: board3\portal\modules\birthday_list class: board3\portal\modules\birthday_list
arguments: arguments:
- @config - '@config'
- @template - '@template'
- @dbal.conn - '@dbal.conn'
- @user - '@user'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.calendar: board3.portal.module.calendar:
class: board3\portal\modules\calendar class: board3\portal\modules\calendar
arguments: arguments:
- @config - '@config'
- @board3.portal.modules_helper - '@board3.portal.modules_helper'
- @template - '@template'
- @dbal.conn - '@dbal.conn'
- @request - '@request'
- %core.root_path% - '%core.root_path%'
- %core.php_ext% - '%core.php_ext%'
- @user - '@user'
- @path_helper - '@path_helper'
- @log - '@log'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.clock: board3.portal.module.clock:
class: board3\portal\modules\clock class: board3\portal\modules\clock
arguments: arguments:
- @config - '@config'
- @template - '@template'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.custom: board3.portal.module.custom:
class: board3\portal\modules\custom class: board3\portal\modules\custom
arguments: arguments:
- @config - '@config'
- @template - '@template'
- @dbal.conn - '@dbal.conn'
- @request - '@request'
- %core.root_path% - '%core.root_path%'
- %core.php_ext% - '%core.php_ext%'
- @user - '@user'
- @log - '@log'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.donation: board3.portal.module.donation:
class: board3\portal\modules\donation class: board3\portal\modules\donation
arguments: arguments:
- @config - '@config'
- @request - '@request'
- @template - '@template'
- @user - '@user'
- @board3.portal.modules_helper - '@board3.portal.modules_helper'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.forumlist: board3.portal.module.forumlist:
class: board3\portal\modules\forumlist class: board3\portal\modules\forumlist
arguments: arguments:
- @auth - '@auth'
- @config - '@config'
- @template - '@template'
- %core.root_path% - '%core.root_path%'
- %core.php_ext% - '%core.php_ext%'
- @user - '@user'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.friends: board3.portal.module.friends:
class: board3\portal\modules\friends class: board3\portal\modules\friends
arguments: arguments:
- @auth - '@auth'
- @config - '@config'
- @dbal.conn - '@dbal.conn'
- @template - '@template'
- @user - '@user'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.latest_bots: board3.portal.module.latest_bots:
class: board3\portal\modules\latest_bots class: board3\portal\modules\latest_bots
arguments: arguments:
- @config - '@config'
- @dbal.conn - '@dbal.conn'
- @template - '@template'
- @user - '@user'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.latest_members: board3.portal.module.latest_members:
class: board3\portal\modules\latest_members class: board3\portal\modules\latest_members
arguments: arguments:
- @config - '@config'
- @dbal.conn - '@dbal.conn'
- @template - '@template'
- @user - '@user'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.leaders: board3.portal.module.leaders:
class: board3\portal\modules\leaders class: board3\portal\modules\leaders
arguments: arguments:
- @auth - '@auth'
- @config - '@config'
- @dbal.conn - '@dbal.conn'
- @template - '@template'
- %core.root_path% - '%core.root_path%'
- %core.php_ext% - '%core.php_ext%'
- @user - '@user'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.link_us: board3.portal.module.link_us:
class: board3\portal\modules\link_us class: board3\portal\modules\link_us
arguments: arguments:
- @config - '@config'
- @template - '@template'
- @user - '@user'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.links: board3.portal.module.links:
class: board3\portal\modules\links class: board3\portal\modules\links
arguments: arguments:
- @config - '@config'
- @dbal.conn - '@dbal.conn'
- @request - '@request'
- @template - '@template'
- %core.root_path% - '%core.root_path%'
- %core.php_ext% - '%core.php_ext%'
- @user - '@user'
- @log - '@log'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.main_menu: board3.portal.module.main_menu:
class: board3\portal\modules\main_menu class: board3\portal\modules\main_menu
arguments: arguments:
- @config - '@config'
- @dbal.conn - '@dbal.conn'
- @request - '@request'
- @template - '@template'
- %core.root_path% - '%core.root_path%'
- %core.php_ext% - '%core.php_ext%'
- @user - '@user'
- @log - '@log'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.news: board3.portal.module.news:
class: board3\portal\modules\news class: board3\portal\modules\news
arguments: arguments:
- @auth - '@auth'
- @cache - '@cache'
- @config - '@config'
- @dbal.conn - '@dbal.conn'
- @pagination - '@pagination'
- @board3.portal.modules_helper - '@board3.portal.modules_helper'
- @request - '@request'
- @template - '@template'
- %core.root_path% - '%core.root_path%'
- %core.php_ext% - '%core.php_ext%'
- @user - '@user'
- @board3.portal.fetch_posts - '@board3.portal.fetch_posts'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.poll: board3.portal.module.poll:
class: board3\portal\modules\poll class: board3\portal\modules\poll
arguments: arguments:
- @auth - '@auth'
- @config - '@config'
- @dbal.conn - '@dbal.conn'
- @request - '@request'
- @template - '@template'
- %core.root_path% - '%core.root_path%'
- %core.php_ext% - '%core.php_ext%'
- @user - '@user'
- @board3.portal.modules_helper - '@board3.portal.modules_helper'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.random_member: board3.portal.module.random_member:
class: board3\portal\modules\random_member class: board3\portal\modules\random_member
arguments: arguments:
- @dbal.conn - '@dbal.conn'
- @template - '@template'
- @user - '@user'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.recent: board3.portal.module.recent:
class: board3\portal\modules\recent class: board3\portal\modules\recent
arguments: arguments:
- @auth - '@auth'
- @config - '@config'
- @dbal.conn - '@dbal.conn'
- @request - '@request'
- @template - '@template'
- %core.root_path% - '%core.root_path%'
- %core.php_ext% - '%core.php_ext%'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.search: board3.portal.module.search:
class: board3\portal\modules\search class: board3\portal\modules\search
arguments: arguments:
- @template - '@template'
- %core.php_ext% - '%core.php_ext%'
- %core.root_path% - '%core.root_path%'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.statistics: board3.portal.module.statistics:
class: board3\portal\modules\statistics class: board3\portal\modules\statistics
arguments: arguments:
- @cache - '@cache'
- @config - '@config'
- @dbal.conn - '@dbal.conn'
- @template - '@template'
- @user - '@user'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.stylechanger: board3.portal.module.stylechanger:
class: board3\portal\modules\stylechanger class: board3\portal\modules\stylechanger
arguments: arguments:
- @config - '@config'
- @board3.portal.modules_helper - '@board3.portal.modules_helper'
- @template - '@template'
- @dbal.conn - '@dbal.conn'
- @request - '@request'
- @user - '@user'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.topposters: board3.portal.module.topposters:
class: board3\portal\modules\topposters class: board3\portal\modules\topposters
arguments: arguments:
- @config - '@config'
- @dbal.conn - '@dbal.conn'
- @template - '@template'
- %core.root_path% - '%core.root_path%'
- %core.php_ext% - '%core.php_ext%'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.user_menu: board3.portal.module.user_menu:
class: board3\portal\modules\user_menu class: board3\portal\modules\user_menu
arguments: arguments:
- @auth - '@auth'
- @config - '@config'
- @controller.helper - '@controller.helper'
- @dbal.conn - '@dbal.conn'
- @path_helper - '@path_helper'
- @template - '@template'
- @user - '@user'
- %core.root_path% - '%core.root_path%'
- %core.php_ext% - '%core.php_ext%'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.welcome: board3.portal.module.welcome:
class: board3\portal\modules\welcome class: board3\portal\modules\welcome
arguments: arguments:
- @config - '@config'
- @request - '@request'
- @template - '@template'
- @user - '@user'
- %core.root_path% - '%core.root_path%'
- %core.php_ext% - '%core.php_ext%'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }
board3.portal.module.whois_online: board3.portal.module.whois_online:
class: board3\portal\modules\whois_online class: board3\portal\modules\whois_online
arguments: arguments:
- @auth - '@auth'
- @config - '@config'
- @dbal.conn - '@dbal.conn'
- @template - '@template'
- @user - '@user'
- %core.root_path% - '%core.root_path%'
- %core.php_ext% - '%core.php_ext%'
tags: tags:
- { name: board3.portal.module } - { name: board3.portal.module }

View File

@@ -9,50 +9,50 @@ services:
board3.portal.main: board3.portal.main:
class: board3\portal\controller\main class: board3\portal\controller\main
arguments: arguments:
- @board3.portal.columns - '@board3.portal.columns'
- @config - '@config'
- @board3.portal.controller_helper - '@board3.portal.controller_helper'
- @template - '@template'
- @user - '@user'
- @path_helper - '@path_helper'
- %core.root_path% - '%core.root_path%'
- .%core.php_ext% - '.%core.php_ext%'
- %board3.portal.config.table% - '%board3.portal.config.table%'
- %board3.portal.modules.table% - '%board3.portal.modules.table%'
board3.portal.controller_helper: board3.portal.controller_helper:
class: board3\portal\controller\helper class: board3\portal\controller\helper
arguments: arguments:
- @auth - '@auth'
- @board3.portal.columns - '@board3.portal.columns'
- @config - '@config'
- @language - '@language'
- @template - '@template'
- @user - '@user'
- @path_helper - '@path_helper'
- @board3.portal.helper - '@board3.portal.helper'
- %core.root_path% - '%core.root_path%'
- .%core.php_ext% - '.%core.php_ext%'
board3.portal.module_collection: board3.portal.module_collection:
class: phpbb\di\service_collection class: phpbb\di\service_collection
arguments: arguments:
- @service_container - '@service_container'
tags: tags:
- { name: service_collection, tag: board3.portal.module } - { name: service_collection, tag: board3.portal.module }
board3.portal.helper: board3.portal.helper:
class: board3\portal\includes\helper class: board3\portal\includes\helper
arguments: arguments:
- @board3.portal.module_collection - '@board3.portal.module_collection'
board3.portal.modules_helper: board3.portal.modules_helper:
class: board3\portal\includes\modules_helper class: board3\portal\includes\modules_helper
arguments: arguments:
- @auth - '@auth'
- @config - '@config'
- @controller.helper - '@controller.helper'
- @request - '@request'
board3.portal.columns: board3.portal.columns:
class: board3\portal\portal\columns class: board3\portal\portal\columns
@@ -60,47 +60,47 @@ services:
board3.portal.fetch_posts: board3.portal.fetch_posts:
class: board3\portal\portal\fetch_posts class: board3\portal\portal\fetch_posts
arguments: arguments:
- @auth - '@auth'
- @cache - '@cache'
- @config - '@config'
- @dbal.conn - '@dbal.conn'
- @board3.portal.modules_helper - '@board3.portal.modules_helper'
- @user - '@user'
board3.portal.listener: board3.portal.listener:
class: board3\portal\event\listener class: board3\portal\event\listener
arguments: arguments:
- @board3.portal.main - '@board3.portal.main'
- @auth - '@auth'
- @config - '@config'
- @controller.helper - '@controller.helper'
- @path_helper - '@path_helper'
- @template - '@template'
- @user - '@user'
- %core.php_ext% - '%core.php_ext%'
tags: tags:
- { name: event.listener } - { name: event.listener }
board3.portal.modules.manager: board3.portal.modules.manager:
class: board3\portal\portal\modules\manager class: board3\portal\portal\modules\manager
arguments: arguments:
- @cache - '@cache'
- @dbal.conn - '@dbal.conn'
- @board3.portal.controller_helper - '@board3.portal.controller_helper'
- @board3.portal.columns - '@board3.portal.columns'
- @board3.portal.helper - '@board3.portal.helper'
- @board3.portal.modules.constraints_handler - '@board3.portal.modules.constraints_handler'
- @board3.portal.modules.database_handler - '@board3.portal.modules.database_handler'
- @request - '@request'
- @user - '@user'
board3.portal.modules.database_handler: board3.portal.modules.database_handler:
class: board3\portal\portal\modules\database_handler class: board3\portal\portal\modules\database_handler
arguments: arguments:
- @dbal.conn - '@dbal.conn'
board3.portal.modules.constraints_handler: board3.portal.modules.constraints_handler:
class: board3\portal\portal\modules\constraints_handler class: board3\portal\portal\modules\constraints_handler
arguments: arguments:
- @board3.portal.columns - '@board3.portal.columns'
- @user - '@user'

View File

@@ -34,6 +34,6 @@ if (empty($lang) || !is_array($lang))
$lang = array_merge($lang, array( $lang = array_merge($lang, array(
// Adding the permissions // Adding the permissions
'ACL_A_MANAGE_PORTAL' => 'Kann Portal-Einstellungen ändern', 'ACL_A_MANAGE_PORTAL' => 'Kann Portal-Einstellungen <EFBFBD>ndern',
'ACL_U_VIEW_PORTAL' => 'Kann das Portal sehen', 'ACL_U_VIEW_PORTAL' => 'Kann das Portal sehen',
)); ));

View File

@@ -34,6 +34,6 @@ if (empty($lang) || !is_array($lang))
$lang = array_merge($lang, array( $lang = array_merge($lang, array(
// Adding the permissions // Adding the permissions
'ACL_A_MANAGE_PORTAL' => 'Può modificare le impostazioni del portale', 'ACL_A_MANAGE_PORTAL' => 'Pu<EFBFBD> modificare le impostazioni del portale',
'ACL_U_VIEW_PORTAL' => 'Può visualizzare il portale', 'ACL_U_VIEW_PORTAL' => 'Pu<EFBFBD> visualizzare il portale',
)); ));