discourse/lib/tasks
Penar Musaraj 03deda2147
Upgrade to FontAwesome 5 (take two) (#6673)
* Add missing icons to set

* Revert FA5 revert

 This reverts commit 42572ff

* use new SVG syntax in locales

* Noscript page changes (remove login button, center "powered by" footer text)

* Cast wider net for SVG icons in settings

- include any _icon setting for SVG registry (offers better support for plugin settings)

- let themes store multiple pipe-delimited icons in a setting

- also replaces broken onebox image icon with SVG reference in cooked post processor

* interpolate icons in locales

* Fix composer whisper icon alignment

* Add support for stacked icons

* SECURITY: enforce hostname to match discourse hostname

This ensures that the hostname rails uses for various helpers always matches
the Discourse hostname

* load SVG sprite with pre-initializers

* FIX: enable caching on SVG sprites

* PERF: use JSONP for SVG sprites so they are served from CDN

This avoids needing to deal with CORS for loading of the SVG

Note, added the svg- prefix to the filename so we can quickly tell in
dev tools what the file is

* Add missing SVG sprite JSONP script to CSP

* Upgrade to FA 5.5.0

* Add support for all FA4.7 icons

- adds complete frontend and backend for renamed FA4.7 icons

- improves performance of SvgSprite.bundle and SvgSprite.all_icons

* Fix group avatar flair preview

- adds an endpoint at /svg-sprites/search/:keyword

- adds frontend ajax call that pulls icon in avatar flair preview even when it is not in subset

* Remove FA 4.7 font files
2018-11-26 16:49:57 -05:00
..
add_topic_to_quotes.rake
admin.rake
api.rake
assets.rake Prefer `Process.clock_gettime` over `Time.now`. 2018-10-05 10:25:52 +08:00
auto_annotate_models.rake
autospec.rake
avatars.rake
backfill.thor
build.rake
build_test_topic.rake
categories.rake
cdn.rake
db.rake
destroy.rake FIX: Allow `rake destroy:topics` to delete topics in sub-categories 2018-09-10 12:52:14 +01:00
docker.rake Revert "DEV: Lint official plugins in CI (#6519)" 2018-10-22 22:30:33 +01:00
emails.rake
emoji.rake
export.rake
highlight.rake
i18n.rake Adds a check for invalid message formats to rake i18n:check 2018-09-06 17:27:17 +02:00
images.rake
import.rake
integration.rake
javascript.rake Use Yarn to manage dependencies, cleanup unused bootstrap libs (#6436) 2018-10-03 10:15:43 -04:00
maxminddb.rake DEV: Use DiscourseIpInfo for all IP queries. (#6482) 2018-10-30 22:08:57 +00:00
plugin.rake Run specs on discourse-prometheus-alert-receiver 2018-10-17 15:32:57 +11:00
populate.thor
posts.rake Fix the rake task and importer instead 2018-10-17 16:48:09 +02:00
qunit.rake
redis.rake
release_note.rake
rspec.rake
s3.rake DB based S3 settings fixes for `s3:upload_assets`. 2018-11-15 15:48:40 +08:00
scheduler.rake
search.rake
site_settings.rake Exit with an error if there are errors with settings import (#6475) 2018-10-11 15:57:57 +08:00
smoke_test.rake
svg_icons.rake Upgrade to FontAwesome 5 (take two) (#6673) 2018-11-26 16:49:57 -05:00
tags.rake
topics.rake FEATURE: Terms of Service v1.0.0 2018-11-21 00:45:16 +01:00
typepad.thor Enable `Lint/ShadowingOuterLocalVariable` for Rubocop. 2018-09-04 10:16:42 +08:00
uploads.rake FEATURE: Make uploads:missing task compatible with s3 uploads 2018-11-27 00:54:51 +05:30
user_actions.rake
users.rake FEATURE: new rake task to anonymize all users 2018-10-15 16:19:25 +05:30