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
Stephen Vickers
75f020862a
MDL-62599 mod_lti: Replace language string removed in error
2019-05-06 13:33:42 +08:00
Stephen Vickers
408cb8d64c
MDL-62599 mod_lit: Missing end of function
2019-05-06 13:33:42 +08:00
Stephen Vickers
1bc7f99bf7
MDL-62599 mod_lti: Merge lti_convert_to_jwt and lti_sign_jwt
2019-05-06 13:33:42 +08:00
Stephen Vickers
f6662ae4de
MDL-62599 mod_lti: Correct content-item return
...
Update method used to verify the JWT version of content-items being returned by a tool.
2019-05-06 13:33:42 +08:00
Stephen Vickers
a464331db2
MDL-62599 mod_lti: Revert service configuration parameters
...
Code to add configuration settings for LTI services reverted to current release code which injects them directly into the edit form. This has the risk of name clashes and changes being made to elements not created by the service.
2019-05-06 13:33:42 +08:00
Stephen Vickers
d930ef0491
MDL-62599 mod_lti: Correct parameter name
2019-05-06 13:33:42 +08:00
Stephen Vickers
8a8221f587
MDL-62599 mod_lti: Changes from integration review
2019-05-06 13:33:42 +08:00
Stephen Vickers
27cbb5965e
MDL-62599 mod_lti: Add platform support for LTI 1.3
2019-05-06 13:33:42 +08:00
Shamim Rezaie
8affd823a4
MDL-65399 mod_quiz: Remove $slots from the \mod_quiz\structure class
...
It's enough to have $slotsinorder, and the $slots property
was redundant. There should only be a single source of truth.
2019-05-06 15:30:59 +10:00
Damyon Wiese
58c7d2ce2b
MDL-63262 badges: Show all public badges
...
Use the "expand" parameter so the backpack returns nested public
information about each badge in a public collection. This saves 2 requests per badge and
fixes the problem where we don't have permission to see some public badge details.
2019-05-06 11:25:26 +08:00
Damyon Wiese
89da9b4900
MDL-65154 competencies: Filter course competencies
...
Add an activity filter to the course competencies screen.
2019-05-06 09:34:25 +08:00
Ryan Wyllie
902c8f58b2
MDL-65464 forum: disable buttons when saving in page reply
2019-05-06 09:23:08 +08:00
Andrew Nicols
454c18c380
Merge branch 'MDL-63685-master' of git://github.com/marinaglancy/moodle
2019-05-06 08:41:20 +08:00
Amaia Anabitarte
c8d51ae41a
MDL-64993 core_message: Behat test for self conversation
2019-05-06 00:47:52 +02:00
Amaia Anabitarte
86463d5056
MDL-64993 core_message: Adding self-conversations to behat tests
2019-05-06 00:47:52 +02:00
Amaia Anabitarte
888a467a78
MDL-64993 core_message: Adding self-conversations to unit tests
2019-05-06 00:47:52 +02:00
Eloy Lafuente (stronk7)
3c62200fa0
MDL-65498 backup: Add a couple of missing destroy() calls
...
Specially noticeable under Windows, where some resources/files
are kept open/busy/locked, causing all sort of problems, easily
detectable in phpunit resets.
2019-05-06 00:01:55 +02:00
Amaia Anabitarte
3204deacfe
MDL-64993 core_message: Add self-conversations to create_user generator
2019-05-05 22:41:35 +02:00
Amaia Anabitarte
e688eab815
MDL-64993 core_message: New group_message_list_area selector
2019-05-05 22:41:35 +02:00
Marina Glancy
8ff19f8c0f
MDL-63685 core_form: for modal forms take parameters from request
...
When we deal with modal form submission we can not call optional_param inside the form class because
it does not have information from the AJAX form submission
2019-05-05 22:27:50 +02:00
Luca Bösch
6747ae1416
MDL-65396 theme_boost: Style duration chooser pulldown select.
2019-05-04 11:03:37 +02:00
Luca Bösch
85ecaf5836
MDL-65374 core_grades: style "Move selected items to" pulldown.
2019-05-04 11:03:26 +02:00
Luca Bösch
d8a3787567
MDL-64968 mod_lesson: Style "Yes, I'd like to try again" button.
2019-05-04 11:03:21 +02:00
Eloy Lafuente (stronk7)
a411b499b9
on-demand release 3.7dev+
2019-05-03 17:53:09 +02:00
Shamim Rezaie
a31194800b
MDL-64988 mod_quiz: Fix questions always being added to the last section
2019-05-03 18:39:13 +10:00
Jun Pataleta
954ab0e654
Merge branch 'MDL-65475-master' of git://github.com/junpataleta/moodle
2019-05-03 15:52:42 +08:00
Mihail Geshoski
b72780bcbf
MDL-65475 forum: Fix discussion locking behat test
2019-05-03 15:52:03 +08:00
Damyon Wiese
7444ba743f
MDL-63262 badges: More changes for badgr.io
...
This commit combines several changes:
* Show authentication errors.
* Show more detailed authentication errors
* When the site backpack is different to the user backpack, show a warning
* Do not duplicate the apiversion and backpackurls in each user backpack.
* Do not support different issuer information for each badge with Open Badges v2.
* Add obversion to assertion url
* Combine separate badges upgrade steps and bump the version number.
* Don't show private collections.
* Push the larger image size to backpacks (512x512).
* BADGE_BACKPACKURL is deprecated
* Don't use property alignments, only alignment
2019-05-03 15:00:01 +08:00
Damyon Wiese
1837b1d5fd
MDL-63262 badges: Coding style
2019-05-03 15:00:00 +08:00
Damyon Wiese
aae219acce
MDL-63262 badges: Add badgr.io
...
Upgrade the support for Open Badges 2 to support a real open badges 2 backpack.
Moodle can only talk to one backpack at a time, so after switching backpacks, users
will have to manually disconnect and then reconnect their backpack to the new one.
This commit combines several changes:
* Split classes into badges namespace
* Publish expiry data with a badge
* Publish badge alignments in badges exported to the backpack.
* Export the criteria for a badge to the backpack.
2019-05-03 15:00:00 +08:00
Jun Pataleta
0b53f28cf8
Merge branch 'MDL-65475-master-1' of git://github.com/mihailges/moodle
2019-05-03 14:26:40 +08:00
Mihail Geshoski
d8c0f8ea03
MDL-65475 forum: Align items in forum settings menu
2019-05-03 13:39:25 +08:00
Jun Pataleta
27a7632ac2
Merge branch 'MDL-65468-master' of git://github.com/mihailges/moodle
2019-05-03 13:24:43 +08:00
zpottie
7a02f020c3
MDL-58315 core: Add support for custom block classes
2019-05-03 16:12:29 +12:00
Jake Dallimore
55e5530f97
Merge branch 'MDL-64910-master' of git://github.com/peterRd/moodle
2019-05-03 12:09:47 +08:00
Ryan Wyllie
c70ddc335d
MDL-65474 forum: adjust forum post html structure
...
Move around the HTML structure for the forum post to better match
the previous structure for the author pictures, groups, and
rating HTML
2019-05-03 11:50:56 +08:00
Peter
72bb97843d
MDL-64910 block_myoverview: Separate the category name as it's own link
...
* Separate the link
* Add style to force color inheritance
2019-05-03 11:46:21 +08:00
Jun Pataleta
6178721aa6
Merge branch 'MDL-65418-master' of https://github.com/ryanwyllie/moodle
2019-05-03 11:43:14 +08:00
Jun Pataleta
70c1f17d7b
Merge branch 'MDL-65450-master' of https://github.com/ryanwyllie/moodle
2019-05-03 11:23:18 +08:00
Adrian Greeve
958983fd7e
Merge branch 'MDL-65458_master' of git://github.com/markn86/moodle
2019-05-03 11:17:39 +08:00
Andrew Nicols
ec59de637a
Merge branch 'M65299_boost_theme-colors_override' of https://github.com/Dave-B/moodle
2019-05-03 11:08:00 +08:00
Jun Pataleta
70cbc37755
Merge branch 'MDL-52828-master' of git://github.com/damyon/moodle
2019-05-03 10:59:42 +08:00
Jun Pataleta
5b8a792f24
Merge branch 'MDL-65212-master' of git://github.com/jleyva/moodle
2019-05-03 10:55:05 +08:00
Andrew Nicols
dd457c4fa6
Merge branch 'MDL-65245' of https://github.com/timhunt/moodle
2019-05-03 10:50:32 +08:00