moodle/mod/assignment
jamiesensei a23f0aaf95 * Added setAdvanced functionality see http://docs.moodle.org/en/Development:lib/formslib.php_setAdvanced
* Added MoodleQuickForm method closeHeaderBefore($elementName); http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#Use_Fieldsets_to_group_Form_Elements
* Added moodleform method add_action_buttons(); see http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#add_action_buttons.28.24cancel_.3D_true.2C_.24revert_.3D_true.2C_.24submitlabel.3Dnull.29.3B
* is_cancelled method added to moodleform http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page
* added hidden labels to elements within groups such as the date_selector select boxes and other elements in 'groups'
* quiz/mod.html migrated to formslib
* glossary/edit.html migrated to formslib
* extended registerNoSubmitButton() functionality to automatically add js to onclick to bypass client side js input validation.
* added no_submit_button_pressed() function that can be used in a similar way to is_cancelled() as a test in the main script to see if some button in the page has been pressed that is a submit button that is used for some dynamic functionality within the form and not to submit the data for the whole form.
* added new condition for disabledIf which allows to disable another form element if no options are selected from within a select element.
* added default 'action' for moodleform  - strip_querystring(qualified_me()) http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page
2006-12-19 07:03:08 +00:00
..
db Deprecating old "upgrade" files. MDL-7214 2006-10-26 22:46:02 +00:00
type * Added setAdvanced functionality see http://docs.moodle.org/en/Development:lib/formslib.php_setAdvanced 2006-12-19 07:03:08 +00:00
backuplib.php Moved assignment_submission->comment to submissioncomment 2006-09-21 09:35:20 +00:00
config.html minor xhtml fixes 2006-11-30 09:50:01 +00:00
delete.php new advanced upload assignmet type - replaces old upload type, existing data and settings not fully compatible 2006-09-30 15:41:20 +00:00
details.php changes to how to pull out a list of users (course/module participants) 2006-08-28 08:42:30 +00:00
icon.gif New assignment module finally complete! 2002-08-04 16:19:37 +00:00
index.php changes to how to pull out a list of users (course/module participants) 2006-08-28 08:42:30 +00:00
lib.php merged removed warning 2006-12-11 05:31:00 +00:00
mod.html MDL-7681, fix for non xhtml strict tags and attributes 2006-12-18 05:24:01 +00:00
restorelib.php Apply modularity to the creation of the log file during restore to a new course. 2006-10-17 10:05:41 +00:00
styles.php Fixed a PHP bug in deleting assignment instances. (SE). 2005-04-21 08:32:24 +00:00
submissions.php changes to how to pull out a list of users (course/module participants) 2006-08-28 08:42:30 +00:00
upload.php new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283 2006-08-08 22:09:55 +00:00
version.php new advanced upload assignmet type - replaces old upload type, existing data and settings not fully compatible 2006-09-30 15:41:20 +00:00
view.php new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283 2006-08-08 22:09:55 +00:00