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
Andrew Nicols
348e288f08
Merge branch 'MDL-57614-311-4' of git://github.com/mihailges/moodle into MOODLE_311_STABLE
2020-12-02 15:12:28 +08:00
Mihail Geshoski
671a566121
MDL-57614 core: Fetch blocks through a webservice in add block modal
2020-12-02 13:47:55 +08:00
Mihail Geshoski
d65d1b4185
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:47:54 +08:00
AMOS bot
020e91f176
Automatically generated installer lang files
2020-12-02 00:07:26 +00:00
Thong Bui
c2cb01662a
MDL-70324 Question: get_all_response_file_areas() not work correctly
2020-12-01 16:08:37 +07:00
Sara Arjona
0bdfb78bfd
Merge branch 'MDL-70037-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2020-12-01 08:00:38 +01:00
AMOS bot
767fdd1661
Automatically generated installer lang files
2020-12-01 00:07:33 +00:00
Paul Holden
4380745602
MDL-70037 mod_forum: include post modified date in external structure.
2020-12-01 00:04:35 +00:00
Claude Vervoort
e2a22320ca
MDL-70361 mod_lti: deeplinking multiple preserve resourceid and tag
2020-11-30 15:01:21 -05:00
David Mudrák
afb99e900b
MDL-70357 cron: Catch Throwables not just Exceptions when running tasks
...
Starting from PHP 7, most language errors throw Error exceptions. We
want to deal with those equally as with any other exception so we need
to catch all Throwables here.
2020-11-30 17:40:52 +01:00
Dan Marsden
7e6b9d8d7e
MDL-68052 analytics: Clean up analytics_indicator_calc records.
2020-11-30 09:40:53 +08:00