moodle/lib/classes
sam marshall e332d1849d MDL-72643 core: Improve display_size
Allows display_size to use a fixed unit for easy comparison of
multiple results, and fixed decimal places for the same reason.

Improves behaviour by using consistent decimal places and a
consistent space before the unit (the previous one only has a space
before 'bytes', not before 'KB').

Of existing uses, all the ones that displayed a 'maxbytes' type
configuration setting (which are likely to have an 'exact' size
and would be better shown as 512 KB rather than 512.0 KB) have been
changed to use 0 decimal places, to preserve previous behaviour.
All the uses which were showing an actual file or memory size have
been left as default (1 decimal place).
2021-09-27 16:52:33 +01:00
..
access
analytics MDL-67119 core_analytics: Analyse users once per course 2021-02-26 11:50:16 +01:00
antivirus MDL-71627 check: Add AV status, notification levels and more logging 2021-08-11 11:46:15 +10:00
check MDL-72042 media: Remove SWF media player 2021-09-17 10:39:17 +02:00
content/export MDL-72643 core: Improve display_size 2021-09-27 16:52:33 +01:00
dataformat MDL-67547 dataformat_pdf: method to convert images to supported format. 2020-05-26 00:54:27 +01:00
dml MDL-68402 accesslib: fix get_with_capability_join logic 2020-05-06 09:18:02 +01:00
event Merge branch 'MDL-72499' of git://github.com/paulholden/moodle 2021-09-07 23:51:53 +02:00
external MDL-71235 webservices: add activity completion data to web services 2021-04-29 13:52:32 +10:00
files MDL-72203 curl: Warn if someone actually started to use $maxredirects 2021-07-27 21:30:16 +08:00
form MDL-69166 core_payment: add payment accounts 2020-10-27 14:40:49 +11:00
hub MDL-71460 hub: Use checkboxes instead of dropdowns 2021-05-05 10:03:18 +08:00
local/cli
lock MDL-69521 core: Move all comments in code from 4.0 to 3.10 2020-09-06 17:00:25 +02:00
log
message MDL-70046 message: handle call processor failure 2021-08-31 10:36:54 +01:00
navigation Merge branch 'MDL-72110-master-v3' of https://github.com/sharidas/moodle 2021-09-22 20:00:18 +02:00
oauth2 MDL-71593 oauth2: Remove methods that were readded by mistake. 2021-06-21 10:11:16 +02:00
output MDL-71037 theme_boost: section collapse styling 2021-09-21 18:41:59 +02:00
plugininfo Merge branch 'MDL-72163-master' of git://github.com/andrewnicols/moodle 2021-08-24 20:12:13 +02:00
privacy MDL-59510 core: report oauth2_refresh_token table in core provider 2020-10-05 09:19:29 +08:00
progress
session Merge branch 'MDL-70424-auth-avoid-changes' of https://github.com/brendanheywood/moodle 2021-03-04 00:27:53 +01:00
task MDL-72138 task: allow running core tasks from schedules UI. 2021-08-12 09:49:10 +01:00
update MDL-66917 admin: validate uploaded plugin version. 2020-04-21 14:35:59 +01:00
upgrade
activity_dates.php MDL-70816 core: Activity date details base class 2021-03-22 16:15:17 +11:00
chart_axis.php
chart_bar.php
chart_base.php MDL-68477 libraries: support for Chart.js legend options. 2020-04-23 09:23:21 +08:00
chart_line.php
chart_pie.php
chart_series.php MDL-68386 libraries: Enhancement for Area Charts support with chart.js. 2020-04-17 09:12:41 +12:00
collator.php
component.php MDL-71473 lib: Remove XMPPHP (Jabber) third-party lib 2021-09-13 08:33:15 +02:00
content.php MDL-69559 course: Add capability and access checks for course download 2020-10-26 10:00:47 +08:00
cssparser.php
dataformat.php MDL-71981 dataformat: indicate HTML support in writer callback. 2021-07-06 09:27:15 +08:00
date.php MDL-67943 core: Update timezone list in core_date 2020-08-17 09:06:30 +08:00
encryption.php MDL-71420 environment: Add some strategic comments and todos. 2021-05-06 14:29:33 +02:00
filetypes.php MDL-72042 media: Remove SWF media player 2021-09-17 10:39:17 +02:00
geopattern.php
grades_external.php MDL-32103 completion: Allow instant completion updates. 2021-07-13 12:07:53 +02:00
grading_external.php
invalid_persistent_exception.php
ip_utils.php MDL-66732 core: improve detection of non-public sites. 2020-04-15 21:54:29 +01:00
minify.php
notification.php MDL-62678 core: Improve efficiency of notifications and avoid ajax call 2020-09-30 13:55:30 +10:00
persistent.php
php_time_limit.php
plugin_manager.php Merge branch 'MDL-72042-master' of git://github.com/sarjona/moodle 2021-09-22 13:34:28 +02:00
qrcode.php MDL-65547 qr: Wrapper for core_qrcode 2020-05-08 10:26:45 +02:00
report_helper.php MDL-69588 accessibility: Address review points 2021-08-23 17:47:24 +08:00
requirejs.php
rtlcss.php
scss.php
shutdown_manager.php MDL-70920 core: prevent calls to call_user_fun_array() with assoc array 2021-02-21 22:22:21 +01:00
string_manager.php
string_manager_install.php
string_manager_standard.php MDL-71927 reports: show time to the second in logs report 2021-06-14 21:41:16 +01:00
text.php MDL-72035 csvlib: Write BOM for Excel 2021-06-30 15:04:16 +01:00
user.php MDL-71964 dashboard: add welcome message for all users 2021-09-23 10:42:04 +08:00
useragent.php
userfeedback.php Merge branch 'MDL-68991-master' of git://github.com/rezaies/moodle 2020-06-11 12:27:16 +08:00
uuid.php