discourse/app
Ted Johansson a2bc24456f
DEV: Update call sites using BaseStore#download but expecting exceptions (#21551)
In #21498, we split `BaseStore#download` into a "safe" version which returns nil on errors, and an "unsafe" version which raises an exception, which was the old behaviour of `#download`.

This change updates call sites that used the old `#download`, which raised exceptions, to use the new `#download!` to preserve behaviour (and silence deprecation warnings.)

It also silences the deprecation warning in tests.
2023-05-17 16:03:33 +08:00
..
assets UX: Sections not collapsable in "header dropdown" navigation menu (#21604) 2023-05-17 14:28:09 +08:00
controllers FIX: Searching for svg sprite icons connecting to default database (#21605) 2023-05-17 14:25:06 +08:00
helpers UX: Improve login required page (#20847) 2023-03-28 07:09:44 -05:00
jobs FEATURE: Add new notification for admin problems (#21287) 2023-05-03 19:35:22 +03:00
mailers FIX: Likes received count in digest email (#21458) 2023-05-09 19:19:26 +02:00
models DEV: Update call sites using BaseStore#download but expecting exceptions (#21551) 2023-05-17 16:03:33 +08:00
serializers FEATURE: Show user cards for inactive users (#21387) 2023-05-15 21:45:26 +03:00
services FIX: Handle all UTF-8 characters (#21344) 2023-05-15 12:45:04 +03:00
views FIX: Likes received count in digest email (#21458) 2023-05-09 19:19:26 +02:00