David Mudrák
8599eb5ebb
MDL-68434 lang: Use the updated terminology in the tests
2020-04-29 17:40:58 +02:00
Adrian Greeve
b8cf95bb48
Merge branch 'MDL-68442-master' of git://github.com/andrewnicols/moodle
2020-04-29 13:54:57 +08:00
Andrew Nicols
cb8ad9c76e
Merge branch 'MDL-68378-master' of git://github.com/rezaies/moodle
2020-04-29 08:19:09 +08:00
Andrew Nicols
829f860321
MDL-68442 user: Add notifications on unenrol/update
2020-04-28 10:21:45 +08:00
Andrew Nicols
478039f99a
MDL-68442 user: Rewrite participant status to work with dynamic tables
2020-04-28 10:21:45 +08:00
Andrew Nicols
143ebb9b20
MDL-68442 user: Rewrite enrolment actions as ES6
2020-04-28 10:21:28 +08:00
Shamim Rezaie
2858814aaa
MDL-68378 user: listen to the accessibleChange event instead of change
2020-04-22 04:16:44 +10:00
Simey Lameze
bc6f5f23ea
MDL-68341 core_user: move and rename participants_table class
2020-04-09 07:08:44 +08:00
Andrew Nicols
7aa6398830
Merge branch 'MDL-68148-master' of git://github.com/rezaies/moodle
2020-04-08 11:20:39 +08:00
Shamim Rezaie
8aecd8579e
MDL-68148 user: remove the noscript tag
...
The submit button remains deactive if js is disabled. So having a
noscript tag to output a submit button here does not make sense.
2020-04-08 11:35:58 +10:00
Shamim Rezaie
cf48026307
MDL-68148 user: fixed stray end tag (input)
2020-04-08 11:24:51 +10:00
Shamim Rezaie
3dec4c6ce3
MDL-68148 core_user: avoid multiple enrol buttons with the same id
2020-04-08 11:22:34 +10:00
Shamim Rezaie
8a805e03a4
MDL-68148 core_user: set the fullname column as the header column
...
ref: https://www.w3.org/WAI/tutorials/tables/
2020-04-08 11:22:34 +10:00
Sara Arjona
43cda51ea1
Merge branch 'MDL-68233' of https://github.com/timhunt/moodle
2020-04-06 12:51:22 +02:00
Eloy Lafuente (stronk7)
a0ea162f63
Merge branch 'MDL-67672-master' of git://github.com/lucaboesch/moodle
2020-04-02 00:16:51 +02:00
Luca Bösch
2ad02280a9
MDL-67672 user: Display name in user menu as elsewhere.
2020-04-02 00:04:38 +02:00
Eloy Lafuente (stronk7)
0ab2f5b506
Merge branch 'MDL-67914-master' of git://github.com/lameze/moodle
2020-04-01 23:41:38 +02:00
Jake Dallimore
f5609ea9d6
Merge branch 'MDL-67672-master' of git://github.com/lucaboesch/moodle
2020-04-01 16:43:03 +08:00
Simey Lameze
1592c3c498
MDL-67914 core_table: implement dynamic table sorting
2020-04-01 15:13:31 +08:00
Luca Bösch
dfe22c29c2
MDL-67672 user: Display name in user menu as elsewhere.
2020-04-01 09:03:03 +02:00
Simey Lameze
88659cd703
MDL-68225 core_user: add behat coverage for group modes
2020-03-31 15:09:40 +08:00
Tim Hunt
1dcd0d3499
MDL-68233 renderers/block: remove illegal uses of $PAGE and $OUTPUT
2020-03-29 15:34:26 +01:00
Simey Lameze
ef4109d265
MDL-68225 core_user: apply group filter to participants page
2020-03-27 21:48:20 +08:00
Simey Lameze
8146335ff4
MDL-67913 core_user: refactor participants page to use new filter API
2020-03-16 11:44:31 +08:00
Andrew Nicols
c43bdf5e13
MDL-67913 user: Add participants table filterset
2020-03-16 11:44:31 +08:00
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