discourse/app
David Taylor 9c01937ec6
FIX: Use correct location for wizard background image (#24183)
Files in `/assets/*` are given digests by sprockets, and we don't have any infrastructure for accessing those URLs in SCSS files. Instead, we should put this image with other similar images in the `public/images` directory, and then use the `absolute-image-url` helper so that it correctly uses the CDN where available.
2023-10-31 15:57:47 +00:00
..
assets FIX: Use correct location for wizard background image (#24183) 2023-10-31 15:57:47 +00:00
controllers FIX: Correctly sanitize negative integers in site settings (#24170) 2023-10-31 10:21:30 +08:00
helpers DEV: Explicitly disable Ember string prototype extensions (#24110) 2023-10-26 11:16:57 +01:00
jobs FIX: log for CleanUpTags job (#23964) 2023-10-18 03:24:14 +00:00
mailers FIX: Order tags shown in email subject by topics count and name (#22586) 2023-07-13 15:39:58 +08:00
models DEV: Deprecate defunct User#flag_level column (#24134) 2023-10-27 17:27:04 +08:00
serializers DEV: Deprecate defunct User#flag_level column (#24134) 2023-10-27 17:27:04 +08:00
services DEV: Change anonymous_posting_min_trust_level to a group-based setting (#24072) 2023-10-25 11:45:10 +10:00
views DEV: convert I18n pseudo package into real package (discourse-i18n) (#23867) 2023-10-12 14:44:01 +01:00