Eloy Lafuente (stronk7)
333472ce2a
Merge branch 'MDL-70159' of git://github.com/paulholden/moodle
2021-01-19 23:43:55 +01:00
Sara Arjona
7d24686e59
Merge branch 'MDL-69308' of https://github.com/stronk7/moodle
2021-01-14 12:03:30 +01:00
Paul Holden
20905a1481
MDL-70159 tool_capability: order capabilities by their name.
2021-01-14 07:32:56 +00:00
Eloy Lafuente (stronk7)
77342b96fc
MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps
...
This just deletes all the upgrade steps previous to 3.6.0. Some
small adjustments, like tweaking globals can also be applied
when needed.
Also includes an upgrade step to prevent upgrading from any
version < 2018120300 (v3.6.0) as anti-cheating measure.
Note that in this case, there wasn't any case of upgradelib
functions being used, hence we haven't to deprecate/remove
anything in codebase. When there is such a need, that is done
in separate commits (one for each function) and documented here.
See MDL-65809 commits for an example removing/deprecating a
good number of functions.
2021-01-13 19:11:19 +01:00
Sara Arjona
f287ef5cb2
Merge branch 'master-MDL-70362' of https://github.com/golenkovm/moodle
2021-01-13 12:36:24 +01:00
Sara Arjona
8f4ff3014d
Merge branch 'MDL-68010-cron-run-disabled' of https://github.com/brendanheywood/moodle
2021-01-13 11:28:10 +01:00
Sara Arjona
d9df954a25
Merge branch 'MDL-68768-adhoc-task-faildelay-check' of https://github.com/brendanheywood/moodle
2021-01-12 10:06:53 +01:00
Sara Arjona
5a8ccff85b
Merge branch 'MDL-70567-master' of https://github.com/dmitriim/moodle
2021-01-11 13:09:34 +01:00
Eloy Lafuente (stronk7)
632aceec60
MDL-69308 environment: Apply agreed changes
...
- PHP 7.3 required.
- Moodle 3.6 required.
- SQL*Server 2017 (aka, 14.0) required.
- Sodium PHP extension required.
2021-01-10 23:38:34 +01:00
Eloy Lafuente (stronk7)
79e6e5b920
MDL-69308 environment: 3.11 base information
...
This is a direct copy of the 3.10 branch to have
the changes under control in next commits.
2021-01-10 23:32:04 +01:00
Paul Holden
23765039d4
MDL-69816 tool_uploadcourse: configure course content download value.
2021-01-08 18:43:49 +00:00
Dmitrii Metelkin
7ccbd912e7
MDL-70567 task: fix broken result filter on logs page
2021-01-06 13:12:43 +11:00
Paul Holden
cbd719556e
MDL-70558 tool_langimport: sort available language packs.
2021-01-04 23:53:05 +00:00
Eloy Lafuente (stronk7)
2d37d7f94d
Merge branch 'MDL-70279' of git://github.com/paulholden/moodle
2020-12-23 00:46:42 +01:00
Andrew Nicols
eed01bbc94
Merge branch 'MDL-65856' of https://github.com/hdagheda/moodle
2020-12-22 09:38:01 +08:00
Heena Agheda
9c5dc8fc7d
MDL-65856 session: UX review of session timeout
...
Add new setting 'sessiontimeoutwarning', gives logged in user ability to extend session when there is no activity.
2020-12-21 08:43:21 +11:00
Mikhail Golenkov
5d7941c893
MDL-70362 admin_cli: Add showdebugging and showsql to uninstall_plugins
2020-12-18 12:15:51 +11:00
Andrew Nicols
31402aa406
MDL-69107 user: Fix autocomplete usages
2020-12-16 07:50:56 +08:00
Brendan Heywood
75d5debe54
MDL-68010 tool_task: Allow disable tasks to still be run manually
2020-12-15 16:59:47 +11:00
Brendan Heywood
71f180447a
MDL-68768 tool_tasks: Check for failing adhoc tasks
2020-12-15 12:49:00 +11:00
Jake Dallimore
b83d99c4cf
Merge branch 'MDL-70320-master' of https://github.com/andrewnicols/moodle
2020-12-10 11:56:40 +08:00
Andrew Nicols
c571f582bf
MDL-70320 behat: User full path to page admin node
2020-12-10 07:53:56 +08:00
Shamim Rezaie
4f82e3c5db
MDL-69301 behat: comment a test out
...
The e.key is not filled correctly by Geckodriver on the verssion of
Firefox that we use.
2020-12-09 13:43:45 +08:00
Andrew Nicols
cd3809653c
Merge branch 'MDL-70320' of https://github.com/timhunt/moodle
2020-12-09 11:56:05 +08:00
Paul Holden
1cef02d293
MDL-70279 tool_templatelibrary: preserve component search field value.
2020-12-04 14:55:38 +00:00
sam marshall
ddbafce0e0
MDL-65818 Security: Encryption API and admin setting for secure data
2020-12-04 14:41:21 +00:00
Adrian Greeve
bc581748c2
Merge branch 'MDL-68052' of git://github.com/danmarsden/moodle
2020-11-30 09:39:51 +08:00
Tim Hunt
374d3e7700
MDL-70320 permission overrides: role names were double-escaped
2020-11-25 21:19:57 +00:00
Andrew Nicols
fd71823ec7
MDL-67668 behat: Add inplace editable field type
...
This commit promotes the Inplace Editable field to a first-class form
element by introducing a new partial selector for inplace editable
fields, and teaching the field manager how to recognise these, then
introducing a new field type which can handle setting values for this
field.
2020-11-23 09:01:19 +08:00
Adrian Greeve
a0ba1ae381
Merge branch 'MDL-65843-task-overrides' of https://github.com/jamie-catalyst/moodle
2020-11-19 11:29:01 +08:00
Eloy Lafuente (stronk7)
695f0b4597
Merge branch 'MDL-70107-task-unlock-session' of https://github.com/brendanheywood/moodle into master
2020-11-18 23:06:49 +01:00
Jamie Stamp
3a232840a5
MDL-65843 tasks: Allow schedules to be overridden in config
2020-11-18 12:44:05 +00:00
Andrew Nicols
3492cf87f0
Merge branch 'MDL-70158' of git://github.com/paulholden/moodle
2020-11-18 10:17:32 +08:00
Paul Holden
cc66de23f4
MDL-70158 tool_templatelibrary: group and sort list of components.
2020-11-17 13:56:01 +00:00
Dan Marsden
9ae716734f
MDL-68052 analytics: Clean up analytics_indicator_calc records.
2020-11-17 20:27:00 +13:00
Andrew Nicols
ba34d6e225
MDL-70148 behat: Update steps for keyboard
2020-11-17 15:14:43 +08:00
Andrew Nicols
9c35ea1040
MDL-70148 behat: Add steps to send keys without an element
2020-11-17 15:14:43 +08:00
Brendan Heywood
2481b041ce
MDL-70107 tool_task: Unlock session on long running tasks in UI
2020-11-16 15:42:25 +11:00
Eloy Lafuente (stronk7)
114102d37d
Merge branch 'MDL-70143-master' of git://github.com/marinaglancy/moodle into master
2020-11-06 19:52:03 +01:00
Marina Glancy
c2aa5a29f1
MDL-70143 tool_uploaduser: fix wrong cache reference
2020-11-06 19:31:25 +01:00
Ferran Recio
b8e1eec4c7
MDL-69378 tool_uploadcourse: fix enrolment methods uploads
2020-11-03 12:34:28 +01:00
Eloy Lafuente (stronk7)
12e273dddd
MDL-69973 xmldb: Ensure all reports use fresh metadata (not cached)
2020-10-30 19:27:11 +01:00
Jake Dallimore
f9f909282e
Merge branch 'MDL-64723' of git://github.com/paulholden/moodle
2020-10-28 12:10:29 +08:00
Eloy Lafuente (stronk7)
d59487ded3
Merge branch 'MDL-69998-master-enfix' of git://github.com/mudrd8mz/moodle into master
2020-10-28 00:41:53 +01:00
David Mudrák
e576fef1fa
MDL-69998 lang: Fix reworded strings in Behat test scenarios
2020-10-27 11:32:10 +01:00
Helen Foster
dd7a1d60e2
MDL-69998 lang: Import fixed English strings (en_fix)
2020-10-27 11:32:10 +01:00
Andrew Nicols
931f36ce15
Merge branch 'MDL-69166-master-4' of git://github.com/rezaies/moodle
2020-10-27 12:47:50 +08:00
Shamim Rezaie
2d7feb7583
MDL-69166 core_payment: Renamed plugintype name from pg to paygw
2020-10-27 15:34:55 +11:00
Marina Glancy
71ccaf200d
MDL-69166 core_payment: rename some functions
2020-10-27 15:34:55 +11:00
Marina Glancy
409857a42f
MDL-69166 core_payment: archiving accounts, triggering events, tests
2020-10-27 14:40:49 +11:00