Shuffle around the order of site settings
The goal of this is twofold: - Make the more commonly changed settings higher - Find groups for more uncategorized settings Additionally, the SEO category was deleted, its contents folded into Security and Spam.
This commit is contained in:
parent
f75a7f8832
commit
7237eb5e00
|
@ -31,6 +31,13 @@ basic:
|
||||||
allow_user_locale:
|
allow_user_locale:
|
||||||
client: true
|
client: true
|
||||||
default: false
|
default: false
|
||||||
|
suggested_topics:
|
||||||
|
client: true
|
||||||
|
default: 5
|
||||||
|
default_external_links_in_new_tab: false
|
||||||
|
track_external_right_clicks:
|
||||||
|
client: true
|
||||||
|
default: false
|
||||||
ga_tracking_code:
|
ga_tracking_code:
|
||||||
client: true
|
client: true
|
||||||
default: ''
|
default: ''
|
||||||
|
@ -43,19 +50,6 @@ basic:
|
||||||
ga_universal_domain_name:
|
ga_universal_domain_name:
|
||||||
client: true
|
client: true
|
||||||
default: 'auto'
|
default: 'auto'
|
||||||
category_featured_topics:
|
|
||||||
client: true
|
|
||||||
default: 3
|
|
||||||
topics_per_page: 30
|
|
||||||
posts_per_page:
|
|
||||||
client: true
|
|
||||||
default: 20
|
|
||||||
suggested_topics:
|
|
||||||
client: true
|
|
||||||
default: 5
|
|
||||||
enable_mobile_theme:
|
|
||||||
client: true
|
|
||||||
default: true
|
|
||||||
top_menu:
|
top_menu:
|
||||||
client: true
|
client: true
|
||||||
refresh: true
|
refresh: true
|
||||||
|
@ -69,31 +63,27 @@ basic:
|
||||||
category_colors:
|
category_colors:
|
||||||
client: true
|
client: true
|
||||||
default: 'BF1E2E|F1592A|F7941D|9EB83B|3AB54A|12A89D|25AAE2|0E76BD|652D90|92278F|ED207B|8C6238|231F20|808281|B3B5B4|283890'
|
default: 'BF1E2E|F1592A|F7941D|9EB83B|3AB54A|12A89D|25AAE2|0E76BD|652D90|92278F|ED207B|8C6238|231F20|808281|B3B5B4|283890'
|
||||||
|
enable_mobile_theme:
|
||||||
|
client: true
|
||||||
|
default: true
|
||||||
relative_date_duration:
|
relative_date_duration:
|
||||||
client: true
|
client: true
|
||||||
default: 30
|
default: 30
|
||||||
topics_per_period_in_top_summary: 20
|
topics_per_period_in_top_summary: 20
|
||||||
topics_per_period_in_top_page: 50
|
topics_per_period_in_top_page: 50
|
||||||
redirect_new_users_to_top_page_duration: 7
|
redirect_new_users_to_top_page_duration: 7
|
||||||
|
category_featured_topics:
|
||||||
|
client: true
|
||||||
|
default: 3
|
||||||
|
topics_per_page: 30
|
||||||
|
posts_per_page:
|
||||||
|
client: true
|
||||||
|
default: 20
|
||||||
enable_badges:
|
enable_badges:
|
||||||
client: true
|
client: true
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
users:
|
users:
|
||||||
enable_sso:
|
|
||||||
client: true
|
|
||||||
default: false
|
|
||||||
sso_url: ''
|
|
||||||
sso_secret: ''
|
|
||||||
sso_overrides_email: false
|
|
||||||
sso_overrides_username: false
|
|
||||||
sso_overrides_name: false
|
|
||||||
enable_local_logins:
|
|
||||||
client: true
|
|
||||||
default: true
|
|
||||||
enable_local_account_create:
|
|
||||||
client: true
|
|
||||||
default: true
|
|
||||||
invite_only:
|
invite_only:
|
||||||
client: true
|
client: true
|
||||||
default: false
|
default: false
|
||||||
|
@ -103,6 +93,12 @@ users:
|
||||||
must_approve_users:
|
must_approve_users:
|
||||||
client: true
|
client: true
|
||||||
default: false
|
default: false
|
||||||
|
enable_local_logins:
|
||||||
|
client: true
|
||||||
|
default: true
|
||||||
|
enable_local_account_create:
|
||||||
|
client: true
|
||||||
|
default: true
|
||||||
min_username_length:
|
min_username_length:
|
||||||
client: true
|
client: true
|
||||||
default: 3
|
default: 3
|
||||||
|
@ -131,14 +127,23 @@ users:
|
||||||
default: false
|
default: false
|
||||||
github_client_id: ''
|
github_client_id: ''
|
||||||
github_client_secret: ''
|
github_client_secret: ''
|
||||||
|
enable_sso:
|
||||||
|
client: true
|
||||||
|
default: false
|
||||||
|
sso_url: ''
|
||||||
|
sso_secret: ''
|
||||||
|
sso_overrides_email: false
|
||||||
|
sso_overrides_username: false
|
||||||
|
sso_overrides_name: false
|
||||||
enforce_global_nicknames: false
|
enforce_global_nicknames: false
|
||||||
discourse_org_access_key: ''
|
discourse_org_access_key: ''
|
||||||
invite_expiry_days: 4
|
|
||||||
username_change_period: 3
|
username_change_period: 3
|
||||||
|
auto_track_topics_after: 240000
|
||||||
email_editable: true
|
email_editable: true
|
||||||
enable_names:
|
enable_names:
|
||||||
client: true
|
client: true
|
||||||
default: true
|
default: true
|
||||||
|
invite_expiry_days: 4
|
||||||
invites_shown:
|
invites_shown:
|
||||||
client: true
|
client: true
|
||||||
default: 30
|
default: 30
|
||||||
|
@ -146,7 +151,6 @@ users:
|
||||||
client: true
|
client: true
|
||||||
default: 60
|
default: 60
|
||||||
delete_all_posts_max: 15
|
delete_all_posts_max: 15
|
||||||
default_external_links_in_new_tab: false
|
|
||||||
|
|
||||||
posting:
|
posting:
|
||||||
min_post_length:
|
min_post_length:
|
||||||
|
@ -164,12 +168,14 @@ posting:
|
||||||
default:
|
default:
|
||||||
test: 4000
|
test: 4000
|
||||||
default: 32000
|
default: 32000
|
||||||
|
body_min_entropy: 7
|
||||||
min_topic_title_length:
|
min_topic_title_length:
|
||||||
client: true
|
client: true
|
||||||
default: 15
|
default: 15
|
||||||
max_topic_title_length:
|
max_topic_title_length:
|
||||||
client: true
|
client: true
|
||||||
default: 255
|
default: 255
|
||||||
|
title_min_entropy: 10
|
||||||
title_prettify: true
|
title_prettify: true
|
||||||
title_fancy_entities: true
|
title_fancy_entities: true
|
||||||
min_private_message_title_length:
|
min_private_message_title_length:
|
||||||
|
@ -209,8 +215,6 @@ posting:
|
||||||
newuser_max_replies_per_topic: 3
|
newuser_max_replies_per_topic: 3
|
||||||
newuser_max_mentions_per_post: 2
|
newuser_max_mentions_per_post: 2
|
||||||
onebox_max_chars: 5000
|
onebox_max_chars: 5000
|
||||||
title_min_entropy: 10
|
|
||||||
body_min_entropy: 7
|
|
||||||
max_word_length: 30
|
max_word_length: 30
|
||||||
newuser_max_links: 2
|
newuser_max_links: 2
|
||||||
newuser_max_images:
|
newuser_max_images:
|
||||||
|
@ -280,6 +284,11 @@ files:
|
||||||
max_image_height:
|
max_image_height:
|
||||||
client: true
|
client: true
|
||||||
default: 500
|
default: 500
|
||||||
|
download_remote_images_to_local:
|
||||||
|
default:
|
||||||
|
test: false
|
||||||
|
default: true
|
||||||
|
download_remote_images_threshold: 20
|
||||||
create_thumbnails: true
|
create_thumbnails: true
|
||||||
clean_up_uploads: false
|
clean_up_uploads: false
|
||||||
clean_orphan_uploads_grace_period_hours: 1
|
clean_orphan_uploads_grace_period_hours: 1
|
||||||
|
@ -302,15 +311,13 @@ files:
|
||||||
default: false
|
default: false
|
||||||
detect_custom_avatars: true
|
detect_custom_avatars: true
|
||||||
max_daily_gravatar_crawls: 500
|
max_daily_gravatar_crawls: 500
|
||||||
download_remote_images_to_local:
|
|
||||||
default:
|
|
||||||
test: false
|
|
||||||
default: true
|
|
||||||
download_remote_images_threshold: 20
|
|
||||||
|
|
||||||
trust:
|
trust:
|
||||||
default_trust_level: 0
|
default_trust_level: 0
|
||||||
default_invitee_trust_level: 1
|
default_invitee_trust_level: 1
|
||||||
|
min_trust_to_create_topic:
|
||||||
|
default: 0
|
||||||
|
enum: 'MinTrustToCreateTopicSetting'
|
||||||
basic_requires_topics_entered: 5
|
basic_requires_topics_entered: 5
|
||||||
basic_requires_read_posts: 50
|
basic_requires_read_posts: 50
|
||||||
basic_requires_time_spent_mins: 15
|
basic_requires_time_spent_mins: 15
|
||||||
|
@ -321,28 +328,21 @@ trust:
|
||||||
regular_requires_likes_received: 1
|
regular_requires_likes_received: 1
|
||||||
regular_requires_likes_given: 1
|
regular_requires_likes_given: 1
|
||||||
regular_requires_topic_reply_count: 3
|
regular_requires_topic_reply_count: 3
|
||||||
min_trust_to_create_topic:
|
|
||||||
default: 0
|
|
||||||
enum: 'MinTrustToCreateTopicSetting'
|
|
||||||
|
|
||||||
security:
|
security:
|
||||||
enable_flash_video_onebox: false
|
enable_flash_video_onebox: false
|
||||||
use_https: false
|
use_https: false
|
||||||
enable_escaped_fragments: true
|
enable_escaped_fragments: true
|
||||||
|
|
||||||
seo:
|
|
||||||
add_rel_nofollow_to_user_content: true
|
|
||||||
exclude_rel_nofollow_domains: ''
|
|
||||||
allow_index_in_robots_txt: true
|
allow_index_in_robots_txt: true
|
||||||
enable_noscript_support: true
|
enable_noscript_support: true
|
||||||
|
|
||||||
spam:
|
spam:
|
||||||
|
add_rel_nofollow_to_user_content: true
|
||||||
|
exclude_rel_nofollow_domains: ''
|
||||||
email_domains_blacklist: 'mailinator.com'
|
email_domains_blacklist: 'mailinator.com'
|
||||||
email_domains_whitelist: ''
|
email_domains_whitelist: ''
|
||||||
flags_required_to_hide_post: 3
|
flags_required_to_hide_post: 3
|
||||||
cooldown_minutes_after_hiding_posts: 10
|
cooldown_minutes_after_hiding_posts: 10
|
||||||
max_topics_in_first_day: 5
|
|
||||||
max_replies_in_first_day: 10
|
|
||||||
num_flags_to_block_new_user: 3
|
num_flags_to_block_new_user: 3
|
||||||
num_users_to_block_new_user: 3
|
num_users_to_block_new_user: 3
|
||||||
notify_mods_when_user_blocked: false
|
notify_mods_when_user_blocked: false
|
||||||
|
@ -364,6 +364,8 @@ rate_limits:
|
||||||
max_flags_per_day: 20
|
max_flags_per_day: 20
|
||||||
max_edits_per_day: 30
|
max_edits_per_day: 30
|
||||||
max_stars_per_day: 20
|
max_stars_per_day: 20
|
||||||
|
max_topics_in_first_day: 5
|
||||||
|
max_replies_in_first_day: 10
|
||||||
|
|
||||||
developer:
|
developer:
|
||||||
force_hostname: ''
|
force_hostname: ''
|
||||||
|
@ -375,6 +377,20 @@ developer:
|
||||||
default:
|
default:
|
||||||
test: false
|
test: false
|
||||||
default: true
|
default: true
|
||||||
|
enable_long_polling:
|
||||||
|
client: true
|
||||||
|
default: true
|
||||||
|
long_polling_interval: 15000
|
||||||
|
polling_interval:
|
||||||
|
client: true
|
||||||
|
default: 3000
|
||||||
|
anon_polling_interval:
|
||||||
|
client: true
|
||||||
|
default: 30000
|
||||||
|
flush_timings_secs:
|
||||||
|
client: true
|
||||||
|
default: 5
|
||||||
|
active_user_rate_limit_secs: 60
|
||||||
|
|
||||||
embedding:
|
embedding:
|
||||||
embeddable_host: ''
|
embeddable_host: ''
|
||||||
|
@ -395,6 +411,9 @@ legal:
|
||||||
tos_accept_required:
|
tos_accept_required:
|
||||||
client: true
|
client: true
|
||||||
default: false
|
default: false
|
||||||
|
faq_url:
|
||||||
|
client: true
|
||||||
|
default: ''
|
||||||
|
|
||||||
backups:
|
backups:
|
||||||
allow_restore:
|
allow_restore:
|
||||||
|
@ -413,47 +432,35 @@ backups:
|
||||||
client: false
|
client: false
|
||||||
|
|
||||||
uncategorized:
|
uncategorized:
|
||||||
|
|
||||||
faq_url:
|
|
||||||
client: true
|
|
||||||
default: ''
|
|
||||||
|
|
||||||
track_external_right_clicks:
|
|
||||||
client: true
|
|
||||||
default: false
|
|
||||||
|
|
||||||
enable_long_polling:
|
|
||||||
client: true
|
|
||||||
default: true
|
|
||||||
polling_interval:
|
|
||||||
client: true
|
|
||||||
default: 3000
|
|
||||||
anon_polling_interval:
|
|
||||||
client: true
|
|
||||||
default: 30000
|
|
||||||
min_search_term_length:
|
|
||||||
client: true
|
|
||||||
default: 3
|
|
||||||
flush_timings_secs:
|
|
||||||
client: true
|
|
||||||
default: 5
|
|
||||||
version_checks:
|
version_checks:
|
||||||
client: true
|
client: true
|
||||||
default: true
|
default: true
|
||||||
new_version_emails: true
|
new_version_emails: true
|
||||||
auto_track_topics_after: 240000
|
send_welcome_message: true
|
||||||
|
|
||||||
|
suppress_uncategorized_badge:
|
||||||
|
client: true
|
||||||
|
default: true
|
||||||
|
|
||||||
|
# Search
|
||||||
|
min_posts_for_search_in_topic: 10
|
||||||
|
min_search_term_length:
|
||||||
|
client: true
|
||||||
|
default: 3
|
||||||
|
max_similar_results: 7
|
||||||
|
minimum_topics_similar: 50
|
||||||
|
|
||||||
new_topic_duration_minutes: 2880
|
new_topic_duration_minutes: 2880
|
||||||
long_polling_interval: 15000
|
|
||||||
active_user_rate_limit_secs: 60
|
|
||||||
previous_visit_timeout_hours: 1
|
previous_visit_timeout_hours: 1
|
||||||
staff_like_weight: 3
|
staff_like_weight: 3
|
||||||
|
|
||||||
|
# Summary mode
|
||||||
summary_score_threshold: 15
|
summary_score_threshold: 15
|
||||||
summary_posts_required: 50
|
summary_posts_required: 50
|
||||||
summary_likes_required: 1
|
summary_likes_required: 1
|
||||||
summary_percent_filter: 20
|
summary_percent_filter: 20
|
||||||
send_welcome_message: true
|
|
||||||
educate_until_posts: 2
|
# View heat thresholds
|
||||||
max_similar_results: 7
|
|
||||||
topic_views_heat_low:
|
topic_views_heat_low:
|
||||||
client: true
|
client: true
|
||||||
default: 1000
|
default: 1000
|
||||||
|
@ -463,12 +470,13 @@ uncategorized:
|
||||||
topic_views_heat_high:
|
topic_views_heat_high:
|
||||||
client: true
|
client: true
|
||||||
default: 5000
|
default: 5000
|
||||||
minimum_topics_similar: 50
|
|
||||||
|
# Warnings
|
||||||
|
educate_until_posts: 2
|
||||||
sequential_replies_threshold: 2
|
sequential_replies_threshold: 2
|
||||||
dominating_topic_minimum_percent: 20
|
dominating_topic_minimum_percent: 20
|
||||||
suppress_uncategorized_badge:
|
|
||||||
client: true
|
# Category IDs
|
||||||
default: true
|
|
||||||
lounge_category_id:
|
lounge_category_id:
|
||||||
default: -1
|
default: -1
|
||||||
hidden: true
|
hidden: true
|
||||||
|
@ -478,5 +486,4 @@ uncategorized:
|
||||||
staff_category_id:
|
staff_category_id:
|
||||||
default: -1
|
default: -1
|
||||||
hidden: true
|
hidden: true
|
||||||
min_posts_for_search_in_topic: 10
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue