moodle/lib/form
Damyon Wiese 235ef57a3d MDL-51324 forms: Add a new course selector
This is a squashed commit containing a number of changes:

This is an ajax driven course selector that has searching etc. It can select single, or multiple courses.
Make course selector accept a list of courses to exclude
courseselector - lookup coursename on setValue
Use the get_course_display_name_in_list function to generate the course names
Add a throttle to auto-complete to reduce spamming the server
Do a single query to fetch all the courses in the mform element when validation fails
Fix core course search function to return results when there are less than 2 chars in the query.
Handle setData with an empty array in new course selector
2016-03-09 13:30:18 +08:00
..
tests MDL-30811 form: Remove continue from test. 2016-03-01 12:11:10 +08:00
yui MDL-49440 lib: Date picker duplicated week day names repaired 2015-07-16 12:38:59 +02:00
advcheckbox.php MDL-50484 lib_formslib: Persistant input should have different id 2016-02-19 14:00:04 +08:00
autocomplete.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
button.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
cancel.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
checkbox.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
course.php MDL-51324 forms: Add a new course selector 2016-03-09 13:30:18 +08:00
dateselector.php MDL-52081 forms: indicate usage of grandparent constructor 2015-12-10 13:38:04 +08:00
datetimeselector.php MDL-52081 forms: indicate usage of grandparent constructor 2015-12-10 13:38:04 +08:00
dndupload.js MDL-44626 repository: Correct error message when uploading large files 2016-02-11 08:08:57 +08:00
duration.php MDL-52081 forms: indicate usage of grandparent constructor 2015-12-10 13:38:04 +08:00
editor.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
filemanager.js MDL-51921 files: Fixes for file manager issues 2015-10-28 04:48:25 -05:00
filemanager.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
filepicker.js MDL-46834 filepicker: dnd upload should respect the current context id 2014-09-09 10:02:24 +08:00
filepicker.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
form.js MDL-42097 formslib: updates to edit profile form 2013-12-03 14:15:16 +08:00
grading.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
group.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
header.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
hidden.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
htmleditor.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
listing.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
modgrade.php MDL-53300 core_grade: use currentgradetype if modgrade_type is not set 2016-03-01 16:38:59 +08:00
modvisible.php MDL-52081 forms: indicate usage of grandparent constructor 2015-12-10 13:38:04 +08:00
password.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
passwordunmask.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
questioncategory.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
radio.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
recaptcha.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
searchableselector.js MDL-50685 core_form: disable hidden options, don't just hide 2015-09-11 15:08:37 +08:00
searchableselector.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
select.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
selectgroups.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
selectwithlink.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
selectyesno.php MDL-52081 forms: indicate usage of grandparent constructor 2015-12-10 13:38:04 +08:00
static.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
submit.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
submitlink.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
tags.php MDL-51283 core_tag: Allow each tag area to set 'showstandard' 2016-02-02 17:31:17 +08:00
text.php MDL-50484 lib_formslib: Persistant input should have different id 2016-02-19 14:00:04 +08:00
textarea.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
url.js fixed unterminated JS statements 2010-09-18 10:37:19 +00:00
url.php MDL-50484 lib_formslib: Persistant input should have different id 2016-02-19 14:00:04 +08:00
warning.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00