discourse/spec/fixtures
Penar Musaraj fc0da499f8
DEV: Refactor custom svg icon caching (#13483)
Previously, we were storing custom svg sprite paths in the cache. This is a problem because sprites in themes get stored as uploads, and the returned paths were files in the temporary download cache which could sometimes be cleaned up, resulting in a broken cache.

I previously tried to fix this by skipping the missing files and clearing the cache, but that didn't work out well with CDNs. This PR stores the contents of the files in the custom_svg_sprites cache to avoid the problem of missing temp files.

Also, plugin custom icons are only included if the plugin is enabled.
2021-06-22 14:07:23 -04:00
..
backups FIX: Backups should use relative paths for local uploads 2020-08-21 15:22:28 +02:00
csv FEATURE: Allow admins to pre-populate user fields (#12361) 2021-03-29 14:03:19 +03:00
db FIX: Restoring backup from PG12 could fail on PG10 2020-06-16 16:04:14 +02:00
emails FIX: Link up reply to post correctly when emailing group (#13339) 2021-06-10 15:28:50 +10:00
encodings
feed
i18n
images FIX: Allow SVG uploads if dimensions are a fraction of a unit (#13409) 2021-06-17 15:56:11 -04:00
json FIX: improve Vanilla importing (#10478) 2020-08-24 16:19:57 -04:00
md
media FIX: Add attachment content-disposition for all non-image files (#10058) 2020-06-17 11:16:37 +10:00
mmdb
multisite
onebox Code review comments. 2021-06-21 11:06:58 +08:00
pdf
plugins DEV: Refactor custom svg icon caching (#13483) 2021-06-22 14:07:23 -04:00
scss
site_settings
theme_settings DEV: support json_schema in theme settings (#12294) 2021-03-10 20:15:04 -05:00
themes
woff2