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
Eloy Lafuente (stronk7)
09cbe51999
on-demand release 3.7dev+
2019-05-01 00:29:20 +02:00
Eloy Lafuente (stronk7)
e8a92a981f
NOBUG: Fixed SVG browser compatibility
2019-05-01 00:29:18 +02:00
Eloy Lafuente (stronk7)
47e2a56400
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2019-05-01 00:29:17 +02:00
Sara Arjona
d5e084bcb6
MDL-5311 qtype_multichoice: replace label to a for clean button
...
To avoid behat errors with Firefox, the 'Clean my choice' has been
changed from label to link (with role button).
2019-04-30 20:47:33 +02:00
Ryan Wyllie
30513f9740
MDL-65033 mod_forum: Modified sort sql for cross db support
2019-04-30 20:47:30 +02:00
Jake Dallimore
26a94308ee
Merge branch 'MDL-65276-master' of git://github.com/lameze/moodle
2019-04-30 20:47:26 +02:00
Adrian Greeve
f50b98dbe4
Merge branch 'MDL-64906_hideif_mod' of git://github.com/davosmith/moodle
2019-04-30 20:47:22 +02:00
Andrew Nicols
36639ba84e
Merge branch 'MDL-63137' of git://github.com/stronk7/moodle
2019-04-30 20:47:18 +02:00
Eloy Lafuente (stronk7)
41b81d5996
MDL-63137 mod_feedback: discern between user or id better
...
is_int('1') => false, so better we invert the check that is safer.
2019-04-30 20:47:15 +02:00
Eloy Lafuente (stronk7)
f991482446
MDL-65348 lang string: updating an outdated lang string
2019-04-30 20:47:11 +02:00
Eloy Lafuente (stronk7)
557c9679d9
Merge branch 'MDL-65257_master' of git://github.com/markn86/moodle
2019-04-30 20:47:08 +02:00
Eloy Lafuente (stronk7)
0686416663
Merge branch 'MDL-65436-master' of git://github.com/sarjona/moodle
2019-04-30 20:47:04 +02:00
Eloy Lafuente (stronk7)
dfb1a3b00e
Merge branch 'MDL-57900_master' of git://github.com/dmonllao/moodle
2019-04-30 20:47:01 +02:00
Eloy Lafuente (stronk7)
79c0e53683
Merge branch 'MDL-65348_master' of git://github.com/dmonllao/moodle
2019-04-30 20:46:57 +02:00
Eloy Lafuente (stronk7)
70f3393fe0
Merge branch 'MDL-63137-master' of git://github.com/aanabit/moodle
2019-04-30 20:46:53 +02:00
David Monllaó
0b31a696f0
Merge branch 'MDL-65033-master2' of git://github.com/peterRd/moodle
2019-04-30 20:46:50 +02:00
Jun Pataleta
8f7bb541ad
Merge branch 'MDL-65279-master' of https://github.com/tkorner/moodle
2019-04-30 20:46:46 +02:00
AMOS bot
fde828db5f
Automatically generated installer lang files
2019-04-30 00:12:17 +00:00
David Monllaó
352ab7464e
MDL-65348 analytics: Upcoming periodic from time()
2019-04-29 16:51:04 +02:00
Peter
cda9da9907
MDL-65033 mod_forum: Move locked functionality into action menu
...
Moved the lock functionality into the menu which exposes it to the
discussion list
2019-04-29 19:15:42 +08:00
Sara Arjona
50255ba981
MDL-65436 message: fix error while upgrading legacy self-conversations
...
Delete self-messages from the legacy message_read table once they
are migrated.
2019-04-29 11:53:56 +02:00
Peter
d3cac88dac
MDL-65033 mod_forum: Testing updates
...
Testing and code updates after rebase
2019-04-29 16:30:50 +08:00
Peter
279128bbc2
MDL-65033 mod_forum: Update existing function to include starring params
2019-04-29 16:28:33 +08:00
Peter
ac91531670
MDL-65033 mod_forum: Accessibility updates
2019-04-29 16:27:04 +08:00
Peter
13cd05ac14
MDL-65033 mod_forum: Pass the favourites into the exporter
...
Query and pass the favouriting information into the exporter instead of within the exporter itself
2019-04-29 16:27:04 +08:00
Peter
8885cd573a
MDL-65033 mod_forum: Feedback updates
2019-04-29 16:27:04 +08:00
Peter
309e869827
MDL-65033 mod_forum: Externallib tests
2019-04-29 16:22:04 +08:00
Peter
24962ee1d7
MDL-65033 mod_forum: Hook up the pin toggle via AJAX
2019-04-29 16:21:14 +08:00
andrewnicols
25a97f99a9
MDL-65033 mod_forum: Toggle pin state via ajax
2019-04-29 16:16:15 +08:00
andrewnicols
34e2f9c0c2
MDL-65033 mod_forum: pin_toggle js
2019-04-29 16:14:13 +08:00
andrewnicols
a726053616
MDL-65033 mod_forum: Set pin state external service
2019-04-29 16:14:13 +08:00
Peter
27ca632f5d
MDL-65033 mod_forum: Fix up the unit tests
2019-04-29 16:10:00 +08:00
Peter
bf20111664
MDL-65033 mod_forum: incorporate the new icons into the UI
2019-04-29 16:10:00 +08:00
barbararamiro
52d5487219
MDL-65033 mod_forum: New star icons
2019-04-29 16:10:00 +08:00
Peter
897ac0de9e
MDL-65033 mod_forum: Behat and unit tests for favouriting
2019-04-29 16:10:00 +08:00
Peter
e7e6a72164
MDL-65033 mod_forum: Add a new menu dropdown to the forum list
...
* Add new dropdown
* Pass the pinned discussion URL
* Add a new template for the pinned html
2019-04-29 16:08:30 +08:00
Peter
99bda8a7ff
MDL-65033 mod_forum: Favouriting in forum
...
Modify the discussion vault to take into account the favourite sql and also sort by favourite
2019-04-29 16:08:30 +08:00
David Monllaó
a89077e49f
MDL-57900 analytics: Site info settings
2019-04-29 09:29:03 +02:00
Mark Nelson
5221be53da
MDL-65257 message_email: apply filters to course and group names
2019-04-29 15:20:29 +08:00
Jake Dallimore
fa1d3dff72
Merge branch 'MDL-5311-master' of git://github.com/lameze/moodle
2019-04-29 15:19:31 +08:00
Simey Lameze
2589dcea7b
MDL-5311 qtype_multichoice: make clear choice option accessible
...
Thanks to Damyon for the help with accessibility.
2019-04-29 15:16:08 +08:00
Simey Lameze
9064f17bbc
MDL-5311 qtype_multichoice: add php unit tests for the new option
2019-04-29 15:14:38 +08:00
Simey Lameze
1ff3987600
MDL-5311 qtype_multichoice: add behat scenario to question preview
2019-04-29 15:14:38 +08:00
Simey Lameze
3c1717bb09
MDL-5311 qtype_multichoice: add a bit of styling to the option
2019-04-29 15:14:34 +08:00
Mark Nelson
aa0792484e
MDL-65257 message_email: add images to digest
2019-04-29 15:01:30 +08:00
Sara Arjona
bef6805656
Merge branch 'MDL-64702-master' of git://github.com/damyon/moodle
2019-04-29 08:34:21 +02:00
Adrian Greeve
5d57265abf
Merge branch 'MDL-36088-master' of https://github.com/lethevinh/moodle
2019-04-29 14:12:53 +08:00