discourse/spec
Régis Hanol 7d58793759
DEV: deduplicate inline styles in emails (#30015)
In order to limit issues with duplicate inline CSS definitions, this will now deduplicate inline CSS styles with the "last-to-be-defined-wins" strategy.

Also removes unecessary whitespaces in inline styles.

Context - https://meta.discourse.org/t/resolve-final-styles-in-email-notifications/310219

Co-authored-by: Thomas Kalka <thomas.kalka@gmail.com>
2024-11-30 16:38:45 +01:00
..
fabricators FIX: Hide broken theme about/license URLs (#29930) 2024-11-26 13:53:10 +10:00
fixtures DEV: Upgrade Rails to version 7.2 2024-11-27 10:48:47 +01:00
generator
helpers DEV: Call Discourse.redis.flushdb after the end of each test (#29117) 2024-10-09 07:19:31 +08:00
import_export
initializers
integration DEV: deduplicate inline styles in emails (#30015) 2024-11-30 16:38:45 +01:00
integrity
jobs DEV: Add tl3_custom_promotions plugin modifier to tl3_promotions.rb (#29834) 2024-11-22 15:28:43 -05:00
lib DEV: deduplicate inline styles in emails (#30015) 2024-11-30 16:38:45 +01:00
mailers
migrations
models DEV: Enable the normalize_emails site setting by default (#29952) 2024-11-28 10:23:00 +08:00
multisite FEATURE: allow admins to enable announced experimental features (#29244) 2024-10-22 10:56:58 +11:00
requests DEV: Include controller namespace in X-Discourse-Route (#29783) 2024-11-29 17:11:17 +11:00
script/import_scripts
serializers FIX: Hide broken theme about/license URLs (#29930) 2024-11-26 13:53:10 +10:00
services DEV: Fix constant redefinition warnings when running specs (#29837) 2024-11-20 15:17:36 +11:00
support DEV: Fix constant redefinition warnings when running specs (#29837) 2024-11-20 15:17:36 +11:00
system FIX: Correctly toggle bulk select checkboxes for regular users (#29984) 2024-11-28 09:39:17 -05:00
tasks DEV: Fix constant redefinition warnings when running specs (#29837) 2024-11-20 15:17:36 +11:00
views
rails_helper.rb DEV: Remove experimental_topics_filter setting (#29902) 2024-11-25 10:49:40 -05:00
regenerate_swagger_docs
swagger_helper.rb