Martin Brennan
dba6a5eabf
FEATURE: Humanize file size error messages ( #14398 )
...
The file size error messages for max_image_size_kb and
max_attachment_size_kb are shown to the user in the KB
format, regardless of how large the limit is. Since we
are going to support uploading much larger files soon,
this KB-based limit soon becomes unfriendly to the end
user.
For example, if the max attachment size is set to 512000
KB, this is what the user sees:
> Sorry, the file you are trying to upload is too big (maximum
size is 512000KB)
This makes the user do math. In almost all file explorers that
a regular user would be familiar width, the file size is shown
in a format based on the maximum increment (e.g. KB, MB, GB).
This commit changes the behaviour to output a humanized file size
instead of the raw KB. For the above example, it would now say:
> Sorry, the file you are trying to upload is too big (maximum
size is 512 MB)
This humanization also handles decimals, e.g. 1536KB = 1.5 MB
2021-09-22 07:59:45 +10:00
..
2021-06-03 10:52:43 +01:00
2019-10-02 14:01:53 +10:00
2021-06-25 11:34:51 +02:00
2021-09-20 16:26:18 +10:00
2021-09-10 12:59:51 +10:00
2021-08-30 12:31:22 +01:00
2021-08-25 08:46:54 +10:00
2019-10-02 14:01:53 +10:00
2021-06-03 14:47:32 +10:00
2019-10-02 14:01:53 +10:00
2021-08-13 12:00:23 -03:00
2020-05-15 14:23:27 +08:00
2021-07-19 13:54:19 +08:00
2019-10-14 12:57:33 +05:30
2019-04-30 10:27:42 +10:00
2020-04-08 12:42:28 +10:00
2021-07-07 18:57:42 +02:00
2021-08-25 09:37:07 +08:00
2021-07-14 15:18:29 -04:00
2020-03-11 13:30:45 +00:00
2021-09-22 07:59:45 +10:00
2021-09-02 14:55:38 -04:00
2020-07-24 17:19:21 +08:00
2021-05-21 11:43:47 +10:00
2019-04-30 10:27:42 +10:00
2021-01-04 10:34:44 +01:00
2019-10-01 12:04:39 -04:00
2021-08-24 10:46:28 +03:00
2019-04-30 10:27:42 +10:00
2021-09-22 07:59:45 +10:00
2021-03-22 19:41:42 +02:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00
2021-08-10 10:25:15 -04:00
2021-06-22 13:00:04 -05:00
2019-10-02 14:01:53 +10:00
2021-02-23 16:20:59 -05:00
2020-06-23 12:09:04 +08:00
2021-04-23 10:24:42 -04:00
2021-06-02 12:43:34 -04:00
2021-02-19 11:03:36 -05:00
2019-12-03 10:05:53 +01:00
2020-03-10 22:13:17 +01:00
2021-05-21 11:43:47 +10:00
2021-04-05 20:31:42 +05:30
2019-04-30 10:27:42 +10:00
2020-12-14 17:49:37 +02:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-05-28 11:33:08 +10:00
2019-05-07 13:12:20 +10:00
2021-07-30 13:36:30 -04:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2021-08-25 13:25:01 +08:00
2019-04-30 10:27:42 +10:00
2020-10-29 13:01:06 +11:00
2019-04-30 10:27:42 +10:00
2021-09-17 10:41:34 +02:00
2021-05-21 11:43:47 +10:00
2021-05-21 11:43:47 +10:00
2021-01-20 21:32:22 +01:00
2021-05-21 11:43:47 +10:00
2019-04-30 10:27:42 +10:00
2019-10-02 14:01:53 +10:00
2021-05-21 11:43:47 +10:00
2019-04-30 10:27:42 +10:00
2021-06-03 11:39:12 +10:00
2021-05-21 11:43:47 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-06-07 01:26:06 +02:00
2021-05-21 11:43:47 +10:00
2021-09-15 10:16:54 +10:00
2021-07-26 09:14:23 +08:00
2019-10-02 14:01:53 +10:00
2021-06-30 15:51:35 +03:00
2021-08-05 22:07:29 +04:00
2021-08-27 16:26:06 +01:00
2021-09-09 12:03:59 +03:00
2021-08-11 08:39:25 +10:00
2019-05-07 13:12:20 +10:00
2021-05-19 16:04:35 +04:00
2019-11-27 16:11:49 +11:00
2021-09-03 13:15:58 +05:30
2019-10-02 14:01:53 +10:00
2021-09-10 12:59:51 +10:00
2021-07-07 18:57:42 +02:00
2021-07-07 18:57:42 +02:00
2019-05-07 13:12:20 +10:00
2021-06-21 11:06:58 +08:00
2021-05-21 11:43:47 +10:00
2019-11-11 11:18:12 +11:00
2019-05-13 09:31:32 +08:00
2021-07-07 18:57:42 +02:00
2021-07-07 18:57:42 +02:00
2021-05-21 11:43:47 +10:00
2020-07-27 10:23:54 +10:00
2019-08-06 11:26:54 +01:00
2020-09-22 10:17:52 +10:00
2021-05-24 18:13:30 +10:00
2021-05-03 09:21:35 +02:00
2021-09-16 07:58:53 +05:30
2021-06-15 17:25:06 +02:00
2021-01-25 12:04:27 +01:00
2021-04-19 09:43:50 +10:00
2020-03-10 22:13:17 +01:00
2021-08-19 14:43:58 +03:00
2021-07-16 15:25:49 -03:00
2021-09-21 08:45:47 +10:00
2021-08-05 12:56:15 +08:00
2019-10-02 14:01:53 +10:00
2019-04-30 10:27:42 +10:00
2021-07-05 14:17:31 +08:00
2021-06-08 13:25:51 -04:00
2021-08-10 17:25:11 +05:30
2020-12-23 08:51:36 +11:00
2020-10-12 22:54:56 +02:00