Marina Glancy
6ed74faf27
MDL-55425 user: allow to update another user editor pref
2016-08-05 09:39:36 +08:00
Dani Palou
044de08f20
MDL-54928 notifications: Add username to emailto users
2016-07-05 10:36:20 +02:00
Cameron Ball
7a010b1896
MDL-35104 auth: Always allow editing username for new users
2016-06-22 15:03:47 +08:00
Cameron Ball
cbce72a73a
MDL-35104 auth: Don't allow modification of username
...
Presently it is either unreliable, or not possible to change
the username of a user created with an authentication plugin.
In some cases it is even hard coded to fail. Ideally we would
sync the username, and the issue MDL-21928 exists to address
that. However, in the mean time we should not allow the
username of an external user to be modified.
2016-06-21 11:14:29 +08:00
Nicholas Hoobin
2ad35901a5
MDL-53788 user: fix aggressive course cache rebuilding
2016-06-15 10:44:54 +10:00
Cameron Ball
9d661b7030
MDL-43887 formslib: Allow not set date field
...
Previously if the date field was not enabled it would
be treated as having value 0. A bug would allow this 0
to pass through and save the date as 1 January 1970
2016-05-27 01:53:32 +08:00
Dan Poltawski
3d9c67b089
Merge branch 'MDL-54042-30' of git://github.com/damyon/moodle into MOODLE_30_STABLE
2016-05-06 14:08:59 +01:00
Damyon Wiese
845f0cf71e
MDL-54042 user: Add unit test to cover change
2016-05-06 16:40:59 +08:00
Frederic Massart
f1a4d829e3
MDL-53954 user: Prevent locked profile fields from being edited
2016-05-06 09:44:20 +08:00
Jun Pataleta
85380c6b61
MDL-52433 user: Remove unnecessary capability check
2016-03-08 12:24:04 +01:00
Eloy Lafuente (stronk7)
be82fa5053
Merge branch 'MDL-52938-30' of git://github.com/marinaglancy/moodle into MOODLE_30_STABLE
2016-02-09 00:30:44 +01:00
Marina Glancy
18ff1708e4
MDL-52938 mod_forum: check global setting to track forum posts
2016-02-02 10:54:59 +08:00
David Mudrák
73f2ca5411
MDL-52831 users: Automatically strip whitespace from name fields
...
This change prevents from registering and/or saving the profile of a
user with the whitespace instead of the required name.
Additionally, there is accessibility improvement for better error labels
in case of missing values (copied over from signup_form).
2016-01-19 21:32:42 +01:00
Andrew Nicols
ce9eec227b
Merge branch 'MDL-52649-30' of git://github.com/junpataleta/moodle into MOODLE_30_STABLE
2016-01-13 09:00:46 +08:00
Andrew Nicols
63265e4709
Merge branch 'MDL-52610_30' of git://github.com/dmonllao/moodle into MOODLE_30_STABLE
2016-01-12 14:33:32 +08:00
David Monllao
140b58502c
MDL-52610 user: Honour allowaccountssameemail in create_users ws
...
Credit to Dmitriy Kuzevanov.
2016-01-12 13:57:11 +08:00
Jun Pataleta
6b1ca71974
MDL-52649 user: Add check for potentially undefined variables
2016-01-12 08:57:08 +08:00
Dan Poltawski
a85c16aea5
MDL-38020 participants: Use consistent link for editing enrollments
...
Previously the role assignment url was used when a role was selected, but
this page doesn't enrol users into the course (its the old 1.9 way
before we had the enrollments table).
2015-12-30 15:26:38 +00:00
David Monllao
66a28fbaa4
Merge branch 'MDL-51257-30' of git://github.com/cameron1729/moodle into MOODLE_30_STABLE
2015-12-21 17:33:05 +08:00
Marina Glancy
345f365555
MDL-51784 various: use __construct() for PHP7 compatibility
2015-12-11 13:53:59 +08:00
Cameron Ball
bf68d558af
MDL-51257 messages: Improve message form.
...
- Add sudmit button
- Add formchangechecker
- Update behat tests
2015-12-03 10:23:43 +08:00
John Okely
9c461eae4e
MDL-52260 user: Fix error when saving profile with locked field
2015-11-27 11:02:45 +08:00
Dan Poltawski
184169cd76
MDL-47065 notes: prevent empty spaces added as note
...
(And updated behat test for this test case)
2015-11-16 15:21:00 +08:00
Dan Poltawski
6ccff3ba5d
MDL-47065 notes: don't add blank notes
...
Previously the logic was wrong and was proceeding to add a note
when content was missing.
Also add behat coverage for adding notes to participants (this test is
not perfect, but better than zero coverage we had before).
2015-11-16 15:15:24 +08:00
Eloy Lafuente (stronk7)
f509e2e0a2
Merge branch 'MDL-50781-master' of git://github.com/danpoltawski/moodle
2015-11-10 20:13:21 +01:00
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Dan Poltawski
2f3e84c132
Merge branch 'MDL-51837-master' of git://github.com/junpataleta/moodle
2015-11-09 11:33:00 +00:00
Rajesh Taneja
7b4933db3a
MDL-51685 unittest: Test functionality individually
2015-11-06 11:14:17 +01:00
Dani Palou
1f7273af6a
MDL-51685 user: Support gravatar images in user_get_user_details
2015-11-04 08:40:19 +01:00
Dan Poltawski
24c3db91a4
MDL-50781 user: do not print useless table cell
...
Thanks to Maurício Severo da Silva for the patch
2015-11-03 10:51:49 +00:00
rajesh Taneja
4b274a10c2
MDL-51981 behat: No need for JS tag
...
This scenario crashes win-chrome and probably
other comninations. Looking at this, it seems
js tag is not needed, so removing js tag to make
it pass on all OS
2015-10-30 11:29:52 +08:00
Kevin Wiliarty
b71890687a
MDL-51834 auth,profile: locks custom fields based on auth settings
2015-10-22 23:39:49 -04:00
Jun Pataleta
b47454f6b7
MDL-51837 user: Check if user email is set on validation
...
Add a check if the user's email is set before performing validation on
the user's email address. This is to prevent the warning messages to
be shown in the case of a pending email change which causes the user's
email field to be not included in the Edit profile form.
2015-10-19 16:50:01 -05:00
Andrew Nicols
3648d7963a
Merge branch 'MDL-51427-master' of git://github.com/marinaglancy/moodle
2015-10-13 10:13:43 +08:00
Dan Poltawski
4a06e40908
Merge branch 'MDL-50142_master' of https://github.com/dmonllao/moodle
2015-10-07 12:19:13 +01:00
Ben Tindell
f611319ed4
MDL-50142 user: context sensitive help
...
Added context sensitive help to
Edit Profile > Text Editor
2015-10-05 09:32:32 +08:00
Marina Glancy
810805da9e
MDL-51636 core_tag: allow setting tags in generators
2015-10-04 22:25:37 +08:00
Eloy Lafuente (stronk7)
c75b891ba7
Merge branch 'MDL-49821-master-master' of git://github.com/jleyva/moodle
2015-10-01 01:26:58 +02:00
David Monllao
161649644d
Merge branch 'MDL-51415-master' of git://github.com/jleyva/moodle
2015-09-30 14:15:29 +08:00
David Monllao
07d370849b
MDL-42639 user: user:viewalldetails enough to view some fields
...
The fields are:
- username
- idnumber
- institution
- department
2015-09-29 16:55:14 +08:00
Juan Leyva
4485f7c549
MDL-49821 webservice: Add active user checks in external functions
2015-09-25 11:33:13 +02:00
Andrew Nicols
dcfae879e9
MDL-51172 core: Adjust WS help strings
2015-09-24 15:37:12 +02:00
Andrew Nicols
fff882dd8a
Merge branch 'MDL-51182' of https://github.com/danielneis/moodle
2015-09-24 15:37:11 +02:00
Juan Leyva
48a90a215b
MDL-51415 webservice: Check course access using can_access_course()
...
This function check both user enrolled and course:view capabilities
2015-09-22 15:29:49 +02:00
Dan Poltawski
b3e959497e
Merge branch 'wip-MDL-50917-master' of git://github.com/abgreeve/moodle
2015-09-22 09:15:57 +01:00
Adrian Greeve
d64845996b
MDL-50917 navigation: Behat tests for viewing user preference page.
2015-09-22 10:57:52 +08:00
Adrian Greeve
0305ee2781
MDL-50917 navigation: Allow users with permission to access preferences.
2015-09-22 10:57:51 +08:00
Daniel Neis Araujo
e71a336cac
MDL-51182 webservices: generate passwords and mail them to new users
2015-09-18 15:40:07 -03:00
Frederic Massart
ad347f6874
MDL-46878 my: Allow admins to reset everyone's dashboard
2015-09-18 11:40:09 +08:00
Marina Glancy
70fb46c87f
MDL-51427 user: correctly use strings for phone1 and phone2
...
Thanks to Olumuyiwa Taiwo for original patch
AMOS BEGIN
CPY [phone,core],[phone1,core]
AMOS END
2015-09-16 13:37:46 +08:00