moodle.git
5 years agoMDL-59799 course: Include course/lib.php before using move_courses().
Johannes Burk [Sun, 13 Aug 2017 12:42:54 +0000 (14:42 +0200)]
MDL-59799 course: Include course/lib.php before using move_courses().

5 years agoweekly release 3.4dev
Jun Pataleta [Fri, 1 Sep 2017 05:26:56 +0000 (13:26 +0800)]
weekly release 3.4dev

5 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Jun Pataleta [Fri, 1 Sep 2017 05:26:55 +0000 (13:26 +0800)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

5 years agoMDL-59801 tool_lp: Behat fix for autocomplete
Andrew Nicols [Fri, 1 Sep 2017 00:24:49 +0000 (08:24 +0800)]
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.

5 years agoMerge branch 'MDL-56646-master-fix' of https://github.com/xow/moodle
Andrew Nicols [Thu, 31 Aug 2017 07:00:08 +0000 (15:00 +0800)]
Merge branch 'MDL-56646-master-fix' of https://github.com/xow/moodle

5 years agoMDL-56646 mod_assign: Improve grade fix strings
John Okely [Thu, 31 Aug 2017 06:38:22 +0000 (14:38 +0800)]
MDL-56646 mod_assign: Improve grade fix strings

5 years agoMDL-56646 mod_assign: Make rescale behat more specific
John Okely [Thu, 31 Aug 2017 06:22:15 +0000 (14:22 +0800)]
MDL-56646 mod_assign: Make rescale behat more specific

5 years agoMerge branch 'MDL-59801-master-fix1' of http://github.com/damyon/moodle
Andrew Nicols [Thu, 31 Aug 2017 06:12:31 +0000 (14:12 +0800)]
Merge branch 'MDL-59801-master-fix1' of github.com/damyon/moodle

5 years agoMDL-59801 users: Behat fixes
Damyon Wiese [Thu, 31 Aug 2017 04:32:03 +0000 (12:32 +0800)]
MDL-59801 users: Behat fixes

Firstly - the list of roles to filter needs to be a combination of the assignable roles and the existing roles in the course.
Secondly - the auto-complete behat step needs to search for entire strings, not substrings.

5 years agoMerge branch 'MDL-59828-master-fix1' of http://github.com/damyon/moodle
Andrew Nicols [Thu, 31 Aug 2017 02:25:49 +0000 (10:25 +0800)]
Merge branch 'MDL-59828-master-fix1' of github.com/damyon/moodle

5 years agoMDL-59828 inplaceeditable: CSS class fix
Damyon Wiese [Thu, 31 Aug 2017 02:16:53 +0000 (10:16 +0800)]
MDL-59828 inplaceeditable: CSS class fix

The form-autocomplete-original-select was applied to the wrong element.

inplaceeditable selects => inplaceeditable autocompletes

5 years agoMerge branch 'MDL-59832_master-fix' of git://github.com/markn86/moodle
Andrew Nicols [Wed, 30 Aug 2017 07:44:24 +0000 (15:44 +0800)]
Merge branch 'MDL-59832_master-fix' of git://github.com/markn86/moodle

5 years agoMDL-59832 core_course: removed faulty logic in unit test
Mark Nelson [Wed, 30 Aug 2017 04:55:57 +0000 (12:55 +0800)]
MDL-59832 core_course: removed faulty logic in unit test

5 years agoMerge branch 'MDL-59394-master-2' of git://github.com/ryanwyllie/moodle
Andrew Nicols [Wed, 30 Aug 2017 03:35:40 +0000 (11:35 +0800)]
Merge branch 'MDL-59394-master-2' of git://github.com/ryanwyllie/moodle

5 years agoMerge branch 'MDL-59713-master-2' of git://github.com/ryanwyllie/moodle
Andrew Nicols [Wed, 30 Aug 2017 03:30:59 +0000 (11:30 +0800)]
Merge branch 'MDL-59713-master-2' of git://github.com/ryanwyllie/moodle

5 years agoMDL-59713 calendar: fix nav link ajax reload
Ryan Wyllie [Wed, 30 Aug 2017 03:25:39 +0000 (03:25 +0000)]
MDL-59713 calendar: fix nav link ajax reload

5 years agoMDL-59394 calendar: add drag and drop between months
Ryan Wyllie [Thu, 24 Aug 2017 08:20:35 +0000 (08:20 +0000)]
MDL-59394 calendar: add drag and drop between months

5 years agoMerge branch 'MDL-59884-master' of git://github.com/lameze/moodle
Jun Pataleta [Wed, 30 Aug 2017 02:10:30 +0000 (10:10 +0800)]
Merge branch 'MDL-59884-master' of git://github.com/lameze/moodle

5 years agoMDL-59884 core_calendar: display spinner when reloading month content
Simey Lameze [Tue, 22 Aug 2017 07:38:06 +0000 (15:38 +0800)]
MDL-59884 core_calendar: display spinner when reloading month content

5 years agoMDL-59884 themes: add styles for overlay loading
Simey Lameze [Tue, 22 Aug 2017 07:38:53 +0000 (15:38 +0800)]
MDL-59884 themes: add styles for overlay loading

5 years agoMDL-59884 core: add new overlay_loading template
Simey Lameze [Tue, 22 Aug 2017 07:36:52 +0000 (15:36 +0800)]
MDL-59884 core: add new overlay_loading template

5 years agoMerge branch 'MDL-59713' of https://github.com/stronk7/moodle
Andrew Nicols [Wed, 30 Aug 2017 00:20:09 +0000 (08:20 +0800)]
Merge branch 'MDL-59713' of https://github.com/stronk7/moodle

5 years agoMerge branch 'MDL-59832_master-v2' of git://github.com/markn86/moodle
Eloy Lafuente (stronk7) [Tue, 29 Aug 2017 23:21:22 +0000 (01:21 +0200)]
Merge branch 'MDL-59832_master-v2' of git://github.com/markn86/moodle

5 years agoMerge branch 'MDL-59779_master' of git://github.com/dmonllao/moodle
Eloy Lafuente (stronk7) [Tue, 29 Aug 2017 23:09:20 +0000 (01:09 +0200)]
Merge branch 'MDL-59779_master' of git://github.com/dmonllao/moodle

5 years agoMerge branch 'MDL-59685-master' of git://github.com/damyon/moodle
Eloy Lafuente (stronk7) [Tue, 29 Aug 2017 22:36:07 +0000 (00:36 +0200)]
Merge branch 'MDL-59685-master' of git://github.com/damyon/moodle

5 years agoMDL-59713 forms: prevent php warning when 'optional' option is missing
Eloy Lafuente (stronk7) [Tue, 29 Aug 2017 18:12:41 +0000 (20:12 +0200)]
MDL-59713 forms: prevent php warning when 'optional' option is missing

5 years agoMerge branch 'MDL-59951-master' of git://github.com/damyon/moodle
Dan Poltawski [Tue, 29 Aug 2017 13:32:43 +0000 (14:32 +0100)]
Merge branch 'MDL-59951-master' of git://github.com/damyon/moodle

5 years agoMerge branch 'MDL-59195_assign_comment_permissions' of git://github.com/davosmith...
Dan Poltawski [Tue, 29 Aug 2017 10:54:07 +0000 (11:54 +0100)]
Merge branch 'MDL-59195_assign_comment_permissions' of git://github.com/davosmith/moodle

5 years agoMerge branch 'MDL-59615-master' of git://github.com/damyon/moodle
Dan Poltawski [Tue, 29 Aug 2017 09:58:42 +0000 (10:58 +0100)]
Merge branch 'MDL-59615-master' of git://github.com/damyon/moodle

5 years agoMerge branch 'MDL-59908-master' of git://github.com/ankitagarwal/moodle
Jun Pataleta [Tue, 29 Aug 2017 09:41:39 +0000 (17:41 +0800)]
Merge branch 'MDL-59908-master' of git://github.com/ankitagarwal/moodle

5 years agoMerge branch 'MDL-59688-master' of git://github.com/damyon/moodle
Dan Poltawski [Tue, 29 Aug 2017 09:24:50 +0000 (10:24 +0100)]
Merge branch 'MDL-59688-master' of git://github.com/damyon/moodle

5 years agoMerge branch 'MDL-59830_master-v2' of git://github.com/markn86/moodle
Jun Pataleta [Tue, 29 Aug 2017 09:23:44 +0000 (17:23 +0800)]
Merge branch 'MDL-59830_master-v2' of git://github.com/markn86/moodle

5 years agoMDL-59830 core_user: do not show roles that can not be deleted
Mark Nelson [Tue, 22 Aug 2017 13:01:57 +0000 (21:01 +0800)]
MDL-59830 core_user: do not show roles that can not be deleted

5 years agoMDL-59801 core_user: add missing class variable declaration
Mark Nelson [Tue, 29 Aug 2017 08:12:01 +0000 (16:12 +0800)]
MDL-59801 core_user: add missing class variable declaration

Also minor fix to PHPDocs.

5 years agoMerge branch 'MDL-56646-master' of https://github.com/xow/moodle
Andrew Nicols [Tue, 29 Aug 2017 07:51:01 +0000 (15:51 +0800)]
Merge branch 'MDL-56646-master' of https://github.com/xow/moodle

5 years agoMerge branch 'MDL-59823-master' of git://github.com/damyon/moodle
Jun Pataleta [Tue, 29 Aug 2017 07:49:24 +0000 (15:49 +0800)]
Merge branch 'MDL-59823-master' of git://github.com/damyon/moodle

5 years agoMerge branch 'MDL-59713-master-2' of git://github.com/ryanwyllie/moodle
Andrew Nicols [Tue, 29 Aug 2017 07:28:45 +0000 (15:28 +0800)]
Merge branch 'MDL-59713-master-2' of git://github.com/ryanwyllie/moodle

5 years agoMerge branch 'MDL-59820-master' of git://github.com/lameze/moodle
Andrew Nicols [Tue, 29 Aug 2017 07:26:46 +0000 (15:26 +0800)]
Merge branch 'MDL-59820-master' of git://github.com/lameze/moodle

5 years agoMerge branch 'MDL-59822-master' of git://github.com/damyon/moodle
Jun Pataleta [Tue, 29 Aug 2017 07:25:33 +0000 (15:25 +0800)]
Merge branch 'MDL-59822-master' of git://github.com/damyon/moodle

5 years agoMDL-56646 assign: Fix negative grades in restore
John Okely [Fri, 18 Aug 2017 06:15:37 +0000 (14:15 +0800)]
MDL-56646 assign: Fix negative grades in restore

5 years agoMDL-56646 assign: Add ability to fix errant grades
John Okely [Tue, 1 Aug 2017 07:57:55 +0000 (15:57 +0800)]
MDL-56646 assign: Add ability to fix errant grades

5 years agoMerge branch 'MDL-59827-master-fix1' of http://github.com/damyon/moodle
Andrew Nicols [Tue, 29 Aug 2017 07:14:20 +0000 (15:14 +0800)]
Merge branch 'MDL-59827-master-fix1' of github.com/damyon/moodle

5 years agoMDL-59827 users: Typo in force_open()
Damyon Wiese [Tue, 29 Aug 2017 07:06:43 +0000 (15:06 +0800)]
MDL-59827 users: Typo in force_open()

force_open() not forceopen()

5 years agoMerge branch 'MDL-59821-master' of git://github.com/damyon/moodle
Andrew Nicols [Tue, 29 Aug 2017 06:54:33 +0000 (14:54 +0800)]
Merge branch 'MDL-59821-master' of git://github.com/damyon/moodle

5 years agoMerge branch 'MDL-59885-master' of git://github.com/cameron1729/moodle
Jun Pataleta [Tue, 29 Aug 2017 06:48:04 +0000 (14:48 +0800)]
Merge branch 'MDL-59885-master' of git://github.com/cameron1729/moodle

5 years agoMerge branch 'MDL-59030_master' of git://github.com/dmonllao/moodle
Andrew Nicols [Tue, 29 Aug 2017 06:34:59 +0000 (14:34 +0800)]
Merge branch 'MDL-59030_master' of git://github.com/dmonllao/moodle

5 years agoMDL-59030 analytics: Social breadth accepting more than level 2
David Monllao [Tue, 29 Aug 2017 06:28:46 +0000 (08:28 +0200)]
MDL-59030 analytics: Social breadth accepting more than level 2

Even if core indicators are limited to level 2 we should not block
other activities from implementing up to level 5.

5 years agoMerge branch 'MDL-59628-master' of git://github.com/damyon/moodle
Jun Pataleta [Tue, 29 Aug 2017 05:49:55 +0000 (13:49 +0800)]
Merge branch 'MDL-59628-master' of git://github.com/damyon/moodle

5 years agoMerge branch 'MDL-59827-master' of git://github.com/damyon/moodle
Andrew Nicols [Tue, 29 Aug 2017 05:21:22 +0000 (13:21 +0800)]
Merge branch 'MDL-59827-master' of git://github.com/damyon/moodle

5 years agoMerge branch 'MDL-35290-master' of https://github.com/snake/moodle
Andrew Nicols [Tue, 29 Aug 2017 05:14:22 +0000 (13:14 +0800)]
Merge branch 'MDL-35290-master' of https://github.com/snake/moodle

5 years agoMDL-59030 testing: Tests for core_course analytics indicators
David Monllao [Mon, 28 Aug 2017 18:23:20 +0000 (20:23 +0200)]
MDL-59030 testing: Tests for core_course analytics indicators

5 years agoMDL-59030 analytics: New analytics indicators
David Monllao [Mon, 28 Aug 2017 18:22:52 +0000 (20:22 +0200)]
MDL-59030 analytics: New analytics indicators

- Completion enabled
- Potential cognitive depth
- Potential social breadth

5 years agoMDL-59030 analytics: Expand community of inquiry mods public API
David Monllao [Mon, 28 Aug 2017 18:21:46 +0000 (20:21 +0200)]
MDL-59030 analytics: Expand community of inquiry mods public API

5 years agoMDL-59628 forms: Get a valid zindex for datepicker
Damyon Wiese [Wed, 16 Aug 2017 07:38:41 +0000 (15:38 +0800)]
MDL-59628 forms: Get a valid zindex for datepicker

We have a way to determine a valid zindex when adding things to a page. Find all the moodle-has-zindex things and
choose a value bigger all of them. This needs doing in javascript whenever a thing is opened. It's not possible to
fix generically in CSS (remember the historic z-index wars).

5 years agoMDL-59628 datepicker: Revert invalid zindex change
Damyon Wiese [Wed, 16 Aug 2017 07:26:48 +0000 (15:26 +0800)]
MDL-59628 datepicker: Revert invalid zindex change

Revert "MDL-59382 theme: bring the date picker forward"

This reverts commit 63dd75229b3bfa43dec2e8f8fc6b03587972c1bb.

5 years agoMerge branch 'MDL-59824-master' of git://github.com/damyon/moodle
Andrew Nicols [Tue, 29 Aug 2017 04:00:45 +0000 (12:00 +0800)]
Merge branch 'MDL-59824-master' of git://github.com/damyon/moodle

5 years agoMerge branch 'MDL-59828-master' of git://github.com/damyon/moodle
Andrew Nicols [Tue, 29 Aug 2017 03:56:28 +0000 (11:56 +0800)]
Merge branch 'MDL-59828-master' of git://github.com/damyon/moodle

5 years agoMerge branch 'MDL-59855-master' of git://github.com/junpataleta/moodle
Jun Pataleta [Tue, 29 Aug 2017 03:43:36 +0000 (11:43 +0800)]
Merge branch 'MDL-59855-master' of git://github.com/junpataleta/moodle

5 years agoMDL-59855 oauth2: More PHPDocs fixes
Jun Pataleta [Tue, 29 Aug 2017 02:09:19 +0000 (10:09 +0800)]
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()

5 years agoMDL-35290 files: File manager reports files which can't be read
Jake Dallimore [Mon, 28 Aug 2017 00:43:19 +0000 (08:43 +0800)]
MDL-35290 files: File manager reports files which can't be read

5 years agoMerge branch 'MDL-59869-master' of git://github.com/Dagefoerde/moodle
Jun Pataleta [Tue, 29 Aug 2017 02:40:30 +0000 (10:40 +0800)]
Merge branch 'MDL-59869-master' of git://github.com/Dagefoerde/moodle

5 years agoMerge branch 'MDL-59801-master' of git://github.com/damyon/moodle
Eloy Lafuente (stronk7) [Tue, 29 Aug 2017 00:37:24 +0000 (02:37 +0200)]
Merge branch 'MDL-59801-master' of git://github.com/damyon/moodle

5 years agoMerge branch 'MDL-59669-master-3' of git://github.com/ryanwyllie/moodle
Eloy Lafuente (stronk7) [Tue, 29 Aug 2017 00:15:18 +0000 (02:15 +0200)]
Merge branch 'MDL-59669-master-3' of git://github.com/ryanwyllie/moodle

5 years agoMerge branch 'MDL-59887-master' of git://github.com/lameze/moodle
Eloy Lafuente (stronk7) [Mon, 28 Aug 2017 23:33:49 +0000 (01:33 +0200)]
Merge branch 'MDL-59887-master' of git://github.com/lameze/moodle

5 years agoMerge branch 'MDL-59265_master' of git://github.com/dmonllao/moodle
Eloy Lafuente (stronk7) [Mon, 28 Aug 2017 23:16:42 +0000 (01:16 +0200)]
Merge branch 'MDL-59265_master' of git://github.com/dmonllao/moodle

5 years agoMerge branch 'MDL-59910-master' of git://github.com/lameze/moodle
Eloy Lafuente (stronk7) [Mon, 28 Aug 2017 23:06:46 +0000 (01:06 +0200)]
Merge branch 'MDL-59910-master' of git://github.com/lameze/moodle

5 years agoMerge branch 'MDL-59870-participants-th-top-vertical-aligned' of http://github.com...
Eloy Lafuente (stronk7) [Mon, 28 Aug 2017 22:52:37 +0000 (00:52 +0200)]
Merge branch 'MDL-59870-participants-th-top-vertical-aligned' of github.com/lucaboesch/moodle

5 years agoMerge branch 'MDL-59670-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Mon, 28 Aug 2017 22:41:57 +0000 (00:41 +0200)]
Merge branch 'MDL-59670-master' of git://github.com/andrewnicols/moodle

5 years agoAutomatically generated installer lang files
AMOS bot [Mon, 28 Aug 2017 16:07:40 +0000 (00:07 +0800)]
Automatically generated installer lang files

5 years agoMDL-56646 assign: use ASSIGN_GRADE_NOT_SET constant
John Okely [Tue, 1 Aug 2017 07:57:55 +0000 (15:57 +0800)]
MDL-56646 assign: use ASSIGN_GRADE_NOT_SET constant

5 years agoMDL-56646 assign: Don't rescale any negative grades
John Okely [Tue, 1 Aug 2017 07:53:40 +0000 (15:53 +0800)]
MDL-56646 assign: Don't rescale any negative grades

5 years agoMDL-56646 assign: Behat test rescaling after viewing student
John Okely [Mon, 31 Jul 2017 06:37:19 +0000 (14:37 +0800)]
MDL-56646 assign: Behat test rescaling after viewing student

5 years agoMDL-59951 analytics: Don't link to deleted page.
Damyon Wiese [Mon, 28 Aug 2017 05:57:54 +0000 (13:57 +0800)]
MDL-59951 analytics: Don't link to deleted page.

5 years agoMDL-59832 core: allow users with 'enrolreview' to see participants page
Mark Nelson [Mon, 28 Aug 2017 04:47:57 +0000 (12:47 +0800)]
MDL-59832 core: allow users with 'enrolreview' to see participants page

5 years agoMerge branch 'MDL-59833_master' of git://github.com/markn86/moodle
Jun Pataleta [Mon, 28 Aug 2017 03:54:44 +0000 (11:54 +0800)]
Merge branch 'MDL-59833_master' of git://github.com/markn86/moodle

5 years agoMerge branch 'MDL-59904_master' of git://github.com/markn86/moodle
Jun Pataleta [Mon, 28 Aug 2017 03:30:59 +0000 (11:30 +0800)]
Merge branch 'MDL-59904_master' of git://github.com/markn86/moodle

5 years agoMDL-59904 core: add missing FKs to analytics tables
Mark Nelson [Thu, 24 Aug 2017 07:19:18 +0000 (15:19 +0800)]
MDL-59904 core: add missing FKs to analytics tables

5 years agoMerge branch 'MDL-59907' of git://github.com/stronk7/moodle
Andrew Nicols [Mon, 28 Aug 2017 00:25:20 +0000 (08:25 +0800)]
Merge branch 'MDL-59907' of git://github.com/stronk7/moodle

5 years agoAutomatically generated installer lang files
AMOS bot [Sun, 27 Aug 2017 16:09:01 +0000 (00:09 +0800)]
Automatically generated installer lang files

5 years agoMDL-59869 oauth2: Fix notification method
Jan Dageförde [Fri, 18 Aug 2017 08:57:36 +0000 (10:57 +0200)]
MDL-59869 oauth2: Fix notification method

5 years agoMDL-59869 oauth2: Send expiry notification on exceptions, too
Jan Dageförde [Fri, 18 Aug 2017 08:57:04 +0000 (10:57 +0200)]
MDL-59869 oauth2: Send expiry notification on exceptions, too

5 years agoMDL-59855 oauth2: Fix PHPDoc type hints
Jan Dageförde [Fri, 18 Aug 2017 08:18:21 +0000 (10:18 +0200)]
MDL-59855 oauth2: Fix PHPDoc type hints

5 years agoAutomatically generated installer lang files
AMOS bot [Fri, 25 Aug 2017 16:06:48 +0000 (00:06 +0800)]
Automatically generated installer lang files

5 years agoMDL-59265 mlbackend: Splitting up predictor interface in 2
David Monllao [Fri, 25 Aug 2017 11:50:34 +0000 (13:50 +0200)]
MDL-59265 mlbackend: Splitting up predictor interface in 2

5 years agoMDL-59265 analytics: Rename machine learning backend method
David Monllao [Mon, 14 Aug 2017 08:59:03 +0000 (10:59 +0200)]
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

5 years agoMDL-59265 analytics: Remove dirroot from the model unique id
David Monllao [Mon, 14 Aug 2017 08:59:51 +0000 (10:59 +0200)]
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.

5 years agoMDL-59265 analytics: Switch prediction field to float
David Monllao [Mon, 14 Aug 2017 13:13:16 +0000 (15:13 +0200)]
MDL-59265 analytics: Switch prediction field to float

For future regression support

5 years agoMDL-59265 report_insights: Fix PHP notice when no predictions
David Monllao [Mon, 14 Aug 2017 13:12:27 +0000 (15:12 +0200)]
MDL-59265 report_insights: Fix PHP notice when no predictions

5 years agoMDL-59821 users: Add proceed to course content
Damyon Wiese [Thu, 17 Aug 2017 03:07:38 +0000 (11:07 +0800)]
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.

5 years agoMDL-59827 users: Expand users node in settings nav
Damyon Wiese [Thu, 17 Aug 2017 05:36:07 +0000 (13:36 +0800)]
MDL-59827 users: Expand users node in settings nav

When we are on the participants page...

5 years agoMDL-59828 autocomplete: Sizing issues on themes
Damyon Wiese [Thu, 17 Aug 2017 07:48:59 +0000 (15:48 +0800)]
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.

5 years agoMDL-59670 calendar: Select correct group when editing events
Andrew Nicols [Fri, 25 Aug 2017 03:27:20 +0000 (11:27 +0800)]
MDL-59670 calendar: Select correct group when editing events

5 years agoMDL-59713 calendar: clicking day in monthly view opens new event modal
Ryan Wyllie [Mon, 21 Aug 2017 06:27:47 +0000 (06:27 +0000)]
MDL-59713 calendar: clicking day in monthly view opens new event modal

5 years agoMerge branch 'wip-MDL-59881-master' of git://github.com/abgreeve/moodle
Eloy Lafuente (stronk7) [Thu, 24 Aug 2017 22:55:58 +0000 (00:55 +0200)]
Merge branch 'wip-MDL-59881-master' of git://github.com/abgreeve/moodle

5 years agoMDL-59870 users: Default align participant table header row.
Luca Bösch [Fri, 18 Aug 2017 12:37:02 +0000 (14:37 +0200)]
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.

5 years agoAutomatically generated installer lang files
AMOS bot [Thu, 24 Aug 2017 16:05:22 +0000 (00:05 +0800)]
Automatically generated installer lang files

5 years agoAutomatically generated installer lang files
AMOS bot [Thu, 24 Aug 2017 16:05:22 +0000 (00:05 +0800)]
Automatically generated installer lang files

5 years agoweekly release 3.4dev
Eloy Lafuente (stronk7) [Thu, 24 Aug 2017 12:14:18 +0000 (14:14 +0200)]
weekly release 3.4dev

5 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Eloy Lafuente (stronk7) [Thu, 24 Aug 2017 12:14:15 +0000 (14:14 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

5 years agoMDL-59669 calendar: add unit tests for submit_create_update_form
Ryan Wyllie [Mon, 14 Aug 2017 08:29:28 +0000 (08:29 +0000)]
MDL-59669 calendar: add unit tests for submit_create_update_form