moodle/course
2019-09-18 16:51:40 +02:00
..
ajax MDL-62742 core: rename coursecat->core_course_category 2018-08-28 11:36:23 +02:00
amd MDL-66391 core_course: Fix to send correct Ajax parameter for userid 2019-09-04 12:10:53 +01:00
classes MDL-66536 course: No teaching model renamed 2019-09-18 13:07:21 +08:00
format MDL-66187 format_singleactivity: Make sure available types is not empty 2019-09-02 17:04:35 +02:00
report MDL-45618 Fix @since PHPdoc tags. 2014-05-19 17:03:04 +01:00
templates MDL-64438 core_course: Optionally display course category 2019-09-18 17:52:20 +08:00
tests MDL-66550 behat: Standardise finding in core functionality 2019-09-10 21:29:03 +08:00
yui MDL-59499 admin: class fix for course category expansion icons 2017-07-26 11:11:09 +08:00
admin.php MDL-55074 navigation: Always show dashboard/home in flat nav 2016-10-21 12:37:33 +08:00
bulkcompletion.php MDL-58138 completion: Assorted linting fixes. 2017-04-19 08:56:11 +08:00
category.ajax.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
changenumsections.php MDL-62748 course: maxsections is a limit 2018-09-04 22:44:45 +02:00
completion.js MDL-64493 completion: Manual completion Ally 2019-01-24 08:36:08 +08:00
completion.php MDL-58267 completion: style and capabilities cleanup 2017-04-19 08:54:35 +08:00
completion_form.php MDL-10965 course: search only courses with completion 2019-04-10 12:35:29 +02:00
customfield.php MDL-57898 core_course: add custom fields support to courses 2019-01-18 14:28:18 +01:00
defaultcompletion.php MDL-58138 completion: Assorted linting fixes. 2017-04-19 08:56:11 +08:00
delete.php MDL-28505 Backup: Asynchronous backup and restore 2019-04-09 00:15:42 +00:00
dndupload.js MDL-59954 mod_course: Remove file size restriction on D&D on course page 2018-12-19 08:36:45 +08:00
dndupload.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
dnduploadlib.php MDL-59954 mod_course: Remove file size restriction on D&D on course page 2018-12-19 08:36:45 +08:00
edit.php MDL-66181 course: Only assign roles that the user is allowed to assign 2019-09-02 17:04:35 +02:00
edit_form.php MDL-66143 course: Integration review fixes 2019-07-22 11:52:41 +08:00
editbulkcompletion.php MDL-58267 completion: style and capabilities cleanup 2017-04-19 08:54:35 +08:00
editcategory.php MDL-62742 core: rename coursecat->core_course_category 2018-08-28 11:36:23 +02:00
editdefaultcompletion.php MDL-58138 completion: Fix capability required for setting defaults 2017-04-21 16:22:50 +02:00
editsection.php MDL-58837 course: do not confirm deleting empty sections 2017-05-11 18:48:08 +08:00
editsection_form.php MDL-34859 course: use defaultcustom element for sections 2017-03-20 14:59:45 +08:00
enrol.php
externallib.php Merge branch 'MDL-65969-master' of git://github.com/jleyva/moodle 2019-08-29 11:14:07 +08:00
index.php MDL-10965 courses: capability to browse course list 2019-04-10 12:35:28 +02:00
info.php MDL-10965 courses: capability to browse course list 2019-04-10 12:35:28 +02:00
jumpto.php MDL-37085 get_module_metadata() now returns link as moodle_url instead of string 2013-01-14 15:01:22 +11:00
lib.php MDL-66072 core: Remove course sharing and related capabilities 2019-09-04 07:09:05 +08:00
loginas.php MDL-63786 core: set $CFG->forceclean for logged in as sessions 2019-03-05 04:24:53 +01:00
management.php MDL-66336 courses: Show an error when no course categories are visible 2019-08-16 08:24:48 +01:00
mod.php MDL-4782 course: Allow activities in the "stealth" mode 2017-02-14 16:38:05 +08:00
modduplicate.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
modedit.php MDL-59612 core: removed hard-coded check for referer in modules 2017-07-31 12:03:28 +08:00
modlib.php MDL-60459 core_course: set default for 'visibleoncoursepage' 2019-02-07 10:52:34 +08:00
moodleform_mod.php MDL-64557 modform: switch disabledIf to hideIf, where appropriate 2019-02-12 10:18:04 +00:00
pending.php MDL-29895 core: removed require_login() when not needed 2018-09-10 11:22:50 +02:00
recent.php MDL-50892 mod: allow activity to have name '0' 2015-09-11 10:51:52 +08:00
recent_form.php MDL-59977 core: do not directly check 'viewparticipant' capability 2017-09-11 12:44:27 +08:00
renderer.php MDL-66072 core: Remove ancillary sharing functions and code 2019-09-04 07:09:43 +08:00
report.php Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08:00
request.php MDL-65250 core: Fix some undefined variables in compact() 2019-04-03 02:42:45 +02:00
request_form.php MDL-62742 core: rename coursecat->core_course_category 2018-08-28 11:36:23 +02:00
reset.php MDL-22078 course: Complete proposed patch 2016-10-05 12:31:05 +08:00
reset_form.php MDL-41463 course: Reset remove groups section advanced toggle. 2018-06-28 23:06:45 +02:00
resources.php MDL-50318 course: Fix the URL of embedded images at resources overview 2015-05-21 17:23:25 +02:00
rest.php MDL-4782 course: substitute YUI with AMD and rest.php with calling WS 2017-02-14 15:57:33 +08:00
scales.php MDL-34556 accessibility compliance for course: Add forform input text and select tag 2012-07-31 17:16:19 +08:00
search.php MDL-60916 core_course: Replace course search with global search 2019-08-05 16:05:10 +10:00
switchrole.php MDL-64506 templates: BS2 m-x-x to BS4 mx-x 2019-04-03 19:47:11 +08:00
switchrole_form.php MDL-55074 theme_boost: Navigation and blocks 2016-10-21 12:37:33 +08:00
tags.php MDL-50851 course: use new tag API 2016-01-10 15:25:47 +08:00
tags_form.php MDL-50851 course: use new tag API 2016-01-10 15:25:47 +08:00
togglecompletion.php MDL-64528 core_completion: prevent toggling completion in frozen context 2019-01-12 07:37:21 -08:00
upgrade.txt MDL-66016 block_myoverview: Add 'All' course filter 2019-08-23 20:44:19 +02:00
user.php MDL-55074 theme_behat: Behat fixes for user_grade_navigation 2016-10-24 12:00:23 +08:00
view.php MDL-65321 backups: Only require minimal async backup libs if needed 2019-04-13 23:43:01 +10:00