50 Commits

Author SHA1 Message Date
tjhunt
7b5bd0602b formslib: moodleform_mod needs to be abstract too.
(See one of the commits I made yesterday.)
2009-07-17 03:40:40 +00:00
skodak
9a105989fe MDL-16089 adding easier access to current module instance data in modedit forms 2009-07-03 13:33:03 +00:00
skodak
09f8d75e32 MDL-19611 fixing regression - video icon disappeared 2009-06-25 07:30:37 +00:00
sam_marshall
29cb6c4c47 MDL-18297: Completion date checking - when updating meaning of 'available until', forgot to update validation code 2009-06-22 11:11:45 +00:00
sam_marshall
9593d8b87f MDL-19186 Fixed couple warnings on moodleform_mod when completion is enabled 2009-05-14 10:55:14 +00:00
skodak
34d39b792c MDL-19002 standardized constructor parameter order 2009-05-11 18:55:03 +00:00
skodak
dc5c2bd9eb MDL-18910 full support for module intro editor with embedded images 2009-04-21 21:17:21 +00:00
skodak
42f103be4c MDL-18910 moving modedit features to modname_supports() 2009-04-21 08:57:20 +00:00
sam_marshall
d030fa7b12 MDL-17810: Fix to stop you making activities depend on themselves 2009-04-02 12:00:09 +00:00
sam_marshall
7556422816 MDL-18272, MDL-18271: Conditional availability - grade condition to use percentages not raw grades; use wording rather than >= symbol in form because (apparently) teachers are functionally innumerate. ;) 2009-02-18 17:50:13 +00:00
sam_marshall
a561d96ee2 MDL-17914: Conditional activities should check that available dates in module form are not stupid 2009-01-15 14:30:19 +00:00
sam_marshall
fe44022dc4 MDL-15499 Fix to conditional availability: list of activities for completion included those with completion turned off 2008-12-19 12:19:36 +00:00
sam_marshall
493f8017f0 MDL-15499 Fix to warning from conditional availability changes 2008-12-19 12:02:10 +00:00
sam_marshall
9271e42441 MDL-15499 Minor fix to conditional activity form display in IE 2008-12-19 11:33:28 +00:00
sam_marshall
82bd6a5ea9 MDL-15499: Conditional availability of activities 2008-12-17 16:37:35 +00:00
skodak
0143840c10 MDL-14972 groupings and groupmembers only help icons; merged from MOODLE_19_STABLE 2008-10-13 22:43:26 +00:00
dongsheng
9b34dc6e75 "MDL-14129, fix hardcoded print_error" 2008-09-25 02:09:49 +00:00
skodak
61fceb866d MDL-16234 defaults support in plugin_supports() 2008-08-27 20:22:33 +00:00
sam_marshall
4e781c7b50 MDL-15498: Completion system 2008-07-28 12:31:29 +00:00
skodak
c18269c7e5 MDL-14679 towards modform conversion 2008-06-01 21:36:11 +00:00
skodak
7cac0c4b2b MDL-14679 fixed references to mod.html 2008-06-01 19:09:13 +00:00
skodak
3264868249 MDL-14679 removed magic quotes from forms validation() method, fixed some minor problems 2008-06-01 17:53:25 +00:00
skodak
b5ab55ddaf MDL-13274, MDL-13215 - improved modedit shared forms, label supports groupmembersonly, removed extra button for labels; mergedfrom MOODEL_19_STABLE 2008-02-21 14:12:48 +00:00
moodler
eb6582a5ed Merged swap of the two save buttons MDL-6826 2008-02-18 14:25:33 +00:00
nicolasconnault
de6f158f2b MDL-6826 Removed the optional_param lines at the top, and set the submit buttons to PARAM_RAW. Also changed !empty() to isset(); Merging from 1.9 2008-02-06 10:25:45 +00:00
tjhunt
d343bd2114 MDL-13253 - Should use separate language strings for user and module idnumber. Merged from MOODLE_19_STABLE. 2008-01-30 16:34:04 +00:00
poltawski
cea55a1c7f MDL-13148 - adding help popup for course module idnumber
merged from MOODLE_19_STABLE
2008-01-24 16:11:14 +00:00
nicolasconnault
6b4671097b MDL-6826 New button added! 2008-01-23 12:56:13 +00:00
skodak
57956368ed MDL-12144 new catgory on modedit available only when outcomes used in course; merged from MOODLE_19_STABLE 2008-01-22 12:12:30 +00:00
skodak
4b86bb0827 MDL-12773, MDL-12144 grade category selection on modedit page; merged from MOODLE_19_STABLE 2008-01-21 18:42:03 +00:00
skodak
204175c5ce MDL-12912 module idnumber course unique only; merged from MOODLE_19_STABLE 2008-01-14 22:46:03 +00:00
skodak
a78890d593 MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE 2007-11-23 22:15:07 +00:00
skodak
f2fdc8ebe7 MDL-11071 Added disabledif logic to groupings/groups common dialogue 2007-09-24 15:07:00 +00:00
skodak
273eb2f5aa MDL-10999 Cannot Insert or Edit a Label 2007-08-26 07:44:14 +00:00
skodak
e04ff2d559 MDL-10383 adding new standard elements method - modules now must specify what they support (groups/groupings/groupmembersonly); by default only groupmode selector is enabled 2007-08-20 07:27:04 +00:00
skodak
a104debf4f MDL-10892 modules explicitly declare support for groupmembersonly; the grouping and groupmembersonly elements are now marked as advanced; only Resource supports groupmembers only now 2007-08-17 12:29:18 +00:00
skodak
24f41672ba MDL-10383 - adding UI for new grouping settings into course and mod edit forms + fixed section handling on mod edit page + other minor cleanup 2007-08-17 08:05:04 +00:00
skodak
602433133e MDL-10105 idnumber uniqueness tested before insert in UI now - both modedit and item edit pages 2007-08-02 10:38:18 +00:00
nicolasconnault
75bde3cc0d MDL-10109 Adding missing global $CFG 2007-08-02 08:32:49 +00:00
moodler
f3b783f407 Hide outcomes from mod update when outcomes are not enabled 2007-08-01 04:40:56 +00:00
skodak
71ee4471ac MDL-10544 outcome adding from modedit 2007-07-31 14:34:11 +00:00
Martin Langhoff
08103c9364 cvsimport fixups 2007-07-07 14:18:30 +12:00
skodak
2d11be3b33 MDL-9484 cm-idnumber implementation is incorrect 2007-04-21 13:15:34 +00:00
toyomoyo
177d4abf11 adding idnumber field for course modules and modedit form 2007-04-11 09:19:24 +00:00
jamiesensei
24e25bc124 small change to fix MDL-8788 which was a problem with non unique header element names 2007-03-13 14:50:22 +00:00
tjhunt
ab6803a97c missed defaults_reprocessing to data_preprocessing 2007-01-16 18:01:02 +00:00
jamiesensei
a7f7e52fc5 changed name of moodleform_mod method 'defaults_preprocessing' to 'data_preprocessing' in line with change of set_defaults name to set_data. 2007-01-16 15:36:33 +00:00
skodak
32db0d42c9 MDL-8166 some forgotten set_defaults converted to set_data 2007-01-12 19:01:31 +00:00
jamiesensei
19110c573d 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
2006-12-04 09:36:30 +00:00
jamiesensei
e24b7f851a 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 2006-11-24 06:39:15 +00:00