discourse/spec/controllers
Erick Guan 468a8fcd20 FEATURE: Site settings defaults per locale
This change-set allows setting different defaults for different locales. 

It also:

- Adds extensive testing around site setting validation

- raises deprecation error if site setting has the default property based on env

- relocated site settings for dev and tests in the initializer

- deprecated client_setting in the site setting's loading process

- ensure it raises when a enum site setting being set

- default_locale is promoted to `required` category.

- fixes incorrect default setting and validation

- fixes ensure type check for site settings

- creates a benchmark for site setting

- sets reasonable defaults for Chinese
2017-08-02 12:24:19 -04:00
..
admin FEATURE: Site settings defaults per locale 2017-08-02 12:24:19 -04:00
about_controller_spec.rb FIX: do not show about page to anonymous users for private forums 2017-03-08 13:15:44 +05:30
application_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
badges_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
categories_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
category_hashtags_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
clicks_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
composer_messages_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
directory_items_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
draft_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
email_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
embed_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
export_csv_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
extra_locales_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
finish_installation_controller_spec.rb Allow step 0 to resend the confirmation email 2016-10-21 11:34:19 -04:00
groups_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
inline_onebox_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
invites_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
list_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
metadata_controller_spec.rb FEATURE: Add /search discovery 2016-03-28 15:07:59 -07:00
notifications_controller_spec.rb FIX: Incorrect error raised. 2017-04-25 09:59:01 +08:00
omniauth_callbacks_controller_spec.rb Remove use of stubs in tests. 2017-03-01 10:53:03 +08:00
onebox_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
permalinks_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
post_action_users_controller_spec.rb FIX: you should always be allowed to see actions you created 2017-06-02 14:24:06 -04:00
post_actions_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
posts_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
queued_posts_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
robots_txt_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
search_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
session_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
similar_topics_controller_spec.rb Nuke all `SiteSetting.stubs` from our codebase. 2017-07-07 15:09:14 +09:00
site_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
static_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
steps_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
stylesheets_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
tags_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
topics_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
uploads_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
user_actions_controller_spec.rb remove rails-observers 2016-12-22 16:46:53 +11:00
user_api_keys_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
user_avatars_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
user_badges_controller_spec.rb Remove stubs on DiscourseEvent in tests. 2017-06-01 16:21:00 +09:00
users_controller_spec.rb optimize enqueuing activation email code 2017-07-31 22:57:39 +05:30
users_email_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
webhooks_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
wizard_controller_spec.rb FIX: You should be an admin to do the wizard 2016-09-22 11:12:51 -04:00