Eloy Lafuente (stronk7)
0920f35ed9
weekly release 3.7dev
2019-03-28 16:48:59 +01:00
Eloy Lafuente (stronk7)
340f5c9e77
Merge branch 'MDL-64996-master-untrainedstaticmodels' of git://github.com/mudrd8mz/moodle
2019-03-27 23:45:15 +01:00
Simey Lameze
5acef15175
MDL-65044 core: add task for grade history cleanup
2019-03-27 11:17:36 +08:00
David Mudrák
b29cfc582f
MDL-64996 analytics: Make sure the no_teaching model is trained
...
Due to the bug, the no_teaching model might have been marked as
not-trained in the database. Static predictions models (i.e. those using
a target based on assumptions, not facts) are always considered as
trained. If they were marked as not-trained, the prediction scheduled
task would skip them and they would produce no predictions.
Ideally, such a fix should be done for all static models. But there is
no easy way to do it during the upgrade where accessing the analytics
API is not possible. I don't think there are many models out there that
would be affected by this so this seems to be good enough solution for
now (and the future ability to reset models will cover the rest).
2019-03-25 10:16:44 +01:00
Eloy Lafuente (stronk7)
3271c39c74
weekly release 3.7dev
2019-03-21 20:19:27 +01:00
David Monllaó
3576b66bfd
MDL-60936 analytics: Timesplittings setting only for evaluation
2019-03-18 09:34:52 +01:00
David Monllaó
ce93b0f997
MDL-64855 version: Bump for the new setting
2019-04-15 07:51:24 +02:00
Jake Dallimore
ec819146cc
weekly release 3.7dev
2019-03-15 11:01:23 +08:00
Eloy Lafuente (stronk7)
bd9fb479f1
Merge branch 'MDL-61585_master' of git://github.com/dmonllao/moodle
2019-03-14 01:13:47 +01:00
Mark Nelson
07a4698d0a
MDL-64568 core: upgrade step to remove orphaned group conversations
2019-03-13 15:41:44 +08:00
Mark Nelson
086409f601
MDL-64773 core_message: added web services to mute/unmute conversations
2019-03-13 08:55:13 +08:00
David Monllaó
9b3580f43c
MDL-61585 analytics: Include missing indicators
2019-03-11 09:36:54 +01:00
Mark Nelson
1fadad46a0
MDL-64773 core: added new table to keep track of muted conversations
2019-03-08 11:52:06 +08:00
Eloy Lafuente (stronk7)
a713ed3ba6
weekly release 3.7dev
2019-03-07 16:41:47 +01:00
Dmitrii Metelkin
2085e8603a
MDL-62869 search: implement searching for all courses
2019-03-01 07:18:37 +11:00
Eloy Lafuente (stronk7)
89d1238962
weekly release 3.7dev
2019-02-28 18:51:34 +01:00
Andrew Nicols
07203d34f1
weekly release 3.7dev
2019-02-22 10:51:13 +08:00
Adrian Greeve
df4a17c7ed
Merge branch 'MDL-64093_master' of git://github.com/markn86/moodle
2019-02-21 09:46:54 +01:00
David Monllaó
b5b112f62c
MDL-64314 messaging: Web notifications for insights
2019-02-15 08:47:01 +01:00
Andrew Nicols
124999563a
weekly release 3.7dev
2019-02-15 08:29:14 +08:00
Mark Nelson
46014b8343
MDL-64093 core: added new 'messagingdefaultpressenter' setting
2019-02-11 09:47:40 +08:00
Jun Pataleta
694513e2fe
weekly release 3.7dev
2019-02-08 14:54:30 +08:00
Jun Pataleta
a62e275984
weekly release 3.7dev
2019-02-01 08:56:54 +08:00
Eloy Lafuente (stronk7)
62b942a510
MDL-64528 core_completion: new cap version bump
2019-01-30 21:23:15 +01:00
Eloy Lafuente (stronk7)
0e1e1e5586
weekly release 3.7dev
2019-01-24 15:12:25 +01:00
Justus Dieckmann
8516febdd7
MDL-58256 group: prevents users to be added to a group twice
2019-01-22 12:57:29 +01:00
David Mudrák
c5944a1d57
MDL-64553 message: Add index for the notifications.useridfrom field
...
The useridfrom would normally be a foreign key to the users table. But
it can also contain some extra negative values with special semantics
(-10 or -20 for no-reply or support user). Therefore we can't make it a
foreign key and the index must be created explicitly.
2019-01-21 12:57:11 +01:00
Jake Dallimore
85e62192f2
Merge branch 'MDL-60972-master_delete_section_files' of https://github.com/awagner/moodle
2019-01-21 08:51:48 +08:00
Toni Barberà Melià
1eeb465a0c
MDL-57898 core_customfield: Custom fields API
...
This commit is part of work on Custom fields API,
to minimize commit history in moodle core the work of a team of developers was split
into several commits with different authors but the authorship of individual
lines of code may be different from the commit author.
2019-01-18 09:02:30 +01:00
Eloy Lafuente (stronk7)
c092f75791
weekly release 3.7dev
2019-01-17 17:47:53 +01:00
Andreas Wagner
d5ef685249
MDL-60972 core_course: delete section files, when section is deleted.
2019-01-17 08:04:13 +01:00
Andrew Nicols
23d6756256
MDL-64347 task: Add restrictions to scheduled task runner
2019-01-16 17:20:25 +08:00
Andrew Nicols
24bfd53c73
MDL-64347 task: Add restrictions to adhoc task runner
2019-01-16 17:20:25 +08:00
Andrew Nicols
4b71596fc9
MDL-49399 task: Add task logging API
2019-01-16 12:14:25 +08:00
Andrew Nicols
af540d426d
MDL-49399 task: Add task log table
2019-01-15 07:56:20 +08:00
Sara Arjona
4c5b60a0f9
weekly release 3.7dev
2019-01-10 17:51:25 +01:00
Michael Hawkins
6360f87cdc
MDL-64395 groups: Added XSS Risk to the manage groups capability
2019-01-08 16:24:48 +01:00
Ryan Wyllie
e0034b5da6
MDL-64348 template: add load_template_with_dependencies external func
2019-01-07 09:03:06 +08:00
Adrian Greeve
38a1b4f203
weekly release 3.7dev
2018-12-20 11:09:10 +01:00
Jake Dallimore
33a388eff7
weekly release 3.7dev
2018-12-14 07:51:42 +08:00
Jake Dallimore
44890bd738
weekly on-sync release 3.7dev
2018-12-10 08:10:39 +08:00
Ilya Tregubov
f408e1f888
MDL-63710 repository: Delete orphaned file records.
2018-12-06 12:39:31 +11:00
Eloy Lafuente (stronk7)
cb7f6a6f99
weekly on-sync release 3.7dev
...
Amended to keep it on-sync with 3.6.1 emergency release
2018-12-04 17:46:09 +01:00
Eloy Lafuente (stronk7)
0465a942c3
weekly on-sync release 3.7dev
2018-12-04 13:06:15 +01:00
Mark Nelson
7bb22a298c
MDL-64307 core: set all individual conversations to enabled
2018-12-04 11:45:47 +08:00
Mark Nelson
4b0cf053dc
MDL-64206 core: updated FB logo URL
2018-12-03 12:20:51 +08:00
Eloy Lafuente (stronk7)
2cea0bd6c6
weekly back-to-dev release 3.7dev
2018-12-02 00:25:11 +01:00
Eloy Lafuente (stronk7)
cb628a9a08
Moodle release 3.6
2018-12-02 00:18:46 +01:00
Eloy Lafuente (stronk7)
5ff115743c
Moodle release 3.6rc3
2018-11-30 18:02:17 +01:00
Eloy Lafuente (stronk7)
bcd85def5c
MDL-64282 versions: main version bump
2018-11-29 18:28:33 +01:00