Andrew Nicols
8088ad62ab
Merge branch 'MDL-65499' of git://github.com/stronk7/moodle
2019-05-07 16:26:47 +08:00
Jun Pataleta
c5354a4012
Merge branch 'MDL-65313-master-fix' of https://github.com/snake/moodle
2019-05-07 16:26:46 +08:00
Adrian Greeve
3e35a573e0
Merge branch 'MDL-65485-master' of git://github.com/bmbrands/moodle
2019-05-07 16:26:46 +08:00
Jake Dallimore
a0523b826e
MDL-65313 core_favourites: component scoped deletion now requires itemid
...
This now requires itemid, which cannot be null. This is safer. The
context can still be passed in as an optional parameter.
2019-05-07 16:26:46 +08:00
Adrian Greeve
ba235a9c01
Merge branch 'MDL-65495-master-courseid' of git://github.com/mudrd8mz/moodle
2019-05-07 16:26:46 +08:00
Eloy Lafuente (stronk7)
7726bec6b3
Merge branch 'MDL-63262-master' of git://github.com/damyon/moodle
2019-05-07 16:26:40 +08:00
Andrew Nicols
2daa199351
Merge branch 'MDL-65132-master' of git://github.com/cescobedo/moodle
2019-05-07 16:24:40 +08:00
Andrew Nicols
83477cedaf
Merge branch 'MDL-65505-master' of https://github.com/ryanwyllie/moodle
2019-05-07 16:24:39 +08:00
Andrew Nicols
76f90cbe62
MDL-65449 course: Add deprecation tag
2019-05-07 16:24:39 +08:00
Andrew Nicols
e18c7dc06b
Merge branch 'MDL-65449-master' of git://github.com/bmbrands/moodle
2019-05-07 16:24:39 +08:00
Sara Arjona
851ea51966
Merge branch 'MDL-65374-master' of https://github.com/lucaboesch/moodle
2019-05-07 16:24:39 +08:00
Jun Pataleta
0eab8a4221
MDL-65313 core: Fix orphaned favourites cleanup
2019-05-07 16:24:38 +08:00
Jun Pataleta
b6082744ed
Merge branch 'MDL-65399-master' of git://github.com/rezaies/moodle
2019-05-07 16:24:38 +08:00
Sara Arjona
d302d12592
Merge branch 'MDL-65396-master' of https://github.com/lucaboesch/moodle
2019-05-07 16:24:38 +08:00
Jun Pataleta
6498f438a5
Merge branch 'MDL-65153-master' of git://github.com/damyon/moodle
2019-05-07 16:24:37 +08:00
David Monllaó
8e17a2aceb
Merge branch 'MDL-65474-master' of https://github.com/ryanwyllie/moodle
2019-05-07 16:24:37 +08:00
David Monllaó
2558e0cd71
Merge branch 'MDL-65464-master' of https://github.com/ryanwyllie/moodle
2019-05-07 16:24:37 +08:00
Jun Pataleta
14b132750b
Merge branch 'MDL-65313-master' of https://github.com/snake/moodle
2019-05-07 16:24:37 +08:00
Adrian Greeve
e41678d75e
Merge branch 'MDL-64968-master' of https://github.com/lucaboesch/moodle
2019-05-07 16:24:36 +08:00
Adrian Greeve
3135f0f2e5
Merge branch 'MDL-65104-master' of git://git.cameron1729.xyz/moodle
2019-05-07 16:24:36 +08:00
Adrian Greeve
7b43eea8bc
Merge branch 'MDL-65296' of https://github.com/timhunt/moodle
2019-05-07 16:24:36 +08:00
Jake Dallimore
b96b80bec0
Merge branch 'MDL-64988-master' of git://github.com/rezaies/moodle
2019-05-07 16:24:35 +08:00
Andrew Nicols
9862955fa3
Merge branch 'MDL-64993-master' of git://github.com/aanabit/moodle
2019-05-07 16:24:35 +08:00
Adrian Greeve
606ac9be44
Merge branch 'MDL-65154-master' of git://github.com/damyon/moodle
2019-05-07 16:24:35 +08:00
Damyon Wiese
5bda066caa
MDL-65484 assign: Scrolling overflow CSS
...
Use relatively positioned elements, not absolutely positioned to prevent
elements being visible when they are scrolled outside the containing drawing region.
2019-05-07 16:20:22 +08:00
Mihail Geshoski
e610404477
MDL-65516 forum: Improve the UX when opening inline reply
2019-05-07 16:08:48 +08:00
Mihail Geshoski
8ac1820b57
MDL-35396 lesson: Fix detailed statistics display for essay questions
2019-05-07 13:55:11 +08:00
Andrew Nicols
0ba8114bd4
MDL-65188 tests: Move var to before resource creation
2019-05-07 12:57:13 +08:00
Mihail Geshoski
918d35fe07
MDL-65511 forum: Send forum post notifications setting not visible
2019-05-07 10:08:43 +08:00
Daniel Neis Araujo
09df597597
MDL-44484 admin: Allow theme field in upload users tool
2019-05-07 12:17:05 +12:00
Eloy Lafuente (stronk7)
4d4dcefb8c
MDL-65499 phpunit: Bump to current phpunit 7.5.9
...
Previously we were sticky to 7.5.7 and this issue was
hitting our windows runs:
https://github.com/sebastianbergmann/phpunit/issues/3564
2019-05-06 12:49:41 +02:00
David Mudrák
850ff963c5
MDL-65495 hub: Fix undefined variable usage
2019-05-06 12:46:43 +02:00
Bas Brands
db91972458
MDL-65417 themes : small visual fixes
...
* region main border radius if sass var $enable-rounded is true (in
classic)
* white background for dashboard on classic where blocks are gray
* frontpage sitetopic margin and padding left removed to align with
courses content
2019-05-06 11:46:52 +02:00
Bas Brands
530e8e987a
MDL-65485 core_themes: installer html updates for bootstrap4
2019-05-06 11:03:14 +02:00
Ryan Wyllie
b61639598f
MDL-65505 forum: handle deleted users with no context in render
2019-05-06 16:13:15 +08:00
Shamim Rezaie
e7b3575cf1
MDL-65399 mod_quiz: Handling the edge case when section name is ''
2019-05-06 18:11:23 +10:00
Shamim Rezaie
aa6a8b98c6
MDL-65399 mod_quiz: UI should prevent deleting the last slot of section
2019-05-06 18:11:22 +10:00
cescobedo
37a653cff9
MDL-65132 core_message: Update message drawer to delete message for all
...
Update JS message drawer to allow delete message for all showing a new
checkbox in the confirm dialogue.
2019-05-06 09:48:26 +02:00
Bas Brands
620896cf45
MDL-65449 themes: allow overriding course patterns
...
* moving course pattern generation to core_renderer
2019-05-06 09:42:59 +02:00
cescobedo
e3e1938789
MDL-65132 core_message: Added WS to delete message for all users
...
Also, added WS new return parameter candeletemessagesforallusers in get_conversation
and send_instant_message and added API support. This will be used to check
if the user can delete all messages in the conversation.
2019-05-06 09:39:34 +02:00
cescobedo
d47e067184
MDL-65132 core_message: Added API to delete message for all users
2019-05-06 09:38:54 +02:00
Jake Dallimore
5c73f6e2e5
MDL-62599 mod_lti: correct deprecations in service_base
2019-05-06 15:12:40 +08:00
Jake Dallimore
903ec849c5
MDL-65313 core: upgrade code to remove stale favourites for messaging
...
These were left behing when deleting a group or a course.
2019-05-06 14:11:46 +08:00
Jake Dallimore
6421775ad2
MDL-65313 core_message: remove favourites when deleting a conversation
...
When deleting a conversation for all users (e.g. when deleting a group
which has a conversation), we need to remove any favourites.
2019-05-06 14:01:34 +08:00
Jake Dallimore
f962859b56
MDL-65313 core_favourite: add component-scoped favourite service class
...
Added a new type of service which can be used to interact with the
all favourites for a given component, not just those owned by a a
specific user. As such, objects of this type are scoped to a component.
2019-05-06 14:01:34 +08:00
Mark Nelson
89dad59d3f
MDL-62599 mod_lti: added locallib unit tests
2019-05-06 13:48:30 +08:00
Mark Nelson
379536a3a2
MDL-62599 mod_lti: use moodle_url for config values
2019-05-06 13:48:12 +08:00
Shamim Rezaie
a834294228
MDL-65399 mod_quiz: remove_slot should update the existing info
...
The remove_slot method should update the remaining slot's slot
attribute. It also should update the remaining slot's question number
and section info.
2019-05-06 15:34:50 +10:00
Stephen Vickers
878339017d
MDL-62599 mod_lti: Correct documentation
2019-05-06 13:33:42 +08:00
Stephen Vickers
8ca51fa124
MDL-62599 mod_lti: Update documentation
...
Change documentation for typeconfig property of service_base from stdClass to array.
2019-05-06 13:33:42 +08:00