Eloy Lafuente (stronk7)
8cc4708c2a
MDL-69271 auth_ldap: Don't assume any ordering, just verify matches
...
Both ldap or the DB can return information in a non-consistent
ordering leading to events to be generated in different order.
And current tests are, right now, assuming a given order.
Note this is a rare random, but it's happening, so better
fix it, see the issue for some more details.
So we just do the tests ordering immune, verifying that all the
expected events have been triggered and done. Irrespectively of their order.
2020-08-14 13:40:09 +02:00
Sara Arjona
507d51eebf
MDL-69473 contentbank: change incorrect ref to size in type column
2020-08-14 08:54:20 +02:00
Andrew Nicols
89d8f73703
weekly release 3.9.1+
2020-08-14 14:42:37 +08:00
Andrew Nicols
f0f37cb2e7
NOBUG: Fixed SVG browser compatibility
2020-08-14 14:42:35 +08:00
Andrew Nicols
62cd827dc5
Merge branch 'MDL-68666-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
2020-08-13 15:21:28 +08:00
Bas Brands
1b682b3b6a
MDL-68666 core_pix: add missing fallback icons
2020-08-13 08:49:27 +02:00
Andrew Nicols
5e372ecd61
Merge branch 'MDL-69253_39' of https://github.com/timhunt/moodle into MOODLE_39_STABLE
2020-08-13 11:52:32 +08:00
Andrew Nicols
4401c891e8
Merge branch 'MDL-60492-tagcloud_html-39' of https://github.com/leonstr/moodle into MOODLE_39_STABLE
2020-08-13 11:45:10 +08:00
Andrew Nicols
61a17c94be
Merge branch 'MDL-69381-39' of https://github.com/marinaglancy/moodle into MOODLE_39_STABLE
2020-08-13 11:29:09 +08:00
Adrian Greeve
75911e67bd
Merge branch 'MDL-68423-39' of git://github.com/ferranrecio/moodle into MOODLE_39_STABLE
2020-08-13 11:05:37 +08:00
Andrew Nicols
3a2eb35800
Merge branch 'MDL-68932-39' of git://github.com/rezaies/moodle into MOODLE_39_STABLE
2020-08-13 10:52:26 +08:00
Andrew Nicols
5ae88aba9d
Merge branch 'MDL-69421-39' of git://github.com/noeldemartin/moodle into MOODLE_39_STABLE
2020-08-13 09:35:59 +08:00
Andrew Nicols
dbd0a1dbf7
Merge branch 'MDL-67991-39' of git://github.com/aanabit/moodle into MOODLE_39_STABLE
2020-08-13 09:04:15 +08:00
Andrew Nicols
d1e4c0fecc
Merge branch 'MDL-69241-39' of git://github.com/mickhawkins/moodle into MOODLE_39_STABLE
2020-08-13 08:47:03 +08:00
Andrew Nicols
522dd18e62
Merge branch 'MDL-60260-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-08-13 07:55:21 +08:00
Andrew Nicols
563bfb4582
Merge branch 'MDL-69143-39' of git://github.com/ferranrecio/moodle into MOODLE_39_STABLE
2020-08-13 07:45:44 +08:00
Eloy Lafuente (stronk7)
f03d9e1aab
MDL-67415 environment: change requirements
...
- mysql requirement up to 5.7
- postgres requirement up to 9.6
2020-08-13 01:30:01 +02:00
Eloy Lafuente (stronk7)
454a93cbbf
MDL-67415 environment: 3.10 base information
...
This is a direct copy of the 3.9 branch to have
changes under control easier for next commits.
2020-08-13 01:30:00 +02:00
Eloy Lafuente (stronk7)
a64f376595
Merge branch 'MDL-68860-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-08-13 01:08:32 +02:00
Eloy Lafuente (stronk7)
f620bbf2f5
Merge branch 'MDL-68558-39-plugindepscheckdeadend' of git://github.com/mudrd8mz/moodle into MOODLE_39_STABLE
2020-08-13 00:40:17 +02:00
Eloy Lafuente (stronk7)
4ddbc1ee38
Merge branch 'MDL-67394-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-08-13 00:29:15 +02:00
Eloy Lafuente (stronk7)
f9bd169b6e
Merge branch 'MDL-67002_39' of https://github.com/timhunt/moodle into MOODLE_39_STABLE
2020-08-13 00:26:09 +02:00
Ferran Recio
332fdda507
MDL-68964 mod_chat: fix theme param
2020-08-12 17:30:02 +02:00
Ferran Recio
77f46da53a
MDL-69143 contentbank: catching Exception on file upload
2020-08-12 16:58:26 +02:00
Bas Brands
ebacd8353f
MDL-68889 block_recentlyaccessedcourses: small viewport issues
...
- on small devices the recentlyaccessedcourses does not show any courses
2020-08-12 13:05:13 +02:00
Paul Holden
a97c45a15d
MDL-66900 course: don't clean category description when editing.
2020-08-12 11:48:29 +01:00
Simey Lameze
f307dc23d7
MDL-26401 group: change import to use csv_import_reader class
2020-08-12 16:35:56 +08:00
Simey Lameze
b21f182106
MDL-26401 group: add delimiter and encoding fields to import
2020-08-12 16:35:56 +08:00
Paul Holden
0991b0a091
MDL-69449 block_timeline: use dayslimit context data in template.
...
Ensures the correct value is used when initially rendering the
course timeline.
2020-08-12 09:19:29 +01:00
Andrew Nicols
54eb1f8f23
Merge branch 'MDL-68618-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-08-12 13:41:00 +08:00
Andrew Nicols
97df1db020
Merge branch 'MDL-69353-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-08-12 11:22:40 +08:00
Andrew Nicols
8c1eb6cfd3
Merge branch 'MDL-68334-39' of git://github.com/lucaboesch/moodle into MOODLE_39_STABLE
2020-08-12 11:14:05 +08:00
Andrew Nicols
4eeb1bbd8f
Merge branch 'MDL-69296-m39' of https://github.com/NeillM/moodle into MOODLE_39_STABLE
2020-08-12 10:29:58 +08:00
Mikhail Golenkov
5778aa1fa1
MDL-69358 backup: Do not clean up records for incomplete adhoc tasks.
...
Co-authored-by: Heena Agheda <heenaagheda@catalyst-au.net>
2020-08-12 12:07:28 +10:00
Andrew Nicols
a0c582342c
Merge branch 'MDL-68731_39' of https://github.com/jonof/moodle into MOODLE_39_STABLE
2020-08-12 09:11:25 +08:00
Andrew Nicols
cf13f285e4
Merge branch 'MDL-69143-39' of git://github.com/ferranrecio/moodle into MOODLE_39_STABLE
2020-08-11 14:34:10 +08:00
Andrew Nicols
08d7dd1db4
Merge branch 'MDL-69168_recently-accessed-items-block-uses-stock-lti-icon__MOODLE_39_STABLE' of https://github.com/stopfstedt/moodle into MOODLE_39_STABLE
2020-08-11 13:00:36 +08:00
Adrian Greeve
a6908c3ee8
Merge branch 'MDL-69204-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-08-11 08:45:14 +08:00
Paul Holden
cc91fe0988
MDL-68618 mod_forum: stop reverting idnumber when updating instance.
2020-08-10 09:11:12 +01:00
Paul Holden
f66e6749ae
MDL-68860 mod_lti: Oracle support for retrieving shared secrets.
...
Thanks to Mark van Hoek!
2020-08-10 09:06:07 +01:00
Adrian Greeve
f3fd372584
Merge branch 'MDL-60493-grader_span_tag-39' of https://github.com/leonstr/moodle into MOODLE_39_STABLE
2020-08-10 09:22:18 +08:00
Nadav Kavalerchik
e29a887814
MDL-69414 qtype/ddimageortext: Fix dropzones display in RTL mode
2020-08-09 11:45:21 +03:00
Luca Bösch
f1743d9179
MDL-68334 user: Display name in footer as elsewhere.
2020-08-08 10:38:40 +02:00
Stefan Topfstedt
73827e8eda
MDL-69168 block_recentlyaccesseditems: apply custom icon
...
Overwrite the default mod icon with the configured icon url if
applicable.
2020-08-07 09:15:05 -07:00
Matt Davidson
abb81c79d7
MDL-63375 workshop: fix rubric grid view
2020-08-07 08:48:41 -04:00
Amaia Anabitarte
8b55712485
MDL-67991 availability: Fix access restrictions labels
2020-08-07 10:02:25 +02:00
Michael Hawkins
f967acc533
MDL-69241 lib: Reset dynamic tables to page 1 when filtering or sorting
...
This ensures consistency and that the page will always exist, which may
not be true for later pages if applying filters returns fewer results.
2020-08-07 12:53:26 +08:00
Eloy Lafuente (stronk7)
61d4bf3f88
weekly release 3.9.1+
2020-08-06 20:51:32 +02:00
Noel De Martin
94dc00614c
MDL-69421 behat: Revert app behat navigation to call session visit
2020-08-06 12:15:51 +02:00
Jun Pataleta
976ec609bc
Merge branch 'MDL-60501-h4_close_tag-39' of https://github.com/leonstr/moodle into MOODLE_39_STABLE
2020-08-06 12:11:18 +08:00