moodle/course
2013-03-20 01:21:05 +01:00
..
format MDL-37901 format_topics & format_weeks: Fix drag icon tooltip after move. 2013-03-02 12:38:29 +00:00
publish MDL-35056 - Backup/Restore - Converting the 'Unmet Dependencies' Message to be a Developer Debug message to make moodle less confusing to the average user 2012-12-18 09:58:53 +13:00
report MDL-29812 partcipiant report - breaks when filtering by user 2011-11-09 11:17:17 +08:00
tests MDL-37079 remove TODO, add . in comments 2013-03-18 14:41:37 +08:00
yui Merge branch 'MDL-38141-m' of git://github.com/andrewnicols/moodle 2013-02-26 01:19:29 +01:00
category.php MDL-37572 Course categories are now managed in /course/manage.php 2013-02-01 08:51:34 +13:00
changenumsections.php MDL-35768 MDL-36017 Avoid calling format_base::get_course() when not necessary 2012-11-05 11:22:06 +08:00
completion.js MDL-30817 activity_completion: Fixed title and alt string (on checkbox) to have module name prefixed 2012-03-12 10:16:31 +08:00
completion.php MDL-34470 course: Replace all instances of get_context_instance() with context_xxx::instance() in course/ 2012-07-24 16:19:01 +08:00
completion_form.php MDL-38005 form: Headers have a proper name 2013-03-15 11:06:25 +08:00
delete.php MDL-37572 Course categories are now managed in /course/manage.php 2013-02-01 08:51:34 +13:00
delete_category_form.php MDL-37572 Course categories are now managed in /course/manage.php 2013-02-01 08:51:34 +13:00
dndupload.js MDL-38367 course dndupload - deprecate public 'add_type' function, remove non-YUI3 API call to _node 2013-03-18 18:47:04 +00:00
dndupload.php MDL-37085 Properly deprecated functions print_xxx() from course/lib.php 2013-01-14 15:01:28 +11:00
dnduploadlib.php MDL-38367 Course dnduploadlib : deprecated add_* functions as they are internal to the class. 2013-03-19 09:56:16 +08:00
edit.php MDL-37572 Course categories are now managed in /course/manage.php 2013-02-01 08:51:34 +13:00
edit_form.php Merge branch 'MDL-38414-master' of git://github.com/FMCorz/moodle 2013-03-20 01:21:05 +01:00
editcategory.php MDL-38146 fixing navigation when adding/editing course category 2013-02-23 12:06:56 +11:00
editcategory_form.php MDL-20306 Add course_category idnumber field 2011-10-10 23:54:30 +02:00
editsection.php MDL-35768 Added format-specific options to edit course and section forms 2012-11-02 10:55:23 +08:00
editsection_form.php Merge branch 'MDL-38035-master' of git://github.com/sammarshallou/moodle 2013-03-19 23:54:27 +01:00
enrol.php MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week 2010-06-21 15:30:49 +00:00
externallib.php Merge branch 'wip-MDL-38144-master' of git://github.com/marinaglancy/moodle 2013-02-26 15:43:26 +13:00
index.php MDL-37572 Course categories are now managed in /course/manage.php 2013-02-01 08:51:34 +13:00
info.php Merge branch 'MDL-34459-master' of git://github.com/ankitagarwal/moodle 2012-07-24 16:35:01 +08: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-37079 switch the modedit.php functions into course/modedit.php 2013-03-18 14:41:38 +08:00
loginas.php MDL-38202 fix loginas logout redirection 2013-03-17 20:51:25 +01:00
manage.php Merge branch 'MDL-38252-master' of git://github.com/danpoltawski/moodle 2013-03-05 18:12:55 +01:00
mod.php MDL-37082 core_course: create new course_delete_module function that handles the whole deletion process 2013-01-22 17:05:16 +08:00
modduplicate.php MDL-37085 separated logic and html in make_editing_buttons() 2013-01-14 15:01:20 +11:00
modedit.php MDL-37079 switch the modedit.php functions into course/modedit.php 2013-03-18 14:41:38 +08:00
modlib.php MDL-37079 Course create/update module. Remove use of "continue 2". 2013-03-19 13:03:11 +08:00
moodleform_mod.php MDL-38035 Activity settings: Support multilang names for custom user fields 2013-03-12 15:05:24 +00:00
pending.php MDL-8307 Course: Requests without a category fallback on the default one 2012-09-19 16:51:38 +08:00
recent.php MDL-36872 reports: Fixing incorrect sorting of recent activites by timestamp 2013-03-12 17:04:53 +08:00
recent_form.php MDL-36778 course - prevent undefined index warnings 2012-11-30 12:27:09 +08:00
renderer.php MDL-37085 bug fix with glued together class names 2013-01-17 15:19:09 +08:00
report.php MDL-34470 course: Replace all instances of get_context_instance() with context_xxx::instance() in course/ 2012-07-24 16:19:01 +08:00
request.php MDL-34470 course: Replace all instances of get_context_instance() with context_xxx::instance() in course/ 2012-07-24 16:19:01 +08:00
request_form.php MDL-8307 Course: Course requests can suggest a category 2012-09-07 11:22:08 +08:00
reset.php MDL-36357 cleanup - remove double semicolons 2012-11-15 09:51:26 +08:00
reset_form.php MDL-34190 Course: Role with student archtype should be selected as default in user list 2013-01-18 10:10:57 +08:00
resources.php MDL-35339 avoid using get_all_sections(), get_all_mods() and field section.sequence directly 2012-10-15 14:08:13 +08:00
rest.php Merge branch 'MDL-37082_master' of git://github.com/markn86/moodle 2013-01-23 08:53:02 +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-37612 course: changed 1 instance of generalbox class to generaltable class in each of the following category.php, lib.php, search.php 2013-01-21 23:12:20 +00:00
style.css MDL-30617 Add a javascript interface for adding modules to a course 2012-05-18 00:27:16 +08:00
switchrole.php MDL-36988 cleanup role switching 2013-01-15 21:44:20 +01:00
togglecompletion.php MDL-38101 Completion: Error when teacher/admin marks activity complete 2013-03-01 11:18:31 +00:00
user.php MDL-34470 course: Replace all instances of get_context_instance() with context_xxx::instance() in course/ 2012-07-24 16:19:01 +08:00
view.php Merge branch 'w02_MDL-36988_m25_switchrole' of git://github.com/skodak/moodle 2013-01-16 02:27:48 +01:00