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
Eloy Lafuente (stronk7)
065d6d80a2
Merge branch 'MDL-29627' of git://github.com/timhunt/moodle
2011-10-18 01:44:58 +02: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
Eloy Lafuente (stronk7)
22ca3e49e0
NOBUG - whitespace fixes (MDL-19488, MDL-27242, MDL-29435)
2011-10-17 10:19:59 +02:00
Sam Hemelryk
f35c45006a
MDL-19488 mod_feedback: Coding style improvement
2011-10-17 11:12:33 +13:00
Sam Hemelryk
629aa44873
Merge branch 'MDL-19488_master_wip' of git://github.com/grabs/moodle
2011-10-17 11:07:25 +13:00
Eloy Lafuente (stronk7)
140af2a0f0
MDL-29191 wiki - avoid one more username leak
2011-10-16 19:03:19 +02:00
Sun Zhigang
6b3e5ab959
MDL-29191 - Show creator's fullname instead of username
2011-10-16 18:52:35 +02:00
Stephen Bourget
e4784b616a
MDL-29698 Assignment: Fix broken logentry
2011-10-16 18:26:38 +02: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
Tim Hunt
0eafc98852
MDL-29627 fix code-checker issues throughout the quiz code.
2011-10-13 11:13:16 +01:00
Tim Hunt
1d9e1a3c06
MDL-29627 refactor the way the rules are constructed from the quiz.
2011-10-13 11:13:14 +01:00
Tim Hunt
d755b0f577
MDL-29627 quiz_access_manager move all output code to the renderer.
...
This achieves a massive clean-up. It simplifies comples code in a number
of places. It allows some methods and functions to be moved to a more
appropriate home (for example cannot_review_message to the quiz class).
It moves more logic out of the renderer.
2011-10-13 11:13:12 +01:00
Tim Hunt
dd70d561ef
MDL-29627 quiz load access settings when a quiz is being attempted.
2011-10-13 11:13:10 +01:00
Tim Hunt
c18ba64c3e
MDL-29627 load the existing settings when the quiz settings are re-edited.
2011-10-13 11:13:08 +01:00
Tim Hunt
b83c32d39f
MDL-29627 quiz access plugins can add fields to mod_form and save the data.
2011-10-13 11:13:06 +01:00
Tim Hunt
ea38245cfb
MDL-29627 quiz access: move the unit tests into the relevant plugins.
2011-10-13 11:13:04 +01:00
Tim Hunt
e5844040a0
MDL-29627 quiz access: fix variable names that don't match the coding style.
2011-10-13 11:13:02 +01:00
Tim Hunt
a28a5d74af
MDL-29627 refactor quiz access rules into separate subplugins.
2011-10-13 11:13:00 +01:00
Andreas Grabs
7b1126fd20
MDL-19488 - allow the creation of a "Public" feedback
2011-10-13 11:10:15 +02:00
Andreas Grabs
e70dab0646
MDL-19488 - allow the creation of a "Public" feedback
2011-10-13 11:10:15 +02:00
Andreas Grabs
485ec5941e
MDL-19488 - allow the creation of a "Public" feedback
2011-10-13 11:10:14 +02:00
Ankit Kumar Agarwal
4373200f88
MDL-28483 URL adding validation checks and changing field externalurl to not-null
2011-10-13 08:57:27 +05:30
Adrian
ec3c9dad7b
MDL-28483 URL making url field required
2011-10-13 08:57:20 +05:30
Sam Hemelryk
d87ef08598
Merge branch 'MDL-29447' of git://github.com/timhunt/moodle
2011-10-11 10:25:33 +13:00
Eloy Lafuente (stronk7)
c676af9f72
MDL-29564 Assignment: whitespace fix
2011-10-10 13:08:48 +02:00
Sam Hemelryk
1216ab39d1
Merge branch 'MDL-16553' of git://github.com/bostelm/moodle
2011-10-10 17:56:14 +13:00
Stephen Bourget
19f7391c50
MDL-29564 Assignment: Fixed a fatal error caused by a missing include
2011-10-10 11:54:53 +13:00
Henning Bostelmann
db3543428f
MDL-16553 Assignment, student view: show response files when no grade available
2011-10-07 23:22:31 +01:00
Dan Marsden
c9b8a78951
MDL-29690 fix usage of select all/deselect all in choice reports
2011-10-07 21:41:35 +13:00
Aparup Banerjee
73f5ebea0c
Merge branch 'wip-MDL-28615-master-squashed' of git://github.com/samhemelryk/moodle
2011-10-05 10:54:05 +08:00
Eloy Lafuente (stronk7)
202c2032fa
Merge branch 'MDL-28469' of git://github.com/timhunt/moodle
2011-10-05 01:13:57 +02:00
Sam Hemelryk
a161d96f3a
MDL-28615 forum: Fixed up a couple of minor regressions
2011-10-05 11:08:50 +13:00
Tim Hunt
8dd9ccf475
MDL-29447 quiz course reset does not reset the quiz_grades table.
...
Thank to Jean-Michel Vedrine for working out the basic idea of the fix.
2011-10-04 22:47:44 +01:00
Eloy Lafuente (stronk7)
a361676b22
Merge branch 'MDL-27857-assignment-portfolio' of git://github.com/mudrd8mz/moodle
2011-10-04 12:42:32 +02:00
Sam Hemelryk
0870a06899
Merge branch 'MDL-29621_master_wip' of git://github.com/grabs/moodle
2011-10-04 17:54:00 +13:00
Sam Hemelryk
6fdcc0d44f
MDL-28615 forum: Fixed missing context regression
2011-10-04 16:37:16 +13:00
Sam Hemelryk
2bbe5979cb
Merge branch 'MDL-28725_wiki_section2' of git://github.com/andyjdavis/moodle
2011-10-04 16:21:16 +13: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)
eefebc2edb
Merge branch 'MDL-29570' of git://github.com/timhunt/moodle
2011-10-03 21:42:28 +02:00
Andreas Grabs
af26e3453a
MDL-29621 - XHTML not welformed when creating Feedback questions
2011-10-03 18:40:16 +02:00