David Monllao
fcc50ccbc3
Merge branch 'MDL-63277' of https://github.com/timhunt/moodle
2018-10-24 10:22:16 +02:00
David Monllao
f560f3669e
Merge branch 'MDL-63619-master' of git://github.com/andrewnicols/moodle
2018-10-24 09:48:16 +02:00
Andrew Nicols
eb514bb3e5
MDL-63714 javascript: Add new core/pending module
2018-10-24 12:49:09 +08:00
Andrew Nicols
f0bfedf348
MDL-63714 theme_boost: Fix aria focus behat issues
2018-10-24 12:45:13 +08:00
Andrew Nicols
66de50c366
Merge branch 'wip-MDL-62411-master' of https://github.com/timhunt/moodle
2018-10-24 10:21:42 +08:00
Mark Nelson
d1e8e69d85
MDL-63466 core_message: deprecated methods and services
2018-10-24 09:40:07 +08:00
Mark Nelson
4f22d7f23b
MDL-63466 core_message: removed get_last_message_time_created_cache_key
2018-10-24 09:39:59 +08:00
Mark Nelson
f978593d6c
MDL-63466 core_message: rename cache for last message time
2018-10-24 09:39:42 +08:00
Sara Arjona
fb04293bb1
MDL-63466 core_message: Add conversation support to get_messages
...
- The get_conversation_messages has been added to the API and the WS
with the conversation identifier (convid) instead of the userto,
to let get conversation messages and the members involved.
- The cache has been also reviewed, to use the convid instead of the
[userfrom, userto] keys.
- The get_most_recent_conversation_messages has been added to the API
to update the cache when needed.
2018-10-24 09:39:05 +08:00
Sara Arjona
d89d0d6593
MDL-63466 core_message: Added format_conversation_messages helper
...
The format_conversation_messages function has been added. It returns
the messages and the array of users who have sent any of these
messages.
2018-10-24 09:38:10 +08:00
Sara Arjona
ecf7567a89
MDL-63466 core_message: Add conversationid to message class
2018-10-24 09:38:01 +08:00
Mihail Geshoski
1d3d4c66df
MDL-63688 core_tag: Add method that returns users in context
...
This issue is part of the MDL-62560 Epic.
2018-10-24 09:31:19 +08:00
Jake Dallimore
042d804453
MDL-63466 core_message: added a test helper class
...
Providing util methods for api and externallib testing.
2018-10-24 09:27:34 +08:00
Jake Dallimore
2a2b86f123
MDL-63466 core_message: add helper method for fetching member info
...
The aim is to use this to standardise the member information we return
from several methods in the API, such as get_conversations,
get_conversation_messages, get_conversation_members, and in search
methods.
2018-10-24 09:23:30 +08:00
Andrew Nicols
d95ad08f85
MDL-63619 tool_dataprivacy: Cache purposes in form
2018-10-24 08:48:18 +08:00
Andrew Nicols
3b002c86eb
MDL-63619 tool_dataprivacy: Performance improvement
2018-10-24 08:48:18 +08:00
Andrew Nicols
d2aed78933
MDL-63619 tool_dataprivacy: Fix inheritance from parent contexts
...
Inheritance should behave such that all contexts inherit from their
parent context.
Prior to this fix, if the value was not set on a context, then it was
getting a default of 'Inherit', but instead of inheritting from the
parent context, it was inheritting from its parent context _level_ which
is just wrong.
2018-10-24 08:48:18 +08:00
Andrew Nicols
4b7ad8845c
MDL-63714 core: Wrap doRender in pendingjs
2018-10-24 08:12:10 +08:00
Andrew Nicols
dc39d0cf39
MDL-63714 javascript: Improve docs for pendingjs
2018-10-24 08:00:00 +08:00
Mihail Geshoski
8171cd7f3c
MDL-63673 fileconverter_googledrive: Support removal of context users
...
This issue is part of the MDL-62560 Epic.
2018-10-24 07:02:16 +08:00
David Monllao
daf0b4f08b
on-demand release 3.6dev+
2018-10-23 16:42:13 +02:00
David Monllao
c45159318c
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2018-10-23 16:42:12 +02:00
Andrew Nicols
8b5e087fc9
Merge branch 'MDL-63408_master-fix' of git://github.com/dmonllao/moodle
2018-10-23 21:23:47 +08:00
David Monllao
4abe3d250f
MDL-63408 messaging: Remove duplicated field
2018-10-23 13:44:52 +02:00
David Monllao
ccd8a102c7
Merge branch 'MDL-62139-master-fix3' of git://github.com/damyon/moodle
2018-10-23 11:16:47 +02:00
Damyon Wiese
3ed1cec01e
MDL-62139 behat: Invalid test
...
If javascript is disabled, we can't open the menu.
2018-10-23 16:47:20 +08:00
Damyon Wiese
a3d57af872
MDL-62139 output: Revert template changes
...
Revert accessibility changes for menus in standard themes.
2018-10-23 10:14:19 +02:00
Damyon Wiese
c8cd967f48
MDL-62139 output: Revert template changes
...
Revert accessibility changes for menus in standard themes.
2018-10-23 15:40:31 +08:00
Damyon Wiese
ff3fc0566c
MDL-62139 output: Menus fixes
...
Change the boost custom behat step to click on a button.
Revert the clean templates to unchanged versions.
2018-10-23 15:27:13 +08:00
Mihail Geshoski
cc2b9d6683
MDL-63679 ltiservice_memberships: Support for removal of context users
...
This issue is part of the MDL-62560 Epic.
2018-10-23 13:33:48 +08:00
Mihail Geshoski
0c088088de
MDL-63678 ltiservice_gradebookservices: Support removal of context users
...
This issue is part of the MDL-62560 Epic.
2018-10-23 13:04:30 +08:00
Andrew Nicols
5c77966881
MDL-63657 completion: Coding style fix
2018-10-23 11:32:43 +08:00
Andrew Nicols
33a007c4b4
Merge branch 'MDL-63668-master' of git://github.com/mickhawkins/moodle
2018-10-23 11:29:29 +08:00
Andrew Nicols
4b3ca0ebf2
MDL-63657 core_files: Coding style fix
2018-10-23 11:26:02 +08:00
Andrew Nicols
2612cf5673
Merge branch 'MDL-63640-master' of git://github.com/mihailges/moodle
2018-10-23 11:25:21 +08:00
Andrew Nicols
e1cc780d90
MDL-63657 tool_mobile: Coding style fix
2018-10-23 11:21:51 +08:00
Andrew Nicols
38259438dd
Merge branch 'MDL-63657-master' of git://github.com/mickhawkins/moodle
2018-10-23 11:19:46 +08:00
Andrew Nicols
6a91cc80c9
MDL-63535 core_rss: Coding style fix
2018-10-23 11:15:04 +08:00
Andrew Nicols
e186fb407e
Merge branch 'MDL-63535-master' of git://github.com/mihailges/moodle
2018-10-23 11:11:22 +08:00
Andrew Nicols
33368fb6d5
MDL-63664 tool_policy: Whitespace fix
2018-10-23 10:54:15 +08:00
Michael Hawkins
1139481e58
MDL-63657 tool_mobile: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-23 10:54:14 +08:00
Mihail Geshoski
16ec426a4f
MDL-63640 core_files: Add method that returns users in context
...
This issue is part of the MDL-62560 Epic.
2018-10-23 10:48:12 +08:00
Mihail Geshoski
c61132c6bf
MDL-63535 core_userkey: Add method that returns users in context
...
This issue is part of the MDL-62560 Epic.
2018-10-23 10:46:25 +08:00
Mihail Geshoski
cee33e0229
MDL-63535 core_rss: Add support for removal of context users
...
This issue is part of the MDL-62560 Epic.
2018-10-23 10:46:25 +08:00
Andrew Nicols
dfb151b2d9
Merge branch 'MDL-63664-master' of git://github.com/mickhawkins/moodle
2018-10-23 10:42:48 +08:00
Andrew Nicols
0ff384dbf1
Merge branch 'MDL-63548_master' of git://github.com/markn86/moodle
2018-10-23 10:25:54 +08:00
Andrew Nicols
1a3fde832a
Merge branch 'MDL-63649-master' of git://github.com/rezaies/moodle
2018-10-23 10:14:08 +08:00
Andrew Nicols
34fa5ec414
Merge branch 'MDL-63713-master' of git://github.com/rezaies/moodle
2018-10-23 10:08:32 +08:00
Michael Hawkins
01723da4eb
MDL-63668 core_course: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-23 10:06:26 +08:00
Michael Hawkins
543c465579
MDL-63668 core_completion: Add get and delete by approved userlist.
...
This issue is a part of the MDL-62560 Epic.
2018-10-23 10:06:26 +08:00