Eloy Lafuente (stronk7)
9dbbdcb40a
MDL-52126 forum: Verify forum mailout contents
...
New unit test able to verify mail contents
configured by provider do match all expectations defined.
2015-11-15 13:29:31 +01:00
Eloy Lafuente (stronk7)
593aaa5366
MDL-52126 forum: Correct over-escaping of html-based emails
2015-11-15 13:16:42 +01:00
Andrew Nicols
f98345b976
MDL-52126 forum: Correct over-escaping of text-based emails
2015-11-14 22:35:09 +01:00
AMOS bot
5d7bdbd947
Automatically generated installer lang files
2015-11-15 00:04:05 +08:00
Johannes Burk
64b9afa6a5
MDL-41643 datafield_checkbox: Add line breaks behind checkbox options.
...
Add line a break behind each checkbox option in advanced search.
2015-11-14 13:48:20 +01:00
Frederic Massart
3b10fa25bc
MDL-50564 atto: Require atto_menu in atto_plugin
2015-11-13 14:38:33 -06:00
AMOS bot
43f05bf097
Automatically generated installer lang files
2015-11-14 00:06:20 +08:00
Syam Mohan
77690b69f5
MDL-52021 enrollib: Removed repeated capability
...
'moodle/role:assign' replicated in the permission checking
2015-11-13 07:23:40 -06:00
David Monllao
20949f47fe
Moodle release 3.0rc4
v3.0.0-rc4
2015-11-13 15:28:19 +08:00
David Monllao
f26ab8306f
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2015-11-13 15:28:16 +08:00
Dan Poltawski
9680529069
MDL-50687 phpunit: error early if required locale not installed
2015-11-13 07:00:09 +00:00
David Monllao
415c79abcc
MDL-52071 webservices: Bump version to update services
2015-11-13 07:49:39 +08:00
David Monllao
a0b972ac3c
Merge branch 'MDL-52071-master' of git://github.com/jleyva/moodle
2015-11-13 07:47:58 +08:00
Dan Poltawski
e763d96122
MDL-51819 theme: style fix for nested dropdowns
2015-11-12 21:54:50 +00:00
Bence Laky
da91de7821
MDL-42571 assignfeedback_editpdf: Fixed second PDF view
2015-11-12 14:16:17 +00:00
Juan Leyva
b8fbbc44d0
MDL-52071 ws: Add core_enrol_get_course_enrolment_methods to service
2015-11-12 13:21:58 +01:00
Ruslan Kabalin
fa29c0c3d4
MDL-51830 course: Add course section deletion event.
2015-11-12 11:19:37 +00:00
Juan Leyva
419b112832
MDL-52108 messages: New WS core_message_delete_message
2015-11-12 12:05:49 +01:00
Dan Poltawski
00d70d79a4
MDL-47065 notes: prevent empty spaces added as note
...
(And updated behat test for this test case)
2015-11-12 09:56:56 +00:00
Jun Pataleta
2a4c236704
MDL-47065 behat: improve verificaton of lack of note
2015-11-12 09:56:56 +00:00
Dan Poltawski
142099e2a6
MDL-47065 notes: don't add blank notes
...
Previously the logic was wrong and was proceeding to add a note
when content was missing.
Also add behat coverage for adding notes to participants (this test is
not perfect, but better than zero coverage we had before).
2015-11-12 09:56:14 +00:00
Dan Poltawski
5fdbdca9e5
MDL-51819 js: built changes
2015-11-12 09:00:56 +00:00
Dan Poltawski
5318521b17
Merge branch 'wip-MDL-51819-master' of git://github.com/abgreeve/moodle
2015-11-12 08:46:34 +00:00
Simeon Naydenov
b6ceafab52
MDL-51819 themes: Nested navigation dropdowns work on small screens.
2015-11-12 13:53:18 +08:00
Eloy Lafuente (stronk7)
9e9754b7aa
Merge branch 'MDL-51515-master' of git://github.com/junpataleta/moodle
2015-11-11 23:14:47 +01:00
Damyon Wiese
6c2cfe281f
MDL-51515 assign: Fix typo setting url in nav tree.
...
Thanks to Nelson Moller and Tyler Bannister.
2015-11-11 11:14:03 -06:00
Eloy Lafuente (stronk7)
84f7633f82
Merge branch 'MDL-36109-master' of git://github.com/danpoltawski/moodle
2015-11-11 17:10:11 +01:00
AMOS bot
2622d00bcd
Automatically generated installer lang files
2015-11-12 00:04:06 +08:00
Eloy Lafuente (stronk7)
fdca1a1dd3
Merge branch 'MDL-51495' of https://github.com/NeillM/moodle
2015-11-11 16:56:27 +01:00
Eloy Lafuente (stronk7)
02c72ecb79
Merge branch 'MDL-50589-master' of git://github.com/jleyva/moodle
2015-11-11 16:53:08 +01:00
Neill Magill
f11fdf9c98
MDL-51495 calendar: E_WARNING in core_calendar_get_calendar_events
...
If a user does not have the 'moodle/calendar:manageentries' capability then an E_WARNING
can be generated by the core_calendar_external::get_calendar_events() method, that an
expected array is null
This patch creates an array that is missing when a user does not have the capability.
2015-11-11 15:24:31 +00:00
Neill Magill
11dc7c1c3d
MDL-51495 calendar: Unit test to get an individual course event
...
If is user requests a single event on a course via the web service they should be able to retrieve it.
2015-11-11 15:18:37 +00:00
Dan Poltawski
f96f7e3bbe
MDL-51988 behat: Add coverage of participation report messaging
2015-11-11 12:38:05 +00:00
Dan Poltawski
950af0b4e0
MDL-51988 behat: select a table by <th> tag
2015-11-11 12:30:35 +00:00
Dan Poltawski
1337f77b87
MDL-51988 report_particiption: do not allow messaging when disabled
...
Previously the option to send messages when presented regardless of the
site setting.
2015-11-11 12:30:23 +00:00
David Monllao
169167c186
Merge branch 'MDL-51913_statistics_dup_1st_column' of git://github.com/barrysspace/moodle
2015-11-11 12:38:47 +08:00
David Monllao
23eff2c0ff
Merge branch 'MDL-51922-master' of git://github.com/andrewnicols/moodle
2015-11-11 10:24:57 +08:00
David Monllao
82ee9604a2
Merge branch 'MDL-51935-master' of git://github.com/dpalou/moodle
2015-11-11 09:59:36 +08:00
David Monllao
212dc418d4
Merge branch 'MDL-51991-master' of git://github.com/ryanwyllie/moodle
2015-11-11 09:18:52 +08:00
Eloy Lafuente (stronk7)
3c6210a452
Merge branch 'wip-mdl-52077' of https://github.com/rajeshtaneja/moodle
2015-11-10 23:44:28 +01:00
Eloy Lafuente (stronk7)
47a445e442
Merge branch 'wip-mdl-52066' of https://github.com/rajeshtaneja/moodle
2015-11-10 23:27:50 +01:00
Eloy Lafuente (stronk7)
2a8709f6df
Merge branch 'MDL-51686-master' of git://github.com/damyon/moodle
2015-11-10 20:19:06 +01:00
Eloy Lafuente (stronk7)
f509e2e0a2
Merge branch 'MDL-50781-master' of git://github.com/danpoltawski/moodle
2015-11-10 20:13:21 +01:00
Eloy Lafuente (stronk7)
d18a8d716c
Merge branch 'MDL-51720-master' of git://github.com/damyon/moodle
2015-11-10 19:28:41 +01:00
Eloy Lafuente (stronk7)
13cad25081
Merge branch 'MDL-51482-lastinvalidation-handling' of https://github.com/mpetrowi/moodle
2015-11-10 18:27:22 +01:00
Dan Poltawski
6ae9762b37
Merge branch 'MDL-52059' of git://github.com/stronk7/moodle
2015-11-10 14:48:27 +00:00
Dan Poltawski
8e4c398b52
Merge branch 'MDL-51314-groupmembership' of https://github.com/dmitriim/moodle
2015-11-10 14:44:22 +00:00
Eloy Lafuente (stronk7)
c31f23186e
MDL-52059 versions: main version mini-bump
2015-11-10 12:35:17 +01:00
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Eloy Lafuente (stronk7)
bcf2ea710c
Moodle release 3.0rc3
v3.0.0-rc3
2015-11-10 10:50:56 +01:00