Dan Poltawski
e13388c1c0
MDL-32783 quiz overdue handling: improve lang string
...
And remove a stray #
2012-06-08 10:47:31 +08:00
Dan Poltawski
583c698ee1
Merge branch 'MDL-32783' of git://github.com/timhunt/moodle
2012-06-08 10:36:17 +08:00
Sam Hemelryk
5874cc6aab
Merge branch 'MDL-32325-master' of git://github.com/FMCorz/moodle
2012-06-08 10:20:43 +12:00
Tim Hunt
a6866c7e9f
MDL-32783 quiz overdue handling: enforce end of grace period
...
The summary page was not enforcing the end of the grace period. If the
user had the summary page open, then they coudl still stubmit after the
end of the grace period.
Also, the editing form was not validating that the quiz grace period was
greater than quiz|graceperiodmin in the quiz configuration, and that
should be checked, so I added it.
I fear that processattempt.php is becoming very spaghetti-like with all
the timing rules, it really needs to be refactored, but not 2 weeks
before the 2.3 release. (When refactoring, we really need unit tests for
this.)
2012-06-07 19:17:07 +01:00
Tim Hunt
d9552ab44f
MDL-33393 quiz overdue handling: improve strings and add help
2012-06-07 17:33:46 +01:00
Dan Poltawski
901f49097a
Merge branch 'MDL-33532' of git://github.com/timhunt/moodle
2012-06-07 22:23:38 +08:00
Dan Poltawski
3bc24f9aa7
Merge branch 'MDL-33517' of git://github.com/timhunt/moodle
2012-06-07 21:49:14 +08:00
Tim Hunt
7f5f384477
MDL-33532 quiz editing: let uses enter locale floats.
...
So, for example, Croatian users can set the maximum grade to 65,5.
2012-06-07 12:55:53 +01:00
Dan Poltawski
620ecd38d2
Merge branch 'wip-MDL-33482-master' of git://github.com/danpoltawski/moodle
2012-06-07 18:11:10 +08:00
Barbara Ramiro
89e00e91cd
MDL-33482 Activity Chooser styled similar to Filepicker particularly the look and feel with drop shadow
2012-06-07 18:09:14 +08:00
Dan Poltawski
644495114e
Merge branch 'MDL-33475' of git://github.com/netspotau/moodle-mod_assign
2012-06-07 17:33:39 +08:00
Dan Poltawski
a6eecb7c9d
Merge branch 'MDL-33535-master-1' of git://git.luns.net.uk/moodle
2012-06-07 17:25:59 +08:00
Andrew Robert Nicols
7ccec1e2cf
MDL-33535 Correct typo in glossary documentation link
2012-06-07 09:17:40 +01:00
Dan Poltawski
c9978ce67b
Merge branch 'w23_MDL-33555_m23_assignfk' of git://github.com/skodak/moodle
2012-06-07 14:29:08 +08:00
Damyon Wiese
eba009ea63
MDL-33475: Fix javascript error when advanced grading is used in mod_assign
2012-06-07 10:52:05 +08:00
Damyon Wiese
2d8a9ce96c
MDL-33572: Make the display of the "graded" status consistent in mod_assign
...
Do not display "graded" when the grade is set to -1.
2012-06-07 10:22:46 +08:00
Damyon Wiese
4913af936f
MDL-33498: Correct use of unformat_float for mod_assign decimal grades
...
This was affecting locales that use , instead of . in floating point numbers.
2012-06-07 09:27:59 +08:00
Andreas Grabs
e7fc2ff42e
MDL-27675 - Feedback module abuses data_submitted
2012-06-06 23:17:35 +02:00
Tim Hunt
ee326d5e7d
MDL-33548 quiz manual grading: check the grade is in range.
...
To do this nicely, I refactored some code out of the quiz manual grading
report.
2012-06-06 20:21:33 +01:00
Tim Hunt
f02a91fc50
MDL-33517 quiz: revise timelimit help string.
...
Thanks Helen.
2012-06-06 19:24:48 +01:00
Petr Skoda
3269c859bf
MDL-33555 fix invalid FK in mod_assign
...
There is no need to upgrade DB because we create only indexes now.
2012-06-06 10:54:40 +02:00
Dan Poltawski
de6a0dfd3d
Merge branch 'MDL-33547' of git://github.com/netspotau/moodle-mod_assign
2012-06-06 16:09:15 +08:00
Damyon Wiese
509e59ca38
MDL-33547: Fix for mod_assign portfolio export for a list of files.
...
This will fix any submission or feedback plugin using render_area_files
to show a list of files.
2012-06-06 15:49:37 +08:00
Dan Poltawski
7f04dd633f
Merge branch 'MDL-33088-master' of git://github.com/FMCorz/moodle
2012-06-06 13:20:59 +08:00
Frederic Massart
a8608cba3f
MDL-33088 Glossary: disabled filtering on concepts in recent activity block
2012-06-06 12:57:02 +08:00
Aparup Banerjee
bfcf1a449c
Merge branch 'wip-MDL-33527-master' of git://github.com/phalacee/moodle
2012-06-06 11:07:08 +08:00
Dan Poltawski
c89331a4ca
Merge branch 'MDL-33119' of git://github.com/timhunt/moodle
2012-06-06 10:31:12 +08:00
Frederic Massart
50d24a3c85
MDL-32325 Glossary: Entrylist print version is XHTML compliant
2012-06-06 09:55:36 +08:00
Jason Fowler
abaf245f10
MDL-33527 - Database - Fixing the ability to export database entries
2012-06-06 09:13:26 +08:00
Sam Hemelryk
f064f0fd15
Merge branch 'w23_MDL-33103_m23_dataestrict' of git://github.com/skodak/moodle
2012-06-06 11:50:19 +12:00
Sam Hemelryk
f48de74428
Merge branch 'MDL-33487' of git://github.com/danpoltawski/moodle
2012-06-06 10:06:17 +12:00
Dan Poltawski
a16757ed9c
Merge branch 'MDL-33042-master-1' of git://git.luns.net.uk/moodle
2012-06-05 12:52:39 +08:00
Dan Poltawski
ac0ad29c6f
Merge branch 'MDL-33319' of git://github.com/netspotau/moodle-mod_assign
2012-06-05 12:03:56 +08:00
Dan Poltawski
f7091beef4
Merge branch 'MDL-33485' of git://github.com/timhunt/moodle
2012-06-05 10:16:44 +08:00
Dan Poltawski
92c1f40445
MDL-31460 mod_forum: fix trailing whitespace
2012-06-05 09:34:26 +08:00
Dan Poltawski
50bc155cce
Merge branch 'MDL-31460_unsubscribe' of git://github.com/andyjdavis/moodle
2012-06-05 09:33:38 +08:00
Andrew Davis
74a37e1deb
MDL-31460 mod_forum: added some controls to mod/forum/unsubscribeall.php to prevent the removal of subscriptions the user shouldnt be able to delete
2012-06-04 09:16:21 +07:00
Eloy Lafuente (stronk7)
34570f86bc
MDL-33480 book print tool: display intro images properly
2012-06-04 01:46:53 +02:00
Petr Skoda
b208ded6cf
MDL-33103 fix mod_data E_STRICT issue in import
2012-06-02 21:39:18 +02:00
Dan Poltawski
578d7f3dbd
MDL-33487 - mod_forum: incorrect param ordering
...
Thanks to Garret Gengler for spotting it.
2012-06-01 23:35:26 +08:00
Tim Hunt
9378c99b02
MDL-33119 quiz complete report: fix placeholders in attempt string.
2012-06-01 08:45:41 -06:00
Tim Hunt
fc86f69b52
MDL-33485 quiz manual grading report: fix SQL typo.
2012-06-01 08:11:48 -06:00
Eloy Lafuente (stronk7)
dac01a7444
Merge branch 'MDL-33389_master' of git://github.com/kordan/moodle
2012-05-31 16:14:57 +02:00
Aparup Banerjee
ffbe29a6bd
Merge branch 'MDL-33140' of git://github.com/timhunt/moodle
2012-05-31 14:15:19 +08:00
Tim Hunt
602a76d86a
MDL-33140 quiz browser security: block copy/paste more
2012-05-30 14:48:39 -06:00
Dan Poltawski
2605112e0b
Merge branch 'MDL-33045-master-2' of git://git.luns.net.uk/moodle
2012-05-30 14:14:50 +08:00
Sam Hemelryk
378eb6f6a2
Revert "Merge branch 'MDL-27675_master_wip' of git://github.com/grabs/moodle"
...
This reverts commit a09a9be812
, reversing
changes made to 08e0aaa173
.
2012-05-30 16:34:11 +12:00
Dan Poltawski
d88f1a51fc
Merge branch 'MDL-33414' of git://github.com/netspotau/moodle-mod_assign
2012-05-30 11:45:32 +08:00
Sam Hemelryk
6fbe06e530
Merge branch 'MDL-33385' of git://github.com/netspotau/moodle-mod_assign
2012-05-30 15:26:27 +12:00
Dan Poltawski
7e82553331
Merge branch 'MDL-33404_resource_dnd_defaults' of https://github.com/moodler/moodle
2012-05-30 09:38:22 +08:00