File tree Expand file tree Collapse file tree 3 files changed +2
-85
lines changed Expand file tree Collapse file tree 3 files changed +2
-85
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3250,7 +3250,6 @@ function getValidationScript($format = null) {
3250
3250
MoodleQuickForm::registerElementType ('selectyesno ' , "$ CFG ->libdir /form/selectyesno.php " , 'MoodleQuickForm_selectyesno ' );
3251
3251
MoodleQuickForm::registerElementType ('static ' , "$ CFG ->libdir /form/static.php " , 'MoodleQuickForm_static ' );
3252
3252
MoodleQuickForm::registerElementType ('submit ' , "$ CFG ->libdir /form/submit.php " , 'MoodleQuickForm_submit ' );
3253
- MoodleQuickForm::registerElementType ('submitlink ' , "$ CFG ->libdir /form/submitlink.php " , 'MoodleQuickForm_submitlink ' );
3254
3253
MoodleQuickForm::registerElementType ('tags ' , "$ CFG ->libdir /form/tags.php " , 'MoodleQuickForm_tags ' );
3255
3254
MoodleQuickForm::registerElementType ('text ' , "$ CFG ->libdir /form/text.php " , 'MoodleQuickForm_text ' );
3256
3255
MoodleQuickForm::registerElementType ('textarea ' , "$ CFG ->libdir /form/textarea.php " , 'MoodleQuickForm_textarea ' );
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ information provided here is intended especially for developers.
4
4
=== 3.6 ===
5
5
6
6
* Custom AJAX handlers for the form autocomplete fields can now optionally return string in their processResults()
7
- callback. If a string is returned, it is displayed instead of the list if suggested items. This can be used, for
7
+ callback. If a string is returned, it is displayed instead of the list of suggested items. This can be used, for
8
8
example, to inform the user that there are too many items matching the current search criteria.
9
9
* The following functions have been finally deprecated and can not be used any more:
10
10
- external_function_info()
@@ -42,9 +42,9 @@ information provided here is intended especially for developers.
42
42
- events_cleanup()
43
43
- events_dequeue()
44
44
- events_get_handlers()
45
-
46
45
* coursecat::get() now has optional $user parameter.
47
46
* coursecat::is_uservisible() now has optional $user parameter.
47
+ * Removed the lib/form/submitlink.php element which was deprecated in 3.2.
48
48
49
49
=== 3.5 ===
50
50
You can’t perform that action at this time.
0 commit comments