discourse/app
Joffrey JAFFEUX 89f1bb7d2a
FIX: with vanilla js .href and getAttribute("href") are not equal (#12609)
With a link having an empty href: `<a href>foo</a>` doing
`element.href` will give you the URL of the document, to get the same behavior than `$(element).attr("href")` and get "" you need to do `element.getAttribute("href")`
2021-04-06 00:36:28 +02:00
..
assets FIX: with vanilla js .href and getAttribute("href") are not equal (#12609) 2021-04-06 00:36:28 +02:00
controllers FIX: Better error message for redeemed invite (#12580) 2021-04-02 11:11:07 +03:00
helpers FEATURE: Implement nonces for Google Tag Manager integration (#12531) 2021-03-26 11:19:31 -04:00
jobs FIX: Autocorrect values for dropdown imported user fields (#12572) 2021-03-31 19:19:57 +03:00
mailers FIX: Correctly use invite to topic email templates (#12411) 2021-03-16 17:08:54 +02:00
models FIX: "confirm new email" emails were failing for EmailChangeRequest records with blank requested_by_user_id field (#12579) 2021-04-01 16:39:28 +05:30
serializers FEATURE: Show an educational message in the quick access menu for personal messages when there are none (#12564) 2021-04-01 10:22:40 +10:00
services FIX: rake themes:install error if theme cannot be updated (#12605) 2021-04-05 14:52:50 -07:00
views FEATURE: Implement nonces for Google Tag Manager integration (#12531) 2021-03-26 11:19:31 -04:00