discourse/lib/tasks
misaka4e21 ba357dd6cc FIX: ignore SVGs when regenerating missing optimized images.
When running `rake uploads:regenerate_missing_optimized`,
a `Discourse::InvalidAccess` will be raised if an SVG
file is being processed as `OptimizedImage.prepend_decoder!`
doesn't support the svg extension. This commit simply copies
the original SVG file as the thumbnail, just like currently
`OptimizedImage.create_for` does.
2024-05-07 14:39:04 +02:00
..
add_topic_to_quotes.rake
admin.rake
annotate.rake
api.rake
assets.rake PERF: Improve production JS build in low-memory environments (#26849) 2024-05-02 11:43:59 +01:00
auto_annotate_models.rake
autospec.rake
avatars.rake
backfill.thor
categories.rake
cdn.rake
compatibility.rake
db.rake
destroy.rake
dev.rake
docker.rake
documentation.rake
emails.rake FIX: in EmailSettingsValidator, unset smtp authentication when there's no user and password 2024-04-19 14:02:22 -04:00
emoji.rake
export.rake
groups.rake
hashtags.rake
i18n.rake
images.rake
import.rake DEV: Import script should insert more data into `user_stats` table (#26551) 2024-04-11 14:05:21 +02:00
incoming_emails.rake
integration.rake
javascript.rake FIX: Better tracking of topic visibility changes (#26709) 2024-04-29 10:34:46 +10:00
log.rake
maxminddb.rake
plugin.rake
populate.rake
populate.thor
posts.rake
profile.rake
qunit.rake
redis.rake
release_note.rake
revisions.rake
rspec.rake
s3.rake
scheduler.rake
search.rake
site.rake
site_settings.rake
smoke_test.rake
svg_icons.rake
svg_sprites.rake
tags.rake
themes.rake FIX: `themes:update` rake task not rolling back transaction on error (#26750) 2024-04-25 15:19:23 +08:00
topics.rake
turbo.rake
typepad.thor
uploads.rake FIX: ignore SVGs when regenerating missing optimized images. 2024-05-07 14:39:04 +02:00
users.rake
version_bump.rake