2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-08-20 18:52:44 +08:00

FEATURE: Remove deprecated uploads url site settings.

The site settings have been replaced with direct image upload since
Discourse 2.3.
This commit is contained in:
Guo Xiang Tan 2020-06-17 16:50:50 +08:00
parent 516a03be09
commit 3370ef188e
No known key found for this signature in database
GPG key ID: FBD110179AAC1F20
11 changed files with 0 additions and 388 deletions

View file

@ -4,16 +4,6 @@ module SiteSettings; end
module SiteSettings::DeprecatedSettings
SETTINGS = [
['logo_url', 'logo', false, '2.3'],
['logo_small_url', 'logo_small', false, '2.3'],
['digest_logo_url', 'digest_logo', false, '2.3'],
['mobile_logo_url', 'mobile_logo', false, '2.3'],
['large_icon_url', 'large_icon', false, '2.3'],
['favicon_url', 'favicon', false, '2.3'],
['apple_touch_icon_url', 'apple_touch_icon', false, '2.3'],
['default_opengraph_image_url', 'opengraph_image', false, '2.3'],
['twitter_summary_large_image_url', 'twitter_summary_large_image', false, '2.3'],
['push_notifications_icon_url', 'push_notifications_icon', false, '2.3'],
['show_email_on_profile', 'moderators_view_emails', true, '2.4'],
['allow_moderators_to_create_categories', 'moderators_create_categories', true, '2.4'],
['disable_edit_notifications', 'disable_system_edit_notifications', true, '2.4']