Tim Hunt
554de0d73a
MDL-27314 quiz reports: fix JS confirmation before deleting attempts.
2011-12-09 02:33:47 +01:00
Aparup Banerjee
46f2a9366a
MDL-30604 Added upgrade lines to upgrade.php(s)
2011-12-09 01:28:59 +01:00
Eloy Lafuente (stronk7)
bc4869a828
Merge branch 'MDL-29579' of git://github.com/timhunt/moodle
2011-12-08 23:36:49 +01:00
Eloy Lafuente (stronk7)
01783c46d4
Merge branch 'MDL-27314' of git://github.com/timhunt/moodle
2011-12-08 00:45:15 +01:00
Tim Hunt
edfa0d800f
MDL-29579 quiz statistics, include qtext in full XHTML export.
2011-12-05 15:44:01 +00:00
Igor Sazonov
21beddafa8
MDL-27314 quiz attempts cannot be deleted in separate groups mode.
2011-12-01 16:22:43 +00:00
Sam Hemelryk
6416c6c25b
Merge branch 'MDL-30007' of git://github.com/stronk7/moodle
2011-12-01 17:14:52 +13:00
Aparup Banerjee
0fa557d5fd
Merge branch 'MDL-30260_disable_messages' of git://github.com/andyjdavis/moodle
2011-12-01 11:24:47 +08:00
Andrew Davis
d8aa5ec7a0
MDL-30260 message: added /message/upgrade.txt, checked calls to message_send() are supplying user.emailstop and improved message_send() to handle message requests that don't
2011-11-30 10:02:45 +08:00
Petr Skoda
11106669a1
MDL-30007 standardise quiz report version files
2011-11-29 22:19:05 +01:00
Petr Skoda
633d5a07af
MDL-30007 standardise module version files
2011-11-29 21:38:14 +01:00
Mary Evans
24050190e3
MDL-29226 RTL fixes - additions and amendments
2011-11-19 00:53:14 +00:00
Eloy Lafuente (stronk7)
f71e41691a
Merge branch 'MDL-30182' of git://github.com/timhunt/moodle
2011-11-17 10:53:56 +01:00
Tim Hunt
0850e6301a
MDL-30182 fix missing include. Sorry.
2011-11-17 08:02:20 +00:00
Eloy Lafuente (stronk7)
1f40b7e252
Merge branch 'MDL-29743' of git://github.com/timhunt/moodle
2011-11-17 01:22:22 +01:00
Eloy Lafuente (stronk7)
d647c2d608
Merge branch 'MDL-30069' of git://github.com/timhunt/moodle
2011-11-17 00:45:00 +01:00
Eloy Lafuente (stronk7)
e929eb0353
Merge branch 'MDL-30122' of git://github.com/timhunt/moodle
2011-11-17 00:33:54 +01:00
Eloy Lafuente (stronk7)
e5bac3491a
Merge branch 'MDL-30182' of git://github.com/timhunt/moodle
2011-11-17 00:18:25 +01:00
Eloy Lafuente (stronk7)
7f8dc336aa
Merge branch 'MDL-30209' of git://github.com/timhunt/moodle
2011-11-17 00:02:02 +01:00
Nadav Kavalerchik
7a25d39873
MDL-27516 Several CSS fixes for right to left languages
2011-11-17 11:42:12 +13: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
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
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
Eloy Lafuente (stronk7)
8ac9d33f49
Merge branch 'MDL-26647-master' of git://github.com/sammarshallou/moodle
...
Conflicts:
lib/db/upgrade.php
report/completion/index.php
report/progress/index.php
version.php
2011-11-11 03:37:55 +01:00
Eloy Lafuente (stronk7)
f3bf5eba51
Merge branch 'MDL-30145' of git://github.com/timhunt/moodle
2011-11-10 00:25:45 +01:00
Tim Hunt
9d5687893a
MDL-30145 Quiz intro not displayed on the password page
2011-11-04 22:57:17 +00:00
Tim Hunt
f484a62984
MDL-30137 question engine: Ugglify the SQL to appease MS SQL server.
2011-11-04 15:02:29 +00:00
sam marshall
e4aec5bed3
MDL-26647 (6) Support showuseridentity on grader report, quiz report, SCORM report
2011-11-04 13:57:17 +00:00
Sam Hemelryk
6ab6630b87
Merge branch 'MDL-29164' of git://github.com/timhunt/moodle
2011-11-01 16:47:16 +13:00
Tim Hunt
a49e92a4e9
MDL-29164 question import, missing lang string.
...
AMOS BEGIN
MOV [noquestionsinfile,mod_quiz],[noquestionsinfile,question]
AMOS END
2011-10-31 15:35:07 +00: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
Aparup Banerjee
a0b10b271f
Merge branch 'MDL-29854_b' of git://github.com/timhunt/moodle
2011-10-26 11:23:09 +08: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
Sam Hemelryk
6f59dd1a8b
Merge branch 'MDL-29906' of git://github.com/timhunt/moodle
2011-10-25 12:25:28 +13:00
Tim Hunt
442a3c0b62
MDL-29906 quiz statistics report: replace use of deprectaed helpbutton.
2011-10-24 16:19:46 +01:00
Tim Hunt
987541952f
MDL-29828 quiz review: fix display of overdue time.
2011-10-20 23:16:58 +01:00
Eloy Lafuente (stronk7)
92e0466957
Merge branch 'MDL-29627' of git://github.com/timhunt/moodle
2011-10-18 11:22:15 +02:00
Eloy Lafuente (stronk7)
bca8b79e2a
Merge branch 'MDL-28491' of git://github.com/timhunt/moodle
2011-10-18 11:08:15 +02:00
Tim Hunt
0e2274c382
MDL-28491 fix notice because $page was undefined.
2011-10-18 08:40:02 +01:00
Tim Hunt
e4df79dd9c
MDL-29627 quiz access rules: quiz edit settings was broken with no custom rules installed.
...
Thanks to Apu for reporting this.
2011-10-18 08:22:05 +01:00
Sam Hemelryk
f856216cb1
Merged branch 'MDL-28491' of git://github.com/timhunt/moodle.git with conflict resolution
2011-10-18 14:31:34 +13:00
Tim Hunt
613002ced4
MDL-29627 quiz access rules: fix two little problems found during integration.
...
Missing include was breaking unit tests if they were run separately.
Missing breaks in one switch.
2011-10-18 00:39:22 +01:00
Tim Hunt
1b796a2700
MDL-28491 diplay the quiz navigation on the summary page.
...
This makes the UI more consistent as you work through the quiz. The improvement is more noticable in some themes than others.
2011-10-17 12:06:44 +01:00
Tim Hunt
c999d841b4
MDL-29627 add quizaccess plugins to standard_plugins_list.
2011-10-13 11:13:26 +01:00
Tim Hunt
5adace99f8
MDL-29627 quiz access rules: backup and restore of data.
2011-10-13 11:13:24 +01:00
Tim Hunt
ffe162d44d
MDL-29627 quiz access move strings only used in one subplugin into that plugin.
...
AMOS BEGIN
MOV [youcannotwait,mod_quiz],[youcannotwait,quizaccess_delaybetweenattempts]
MOV [youmustwait,mod_quiz],[youmustwait,quizaccess_delaybetweenattempts]
MOV [subnetwrong,mod_quiz],[subnetwrong,quizaccess_ipaddress]
MOV [attemptsallowedn,mod_quiz],[attemptsallowedn,quizaccess_numattempts]
MOV [notavailable,mod_quiz],[notavailable,quizaccess_openclosedate]
MOV [quiznotavailable,mod_quiz],[quiznotavailable,quizaccess_openclosedate]
MOV [passworderror,mod_quiz],[passworderror,quizaccess_password]
MOV [requirepasswordmessage,mod_quiz],[requirepasswordmessage,quizaccess_password]
MOV [requiresafeexambrowser,mod_quiz],[requiresafeexambrowser,quizaccess_safebrowser]
MOV [safebrowsererror,mod_quiz],[safebrowsererror,quizaccess_safebrowser]
MOV [safebrowsernotice,mod_quiz],[safebrowsernotice,quizaccess_safebrowser]
MOV [popupwithjavascriptsupport,mod_quiz],[popupwithjavascriptsupport,quizaccess_securewindow]
MOV [quiztimelimit,mod_quiz],[quiztimelimit,quizaccess_timelimit]
AMOS END
2011-10-13 11:13:22 +01:00
Tim Hunt
987c2d491e
MDL-29627 quiz access refactor password check into a generic check page.
2011-10-13 11:13:20 +01:00
Tim Hunt
4344c5d5d9
MDL-29627 quiz old popup int column => new browsersecurity column.
...
The new column store more meaningful string constants.
2011-10-13 11:13:18 +01:00