[moodle] / moodle / mod / label / mod_form.php Repository:

Log of /moodle/mod/label/mod_form.php

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Nov 1 23:07:19 2009 WST (4 months, 2 weeks ago) by skodak
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Apr 22 15:14:19 2009 WST (10 months, 3 weeks ago) by skodak
Branch: MAIN
Changes since 1.14: +2 -6 lines
Diff to previous 1.14
MDL-18910 full support for module intro editor with embedded images

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Apr 21 16:57:21 2009 WST (10 months, 4 weeks ago) by skodak
Branch: MAIN
Changes since 1.13: +2 -4 lines
Diff to previous 1.13
MDL-18910 moving modedit features to modname_supports()

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Sep 25 18:04:41 2008 WST (17 months, 3 weeks ago) by tjhunt
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Feb 21 23:12:48 2008 WST (2 years ago) by skodak
Branch: MAIN
Changes since 1.11: +5 -5 lines
Diff to previous 1.11
MDL-13274, MDL-13215 - improved modedit shared forms, label supports groupmembersonly, removed extra button for labels; mergedfrom MOODEL_19_STABLE

Revision 1.11.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Feb 21 23:11:18 2008 WST (2 years ago) by skodak
Branch: MOODLE_19_STABLE
CVS Tags: MOODLE_19, MOODLE_191, MOODLE_192, MOODLE_193, MOODLE_194, MOODLE_195, MOODLE_196, MOODLE_197, MOODLE_19_MERGED, MOODLE_19_WEEKLY
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 , to next main 1.16
MDL-13274, MDL-13215 - improved modedit shared forms, label supports groupmembersonly, removed extra button for labels

Revision 1.9.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 07:28:46 2007 WST (2 years, 9 months ago) by skodak
Branch: MOODLE_18_STABLE
CVS Tags: MOODLE_181, MOODLE_1810, MOODLE_1811, MOODLE_182, MOODLE_183, MOODLE_184, MOODLE_185, MOODLE_186, MOODLE_187, MOODLE_188, MOODLE_189, MOODLE_18_MERGED, MOODLE_18_WEEKLY
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 , to next main 1.16
MDL-9696 used absolute path include in mod_forms; backported from HEAD

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 07:20:46 2007 WST (2 years, 9 months ago) by skodak
Branch: MAIN
CVS Tags: MOODLE_19_BETA
Branch point for: MOODLE_19_STABLE
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
MDL-9696 used absolute path include in mod_forms

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue May 8 23:44:42 2007 WST (2 years, 10 months ago) by poltawski
Branch: MAIN
Changes since 1.9: +10 -10 lines
Diff to previous 1.9
MDL-9742 Converting tabs to spaces

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Jan 12 04:47:11 2007 WST (3 years, 2 months ago) by skodak
Branch: MAIN
CVS Tags: MOODLE_18, MOODLE_18_BETA
Branch point for: MOODLE_18_STABLE
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
fixed text field widths in new forms

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Jan 5 13:51:48 2007 WST (3 years, 2 months ago) by jamiesensei
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7
added helpbuttons to htmleditors where needed. Further work on htmleditor helpbutton code.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Dec 28 18:32:51 2006 WST (3 years, 2 months ago) by jamiesensei
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
changes to how we generate the id attribute of forms and the naming convention of forms
migrate blog edit to formslib

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Dec 19 16:03:20 2006 WST (3 years, 3 months ago) by jamiesensei
Branch: MAIN
CVS Tags: MOODLE_18_GROUPS_PRE_MERGE
Changes since 1.5: +5 -7 lines
Diff to previous 1.5
* 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

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 21:44:21 2006 WST (3 years, 3 months ago) by jamiesensei
Branch: MAIN
Changes since 1.4: +2 -3 lines
Diff to previous 1.4
added setAdvanced MoodleQuickForm method. And added closeHeaderAfter method

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 18:36:34 2006 WST (3 years, 3 months ago) by jamiesensei
Branch: MAIN
CVS Tags: MOODLE_18_GROUPS_PRE
Branch point for: MOODLE_18_GROUPS
Changes since 1.3: +4 -3 lines
Diff to previous 1.3
added new 'cancel' element type and introduced new is_cancelled() MoodleQuickForm method.
also used new cancel button in all mod_forms as well as a 'Revert' button and reworked logic about where to go on cancel or after submission for modedit.php

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Nov 25 00:38:27 2006 WST (3 years, 3 months ago) by jamiesensei
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
changed name of submit buttons to submitbutton instead of sumbit as submit was conflicting with method form.submit()

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Nov 24 14:39:17 2006 WST (3 years, 3 months ago) by jamiesensei
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1
some restructuring of formslib - moving moodleform_mod definition to new file course\moodleform_mod.php and some changes to moodleform_mod standard elements setup and moodleform disabledIf API

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Nov 13 17:20:42 2006 WST (3 years, 4 months ago) by jamiesensei
Branch: MAIN
*** empty log message ***

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.10