David Monllao
912a46dbce
MDL-38969 behat: New test
...
According to MDLQA-59, in an assignment
students can add and edit text online.
2013-04-09 10:32:05 +08:00
Dan Poltawski
b11c74f492
Merge branch 'wip-MDL-38541-m25' of git://github.com/marinaglancy/moodle
2013-04-09 09:47:47 +08:00
Marina Glancy
4202471a36
MDL-38541 Make sure course cache is cleared properly during upgrade
...
- Core upgrade MUST NOT call rebuild_course_cache() at all - update DB directly instead
- Plugins MUST call rebuild_course_cache(.., TRUE) for clearing the course cache and can not update DB directly
- Plugins MUST NOT call rebuild_course_cache() unless for clearing the cache
- Created function upgrade_ensure_not_running() to be included in other functions that can not be used during upgrade
2013-04-09 11:31:18 +10:00
David Monllao
ad2f644087
MDL-38942 behat: New test
...
According to MDLQA-4582, a teacher can
set a group assignment.
2013-04-08 17:33:37 +08:00
Tim Hunt
a6f849cbe6
MDL-38935 quiz autosave: save HTML editor contents.
...
Also, ignore changes in scrollpos.
2013-04-08 10:29:58 +01:00
Dan Poltawski
bf48be3c7c
Merge branch 'MDL-38634' of git://github.com/rlorenzo/moodle
2013-04-08 11:55:55 +08:00
Tim Lock
be47011d3c
MDL-35868: quiz: Use correct attemptnumber when a last attempt exists.
2013-04-08 11:09:04 +08:00
Rex Lorenzo
1207ae1a34
MDL-38634 folder: Problems displaying multiple folder resources inline in the course page
2013-04-07 17:28:24 -07:00
Matteo Scaramuccia
aefeca7793
MDL-35840 SCORM TOC: fixed a typo, improvements on getting the focus
2013-04-08 09:43:20 +12:00
Dan Marsden
c848280ad8
MDL-37844 SCORM: fix js error and highlight selected node in TOC.
2013-04-08 09:39:05 +12:00
Eloy Lafuente (stronk7)
c1782ec626
MDL-22153 backup: delete old, unused, 1.9 files
2013-04-07 17:20:41 +02:00
Andrea Bicciolo
0e633595d8
MDL-38480_m Fix for messy usage of language strings in block course overview
2013-04-05 12:30:22 +02:00
Dan Poltawski
8b8641876b
Merge branch 'MDL-36804-fix3' of git://github.com/damyon/moodle
2013-04-05 16:43:43 +08:00
Damyon Wiese
9f014461db
MDL-36804 Assign attempt history: Submit button missing
2013-04-05 16:40:16 +08:00
Paul Campbell
4f6c447be1
MDL-38766 wiki2.0: fix redirects
...
Signed-off-by: Paul Campbell <pcampbell@carnegiecollege.ac.uk>
2013-04-05 09:36:46 +01:00
Dan Poltawski
31f2822a5e
Merge branch 'MDL-36804-master-fix2' of git://github.com/damyon/moodle
2013-04-05 16:00:35 +08:00
Damyon Wiese
e7af192606
MDL-36804 Assign history: Fix automatic coding error when using auto-reopen method
...
This fix should call the gradebook function is_passed - but the gradebook is returning a record with
not enough information to create an instance of grade_grade.
2013-04-05 15:53:38 +08:00
Dan Poltawski
c39896e85d
Revert "MDL-38678 SCORM: Runtime Environment (RTE) checks not required in case of SCO Assets"
...
This reverts commit fe104762c9acb0e178ae1d5ffe514c8109f48f0a.
2013-04-05 14:34:07 +08:00
Damyon Wiese
f39aaadb35
MDL-38933 Assign - improved wording for help string.
2013-04-05 14:20:45 +08:00
Damyon Wiese
a8fdb36cf2
MDL-36804 Assignment attempt history: Fix warning on saving a new grade.
...
This is a fix for the case when there is a submission but no grade.
2013-04-05 10:03:00 +08:00
Tim Hunt
e3485c5f75
MDL-38538 quiz autosave: fix JavaScript errors.
...
1. Make cancelling the delay more robust.
2. Ignore changes in flag state. They are already saved using AJAX.
3. Typo that caused an error when there was no TinyMCE on the page.
2013-04-04 12:32:54 +01:00
Tim Hunt
aa81e35847
MDL-38209 quiz css: fix minor regression.
2013-04-04 11:17:39 +01:00
Damyon Wiese
6ed18a6828
Merge branch 'MDL-38633' of git://github.com/stronk7/moodle
2013-04-04 14:26:15 +08:00
Rossiani Wijaya
2612e21bd4
MDL-38254 Assignment Module: add avaialble message to all assignment types
2013-04-04 11:04:22 +08:00
Damyon Wiese
b38f932abf
Merge branch 'MDL-38823_master-fix' of git://github.com/dmonllao/moodle
2013-04-04 10:34:50 +08:00
Eloy Lafuente (stronk7)
0c7ad0ab13
Merge branch 'MDL-38612-master-int' of git://github.com/FMCorz/moodle
2013-04-04 01:15:34 +02:00
Eloy Lafuente (stronk7)
1b882ab87b
Merge branch 'MDL-38590-master-int' of git://github.com/FMCorz/moodle
2013-04-04 01:14:36 +02:00
Eloy Lafuente (stronk7)
a37a698417
Merge branch 'MDL-38611-master-int' of git://github.com/FMCorz/moodle
2013-04-04 00:53:05 +02:00
Eloy Lafuente (stronk7)
75fb383260
Merge branch 'MDL-38599-master-int' of git://github.com/FMCorz/moodle
...
Conflicts:
mod/glossary/mod_form.php
2013-04-04 00:51:47 +02:00
Eloy Lafuente (stronk7)
0e864c3f21
Merge branch 'MDL-38733-workshop-rubric-css' of git://github.com/mudrd8mz/moodle
2013-04-03 20:06:49 +02:00
Dan Poltawski
626403eb73
Merge branch 'MDL-38538_clean' of git://github.com/timhunt/moodle
2013-04-03 20:22:03 +08:00
Tim Hunt
000fbcf2bd
MDL-38538 quiz autosave: fix language string.
...
This feature does not actually provide spiritual salvation.
2013-04-03 11:23:41 +01:00
Dan Poltawski
aed60c64af
Merge branch 'MDL-36804-master' of git://github.com/damyon/moodle
2013-04-03 17:32:15 +08:00
Damyon Wiese
e84900648b
MDL-36804 Assign attempt history: Fix course unit tests
...
Handle missing attemptreopenmethod in add/update instance.
2013-04-03 17:31:12 +08:00
Dan Poltawski
369496c31e
Merge branch 'm25_MDL-38678_SCORM_RTE_not_required_for_SCO_Assets' of https://github.com/scara/moodle
2013-04-03 17:22:38 +08:00
Aparup Banerjee
b8eb2f3dc6
Merge branch 'm25_MDL-38745_SCORM_API_Debugging_trivial_issue' of git://github.com/scara/moodle
2013-04-03 16:48:53 +08:00
Dan Poltawski
71573249ae
Merge branch 'MDL-36804-master' of git://github.com/damyon/moodle
2013-04-03 16:47:15 +08:00
Damyon Wiese
c9c34c7a65
MDL-36804 Assign attempt history - Add missing index to upgrade step.
2013-04-03 16:44:31 +08:00
Aparup Banerjee
7a2a430aa5
Merge branch 'MDL-38809' of git://github.com/timhunt/moodle
2013-04-03 16:32:42 +08:00
Dan Poltawski
5e45f6a569
Merge branch 'MDL-36804-master' of git://github.com/damyon/moodle
2013-04-03 16:18:50 +08:00
Damyon Wiese
74c9283854
MDL-36804: Assign attempt history - add upgrade.txt
2013-04-03 16:16:21 +08:00
Dan Poltawski
89ea5ecd45
Merge branch 'MDL-37602-workshop-overall-feedback' of git://github.com/mudrd8mz/moodle
2013-04-03 15:39:48 +08:00
Damyon Wiese
b64a05b996
MDL-26644 Course - Remove completion tracking begins on enrolment setting from behat.
2013-04-03 15:30:49 +08:00
David Mudrák
5582ea0a9b
MDL-37602 Fix broken workshop unit tests
2013-04-03 09:28:11 +02:00
Damyon Wiese
9855770d6c
Merge branch 'MDL-38610-master-int' of git://github.com/FMCorz/moodle
2013-04-03 14:48:06 +08:00
Damyon Wiese
fab5cb3604
MDL-36804: Assign resubmission history - remove locked/mailed
...
Remove locked/mailed flags from the grade record in the unit tests.
It just would not have done anything because the columns dont exist.
2013-04-03 14:17:00 +08:00
David Monllao
7a6204ce1d
MDL-38823 behat: Fixing related scenarios
2013-04-03 13:56:31 +08:00
Dan Poltawski
f27be4c1aa
Merge branch 'MDL-37602-workshop-overall-feedback' of git://github.com/mudrd8mz/moodle
2013-04-03 12:30:12 +08:00
Damyon Wiese
5423f9a0af
Merge branch 'MDL-38712-master' of git://github.com/danpoltawski/moodle
2013-04-02 16:14:44 +08:00
Dan Poltawski
899fd9372f
Merge branch 'master_MDL-38715' of git://github.com/danmarsden/moodle
2013-04-02 16:11:01 +08:00