moodle/lib/classes
David Mudrák 4e907e7be4 MDL-67752 course: Provide the active user stats during the registration
These new stats provide better insight as they only consider recently
active users and active enrolments only.
2020-02-27 13:14:39 +01:00
..
access MDL-60983 get_user_capability_course: fix buggy edge cases 2017-12-07 18:28:18 +00:00
analytics MDL-64739 core_analytics: Contexts param for get_analysables_iterator 2019-10-21 09:54:34 +08:00
antivirus MDL-67545 Antivirus: new option for clam scan failure 2020-01-24 13:05:45 +00:00
dataformat MDL-65919 core: Skip send headers during phpunit exec in dataformats 2019-09-30 12:00:33 +02:00
dml MDL-65168 dml: Move preload SQL functions to self-contained class 2019-03-25 23:05:22 +01:00
event MDL-67309 login: Added check for password policy at login time. 2020-02-17 09:55:07 +10:00
external MDL-65033 mod_forum: Pass the favourites into the exporter 2019-04-29 16:27:04 +08:00
files MDL-61143 core_files: Don't append dot when checking domain names or IP addresses. 2018-01-10 15:22:17 +08:00
form MDL-61625 persistent form: Add missing param to the constructor 2018-03-11 22:23:15 +01:00
hub MDL-67752 course: Provide the active user stats during the registration 2020-02-27 13:14:39 +01:00
local/cli MDL-59594 cli: Introduce cli helpers for graceful exits 2020-01-12 01:20:04 +11:00
lock Merge branch 'MDL-67052-mysql-locks' of https://github.com/brendanheywood/moodle 2020-02-03 19:32:58 +01:00
log MDL-49291 core: final deprecation of sql_*_reader interfaces 2016-01-18 14:24:34 +08:00
message MDL-57755 message: fix notificaiton read status when messaging disabled 2020-01-24 08:59:12 +01:00
oauth2 MDL-64206 core: updated FB logo URL 2018-12-03 12:20:51 +08:00
output MDL-67359 mod_forum: Relocate notification templates to reallign it 2019-12-03 10:35:33 +08:00
plugininfo MDL-59562 core: updated type hint of new function 2020-01-16 13:05:30 +10:00
privacy MDL-49399 task: Add task log table 2019-01-15 07:56:20 +08:00
progress MDL-28505 Backup: Asynchronous backup and restore 2019-04-09 00:15:42 +00:00
session MDL-67175 session: set SameSite=None for Chrome 78 and above 2020-02-07 08:05:14 +08:00
task Merge branch 'MDL-52189' of https://github.com/jonof/moodle 2020-01-28 22:43:22 +01:00
update MDL-63655 core: Fix miss-placed parenthesis 2018-10-15 01:02:25 +02:00
upgrade MDL-56917 core_upgrade: Do not use the raw version to check cURL caps. 2016-11-15 21:50:07 +01:00
chart_axis.php MDL-54987 charts: fix style issues 2016-07-25 11:21:31 +01:00
chart_bar.php MDL-55665 core: Add support for stacked bar charts 2016-08-26 13:30:01 +08:00
chart_base.php MDL-57194 core_charts: Allow colors to be overridden by setting 2016-12-01 14:44:00 +08:00
chart_line.php MDL-54987 charts: fix style issues 2016-07-25 11:21:31 +01:00
chart_pie.php MDL-55710 core: Add support for doughnut charts 2016-08-26 13:30:02 +08:00
chart_series.php MDL-54987 charts: fix style issues 2016-07-25 11:21:31 +01:00
collator.php
component.php MDL-67768 core: Add some common dirs to core_component::$ignoreddirs 2020-01-28 10:18:25 +01:00
cssparser.php MDL-55071 psr4: Use psr4 classloader for scss, rtlcss and cssparser 2016-09-23 10:57:35 +01:00
date.php MDL-63032 core: Update the timezone to the latest windows list 2020-02-11 07:17:23 +08:00
filetypes.php MDL-66972 Files API: Add Streaming file mime type support 2019-12-08 06:10:01 +11:00
geopattern.php MDL-61657 block_myoverview: whitespace and css-style fixes 2018-04-23 23:35:17 +02:00
grades_external.php MDL-55928 gradereport_user: New WS for retrieve grade items 2016-09-16 09:55:14 +01:00
grading_external.php
invalid_persistent_exception.php MDL-57273 core: Migrating persistent from core_competency into core 2017-01-20 12:56:18 +08:00
ip_utils.php MDL-56334 libraries: Addition of domain checker. 2016-10-26 15:51:32 +08:00
minify.php MDL-53695 minify: switch to MatthiasMullie\Minify 2016-10-10 13:17:04 +01:00
notification.php MDL-56679 core: Initialise $SESSION if necessary 2017-02-16 16:17:14 +08:00
persistent.php MDL-65096 docs: Use static return type in persistent 2019-03-18 10:30:48 +00:00
php_time_limit.php
plugin_manager.php MDL-59562 core: updated type hint of new function 2020-01-16 13:05:30 +10:00
requirejs.php MDL-66502 javascript: Remove extension from AMD module names 2019-09-09 16:25:17 +08:00
rtlcss.php MDL-55071 psr4: Use psr4 classloader for scss, rtlcss and cssparser 2016-09-23 10:57:35 +01:00
scss.php MDL-65761 lib: Update scssphp to 1.0.0 2019-07-16 09:16:44 +08:00
shutdown_manager.php MDL-59594 core: Allow custom signal handlers 2020-01-12 01:20:04 +11:00
string_manager.php
string_manager_install.php
string_manager_standard.php MDL-65236 core: allow to alias languages in the lang selector 2019-04-08 14:14:23 +02:00
text.php MDL-66965 core: php74 curly 2 square braces changes 2019-10-25 17:41:10 +02:00
user.php MDL-40669 tool_uploaduser: allow emailstop to be set during upload. 2019-09-15 21:43:55 +01:00
useragent.php MDL-66972 Files API: Add Streaming file mime type support 2019-12-08 06:10:01 +11:00
uuid.php MDL-61038 setuplib: Fixed PECL UUID extension support 2019-06-09 23:24:26 +02:00