Eloy Lafuente (stronk7)
5fbf87c802
Merge branch 'MDL-29879' of git://github.com/timhunt/moodle
2011-11-01 20:12:45 +01:00
Tim Hunt
78f8261f6e
MDL-29879 qbehaviour missing. Fix bad lang string.
2011-11-01 10:37:48 +00:00
Aparup Banerjee
203683e415
Merge branch 'MDL-29983' of git://github.com/timhunt/moodle
2011-11-01 13:23:03 +08:00
Tim Hunt
d68f4d8b9f
MDL-29983 fix question_type::local_name
2011-10-28 13:38:33 +01:00
Petr Skoda
2dc54611f2
MDL-29921 remove unmaintained qti_two export question type
...
It can be easily included in official distribution again if somebody fixes it because there are no stored data, capabilities or versions. This will finally allow us to drop the outdate Smarty library form distribution package.
2011-10-28 10:32:24 +02:00
Eloy Lafuente (stronk7)
10dd4995da
Merge branch 'MDL-29474' of git://github.com/timhunt/moodle
2011-10-26 10:33:37 +02:00
Aparup Banerjee
a0b10b271f
Merge branch 'MDL-29854_b' of git://github.com/timhunt/moodle
2011-10-26 11:23:09 +08:00
Eloy Lafuente (stronk7)
35454bd55d
Merge branch 'MDL-29815' of git://github.com/timhunt/moodle
2011-10-25 17:43:51 +02:00
Tim Hunt
bed495578f
MDL-29854 questions: display better message and more useful continue
...
when an error occurs in the middle of processing responeses.
2011-10-25 14:49:57 +01:00
Eloy Lafuente (stronk7)
9bfe68bff8
Merge branch 'MDL-29339_b' of git://github.com/timhunt/moodle
2011-10-25 01:53:51 +02:00
Tim Hunt
deef04a44e
MDL-29339 Manually cast objects to string before calling dmllib.
2011-10-24 11:08:10 +01:00
Aparup Banerjee
c11ccbfd8b
Merge branch 'MDL-29818-master' of git://git.luns.net.uk/moodle
2011-10-24 11:36:07 +08:00
Tim Hunt
304f0d850f
MDL-29815 question engine DB: bad group-by clause detected by Oracle.
...
Thanks to Yanfei Lu for finding this and suggesting the fix.
2011-10-20 11:14:14 +01:00
Tim Hunt
36ca62cab7
MDL-29474 display the dependancy information on the upgrade screen.
2011-10-20 11:13:33 +01:00
Tim Hunt
44a7f3840d
MDL-29474 fix qtype and qbehaviour plugins to use proper pluginname strings.
...
But maintain backwards-compatibility for now.
2011-10-20 11:13:27 +01:00
Andrew Robert Nicols
5a6084cf61
MDL-29818: Improve error message when a grade has no answer
2011-10-19 09:34:59 +01:00
Eloy Lafuente (stronk7)
ebb9cd230b
Merge branch 'MDL-28614' of git://github.com/timhunt/moodle
2011-10-17 23:09:03 +02:00
Tim Hunt
46e40567fa
MDL-28614 qtypes: get_editing_head_contributions not used any more. Remove from base class.
2011-10-17 11:42:41 +01:00
Eloy Lafuente (stronk7)
e02ddb9be8
Merge branch 'MDL-28219d' of git://github.com/bostelm/moodle
2011-10-16 21:16:38 +02:00
Aparup Banerjee
774118e960
MDL-27351 Quiz : updated string to reflect validation looking for embedded questions.
2011-10-13 15:27:30 +08:00
Henning Bostelmann
cc9fc649a1
MDL-28219 QE2 adaptive behaviour: fix scores and penalties
2011-10-12 23:27:10 +01:00
Eloy Lafuente (stronk7)
033d656617
MDL-29520 - mysql multitable delete, outer join some tables
2011-10-09 22:15:27 +02:00
Eloy Lafuente (stronk7)
943c662d62
fix permissions
2011-10-07 00:07:15 +02:00
Eloy Lafuente (stronk7)
cec6a15b99
Merge branch 'MDL-29644' of git://github.com/timhunt/moodle
2011-10-04 23:34:15 +02:00
Tim Hunt
77d0f5f07b
MDL-29644 qtype multianswer, hints lost doing Moodle XML export.
...
This commit also includes a lot of useful tidying up of some of the unit
test helper code. I turned out that I could not use all the helper code
in my new tests, but despite that it will be useful in the future, so I
am committing it here.
2011-10-04 22:23:58 +01:00
Tim Hunt
f0bfd964ba
MDL-29520 question engine: work-around bad MySQL delete performance.
...
This is a temporary fix, until the new API from MDL-29589 is available.
(amended to fix comments)
2011-10-04 12:03:41 +02:00
Tim Hunt
7042a252c5
MDL-29571 questions: improve class=accesshide screen-reader hints.
...
This changes the hint that comes before the question text. There are
unit tests to verify the new behaviour.
(amended to fix comments)
2011-10-04 11:50:56 +02:00
Tim Hunt
9d1658a07e
MDL-29571 qtype description refactor unit test code a bit.
2011-10-04 11:50:12 +02:00
Eloy Lafuente (stronk7)
c72cf85f17
Merge branch 'MDL-29511' of git://github.com/timhunt/moodle
2011-10-04 01:11:20 +02:00
Eloy Lafuente (stronk7)
38697ad4aa
Merge branch 'MDL-29216' of git://github.com/timhunt/moodle
2011-10-03 22:52:55 +02:00
Eloy Lafuente (stronk7)
92c9bc6127
Merge branch 'MDL-29341' of git://github.com/timhunt/moodle
2011-10-03 22:50:18 +02:00
Tim Hunt
a44995325e
MDL-29216 multianswer qtype needs intereactive elements on the form.
2011-10-01 00:09:04 +01:00
Tim Hunt
522d9fcb2a
MDL-29341 qtype numerical/calc: display of mc units badly laid out.
2011-09-30 23:32:57 +01:00
Jamie Pratt
76e6cf5d84
MDL-29558 question preview: limit variants drop-down to the first 100
...
In situations when question has many variants.
2011-09-30 09:33:28 +07:00
Tim Hunt
f123d67f60
MDL-29511 cannot review previous steps of a question attempt since MDL-28679.
2011-09-29 21:48:23 +01:00
Eloy Lafuente (stronk7)
bde5c82a20
Merge branch 'MDL-28686' of git://github.com/bostelm/moodle
2011-09-27 00:45:45 +02:00
Eloy Lafuente (stronk7)
e75f06d9ec
Merge branch 'MDL-28202' of git://github.com/timhunt/moodle
2011-09-26 22:27:00 +02:00
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
Sam Hemelryk
aa856c7999
Merge branch 'MDL-29484' of git://github.com/timhunt/moodle
2011-09-26 13:53:17 +13:00
Tim Hunt
7664182d7f
MDL-29493 questions should be createable with defaultmark a float.
2011-09-23 12:55:01 +01:00
Tim Hunt
e9735a1f31
MDL-29484 qformat xml tests failing.
2011-09-23 12:06:45 +01:00
Kyle Temkin
aecb339307
MDL-28202 qtype_calculated fix edge case in the rounding code.
2011-09-22 12:13:08 +01:00
Eloy Lafuente (stronk7)
3ff38c0e9c
Merge branch 'MDL-28679' of git://github.com/timhunt/moodle
2011-09-20 00:03:46 +02:00
Sam Hemelryk
4cc14ab11e
Merge branch 'MDL-29366' of git://github.com/timhunt/moodle
2011-09-19 19:19:42 +12:00
Tim Hunt
d47d12d0d4
MDL-28679 question response history displays states incorrectly.
2011-09-16 16:05:12 +01:00
Tim Hunt
bca8065844
MDL-28259 Individual answers Feedback not shown in Cloze questions
2011-09-16 12:02:08 +01:00
Tim Hunt
474abf1221
MDL-29366 qtype_essay import/export as Moodle XML loses files from graderinfo
2011-09-14 19:01:18 +01:00
Sam Hemelryk
f8adfe6cc0
Merge branch 'w36_MDL-28701_m22_tempcachedir' of git://github.com/skodak/moodle
2011-09-12 18:26:09 +12:00
Petr Skoda
b6b5023144
MDL-28701 some more tempdirs updated
2011-09-10 10:55:32 +02:00