Eloy Lafuente (stronk7)
2f27dca60d
Merge branch 'MDL-60548-master-v4' of https://github.com/Dave-B/moodle
2018-04-10 17:14:46 +02:00
David Mudrák
26c1c01629
MDL-61453 user: Fix accepted file type when uploading user pictures
...
Not all archives are supported, only ZIP files are.
2018-02-14 18:06:45 +01:00
David Balch
d2bba97d77
MDL-60548 profile: Clarify some users can always see email addresses.
2018-01-15 12:21:09 +00:00
Andrew Hancox
1744570b2e
MDL-60801 tool_uploaduser: Fix issue with defaults being ignored
2017-11-24 15:29:23 +00:00
Eloy Lafuente (stronk7)
ba854606e6
MDL-60764 versions: bump all versions and requires near release
...
version = 2017111300 release version
requires= 2017110800 current rc2 version
2017-11-10 02:52:53 +01:00
Eloy Lafuente (stronk7)
d989ee1e03
MDL-58853 versions: bump all versions and requires near release
...
version = 2017051500 release version
requires= 2017050500 current rc1 version
2017-05-09 02:58:28 +02:00
Simey Lameze
fdeeaff954
MDL-58265 core_test: replace I turn editing on steps
...
Also remove few more unnecessary steps that redirects behat to
site home page to actually get to the course.
Part of MDL-55611 epic.
2017-04-03 11:37:07 +08:00
Simey Lameze
c987d1b2ef
MDL-58265 core_test: replace all uses of I follow course steps
...
Part of MDL-55611 epic.
2017-04-03 11:37:07 +08:00
Helen Foster
442879042c
MDL-57563 lang: Merge English strings from the en_fix language pack
2017-01-04 22:03:08 +01:00
Mark Nelson
f85800f305
MDL-55062 tool_uploaduser: prevent defaults when not selected
2016-12-13 12:34:42 +08:00
Marina Glancy
e5287f9b3b
MDL-56614 behat: navigate without navigation and admin blocks
2016-12-06 11:49:14 +08:00
Eloy Lafuente (stronk7)
04649747a4
MDL-57197 versions: bump all versions and requires near release
...
version = 2016120500 release version
requires= 2016112900 current rc4 version
2016-11-29 22:57:05 +01:00
Frederic Massart
525ef9c8b4
MDL-51948 core: Patch core areas for LTR forms
...
Part of MDL-55071
2016-09-23 10:55:14 +01:00
Eloy Lafuente (stronk7)
1abca11e0a
MDL-54638 versions: bump all versions and requires near release
...
version = 2016052300 release version
requires= 2016051900 current rc1 version
2016-05-19 02:16:15 +02:00
Simey Lameze
0de3caf616
MDL-54006 tool_uploaduser: check validation result before display warning
2016-05-02 11:45:59 +08:00
Simey Lameze
94a578af82
MDL-52781 tool_uploaduser: add invalid data warnings if validation fails
2016-04-21 15:34:32 +08:00
Simey Lameze
ac9768fc1b
MDL-52781 core_user: replace direct PARAM_ usages.
...
This commit replace as much as possible of clean_param and PARAM_ usages related to user object.
Also few unit tests has been changed to match the new validation
2016-04-21 15:24:36 +08:00
dg711
92cec53b47
MDL-53139 admin: case diff issue with email
2016-03-11 16:27:34 +05:30
Marina Glancy
3da0c3cbf4
MDL-50851 tool_uploaduser: allow to set interests
2016-01-10 15:25:48 +08:00
Marina Glancy
83bef8dabb
MDL-52335 tool_uploaduser: php7 compatibility in variable syntax
2015-12-03 09:31:25 +08: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
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
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
Michael Aherne
bc9837241f
MDL-49280 user: Config for allowing duplicate emails
2015-08-04 08:46:08 +01:00
Eloy Lafuente (stronk7)
26ea380d24
MDL-50102 versions: bump all versions and requires near release
...
version = planned 2015051100 release version
requires= current 2015050500 rc1 version
Note: On purpose, the course format social wrong version (2015102100)
has been kept unmodified. Looking forward a solution right now.
2015-05-05 17:43:19 +02:00
Andrew Nicols
6866527275
MDL-40811 uploaduser: Optimise testuser code
2015-04-21 11:34:00 +08:00
Nadav Kavalerchik
ada407159f
MDL-40881 uploaduser: Validate profile fields unique values
2015-04-13 21:42:26 +03:00
Andrew Nicols
78a57b259a
Merge branch 'MDL-15187-master' of git://github.com/andrewnicols/moodle
2015-04-08 08:33:11 +08:00
Stephen Parry
2a34360ed9
MDL-15187 tool_uploaduser: assign system roles from CSV
...
Added feature to assign/unassign system roles stored in the CSV fields
sysrole1, sysrole2... Roles to be unassigned are prefixed with minus.
2015-04-08 08:32:11 +08:00
Petr Skoda
d6e7a63d9a
MDL-49684 timezones: rewrite timezone support
...
This patch replaces all homegrown timezone
stuff with standard PHP date/time code.
The main change is the introduction of core_date
class that returns normalised user and server
timezones. From now on nobody should be using
$CFG->timezone or $user->timezone directly!
Other new features and fixes:
* admins are prompted for timezone during install
* editing of other users is finally fixed
* timezones are displayed in user profile
* new $this->setTimezone() in phpunit
* time locale is now automatically reset in phpunit
* timezone is now automatically reset in phpunit
* phpunit has Australia/Perth as default timezone
2015-04-06 13:53:51 +12:00
Eloy Lafuente (stronk7)
de881693f7
MDL-48021 bump: Bump all versions to planned release
...
This bumps all versions to planned 2.8 release
(2014111000) version and all the dependencies to
current 2.8rc1 (2014110400)
2014-11-04 17:52:35 +01:00
Marina Glancy
e7bc91579b
MDL-41639 tool_uploaduser: Automatically create cohorts if not found
2014-07-23 14:56:52 +08:00
Marina Glancy
5e9cbe0edc
MDL-37812 tool_uploaduser: apply default values for user preferences
2014-07-08 12:35:44 +08:00
Rajesh Taneja
9363073b22
MDL-45641 event: Manually trigger event where needed.
...
Some places, user_created_user and user_updated_user
events should be triggred after profile data is saved.
2014-06-27 15:44:56 +08:00
Eloy Lafuente (stronk7)
538bf99ece
MDL-45486 Bump all versions to planned release
...
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
Eloy Lafuente (stronk7)
e7b3306a69
Merge branch 'MDL-42885_master' of https://github.com/markn86/moodle
2013-12-03 10:01:19 +01:00
Sam Hemelryk
a59a423926
Merge branch 'MDL-42084-master' of git://github.com/sammarshallou/moodle
2013-12-03 11:12:34 +13:00
Mark Nelson
275d958e62
MDL-42885 tool_uploaduser: removed misleading debugging message
2013-11-26 21:26:03 -08:00
Dan Poltawski
a136e16c8e
Merge branch 'MDL-42547_master' of https://github.com/markn86/moodle
2013-11-25 10:37:33 +08:00
Mark Nelson
7ca44a4963
MDL-42547 tool_uploaduser: trim values before uploading users
2013-11-18 20:07:01 -08:00
Adrian Greeve
a2071fbf7c
MDL-42850 administration: Updated bulk user upload errors to be more descriptive.
2013-11-18 11:36:16 +08:00
sam marshall
3ef7279f26
MDL-42084 Core: Change set_time_limit to core_php_time_limit::raise everywhere
...
Exceptions (places where set_time_limit is still left) are:
Third-party libraries:
ADODB
PHPMailer
Moodle core:
PHPUnit - not relevant (CLI mode)
2013-11-06 16:40:01 +00:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00
Petr Škoda
c3f0f2fd79
MDL-40683 fix user upload form validation problem
2013-10-29 12:05:29 +01:00
Adrian Greeve
c00252fbed
MDL-40683 administration: Include alternate name fields in CSV user import.
...
Removal of firstname and lastname from STD_FIELDS
2013-10-28 09:14:44 +08:00
Adrian Greeve
6f4ece9f57
MDL-40683 libraries: Include alternate name fields in CSV user import.
2013-10-28 09:08:48 +08:00
Sam Hemelryk
c80ef689d5
Merge branch 'wip-mdl-41744' of https://github.com/rajeshtaneja/moodle
2013-10-10 14:40:02 +13:00
Marina Glancy
44cd0b03af
Merge branch 'wip-mdl-38155' of git://github.com/rajeshtaneja/moodle
2013-10-10 11:23:06 +11:00
James Henestofel
6afe875edd
MDL-38155 Enrolments: User can be suspended by bulk upload
...
Added ability to suspend user enrolment during bulk upload,
this can be done by setting enrolstatus field in csv file
2013-10-07 15:24:14 +08:00
Rajesh Taneja
b650fe6a8e
MDL-41744 Users: Convert key to value in bulk upload
...
Menu profile field expects value, during bulk upload if value is passed by form
then options key is passed. So converting key to value if passed though form
2013-10-03 10:16:31 +08:00