Sara Arjona
e49f38f6d2
Merge branch 'MDL-68721-39' of git://github.com/ferranrecio/moodle into MOODLE_39_STABLE
2021-03-03 17:51:41 +01:00
Ferran Recio
7381719f54
MDL-68721 mod_h5pactivity: report acceptance tests
2021-03-03 17:23:27 +01:00
Paul Holden
ddb31238a1
MDL-65552 block_activity_results: correct Behat tests for idnumbers.
...
Teachers can see user idnumber fields only when they are configured
identity fields. Students cannot.
2021-03-03 23:14:37 +08:00
Marina Glancy
009b90a43b
MDL-65552 user: escape idnumber and email in table_sql
2021-03-03 23:14:37 +08:00
Paul Holden
7afca3b34a
MDL-65552 user: escape idnumber field on output.
...
This commit also corrects parameter definition of the field to
match core_user.
2021-03-03 23:14:37 +08:00
Sara Arjona
882734c99f
Merge branch 'MDL-70125_39-3' of git://github.com/mdjnelson/moodle into MOODLE_39_STABLE
2021-03-03 15:47:45 +01:00
Sara Arjona
c0c9be6d03
Merge branch 'MDL-67494-39' of git://github.com/lameze/moodle into MOODLE_39_STABLE
2021-03-03 11:51:18 +01:00
Sara Arjona
226a690c0d
Merge branch 'MDL-67119-39' of git://github.com/aanabit/moodle into MOODLE_39_STABLE
2021-03-03 11:11:47 +01:00
Ilya Tregubov
f702707ef7
MDL-71026 user: Fix incorrect get_string call.
2021-03-03 11:44:30 +02:00
Jun Pataleta
d1bec1e23b
Merge branch 'MDL-70987-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2021-03-03 16:41:56 +08:00
Simey Lameze
497c016518
MDL-67494 calendar: user_delete_user should delete all user events
2021-03-03 16:32:58 +08:00
Simey Lameze
078f59faf8
MDL-67494 calendar: privacy provider should not delete shared events
2021-03-03 16:32:58 +08:00
Simey Lameze
df4f869af7
MDL-67494 calendar: shared subscriptions should not set userid to 0
2021-03-03 16:32:58 +08:00
Simey Lameze
0a4092bc27
MDL-67494 calendar: only user overrides should retain userid
2021-03-03 16:32:58 +08:00
Simey Lameze
31a7410a90
MDL-67494 calendar: set userid to zero for shared events
2021-03-03 16:32:58 +08:00
Simey Lameze
793289f905
MDL-67494 calendar: step to set userid 0 to all shared events
2021-03-03 16:32:56 +08:00
Simey Lameze
cd009c0c51
MDL-67494 calendar: add logic for category events in get_context
2021-03-03 16:27:08 +08:00
Jun Pataleta
60900a8066
Merge branch 'MDL-71009_39' of https://github.com/timhunt/moodle into MOODLE_39_STABLE
2021-03-03 16:22:29 +08:00
Sara Arjona
dde73f5fb5
Merge branch 'MDL-69097-390' of https://github.com/inigozendegi/moodle into MOODLE_39_STABLE
2021-03-03 09:07:04 +01:00
Jun Pataleta
44fe2370b7
Merge branch 'MDL-70995-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2021-03-03 15:05:07 +08:00
Jun Pataleta
5d09a5f6b0
Merge branch 'MDL-69883-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2021-03-03 14:33:43 +08:00
Andrew Nicols
3944872103
Merge branch 'MDL-70268-39-2' of git://github.com/peterRd/moodle into MOODLE_39_STABLE
2021-03-03 12:22:11 +08:00
Peter Dias
5db25124ef
MDL-70268 core: Update the oauthlib to exclude scope if none provided
2021-03-03 12:06:37 +08:00
AMOS bot
b17f7fd443
Automatically generated installer lang files
2021-03-03 00:07:40 +00:00
Paul Holden
787485d9eb
MDL-70822 enrol: respect capability to view other users profile.
...
When retrieving courses of another user via web services, we should
respect the capability to view that users profile in a given course.
2021-03-02 23:37:35 +01:00
Sander Wind
299fb2f158
MDL-70668 auth: Fix secret validation during user confirmation
...
Co-authored-by: Michael Hawkins <michaelh@moodle.com>
2021-03-02 23:37:35 +01:00
Eloy Lafuente (stronk7)
71f444e82d
Merge branch 'MDL-70340-39' of git://github.com/jleyva/moodle into MOODLE_39_STABLE
2021-03-02 23:33:25 +01:00
Víctor Déniz
1e0f448b3e
Merge branch 'MDL-70676-39' of git://github.com/ilyatregubov/moodle into MOODLE_39_STABLE
...
Fixed mod/workshop/db/upgrade.php: \xmldb_field::getNotNull()
does not verify if the column is nullable in the database.
2021-03-02 18:43:37 +00:00
Peter Dias
d1a71ec909
MDL-59293 block_onlineusers: Update behat tests
2021-03-02 16:13:12 +00:00
Peter Dias
9c4f2a55b6
MDL-59293 block_onlineusers: Check whether current user can view online users
...
- Removed block from site admin.
- Blocked guest from viewuserlist cap
2021-03-02 16:13:12 +00:00
Ilya Tregubov
a0ec66dc6b
MDL-70676 workshop: Allow empty grades.
2021-03-02 13:43:48 +02:00
Sara Arjona
b08b4a2bdc
Merge branch 'MDL-67515-39' of git://github.com/vmdef/moodle into MOODLE_39_STABLE
2021-03-02 11:21:39 +01:00
Jun Pataleta
0d355a0e8d
Merge branch 'MDL-70457_39' of https://github.com/stronk7/moodle into MOODLE_39_STABLE
2021-03-02 17:38:28 +08:00
Víctor Déniz
382250e60e
Merge branch 'MDL-70172-39' of git://github.com/rezaies/moodle into MOODLE_39_STABLE
2021-03-02 09:17:18 +00:00
Paul Holden
71bb7f306e
MDL-71022 gradereport_history: prevent double escaping of users.
...
The user identity fields are already escaped by the AJAX endpoint
that returns them, we don't need to do it again at the client.
2021-03-02 09:14:42 +00:00
Víctor Déniz
6864463dc4
MDL-67515 tool_customlang: Ignore invalid component strings
...
After uninstalling a plugin, the translated strings remain in
tool_customlang table, throwing an exception when trying to localise
any strings. Currently there is no mechanism to
clean up customlang tables and files during the uninstall process,
so with this patch the invalid components will be ignored.
2021-03-02 09:09:25 +00:00
AMOS bot
b5db1d43f6
Automatically generated installer lang files
2021-03-02 00:07:39 +00:00
Eloy Lafuente (stronk7)
c50c1fd745
Merge branch 'MDL-67974-39' of git://github.com/sarjona/moodle into MOODLE_39_STABLE
2021-03-01 22:33:48 +01:00
Shamim Rezaie
9aad72e85b
MDL-70172 output: pages with main logo should have a first-level header
2021-03-02 05:42:23 +11:00
Shamim Rezaie
2e4198ab76
MDL-70172 output: Fix empty links
...
The approach taken is inline with font-awesome documentation:
https://fontawesome.com/how-to-use/on-the-web/other-topics/accessibility
2021-03-02 05:42:23 +11:00
Eloy Lafuente (stronk7)
dc6da3f20e
Merge branch 'MDL-70912-39' of git://github.com/sarjona/moodle into MOODLE_39_STABLE
2021-03-01 16:47:59 +01:00
Sara Arjona
52777e6a56
Merge branch 'MDL-68735_39' of https://github.com/stronk7/moodle into MOODLE_39_STABLE
2021-03-01 16:17:48 +01:00
Eloy Lafuente (stronk7)
4b53207d34
Merge branch 'MDL-70913-39' of git://github.com/sarjona/moodle into MOODLE_39_STABLE
2021-03-01 14:32:07 +01:00
Sara Arjona
6d0a928b64
MDL-70913 core_badges: Use and update properly sortorder
...
Sortorder field in badge_external_backpack was updated with a wrong
value. This patch fixes this behaviour and adds sortorder as
sorting criteria for displaying the list of site backpacks.
2021-03-01 13:12:20 +01:00
Amaia Anabitarte
616935475b
MDL-70726 behat: Fixing existing fail tests
...
Some of the current behat tests were wrong but not failing because of the bug in 'should not exist' step.
Once the bug is fixed, we must fix also wrong behats.
2021-03-01 16:09:20 +07:00
Thong Bui
8d6cbcb248
MDL-70726 behat: should_not_exist function does not work correctly
2021-03-01 16:09:20 +07:00
Eloy Lafuente (stronk7)
35d42cc6a7
Merge branch 'MDL-70931-39-xmldbeol' of git://github.com/mudrd8mz/moodle into MOODLE_39_STABLE
2021-03-01 10:01:22 +01:00
Eloy Lafuente (stronk7)
6030e5ce3d
Merge branch 'MDL-70941-39' of git://github.com/dravek/moodle into MOODLE_39_STABLE
2021-03-01 09:54:25 +01:00
Eloy Lafuente (stronk7)
1d0b0ebb15
Merge branch 'MDL-70910-39' of git://github.com/dravek/moodle into MOODLE_39_STABLE
2021-03-01 09:50:23 +01:00
Eloy Lafuente (stronk7)
2a2d658d84
Merge branch 'MDL-70964-39-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_39_STABLE
2021-03-01 09:34:18 +01:00