Eloy Lafuente (stronk7)
3b00c13bf1
MDL-37894 Amend tests with new openclose rule.
2013-02-20 01:36:20 +01:00
Eloy Lafuente (stronk7)
b70a3b7106
Merge branch 'MDL-38093' of git://github.com/timhunt/moodle
2013-02-20 00:44:54 +01:00
Eloy Lafuente (stronk7)
f1b011d3a8
Merge branch 'MDL-37894' of git://github.com/timhunt/moodle
2013-02-20 00:39:44 +01:00
Tim Hunt
e58b2c326b
MDL-38093 quiz settings: make overall feeback editors collapsible.
2013-02-18 18:13:51 +00:00
Tim Hunt
6e78a7bdb4
MDL-37894 Show the quiz close date even if the quiz is not open yet.
...
People care a lot about deadlines!
2013-02-18 10:27:37 +00:00
Frederic Massart
ebd9ae6523
MDL-31983 navigation: Move reports from Navigation to Settings
2013-02-15 13:06:26 +08:00
Tim Hunt
b4be77c570
MDL-37924 quiz settings: change wrong 'fix' => 'adv'.
2013-02-12 13:36:54 +08:00
Petr Škoda
7a18f49c60
MDL-37726 remove PREVIOUS/NEXT from all install.xml files
...
YAY!
2013-01-29 22:34:46 +01:00
Dan Poltawski
5d80fc80c0
Merge branch 'MDL-37694' of git://github.com/timhunt/moodle
2013-01-29 11:54:36 +08:00
Sam Hemelryk
58f828ca14
Merge branch 'wip-MDL-29723_master' of git://github.com/lazydaisy/moodle
2013-01-28 17:35:04 +13:00
Tim Hunt
e389874d19
MDL-37694 move quiz unit tests to the right place.
...
Follow-on from MDL-37684.
2013-01-25 12:12:12 +00:00
Mary Evans
bd5d8b5041
MDL-29723 mod/quiz: Modified show/hide button in edit.php and added some extra CSS rules to styles.css to make Question bank block more compatible/adaptable with themes.
2013-01-22 16:17:11 +00:00
Aparup Banerjee
8b042b1cc8
Merge branch 'MDL-37583' of git://github.com/timhunt/moodle
2013-01-22 11:37:24 +08:00
Eloy Lafuente (stronk7)
ea4edbd6bc
Merge branch 'MDL-37577' of git://github.com/timhunt/moodle
2013-01-21 20:01:39 +01:00
Tim Hunt
805e32f74e
MDL-37577 quiz overdue handling: optimise database query
...
This is the standard trick of adding a redundant WHERE clause to a
subquery to help the database realise that it does not have to inspect
so many rows.
2013-01-21 13:21:38 +00:00
Dan Poltawski
73ce4ac996
Merge branch 'MDL-37457_master' of git://github.com/dmonllao/moodle
2013-01-21 10:53:12 +08:00
Tim Hunt
283cbd825c
MDL-37583 quiz statistics report. Delete junk code.
2013-01-18 14:43:17 +00:00
Dan Poltawski
864ff70c74
Merge branch 'MDL-36534' of git://github.com/timhunt/moodle
2013-01-15 14:44:28 +08:00
David Monllao
5c3c2c81be
MDL-37457 testing Refactoring references
2013-01-15 11:07:43 +08:00
Tim Hunt
5574862063
MDL-36534 question editing: clean up lang strings.
...
There were a number of lang strings in suboptimal places.
This commit fixes that, and also removed some unused strings.
AMOS BEGIN
MOV [addmorechoiceblanks,qtype_multichoice],[addmorechoiceblanks,question]
MOV [youmustenteramultiplierhere,qtype_calculated],[youmustenteramultiplierhere,qtype_numerical]
AMOS END
2013-01-14 14:52:49 +00:00
Tim Hunt
816138b4f2
MDL-37378 quiz restore: timecheckstate not in old backups.
...
We need to avoid a notice. If the value is missing, setting it to 0 is
fine. It will get sorted out the next time cron is run.
2013-01-11 13:17:13 +00:00
Sam Hemelryk
f44e7d0a77
Merge branch 'MDL-36357' of git://github.com/danpoltawski/moodle
...
Conflicts:
user/view.php
2013-01-09 09:34:22 +13:00
Thanh Le
d18f78b046
MDL-35794 quiz: config for whether Outcomes are advanced settings
2012-12-22 17:38:45 +00:00
Eloy Lafuente (stronk7)
cbef51f54b
Merge branch 'MDL-36842' of git://github.com/timhunt/moodle
2012-12-18 00:17:51 +01:00
Tim Hunt
4475b0ff63
MDL-36842 quiz: update accessrule upgrade.txt file in master.
2012-12-17 17:02:21 +00:00
Joseph Rezeau
26efb4888f
MDL-37114 quiz form validation: feedback boundaries.
...
The feedback boundaries must either be a number or a percentage.
We were not correctly validating the non-percentage case.
2012-12-15 10:44:51 +00:00
Dan Poltawski
aa3258d586
Merge branch 'MDL-36897' of git://github.com/timhunt/moodle
2012-12-13 09:54:17 +08:00
Tim Hunt
0fe1b50c29
MDL-36897 quiz review: fixup previous commit.
2012-12-12 08:12:16 +00:00
Eloy Lafuente (stronk7)
6b9dfe731e
MDL-37032 upgrade: define all the 2.4.0 points
2012-12-11 13:11:11 +01:00
Dan Poltawski
70f4fddae5
Merge branch 'MDL-37098' of git://github.com/timhunt/moodle
2012-12-11 17:51:50 +08:00
Tim Hunt
1744033ccb
MDL-37098 quiz: event handler fails deleting group with no overrides
...
This was a regression from MDL-35717.
2012-12-11 09:06:19 +00:00
Dan Poltawski
0fd3fb0c83
Merge branch 'MDL-36897' of git://github.com/timhunt/moodle
2012-12-11 13:54:15 +08:00
Sam Hemelryk
9a8b79864a
Merge branch 'MDL-36916' of git://github.com/timhunt/moodle
2012-12-11 15:42:13 +13:00
Tim Hunt
609a7676e4
MDL-36897 quiz: redirect teachers from summary to review page.
...
There is already logic like this at the top of attempt.php. If the
teacher arrives at one of these pages for a student's attempt, for
example by clicking a link in the logs, then they should be redirected
to the review page to see the students attempt in its current state.
2012-11-30 15:58:54 +00:00
Dan Poltawski
054124a3ed
MDL-36887 quiz: reorder upgrade.txt's
2012-11-30 11:41:01 +08:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Tim Hunt
6e4a2acf93
MDL-36916 quiz/questions: simplify code after MDL-36638.
2012-11-29 09:28:36 +00:00
Frederic Massart
c384744304
MDL-36638 usability: Core changes for new quiz/question icons
2012-11-29 12:41:29 +08:00
Dan Poltawski
ae8530e854
MDL-35717|NOBUG - fix trailing whitespace problems
2012-11-26 15:01:31 +08:00
Dan Poltawski
939a43e426
Merge branch 'MDL-35717-quiz-attempt-checkstate' of git://github.com/mpetrowi/moodle
...
Conflicts:
mod/quiz/tests/generator/lib.php
2012-11-26 12:07:04 +08:00
Dan Poltawski
3866195155
Merge branch 'MDL-30884' of git://github.com/timhunt/moodle
2012-11-21 15:19:15 +08:00
Tim Hunt
e498f21421
MDL-30884 quiz: ARIA attribute for the coutdown timer.
2012-11-20 13:18:02 +00:00
Petr Škoda
40b9c0694c
MDL-36436 use hacky aspect ratio to work around IE9 issues
2012-11-20 13:01:27 +01:00
Matt Petro
8e771aed93
MDL-35717 quiz: fix overdue attempt processing
2012-11-16 21:32:09 -05:00
Frederic Massart
06b7ed0a45
MDL-36415 usability: Use new up/down and ordering icons
2012-11-16 12:47:09 +08:00
Dan Poltawski
0e35ba6ffc
MDL-36357 cleanup - remove double semicolons
2012-11-15 09:51:26 +08:00
Dan Poltawski
b0ba493cd0
Merge branch 'MDL-30545' of git://github.com/timhunt/moodle
2012-11-13 13:21:50 +08:00
Dan Poltawski
90a23f067c
Merge branch 'wip-MDL-36277-master' of git://github.com/barbararamiro/moodle
...
Conflicts:
theme/standard/style/course.css
2012-11-06 14:58:49 +08:00
Dan Poltawski
eb5fc2a7d5
Merge branch 'MDL-36347' of git://github.com/timhunt/moodle
2012-11-06 09:41:56 +08:00
Barbara Ramiro
2df53c3ed8
MDL-36277 Usability: New Activity icons in SVG and PNG formats
2012-11-06 00:02:31 +08:00