Eloy Lafuente (stronk7)
cfaa2bd744
Merge branch 'MDL-30274-master-1' of git://git.luns.net.uk/moodle
2011-11-16 22:51:51 +01:00
Mary Evans
7d058f73e2
MDL-30309 FIX typo in CSS in theme_anomaly
2011-11-16 21:15:24 +00:00
Eloy Lafuente (stronk7)
2fee72e19b
Merge branch 'MDL-30275-master' of git://github.com/sammarshallou/moodle
2011-11-16 21:29:25 +01:00
Tim Hunt
3d17cd3f1c
MDL-30300 qbehaviours: convert to the new is_compatible_question API.
2011-11-16 11:11:10 +00:00
Tim Hunt
15d660a8fd
MDL-30300 question behaviours: improve q compatibility API.
2011-11-16 10:52:19 +00:00
Ankit Kumar Agarwal
e079e82c08
MDL-29893 Fixing issues with password generation function
2011-11-16 12:01:57 +05:30
Ankit Kumar Agarwal
63a1625d78
MDL-30279 SCORM Fixing sql errors during cron
2011-11-16 09:47:00 +05:30
Dongsheng Cai
ad7612f597
MDL-29476 web service improvements
...
1. moodle_enrol_get_users_courses should return number of participants,
2. moodle_user_get_users_by_courseid should limit the fields to be returned
2011-11-16 12:02:24 +08:00
Jerome Mouneyrac
af03513f93
MDL-30268 add 'Can download files' field to service
2011-11-16 11:51:03 +08:00
andrew
d3e303470d
MDL-27703 gradebook: altered an sql query in the user report. join with no on clause causes an error in some DBs
2011-11-16 09:56:46 +08:00
AMOS bot
7e82d9c61d
Automatically generated installer lang files
2011-11-16 00:55:51 +00:00
Mary Evans
799cc1cfcb
Merge branch 'MDL-30243' of github.com:lazydaisy/moodle into MDL-30243
2011-11-15 22:21:05 +00:00
Mary Evans
0e91846730
MDL-30243 Add custom settings to theme_afterburner
2011-11-15 22:20:26 +00:00
Dan Marsden
23b3e448b2
SCORM MDL-25757 fix for saving of duplicate CMI values - thanks to Evan Irving-Pease for the patch
2011-11-16 10:50:55 +13:00
Dan Marsden
801fdcfd3f
MDL-29290 - few more coding guideline fixes with function
2011-11-16 08:51:58 +13:00
Dan Marsden
20d694ac59
MDL-29290 fix spacing
2011-11-16 08:51:57 +13:00
Dan Marsden
cffd976ee3
MDL-29290 Enrol IMSEnterprise - use correct course defaults - thanks to Adam Barbary for the fix
2011-11-16 08:51:57 +13:00
Dan Marsden
d3bf0a950f
SCORM AICC MDL-30223 invalid call to update_record - very hard to test/reproduce.
2011-11-16 08:48:50 +13:00
sam marshall
24ad1d1feb
MDL-30275 Assignment activity description not displayed on course page
2011-11-15 15:24:08 +00:00
Andrew Robert Nicols
4a645a6821
MDL-30274 Correct typo of loginpage variable
2011-11-15 15:16:47 +00:00
sam marshall
770b7f6c9f
MDL-30203 RSS: Remove broken 'podcasting' support that thinks mailto links are attachments
2011-11-15 14:06:15 +00:00
sam marshall
0c9cb1bc19
MDL-30266 completionlib fix unit test breakage (regression)
2011-11-15 14:05:20 +00:00
Tim Hunt
08502b574d
MDL-30182 quiz grade.php should support userid param.
2011-11-15 11:36:10 +00:00
Tim Hunt
7238cd2ef0
MDL-30209 quiz refers to wrong rendere method in two places.
...
Thanks to Dan Marsden for working out the fix.
2011-11-15 11:23:03 +00:00
Tim Hunt
0f7477c07f
MDL-30199 qtype numerical etc. Don't require tolerance for answer *.
2011-11-15 11:22:00 +00:00
Tim Hunt
f7094147b1
MDL-30186 qtype editing forms should use advcheckbox.
2011-11-15 11:21:27 +00:00
Tim Hunt
6c314a3681
MDL-30167 qtype_numerical: notice when required unit is not in the answer.
2011-11-15 11:19:46 +00:00
Tim Hunt
94c0ec2159
MDL-30185 question engine reporting: add redundant where to query for perf.
...
Without this, MySQL fails to cope.
2011-11-15 11:19:15 +00:00
Tim Hunt
5cc021a00b
MDL-30069 Question type icons missing in lots of places.
2011-11-15 11:17:18 +00:00
Henning Bostelmann
6336bd914a
MDL-29350 Prevent duplication of groupings when copying activities
...
This patch also includes a database upgrade to correct data produced as a
result of this bug.
2011-11-15 11:12:40 +00:00
Tim Hunt
cb1564b1ce
MDL-29743 quiz: Finish attempt link didn't save responses in some brosers.
...
Thanks to Brandon Browning for identifying the problem. It is quite subtle why this typo would have this effect. You need to look at the implementation of the preventDefault method in lib/yui/3.4.1/build/event-base/event-base.js.
2011-11-15 11:10:51 +00:00
Oleg Sychev
1067775131
MDL-29095: initialise_question_instance should use extra_question_fields
...
Shortanswer question type converted to use extra question fields.
Signed-off-by: Oleg Sychev <oasychev@gmail.com>
2011-11-15 11:10:14 +00:00
Eloy Lafuente (stronk7)
6be90ce05f
Moodle release 2.2beta
2011-11-15 11:04:15 +01:00
Eloy Lafuente (stronk7)
1dda2cf54f
Fix permissions
2011-11-15 10:58:09 +01:00
Eloy Lafuente (stronk7)
b51c46fc1a
Merge branch 'install_master' of git://github.com/amosbot/moodle
2011-11-15 10:54:40 +01:00
AMOS bot
037dd8156d
Automatically generated installer lang files
2011-11-15 00:55:17 +00:00
Eloy Lafuente (stronk7)
9bddc37f97
MDL-29956 ims-cc - whitespace cleanup
2011-11-14 23:35:12 +01:00
Eloy Lafuente (stronk7)
acb8164304
MDL-29956 ims-cc - disabling export and cleaning some unused code
...
This commits cleans some code (settings and dependencies)
and one file included previous by error.
Also it disables all the IMS-CC export feature by default, being
possible to enable it under demand by setting (@ config.php):
$CFG->enablebackupconverters = true;
2011-11-14 21:32:05 +01:00
Darko Miletic
584f92962d
Updated text conversion to read and store safe xml strings.
2011-11-14 21:25:08 +01:00
Mark Nielsen
726a770949
MDL-29956: Common Cartridge should handle HTML content more natively (r17188, r17210:17265)
...
Also implemented support for LTI icon during import.
2011-11-14 21:25:08 +01:00
Mark Nielsen
91e6ca6e71
MDL-29956: Implement export of Quiz activity (r16977, r17032)
2011-11-14 21:25:08 +01:00
Mark Nielsen
42dffc6feb
MDL-29956: Implement common cartridge export (r16882)
2011-11-14 21:25:08 +01:00
David Mudrak
3319af85a9
MDL-29793 Advanced grading - do not execute the restore step if the grading.xml is missing
2011-11-14 21:11:41 +01:00
David Mudrak
c309e4f05e
MDL-29793 Advanced grading backup - fixed the recently renamed DB field
2011-11-14 21:11:00 +01:00
Rod Norfor
ad6fbb6074
MDL-30259 TinyMCE: Add spellchecker language options
2011-11-14 16:26:31 +00:00
Eloy Lafuente (stronk7)
98ca9e8480
MDL-27622 theme_mymobile: add it to core themes
2011-11-14 12:45:48 +01:00
Eloy Lafuente (stronk7)
8d78644bcc
Merge branch 'lti' of git://github.com/scriby/moodle
2011-11-14 12:37:43 +01:00
Eloy Lafuente (stronk7)
6a7998f9a1
MDL-20534 lti: bump version and requires to current before integration, yay!
2011-11-14 12:35:52 +01:00
Sam Hemelryk
1ae9aa2b8f
Merged MDL-29108 Advanced grading
2011-11-14 22:01:05 +13:00
David Mudrak
053d290c0d
Merge pull request #25 from marinaglancy/wip-nov14-rubric
2011-11-14 00:20:16 -08:00