moodle/admin/user
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
..
lib.php
user_bulk.php MDL-38511 admin: Allow plugins to define custom bulk actions 2020-01-23 00:29:54 +11:00
user_bulk_cohortadd.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
user_bulk_cohortadd_form.php
user_bulk_confirm.php MDL-29895 core: removed require_login() when not needed 2018-09-10 11:22:50 +02:00
user_bulk_delete.php MDL-62920 user: Uploading deleted user and adding to a cohort 2018-10-11 16:27:07 +02:00
user_bulk_display.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
user_bulk_download.php MDL-28452 core_user: migrate social profile fields 2021-04-21 11:22:25 +02:00
user_bulk_forcepasswordchange.php MDL-29895 core: removed require_login() when not needed 2018-09-10 11:22:50 +02:00
user_bulk_forms.php Merge branch 'MDL-38511-bulk-actions' of https://github.com/brendanheywood/moodle 2020-01-28 11:10:17 +08:00
user_bulk_message.php MDL-65015 core_message: add trusttext cleaning to messaging 2019-04-07 10:56:53 +02:00
user_message_form.php