Mahmoud Kassaei
82a9fb50d0
MDL-71262 Questions: Default options for qtype_essay
2021-04-14 17:14:28 +01:00
Sara Arjona
b199ebd0d5
MDL-67999 contentbank: Remove contentbank/upload.php
...
As the form to upload files to the content bank has been moved to
modal, this file is not required any more, so it has been removed.
2021-04-14 18:10:32 +02:00
Sara Arjona
03ab4546ed
MDL-67999 contentbank: Make upload/replace files modal form
...
Once MDL-64554 landed, content bank can implement the original
proposal, using a modal form when uploading files.
2021-04-14 18:10:32 +02:00
Sara Arjona
eb8c1fce66
MDL-67999 core_contentbank: Add namespace to upload form
...
The form to upload/replace files has been moved to classes/form
(it's where it should have been added when it was created).
Besides, this class has been renamed because now, with the
namespace, contentbank and form don't need to be in the name ;-)
2021-04-14 18:10:32 +02:00
Xuan Gui
a32c076d0b
MDL-70649 files: Alternative security helper
...
Augment all installed plugin's security helper if there is any.
Plugins function has to be defined as plugintype_pluginname_security_helper in pluginname/lib.php file.
2021-04-14 21:25:12 +10:00
Eloy Lafuente (stronk7)
e0d45a6bc2
Merge branch 'MDL-70616-311-fix' of https://github.com/izendegi/moodle into MOODLE_311_STABLE
2021-04-14 12:45:11 +02:00
Iñigo Zendegi
a8d4abf091
MDL-70616 gradingform_rubric: Filters not applied to rubric name
2021-04-14 11:52:16 +02:00
Sara Arjona
f58c70ebd5
MDL-71119 core_badges: Add more information to errors
...
Some errors raised when calling external services were ignored.
Displaying this information helps to debug and find the real reasons
why some action, like connecting to an external backpack, can't be
done.
2021-04-14 10:56:00 +02:00
Sara Arjona
1fdf3adf51
MDL-71119 core_badges: Use basicauth and remove urlencode
...
Basic authorization header is required to get token. Besides, client
id and secret shouldn't call urlencode.
2021-04-14 10:55:59 +02:00
Sara Arjona
7dd480dde2
MDL-71119 core_badges: Initialise scopes param in backpack-connect.php
...
The scopes parameter should be passed when creating the OAuth2 badges
client. As it is an optional parameter, when it's empty, it will
be initilised with the supported scopes for the backpack issuer.
It will happen, for instance, when a call is done to oauth2callback.php
because, as defined in RFC6749, OAuth2 authorization response only
supports code and state.
2021-04-14 10:55:59 +02:00
Jun Pataleta
0ff857ca81
Merge branch 'MDL-71315-311' of git://github.com/sarjona/moodle into MOODLE_311_STABLE
2021-04-14 16:50:49 +08:00
Paul Holden
5a862117fd
MDL-70772 mod_forum: check for valid usernode before making active.
2021-04-14 09:20:13 +01:00
Sara Arjona
119fb4b712
MDL-71315 core_badges: Fix warning when rendering badges
2021-04-14 09:06:35 +02:00
Andrew Nicols
c42ccdd372
Merge branch 'MDL-71154_311' of https://github.com/stronk7/moodle into MOODLE_311_STABLE
2021-04-14 12:10:16 +08:00
Andrew Nicols
8e358c9983
Merge branch 'MDL-71169-311-execute' of git://github.com/mudrd8mz/moodle into MOODLE_311_STABLE
2021-04-14 08:35:38 +08:00
AMOS bot
444291e71a
Automatically generated installer lang files
2021-04-14 00:07:33 +00:00
Eloy Lafuente (stronk7)
2c13de9fc8
Merge branch 'MDL-69874-311' of git://github.com/lucaboesch/moodle into MOODLE_311_STABLE
2021-04-13 23:08:57 +02:00
Eloy Lafuente (stronk7)
1f2fbfe331
Merge branch 'MDL-70722-311' of git://github.com/sarjona/moodle into MOODLE_311_STABLE
2021-04-13 22:39:36 +02:00
Víctor Déniz
c7e2a997a8
Merge branch 'MDL-71089-311' of git://github.com/roland04/moodle into MOODLE_311_STABLE
2021-04-13 19:40:09 +01:00
Eloy Lafuente (stronk7)
9c4a2b0d47
MDL-71154 ci: Prevent upstream branches and tags to be built
...
Both for travis and GHA:
- master and MOODLE_XXX_STABLE branches
- any vX.Y.Z tag
won't lead to a build anymore.
2021-04-13 16:55:46 +02:00
Mikel Martín
7c82ff41a3
MDL-71089 core: Add different Toast notification styling 'types'
2021-04-13 16:29:10 +02:00
Mikel Martín
b27cb56296
MDL-71089 theme_boost: Add styles for different toast types
2021-04-13 16:29:10 +02:00
Sara Arjona
933d98cd50
Merge branch 'MDL-71011_311' of https://github.com/stronk7/moodle into MOODLE_311_STABLE
2021-04-13 12:27:00 +02:00
Sara Arjona
09851f5882
Merge branch 'MDL-65983-311' of git://github.com/jleyva/moodle into MOODLE_311_STABLE
2021-04-13 12:19:33 +02:00
Luca Bösch
4a67d78a4c
MDL-69874 workshop: Title mentions received assessments in close phase.
2021-04-13 12:03:17 +02:00
Eloy Lafuente (stronk7)
7811d7ace4
on-demand release 3.11dev+
2021-04-13 10:27:30 +02:00
Eloy Lafuente (stronk7)
9d2bb5eb6b
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-04-13 10:27:26 +02:00
Adrian Greeve
6dfbb08b53
Merge branch 'MDL-71161-311-4' of git://github.com/junpataleta/moodle into MOODLE_311_STABLE
2021-04-13 11:41:22 +08:00
Tomo Tsuyuki
c12ef07260
MDL-63381 backup: Have an option to import permissions
...
Add options to use permission settings for import / restore
2021-04-13 13:21:54 +10:00
Adrian Greeve
f82793d840
Merge branch 'MDL-70821-311-5' of git://github.com/junpataleta/moodle into MOODLE_311_STABLE
2021-04-13 11:14:08 +08:00
Eloy Lafuente (stronk7)
efc8877c21
Merge branch 'MDL-71172-311' of https://github.com/AnupamaSarjoshi/moodle into MOODLE_311_STABLE
2021-04-13 00:47:03 +02:00
Tim Hunt
52acec4989
MDL-71313 repositories: warn if get_instances context is wrong type
2021-04-12 20:32:35 +01:00
Michael Hawkins
5485896773
MDL-71161 mod_workshop: Display activity completion information
2021-04-13 01:25:31 +08:00
Michael Hawkins
51e5c13b4e
MDL-71161 mod_wiki: Display activity completion information
2021-04-13 01:25:31 +08:00
Michael Hawkins
10a5c03ff3
MDL-71161 mod_url: Display activity completion information
2021-04-13 01:25:31 +08:00
Simey Lameze
5cc0484e01
MDL-71161 mod_survey: show survey activity info
2021-04-13 01:25:31 +08:00
Michael Hawkins
f0d40c213c
MDL-71161 mod_scorm: Display activity completion information
2021-04-13 01:25:31 +08:00
Michael Hawkins
2a0f56c0b6
MDL-71161 mod_resource: Display activity completion information
2021-04-13 01:25:31 +08:00
Michael Hawkins
18cb6e2fec
MDL-71161 mod_quiz: Display activity completion information
2021-04-13 01:25:31 +08:00
Michael Hawkins
4c0b62f6d6
MDL-71161 mod_page: Display activity completion information
2021-04-13 01:25:31 +08:00
Michael Hawkins
fdac35d12a
MDL-71161 mod_lti: Display activity completion information
2021-04-13 01:25:30 +08:00
Michael Hawkins
63618f9648
MDL-71161 mod_lesson: Display activity completion information
2021-04-13 01:25:30 +08:00
Jun Pataleta
9d4b978c61
MDL-71161 mod_imscp: Display activity information output component
2021-04-13 01:25:30 +08:00
Jun Pataleta
c2e643c77f
MDL-71161 mod_h5pactivity: Display activity information output component
2021-04-13 01:25:30 +08:00
Simey Lameze
abcbc5eb0c
MDL-71161 mod_glossary: show glossary activity info
2021-04-13 01:25:30 +08:00
Simey Lameze
35bd229134
MDL-71161 mod_forum: show forum activity info
2021-04-13 01:25:30 +08:00
Jun Pataleta
1c9896e4fd
MDL-71161 mod_folder: Display activity information output component
2021-04-13 01:25:30 +08:00
Simey Lameze
ee324bc048
MDL-71161 mod_feedback: show feedback activity info
2021-04-13 01:25:30 +08:00
Simey Lameze
d2e13ee385
MDL-71161 mod_data: show database activity info
2021-04-13 01:25:30 +08:00
Jun Pataleta
ac6e083f9b
MDL-71161 mod_chat: Display activity information output component
2021-04-13 01:25:30 +08:00