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
Cameron Ball
80ef91effa
MDL-51290 user: Expand picture section in profile by default
2015-09-14 17:49:48 +08:00
Dan Poltawski
f1352da1ba
Merge branch 'wip-MDL-27177-master' of git://github.com/abgreeve/moodle
2015-08-25 09:55:00 +01:00
Adrian Greeve
4fc7b6a07b
MDL-27177 roles: Update to behat full profile tests.
2015-08-25 09:43:17 +08:00
Adrian Greeve
82e4d43842
MDL-27177 roles: Unit test for newly created function.
2015-08-25 09:43:17 +08:00
Adrian Greeve
66a43cd543
MDL-27177 roles: Allow students to see co-students profiles.
...
If the student shares a course with another student then let them
see the same detail on the full profile page as they do on the
course profile page.
2015-08-25 09:43:17 +08:00
David Monllao
9502083292
MDL-49280 auth: Rewording duplicate emails setting
...
From allowuserstoshareemailaddresses to allowaccountssameemail, also
changing lang strings.
2015-08-20 12:56:11 +08:00
Marina Glancy
97b1867f0f
MDL-50683 user: add default choice
2015-08-18 10:01:11 +08:00
Dan Poltawski
cfeadc66b0
Merge branch 'MDL-49280-m' of https://github.com/micaherne/moodle
2015-08-17 15:03:59 +01:00
David Monllao
c68b32067e
MDL-50839 user: realuseravatar should also read avatarsize
2015-08-12 08:39:07 +08:00
David Monllao
f2e50523d1
Merge branch 'MDL-50839-master' of git://github.com/Dave-B/moodle
2015-08-12 08:32:11 +08:00
David Balch
9dcd50358a
MDL-50839 user_menu: Allow themes to set User menu avatar size.
...
Added an @array "options" parameter to user_get_user_navigation_info(),
for passing in avatarsize, and possibly other options in future.
Also removed an errant parameter in the /lib/outputrenderers.php
user_get_user_navigation_info() call, as there was no corresponding
parameter in the function definition.
(Test written by Jetha Chan.)
2015-08-11 13:57:17 +01:00
Marina Glancy
7f0c7f01c0
MDL-51062 behat: permission steps should work without js
2015-08-09 20:33:27 +08:00
Michael Aherne
bc9837241f
MDL-49280 user: Config for allowing duplicate emails
2015-08-04 08:46:08 +01:00
Dan Poltawski
5dee13ee92
Merge branch 'MDL-49360-master' of git://github.com/lameze/moodle
2015-07-27 12:08:46 +01:00
Simey Lameze
dcee0b9447
MDL-49360 core_lib: add new method get_local_referer()
...
This commit also replace all usages of $_SERVER['HTTP_REFERER'] and get_referer().
2015-07-27 11:11:24 +08:00
David Monllao
592ea4b975
MDL-50645 cache: get_plugins_with_function for more than one plugintype
2015-07-20 20:22:04 +02:00
Juan Leyva
1c2b788256
MDL-49796 webservices: Fix the functions description
2015-07-14 11:31:57 +02:00
Dan Poltawski
28f2335d61
Merge branch 'MDL-50653' of https://github.com/bmbrands/moodle
2015-07-07 08:52:37 +01:00
Eloy Lafuente (stronk7)
e96e66aa16
MDL-50130 todo: Conditional code to be changed to API by MDL-50728
2015-06-30 19:56:48 +02:00
Juan Leyva
f804c73055
MDL-50130 users: Filter profile fields data in external functions
2015-06-30 19:52:19 +02:00
David Monllao
21a0a68196
Merge branch 'MDL-50646-master-preflang' of git://github.com/mudrd8mz/moodle
2015-06-29 13:35:44 +08:00
Bas Brands
bffb1c15b3
MDL-50653 user: forgotten closing div tag on the page
...
The /user/view.php was missing a closing div for the <div class="description">
causing the page grid to break on any Bootstrap 3 based theme.
2015-06-24 08:36:52 +02:00
Davo Smith
1a6448fded
MDL-29763 portfolio: add helpful description to the page
2015-06-19 14:54:58 +01:00
David Mudrák
7e670032bf
MDL-50646 admin: Use site default lang as new user's preferred lang
...
As a result of MDL-49632, the preferred language is no longer part of
the "Add a new user" form. So the lang property is not passed to the
user_create_user() when creating a new user and the value always falls
back to "en" (which is the default defined in the database for this
column).
This patch makes sure that the site default language is used in such
case.
2015-06-19 13:25:44 +02:00