moodle/lib/form
2020-05-29 22:26:03 +08:00
..
amd MDL-66679 Forms: Submit button remains disabled after file download 2019-10-30 16:36:28 +00:00
classes MDL-66679 Forms: Submit button remains disabled after file download 2019-10-30 16:36:28 +00:00
templates MDL-68353 form: filepicker label fix 2020-05-29 14:50:32 +10:00
tests MDL-68753 lang: Remove a redundant okay string and use "OK" everywhere 2020-05-27 09:59:44 +02:00
yui MDL-66109 js: Fix Shifter linting issues 2020-05-11 11:07:49 +08:00
advcheckbox.php MDL-55074 theme_boost: Behat fixes for latest theme changes 2016-10-21 16:06:54 +08:00
autocomplete.php MDL-64151 form: autocomplete element remove last choice 2019-04-11 10:00:22 +02:00
button.php MDL-57568 forms: Added missing include for button element. 2017-01-27 13:58:31 +08:00
cancel.php MDL-63685 core_form: for modal forms take parameters from request 2019-05-05 22:27:50 +02:00
checkbox.php MDL-43156 formslib: newly-created repeat elements get the default values 2020-04-30 20:16:07 +02:00
cohort.php MDL-49417 enrol_cohort: use ajax searchable selector for cohorts. 2018-03-01 13:39:56 +13:00
course.php Merge branch 'MDL-68315-master' of https://github.com/kabalin/moodle 2020-05-04 10:37:17 +02:00
dateselector.php MDL-67874 theme_boost: make focus outline accessible 2020-05-26 09:54:12 +02:00
datetimeselector.php MDL-67874 theme_boost: make focus outline accessible 2020-05-26 09:54:12 +02:00
defaultcustom.php MDL-43648 form: fix hours and minutes in date_time_selector 2018-01-10 02:28:19 +00:00
dndupload.js MDL-67048 progressbar: use bootstrap component to fix invert colors 2019-11-05 22:33:27 +01:00
duration.php MDL-43156 formslib: newly-created repeat elements get the default values 2020-04-30 20:16:07 +02:00
editor.php MDL-66399 editor: Only set h5p settings if user can deploy 2019-11-05 14:19:08 +08:00
filemanager.js MDL-45184 tool_licenses: Add custom licenses 2020-05-26 12:08:05 +10:00
filemanager.php MDL-45184 tool_licenses: Add custom licenses 2020-05-26 12:08:05 +10:00
filepicker.js MDL-65217 core_form: use uniqie element id in filepicker 2019-04-29 14:23:26 +02:00
filepicker.php MDL-65217 core_form: use uniqie element id in filepicker 2019-04-29 14:23:26 +02:00
filetypes.php MDL-67114 core: php74 fix. Fix use of scalar as array in core 2020-01-03 11:33:15 +01:00
float.php MDL-67151 forms: Support for the scientific format in the float element 2019-12-03 16:52:22 +11:00
form.js NOBUG: Fixed file access permissions 2018-07-26 19:56:32 +02:00
grading.php MDL-55417 forms: Clean up form element template patch 2016-09-23 10:53:30 +01:00
group.php MDL-53140 forms: Implement validateSubmitValue for the group element 2019-04-29 23:43:11 +10: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 Merge branch 'MDL-50225_master' of git://github.com/markn86/moodle 2018-08-08 08:14:55 +08:00
listing.php MDL-65217 core_form: use uniqie element ids in listing. 2019-04-29 14:23:26 +02:00
modgrade.php MDL-67218 form: Do not clear grade when rescaling not enabled 2019-11-12 11:29:34 +08:00
modvisible.php MDL-57961 course: change wording of module availability 2017-04-04 17:05:57 +08:00
password.php MDL-55417 forms: Clean up form element template patch 2016-09-23 10:53:30 +01:00
passwordunmask.php MDL-36056 forms: Don't validate disabled fields 2017-12-06 19:53:30 +13:00
questioncategory.php MDL-52081 forms: Use __construct() for constructors 2015-12-10 13:38:01 +08:00
radio.php MDL-55417 forms: Clean up form element template patch 2016-09-23 10:53:30 +01:00
recaptcha.php MDL-48501 form/recaptcha: update to use reCAPTCHA v2 2018-03-08 14:48:35 -05:00
searchableselector.php MDL-55215 forms: Searchable selector was reindexing keys 2016-11-07 11:03:17 +08:00
select.php MDL-64151 forms: select element without selection 2019-04-24 11:34:13 +02:00
selectgroups.php Merge branch 'MDL-57209-master' of git://github.com/crmpicco/moodle 2016-12-02 13:26:56 +08:00
selectwithlink.php MDL-56577 core_form: Let other option attrs to be set in select elements 2016-10-31 12:19:21 +08:00
selectyesno.php MDL-52081 forms: indicate usage of grandparent constructor 2015-12-10 13:38:04 +08:00
static.php MDL-56161 boost: alignment static form elements 2016-11-02 09:06:12 +08:00
submit.php MDL-63685 core_form: for modal forms take parameters from request 2019-05-05 22:27:50 +02:00
tags.php MDL-64151 form: autocomplete element remove last choice 2019-04-11 10:00:22 +02:00
templatable_form_element.php MDL-67544 form: Ensure that form errors have a unique id 2020-01-06 15:01:08 +08:00
text.php MDL-34859 forms: new element defaultcustom 2017-03-20 14:59:45 +08:00
textarea.php MDL-55839 behat: Behat fixes for theme_noname 2016-09-23 10:55:16 +01:00
url.js MDL-52318 core_form: allow multiple filepicker-enabled url elements 2018-07-09 11:29:23 +08:00
url.php Merge branch 'MDL-52318-master' of https://github.com/snake/moodle 2018-07-11 08:33:13 +08:00
warning.php MDL-55417 forms: Clean up form element template patch 2016-09-23 10:53:30 +01:00