Andrew Nicols
94212ac598
Merge branch 'MDL-70295-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2020-12-09 12:11:08 +08:00
Andrew Nicols
72e6bd78aa
Merge branch 'MDL-70320_311' of https://github.com/timhunt/moodle into MOODLE_311_STABLE
2020-12-09 11:57:54 +08:00
Andrew Nicols
666ba2d5b9
Merge branch 'MDL-70293-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2020-12-09 11:29:10 +08:00
Andrew Nicols
62ad3fe713
Merge branch 'MDL-69869-311' of git://github.com/ilya-catalyst/moodle into MOODLE_311_STABLE
2020-12-09 11:09:51 +08:00
Jake Dallimore
5eeab9a25f
Merge branch 'MDL-69145-311-3' of git://github.com/junpataleta/moodle into MOODLE_311_STABLE
2020-12-09 11:02:17 +08:00
Jun Pataleta
a684f59d65
MDL-69145 core_user: Set default filter to ALL
2020-12-09 10:54:02 +08:00
Jun Pataleta
bc7d1118b1
MDL-69145 core: Set the default filterset join type to ALL
...
* Plus minor PHPDoc type fix for the JOINTYPE_DEFAULT constants
2020-12-09 10:54:02 +08:00
Andrew Nicols
618835595c
Merge branch 'MDL-62707-311' of https://github.com/paulholden/moodle into MOODLE_311_STABLE
2020-12-09 08:53:20 +08:00
David Mudrák
8017912028
MDL-70430 oauth2: Fix storing of the new refresh token
...
There was a typo - missing underscore. As a result, the new refresh
token was never updated in the database. Depending on the issuer and
whether or when theyu invalidate issued refresh tokens, this might or
might not make the token refresh stop working.
2020-12-08 11:26:14 +01:00
Jake Dallimore
98635e4444
Merge branch 'MDL-70285_311' of https://github.com/timhunt/moodle into MOODLE_311_STABLE
2020-12-08 16:33:20 +08:00
Ilya Tregubov
4afa3bfda4
MDL-69869 enrol: Fixing intendation for travis.
2020-12-08 09:15:35 +02:00
Ilya Tregubov
a2d652e332
MDL-69869 enrol: Clean up - switch to [] from array().
2020-12-08 09:15:35 +02:00
Ilya Tregubov
3401b6fb42
MDL-69869 enrol: Add ability to get suspended users through
...
core_enrol_get_enrolled_users webservice.
2020-12-08 09:15:35 +02:00
Ilya Tregubov
724b7606da
MDL-65186 analytics: Deprecate add_builtin_models
2020-12-08 09:12:21 +02:00
AMOS bot
fb93b22f71
Automatically generated installer lang files
2020-12-08 00:07:25 +00:00
Jamie Stamp
3b4eded721
MDL-70341 tasks: Allow disabled tasks to be overridden
2020-12-07 16:41:04 +00:00
Paul Holden
e5e287396d
MDL-70422 restore: fix for undefined question answer ordering in test.
2020-12-07 10:15:48 +00:00
Peter Burnett
292b0f2975
MDL-69522 antivirus: Added ability for scanners to set found message
2020-12-07 14:45:18 +10:00
Jake Dallimore
330927d2c4
Merge branch 'MDL-64982-311' of git://github.com/rezaies/moodle into MOODLE_311_STABLE
2020-12-07 12:04:01 +08:00
Jake Dallimore
6762c1e585
Merge branch 'MDL-65818-m311' of https://github.com/sammarshallou/moodle into MOODLE_311_STABLE
2020-12-07 11:27:06 +08:00
Adrian Greeve
91f3377c2f
Merge branch 'MDL-69301-311' of git://github.com/rezaies/moodle into MOODLE_311_STABLE
2020-12-07 09:55:35 +08:00
AMOS bot
b624187e4d
Automatically generated installer lang files
2020-12-06 00:07:30 +00:00
Eric Merrill
14c905a41e
MDL-70409 chat: Use require_once to import lib.php
2020-12-04 10:52:00 -05:00
Paul Holden
0ce7a5e021
MDL-70279 tool_templatelibrary: preserve component search field value.
2020-12-04 14:55:35 +00:00
sam marshall
4045bfd723
MDL-65818 Security: Encryption API and admin setting for secure data
2020-12-04 14:40:18 +00:00
Paul Holden
c19a18ecd4
MDL-62707 search: account for no matching courses when listing areas.
...
When limiting the list of courses during retrieval of the search areas
the user can access, make sure we have some contexts before looking
for blocks.
2020-12-04 09:43:07 +00:00
inigozendegi
227021b657
MDL-56119 gradingform_rubric: Rubric display layout issue
2020-12-04 09:41:45 +01:00
David Matamoros
10fa98fcf4
MDL-63683 enrol: Fix plugin settings when no role has student archetype
2020-12-04 09:24:56 +01:00
Shamim Rezaie
a5b47b660b
MDL-64982 behat: Remove deprecated behat timeout constants
...
Behat timeout constants behat_base::TIMEOUT, EXTENDED_TIMEOUT, and
REDUCED_TIMEOUT, which were deprecated in 3.7, have been removed.
2020-12-04 17:07:49 +11:00
Andrew Nicols
2881ad191f
MDL-70397 behat: Prevent browser restarting after initial start
2020-12-04 12:07:05 +08:00
Jake Dallimore
329c04c1de
weekly release 3.11dev
2020-12-04 08:42:38 +08:00
Jake Dallimore
a52882b521
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2020-12-04 08:42:35 +08:00
Juan Leyva
f677721abe
MDL-70128 webservice: New entry point for draftfiles
2020-12-03 14:28:36 +01:00
Jake Dallimore
b1dbb286de
Merge branch 'MDL-70326-MOODLE_311_STABLE' of https://github.com/durzo/moodle into MOODLE_311_STABLE
2020-12-03 11:54:31 +08:00
Andrew Nicols
b9af298885
Merge branch 'MDL-70327-311' of git://github.com/cescobedo/moodle into MOODLE_311_STABLE
2020-12-03 11:50:18 +08:00
Andrew Nicols
c80610ac49
Merge branch 'MDL-70321_311' of https://github.com/timhunt/moodle into MOODLE_311_STABLE
2020-12-03 11:41:19 +08:00
Jake Dallimore
718453d393
Merge branch 'MDL-69411-311' of git://github.com/dravek/moodle into MOODLE_311_STABLE
2020-12-03 11:36:45 +08:00
Jake Dallimore
e0302e5412
Merge branch 'MDL-67460-311_profile_secure' of https://github.com/beenet-dev/moodle into MOODLE_311_STABLE
2020-12-03 11:15:49 +08:00
Adrian Greeve
79a2c32236
Merge branch 'wip_MDL-70267_m311' of git://github.com/gjb2048/moodle into MOODLE_311_STABLE
2020-12-03 10:57:50 +08:00
Peter Dias
30d259a68b
MDL-65319 core: Final deprecation get_courses_page
2020-12-03 10:29:35 +08:00
Peter Dias
d8c62285c3
MDL-65086 analytics: Deprecate get_enabled_time_splitting_methods
2020-12-03 10:15:43 +08:00
Adrian Greeve
680b096c8b
Merge branch 'MDL-70167-311' of git://github.com/andrewnicols/moodle into MOODLE_311_STABLE
2020-12-03 09:59:18 +08:00
AMOS bot
d85c512ed6
Automatically generated installer lang files
2020-12-03 00:07:28 +00:00
Andrew Nicols
c3c4974d93
Merge branch 'MDL-69868-311' of git://github.com/ilya-catalyst/moodle into MOODLE_311_STABLE
2020-12-03 07:47:31 +08:00
Tim Hunt
a3cf931e3d
MDL-70373 qtype_essay: missing border on atto input
2020-12-02 20:09:43 +00:00
Shamim Rezaie
1320da3240
MDL-69301 theme_boost: Use event.key in aria.js
...
Both event.which and event.keyCode are deprecated. So
We switched to using event.key. We can only do so now
because IE is no longer supported.
2020-12-03 04:21:53 +11:00
Shamim Rezaie
049e9e835c
MDL-69301 course: Remove custom keyboard navigation code
2020-12-03 04:21:53 +11:00
Shamim Rezaie
c4430d6a66
MDL-69301 core: Enhanced WAI-ARIA support for tab elements
2020-12-03 04:21:53 +11:00
Shamim Rezaie
bede777bed
MDL-69301 theme_boost: convert aria.js to es6 module
2020-12-03 04:21:53 +11:00
Jake Dallimore
a265ba6148
Merge branch 'MDL-67514-311' of https://github.com/paulholden/moodle into MOODLE_311_STABLE
2020-12-02 16:23:34 +08:00