stronk7
9ad5c91fa9
Delete some non cros-db boolean uses from queries, delegating them to PHP. MDL-8164
...
Merged from MOODLE_17_STABLE
2007-02-01 23:55:05 +00:00
stronk7
73be66c7a8
Now all the modules global config pages are valid XML. Related to MDL-7861
2007-01-13 20:13:58 +00:00
skodak
beac4717de
MDL-8166 rename in/out methods in formslib - HQ consensus
2007-01-12 18:52:09 +00:00
skodak
26de8d35ce
fixed text field widths in new forms
2007-01-11 19:47:08 +00:00
skodak
0ac1cfc359
fixe missing global CFG
2007-01-11 17:14:24 +00:00
skodak
ac39fae94d
MDL-6987 fixed wrong labels
2007-01-10 14:06:49 +00:00
skodak
436cfa9fb3
MDL-6987 assignment mod conversion to new forms lib
2007-01-10 13:38:04 +00:00
skodak
998b2848c3
MDL-8115 fixed $$submission typo; merged from MOODLE_17_STABLE
2007-01-08 21:42:51 +00:00
skodak
0d905d9f34
MDL-7861 new class .icon and .iconsmall
2007-01-08 09:14:05 +00:00
toyomoyo
141a922c8c
MDL-7861, xhtml strict issues
2007-01-08 03:34:44 +00:00
skodak
a1c91f9a15
MDL-7861 assignment related xhtml strict fixes (client view and fixed quickgrading/grading) and admin tree CSS styling
2007-01-07 21:54:39 +00:00
skodak
d2ce367fb9
MDL-8062 Remove name attribute from <form> and related javascript code cleanup (tested with FF, IE, Konq and Opera)
2007-01-06 19:22:58 +00:00
toyomoyo
820aff13a4
MDL-7861, xhtml strict fixes
2007-01-05 05:56:19 +00:00
toyomoyo
d9cb14b885
MDL-7861, fixing xhtml strict problems
2007-01-05 04:57:58 +00:00
jamiesensei
18a7736107
added helpbuttons to htmleditors where needed. Further work on htmleditor helpbutton code.
2007-01-05 04:51:46 +00:00
skodak
b7dc225654
MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead
2007-01-04 21:32:36 +00:00
skodak
fa73873105
MDL-8050 1.2 Remove all target="_top" - refactoring of previous commit
2007-01-04 18:23:55 +00:00
Martin Langhoff
f3f7610c90
cvsimport fixups -- cvshead had strayed from upstream
2007-01-04 13:15:04 +13:00
skodak
e25cb71041
MDL-8050 1.2 Remove all target="_top"
2007-01-03 19:24:48 +00:00
moodler
f4ba7e1a54
Bend over for XHTML 1.0 Strict ... MDL-8049
...
Removed Javascript language attribute tags and added CDATA
2007-01-03 14:44:17 +00:00
skodak
89bfeee0d6
MDL-7742 added nested drop down box to add activities/resources to course, 3rd party mods can specify type
...
MDL-6987 preparation for migration of mod/assignment/mod.html
2007-01-02 09:33:07 +00:00
jamiesensei
1d284fbd85
fixing all the form names as per new class naming convention (PHP class names are also used for html id for styling)
2006-12-28 15:43:47 +00:00
jamiesensei
f07b9627b6
changes to how we generate the id attribute of forms and the naming convention of forms
...
migrate blog edit to formslib
2006-12-28 09:32:45 +00:00
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
toyomoyo
88878a5be2
MDL-7681, fix for non xhtml strict tags and attributes
2006-12-18 05:24:01 +00:00
toyomoyo
c2adcc90b0
merged removed warning
2006-12-11 05:31:00 +00:00
jamiesensei
eca038b50b
changed name of reset element in form from 'reset' to 'resetbutton' so that the element name doesn't conflict with js form method reset.
2006-12-05 11:58:43 +00:00
skodak
d73e265e9a
added cancel button to glossary comment form and fixed initialization of button arrays MDL-7778
2006-12-05 09:44:11 +00:00
skodak
5571b5f4f8
added cancel button to assignment forms MDL-7778
2006-12-05 09:37:31 +00:00
skodak
32776fef0e
minor xhtml fixes
2006-11-30 09:50:01 +00:00
skodak
6117edc7c1
fix submission and notes edit to use new forms lib MDL-7740
2006-11-29 21:28:38 +00:00
jamiesensei
74e01e6281
changed name of submit buttons to submitbutton instead of sumbit as submit was conflicting with method form.submit()
2006-11-24 16:38:22 +00:00
skodak
6cb1b93e13
Online text assignment: on re-edit submission page provide a label for field so that screen-reader knows what it is for MDL-7479:
...
fixed format problems, converted to new forms library, whitespace cleanup, fixed redirection after saving
2006-11-22 21:45:39 +00:00
skodak
37aaf16c92
Response file not uploading when grading student submission when using secureforms MDL-7566; merged from MOODLE_17_STABLE
2006-11-15 20:57:42 +00:00
skodak
70ad6fdbe6
Broken next button when grading assignments MDL-7569; merged from MOODLE_17_STABLE
2006-11-15 19:39:17 +00:00
skodak
1936c10e54
fixed obsoleted use of course->category to find site course - now used SITEID instead MDL-1899
2006-11-12 08:55:13 +00:00
stronk7
5d0fc5c33d
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:46:02 +00:00
stronk7
3aac1dc9a0
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:39:10 +00:00
stronk7
b8a342d7ac
New upgrade.php file added for this module. MDL-7214
2006-10-26 17:33:40 +00:00
stronk7
422770d8cb
Moving deprecated uses of sql_paging_limit() to the new $limitfrom,
...
$limitnum parameters in all the get_recordXXX() functions. MDL-7167
Merged from MOODLE_17_STABLE
2006-10-23 23:00:18 +00:00
skodak
ac15a2d5ff
Assignment Reports incomplete MDL-6301 ; merged from MOODLE_17_STABLE
2006-10-23 21:02:57 +00:00
skodak
e38204d175
fixed access check when editting notes in advanced upload assignment type; merged from MOODLE_17_STABLE
2006-10-18 21:34:06 +00:00
skodak
70b5660a51
fixed Notices after assignment deletion in Recent Activity MDL-7089 ; merged from MOODLE_17_STABLE
2006-10-18 21:02:30 +00:00
skodak
1f8c654979
Deleting uploaded files when deleting an assignment instance + fixed quoting style + trailing whitespace MDL-6387 ; merged from MOODLE_17_STABLE
2006-10-18 11:14:48 +00:00
thompson697
cf0b1faded
Apply modularity to the creation of the log file during restore to a new course.
...
Remove the responsibility for loging the application of the course start date offset, from activity modules to the backup module.
Merged from stable branch
2006-10-17 10:05:41 +00:00
toyomoyo
794fa9321b
merged removed warning during restore
2006-10-12 07:33:04 +00:00
moodler
2d5a4f255b
Merged fixes for MDL-6907 from stable
2006-10-11 06:21:58 +00:00
skodak
c664a03609
added 'Reviewed' assignment status to My moodle page MDL-6834, patch submitted by Stephen Bourget - thanks!
2006-10-08 08:06:04 +00:00
thompson697
eb87ac71c5
Change creation of restorelog file location to protected backupdata folder.
...
Reassign style and language links
2006-10-04 14:50:50 +00:00
skodak
793a8c3af7
Assignment Module breaks MyMoodle Page MDL-6802, revisited - I hope it is correct now
2006-10-03 23:34:03 +00:00