Víctor Déniz
d9632ca8b2
weekly release 4.1dev
2022-07-14 12:06:01 +01:00
Jun Pataleta
a23f0bff3e
weekly release 4.1dev
2022-07-07 21:32:59 +08:00
Víctor Déniz
9ccda59e00
weekly release 4.1dev
2022-07-01 11:28:36 +01:00
Jun Pataleta
ceb41588d2
weekly release 4.1dev
2022-06-24 11:59:02 +08:00
Jun Pataleta
b81fb00f25
weekly release 4.1dev
2022-06-17 15:30:26 +08:00
Jun Pataleta
c3d4845de2
Merge branch 'MDL-74634' of https://github.com/paulholden/moodle
2022-06-15 16:42:21 +08:00
Ilya Tregubov
9932acd6b3
Merge branch 'MDL-73293-master' of https://github.com/cameron1729/moodle
2022-06-13 09:50:13 +04:00
Paul Holden
47d119945d
MDL-74634 theme_boost: remove old drawer-open-nav user preference.
2022-06-12 20:01:23 +01:00
Sara Arjona
ca583bddaf
weekly release 4.1dev
2022-06-10 17:08:15 +02:00
Cameron Ball
cd1a7291ea
MDL-73293 core_task: Cleanup stale adhoc task metadata
2022-06-09 14:15:37 +08:00
Paul Holden
67b15496c3
MDL-72377 grade: increase size of category hidden fields.
...
As well as storing 1/0 to indicate hidden state, they are also used
to store a timestamp indicating hidden until date. Increasing field
size allows these values to be stored without triggering exceptions.
2022-06-06 15:31:02 +01:00
Andrew Nicols
5500d143f4
weekly release 4.1dev
2022-06-03 11:03:56 +08:00
Sara Arjona
df71afbfe9
Merge branch 'MDL-73727-master' of https://github.com/keevan/moodle
2022-06-01 08:41:36 +02:00
Kevin Pham
f984566b15
MDL-73727 core_files: Add subquery to avoid a seq scan on larger sites
...
- Formatted the query to meet SQL coding styles
- Add index on {files} to prevent performance regression
- Fork the SQL query based on DB family based on support
2022-05-30 13:38:45 +10:00
Ilya Tregubov
0460147cb5
Merge branch 'MDL-67648-master' of https://github.com/cameron1729/moodle
2022-05-27 15:41:29 +06:00
Jake Dallimore
117b24013b
weekly release 4.1dev
2022-05-27 10:02:05 +08:00
Peter Burnett
3801662e97
MDL-71198 backup: Change times on restore file duplication
2022-05-25 22:18:36 +08:00
Cameron Ball
8154aa2e03
MDL-67648 tasks: Fair-share scheduling with resource management
...
This patch changes the way adhoc tasks are chosen to run. It now calculates
how many runners each type of adhoc task should be allowed to use. In the
case that not all the runners are utilised, it attempts to infer which
tasks do not take a long time to run, and gives those to the vacant runners.
Thanks to Brendan Heywood for guidance and SQL help.
2022-05-25 09:38:41 +08:00
Ilya Tregubov
6c114e2a80
weekly release 4.1dev
2022-05-19 19:24:25 +06:00
Jun Pataleta
5e5e12e063
weekly release 4.1dev
2022-05-12 22:16:01 +08:00
Pete Whelpton
bc6041158c
MDL-71202 webservice: Add index on external_tokens.sid
...
Without this index, a full table scan / table level locking occurs when
logging out of Moodle. This can result in slow performance in a busy
Moodle site.
2022-05-10 12:31:25 +08:00
Eloy Lafuente (stronk7)
941a29925e
weekly release 4.1dev
2022-05-06 15:58:24 +02:00
Amaia Anabitarte
ffc655b181
MDL-73878 core_user: Creating a new category for social fields
2022-05-03 17:52:11 +02:00
Ilya Tregubov
1a744030d6
weekly release 4.1dev
2022-04-29 07:55:26 +06:00
Eloy Lafuente (stronk7)
998c632b5d
weekly on-sync release 4.1dev
2022-04-22 18:04:09 +02:00
Jun Pataleta
e161f1d774
weekly back-to-dev release 4.1dev
2022-04-17 15:14:27 +08:00
Jun Pataleta
8b359ad7a6
Moodle release 4.0
2022-04-17 14:59:54 +08:00
Eloy Lafuente (stronk7)
f801189795
Moodle release 4.0rc4
2022-04-16 16:31:59 +02:00
Ilya Tregubov
4ca5665aa0
Moodle release 4.0rc3
2022-04-15 16:03:34 +06:00
Jun Pataleta
cd3e7bf7eb
MDL-74471 versions: main version bump
2022-04-13 10:37:57 +08:00
Sara Arjona
5423e5f443
Moodle release 4.0rc2
2022-04-12 13:15:22 +02:00
Ilya Tregubov
f62cd4484e
Moodle release 4.0rc1
2022-04-08 16:40:14 +06:00
Sara Arjona
ad6dc71c56
on-demand release 4.0beta+
2022-04-05 13:25:54 +02:00
Sara Arjona
b5f51883f0
on-demand release 4.0beta+
2022-04-01 16:41:07 +02:00
Eloy Lafuente (stronk7)
7ce003b666
on-demand release 4.0beta+
2022-03-29 17:54:11 +02:00
Víctor Déniz
efda17d3b0
on-demand release 4.0beta+
2022-03-25 15:01:23 +00:00
Ilya Tregubov
7bedf54f5b
Merge branch 'master_MDL-73763_index-fix' of https://github.com/catalyst/moodle-MDL-70329
2022-03-24 13:14:03 +06:00
Marc-Alexandre Ghaly
c3ac868bf7
MDL-73763 core : Index fixes for reference tables
...
This commit will add the index for the question_reference
and the question_set_reference table if its not already
added. This commit will also implement the logic of adding
the question area and component in the joins of the question
reference table in order to make sure any other plugin using
the qbank api does not conflict with each other.
2022-03-24 18:04:47 +11:00
Sara Arjona
34ce1463cc
on-demand release 4.0beta+
2022-03-22 12:55:08 +01:00
Sara Arjona
0d0f09bc7f
on-demand release 4.0beta+
2022-03-18 16:28:33 +01:00
Sara Arjona
9344149aba
on-demand release 4.0beta+
2022-03-15 11:30:47 +01:00
Víctor Déniz
e95d99ebf1
Merge branch 'MDL-74030' of https://github.com/roland04/moodle
2022-03-14 21:39:40 +00:00
Ilya Tregubov
967d9b2546
on-demand release 4.0beta+
2022-03-11 16:20:26 +06:00
Mikel Martín
d2acd08934
MDL-74030 navigation: Add reports link
...
Add report builder 'Reports' link to the user menu
AMOS BEGIN
CPY [reports,moodle],[reports,core_reportbuilder]
AMOS END
2022-03-10 15:46:44 +01:00
Eloy Lafuente (stronk7)
01eb6d2e9b
on-demand release 4.0beta+
2022-03-08 10:02:22 +01:00
Jun Pataleta
1d99ba19a2
Moodle release 4.0beta
2022-03-03 18:22:28 +08:00
Amaia Anabitarte
c0196fb096
MDL-73953 core_adminpresets: Marking core presets on DB
2022-03-02 12:49:01 +01:00
Ilya Tregubov
9cd77c4130
on-demand release 4.0dev+
2022-02-25 19:24:12 +02:00
Andrew Nicols
faa6c74404
Merge branch 'MDL-73547-master-v03' of https://github.com/ferranrecio/moodle
2022-02-25 10:55:20 +08:00
Sara Arjona
e94167174a
on-demand release 4.0dev+
2022-02-22 11:13:12 +01:00