Andrew Nicols
d3e6c398f4
Merge branch 'MDL-35290-master' of https://github.com/snake/moodle
2017-08-29 13:14:22 +08:00
Andrew Nicols
4bdf6157d4
Merge branch 'MDL-59824-master' of git://github.com/damyon/moodle
2017-08-29 12:00:45 +08:00
Andrew Nicols
85419c5b2e
Merge branch 'MDL-59828-master' of git://github.com/damyon/moodle
2017-08-29 11:56:28 +08:00
Jun Pataleta
c5830051e5
Merge branch 'MDL-59855-master' of git://github.com/junpataleta/moodle
2017-08-29 11:43:36 +08:00
Jun Pataleta
7927138d50
MDL-59855 oauth2: More PHPDocs fixes
...
* Fix PHPDoc return type for api::get_system_account()
* Fix PHPDoc for the $contenttype parameter in \core\oauth2\rest::call()
2017-08-29 11:18:23 +08:00
Jake Dallimore
7a170fad85
MDL-35290 files: File manager reports files which can't be read
2017-08-29 11:15:30 +08:00
Jun Pataleta
909ae42d7d
Merge branch 'MDL-59869-master' of git://github.com/Dagefoerde/moodle
2017-08-29 10:40:30 +08:00
Eloy Lafuente (stronk7)
c121d406e4
Merge branch 'MDL-59801-master' of git://github.com/damyon/moodle
2017-08-29 02:37:24 +02:00
Eloy Lafuente (stronk7)
f0e6ff9a8e
Merge branch 'MDL-59669-master-3' of git://github.com/ryanwyllie/moodle
2017-08-29 02:15:18 +02:00
Eloy Lafuente (stronk7)
b76caa44d5
Merge branch 'MDL-59887-master' of git://github.com/lameze/moodle
2017-08-29 01:33:49 +02:00
Eloy Lafuente (stronk7)
25f24df793
Merge branch 'MDL-59265_master' of git://github.com/dmonllao/moodle
2017-08-29 01:16:42 +02:00
Eloy Lafuente (stronk7)
685e99cabe
Merge branch 'MDL-59910-master' of git://github.com/lameze/moodle
2017-08-29 01:06:46 +02:00
Eloy Lafuente (stronk7)
1fb5f3cf4a
Merge branch 'MDL-59870-participants-th-top-vertical-aligned' of http://github.com/lucaboesch/moodle
2017-08-29 00:52:37 +02:00
Eloy Lafuente (stronk7)
cace54811d
Merge branch 'MDL-59670-master' of git://github.com/andrewnicols/moodle
2017-08-29 00:41:57 +02:00
Jun Pataleta
9317ceefcf
Merge branch 'MDL-59833_master' of git://github.com/markn86/moodle
2017-08-28 11:54:44 +08:00
Jun Pataleta
3fc3e41bfa
Merge branch 'MDL-59904_master' of git://github.com/markn86/moodle
2017-08-28 11:30:59 +08:00
Mark Nelson
7948dae160
MDL-59904 core: add missing FKs to analytics tables
2017-08-28 11:13:38 +08:00
Andrew Nicols
5d09e9d890
Merge branch 'MDL-59907' of git://github.com/stronk7/moodle
2017-08-28 08:25:20 +08:00
Jan Dageförde
8aa17e1347
MDL-59869 oauth2: Fix notification method
2017-08-26 15:42:12 +02:00
Jan Dageförde
efbe24f5a8
MDL-59869 oauth2: Send expiry notification on exceptions, too
2017-08-26 15:42:12 +02:00
Jan Dageförde
bd0b987338
MDL-59855 oauth2: Fix PHPDoc type hints
2017-08-26 15:42:04 +02:00
David Monllao
381c670894
MDL-59265 mlbackend: Splitting up predictor interface in 2
2017-08-25 13:50:34 +02:00
David Monllao
5c5cb3ee15
MDL-59265 analytics: Rename machine learning backend method
...
- Method names renamed to avoid interface changes once
we support regression and unsupervised learning
- Adding regressor interface even if not implemente
- predictor interface comments expanded
- Differentiate model's required accuracy from predictions quality
- Add missing get_callback_boundary call
- Updated datasets' metadata to allow 3rd parties to code
regressors themselves
- Add missing option to exception message
- Include target data into the dataset regardless of being a prediction
dataset or a training dataset
- Explicit in_array and array_search non-strict calls
- Overwrite discrete should_be_displayed implementation with the binary one
- Overwrite no_teacher get_display_value as it would otherwise look
wrong
- Other minor fixes
2017-08-25 13:17:22 +02:00
David Monllao
b8fe16cd7c
MDL-59265 analytics: Remove dirroot from the model unique id
...
This was a bug, this would prevent sites with multiple frontend nodes
from using the same model id.
2017-08-25 13:17:21 +02:00
David Monllao
0f5fa169b1
MDL-59265 analytics: Switch prediction field to float
...
For future regression support
2017-08-25 13:17:18 +02:00
David Monllao
3592b64ac1
MDL-59265 report_insights: Fix PHP notice when no predictions
2017-08-25 13:16:20 +02:00
Damyon Wiese
d8e57f02a7
MDL-59828 autocomplete: Sizing issues on themes
...
We want to avoid page jumps wherever possible. This change uses the original select element as a "proxy" to reserve the space
in the DOM for the enhanced auto-complete when the JS runs.
It uses visibility: hidden to make the select not rendered - but still take up space.
The exact sizing for the CSS was determined by testing and reverse engineering the bootstrap calculations.
The size of user pictures in selectors was reduced to avoid flicker when switching between no selection and a selected user. I
could have reserved a larger amount of space, but it looks worse for pickers with no pictures.
2017-08-25 15:07:40 +08:00
Andrew Nicols
a49c3d8aa0
MDL-59670 calendar: Select correct group when editing events
2017-08-25 11:27:20 +08:00
Eloy Lafuente (stronk7)
2f8420657e
Merge branch 'wip-MDL-59881-master' of git://github.com/abgreeve/moodle
2017-08-25 00:55:58 +02:00
Luca Bösch
bb3216f8ea
MDL-59870 users: Default align participant table header row.
...
Instead of putting vertical-align: middle as indication for participants table
headers, none is set which leads to theme default, i.e. bottom in Clean and Boost.
2017-08-25 00:09:30 +02:00
Eloy Lafuente (stronk7)
9eb3c173ae
weekly release 3.4dev
2017-08-24 14:14:18 +02:00
Eloy Lafuente (stronk7)
ca736c577a
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2017-08-24 14:14:15 +02:00
Ryan Wyllie
69b160ed12
MDL-59669 calendar: add unit tests for submit_create_update_form
2017-08-24 05:40:01 +00:00
Ryan Wyllie
7ce44d8edc
MDL-59669 forms: add helper to get submission keys for unit tests
2017-08-24 04:49:26 +00:00
Ryan Wyllie
6bb8889932
MDL-59669 calendar: add validation for eventtype in event form
2017-08-24 12:20:56 +08:00
Simey Lameze
b9d7df741d
MDL-59887 block_myoverview: dont escape course and module names
2017-08-24 10:41:37 +08:00
Andrew Nicols
d839e25e9d
Merge branch 'MDL-59699-master-fix2' of https://github.com/lameze/moodle
2017-08-24 09:58:09 +08:00
Andrew Nicols
ed50116863
Merge branch 'MDL-59675-master-fix1' of https://github.com/lameze/moodle
2017-08-24 09:57:28 +08:00
Simey Lameze
2d7008aeab
MDL-59675 core_calendar: reload page after create event
2017-08-24 09:48:00 +08:00
Andrew Nicols
0afab19477
Merge branch 'MDL-59677-master-fix1' of https://github.com/lameze/moodle
2017-08-24 09:43:31 +08:00
Jun Pataleta
66c7f71950
Merge branch 'MDL-36985-master-fix' of github.com:xow/moodle
2017-08-24 09:30:32 +08:00
Simey Lameze
2c65e0ce61
MDL-59677 core_calendar: replace the whole node on reload
2017-08-24 09:28:04 +08:00
Eloy Lafuente (stronk7)
5e3ee3748b
MDL-59907 behat: Fix features to be collation independent
...
Before the patch there were some problems with sorting
causing student1@ and student10@ to be sorted inconsistently
between databases.
Where that is not an important problem in real use, was
causing tests to fail consistently in sqlsrv.
So, adding student0@ to the tests in order to make them
stable collation-wise.
2017-08-24 03:08:02 +02:00
Simey Lameze
3fa98f2381
MDL-59699 core_calendar: change course short to full name
2017-08-24 08:55:41 +08:00
Andrew Nicols
586181c7d6
MDL-59860 calendar: Remove trailing whitespace
2017-08-24 08:55:23 +08:00
Andrew Nicols
edddecc6f2
Merge branch 'MDL-59860-master-fix2' of https://github.com/lameze/moodle
2017-08-24 08:49:03 +08:00
Simey Lameze
81e736be5d
MDL-59860 core_calendar: temp remove behat test
2017-08-24 08:42:53 +08:00
John Okely
7757d27805
MDL-36985 atto: removeorphaneddrafts should be optional
2017-08-24 08:28:55 +08:00
Mark Nelson
359e9d8370
MDL-59833 core_user: check if groups are present in 'hiddenuserfields'
2017-08-23 17:38:53 +08:00
Eloy Lafuente (stronk7)
8839739680
Merge branch 'MDL-59790-master' of git://github.com/lameze/moodle
2017-08-23 11:34:22 +02:00