40149 Commits

Author SHA1 Message Date
Dongsheng Cai
88342307b0 "MDL-21786, remove old comment lib file" 2010-03-15 08:03:18 +00:00
Dongsheng Cai
24048d094e "MDL-21786, add license info to locallib.php" 2010-03-15 08:01:01 +00:00
Dongsheng Cai
36051c9e91 "MDL-21786, moving comments library files to consistency" 2010-03-15 07:59:28 +00:00
Dongsheng Cai
d5774763d1 "MDL-13766, removed debug code" 2010-03-15 06:42:55 +00:00
Dongsheng Cai
85495bd291 "MDL-21021, added a block to manager user private files" 2010-03-15 06:41:02 +00:00
Dongsheng Cai
ff3cf1c937 "MDL-15405, simplified filemanager initilising in database module" 2010-03-15 06:31:41 +00:00
Dongsheng Cai
ad13710756 "MDL-15405, fixed non-js filepicker url, need more work on nonjs version" 2010-03-15 06:29:47 +00:00
Dongsheng Cai
133fd70ba5 "MDL-13766, improve filemanager to browse user_private area files" 2010-03-15 06:12:39 +00:00
Dongsheng Cai
539d4041ec "MDL-13766, fixed popup authentication" 2010-03-15 05:19:43 +00:00
Moodle Robot
e3b5215145 Updated the HEAD build version to 20100315 2010-03-15 00:41:55 +00:00
Moodle Robot
52359f124f Updated the HEAD build version to 20100314 2010-03-14 00:42:44 +00:00
Moodle Robot
c1d938aa1e Updated the HEAD build version to 20100313 2010-03-13 00:41:45 +00:00
Dan Marsden
58b57e2844 AICC MDL-21305 mastery score should be set even when lessonstatus <> "completed" - thanks to Matteo Scaramuccia for report and fix. 2010-03-12 07:24:26 +00:00
Dan Marsden
1bd51a6c7c SCORM MDL-19899 field not long enough to store data - according to ADL spec this field needs to store up to 2000 characters 2010-03-12 07:06:55 +00:00
Moodle Robot
91a23459c0 Updated the HEAD build version to 20100312 2010-03-12 00:41:49 +00:00
Moodle Robot
dbf9702eec Automatic installer.php lang files by installer_builder (20100312) 2010-03-12 00:30:45 +00:00
Dongsheng Cai
875f4e7b54 "MDL-21400, fixed image & media filepicker in editor" 2010-03-11 07:45:06 +00:00
Moodle Robot
894af28473 Updated the HEAD build version to 20100311 2010-03-11 00:41:35 +00:00
Petr Skoda
c676fe6717 MDL-21789 fixed buggy handling of 0.00 in s() 2010-03-10 08:47:15 +00:00
Petr Skoda
b16b5857f0 MDL-21790 fixed dml conversion regression - credit goes to Evan Irving-Pease for the patch and discovery, thanks 2010-03-10 08:42:44 +00:00
Dongsheng Cai
b38b61320d "MDL-15488, fixed flickr plugin" 2010-03-10 03:37:31 +00:00
Dongsheng Cai
7c5c69d6dc "MDL-13766, improve repository admin page" 2010-03-10 03:24:14 +00:00
Moodle Robot
b2b7670bd1 Updated the HEAD build version to 20100310 2010-03-10 00:41:41 +00:00
Helen Foster
2a939f1cd3 lang string MDL-21016 rewording as suggested by Ray Lawrence 2010-03-09 21:42:38 +00:00
Andreas Grabs
8bea6b888a MDL-19846 - Admin ability to submit answers 2010-03-09 08:25:54 +00:00
Dongsheng Cai
8c4a468791 "MDL-13766, fixed call-time pass-by-reference warning" 2010-03-09 08:19:41 +00:00
Dongsheng Cai
b21c6b13de "MDL-13766, improve repository settings" 2010-03-09 08:18:04 +00:00
Dongsheng Cai
aea5595c4e "MDL-13766, php5 passing by reference by default, so remove the & in function definition" 2010-03-09 06:25:20 +00:00
Dongsheng Cai
ad620df347 "MDL-13766, fixed maxbytes parameter" 2010-03-09 01:49:02 +00:00
Moodle Robot
edf2840dd3 Updated the HEAD build version to 20100309 2010-03-09 00:42:06 +00:00
Andreas Grabs
8001d6e794 MDL-19846 - Admin ability to submit answers 2010-03-08 22:02:36 +00:00
Helen Foster
03a5a26cba help file MDL-19538 obsolete file thanks to Andrea Bicciolo 2010-03-08 19:18:58 +00:00
Helen Foster
91f44334b1 help file MDL-19537 obsolete file thanks to Andrea Bicciolo 2010-03-08 19:16:35 +00:00
Helen Foster
402859e5fa help file MDL-19539 obsolete file thanks to Andrea Bicciolo 2010-03-08 19:14:02 +00:00
Helen Foster
f1db9dd86e help file MDL-19541 obsolete file thanks to Andrea Bicciolo 2010-03-08 19:08:30 +00:00
Dongsheng Cai
8a3e6a5604 "MDL-13766, fixed maxbytes limit" 2010-03-08 16:49:51 +00:00
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
Tim Hunt
cdede6fbfe quiz: MDL-21404 Fix Petr's screw-up when converting to js_writer. 2010-03-08 15:32:45 +00:00
Tim Hunt
7c1b615060 formslib: MDL-21561 minor bug with disabled datetimeselectors.
Thanks for Matt Petro for finding this and suggesting the fix.
I introduced this error when adding the calendar pop-up.
Strangely, dateselector was not affected.
2010-03-08 14:03:24 +00:00
Dongsheng Cai
0dc303382f "MDL-21240, added yui3 lib requirment" 2010-03-08 04:13:55 +00:00
Dongsheng Cai
e0b85db4bc "MDL-21240, improve key bindings for filepicker" 2010-03-08 04:11:32 +00:00
Dongsheng Cai
26d7ca9e09 "MDL-15405, perform filemanager init tasks in one function" 2010-03-08 03:37:20 +00:00
Dongsheng Cai
e30d75ccdd "MDL-15405, perform filemanager init tasks in one function" 2010-03-08 03:28:22 +00:00
Moodle Robot
428b05cb2f Updated the HEAD build version to 20100308 2010-03-08 00:41:28 +00:00
Dongsheng Cai
a14a933c2b "MDL-16596, fixed nonjs filemanager" 2010-03-07 16:40:25 +00:00
Petr Skoda
b67bb42201 MDL-21769 fixed input validation 2010-03-07 15:30:02 +00:00
Petr Skoda
cc27235e44 MDL-21769 fixed input validation 2010-03-07 15:24:37 +00:00
Petr Skoda
32148582ff MDL-21769 fixed input validation 2010-03-07 15:16:38 +00:00
Petr Skoda
6fdbd16203 MDL-21767 fixed input validation 2010-03-07 14:58:19 +00:00
Petr Skoda
01a2ce80ec MDL-21710, MDL-21711 new permissions evaluation and overriding UI 2010-03-07 09:28:54 +00:00