skodak
011d1af528
MDL-8524 general roles cleanup; MDL-8373 authenticated user role now created during upgrade from 1.7.x, xhtml and CSS cleanup in roles GUI; accesslib inline docs cleanup; risk bitmask fixes - backported from HEAD
2007-03-05 11:37:54 +00:00
moodler
ecfecb994d
Fixed up tabs some more, to avoid silly tabs that don't exist
2007-03-05 07:27:10 +00:00
moodler
1a5c004e96
Whoops accidentally checked insome head stuff I shouldn have.
2007-03-05 07:21:10 +00:00
moodler
8730f7dd53
Alternate fix for tabs, make it like head
2007-03-05 07:19:11 +00:00
moodler
0b22495f37
Tidied up tabs and template display
2007-03-05 07:15:23 +00:00
donal72
ca4f8f38b3
XHTML Strict fix: # MDL-8754
2007-03-05 05:03:36 +00:00
skodak
a8ec259abf
MDL-8733 fixed approving logic when editing; merged from MOODLE_16_STABLE
2007-03-03 12:27:02 +00:00
toyomoyo
ed6df9192e
replacing fieldsets with divs in small forms
2007-03-01 06:32:35 +00:00
toyomoyo
727c9ec658
replacing fieldsets with divs in small forms
2007-03-01 06:26:30 +00:00
nicolasconnault
7c08ef3653
Fixed MDL-8582
...
Not sure if the hotpot module is converting ampersands correctly. $heading and $title are set up differently than in other modules: instead of outputting $course->title, a temporary $title variable is created and assigned that value. That made it difficult for me to decide whether it was already formatted elsewhere or not.
Also I didn't format_string() any of the variables included in $navigation rings, because I assume these strings get processed by print_navigation(), which includes format_string().
2007-02-28 05:36:13 +00:00
toyomoyo
4987fdbaef
fix for MDL-5736, retained search string problem
2007-02-23 03:54:49 +00:00
vyshane
ae21a6519b
Merged from 1.7.
2007-02-16 08:43:10 +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