discourse/app
Blake Erickson a2ccf0a9ff
DEV: Use named parameters for dir-span helper (#14195)
* DEV: Use named parameters for dir-span helper

Follow up to: e50a5c0c73

In order to improve code clarity this change introduces named parameters
for the dir-span helper. This is specifically for the new `htmlSafe`
parameter which you can use instead of just passing in a boolean if the
strings you are passing in have already been escaped.

Before: `{{dir-span category.description false}}`
After: `{{dir-span category.description htmlSafe=true}}`

* Set default value for params arg
2021-08-31 13:51:08 +08:00
..
assets DEV: Use named parameters for dir-span helper (#14195) 2021-08-31 13:51:08 +08:00
controllers UX: use existing guardian method to check messageable group. (#14174) 2021-08-30 10:38:33 +05:30
helpers DEV: Allow us to use Ember CLI assets in production 2021-08-05 08:32:33 -04:00
jobs DEV: Introduce PresenceChannel API for core and plugin use 2021-08-27 16:26:06 +01:00
mailers UX: suspend forever time period messages (#13776) 2021-07-20 14:42:08 +04:00
models PERF: Remove redundant post_timings_summary index (#14164) 2021-08-26 10:50:34 -05:00
serializers PERF: Make TopicViewSerializer#requested_group_name more efficient. (#14196) 2021-08-31 12:05:32 +08:00
services DEV: Do not delete failed uploads from S3 in debug mode (#14143) 2021-08-25 15:35:55 +10:00
views UX: display correct replies count in embedded comments view. (#14175) 2021-08-30 10:37:53 +05:30