Dan Poltawski
8674c5e415
Merge branch 'MDL-44497-master' of https://github.com/jamiepratt/moodle
2014-03-11 12:35:57 +08:00
James Pratt
185aae5dbe
MDL-44497 quiz responses report : error when no attempts
2014-03-07 17:24:13 +07:00
David Monllao
759b323e0e
MDL-43236 behat: Updating references to deprecated methods
2014-03-07 16:05:21 +08:00
Eloy Lafuente (stronk7)
170c87d808
Merge branch 'MDL-44425-en_fix' of git://github.com/mudrd8mz/moodle
2014-03-06 00:35:28 +01:00
Helen Foster
fcca760ae7
MDL-44425 Merge English strings from the en_fix language pack
2014-03-05 13:29:32 +01:00
Dan Poltawski
a59b2e18d8
Merge branch '44180-27' of git://github.com/samhemelryk/moodle
2014-03-05 12:47:17 +08:00
Tim Hunt
2fa19cfe82
MDL-43749 quiz editing: fix adding the first question.
...
The first question added to a quiz was getting slot number 2, not 1.
2014-03-04 17:57:47 +00:00
Dan Poltawski
3071e2bbf9
Merge branch 'MDL-44278' of git://github.com/timhunt/moodle
2014-03-04 15:43:23 +08:00
Damyon Wiese
267c4b4292
Merge branch 'MDL-43738_master' of git://github.com/dmonllao/moodle
2014-03-04 13:29:03 +08:00
Dan Poltawski
f504e63daa
Merge branch 'wip-MDL-44321-master' of git://github.com/marinaglancy/moodle
2014-03-03 13:50:18 +08:00
Dan Poltawski
a8b07dbf98
Merge branch 'wip-MDL-44362-master' of git://github.com/marinaglancy/moodle
2014-03-03 13:33:40 +08:00
Maria Torres
dc8f55c302
MDL-43916 - Email addresses incorrectly displayed
...
When capabilities and settings do not allow it.
2014-03-03 10:35:00 +08:00
Sam Hemelryk
01773a6d00
MDL-44180 mod_quiz: unified @package use
2014-03-03 08:37:06 +13:00
Tim Hunt
b111c177f0
MDL-43749 quiz DB tables. Put install.xml in a more logical order.
...
All settings tables before all user data.
2014-03-02 10:01:22 +01:00
Tim Hunt
ccba5b8805
MDL-43749 normalise quiz database structure.
...
The sequence of questions that made up a quiz used to be stored as a
comma-separated list in quiz.questions. Now the same information is
stored in the rows in the quiz_slots table. This is not just 'better' in
a database design sense, but it allows for the future changes we will
need as we enhance the quiz in the MDL-40987 epic.
Having changed the database structure, all the rest of the code needs to
be changed to account for it, and that is done here.
Note that there are not many unit tests for the changed bit. That is
because as part of MDL-40987 we will be changing the code further, and
we will add unit tests then.
2014-03-02 10:00:40 +01:00
Marina Glancy
21d2280361
MDL-44362 recentactivity: fix regressions from MDL-44055
2014-02-28 16:39:32 +08:00
Marina Glancy
cd5be9a504
MDL-44321 events: make sure the full object is passed to add_record_snapshot()
2014-02-28 16:37:36 +08:00
Tim Hunt
73465743f9
MDL-44278 Quiz time overrides: use the same step everywhere.
...
On the main form, you could select to the nearest minute. On
the override form you could only select to the nearest 5 minutes.
2014-02-28 08:58:58 +01:00
David Monllao
8aff0eec9d
MDL-43738 behat: Refactoring the field type guesser
...
The previous behaviour delegates the responsability
of overwriting the 3 public methods to the child
classes, now the field type or moodleform field is
guessed earlier in the execution flow.
Other changes introduced here:
- Fix wrong moodleform detection when there is a form
in the page but the field we are dealing with is
not inside it.
- Updating the last week feature files to these new
step definitions.
- Some coding style changes.
2014-02-27 18:43:20 +08:00
Damyon Wiese
a18c3591c6
MDL-40619 mod_quiz: Remove commented non-js behat scenario
2014-02-25 11:02:03 +08:00
Damyon Wiese
fce9daa806
Merge branch 'wip-MDL-40619-master' of git://github.com/marinaglancy/moodle
2014-02-25 10:53:09 +08:00
James Pratt
99caa248a8
MDL-43478 quiz responses report : display last / first / all tries
...
when using multiple try question behaviour
2014-02-23 13:39:08 +07:00
Damyon Wiese
6071a209fe
Merge branch 'MDL-44118_2' of git://github.com/timhunt/moodle
...
Conflicts:
version.php
2014-02-19 09:08:42 +08:00
Tim Hunt
30de48d285
MDL-44118 drop old quiz/question attempt data.
...
This data should all have been upgraded when moving to Moodle 2.1. It
was only kept as a back-up, and now, after 3 years have past, we can
clean it up.
2014-02-18 11:55:26 +00:00
Damyon Wiese
d306807e02
Merge branch 'MDL-43479-master' of https://github.com/jamiepratt/moodle
2014-02-18 10:16:15 +08:00
Damyon Wiese
a0cb27f72a
Merge branch 'MDL-43539-master' of https://github.com/jamiepratt/moodle
2014-02-17 16:08:50 +08:00
Damyon Wiese
9e72fa97a9
Merge branch 'MDL-41759-master' of https://github.com/jamiepratt/moodle
2014-02-17 15:32:45 +08:00
Damyon Wiese
1265a7c4c5
Merge branch 'MDL-41758-master' of git://github.com/jamiepratt/moodle
2014-02-17 15:04:05 +08:00
Damyon Wiese
1d35590029
Merge branch 'MDL-41755-master-v2' of git://github.com/jamiepratt/moodle
2014-02-17 15:01:45 +08:00
Marina Glancy
7f051de21d
MDL-40619 behat: test for creating a one-question quiz
2014-02-17 14:19:32 +08:00
Sam Hemelryk
9e7fb3e848
Merge branch 'MDL-44055-master' of git://github.com/andrewnicols/moodle
2014-02-17 09:04:48 +13:00
James Pratt
3d6f2466d9
MDL-43479 quiz response analysis : suppress break down by variants
...
where there are very many variants
2014-02-14 15:40:52 +07:00
James Pratt
fc60441054
MDL-43539 quiz statistics : coding error from progress bar
...
when no sub-questions - "parent progress count must be at least 1"
2014-02-14 15:24:37 +07:00
James Pratt
4922e79f3e
MDL-41759 quiz statistics : break down responses for each variant
2014-02-14 15:23:04 +07:00
James Pratt
51e3ded838
MDL-41758 quiz statistics : link to full break down of stats for slots
...
where a question in a slot has subquestions and/or variants.
2014-02-14 15:16:07 +07:00
James Pratt
ac3e5ed7ba
MDL-41755 tablelib : added a function to add multiple rows at once
2014-02-14 14:13:02 +07:00
Andrew Nicols
3047f140de
MDL-44055 mod_quiz: Add missing alternate name fields
2014-02-11 09:55:38 +08:00
Eloy Lafuente (stronk7)
16b2fc5913
Merge branch 'MDL-43338-master' of https://github.com/jamiepratt/moodle
2014-02-11 00:26:29 +01:00
Sam Hemelryk
179ddd105b
Merge branch 'MDL-43804-master' of git://github.com/ankitagarwal/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-02-10 08:50:23 +13:00
Sam Hemelryk
705c5e0aed
Merge branch 'MDL-44029-quiz-group-delete-handler-bug' of https://github.com/mpetrowi/moodle
2014-02-10 08:44:39 +13:00
James Pratt
c3e2e754dd
MDL-43338 quiz statistics : refactoring question statistics code
...
to improve readability and maintainability.
2014-02-07 13:35:20 +07:00
Matt Petro
74b3c4e58c
MDL-44029 mod_quiz: Fixing group deleted handler so it does not remove user overrides.
2014-02-06 13:32:04 -05:00
Marina Glancy
7f34b8e135
Merge branch 'MDL-42339' of git://github.com/rwijaya/moodle
2014-02-05 15:56:30 +08:00
Rossiani Wijaya
8c6ca6961a
MDL-42339 - removed double formatting for set_title() and set_heading()
2014-02-05 14:47:23 +08:00
Sam Hemelryk
d9fece93d0
Merge branch 'MDL-41757-master' of https://github.com/jamiepratt/moodle
2014-02-05 12:36:52 +13:00
Sam Hemelryk
8213574043
Merge branch 'MDL-41756-master' of https://github.com/jamiepratt/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2014-02-05 12:35:11 +13:00
Marina Glancy
e5fd05a368
Merge branch 'MDL-41754-master' of git://github.com/jamiepratt/moodle
2014-02-04 15:44:51 +08:00
Sam Hemelryk
aa01949f24
Merge branch 'MDL-43369-master' of git://github.com/jamiepratt/moodle
2014-02-04 15:50:48 +13:00
Ankit Agarwal
6b21643236
MDL-43804 themes: Update css not to use r0 and r1 identifiers for table rows
2014-02-03 14:29:39 +08:00
Rajesh Taneja
623a32e50d
MDL-43736 Events: Updated unit test to test context not used in event
2014-01-29 11:39:50 +08:00