1294 Commits

Author SHA1 Message Date
skodak
314c433698 MDL-10224 some more improvements in grader report related to total course grade and category grade + other bugfixes 2007-06-28 22:55:46 +00:00
tjhunt
d19bd4d042 Clean up whitespace. Merged from MOODLE_18_STABLE. 2007-06-25 17:13:52 +00:00
urs_hunkler
50ebd1258e changed navmenuwidth to the standard value 2007-06-25 12:21:09 +00:00
tjhunt
0ec4fb87e3 Improve and simplify question layout. 2007-06-22 14:07:35 +00:00
tjhunt
f9108f58de MDL-10213 - layuout problem for question in IE in Moodle 1.7. I'm taking the opportunity to clean up the CSS in 1.8 and HEAD to match what I did in 1.7. Merged from MOODLE_18_STABLE. 2007-06-22 13:46:00 +00:00
jamiesensei
16368d38a4 making environment colours css selector refer to table class instead of body id. So that colours show up on other pages besides admin page. 2007-06-22 11:02:45 +00:00
tjhunt
82f6168608 Improve CSS for question layout. 2007-06-21 15:53:00 +00:00
jamiesensei
770fef0a3c MDL-10168 improvements to display of results from environment checks 2007-06-19 15:52:19 +00:00
dwoolhead
7caebd6ee5 MDL-10084 Styling/branding 2007-06-19 12:02:26 +00:00
tjhunt
194ce154d3 Fix layout of quiz reports in groups mode - Merged from OU Moodle. 2007-06-19 09:43:28 +00:00
dwoolhead
7f17368588 MDL-10084 Styling/branding 2007-06-18 17:18:20 +00:00
dwoolhead
f19b65d3e9 MDL-10084 Styling/branding - deleted too much in previous commit 2007-06-18 17:01:14 +00:00
dwoolhead
9571068c81 MDL-10084 Styling/branding 2007-06-18 16:49:39 +00:00
andreabix
78cad49fb5 Fixed MDL-10100 2007-06-18 11:28:36 +00:00
moodler
c3bbc0c2a8 Removed some debugging 2007-06-18 07:18:05 +00:00
andreabix
4d69ee0d98 Fixed MDL-10073 2007-06-15 13:39:56 +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
89ba83d42f MDL-9977 and MDL-8446 - sheet setting depending on $CFG->langdirection.
Due to big problems I added debug messages.
2007-06-10 17:08:17 +00:00
urs_hunkler
72a66c61e8 MDL-9977 and MDL-8446 - added CSS file with rtl properties 2007-06-10 17:04:49 +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
skodak
24be194445 merging forgotten changes from MOODLE_18_STABLE 2007-05-17 08:48:47 +00:00
skodak
9eb64c947a MDL-9825, MDL-9798, MDL-9799 - new workaround for the object trouble in IE caused by UFO; reverting previous patches; merged from MOODLE_18_STABLE 2007-05-16 18:17:14 +00:00
moodler
b6b354e36e Merged MDL-9826 from stable 2007-05-16 08:03:37 +00:00
skodak
e38bbf52c4 MDL-9799 can not use forms due to object bug in IE :-( ; merged from MOODLE_18_STABLE 2007-05-15 20:22:15 +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
urs_hunkler
05ef9fdd03 added clearfix true to clear the contetn in some modules/course forms 2007-05-10 10:46:42 +00:00
moodler
ad9757c53e DIsabling Chameleon for the general case 2007-05-10 07:16:33 +00:00
moodler
0987c638d0 Tweaking graphics a bit 2007-05-10 06:38:40 +00:00
moodler
3b5006c9ff Bigger beige box for big screens 2007-05-10 06:23:37 +00:00
moodler
07c42b6ec3 Tidied up some images a bit (smoother when repeated) 2007-05-10 06:05:21 +00:00
moodler
bfca5ef8f2 I really don't like the underlines and color-changing on links ... :-) 2007-05-10 05:57:51 +00:00
moodler
ed6770129f Just removing the debug stuff from the header 2007-05-10 05:37:52 +00:00
urs_hunkler
c07a4e05c1 added page my-index to exclude list because it uses layout-table 2007-05-09 15:33:05 +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
urs_hunkler
e82ea0a3d9 custom_corners theme added 2007-05-09 14:26:59 +00:00