Eloy Lafuente (stronk7)
dabc69afe5
Merge branch 'MDL-65191-master' of git://github.com/lameze/moodle
2019-04-09 00:46:47 +02:00
David Monllaó
982fef46f4
MDL-64783 analytics: Activities due insight forwards to calendar
...
The patch includes changes applied after the peer review.
2019-04-09 00:29:57 +02:00
David Monllaó
fccc728fcc
MDL-64783 analytics: Performance improvements
...
- Removed redundant query to analytics_predict_samples
- Analysers API now uses recordsets to iterate through the analysable
elements. They take the last analysed time into account.
- New method for targets so there is no need to always update the last
analysis time. Useful for lightweight targets.
2019-04-09 00:29:57 +02:00
David Monllaó
02dfbf44a7
MDL-64783 analytics: Updated insight subject for course_enrolments
2019-04-09 00:29:57 +02:00
David Monllaó
20d7f527b0
MDL-64783 analytics: Discern prediction actions on insights generation
2019-04-09 00:29:51 +02:00
David Monllaó
9f690999ec
MDL-64783 analytics: Performance improvements and internal refactoring
...
The base classes analyser and time-splitting method had too many
reponsibilities. A new analysis class has been created.
2019-04-09 00:26:39 +02:00
David Monllaó
e85c2f372b
MDL-64783 analytics: Improvements to the insights system
2019-04-09 00:26:23 +02:00
David Monllaó
50935afba4
MDL-64783 analytics: Upcoming activities due and related API changes
2019-04-09 00:25:24 +02:00
Eloy Lafuente (stronk7)
35514f573f
MDL-65142 dataformat_pdf: added to standard core plugins
2019-04-08 19:41:26 +02:00
Marina Glancy
41653114b5
MDL-65236 core: allow to alias languages in the lang selector
2019-04-08 14:14:23 +02:00
Victor Deniz Falcon
1f23f1412e
MDL-65176 analytics: target for students who don't get the minimum grade
...
Added new target to predict which students are at risk of not getting
the minimum grade to pass a course.
2019-04-08 10:17:02 +01:00
Simey Lameze
846c585910
MDL-65276 core: fix CiBoT complains
2019-04-08 10:30:09 +08:00
cescobedo
3a5afbf5f1
MDL-65015 core_message: add trusttext cleaning to messaging
2019-04-07 10:56:53 +02:00
Simey Lameze
ea9428be7b
MDL-65276 core: move functions to completion_regular_task
...
This commit shifts the content of legacy completion_cron_criteria()
and completion_cron_completions() functions to completion_regular_task.
Also, those functions are deleted as part of this commit.
2019-04-05 13:44:53 +08:00
Simey Lameze
a5a0d10e70
MDL-65276 core: convert legacy cron function to task
2019-04-05 13:38:07 +08:00
Eloy Lafuente (stronk7)
40df718398
Merge branch 'MDL-65094-master' of git://github.com/rezaies/moodle
2019-04-04 22:32:52 +02:00
Simey Lameze
48a4b33a4b
MDL-65191 core: convert legacy cron to scheduled task
2019-04-04 09:36:20 +08:00
Simey Lameze
2b40d66b65
MDL-65191 core_badges: add badges_message_task task
2019-04-04 09:36:20 +08:00
Sara Arjona
86c3df962f
Merge branch 'MDL-64506' of git://github.com/Chocolate-lightning/moodle
2019-04-03 19:30:28 +02:00
Mathew May
e00f1c663c
MDL-64506 phpunit: Update unit tests to use classic
2019-04-03 19:34:20 +08:00
Jun Pataleta
ad4d995f19
Merge branch 'MDL-65168' of git://github.com/stronk7/moodle
2019-04-03 16:42:41 +08:00
Adrian Greeve
af53b33756
Merge branch 'session-debug' of https://github.com/tsmilan/moodle
2019-04-03 14:57:38 +08:00
Trisha Milan
fdb9c3217d
MDL-64449 core: Added Session lock debugging option
2019-04-03 14:20:57 +11:00
Víctor Déniz Falcón
525cee739d
MDL-64693 analytics: new course_competencies target
...
Added new target to predict which students are at risk of not achieving the
competencies assigned to a course.
2019-04-02 17:46:39 +01:00
Eloy Lafuente (stronk7)
6d9b3e0cd7
Merge branch 'MDL-64636-master' of https://github.com/vmdef/moodle
2019-04-02 00:01:22 +02:00
Simey Lameze
6e049bdbc6
MDL-65050 core: add missing lib file include
2019-04-01 15:59:03 +08:00
Simey Lameze
9c164d26fc
MDL-65050 core: add question_stats_cleanup_task scheduled task
...
This commit also removes orphaned question/engine/statisticslib.php
2019-04-01 12:57:05 +08:00
Simey Lameze
10810f421b
MDL-65050 core: move function code to question_preview_cleanup_task
...
This commit also deletes the legacy question_preview_cron() function.
2019-04-01 12:57:05 +08:00
Simey Lameze
5a01c2409a
MDL-65050 core: rename task to question_preview_cleanup_task
2019-04-01 12:57:01 +08:00
Victor Deniz Falcon
03fce0a71d
MDL-64636 analytics: new course_completion target
...
Added new target to predict which students are at risk of not meeting
the course completion criteria.
2019-03-29 10:29:45 +00:00
Víctor Déniz Falcón
48ac554c51
MDL-64636 analytics: base class for course completion targets
...
Added new parent class for targets that use course as analysable and
student enrolments as samples. course_dropout target was modified to
extend that parent class.
2019-03-29 10:27:50 +00:00
Tom Dickman
0d6a45d2fe
MDL-64284 core: improved performance of component class searching
...
Added static caching of classes to reduce load times and reduce calls to `get_component_classes`
by altering to accept a null component value to search classmap only once.
2019-03-29 11:44:43 +11:00
Eloy Lafuente (stronk7)
199d0b01e1
Merge branch 'MDL-65044-master' of git://github.com/lameze/moodle
2019-03-27 22:47:30 +01:00
Eloy Lafuente (stronk7)
18f460edea
Merge branch 'MDL-65047-master' of git://github.com/lameze/moodle
2019-03-27 22:30:18 +01:00
Eloy Lafuente (stronk7)
12404fa275
Merge branch 'MDL-65051-master' of git://github.com/lameze/moodle
2019-03-27 22:27:25 +01:00
Jun Pataleta
d15d054f7c
Merge branch 'MDL-64937-master' of https://github.com/lucaboesch/moodle
2019-03-27 14:37:16 +08:00
Simey Lameze
3528bce1a6
MDL-65051 plagiarism: convert legacy cron function to task
2019-03-27 11:34:04 +08:00
Simey Lameze
5acef15175
MDL-65044 core: add task for grade history cleanup
2019-03-27 11:17:36 +08:00
Juan Leyva
5ba12283d4
MDL-64337 core: New _pre_processor_message_send callback
...
We need this callback to be able to manipulate any message or notification data.
2019-03-26 14:51:18 +01:00
Shamim Rezaie
0b23fad474
MDL-65094 registration: don't encourage registration if on localhost
2019-03-26 16:54:19 +11:00
Brendan Heywood
ecbe920656
MDL-65072 core_lock: Locks with a zero timeout return asap
2019-03-26 14:29:16 +11:00
Andrew Nicols
71cbc0550f
MDL-65168 dml: Move preload SQL functions to self-contained class
2019-03-25 23:05:22 +01:00
Simey Lameze
219422e420
MDL-65047 core: convert legacy cron to scheduled task
2019-03-22 13:13:55 +08:00
Simey Lameze
be8f453b74
MDL-65044 core: convert legacy cron to scheduled task
2019-03-22 09:46:30 +08:00
Ryan Wyllie
f30f46db39
MDL-64820 forum: fix up issues from review
2019-03-22 09:31:21 +08:00
Mihail Geshoski
54d38a7347
MDL-64820 forum: convert view.php to new rendering
2019-03-22 09:31:21 +08:00
Ryan Wyllie
f98553fc1b
MDL-64820 external: add paged_content exporter
2019-03-22 09:24:04 +08:00
Peter
432cdac4bd
MDL-64820 core: Exporter read_definition
...
Modified the read_properties_definition to recursively check and set the default array values expected.
2019-03-22 09:24:04 +08:00
Luca Bösch
f4967f1849
MDL-64937 icons: amend collapsed and reload icons.
2019-03-21 23:20:59 +01:00
Cameron Ball
f321b0515a
MDL-65104 registration: Ensure $registration is always null when no record exists
2019-03-21 16:12:12 +08:00