Eloy Lafuente (stronk7)
789e95ddde
Merge branch 'MDL-29528' of git://github.com/timhunt/moodle
2011-09-26 21:43:57 +02:00
Tim Hunt
288633ebbe
MDL-29528 qtype multichoice and caclulated combined feedback format overwritten during upgrade.
2011-09-26 13:37:12 +01:00
Aparup Banerjee
976624ad5e
Merge branch 'MDL-29270-question-grade' of git://github.com/mudrd8mz/moodle
2011-09-26 16:57:01 +08:00
Aparup Banerjee
2ba08e4ba2
Merge branch 'wip-MDL-29487-master' of git://github.com/samhemelryk/moodle
2011-09-26 16:00:04 +08:00
Aparup Banerjee
94f59561ad
Merge branch 'MDL-29464' of git://github.com/timhunt/moodle
2011-09-26 14:32:52 +08:00
Aparup Banerjee
2a8702c158
Merge branch 'MDL-29333_rating_ajax' of git://github.com/andyjdavis/moodle
2011-09-26 13:47:20 +08:00
Sam Hemelryk
32da08a2e2
Merge branch 'MDL-29428' of git://github.com/timhunt/moodle
2011-09-26 14:03:54 +13:00
Sam Hemelryk
aa856c7999
Merge branch 'MDL-29484' of git://github.com/timhunt/moodle
2011-09-26 13:53:17 +13:00
Sam Hemelryk
98182d2bb6
Merge branch 'MDL-29492' of git://github.com/timhunt/moodle
2011-09-26 13:50:36 +13:00
Sam Hemelryk
663a12c32e
Merge branch 'MDL-29493' of git://github.com/timhunt/moodle
2011-09-26 13:47:41 +13:00
Sam Hemelryk
6ef900d20b
Merge branch 'MDL-29416' of git://github.com/stronk7/moodle
2011-09-26 12:55:19 +13:00
Sam Hemelryk
809dae3461
Merge branch 'MDL-29336-numerrors-mapping' of git://github.com/mudrd8mz/moodle
2011-09-26 12:37:12 +13:00
Eloy Lafuente (stronk7)
1c08c1fa32
MDL-29416 oracle - xmldb report to change all BYTE semantics to CHAR
2011-09-26 00:54:25 +02:00
Sam Hemelryk
0ebe6764e9
Merge branch 'MDL-29478' of git://github.com/stronk7/moodle
2011-09-26 10:52:48 +13:00
Sam Hemelryk
fea98bd4c3
Merge branch 'MDL-29139' of git://github.com/nebgor/moodle
2011-09-26 10:46:39 +13:00
Sam Hemelryk
9d0fc907e8
Merge branch 'MDL-29190_master_wip' of git://github.com/grabs/moodle
2011-09-26 10:38:54 +13:00
Jean-Michel Vedrine
9107daa0f5
MDL-29270 Fixed question bank backup converter (field rename)
2011-09-25 23:33:00 +02:00
Eloy Lafuente (stronk7)
e63ae067f4
weekly release 2.2dev (emergency)
2011-09-25 17:25:04 +02:00
Eloy Lafuente (stronk7)
ac4a2a8c08
MDL-29512 Revert "MDL-25937 Froms Library: Added server side validation for filepicker and filemanager"
...
This reverts commit f03a17bb09bed83a29cda253c2049c937852dd38.
2011-09-25 17:13:40 +02:00
Eloy Lafuente (stronk7)
f0e2317087
MDL-29512 Revert "MDL-25937 Forms Library: Added Javascript validation for filepicker and filemanager. Also fixed disbledif rule check for both"
...
This reverts commit 7dfe3c517b8cf88356b1d1e208480b1a15452273.
2011-09-25 17:10:27 +02:00
Andreas Grabs
2497d0273d
MDL-29190 - XHTML not well formed in show_nonrespondents.php
2011-09-23 18:56:47 +02:00
Tim Hunt
7664182d7f
MDL-29493 questions should be createable with defaultmark a float.
2011-09-23 12:55:01 +01:00
Tim Hunt
b84dca8cb8
MDL-29492 restore unit test prettiness.
2011-09-23 12:15:13 +01:00
Tim Hunt
e9735a1f31
MDL-29484 qformat xml tests failing.
2011-09-23 12:06:45 +01:00
Sam Hemelryk
9d796fba6c
MDL-29487 enrol: Fixed typo in enrol_sharing_course
2011-09-23 18:17:35 +12:00
Eloy Lafuente (stronk7)
e437d9f1d9
MDL-29478 unittest - fix rating tests so they can be executed with accesslib caches cleaned
2011-09-23 01:46:38 +02:00
Eloy Lafuente (stronk7)
5169a039c7
MDL-29478 unittest - explicity include blog/lib.php. Was causing "random" errors
2011-09-23 01:36:41 +02:00
Eloy Lafuente (stronk7)
40a8974915
MDL-29478 unittest - we aren't a report anymore but one admin/tool
2011-09-23 00:11:50 +02:00
Eloy Lafuente (stronk7)
635c65bbd5
MDL-29478 blog - fixed some recent regressions introduced by MDL-29186
2011-09-23 00:03:56 +02:00
Tim Hunt
572a96edb0
MDL-29428 quiz navigation panel should use 'This page' (accessibility improvement)
2011-09-22 17:56:02 +01:00
Aparup Banerjee
bfc60f5d1b
MDL-29139 Forms Library : fixed missing require_once
2011-09-22 14:57:11 +08:00
David Mudrak
c8f1b818ff
MDL-29336 Saving grade mapping table in the Workshop
...
The Workshop module using the "Number of errors" grading strategy did
not save all items in the grade mapping table. If some assessment form
fields have weight > 1, the number of possible errors is greater that
the number of the assessment form fields. The previous code deleted all
mappings where the number of errors was greater than the number of
fields.
In this patch, the maximum number of possible errors is calculated as a
sum of weights of all fields. Only mappings over this maximum are
deleted now.
2011-09-22 05:33:01 +02:00
Tim Hunt
fabface827
MDL-29464 quiz add random question popup does not update sumgrades.
2011-09-21 16:39:31 +01:00
Eloy Lafuente (stronk7)
dab8148fde
weekly release 2.2dev
2011-09-21 17:11:02 +02:00
Andrew Davis (andyjdavis)
5e36e1045a
MDL-29333 rating: prevent the ratings JS from being intialized multiple times
2011-09-21 15:49:24 +08:00
Andrew Davis (andyjdavis)
5c0452c6f8
MDL-29333 rating: refactored the ratings ajax
2011-09-21 14:54:32 +08:00
Sam Hemelryk
609ad0da5b
Merge branch 'MDL-26635' of git://github.com/mouneyrac/moodle
2011-09-21 17:52:53 +12:00
Jerome Mouneyrac
ccda013458
MDL-26635 Return a more explicit debuginfo message when the user can not access the web service function
2011-09-21 13:03:18 +08:00
Eloy Lafuente (stronk7)
0e89333992
Merge branch 'MDL-26567' of git://github.com/timhunt/moodle
2011-09-21 00:10:30 +02:00
Eloy Lafuente (stronk7)
ed9e0cb6ec
MDL-21676 user: minor gravatar fixes
2011-09-20 12:43:00 +02:00
Sam Hemelryk
4125bdc139
MDL-21676 user: Implemented support for Gravatar profile pictures
...
Big thanks to the developers who put effort into this improvement:
* Jonathan Robson <jonathan.robson@remote-learner.net>
* Jonathan Harker <jonathan@catalyst.net.nz>
2011-09-20 12:41:48 +02:00
Tim Hunt
71c4154a98
MDL-26567 no grade category option on the quiz settings form.
...
Also, refine the standard_grading_coursemodule_elements method to add a
help string.
AMOS BEGIN
CPY [gradecategory,grades],[gradecategoryonmodform,grades]
AMOS END
2011-09-20 11:10:34 +01:00
Eloy Lafuente (stronk7)
8974d17a8f
Merge branch 'wip-mdl-29079' of git://github.com/rajeshtaneja/moodle
2011-09-20 09:50:46 +02:00
Aparup Banerjee
c9f7b5e20b
Merge branch 'MDL-26890-master' of git://github.com/ankitagarwal/moodle
2011-09-20 13:15:52 +08:00
Ankit Kumar Agarwal
c0d60b3a3f
MDL-26890 Forums check on filesize if the file is added to the forum from private area
2011-09-20 10:01:42 +05:30
Rajesh Taneja
94b38ab1c1
MDL-29079 Administration: Added space on both sides of locked checkbox and for rtl language space will be applied accordingly
2011-09-20 11:49:24 +08:00
Aparup Banerjee
48a7eed587
Merge branch 'wip-mdl-28726' of git://github.com/rajeshtaneja/moodle
2011-09-20 10:19:17 +08:00
Sam Hemelryk
436cfb8bb7
Merge branch 'MDL-26841' of git://github.com/stronk7/moodle
2011-09-20 12:14:13 +12:00
Sam Hemelryk
7d6e26b49b
Merge branch 'MDL-29392' of git://github.com/timhunt/moodle
2011-09-20 11:58:04 +12:00
Colin Chambers
5a1a7112cd
MDL-29394 form editor - Use hidden field when only 1 format option is available #947
2011-09-20 00:35:01 +02:00