Sara Arjona
4767b7bff1
Merge branch 'MDL-67863-master' of git://github.com/bmbrands/moodle
2020-03-04 14:05:17 +01:00
Andrew Zito
1e67849c1f
MDL-63316 participants: lastname sort for participants table
2020-02-28 14:34:18 -05:00
Bas Brands
8ad4255fbe
MDL-67863 theme_boost: change keyboard tab order
...
Move navdrawer up in the dom for a more logical tab order
Hide navdrawer links for tab / screenreader when navdrawer is closed
2020-02-27 17:11:03 +01:00
Eloy Lafuente (stronk7)
ee439d017e
MDL-67115 core: php74 params order for implode()/join()
...
Passing parameters to implode() in reverse order is deprecated, use
implode($glue, $parts) instead of implode($parts, $glue).
This commit corresponds to phpunit and manual detections, core files.
2020-01-19 18:47:07 +01:00
Adrian Greeve
f00542c485
Merge branch 'MDL-66999-master' of git://github.com/bmbrands/moodle
2019-12-23 14:26:39 +08:00
Jake Dallimore
70a19cc9dd
Merge branch 'MDL-58827' of https://github.com/paulholden/moodle
2019-12-16 15:32:31 +08:00
Bas Brands
55193f70d8
MDL-66999 theme_boost: @extend remove extends for users
2019-12-12 11:27:59 +01:00
Eloy Lafuente (stronk7)
d5be859063
MDL-67199 versions: bump all versions and requires near release
...
version = 2019111800 release version
requires= 2019111200 current beta (week7roll1) version
2019-11-12 17:57:08 +01:00
Paul Holden
7455b741c9
MDL-66762 user: escape extra/email user fields.
2019-11-07 09:00:19 +08:00
Paul Holden
8d09b8cab6
MDL-58827 user: add institution & department filters.
2019-11-05 00:16:13 +00:00
Adrian Greeve
0de5da02eb
Merge branch 'MDL-66770-master-2' of https://github.com/ryanwyllie/moodle
2019-11-04 19:21:39 +08:00
Ryan Wyllie
667e5fd93f
MDL-66770 mod_forum: put nested v2 display mode behind user preference
2019-11-01 13:17:24 +08:00
David Monllaó
87e5342a5b
MDL-66807 analytics: Fix templates for gmail
2019-10-31 11:41:53 +08:00
Jun Pataleta
c23313f6e8
Merge branch 'MDL-66968' of https://github.com/stronk7/moodle
2019-10-25 10:20:05 +08:00
Eloy Lafuente (stronk7)
f4feabb83f
MDL-66968 php74: array_key_exists() for objects is deprecated
...
Replace it for correct property_exists() when the element
being inspected is a property of object/class.
Amended and squased changes:
- keep mongo unmodified. The information is array, hence correct.
- fix a couple of messaging phpdocs that were incorrect.
Amended take#2:
- As far as mongo resturns BSONDocument that is ArrayObject, aka
implements ArrayAccess, we have decided to explicitly cast results
to array so existing array_key_exists() and other accesses will
continue working the same.
2019-10-25 00:49:04 +02:00
Willian Mano
7a27c90102
MDL-62485 enrol: Success message after enroll/unenroll user in a course
2019-10-24 13:43:27 -03:00
Jake Dallimore
b663c71560
Merge branch 'MDL-66804' of https://github.com/paulholden/moodle
2019-10-11 11:16:17 +08:00
Paul Holden
8208292f65
MDL-66804 user: consistent user access times in privacy export.
2019-09-30 23:02:50 +01:00
David Monllaó
386d109172
MDL-62191 analytics: Support for bulk actions
2019-09-27 14:13:52 +08:00
Eloy Lafuente (stronk7)
6f278d21b9
Merge branch 'MDL-63895-master' of git://github.com/vmdef/moodle
2019-09-18 17:33:17 +02:00
David Monllaó
16cb4f32a0
MDL-66536 analytics: Indicators can add extra data for targets
2019-09-18 13:07:21 +08:00
David Monllaó
486e797c5f
MDL-66091 analytics: Targets choose if there should be a report or not
2019-09-17 13:58:55 +08:00
Víctor Déniz Falcón
a98192b8c0
MDL-63895 user: Hide suspended enrolments to user without capability
...
Users without course:viewsuspendedusers capability should not view suspended
users on the participant list
2019-09-12 12:04:43 +01:00
Andrew Nicols
dd3e427d88
Merge branch 'MDL-66489-master' of git://github.com/rezaies/moodle
2019-09-12 07:05:50 +08:00
Shamim Rezaie
2d4ce64dde
MDL-66489 enrol: Send all form data to WS and do all busines logic there
...
It is discouraged to use JS Date functions. We should pass all raw data to PHP.
2019-09-11 20:18:26 +10:00
Andrew Nicols
fce4664899
Merge branch 'MDL-62161' of https://github.com/paulholden/moodle
2019-09-03 11:26:19 +08:00
David Mudrák
da0dbeeb99
MDL-66504 lang: Use the new strings in the Behat scenario
2019-09-01 12:33:24 +02:00
Paul Holden
d19a7b2794
MDL-62161 user: preserve all selected users between searches.
2019-08-30 14:37:11 +01:00
Alexander Bias
a292ed5472
MDL-66133 user: Add setting to configure user filters
2019-08-23 20:43:26 +02:00
Adrian Greeve
5074882e13
Merge branch 'MDL-66378-master' of git://github.com/andrewnicols/moodle
2019-08-20 13:43:11 +08:00
Adrian Greeve
98d1ac3caf
Merge branch 'MDL-65083-master' of git://github.com/bmbrands/moodle
2019-08-20 10:03:25 +08:00
Bas Brands
549a45808d
MDL-65561 themes: user date filters display fixes
2019-08-19 08:24:04 +02:00
Bas Brands
d470c68b1f
MDL-65083 theme_boost: update uses of pull-xs-right
2019-08-19 08:16:47 +02:00
Andrew Nicols
44de5278a5
MDL-66378 behat: Correct invalid uses of selection from dropdown
2019-08-17 11:44:48 +08:00
Andrew Nicols
9311a83b45
Merge branch 'patch-1' of https://github.com/aspark21/moodle
2019-08-14 11:33:57 +08:00
Jun Pataleta
1cac0870b8
MDL-65950 core_user: Add hidden labels for the user checkboxes
...
* And update Behat tests accordingly and nuke the steps that are using
xpath.
2019-08-13 16:02:02 +08:00
Jun Pataleta
df92be9d67
MDL-65950 core_user: Use new core/checkbox-toggleall
2019-08-13 15:21:34 +08:00
Alistair Spark
fa3f8625e1
MDL-66071 user: username is required with non-internal auth method
2019-08-07 00:55:10 +02:00
Andrew Nicols
f8c927a25b
Merge branch 'MDL-66178' of https://github.com/paulholden/moodle
2019-08-06 09:17:29 +08:00
Andrew Nicols
6047801767
Merge branch 'MDL-64032-master' of https://github.com/HuongNV13/moodle
2019-08-05 12:55:35 +08:00
Paul Holden
90ce66a9ce
MDL-66178 user: filter course participants for users with no roles.
2019-08-02 16:42:10 +01:00
Sara Arjona
117d2fd56e
Merge branch 'mdl_66123' of https://github.com/Peterburnett/moodle
2019-08-01 09:59:08 +08:00
Sara Arjona
408689d5ae
Merge branch 'MDL-57208' of https://github.com/paulholden/moodle
2019-07-31 10:25:04 +08:00
Paul Holden
719f76313c
MDL-57208 user: select default homepage from user preferences page.
2019-07-30 08:53:18 +01:00
Sara Arjona
b5b11a1543
Merge branch 'MDL-63458' of https://github.com/rlorenzo/moodle
2019-07-30 11:59:18 +08:00
[Peter Burnett]
ad9c96e531
MDL-66123 core: check_password_policy takes $user argument
2019-07-29 14:37:50 +10:00
Adrian Greeve
57d42d0598
Merge branch 'MDL-65633_master' of git://github.com/dmonllao/moodle
2019-07-25 14:41:15 +08:00
Huong Nguyen
0fc30827dc
MDL-64032 enrol_manual: Make consistent the UI for setting enrolment
...
Add end date/duration for the UI for setting enrolment should be consistent
2019-07-23 14:21:43 +07:00
Ryan Wyllie
195ea4480b
MDL-62497 javascript: build AMD modules with new transpiler
2019-07-19 14:12:49 +08:00
David Monllaó
3cb0aaaa8c
MDL-65633 analytics: New interfaces for time-splitting methods
2019-07-18 18:38:13 +02:00