discourse/app
Jarek Radosz 1dcdcb5c31
FIX: Cast all numerical values in reports (#8087)
* FIX: Cast all numerical values in reports

The backend can return some numerical values in report as strings. That results in unexpected order of values when sorting report tables.

* Create `toNumber()` helper

The `typeof` and `parseFloat` seem to be the fastest path: https://jsperf.com/number-vs-typeof-vs-parsefloat#results
2019-09-12 15:17:34 +02:00
..
assets FIX: Cast all numerical values in reports (#8087) 2019-09-12 15:17:34 +02:00
controllers FIX: Do not show staged users avatars when expanding the read count indicator 2019-09-10 14:21:34 -03:00
helpers FIX: only use app argument for official iOS app banner 2019-08-27 10:23:57 -04:00
jobs FIX: POP3 doesn't work with TLS 1.3 2019-09-11 18:43:19 +02:00
mailers FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
models FIX: user directory should not include unapproved users 2019-09-11 15:18:17 -04:00
serializers UX/PERF: Update readers count when a post from another user is read. Don't fetch the post data again just to update the count. (#8078) 2019-09-09 11:29:15 +10:00
services FIX: Clear authentication data from session after create account (#8040) 2019-09-12 12:11:12 +01:00
views DEV: Upgrade Discourse to Rails 6 (#8083) 2019-09-12 10:41:50 +10:00