1543 Commits

Author SHA1 Message Date
moodler
d5581d97d8 New styles for tags 2007-07-31 08:09:20 +00:00
skodak
173a9d21ea various grade outcomes and scales improvements, fixes, changes and refactoring
added new favoutcomes plugin settings page - to be used later, this replaces the grade_outcomes_grades table
admin settings - outcomes and scales both have settings page now
2007-07-30 22:56:45 +00:00
urs_hunkler
78b90296f7 MDL-10645 :: removed the quotes around $navigation" within print_navigation($navigation). 2007-07-30 18:43:43 +00:00
tjhunt
00719c02d6 MDL-10656 - Way to control when Overall feedback is displayed, independantly of the other sorts of feedback. Also, improve the layout of those settings on the quiz editing form. 2007-07-30 10:05:11 +00:00
tjhunt
9fd26d1042 Eliminate commented code. 2007-07-30 09:36:39 +00:00
toyomoyo
57a80eb6a3 fixing notes style 2007-07-30 04:31:26 +00:00
skodak
78ad5f3ff0 MDL-10544 placeholder for outcome edit forms grade/edit/outcome/
MDL-10650 scales code moved to grade/edit/scale/
refactoring in grade/edit/
2007-07-29 23:02:03 +00:00
urs_hunkler
70244cc2cd MDL-10075 - changes done following Petr's patch and optional_param with default ltr 2007-07-29 20:46:05 +00:00
dwoolhead
98907dbaaa Correct display of unittest results for IE 2007-07-27 11:13:22 +00:00
tjhunt
8995ddda2a MDL-10619 - Quiz password form does not work. 2007-07-26 11:39:04 +00:00
urs_hunkler
e7bbdbbaa1 added paddign-top:1em for removed <br /> in sitelink 2007-07-25 14:58:40 +00:00
thepurpleblob
ba5c5f210a MDL-10604:
Add ability to add sub categories directly from category screens.

Merged from STABLE_18
2007-07-25 13:57:26 +00:00
tjhunt
33dfb53e09 Fix whitespace. 2007-07-25 12:34:21 +00:00
moodler
5ca1655863 Just small changes 2007-07-24 08:16:43 +00:00
skodak
65dd61bda6 MDL-10579 Implement capability checks in grade import/export/report/edit pages - work in progress
refactoring - reports now use real index.php
2007-07-23 22:20:07 +00:00
urs_hunkler
65c7a378cd MDL-10556 :: absolute positioning removed - I am powerless against Microsofts ignorance 2007-07-23 11:40:39 +00:00
stronk7
0315a841a3 some minor changes for better IE experience 2007-07-22 22:45:13 +00:00
urs_hunkler
99daae0c7a MDL-10556 IE7 has CSS position absolute problems. Solved with IE inline JS expression. 2007-07-22 19:20:23 +00:00
urs_hunkler
8b992903d7 MDL-10556 IE has position absolute problems. set to relative 2007-07-22 19:18:56 +00:00
stronk7
4f8cf5bb5f Align properly buttons and drop-down in navigation menu. 2007-07-20 23:44:59 +00:00
stronk7
dd04665779 Final improvements for glossary. Seems ready for 1.9dev. 2007-07-20 23:38:24 +00:00
stronk7
06ec822832 Just fixing one comment 2007-07-19 21:33:21 +00:00
stronk7
d18634d3fd Splitting white-wood backgroud into two different backgrounds,
one to be used with blocks (darker) and the other for
contents (brighter). Suggestion from Urs!
2007-07-19 17:20:38 +00:00
urs_hunkler
33762ff3da corrected display of blocks without title 2007-07-19 11:06:19 +00:00
skodak
29a5680ef7 MDL-10527 changed overridden UI logic 2007-07-19 10:04:08 +00:00
stronk7
604015c878 Adding style to one more header. 2007-07-19 00:02:13 +00:00
stronk7
72c7ee0c4d Avoid some nested boxes in calendar block 2007-07-18 18:38:28 +00:00
nicolasconnault
e7536c9222 MDL-10479 Done, but would be nice to middle-align the user names vertically. 2007-07-18 03:34:55 +00:00
urs_hunkler
f0e4a5ee4f Added check if $PAGE is set. Seams that $PAGE is not set on all pages. 2007-07-16 20:59:38 +00:00
nicolasconnault
bb384a8e29 MDL-10477 Mainly the percentage grade display type 2007-07-16 19:46:54 +00:00
urs_hunkler
fc1f65794c #admin-report-courseoverview-index .invisiblefieldset { display: block; } 2007-07-16 19:25:11 +00:00
skodak
a8578a933b fixed css broken by edit_tree.php to tree.php renaming 2007-07-16 07:32:51 +00:00
moodler
e95e2f4ccf MDL-9628 FIxed the CSS for category headers 2007-07-16 07:06:51 +00:00
moodler
fbb004324a SOme tidying upup of CSS MDL-9628 2007-07-16 06:24:09 +00:00
moodler
06954a036c Use a private CSS class for this table to be more flexible 2007-07-16 05:40:18 +00:00
toyomoyo
c55dee3fa9 MDL-10181, user management improvements fixes 2007-07-13 08:26:47 +00:00
skodak
920a0fb2eb MDL-10437 moved editing forms to grade/edit/ directory - these should be shared by all reports, there were too many files in grader directory anyway 2007-07-12 19:40:28 +00:00
urs_hunkler
91a23ef0a1 MDL-10409 - .invisiblefieldset display: inline issue 2007-07-11 15:20:45 +00:00
toyomoyo
7f6ab87f30 this float is causing grader report and user report footer to not display properly 2007-07-11 02:44:53 +00:00
urs_hunkler
7ea2be69b8 MDL-8812 - one more of these display: inline issues with invisiblefieldset :-( Can someone replace this problematic solution with another one - please! after correcting the property to display:block the search button moves below the search field when the text gets longer or the block width very narrow. 2007-07-10 20:29:27 +00:00
skodak
c86caae78a MDL-9137 new grade_grades field overridden; item edit form fixes; other minor fixes and improvements 2007-07-10 18:08:24 +00:00
nicolasconnault
d490d87c22 MDL-10368 Finished implementation of toggle actions, and added icons near each toggle. Also added a few css rules for display. 2007-07-09 14:54:32 +00:00
nicolasconnault
73a5d828ce MDL-10368 Added quick toggles 2007-07-09 13:24:36 +00:00
nicolasconnault
27626e7147 MDL-9268 Removing "turn feedback on" button in favour of the new user/cfg preference grade_report_shownotes; Re-displaying the calculation icons 2007-07-09 11:58:24 +00:00
Martin Langhoff
08103c9364 cvsimport fixups 2007-07-07 14:18:30 +12:00
tjhunt
99a1bf3d9c MDL-10374 - Quiz layout improvements, selectively merged from OU-moodle. 2007-07-06 16:37:06 +00:00
toyomoyo
eca3af25cb MDL-7077, MDL-10181, adding notes for students 2007-07-05 06:53:17 +00:00
skodak
739196ba10 MDL-10224 fixing some more regressions in grade reports; adding proper CSS; more fixes and improvements 2007-07-01 19:45:13 +00:00
urs_hunkler
c8672ca70b CSS for login block updated 2007-06-29 06:19:17 +00:00
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