.. |
simpletest
|
formslib durations: MDL-18500 Let the form control the default unit.
|
2009-03-16 05:57:25 +00:00 |
advcheckbox.php
|
MDL-12389 Removed the selectallornone element in favour of a more generic submitlink element. The checkbox controller is now added to a form using moodleform::add_checkbox_controller.
|
2007-12-04 10:35:25 +00:00 |
button.php
|
made hardFreeze work properly for a whole form. New paramater in moodleform constructor 'editable' defaults to true. If true then display form as normal. If false then hardFreeze whole form. Now displays form without an submit buttons. If form is hard frozen no data is ever passed to get_data.
|
2007-05-27 05:01:51 +00:00 |
cancel.php
|
made hardFreeze work properly for a whole form. New paramater in moodleform constructor 'editable' defaults to true. If true then display form as normal. If false then hardFreeze whole form. Now displays form without an submit buttons. If form is hard frozen no data is ever passed to get_data.
|
2007-05-27 05:01:51 +00:00 |
checkbox.php
|
Fixes MDL-8627, "HTML QuickForm displays (some?) disabled elements in a non-accessible way", overrides parent::getFrozenHtml.
|
2007-09-12 11:17:35 +00:00 |
choosecoursefile.php
|
fixed text field widths in new forms
|
2007-01-11 19:47:08 +00:00 |
choosecoursefileorimsrepo.php
|
MDL-14620 - need to check vars are set before using. - adding check so I can include this form type in SCORM
|
2008-08-20 21:59:21 +00:00 |
dateselector.php
|
formslib dates: MDL-16592 show a pop-up calendar for picking dates.
|
2009-03-13 09:56:53 +00:00 |
datetimeselector.php
|
formslib dates: MDL-16592 show a pop-up calendar for picking dates.
|
2009-03-13 09:56:53 +00:00 |
duration.php
|
formslib durations: MDL-18500 Let the form control the default unit.
|
2009-03-16 05:57:25 +00:00 |
editor.php
|
file api: MDL-18754 improve the names of some functions.
|
2009-04-01 04:34:58 +00:00 |
editorhelp.php
|
MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html
|
2008-09-25 10:04:01 +00:00 |
file.php
|
made hardFreeze work properly for a whole form. New paramater in moodleform constructor 'editable' defaults to true. If true then display form as normal. If false then hardFreeze whole form. Now displays form without an submit buttons. If form is hard frozen no data is ever passed to get_data.
|
2007-05-27 05:01:51 +00:00 |
filemanager.php
|
file api: MDL-18754 improve the names of some functions.
|
2009-04-01 04:34:58 +00:00 |
filepicker.php
|
REPOSITORY, FILEMANGER FORM ELEMENT/MDL-16597
|
2008-12-02 07:05:15 +00:00 |
format.php
|
MDL-14965: Pass-by-reference call broke forum on php5
|
2008-05-23 11:02:46 +00:00 |
group.php
|
Whitespace cleanup.
|
2009-01-16 06:29:56 +00:00 |
header.php
|
some bug fixes in setHelpButton internals.
|
2007-01-04 10:23:06 +00:00 |
hidden.php
|
some changes to setHelpButton methods on elements and MoodleQuickForm to allow non standard help buttons such as the grades pop up window.
|
2006-11-13 07:43:22 +00:00 |
htmleditor.php
|
MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html
|
2008-09-25 10:04:01 +00:00 |
modgrade.php
|
checking in files for some new custom elements. And added a default help button to the format drop down box.
|
2006-11-14 02:57:19 +00:00 |
modvisible.php
|
new element type 'selectyesno' and some clean up to code for modvisible and modgroupmode elements.
|
2006-11-12 11:30:12 +00:00 |
password.php
|
some bug fixes in setHelpButton internals.
|
2007-01-04 10:23:06 +00:00 |
passwordunmask.php
|
MDL-16115 Password unmask form fields do not work with XHTML strict headers
|
2008-08-21 08:00:51 +00:00 |
questioncategory.php
|
merging MOODLE_19_QUESTIONS with HEAD
|
2007-08-09 21:51:09 +00:00 |
radio.php
|
MDL-10626 - Change HTML of checkboxes etc., to make it easier to style forms
|
2007-07-27 11:05:34 +00:00 |
recaptcha.php
|
MDL-14073 New param for download_file_content: skipcertcheck. ssl now used in recaptchalib
|
2008-03-31 12:13:46 +00:00 |
select.php
|
MDL-9618 Form remove option logic is incorrect - patch by Mark Nielsen; merged from MOODLE_18_STABLE
|
2007-05-16 20:32:01 +00:00 |
selectgroups.php
|
made hardFreeze work properly for a whole form. New paramater in moodleform constructor 'editable' defaults to true. If true then display form as normal. If false then hardFreeze whole form. Now displays form without an submit buttons. If form is hard frozen no data is ever passed to get_data.
|
2007-05-27 05:01:51 +00:00 |
selectwithlink.php
|
MDL-16962 New formslib element for dropdowns with a link to another page. Applied to outcome item and outcome edit pages. Merged from MOODLE_19_STABLE
|
2008-10-22 09:31:49 +00:00 |
selectyesno.php
|
new element type 'selectyesno' and some clean up to code for modvisible and modgroupmode elements.
|
2006-11-12 11:30:12 +00:00 |
static.php
|
xhtml validity fix for static element type
|
2007-01-10 05:05:26 +00:00 |
submit.php
|
made hardFreeze work properly for a whole form. New paramater in moodleform constructor 'editable' defaults to true. If true then display form as normal. If false then hardFreeze whole form. Now displays form without an submit buttons. If form is hard frozen no data is ever passed to get_data.
|
2007-05-27 05:01:51 +00:00 |
submitlink.php
|
MDL-12389 Removed the selectallornone element in favour of a more generic submitlink element. The checkbox controller is now added to a form using moodleform::add_checkbox_controller.
|
2007-12-04 10:35:25 +00:00 |
tags.php
|
formslib / tags: MDL-17889 debugging message if you try to create a tags field when $CFG->usertags if false.
|
2009-01-16 07:34:29 +00:00 |
text.php
|
some xhtml validity fixes for the case that select and text elements are 'frozen'
|
2007-01-11 04:57:57 +00:00 |
textarea.php
|
formslib / tags: MDL-17889 a new formslib field type for editing a list of tags.
|
2009-01-15 09:24:45 +00:00 |
warning.php
|
MDL-14591 - changed nico's form warning element to use notifyproblem class so that it's synonymous with notify (by default)
|
2008-09-02 12:54:09 +00:00 |