Eloy Lafuente (stronk7)
e658430a88
Merge branch 'MDL-59761-master' of git://github.com/danpoltawski/moodle
2017-09-12 01:43:19 +02:00
Jun Pataleta
02e10f8592
Merge branch 'MDL-60031-master' of git://github.com/andrewnicols/moodle
2017-09-11 13:56:56 +08:00
David Monllao
ce99f1fa5a
MDL-59657 analytics: No predictions until training is completed
2017-09-07 10:58:39 +02:00
Eloy Lafuente (stronk7)
95fc1e720c
Merge branch 'MDL-59983-master-enfix' of git://github.com/mudrd8mz/moodle
2017-09-07 10:58:35 +02:00
David Mudrák
911fcae895
MDL-59969 admin: Warn admins if a development libs directory exists
...
We can't really control the direct web access to directories in dirroot,
that is part of the server setup. So we at least warn admins as they may
not realize the risks of having directories like vendor or node_modules
exposed.
Credit goes to Petr Škoda for mentioning the PHPUnit issue CVE-2017-9841
to me.
2017-09-07 10:53:35 +02:00
Dan Poltawski
72086f77f1
Merge branch 'wip-MDL-59770-master' of git://github.com/marinaglancy/moodle
2017-09-07 10:50:15 +02:00
Dan Poltawski
edb911984a
Merge branch 'MDL-59786_master' of git://github.com/dmonllao/moodle
2017-09-07 10:50:15 +02:00
Dan Poltawski
f48b861302
Merge branch 'MDL-59840_master' of git://github.com/dmonllao/moodle
2017-09-07 10:50:13 +02:00
Dan Poltawski
2d64ffeb6b
Merge branch 'MDL-59657_master' of git://github.com/dmonllao/moodle
2017-09-07 10:49:30 +02:00
Dan Poltawski
d9dff92fef
MDL-59761 eslint: Auto-fix some minor lint warnings
2017-09-06 08:53:50 +01:00
Andrew Nicols
5ded18d5a8
MDL-60031 admin: Move risk longtext to pix title
2017-09-06 10:23:48 +08:00
Helen Foster
7698619bc6
MDL-59983 lang: Merge English strings from the en_fix language pack
...
Significant string changes:
* mobileappenabled, setuplink and setuplink_desc in tool_mobile -
improved wording
* getmoodleonyourmobile and custommenuitems_desc in tool_mobile -
improved wording
2017-09-05 11:01:09 +02:00
David Monllao
3e0f33aa4b
MDL-59153 analytics: No access to disabled models predictions
2017-09-01 11:17:17 +02:00
David Monllao
1a5204a427
MDL-59786 analytics: Discard invalid samples
2017-09-01 11:13:07 +02:00
David Monllao
37dec84dc0
MDL-59840 analytics: Enable single range instead of no splitting
2017-09-01 11:12:05 +02:00
Andrew Nicols
c7c5d12353
MDL-59801 tool_lp: Behat fix for autocomplete
...
An earlier Behat fix made the use of autocomplete stricter on checking
an exact match instead of a substring, which in turn broke this use
which was searching for a partial match.
2017-09-01 08:24:51 +08:00
Andrew Nicols
85419c5b2e
Merge branch 'MDL-59828-master' of git://github.com/damyon/moodle
2017-08-29 11:56:28 +08:00
David Monllao
f19719c198
MDL-59657 analytics: Option to restrict heavy processes to CLI
...
Default to only CLI.
2017-08-28 21:18:52 +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
fc7467e5a1
Merge branch 'MDL-57412-master' of https://github.com/xow/moodle
2017-08-23 11:15:34 +02:00
John Okely
26f12a35c4
MDL-57412 adminlib: change linkcoursesections default to 1
2017-08-23 15:05:33 +08:00
Jun Pataleta
0ea62b8de6
Merge branch 'MDL-59204_master-fix' of git://github.com/markn86/moodle
2017-08-22 13:08:19 +08:00
Marina Glancy
4aef64f85f
MDL-59770 registration: correct mistype
...
AMOS BEGIN
MOV [mobilenotificacionsenabled,core_hub],[mobilenotificationsenabled,core_hub]
AMOS END
2017-08-22 13:06:13 +08:00
Mark Nelson
2f3e176078
MDL-59204 analytics: added missing apostrophe
2017-08-22 13:04:47 +08:00
Jun Pataleta
f8de8cb314
Merge branch 'MDL-59204_master_v2' of git://github.com/markn86/moodle
2017-08-22 12:46:23 +08:00
Mark Nelson
2fa1f92a82
MDL-59204 analytics: help icons for target, indicators and time method
2017-08-22 12:07:00 +08:00
David Monllao
d126f83806
MDL-59661 analytics: Export models training data
2017-08-17 20:51:56 +02:00
Stephen Bourget
f5de9484e8
MDL-53537 core_backup: Add a course_backup_created event
2017-08-15 14:10:38 -04:00
Andrew Nicols
c9d781d207
Merge branch 'MDL-59665_master' of git://github.com/dmonllao/moodle
2017-08-07 13:53:19 +08:00
Luca Bösch
3437a77552
MDL-59662 database: Typo in variable name.
2017-08-04 10:30:11 +02:00
David Monllao
2c04945c58
Merge branch 'wip-MDL-53492-master' of git://github.com/marinaglancy/moodle
2017-08-01 09:20:57 +02:00
David Monllao
805b667c3a
MDL-59665 analytics: Reuse existing lang string
2017-08-01 07:24:23 +02:00
Andrew Nicols
13822dca07
Merge branch 'MDL-28574-master' of https://github.com/xow/moodle
2017-08-01 09:59:59 +08:00
David Monllao
a79e84e060
Merge branch 'wip-MDL-59496-master-3' of git://github.com/marinaglancy/moodle
2017-07-31 17:14:56 +02:00
David Monllao
56b3a0a477
Merge branch 'MDL-59535-master' of git://github.com/lameze/moodle
2017-07-31 14:19:54 +02:00
David Monllao
7190f330b4
Merge branch 'MDL-59602_coursenav' of https://github.com/mrmark/moodle
2017-07-31 13:21:09 +02:00
Marina Glancy
5ac72c9c74
MDL-53492 registration: Moodle.net is more correct than Moodle.org
2017-07-31 14:31:12 +08:00
Marina Glancy
7d792aeee4
MDL-53492 registration: use https://moodle.net as hub url
2017-07-31 14:31:11 +08:00
Marina Glancy
505bbe7cd6
MDL-59496 registration: display unregistered warning consistently
2017-07-31 14:29:58 +08:00
John Okely
11df55c0dd
MDL-28574 adminlib: Token behat tests
2017-07-31 09:55:04 +08:00
John Okely
ad2ae6e3db
MDL-28574 webservices: Add new capability for managing all tokens
2017-07-31 09:55:04 +08:00
Jan Dageförde
0c62ca2563
MDL-28574 webservice: Allow admins to manage tokens created by others.
...
Until now, admins could only modify (or even see) tokens they have
created themselves. Tokens created by other users or even other admins
were invisible unless you were looking into the database. In case there
are former admins, their successors can be unable to inspect or delete
existing tokens.
2017-07-31 09:54:33 +08:00
Simey Lameze
026bfb7604
MDL-59535 tool_behat: fix fatal error if there is no setup
2017-07-28 08:43:21 +08:00
David Monllao
5c140ac4c0
MDL-59307 analytics: Easy enable / disable
2017-07-27 12:25:23 +02:00
David Monllao
4a210b0688
MDL-57791 analytics: Predictions deleted context management
2017-07-26 09:17:58 +02:00
Dan Poltawski
35699ba2ff
Merge branch 'MDL-57791_master-fix3' of git://github.com/dmonllao/moodle
2017-07-25 11:37:54 +01:00
David Monllao
85e50ba405
MDL-57791 analytics: Set logstore during install
...
get_analytics_logstore updated to fix an edge case.
2017-07-25 11:05:03 +02:00
Andrew Nicols
d3e69bee38
Merge branch 'MDL-56751-master' of git://github.com/jleyva/moodle
2017-07-25 10:44:05 +08:00
Dan Poltawski
e3f17b9fdb
Merge branch 'MDL-59436-master' of git://github.com/junpataleta/moodle
2017-07-24 16:55:54 +01:00
David Monllao
e10b29ed0c
MDL-57791 tool_analytics: From tool_models to tool_analytics
2017-07-24 08:37:03 +02:00