Commit graph

680 commits

Author SHA1 Message Date
dwoolhead
9571068c81 MDL-10084 Styling/branding 2007-06-18 16:49:39 +00:00
dwoolhead
0176297545 MDL-10084 Styling/branding 2007-06-14 16:08:29 +00:00
urs_hunkler
c97535a6be MDL-9745 - added missing input field type "file" to the alignment correction 2007-06-14 07:04:47 +00:00
dwoolhead
1a6ff43e1d MDL-10048 Separate events key and monthly view in right side panel 2007-06-12 09:30:12 +00:00
dwoolhead
21a9b54dfb Move Export calendar button to bottom of the page (IE especially) 2007-06-11 16:07:58 +00:00
urs_hunkler
a53e47a25d MDL-9745 - corrected "input" placement with IE specific "expression" JavaScript in CSS properties. 2007-06-06 19:55:32 +00:00
urs_hunkler
27dabc5694 MDL-9745 - corrected textareas too. 2007-06-06 19:52:13 +00:00
urs_hunkler
22fd179c60 MDL-9745 - for IE7 I corrected the text input fiield offset with a CSS 2 property. 2007-06-06 19:08:22 +00:00
nicolasconnault
de5284f26d MDL-9137 Almost finished the edit category page. The only remaining issue is some sort of endless loop starting in grade_category::set_as_parent. Big issue... 2007-06-01 08:01:47 +00:00
nicolasconnault
5fad506139 MDL-9629 Category edit page now implements delete, show/hide, lock/unlock, moveup/movedown and move actions. The edit icon is also shown but not yet implemented. 2007-06-01 04:02:37 +00:00
nicolasconnault
88e794d6c8 MDL-9628 Move work on the category edit page 2007-05-31 08:57:05 +00:00
nicolasconnault
0fc7f62445 MDL-9506 MDL-9137 MDL-9629
Added a number of small getters and setters to grade_item and grade_category, to hide the structural differences between the two, and provide a common interface for cases when we are not sure whether an $object is of one type or another.
The grade_tree::renumber() method now adds complete objects to the need_update array, because both grade_category and grade_item need to update their parent field when moved to a different parent. Amazingly, these important changes worked straight away (after 1 hour of coding without testing anything), and all the unit tests passed!
2007-05-31 03:15:43 +00:00
jamiesensei
b1a61961aa MDL-9745 "Checkboxes badly lined up in forms lib, e.g. "students may review" settings on quiz settings screen." Reverted previous fix for similar problem MDL-7779 as the fix for MDL-7779 causes worse problem MDL-9745 with form elements in groups. Second part of commit in HEAD, missed a bit in HEAD. 2007-05-28 14:21:09 +00:00
jamiesensei
5eb1924f01 MDL-9745 Checkboxes badly lined up in forms lib, e.g. "students may review" settings on quiz settings screen. Reverted previous fix for similar problem MDL-7779 as the fix for MDL-7779 causes worse problems with form elements in groups. 2007-05-28 12:17:40 +00:00
jamiesensei
64360ee7b5 made hardFreeze work properly for a whole form. New paramater in moodleform constructor 'editable' defaults to true. If true then display form as normal. If false then hardFreeze whole form. Now displays form without an submit buttons. If form is hard frozen no data is ever passed to get_data. 2007-05-27 05:01:51 +00:00
moodler
ed7666d8f8 Merged MDL-9826 from stable 2007-05-25 21:04:26 +00:00
nfreear
5dbae3560e Follow up fix for bug MDL-9890 - replacing nicolasconnault's fixes that I overwrote - sorry! 2007-05-23 14:45:49 +00:00
nfreear
73418a3ce3 Big fix for MDL-9890 "Help should be well-formed, XHTML Strict and semantic". 2007-05-23 12:03:22 +00:00
moodler
b6b354e36e Merged MDL-9826 from stable 2007-05-16 08:03:37 +00:00
nfreear
f4a9c8b213 Fixes bug MDL-9753, "THEME->larrow, rarrow don't work in stock IE6". Merged. 2007-05-11 11:29:46 +00:00
nfreear
09a3135031 Fixes bug MDL-9753, "THEME->larrow, rarrow don't work in stock IE6" 2007-05-09 14:40:02 +00:00
ikawhero
a907c54043 GUI for category themes.
New language strings.
2007-05-03 07:00:55 +00:00
skodak
54bb33eb10 MDL-9652 rename new password reveal to unmask 2007-04-30 18:03:19 +00:00
moodler
08e22608b7 Merged MDL-9594 from stable 2007-04-26 14:54:21 +00:00
moodler
be63689802 Merge XHTML fixes for MDL-9589 2007-04-26 08:49:21 +00:00
skodak
eba8cd63b4 MDL-9588 Addd password reveal class to admin settings forms 2007-04-26 07:08:12 +00:00
nicolasconnault
77a297d274 Fixed many xhtml errors 2007-04-20 07:54:42 +00:00
nicolasconnault
933e257ab2 MDL-9322 Fixed non-compliant xhtml code for mnet pages, logs and enrol pages 2007-04-13 07:03:04 +00:00
jamiesensei
8a3719f517 making notifytiny style a little bigger 2007-04-12 14:59:32 +00:00
skodak
239ade458c MDL-9239 New fromslib password element with reveal option; merged from MOODLE_18_STABLE 2007-04-06 14:18:02 +00:00
nfreear
eb674f8b21 Fixes bug MDL-9221 "new group admin - can't view full group name". 2007-04-05 10:55:04 +00:00
nicolasconnault
a1b9b374b9 MDL-9198: Embedded PDF now works fine in FF 1.5, FF 2, IE5, IE6, IE7 and Opera, and degrades beautifully in non-supported browsers (or when plugin is missing). 2007-04-05 05:51:12 +00:00
nicolasconnault
30052948b1 MDL-9090 2007-04-05 01:44:54 +00:00
skodak
d04d6bcbec MDL-9190 Site policy xhtml compliance and other minor fixes; merged from MOODLE_18_STABLE 2007-04-03 09:51:53 +00:00
nicolasconnault
bfe1e789de MDL-8774: Also an effort to refactorise the poorly designed mod/data/Preset code. 2007-04-03 03:32:46 +00:00
moodler
97c3141cc3 Merged some more fixes for checkbox alignment MDL-9126 in all browsers 2007-04-03 02:21:28 +00:00
moodler
60e14e020c Merged ie6 fixes from stable for MDL-9126 2007-04-03 02:14:09 +00:00
moodler
88ca32b967 Merged editsection button alignment from stable 2007-04-01 15:18:06 +00:00
moodler
ea67fff371 merged style fix for required message on forms 2007-03-31 09:10:41 +00:00
nicolasconnault
c7b0485ffb 1. Converted grouping edit form to mform
2. Added 2 buttons to disable state when pseudogroup is selected
2007-03-30 05:14:29 +00:00
stronk7
97f8f9c215 Added one more style to center some tables in glossary.
Merged from MOODLE_18_STABLE
2007-03-30 00:31:23 +00:00
stronk7
136ce8dee2 Moving options from 2nd tab to main area. Step1. MDL-8793
Merged from MOODLE_18_STABLE
2007-03-29 22:19:29 +00:00
nicolasconnault
80efbf98c8 MDL-9062: Completed new group form. 2007-03-29 08:40:08 +00:00
nicolasconnault
5db0cffcf6 MDL-8922: Had to modify another bunch of files to fix a simple problem:
when a config block contains a form, the previous form needs to be closed
properly (it was, but there were non-matching closing divs etc...).
2007-03-26 03:06:45 +00:00
nicolasconnault
e92751686f MDL-8922 : Fixed a number of xhtml simple issues, but heaps of hard-core fixes yet to do. 2007-03-23 07:48:02 +00:00
moodler
d0529bdf67 Merged tab color fixes from stable 2007-03-21 03:12:14 +00:00
moodler
be78d45dd2 Merged login block tidy-up from stable 2007-03-20 07:35:53 +00:00
nicolasconnault
a0648316ec MDL-8921 : Converted the page from table layout to divs (except tabular data) and added
related css rules in styles_layout.css. Looks the same and validates XHTML strict.
2007-03-20 00:27:38 +00:00
stronk7
c0cdb3b314 Changing one generic class-name to a glossary specific one in themes.
Merged from MOODLE_18_STABLE
2007-03-19 23:59:02 +00:00
stronk7
a6e57ea053 One more class to align all the glossary inline explanations.
Merged from MOODLE_18_STABLE
2007-03-19 20:20:32 +00:00