From 6cbb60d13f75da6d9b6c6d60555ea119df79b5c0 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sat, 4 Oct 2014 16:30:34 +0200 Subject: [ticket/12620] Adds a yaml config file PHPBB3-12620 --- phpBB/config/default/container/tables.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 phpBB/config/default/container/tables.yml (limited to 'phpBB/config/default/container/tables.yml') diff --git a/phpBB/config/default/container/tables.yml b/phpBB/config/default/container/tables.yml new file mode 100644 index 0000000000..2fe2a33be8 --- /dev/null +++ b/phpBB/config/default/container/tables.yml @@ -0,0 +1,23 @@ +parameters: + tables.auth_provider_oauth_token_storage: %core.table_prefix%oauth_tokens + tables.auth_provider_oauth_account_assoc: %core.table_prefix%oauth_accounts + tables.captcha_qa_questions: %core.table_prefix%captcha_questions + tables.captcha_qa_answers: %core.table_prefix%captcha_answers + tables.captcha_qa_confirm: %core.table_prefix%qa_confirm + tables.config: %core.table_prefix%config + tables.config_text: %core.table_prefix%config_text + tables.ext: %core.table_prefix%ext + tables.forums: %core.table_prefix%forums + tables.log: %core.table_prefix%log + tables.migrations: %core.table_prefix%migrations + tables.modules: %core.table_prefix%modules + tables.notification_types: %core.table_prefix%notification_types + tables.notifications: %core.table_prefix%notifications + tables.profile_fields: %core.table_prefix%profile_fields + tables.profile_fields_data: %core.table_prefix%profile_fields_data + tables.profile_fields_options_language: %core.table_prefix%profile_fields_lang + tables.profile_fields_language: %core.table_prefix%profile_lang + tables.posts: %core.table_prefix%posts + tables.topics: %core.table_prefix%topics + tables.user_notifications: %core.table_prefix%user_notifications + tables.users: %core.table_prefix%users -- cgit v1.2.1 From 147a713cc066d493b50b82a9d475aa9af940e2b4 Mon Sep 17 00:00:00 2001 From: s9e Date: Sat, 22 Nov 2014 20:00:58 +0100 Subject: [ticket/11768] This commit integrates s9e\TextFormatter This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768 --- phpBB/config/default/container/tables.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/config/default/container/tables.yml') diff --git a/phpBB/config/default/container/tables.yml b/phpBB/config/default/container/tables.yml index 2fe2a33be8..00067d5abe 100644 --- a/phpBB/config/default/container/tables.yml +++ b/phpBB/config/default/container/tables.yml @@ -1,6 +1,7 @@ parameters: tables.auth_provider_oauth_token_storage: %core.table_prefix%oauth_tokens tables.auth_provider_oauth_account_assoc: %core.table_prefix%oauth_accounts + tables.bbcodes: %core.table_prefix%bbcodes tables.captcha_qa_questions: %core.table_prefix%captcha_questions tables.captcha_qa_answers: %core.table_prefix%captcha_answers tables.captcha_qa_confirm: %core.table_prefix%qa_confirm @@ -18,6 +19,9 @@ parameters: tables.profile_fields_options_language: %core.table_prefix%profile_fields_lang tables.profile_fields_language: %core.table_prefix%profile_lang tables.posts: %core.table_prefix%posts + tables.smilies: %core.table_prefix%smilies + tables.styles: %core.table_prefix%styles tables.topics: %core.table_prefix%topics tables.user_notifications: %core.table_prefix%user_notifications tables.users: %core.table_prefix%users + tables.words: %core.table_prefix%words -- cgit v1.2.1 From 5afc632bcaee256811942b442d244ef284d1eff6 Mon Sep 17 00:00:00 2001 From: MateBartus Date: Tue, 28 Apr 2015 15:49:07 +0200 Subject: [ticket/13740] Core file workarounds [ci skip] PHPBB3-13740 --- phpBB/config/default/container/tables.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/config/default/container/tables.yml') diff --git a/phpBB/config/default/container/tables.yml b/phpBB/config/default/container/tables.yml index 00067d5abe..c4b5ac2375 100644 --- a/phpBB/config/default/container/tables.yml +++ b/phpBB/config/default/container/tables.yml @@ -11,6 +11,7 @@ parameters: tables.forums: %core.table_prefix%forums tables.log: %core.table_prefix%log tables.migrations: %core.table_prefix%migrations + tables.moderator_cache: %core.table_prefix%moderator_cache tables.modules: %core.table_prefix%modules tables.notification_types: %core.table_prefix%notification_types tables.notifications: %core.table_prefix%notifications -- cgit v1.2.1 From ec4bdf5438befd56cf31e0c603dac5bcac440306 Mon Sep 17 00:00:00 2001 From: Oliver Schramm Date: Sun, 1 Nov 2015 03:16:44 +0100 Subject: [ticket/14265] Make all tables available in container PHPBB3-14265 --- phpBB/config/default/container/tables.yml | 51 ++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) (limited to 'phpBB/config/default/container/tables.yml') diff --git a/phpBB/config/default/container/tables.yml b/phpBB/config/default/container/tables.yml index c4b5ac2375..ec3bf95d1f 100644 --- a/phpBB/config/default/container/tables.yml +++ b/phpBB/config/default/container/tables.yml @@ -1,28 +1,77 @@ parameters: + tables.acl_groups: %core.table_prefix%acl_groups + tables.acl_options: %core.table_prefix%acl_options + tables.acl_roles: %core.table_prefix%acl_roles + tables.acl_roles_data: %core.table_prefix%acl_roles_data + tables.acl_users: %core.table_prefix%acl_users + tables.attachments: %core.table_prefix%attachments tables.auth_provider_oauth_token_storage: %core.table_prefix%oauth_tokens tables.auth_provider_oauth_account_assoc: %core.table_prefix%oauth_accounts + tables.banlist: %core.table_prefix%banlist tables.bbcodes: %core.table_prefix%bbcodes + tables.bookmarks: %core.table_prefix%bookmarks + tables.bots: %core.table_prefix%bots tables.captcha_qa_questions: %core.table_prefix%captcha_questions tables.captcha_qa_answers: %core.table_prefix%captcha_answers tables.captcha_qa_confirm: %core.table_prefix%qa_confirm tables.config: %core.table_prefix%config tables.config_text: %core.table_prefix%config_text + tables.confirm: %core.table_prefix%confirm + tables.disallow: %core.table_prefix%disallow + tables.drafts: %core.table_prefix%drafts tables.ext: %core.table_prefix%ext + tables.extensions: %core.table_prefix%extensions + tables.extension_groups: %core.table_prefix%extension_groups tables.forums: %core.table_prefix%forums + tables.forums_access: %core.table_prefix%forums_access + tables.forums_track: %core.table_prefix%forums_track + tables.forums_watch: %core.table_prefix%forums_watch + tables.groups: %core.table_prefix%groups + tables.icons: %core.table_prefix%icons + tables.lang: %core.table_prefix%lang tables.log: %core.table_prefix%log + tables.login_attempts: %core.table_prefix%login_attempts tables.migrations: %core.table_prefix%migrations tables.moderator_cache: %core.table_prefix%moderator_cache tables.modules: %core.table_prefix%modules tables.notification_types: %core.table_prefix%notification_types tables.notifications: %core.table_prefix%notifications + tables.poll_options: %core.table_prefix%poll_options + tables.poll_votes: %core.table_prefix%poll_votes + tables.posts: %core.table_prefix%posts + tables.privmsgs: %core.table_prefix%privmsgs + tables.privmsgs_folder: %core.table_prefix%privmsgs_folder + tables.privmsgs_rules: %core.table_prefix%privmsgs_rules + tables.privmsgs_to: %core.table_prefix%privmsgs_to tables.profile_fields: %core.table_prefix%profile_fields tables.profile_fields_data: %core.table_prefix%profile_fields_data tables.profile_fields_options_language: %core.table_prefix%profile_fields_lang tables.profile_fields_language: %core.table_prefix%profile_lang - tables.posts: %core.table_prefix%posts + tables.ranks: %core.table_prefix%ranks + tables.reports: %core.table_prefix%reports + tables.reports_reasons: %core.table_prefix%reports_reasons + tables.search_results: %core.table_prefix%search_results + tables.search_wordlist: %core.table_prefix%search_wordlist + tables.search_wordmatch: %core.table_prefix%search_wordmatch + tables.sessions: %core.table_prefix%sessions + tables.sessions_keys: %core.table_prefix%sessions_keys + tables.sitelist: %core.table_prefix%sitelist tables.smilies: %core.table_prefix%smilies + tables.sphinx: %core.table_prefix%sphinx tables.styles: %core.table_prefix%styles + tables.styles_template: %core.table_prefix%styles_template + tables.styles_template_data: %core.table_prefix%styles_template_data + tables.styles_theme: %core.table_prefix%styles_theme + tables.styles_imageset: %core.table_prefix%styles_imageset + tables.styles_imageset_data: %core.table_prefix%styles_imageset_data + tables.teampage: %core.table_prefix%teampage tables.topics: %core.table_prefix%topics + tables.topics_posted: %core.table_prefix%topics_posted + tables.topics_track: %core.table_prefix%topics_track + tables.topics_watch: %core.table_prefix%topics_watch + tables.user_group: %core.table_prefix%user_group tables.user_notifications: %core.table_prefix%user_notifications tables.users: %core.table_prefix%users + tables.warnings: %core.table_prefix%warnings tables.words: %core.table_prefix%words + tables.zebra: %core.table_prefix%zebra -- cgit v1.2.1 From d9d89cad94eada62e900a012046b8d45c5aa3129 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Mon, 7 Dec 2015 13:11:22 -0800 Subject: [ticket/14247] Use quotes around @ and % strings in YAML PHPBB3-14247 --- phpBB/config/default/container/tables.yml | 152 +++++++++++++++--------------- 1 file changed, 76 insertions(+), 76 deletions(-) (limited to 'phpBB/config/default/container/tables.yml') diff --git a/phpBB/config/default/container/tables.yml b/phpBB/config/default/container/tables.yml index ec3bf95d1f..18d0203f21 100644 --- a/phpBB/config/default/container/tables.yml +++ b/phpBB/config/default/container/tables.yml @@ -1,77 +1,77 @@ parameters: - tables.acl_groups: %core.table_prefix%acl_groups - tables.acl_options: %core.table_prefix%acl_options - tables.acl_roles: %core.table_prefix%acl_roles - tables.acl_roles_data: %core.table_prefix%acl_roles_data - tables.acl_users: %core.table_prefix%acl_users - tables.attachments: %core.table_prefix%attachments - tables.auth_provider_oauth_token_storage: %core.table_prefix%oauth_tokens - tables.auth_provider_oauth_account_assoc: %core.table_prefix%oauth_accounts - tables.banlist: %core.table_prefix%banlist - tables.bbcodes: %core.table_prefix%bbcodes - tables.bookmarks: %core.table_prefix%bookmarks - tables.bots: %core.table_prefix%bots - tables.captcha_qa_questions: %core.table_prefix%captcha_questions - tables.captcha_qa_answers: %core.table_prefix%captcha_answers - tables.captcha_qa_confirm: %core.table_prefix%qa_confirm - tables.config: %core.table_prefix%config - tables.config_text: %core.table_prefix%config_text - tables.confirm: %core.table_prefix%confirm - tables.disallow: %core.table_prefix%disallow - tables.drafts: %core.table_prefix%drafts - tables.ext: %core.table_prefix%ext - tables.extensions: %core.table_prefix%extensions - tables.extension_groups: %core.table_prefix%extension_groups - tables.forums: %core.table_prefix%forums - tables.forums_access: %core.table_prefix%forums_access - tables.forums_track: %core.table_prefix%forums_track - tables.forums_watch: %core.table_prefix%forums_watch - tables.groups: %core.table_prefix%groups - tables.icons: %core.table_prefix%icons - tables.lang: %core.table_prefix%lang - tables.log: %core.table_prefix%log - tables.login_attempts: %core.table_prefix%login_attempts - tables.migrations: %core.table_prefix%migrations - tables.moderator_cache: %core.table_prefix%moderator_cache - tables.modules: %core.table_prefix%modules - tables.notification_types: %core.table_prefix%notification_types - tables.notifications: %core.table_prefix%notifications - tables.poll_options: %core.table_prefix%poll_options - tables.poll_votes: %core.table_prefix%poll_votes - tables.posts: %core.table_prefix%posts - tables.privmsgs: %core.table_prefix%privmsgs - tables.privmsgs_folder: %core.table_prefix%privmsgs_folder - tables.privmsgs_rules: %core.table_prefix%privmsgs_rules - tables.privmsgs_to: %core.table_prefix%privmsgs_to - tables.profile_fields: %core.table_prefix%profile_fields - tables.profile_fields_data: %core.table_prefix%profile_fields_data - tables.profile_fields_options_language: %core.table_prefix%profile_fields_lang - tables.profile_fields_language: %core.table_prefix%profile_lang - tables.ranks: %core.table_prefix%ranks - tables.reports: %core.table_prefix%reports - tables.reports_reasons: %core.table_prefix%reports_reasons - tables.search_results: %core.table_prefix%search_results - tables.search_wordlist: %core.table_prefix%search_wordlist - tables.search_wordmatch: %core.table_prefix%search_wordmatch - tables.sessions: %core.table_prefix%sessions - tables.sessions_keys: %core.table_prefix%sessions_keys - tables.sitelist: %core.table_prefix%sitelist - tables.smilies: %core.table_prefix%smilies - tables.sphinx: %core.table_prefix%sphinx - tables.styles: %core.table_prefix%styles - tables.styles_template: %core.table_prefix%styles_template - tables.styles_template_data: %core.table_prefix%styles_template_data - tables.styles_theme: %core.table_prefix%styles_theme - tables.styles_imageset: %core.table_prefix%styles_imageset - tables.styles_imageset_data: %core.table_prefix%styles_imageset_data - tables.teampage: %core.table_prefix%teampage - tables.topics: %core.table_prefix%topics - tables.topics_posted: %core.table_prefix%topics_posted - tables.topics_track: %core.table_prefix%topics_track - tables.topics_watch: %core.table_prefix%topics_watch - tables.user_group: %core.table_prefix%user_group - tables.user_notifications: %core.table_prefix%user_notifications - tables.users: %core.table_prefix%users - tables.warnings: %core.table_prefix%warnings - tables.words: %core.table_prefix%words - tables.zebra: %core.table_prefix%zebra + tables.acl_groups: '%core.table_prefix%acl_groups' + tables.acl_options: '%core.table_prefix%acl_options' + tables.acl_roles: '%core.table_prefix%acl_roles' + tables.acl_roles_data: '%core.table_prefix%acl_roles_data' + tables.acl_users: '%core.table_prefix%acl_users' + tables.attachments: '%core.table_prefix%attachments' + tables.auth_provider_oauth_token_storage: '%core.table_prefix%oauth_tokens' + tables.auth_provider_oauth_account_assoc: '%core.table_prefix%oauth_accounts' + tables.banlist: '%core.table_prefix%banlist' + tables.bbcodes: '%core.table_prefix%bbcodes' + tables.bookmarks: '%core.table_prefix%bookmarks' + tables.bots: '%core.table_prefix%bots' + tables.captcha_qa_questions: '%core.table_prefix%captcha_questions' + tables.captcha_qa_answers: '%core.table_prefix%captcha_answers' + tables.captcha_qa_confirm: '%core.table_prefix%qa_confirm' + tables.config: '%core.table_prefix%config' + tables.config_text: '%core.table_prefix%config_text' + tables.confirm: '%core.table_prefix%confirm' + tables.disallow: '%core.table_prefix%disallow' + tables.drafts: '%core.table_prefix%drafts' + tables.ext: '%core.table_prefix%ext' + tables.extensions: '%core.table_prefix%extensions' + tables.extension_groups: '%core.table_prefix%extension_groups' + tables.forums: '%core.table_prefix%forums' + tables.forums_access: '%core.table_prefix%forums_access' + tables.forums_track: '%core.table_prefix%forums_track' + tables.forums_watch: '%core.table_prefix%forums_watch' + tables.groups: '%core.table_prefix%groups' + tables.icons: '%core.table_prefix%icons' + tables.lang: '%core.table_prefix%lang' + tables.log: '%core.table_prefix%log' + tables.login_attempts: '%core.table_prefix%login_attempts' + tables.migrations: '%core.table_prefix%migrations' + tables.moderator_cache: '%core.table_prefix%moderator_cache' + tables.modules: '%core.table_prefix%modules' + tables.notification_types: '%core.table_prefix%notification_types' + tables.notifications: '%core.table_prefix%notifications' + tables.poll_options: '%core.table_prefix%poll_options' + tables.poll_votes: '%core.table_prefix%poll_votes' + tables.posts: '%core.table_prefix%posts' + tables.privmsgs: '%core.table_prefix%privmsgs' + tables.privmsgs_folder: '%core.table_prefix%privmsgs_folder' + tables.privmsgs_rules: '%core.table_prefix%privmsgs_rules' + tables.privmsgs_to: '%core.table_prefix%privmsgs_to' + tables.profile_fields: '%core.table_prefix%profile_fields' + tables.profile_fields_data: '%core.table_prefix%profile_fields_data' + tables.profile_fields_options_language: '%core.table_prefix%profile_fields_lang' + tables.profile_fields_language: '%core.table_prefix%profile_lang' + tables.ranks: '%core.table_prefix%ranks' + tables.reports: '%core.table_prefix%reports' + tables.reports_reasons: '%core.table_prefix%reports_reasons' + tables.search_results: '%core.table_prefix%search_results' + tables.search_wordlist: '%core.table_prefix%search_wordlist' + tables.search_wordmatch: '%core.table_prefix%search_wordmatch' + tables.sessions: '%core.table_prefix%sessions' + tables.sessions_keys: '%core.table_prefix%sessions_keys' + tables.sitelist: '%core.table_prefix%sitelist' + tables.smilies: '%core.table_prefix%smilies' + tables.sphinx: '%core.table_prefix%sphinx' + tables.styles: '%core.table_prefix%styles' + tables.styles_template: '%core.table_prefix%styles_template' + tables.styles_template_data: '%core.table_prefix%styles_template_data' + tables.styles_theme: '%core.table_prefix%styles_theme' + tables.styles_imageset: '%core.table_prefix%styles_imageset' + tables.styles_imageset_data: '%core.table_prefix%styles_imageset_data' + tables.teampage: '%core.table_prefix%teampage' + tables.topics: '%core.table_prefix%topics' + tables.topics_posted: '%core.table_prefix%topics_posted' + tables.topics_track: '%core.table_prefix%topics_track' + tables.topics_watch: '%core.table_prefix%topics_watch' + tables.user_group: '%core.table_prefix%user_group' + tables.user_notifications: '%core.table_prefix%user_notifications' + tables.users: '%core.table_prefix%users' + tables.warnings: '%core.table_prefix%warnings' + tables.words: '%core.table_prefix%words' + tables.zebra: '%core.table_prefix%zebra' -- cgit v1.2.1 From 8ed59fb82a9381914a4ccce91c0c5fac44616556 Mon Sep 17 00:00:00 2001 From: Oliver Schramm Date: Fri, 23 Oct 2015 02:44:41 +0200 Subject: [ticket/14250] Change token_storage class to fit changed interface PHPBB3-14250 --- phpBB/config/default/container/tables.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/config/default/container/tables.yml') diff --git a/phpBB/config/default/container/tables.yml b/phpBB/config/default/container/tables.yml index 18d0203f21..4aed35710b 100644 --- a/phpBB/config/default/container/tables.yml +++ b/phpBB/config/default/container/tables.yml @@ -6,6 +6,7 @@ parameters: tables.acl_users: '%core.table_prefix%acl_users' tables.attachments: '%core.table_prefix%attachments' tables.auth_provider_oauth_token_storage: '%core.table_prefix%oauth_tokens' + tables.auth_provider_oauth_states: '%core.table_prefix%oauth_states' tables.auth_provider_oauth_account_assoc: '%core.table_prefix%oauth_accounts' tables.banlist: '%core.table_prefix%banlist' tables.bbcodes: '%core.table_prefix%bbcodes' -- cgit v1.2.1