moodle/lib/classes
2021-01-07 00:28:08 +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-70326 antivirus: fixing regression in MDL-66222 2020-11-25 11:28:56 +01:00
check MDL-68185 report_performance: Refactored into Check API 2020-04-08 14:35:33 +10:00
content/export MDL-69549 core: Add context export API 2020-10-15 13:46:25 +08: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 MDL-66222 antivirus: Improved error email capture 2020-08-21 12:21:09 +10:00
external MDL-69215 output: Correct font awesome for themes 2020-07-16 07:29:22 +08:00
files MDL-69050 lang: Fix variables and methods names in curl_security_helper 2020-09-24 19:32:39 +02:00
form MDL-69166 core_payment: add payment accounts 2020-10-27 15:45:00 +11:00
hub MDL-67753 registration: Enable Push Notifications when site register 2020-05-06 23:20:13 +02:00
local/cli MDL-59594 cli: Introduce cli helpers for graceful exits 2020-01-12 01:20:04 +11:00
lock MDL-69521 core: Move all comments in code from 4.0 to 3.10 2020-09-06 17:23:58 +02: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-70430 oauth2: Fix storing of the new refresh token 2020-12-08 11:24:27 +01:00
output MDL-70476 permission overrides: role names double-escaped in tool tip 2020-12-18 13:04:16 +00:00
plugininfo MDL-69166 core_payment: Renamed plugintype name from pg to paygw 2020-10-27 15:45:23 +11:00
privacy MDL-59510 core: report oauth2_refresh_token table in core provider 2020-10-05 09:17:14 +08:00
progress MDL-28505 Backup: Asynchronous backup and restore 2019-04-09 00:15:42 +00:00
session Merge branch 'MDL-68983-recent-session-lock-ro-MOODLE_310_STABLE' of https://github.com/brendanheywood/moodle into MOODLE_310_STABLE 2020-10-21 12:45:55 +08:00
task MDL-70520 tasks: Keep lastruntime when a scheduled task is reset 2020-12-22 15:30:45 +11:00
update MDL-66917 admin: validate uploaded plugin version. 2020-04-21 14:35:59 +01: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-68477 libraries: support for Chart.js legend options. 2020-04-23 09:23:21 +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-68386 libraries: Enhancement for Area Charts support with chart.js. 2020-04-17 09:12:41 +12:00
collator.php MDL-45828 cache: definitions now sorted in the admin UI 2014-07-21 09:25:22 +12:00
component.php MDL-65743 lib: add XMPPHP namespace and update calls 2020-10-12 13:10:12 +08:00
content.php MDL-69559 course: Add capability and access checks for course download 2020-10-26 10:19:33 +08:00
cssparser.php MDL-55071 psr4: Use psr4 classloader for scss, rtlcss and cssparser 2016-09-23 10:57:35 +01:00
dataformat.php MDL-55971 dataformat: method to write exports to file storage. 2020-08-25 17:30:51 +01:00
date.php MDL-67943 core: Update timezone list in core_date 2020-08-17 10:36:01 +08:00
filetypes.php MDL-61215 core_files: add new optimised_image group 2020-08-20 07:16:41 +08:00
geopattern.php MDL-61657 block_myoverview: whitespace and css-style fixes 2018-04-23 23:35:17 +02:00
grades_external.php MDL-67306 webservices: Added webservice for Grade category creation 2020-09-03 00:21:44 +02:00
grading_external.php MDL-46861 added missing required field areaname 2014-08-29 09:42:54 +12:00
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-66732 core: improve detection of non-public sites. 2020-04-15 21:54:29 +01:00
minify.php MDL-53695 minify: switch to MatthiasMullie\Minify 2016-10-10 13:17:04 +01:00
notification.php MDL-62678 core: Improve efficiency of notifications and avoid ajax call 2020-09-30 13:56:29 +10:00
persistent.php MDL-65096 docs: Use static return type in persistent 2019-03-18 10:30:48 +00:00
php_time_limit.php MDL-42084 lib: fix undefined variable warnings 2013-12-03 14:00:21 +08:00
plugin_manager.php MDL-69166 core_payment: Renamed plugintype name from pg to paygw 2020-10-27 15:45:23 +11:00
qrcode.php MDL-65547 qr: Wrapper for core_qrcode 2020-05-08 10:26:45 +02: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 MDL-46585 lang: display debugging message when deprecated string is used 2014-09-12 10:24:43 +08:00
string_manager_install.php MDL-46585 lang: display debugging message when deprecated string is used 2014-09-12 10:24:43 +08:00
string_manager_standard.php MDL-69788 lang: fallback to all translations if misconfigured. 2020-10-16 14:38:03 +01:00
text.php MDL-66965 core: php74 curly 2 square braces changes 2019-10-25 17:41:10 +02:00
user.php MDL-69342 core_user: fixed user picture updating 2020-09-24 10:29:31 +03:00
useragent.php MDL-66972 Files API: Add Streaming file mime type support 2019-12-08 06:10:01 +11:00
userfeedback.php Merge branch 'MDL-68991-master' of git://github.com/rezaies/moodle 2020-06-11 12:27:16 +08:00
uuid.php MDL-61038 setuplib: Fixed PECL UUID extension support 2019-06-09 23:24:26 +02:00