vyshane
2585a68d54
Merged from 1.8.
2007-02-16 08:46:55 +00:00
skodak
4eefee9779
MDL-8469 increase memory limit everywhere due to changed calculation of used memory in PHP 5.2.x - the real memory useage is the same, but the reported size of used memory is now more accurate
2007-02-14 20:46:38 +00:00
moodler
1934b87667
Updated versions and requires (primarily because of formslib dependencies)
2007-02-02 13:02:24 +00:00
vyshane
38f169e25a
Fix for MDL-6966.
2007-01-23 05:42:15 +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
stronk7
a4bad45c2c
Some more uses of $CFG->dbfamily. MDL-7061
2007-01-13 00:32:19 +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
moodler
c1afef8059
FIxed up the intro boxes XHTML Strict
2007-01-11 08:06:15 +00:00
skodak
0f13ec8f9b
MDL-8105 some more icon class fixes including new .iconhelp for help and docs icon
2007-01-08 20:30:38 +00:00
skodak
60af27037b
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
2007-01-08 19:34:16 +00:00
skodak
0d905d9f34
MDL-7861 new class .icon and .iconsmall
2007-01-08 09:14:05 +00:00
toyomoyo
e7a5de86a9
MDL-7861 xhtml strict fixes
2007-01-08 01:38:42 +00:00
toyomoyo
051aad681b
MDL-7861, fixing xhtml strict bugs
2007-01-08 01:09:54 +00:00
toyomoyo
64888fc1cb
MDL-7861, xhtml strict issues
2007-01-05 08:01:33 +00:00
jamiesensei
18a7736107
added helpbuttons to htmleditors where needed. Further work on htmleditor helpbutton code.
2007-01-05 04:51:46 +00:00
toyomoyo
91f3f616a6
MDL-7861, strict xhtml fixes
2007-01-05 02:38:09 +00:00
toyomoyo
e9f044341f
MDL-7861, xhtml related issues, added class for some fieldsets to not display border
2007-01-05 02:00:20 +00:00
toyomoyo
8fcf22595e
MDL-7861, fixing xhtml strict divs
2007-01-05 01:19:02 +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
toyomoyo
9fcdacfdaf
adding fieldset to form MDL-7861
2007-01-04 03:18:10 +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
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
moodler
704a26cbdd
Fixed XHTML and Javascript insertion of tags into the templates
2006-12-22 04:55:41 +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
moodler
2d3da9b8eb
XHTML compliance MDL-7861
2006-12-18 04:47:58 +00:00
skodak
488fa6f7f9
MDL-7959 improve rss template for Image gallery preset
2006-12-17 22:00:30 +00:00
skodak
aa3b20e9df
MDL-7945 Database learning activity does not use user defined RSS template, but continues to use default template.
2006-12-17 21:48:51 +00:00
skodak
e076bccbc9
fixed number of rss articles in data mod settings - broken during new forms conversion
2006-12-17 21:12:23 +00:00
jamiesensei
19194f825a
added setAdvanced MoodleQuickForm method. And added closeHeaderAfter method
2006-12-14 12:44:10 +00:00
skodak
40b6dd0116
MDL-5964 need html editor for comments in database mod + added format sql table field
...
MDL-7813 accessiblity fixes in comments
2006-12-13 23:09:34 +00:00
skodak
bb828644ba
xhtml and accessibility cleanup in data mod MDL-7813
...
* buttons reorganized - now displayed only with templates where usable
2006-12-13 21:02:01 +00:00
skodak
63efcb8c72
data preset coding style fixes
2006-12-13 20:32:13 +00:00
skodak
aab98aaff1
data mod whitespace cleanup - there are already many accessibility related changes and fixes that are not backportable anyway and merging from previous versions is not expected
2006-12-13 20:26:11 +00:00
skodak
b252c1ccf6
MDL-7822 Make imagegallery database template accessible - minor fixing
2006-12-13 09:58:55 +00:00
skodak
6c31d376c2
MDL-5696 fixed 'Checkbox' actually allows 'checkboxes' and empty 'options' (radio buttons too)
2006-12-13 09:53:59 +00:00
skodak
76a2fd8251
xhtml and accessibility cleanup in data mod MDL-7813
...
* preference form fixes
do not search for one character in data mod MDL-7911
2006-12-13 09:38:46 +00:00
skodak
007e4f6ede
xhtml and accessibility cleanup in data mod MDL-7813
...
* image alt value is now called "Alternative text" because it should not be considered optional
2006-12-13 09:29:03 +00:00
skodak
a032a46017
xhtml and accessibility cleanup in data mod MDL-7813
...
* fixed labels in preference form
2006-12-13 09:22:47 +00:00
toyomoyo
077f381461
accessiblity, associating <th> with respective row or col
2006-12-13 08:24:23 +00:00
skodak
e357c206db
xhtml and accessibility cleanup in data mod MDL-7813
...
* image galery preset accessiblity fixes MDL-7822
* xhtml fixes
* fields now use s() and p() where needed
* added labels to all fields - imporved accessiblity for adding of new entries
* some other general bugfixing and cleanup
it is still not finished though, expect some more commits tomorrow
2006-12-12 23:34:55 +00:00
skodak
1a57f3aa8d
MDL-7909 add optional id parameter to choose_from_menu() and print_textarea() - needed data mod changes
2006-12-12 22:08:50 +00:00
skodak
9706fa5684
MDL-7905 Add new available tag for element id for in database mod - fixed renaming of field
...
and other cleanup
2006-12-12 20:10:32 +00:00
skodak
740902d0ff
MDL-7822 Make imagegallery database template accessible
2006-12-12 20:09:23 +00:00
skodak
a5adbd0c39
MDL-7905 Add new available tag for element id for in database mod
2006-12-12 18:20:51 +00:00
skodak
5023c3abc8
MDL-6635 Template fields filtered twice
2006-12-11 09:35:27 +00:00