Andrew Nicols
9d8a3055c0
Merge branch 'MDL-55272' of https://github.com/mr-russ/moodle
2016-08-16 14:55:49 +08:00
Andrew Nicols
ccfd62a1ca
MDL-54680 enrol_lti: Coding Style fixes
2016-08-16 14:48:17 +08:00
Andrew Nicols
88a0cdada4
Merge branch 'MDL-54680-master' of https://github.com/xow/moodle
2016-08-16 14:45:33 +08:00
John Okely
3e9ab40361
MDL-54680 enrol_lti: Offer cartridges in LTI provider
2016-08-16 14:15:02 +08:00
Damyon Wiese
bb0b39b839
MDL-55520 forms: Properly format the grademax for the database
2016-08-16 11:19:51 +08:00
Andrew Nicols
c544236647
Merge branch 'wip-MDL-18592-fix' of git://github.com/marinaglancy/moodle
2016-08-16 10:47:53 +08:00
Marina Glancy
f32a984db7
MDL-18592 mod_choice: deprecate incorrect events
2016-08-16 10:43:54 +08:00
Russell Smith
6a3acc84de
MDL-55272 lib: Improve test course create performance
...
Use core functions that are faster for test file creation.
To support large requests for hashes, the core hash function
must support large hashes without recursion. PHP has a default
recursion depth of 100 and long hashes don't support this.
Remove transactions as they create performance problems for larger
courses and doesn't introduce significant benefit for developers.
Performance changes meant the times were much faster, a reasonable
guess was taken on performance of an average machine.
2016-08-16 12:00:21 +10:00
Stephen Bourget
67a1f63913
MDL-36713 Blog: Display accurate error when a guest views a user blog
2016-08-15 21:46:48 -04:00
Simey Lameze
ff80d062de
MDL-55320 theme: Fix chat data table alignment
2016-08-16 09:35:21 +08:00
Andrew Nicols
6677f64f8c
Merge branch 'wip-MDL-50586-master' of git://github.com/marinaglancy/moodle
2016-08-16 08:52:17 +08:00
Andrew Nicols
1824951eef
Merge branch 'MDL-54973_master' of https://github.com/dg711/moodle
2016-08-16 08:21:13 +08:00
Andrew Nicols
e144182592
MDL-54647 tests: Clarify unoconv tests
2016-08-16 08:11:13 +08:00
Andrew Nicols
0a0eaa7dfc
Merge branch 'MDL-54647-master' of git://github.com/damyon/moodle
2016-08-16 08:01:47 +08:00
Dan Poltawski
c6970e9c16
Merge branch 'MDL-18592-master' of git://github.com/marinaglancy/moodle
2016-08-15 14:27:34 +01:00
Pau Ferrer Ocaña
c13c21b9b5
MDL-55130 wiki: Reduce data usage when only renew lock is needed.
2016-08-15 14:40:38 +02:00
Dan Poltawski
8d37a33b16
Merge branch 'wip-MDL-55494-master' of git://github.com/marinaglancy/moodle
2016-08-15 13:15:15 +01:00
Dan Poltawski
fb8723d9f5
MDL-52105 enrol_self: fix upgrade savepoint
2016-08-15 12:12:24 +01:00
Dan Poltawski
16d7b6b133
Merge branch 'MDL-55196_master' of https://github.com/andrewhancox/moodle
2016-08-15 12:00:47 +01:00
Dan Poltawski
338fd5dd57
Merge branch 'wip-MDL-55366-master' of git://github.com/abgreeve/moodle
2016-08-15 11:44:09 +01:00
Dan Poltawski
e4346dad32
Merge branch 'wip-mdl-55380' of https://github.com/rajeshtaneja/moodle
2016-08-15 11:38:34 +01:00
Dan Poltawski
2595cb58c9
Merge branch 'wip-MDL-55397-master' of git://github.com/marinaglancy/moodle
2016-08-15 11:35:35 +01:00
Dan Poltawski
5e17cd21aa
Merge branch 'MDL-52105-master' of git://github.com/lameze/moodle
2016-08-15 11:13:27 +01:00
Dan Poltawski
21b6554e2a
Merge branch 'MDL-55533_multiresponse_feedback' of git://github.com/davosmith/moodle
2016-08-15 11:09:51 +01:00
Dan Poltawski
623f92f9f7
Merge branch 'MDL-46214-master' of git://github.com/andrewnicols/moodle
2016-08-15 09:47:02 +01:00
Damyon Wiese
36ba9c3e76
MDL-54647 tests: Reverse order of expected and actual
2016-08-15 16:34:11 +08:00
Damyon Wiese
300852ee30
MDL-54647 file_storage: Redo the test pdf every time it's viewed
2016-08-15 16:32:21 +08:00
Andrew Nicols
40cc0ba04e
Merge branch 'MDL-55513-master' of https://github.com/lucisgit/moodle
2016-08-15 14:07:41 +08:00
Devang Gaur
26c0d75f3e
MDL-54973 message: added messages to globalsearch
2016-08-15 11:27:25 +05:30
Simey Lameze
6fdd61a073
MDL-52105 enrol_self: Behat test for key holder feature
2016-08-15 12:56:52 +08:00
Simey Lameze
33b6da5327
MDL-52105 enrol_self: Fix wrong holdkey cap restriction for manager
...
This commit add an upgrade step to remove wrong CAP_PROHIBIT on enrol/self:holdkey for manager role.
Also remove the restriction from the self enrolment access file.
2016-08-15 12:56:51 +08:00
Andrew Nicols
c470716854
Merge branch 'MDL-55229-master' of git://github.com/lameze/moodle
2016-08-15 12:18:19 +08:00
Andrew Nicols
098aad4f72
Merge branch 'MDL-55520-master' of git://github.com/damyon/moodle
2016-08-15 10:58:39 +08:00
Frederic Massart
0eb97bfa13
MDL-55445 files: Support for cacheability in send_file()
2016-08-15 10:54:29 +08:00
Frederic Massart
92b9ef9917
MDL-55445 gdlib: Support for resizing an image
2016-08-15 10:54:28 +08:00
Adrian Greeve
bd576de814
MDL-55366 mod_lesson: Fix warning with TF page.
...
Having an image in the answer text would create a warning.
2016-08-15 10:17:41 +08:00
Andrew Nicols
62192d93ea
MDL-46214 event: Mark previously deprecated events as deprecated
2016-08-15 09:17:02 +08:00
Andrew Nicols
51d85c7c6c
MDL-46214 event: Support deprecation of events
...
This patch adds two new functions to the event base to allow deprecation of
the individual events, without entirely removing them from the UI.
This is different to our normal deprecation procedure because all events
must support display of historical data. It must also be possible to view
the event information in the event monitor.
2016-08-15 09:17:02 +08:00
Stephen Bourget
6ffb8fa21a
MDL-55557 mod_wiki: Add missing MOODLE_INTERNAL checks
2016-08-13 21:40:41 -04:00
Stephen Bourget
f12d9aa801
MDL-55551 Blog: Add missing MOODLE_INTERNAL check.
2016-08-12 20:16:04 -04:00
Marina Glancy
d29a07030e
MDL-55494 report_eventlist: ignore only logstore_legacy
2016-08-12 13:55:38 +08:00
Marina Glancy
951f77006a
MDL-55494 tool_monitor: ignore only tool_monitor and logstore_legacy
...
previously any plugin type ending with _monitor or _legacy would be ignored
2016-08-12 13:40:28 +08:00
Marina Glancy
3d91ad9946
MDL-50586 gradingform_rubric: warn about missing 0-points levels
2016-08-12 13:25:54 +08:00
Rajesh Taneja
39515ba566
MDL-55380 behat: Fixed shared stats definition
...
Stats definition was being shared between
progress and moodle_progress format which
was causing double counting. Now they both
have there own stats counter definitions
2016-08-12 10:17:00 +08:00
Stephen Bourget
dddadf5357
MDL-48773 mod_choice: Lock number of responses if selections are made.
2016-08-11 22:11:57 -04:00
Stephen Bourget
2ce8cf628f
MDL-55239 Badges: Additional events for badges
2016-08-11 21:16:35 -04:00
Davo Smith
a7b72fb291
MDL-55533 qtype_multianswer: fix feedback for multiresponse
2016-08-11 14:13:58 +01:00
Damyon Wiese
a95014f5b4
MDL-55520 assign: Behat test for rescaling max grades bug
...
Verify the max grade is not silently changed back to 100 when you visit
and save the assignment settings form.
2016-08-11 15:13:31 +08:00
Damyon Wiese
c3d4d3f7c1
MDL-55520 forms: Mod grade is changing values back to default
...
When a field is disabled in the page - no value is sent and modgrade is reverting
to the default. This change prevents the max grade from changing accidentally.
2016-08-11 14:43:05 +08:00
Andrew Nicols
6f302b17b9
weekly release 3.2dev
2016-08-11 13:17:01 +08:00