Marina Glancy
e3e3e0abb7
MDL-60281 forms: PHP7.2 deprecations in PEAR
2017-10-16 09:37:20 +08:00
Marina Glancy
33683bc80c
MDL-60281 general: function each() is deprecated in PHP7.2
2017-10-16 09:37:20 +08:00
Marina Glancy
484b43f456
MDL-60281 general: create_function is deprecated in PHP7.2
2017-10-16 09:37:19 +08:00
Marina Glancy
2abb1e888c
MDL-60281 behat: remove unnecessary pre-check
...
These variables are strings, calling count() on string causes warning in PHP7.2
2017-10-16 09:37:19 +08:00
Jun Pataleta
d1b55a33e6
MDL-59984 enrol: Fix parameter naming for enrol conditions sql
...
* The character "." can't be used for sql named parameters.
2017-10-16 09:31:25 +08:00
Grzegorz Ziółek
57bdf3b02d
MDL-60116 lang: Add username in emailpasswordchangeinfo
2017-10-13 14:19:09 +02:00
David Monllao
c5705b3a0f
MDL-60410 analytics: Whitelist pathtopython for testing
2017-10-13 13:44:47 +02:00
David Monllao
2dca133916
MDL-59988 analytics: Process pending training and prediction files
2017-10-13 12:29:21 +02:00
David Monllao
325b3bdd8e
MDL-59988 analytics: Files marked as used only if valid
...
- Basic unit test for minimum machine learning backends requirements
- Warning return messages now include not enough data
- Clear models when the predictions processor is changed
- Refined the name of a couple of constants / methods
2017-10-13 12:24:17 +02:00
Marina Glancy
9016f772ce
MDL-60391 libraries: patch bennu for php 7.2
2017-10-13 16:42:34 +08:00
Juan Leyva
66a159f8db
MDL-60365 tool_mobile: Extra configuration checks
2017-10-12 11:46:18 +02:00
Jun Pataleta
dab702d394
Merge branch 'wip-MDL-60029-master' of git://github.com/marinaglancy/moodle
2017-10-12 16:16:42 +08:00
Andrew Nicols
f3a4164dac
Merge branch 'MDL-60288-master' of git://github.com/ankitagarwal/moodle
2017-10-12 14:48:59 +08:00
Andrew Nicols
6fa6e63129
Merge branch 'wip-MDL-60195-master' of git://github.com/abgreeve/moodle
2017-10-12 14:34:05 +08:00
Ankit Agarwal
de6ad82f2c
MDL-60288 libraries: Upgrade spout to 2.7.3
2017-10-12 11:32:15 +05:30
Jake Dallimore
7f1b75ba04
MDL-59106 analytics: whitespace fixes
2017-10-12 12:31:56 +08:00
Andrew Nicols
e61ad18e70
Merge branch 'MDL-55356-master' of https://github.com/sammarshallou/moodle
2017-10-12 11:28:04 +08:00
Jake Dallimore
0ce9026307
Merge branch 'MDL-59106_master' of git://github.com/markn86/moodle
2017-10-12 10:53:20 +08:00
Eloy Lafuente (stronk7)
9ead15b629
MDL-60291 libraries: bump readme to actual versions
2017-10-12 00:47:22 +02:00
Eloy Lafuente (stronk7)
5fab66aad8
Merge branch 'MDL-60291-master' of git://github.com/ankitagarwal/moodle
2017-10-12 00:42:57 +02:00
sam marshall
74b7a42d0d
MDL-55356 core_search: Make indexing task/CLI do context requests
2017-10-11 17:17:10 +01:00
sam marshall
eacb2bd11b
MDL-55356 core_search: API to queue contexts for indexing
...
New API \core_search\manager::request_index($context, $areaid = '')
adds the given context to a list which is intended to be indexed
later by the scheduled task.
2017-10-11 17:17:07 +01:00
sam marshall
d761b3fb19
MDL-55356 core_search: API to check if indexing enabled
...
New function \core_search\manager::is_indexing_enabled(), analagous
to existing is_global_search_enabled().
This replaces existing duplicated code, ready for more use in
following commits.
2017-10-11 17:17:06 +01:00
Damyon Wiese
f4594a22ec
Merge branch 'MDL-37361-master-revised' of https://github.com/snake/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2017-10-10 17:32:47 +08:00
Jake Dallimore
8fbc41d8d5
MDL-37361 completion: minor code fixes.
2017-10-10 17:12:09 +08:00
Jake Dallimore
86f359bf68
MDL-37361 completion: automatic completion disabled when overridden
...
Changes:
- Activities with auto completion and a completion status overridden to
COMPLETION_COMPLETE are no longer processed by normal completion
triggers.
- All activities can still be completed by students when their
completion status has been overridden to COMPLETION_INCOMPLETE, via
either auto or manual triggers.
- Completion unit tests updated
2017-10-10 17:10:49 +08:00
Eiz Eddin Al Katrib
60a6b36cd5
MDL-37361 completion: Modified and Added phpunit tests
2017-10-10 17:10:37 +08:00
Eiz Eddin Al Katrib
a39918daae
MDL-37361 completion: Enabled overriding activity completion status
2017-10-10 17:10:15 +08:00
Jun Pataleta
37dcdf2202
Merge branch 'wip-MDL-58546-master' of git://github.com/marinaglancy/moodle
2017-10-10 15:26:38 +08:00
Andrew Nicols
c8ee0b642d
Merge branch 'MDL-35429-master' of https://github.com/snake/moodle
2017-10-10 14:48:19 +08:00
Mark Nelson
a475e0fe79
MDL-45730 core: added unit tests for new events
2017-10-10 13:15:18 +08:00
Damyon Wiese
93effd739f
Merge branch 'MDL-59889-master' of git://github.com/Dagefoerde/moodle
2017-10-10 13:05:31 +08:00
Andrew Nicols
69ed35c92a
Merge branch 'MDL-59694_master' of git://github.com/dmonllao/moodle
2017-10-10 11:37:49 +08:00
Jun Pataleta
d63c2d35ec
Merge branch 'MDL-60205_group_hiding_clean' of git://github.com/davosmith/moodle
2017-10-10 11:08:06 +08:00
Jun Pataleta
658982416c
Merge branch 'MDL-60238-master' of git://github.com/ankitagarwal/moodle
2017-10-10 10:47:37 +08:00
Marina Glancy
b47fda7191
MDL-60029 core_user: new api functions rearranged
2017-10-10 10:34:55 +08:00
Jun Pataleta
7106ac6b15
Merge branch 'MDL-60275_master' of git://github.com/dmonllao/moodle
2017-10-10 10:10:09 +08:00
Adam Olley
d12ac53512
MDL-60320 icons: Use PNG icons as the preview thumbnails
...
Without this change, Moodle fails to provide any data when requesting a
thumbnail for a non-image file as its looking to provide a SVG file that
doesn't exist.
2017-10-10 09:57:17 +10:30
Eloy Lafuente (stronk7)
4c54ac22d3
Merge branch 'm34_MDL-60318_Undefined_method_file_storage-move_to_trash' of https://github.com/scara/moodle
2017-10-09 23:11:08 +02:00
Eloy Lafuente (stronk7)
eda8027541
Merge branch 'MDL-59811-master' of git://github.com/junpataleta/moodle
2017-10-09 19:52:56 +02:00
John Ehringer
6d242b28e6
MDL-45730 core: Adding events to user profile field and categories CRUD.
2017-10-09 18:58:36 +08:00
Mike Churchward
860f59b13c
MDL-60029 core_user: Added new api function to reduce db calls.
2017-10-09 14:10:38 +08:00
Andrew Nicols
f3500bda4e
Merge branch 'MDL-59844-master' of git://github.com/Dagefoerde/moodle
2017-10-09 13:58:49 +08:00
David Monllao
dd13fc222c
MDL-59694 analytics: Track processed analysables
2017-10-09 07:47:28 +02:00
Andrew Nicols
2e30e9aa0d
Merge branch 'wip-MDL-55652-master' of git://github.com/marinaglancy/moodle
2017-10-09 12:42:53 +08:00
Andrew Nicols
bf02f2e91c
MDL-60373 core: Do not show title if there is no title
2017-10-09 11:38:00 +08:00
Andrew Nicols
5be48c4514
MDL-59897 accesslib: Remove unused reset
2017-10-09 10:37:19 +08:00
Andrew Nicols
6ba5f93ea6
Merge branch 'MDL-59897-master' of https://github.com/sammarshallou/moodle
2017-10-09 10:31:34 +08:00
Jake Dallimore
54945fa728
MDL-35429 roles: teachers and managers can restore automated backups
...
Changes the default for the 'moodle/restore:viewautomatedfilearea'
cap from 'Not set' to 'Allow' for the teacher and manager role
archetypes.
2017-10-09 10:29:07 +08:00
Jake Dallimore
521d900f06
MDL-35429 restore: fixed downloading of automated backup files
2017-10-09 10:29:07 +08:00