Shamim Rezaie
3805f25a76
MDL-72689 theme_boost: Move the primary nav test to theme_boost
2021-10-13 01:50:11 +11:00
Shamim Rezaie
045ca2f1f0
Merge branch 'MDL-72689-master' of https://github.com/sharidas/moodle
2021-10-11 20:11:44 +11:00
Ilya Tregubov
843066ecf4
Merge branch 'MDL-72091-rebase-3' of https://github.com/Chocolate-lightning/moodle
2021-10-11 14:46:54 +07:00
Mathew May
dba47e8641
MDL-72091 Navigation: Update navigation to match designs
2021-10-11 12:20:34 +08:00
Ilya Tregubov
d59782d1c3
Merge branch 'MDL-72305-master' of git://github.com/bmbrands/moodle
2021-10-11 10:02:00 +07:00
Sujith Haridasan
28f4ab461e
MDL-72689 core_navigation: Respect homepage preference
...
If defaulthomepage is set to Dashboard then Site home link
in the primary navigation should point to "/?redirect=0"
2021-10-08 10:46:40 +05:30
Andrew Nicols
123c8dd896
Merge branch 'MDL-71347' of https://github.com/paulholden/moodle
2021-10-01 10:26:56 +08:00
Bas Brands
16c726cde7
MDL-71610 core_behat: use new edit mode step in feature files
2021-09-29 09:25:36 +02:00
Bas Brands
646109ec3b
MDL-72305 theme_boost: user initials as profile picture placeholder
2021-09-27 14:02:45 +02:00
Eloy Lafuente (stronk7)
b889f9f3f6
Merge branch 'MDL-72110-master-v3' of https://github.com/sharidas/moodle
2021-09-22 20:00:18 +02:00
Andrew Nicols
9fb596408d
MDL-69364 enrol: Improve cohort test
2021-09-20 12:07:30 +08:00
Jun Pataleta
385438b463
Merge branch 'MDL-72589' of https://github.com/stronk7/moodle
2021-09-16 09:46:56 +08:00
Eloy Lafuente (stronk7)
9f9fe79c26
MDL-72589 behat: Add @skip_chrome_zerosize to failing scenarios
...
All the scenarios failing with Chrome zero-size errors are
getting the @skip_chrome_zerosize to be able to keep them apart from
regular runs. See MDL-71108 for more information about
that error.
They will be run by another job, specifically using that tag to
keep them failing and under control.
2021-09-15 20:25:11 +02:00
Mihail Geshoski
7d821080f0
MDL-72093 navigation: Update behat tests
2021-09-14 12:02:35 +08:00
Paul Holden
a6f9bad45b
MDL-71347 user: add time created filter to browse users page.
...
AMOS BEGIN
CPY [timecreated,core_contentbank],[timecreated,moodle]
AMOS END
2021-09-14 00:45:19 +01:00
Sujith Haridasan
16e939fe2c
MDL-72110 core_navigation: home page preference
...
Admin should respect the home page preference set
just like any other user. Also when user preference
is set to dashboard, the home points to the dashboard
and the dashboard should become "Site home" which would
point to Site home.
2021-08-27 10:05:48 +05:30
Jun Pataleta
4e75e73cb5
Merge branch 'primary_secondary_nav' of https://github.com/Chocolate-lightning/moodle
2021-08-25 10:42:57 +08:00
Peter Dias
dfefc86393
MDL-72032 core: Add roles to items
...
- Part of: MDL-69588
2021-08-23 17:47:22 +08:00
Peter Dias
25e178aa59
MDL-71148 core_navigation: Move unauthenticated user checks to the lib
...
- Part of: MDL-69588
Added conditional information in user_get_user_navigation_info for
when a user is unauthenticated.
2021-08-23 17:45:55 +08:00
Andrew Nicols
891d1bfad3
MDL-71055 behat: Update core settings to use generator
...
These changes have only been applied to settings which were already
using settings names and values, but which were still using the UI.
2021-08-23 12:23:03 +08:00
Amaia Anabitarte
9108771ea3
MDL-71621 core_user: Parents could edit custom fields in child profile
2021-07-23 12:51:39 +02:00
Paul Holden
4098af1c52
MDL-26171 user: implement method for retrieving fullname via SQL.
2021-06-29 16:35:35 +01:00
Andrew Nicols
f7222e6ee4
Merge branch 'MDL-71559-master' of https://github.com/sammarshallou/moodle
2021-06-10 10:57:26 +08:00
Matt Porritt
8281261b5a
MDL-69194 user: make core_user_update_users return warnings
...
Add unit test coverage for the new warning scenarios.
2021-06-08 01:24:48 +00:00
sam marshall
007cde2eab
MDL-71559 core_user: Fields support for PROFILE_VISIBLE_TEACHERS
2021-06-03 11:23:06 +01:00
David Mudrák
ad30fde448
MDL-71425 lang: Fix reworded strings in tests
2021-05-04 17:45:18 +02:00
Ilya Tregubov
cf1cf222e7
MDL-66431 core: Fix behat tests.
...
Move activity creation to data generators. Only fixing those
tests failing due to removing usemodchooser preference.
2021-05-01 16:22:03 +02:00
Marina Glancy
8974874018
MDL-71051 core_user: create user profile field form is now modal form
2021-04-28 11:47:22 +02:00
Marina Glancy
880aff7bf9
MDL-71051 core_user: move edit profile category form to classes
2021-04-28 11:47:22 +02:00
Marina Glancy
ef3d6a3d70
MDL-71051 core_user: use user profile generator in all tests
2021-04-28 11:47:21 +02:00
Marina Glancy
5682b9a585
MDL-71051 core_user: always use API when working with profile fields
2021-04-28 11:39:04 +02:00
Bas Brands
0fe5d5faa8
MDL-28452 core_user: add custom profilefield capability
...
Add a setting to show custom profilefields to self or others
with capability moodle/sit:viewuseridentity in the course context only
2021-04-21 11:22:31 +02:00
Bas Brands
f9e1c2587a
MDL-28452 core_user: migrate social profile fields
...
Create a new profile field type, move all existing content of the fields
'icq', 'skype', 'aim', 'yahoo', 'msn' and 'url' in the mdl_user table to
theses new profile fields if needed.
AMOS BEGIN
MOV [aimid,core],[aimid,courseimage,profilefield_social]
MOV [yahooid,core],[yahooid,profilefield_social]
MOV [skypeid,core],[skypeid,profilefield_social]
MOV [icqnumber,core],[icqnumber,profilefield_social]
MOV [msnid,core],[msnid,profilefield_social]
MOV [webpage,core],[webpage,profilefield_social]
AMOS END
2021-04-21 11:22:25 +02:00
sam marshall
efb9654dcb
MDL-71131 Admin: Users page incorrectly showing all name fields
2021-03-25 13:49:39 +00:00
sam marshall
5e72715e4f
MDL-71099 Lib: Move new user_fields class from core to core_user
...
This class would belong more appropriately within the 'user' API
(core_user) instead of within the 'core' API, since it is
directly related to user data.
Since the class has only just been added to Moodle, now is a good
time to move it.
2021-03-25 13:47:23 +00:00
Eloy Lafuente (stronk7)
c9912e2c0e
Merge branch 'MDL-70565' of git://github.com/paulholden/moodle
2021-03-16 22:48:57 +01:00
Eloy Lafuente (stronk7)
f0733b2f41
Merge branch 'MDL-67748-master-managewebservices' of git://github.com/mudrd8mz/moodle
2021-03-16 19:02:10 +01:00
David Mudrák
f51d3a81d6
MDL-67748 user: Add a new core_user_search_identity external function
...
The purpose of this external function is to provide data for
asynchronous user selectors and similar widgets. It allows to search
users matching the given query in their name or other available identity
fields.
2021-03-15 21:24:05 +01:00
David Mudrák
614036d797
MDL-67748 user: Fix @link docs tag usage
...
Not related to this issue, just spotted while working on it.
2021-03-15 21:21:43 +01:00
Eloy Lafuente (stronk7)
695f75373b
Merge branch 'MDL-69474-master' of https://github.com/NashTechOpenUniversity/moodle
2021-03-15 16:27:02 +01:00
Paul Holden
be2862fe6f
MDL-70565 user: filter course participants by country.
2021-03-12 09:50:05 +00:00
hiendinh
bc6997a889
MDL-69474 Accessibility: Profile image changes
2021-03-11 16:29:11 +07:00
Adrian Greeve
baa906485c
Merge branch 'MDL-66025' of git://github.com/paulholden/moodle
2021-03-11 11:46:34 +08:00
sam marshall
e86ead1d91
MDL-45242 Course: Participants list supports custom profile fields
2021-03-10 10:57:11 +00:00
sam marshall
677e1c6248
MDL-45242 Lib: Allow custom profile fields in showuseridentity
2021-03-08 09:20:18 +00:00
Paul Holden
3112712ec3
MDL-66025 user: require message content in bulk action.
...
Also import missing 'core/notification' dependency.
2021-02-14 20:09:18 +00:00
Sara Arjona
927f2dc46d
Merge branch 'MDL-51287-master' of https://github.com/SangNguyenAnh/moodle
2021-02-08 11:28:54 +01:00
sangnguyen
1d50e833e0
MDL-51287 Profile: Should notify users that changes are saved
2021-02-04 14:54:12 +07:00
Sara Arjona
09cfed9186
Merge branch 'MDL-70439-master' of https://github.com/DinhHien0307/moodle
2021-02-03 13:03:02 +01:00
hiendinh
c3b7e5fe16
MDL-70439 Profile: Indicate user email address settings on own profile
2021-01-27 13:37:18 +07:00