Eloy Lafuente (stronk7)
cf2fea1d25
Merge branch 'MDL-61742-master-inactiveproviders' of git://github.com/mudrd8mz/moodle
2018-09-03 23:23:12 +02:00
Eloy Lafuente (stronk7)
ced7e0efff
Merge branch 'MDL-62848-master-placeholderwidth' of git://github.com/mudrd8mz/moodle
2018-09-03 22:52:31 +02:00
David Monllao
dfc6f782e1
Merge branch 'MDL-38301-master' of git://github.com/junpataleta/moodle
2018-09-03 12:44:50 +02:00
David Monllao
c4aa41ca2f
Merge branch 'MDL-55744-master_atto_should_not_autosave_on_not_loggedin_users' of https://github.com/dravek/moodle
2018-09-03 12:27:25 +02:00
David Monllao
f3b4a63f91
Merge branch 'MDL-63238-master' of git://github.com/bmbrands/moodle
2018-09-03 10:36:16 +02:00
Mihail Geshoski
c69a43f2fc
MDL-56998 blog: Remove associated blog posts when module is deleted
2018-09-03 08:33:38 +08:00
David Mudrák
c261ada88b
MDL-62848 form: Fix width of the autocomplete input field
...
Make sure that the autcomplete input field is wide enough to display the
placeholder text.
2018-08-31 14:51:05 +02:00
David Mudrák
5cdf8d49c7
MDL-62848 form: Fix missing support for {{#js}} helper in autocomplete
...
The form-autocomplete module uses three Mustache templates
core/form_autocomplete_input, core/form_autocomplete_suggestions and
core/form_autocomplete_selection. However, it did not support executing
the JS that is eventually part of those templates.
2018-08-31 14:51:05 +02:00
David Mudrák
39d2c68856
MDL-61742 messaging: Do not send messages from inactive providers
...
Before this patch, we only checked that the given provider has been
configured in the user or system preferences. However, if the provider's
component is disabled, it does not even appear in these preferences.
Additionally, there was no check that the message / notification
provider is among providers allowed to be consumed by the recipient.
The patch checks that the message origin is among providers returned by
the message_get_providers_for_user() so disabled plugins can't act as
sources of messages and users can't receive messages from providers they
do not have capability for. This mitigates the risk of abusing a plugin
as a source of spam, for example.
Unit test is fixed and extended. When the $CFG->messaging is disabled,
no messages between users should be sent (I can't understand why the
unit test was written in an opposite way). Added assertions for the
raised debugging message.
2018-08-31 12:15:30 +02:00
Eloy Lafuente (stronk7)
175b3708c9
weekly release 3.6dev
2018-08-30 19:03:58 +02:00
Eloy Lafuente (stronk7)
9bbef5bcf1
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2018-08-30 19:03:55 +02:00
Andrew Nicols
6950592fcd
Merge branch 'MDL-62535-master-fix' of github.com:abgreeve/moodle
2018-08-30 13:49:15 +08:00
Adrian Greeve
dfc5e6d10e
MDL-62535 grading methods: Unit test update for fix.
2018-08-30 13:19:21 +08:00
Adrian Greeve
fe7d6e31f9
MDL-62535 grading methods: Fix for multiple intances.
...
We were only exporting the one instance per item id.
Instead we should have been exporting all instances for each
item id.
2018-08-30 11:35:52 +08:00
AMOS bot
29bfe883de
Automatically generated installer lang files
2018-08-30 00:07:55 +00:00
Eloy Lafuente (stronk7)
cf76059eda
Merge branch 'MDL-62535-master' of git://github.com/abgreeve/moodle
2018-08-30 01:19:57 +02:00
Eloy Lafuente (stronk7)
12ef47cd99
MDL-63165 question: Bump expected size of question exports (take II)
2018-08-29 14:38:40 +02:00
Jake Dallimore
9e85412247
Merge branch 'MDL-63165-master-fix' of https://github.com/andrewnicols/moodle
2018-08-29 12:33:29 +08:00
Andrew Nicols
dab0f9aae7
MDL-63165 question: Bump expected size of question exports
2018-08-29 10:43:21 +08:00
Jake Dallimore
8981ac0197
Merge branch 'MDL-62657-master' of git://github.com/junpataleta/moodle
2018-08-29 09:30:07 +08:00
Andrew Nicols
e36019c2f3
Merge branch 'wip-MDL-62742-master' of git://github.com/marinaglancy/moodle
2018-08-29 08:31:08 +08:00
Eloy Lafuente (stronk7)
1766184e97
Merge branch 'MDL-63094-master' of git://github.com/andrewnicols/moodle
2018-08-28 23:53:58 +02:00
Eloy Lafuente (stronk7)
770fc03ef6
Merge branch 'MDL-62914-master' of git://github.com/lameze/moodle
2018-08-28 23:15:36 +02:00
David Monllao
4f855defce
Merge branch 'wip-MDL-63165-master' of https://github.com/Beedell/moodle
2018-08-28 12:28:25 +02:00
Marina Glancy
442f12f81a
MDL-62742 core: rename coursecat->core_course_category
...
Also rename course_in_list -> core_course_list_element
Deprecate class coursecat_sortable_records
2018-08-28 11:36:23 +02:00
Jake Dallimore
efbbbf3373
Merge branch 'MDL-63101-master' of git://github.com/andrewnicols/moodle
2018-08-28 16:55:07 +08:00
Jake Dallimore
240f437a4d
Merge branch 'MDL-63086-master' of git://github.com/andrewnicols/moodle
2018-08-28 08:47:43 +08:00
Andrew Nicols
75ad50cba0
Merge branch 'MDL-62782-master' of git://github.com/damyon/moodle
2018-08-28 07:06:22 +08:00
Eloy Lafuente (stronk7)
ed0d19e7b9
Merge branch 'MDL-62989-master' of git://github.com/mihailges/moodle
2018-08-27 17:51:20 +02:00
Jun Pataleta
1b070cfe41
MDL-63187 tool_dataprivacy: Behat fixes for confirmation lang strings
2018-08-27 22:34:33 +08:00
David Monllao
76e9e2f9c0
Merge branch 'MDL-63174-master-emptyusername' of git://github.com/mudrd8mz/moodle
2018-08-27 15:06:55 +02:00
David Monllao
c682ea4fd1
Merge branch 'MDL-63179-master' of https://github.com/lucaboesch/moodle
2018-08-27 12:21:00 +02:00
David Monllao
0d9ddf210c
MDL-63187 tool_dataprivacy: Update delete purpose and category lang strings
2018-08-27 12:11:53 +02:00
David Monllao
b8122ba333
Merge branch 'MDL-63187-master' of git://github.com/junpataleta/moodle
2018-08-27 11:54:24 +02:00
David Monllao
ed20d9dbe9
Merge branch 'MDL-63210_master' of git://github.com/markn86/moodle
2018-08-27 11:46:27 +02:00
David Monllao
39d5bf09eb
Merge branch 'MDL-63234-master' of git://github.com/andrewnicols/moodle
2018-08-27 11:32:09 +02:00
David Monllao
12f767820a
Merge branch 'MDL-62867-missing_colon_in_query' of https://github.com/bitumin/moodle
2018-08-27 11:22:27 +02:00
Bas Brands
8e1a1c26be
MDL-63238 theme boost: set background for #region-main
2018-08-27 10:50:49 +02:00
Andrew Nicols
111c6a5661
MDL-63086 block_rss_client: Move skip time calculation to task
2018-08-27 15:49:27 +08:00
Andrew Nicols
fdab90a7d4
Merge branch 'MDL-53024-master' of git://github.com/damyon/moodle
2018-08-27 15:45:57 +08:00
Zig Tan
8f7d07fa7d
MDL-38301 mod_assign: Fix date validation logic & message consistency
2018-08-27 15:26:22 +08:00
Andrew Nicols
0a197875df
MDL-63101 cache: Improve accuracy of cache event invalidation
2018-08-27 14:43:42 +08:00
Andrew Nicols
16159f2223
Merge branch 'MDL-59169-master' of https://github.com/nwp90/moodle
2018-08-27 09:43:30 +08:00
Andrew Nicols
1a5a0b9b5f
MDL-63234 blocks_recent_activity; Ensure courselib is loaded
2018-08-25 08:39:03 +08:00
John Beedell
d0a60444a1
MDL-63165 Question: xml import of question categories
2018-08-24 15:20:18 +01:00
Mitxel Moriana
d2029eff28
MDL-62867 tags: Fix missing colon in sql placeholder
...
Due to a missing colon in an sql query field value placeholder
the calculation of the ordering field for a newly added tag
was ignoring itemid.
2018-08-24 14:59:13 +02:00
Luca Bösch
2711941cb9
MDL-63179 enrol_self: String and @return tag corrected.
2018-08-24 13:38:19 +02:00
Mihail Geshoski
d6e8841313
MDL-62989 privacy: Improve data request order for users
2018-08-24 15:32:34 +08:00
Jake Dallimore
8df868e9e0
weekly release 3.6dev
2018-08-24 13:08:47 +08:00
Mark Nelson
ce1db1f7db
MDL-63210 core: convert for loop to forEach in JS
2018-08-24 11:31:32 +08:00