moodle/theme
Tim Hunt 990650f94c quiz: MDL-16478 Allow different open/close dates, etc. for individual students or groups.
This was implemented by Matt Petro of the University of Wisconsin - Madison Engineering
School and Math Department. Many thanks. Reviewed by and committed by Tim Hunt.

This adds a new Overrides tab to the UI, with sub-tabs Group overrides and User overrides.
Each of those lists all the overrides that currently exist, and lets you manage them and
create more.

When a quiz is being attempted, the override that applies to the current user is combined
with the current quiz settings loaded from the quiz table (normally called $quiz).
If there are both user and group overrides, then just the specific user override is used (more specific).
If the user is in several groups, then the overrides are combined to give the most permissive set of options.

There is one new database table quiz_overrides, to store the overrides.
2010-03-08 16:01:38 +00:00
..
anomaly theme-anomaly MDL-20175 Updated renderer after recent changes 2010-03-04 07:15:55 +00:00
base navigation MDL-21543 Moved block docking icons next to the show-hide block icon 2010-02-24 08:12:17 +00:00
experiment MDL-20204 just a little blue theme experiment for testing of theme development process ;-) 2009-12-29 22:11:52 +00:00
standardold quiz: MDL-16478 Allow different open/close dates, etc. for individual students or groups. 2010-03-08 16:01:38 +00:00
image.php MDL-21241 theme CSS and JS gzip compression + some more fixes 2010-01-05 20:18:15 +00:00
index.php MDL-21198 $OUTPUT->single_button() resurrection, hopefully much easier to use than $OUTPUT->button(); fixed some regressions and code style improvements 2010-01-03 15:46:14 +00:00
javascript.php MDL-21400 thems and JS now using the same script naming convention and parameter style 2010-02-07 13:08:46 +00:00
styles.php MDL-21252 home-grown CSS minimisation 2010-01-05 21:45:51 +00:00
styles_debug.php MDL-21557 potential fix for IE CSS issues in debug mode 2010-02-08 16:50:12 +00:00
yui_combo.php MDL-21400 fixed borked yui CSS when image contained "_" 2010-02-06 19:41:20 +00:00
yui_image.php MDL-21241 theme CSS and JS gzip compression + some more fixes 2010-01-05 20:18:15 +00:00