Andrew Nicols
5d09e9d890
Merge branch 'MDL-59907' of git://github.com/stronk7/moodle
2017-08-28 08:25:20 +08:00
AMOS bot
a0d081fd2e
Automatically generated installer lang files
2017-08-28 00:09:01 +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
AMOS bot
37d2f116c5
Automatically generated installer lang files
2017-08-26 00:06:48 +08: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
5fa2d5021e
MDL-59821 users: Add proceed to course content
...
The participants page should show a button to proceed to the course page after creating a new course.
This is a re-implementation of MDL-46238.
2017-08-25 15:21:47 +08:00
Damyon Wiese
b34fd2cca9
MDL-59827 users: Expand users node in settings nav
...
When we are on the participants page...
2017-08-25 15:16:17 +08: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
Ryan Wyllie
f6e8cc83ae
MDL-59713 calendar: clicking day in monthly view opens new event modal
2017-08-25 01:37:20 +00: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
AMOS bot
2fbfe020ff
Automatically generated installer lang files
2017-08-25 00:05:22 +08:00
AMOS bot
df893ca11a
Automatically generated installer lang files
2017-08-25 00:05:22 +08: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
Ankit Agarwal
d477c4ed6f
MDL-59908 backup: Backup rule should use both http and https schemes
2017-08-24 10:53:59 +05:30
Ankit Agarwal
23876070b9
MDL-59908 backup: Add tests to make sure both http(s) schemes are parsed
2017-08-24 10:33:24 +05:30
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
Andrew Nicols
fc7467e5a1
Merge branch 'MDL-57412-master' of https://github.com/xow/moodle
2017-08-23 11:15:34 +02:00
Simey Lameze
59641f4eb9
MDL-59910 core_calendar: add missing typegradingdue lang string
2017-08-23 15:42:44 +08:00
John Okely
26f12a35c4
MDL-57412 adminlib: change linkcoursesections default to 1
2017-08-23 15:05:33 +08:00
John Okely
e46fde42ab
MDL-57412 upgrade: Set linkcoursesections to 1 if boost in use
2017-08-23 15:05:32 +08:00
Andrew Nicols
9e413012b7
Merge branch 'MDL-59676-master' of git://github.com/lameze/moodle
2017-08-23 14:11:37 +08:00
Andrew Nicols
dcc8096ae3
Merge branch 'MDL-59675-master' of git://github.com/lameze/moodle
2017-08-23 14:10:40 +08:00
Andrew Nicols
a4b426293f
Merge branch 'MDL-59674-master-fix2' of https://github.com/lameze/moodle
2017-08-23 12:23:38 +08:00
Simey Lameze
7e3658950d
MDL-59674 core_calendar: use course full name on group events
2017-08-23 12:22:18 +08:00