99534 Commits

Author SHA1 Message Date
Andrew Nicols
47eda9594a Merge branch 'MDL-62707' of https://github.com/paulholden/moodle 2020-12-09 08:51:53 +08:00
Jake Dallimore
7430e7c074 Merge branch 'MDL-70285' of https://github.com/timhunt/moodle 2020-12-08 16:31:54 +08:00
Jake Dallimore
972e098275 Merge branch 'MDL-64982-master' of git://github.com/rezaies/moodle 2020-12-07 12:03:20 +08:00
Jake Dallimore
de5780279b Merge branch 'MDL-65818-master' of https://github.com/sammarshallou/moodle 2020-12-07 11:26:32 +08:00
Adrian Greeve
b4e6552776 Merge branch 'MDL-69301-master' of git://github.com/rezaies/moodle 2020-12-07 10:05:55 +08:00
sam marshall
ddbafce0e0 MDL-65818 Security: Encryption API and admin setting for secure data 2020-12-04 14:41:21 +00:00
Paul Holden
e7e62a4b2e 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:42:59 +00:00
Shamim Rezaie
77baa12643 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:06 +11:00
Jake Dallimore
7fa836cf36 weekly release 4.0dev 2020-12-04 08:42:34 +08:00
Jake Dallimore
ca963d790e Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install 2020-12-04 08:42:31 +08:00
Jake Dallimore
0dcc55e25a Merge branch 'MDL-70326' of https://github.com/durzo/moodle 2020-12-03 11:53:53 +08:00
Andrew Nicols
5eca1223c3 Merge branch 'MDL-70327-master' of git://github.com/cescobedo/moodle 2020-12-03 11:49:35 +08:00
Andrew Nicols
9e12342aa5 Merge branch 'MDL-70321' of https://github.com/timhunt/moodle 2020-12-03 11:39:13 +08:00
Jake Dallimore
3022dfa1b5 Merge branch 'MDL-69411-master' of git://github.com/dravek/moodle 2020-12-03 11:36:26 +08:00
Jake Dallimore
f403766f1e Merge branch 'MDL-67460-master_profile_secure' of https://github.com/beenet-dev/moodle 2020-12-03 11:15:30 +08:00
Adrian Greeve
a051f6d13a Merge branch 'wip_MDL-70267_master' of git://github.com/gjb2048/moodle 2020-12-03 10:59:03 +08:00
Jake Dallimore
cad122fee7 Merge branch 'MDL-65319-master' of git://github.com/peterRd/moodle 2020-12-03 10:28:29 +08:00
Jake Dallimore
c196068cc4 Merge branch 'MDL-65086-master' of git://github.com/peterRd/moodle 2020-12-03 10:15:19 +08:00
Adrian Greeve
ef4a0fc128 Merge branch 'MDL-70167-master' of git://github.com/andrewnicols/moodle 2020-12-03 10:09:47 +08:00
AMOS bot
94f0e0e903 Automatically generated installer lang files 2020-12-03 00:07:52 +00:00
Andrew Nicols
1cdae7a717 Merge branch 'MDL-69868-master' of git://github.com/ilya-catalyst/moodle 2020-12-03 07:47:12 +08:00
Shamim Rezaie
4dfc4adfa1 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:18:01 +11:00
Shamim Rezaie
7bd6145d13 MDL-69301 course: Remove custom keyboard navigation code 2020-12-02 22:57:44 +11:00
Shamim Rezaie
c8ea0c12d7 MDL-69301 core: Enhanced WAI-ARIA support for tab elements 2020-12-02 22:57:42 +11:00
Shamim Rezaie
baf68eae5e MDL-69301 theme_boost: convert aria.js to es6 module 2020-12-02 22:57:18 +11:00
Jake Dallimore
3382bc0ece Merge branch 'MDL-67514' of https://github.com/paulholden/moodle 2020-12-02 16:20:37 +08:00
Andrew Nicols
145a72ca9c Merge branch 'MDL-57614-master-4' of git://github.com/mihailges/moodle 2020-12-02 15:09:52 +08:00
Mihail Geshoski
16b72504b3 MDL-57614 core: Fetch blocks through a webservice in add block modal 2020-12-02 13:43:15 +08:00
Mihail Geshoski
d16faf211d MDL-57614 core_block: Create webservice that returns the addable blocks
Creates a webservice that returns the addable blocks in a given page.
The webservice expects the page context id, page type and page layout as
parameters and returns the block name and block title for each available
block.
2020-12-02 13:40:41 +08:00
AMOS bot
d5ed07c000 Automatically generated installer lang files 2020-12-02 00:07:47 +00:00
Sara Arjona
32bd7eeac9 Merge branch 'MDL-70037' of git://github.com/paulholden/moodle 2020-12-01 08:00:28 +01:00
AMOS bot
cf231873cd Automatically generated installer lang files 2020-12-01 00:07:54 +00:00
Paul Holden
356b4f9cc4 MDL-70037 mod_forum: include post modified date in external structure. 2020-12-01 00:04:25 +00:00
Adrian Greeve
bc581748c2 Merge branch 'MDL-68052' of git://github.com/danmarsden/moodle 2020-11-30 09:39:51 +08:00
Gareth Barnard
ac7cf94d96
MDL-70267 ux, theme: Course user profile inconsistent page layout. 2020-11-29 23:48:56 +00:00
AMOS bot
d1f55115b7 Automatically generated installer lang files 2020-11-29 00:07:58 +00:00
Sara Arjona
f34b44674f weekly release 4.0dev 2020-11-27 07:50:34 +01:00
Sara Arjona
d0d2c06775 Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install 2020-11-27 07:50:30 +01:00
AMOS bot
c8c4d35930 Automatically generated installer lang files 2020-11-27 06:21:37 +00:00
Sara Arjona
e74ed03d70 Merge branch 'MDL-70276' of https://github.com/stronk7/moodle 2020-11-26 15:04:13 +01:00
Andrew Nicols
0671a2e92d Merge branch 'MDL-65215-master' of git://github.com/peterRd/moodle 2020-11-26 12:46:11 +01:00
Andrew Nicols
a57de96846 Merge branch 'MDL-63266-master' of git://github.com/peterRd/moodle 2020-11-26 12:46:11 +01:00
Andrew Nicols
0aecabf004 MDL-70153 qtype_essay: Whitespace/behat fixes 2020-11-26 12:46:10 +01:00
Andrew Nicols
22388c9e7f Merge branch 'MDL-70153-master' of git://github.com/dpalou/moodle 2020-11-26 12:46:10 +01:00
Andrew Nicols
78999ae627 Merge branch 'MDL-70237-master' of git://github.com/rezaies/moodle 2020-11-26 12:46:10 +01:00
Andrew Nicols
e6715939bc Merge branch 'MDL-70242-master' of git://github.com/marinaglancy/moodle 2020-11-26 12:46:10 +01:00
Andrew Nicols
5a929185c5 Merge branch 'MDL-65852-master' of git://github.com/ilya-catalyst/moodle 2020-11-26 12:46:10 +01:00
Eloy Lafuente (stronk7)
9860796cbb Merge branch 'MDL-42382-master' of git://github.com/NoelDeMartin/moodle into master 2020-11-26 12:46:10 +01:00
Sara Arjona
42d23f2ddf Merge branch 'MDL-70248-master' of https://github.com/HuongNV13/moodle 2020-11-26 12:46:10 +01:00
Sara Arjona
9708b2aa1d Merge branch 'MDL-70265' of https://github.com/stronk7/moodle 2020-11-26 12:46:10 +01:00