moodle/admin/user
sam marshall 558cc1b85e MDL-45242 Lib: Replace calls to deprecated functions
In all cases changes have been kept to a minimum while not making
the code completely horrible. For example, there are many instances
where it would probably be better to rewrite a query entirely, but
I have not done that (in order to reduce the risk of changes).
2021-03-10 10:57:10 +00: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-45242 Lib: Replace calls to deprecated functions 2021-03-10 10:57:10 +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-45242 Lib: Replace calls to deprecated functions 2021-03-10 10:57:10 +00:00
user_bulk_download.php MDL-68500 dataformat: re-factor download/export methods into new class. 2020-05-04 16:01:12 +01: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