Meirza
e2d5d50276
MDL-77336 admin: Added class properties that are not declared.
...
In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.
2023-03-06 16:44:06 +07:00
Paul Holden
efbe491826
MDL-61458 tool_cohortroles: switch to core user/cohort form elements.
...
Remove last dependency on tool_lp plugin.
2023-02-27 12:20:16 +00:00
Eloy Lafuente (stronk7)
68a6915c06
Merge branch 'MDL-68635' of https://github.com/paulholden/moodle
2021-04-06 22:23:15 +02:00
Paul Holden
7107649bc8
MDL-68635 tool_cohortroles: observe user initial table filter.
2021-03-29 14:12:36 +01:00
sam marshall
5e72715e4f
MDL-71099 Lib: Move new user_fields class from core to core_user
...
This class would belong more appropriately within the 'user' API
(core_user) instead of within the 'core' API, since it is
directly related to user data.
Since the class has only just been added to Moodle, now is a good
time to move it.
2021-03-25 13:47:23 +00:00
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
Jake Dallimore
94eabe36df
MDL-67458 tool_cohortroles: remove role mapping for deleted roles
...
Before syncing anything, clean up records pointing to deleted roles.
2019-12-11 09:33:10 +08:00
cescobedo
7b5f4a62c1
MDL-66257 tool_cohortroles: Unassign the role on removal cohortroles.
2019-11-07 23:47:17 +08:00
Mihail Geshoski
a128601eb3
MDL-63671 tool_cohortroles: Limit data to the system context in provider
2018-11-08 16:06:43 +08:00
Mihail Geshoski
3c0290a9fb
MDL-63624 tool_cohortroles: Add support for removal of context users
...
This issue is part of the MDL-62560 Epic.
2018-10-31 11:08:49 +08:00
Eloy Lafuente (stronk7)
1b4983fc90
Merge branch 'MDL-61979-master' of git://github.com/zig-moodle/moodle
2018-04-26 02:44:16 +02:00
David Monllao
99775a9f22
Merge branch 'MDL-62018-master' of git://github.com/sarjona/moodle
2018-04-18 18:23:32 +02:00
Zig Tan
bcc08d3b5e
MDL-61979 tool_cohortroles: Implemented privacy providers
2018-04-18 10:50:27 +08:00
Sara Arjona
bfea8655f7
MDL-61421 cohort: Fix cohort_role_sync when a user is in two cohorts
2018-02-12 08:55:38 +01:00
Dan Marsden
3e080111f9
MDL-60421 tool_cohortroles: fix deprecated call.
2018-02-01 20:58:31 +13:00
Damyon Wiese
9c91a9593d
MDL-57273 core: Remove magic setters and getters
...
Remove the magic getters and setters from persistent. They are deprecated only in the persistent
class for competencies.
2017-01-20 12:56:19 +08:00
Frederic Massart
a6a722d4ba
MDL-53700 competency: Migrating other competency related plugins
2016-04-18 11:06:00 +08:00
Issam Taboubi
5548789716
MDL-53608 tool_lp: Replace deprecated method notify_message
2016-04-18 10:59:01 +08:00
Frederic Massart
96c2b8477f
MDL-53453 cbe: PHP Docs and coding style adjustments
2016-04-18 10:58:57 +08:00
Frederic Massart
a8bb12db6c
MDL-51037 tool_cohortroles: Actions column not sortable and at far right
2016-04-18 10:58:55 +08:00
Damyon Wiese
08f4278ce0
MDL-51037 cbe: New admin tool "Cohort roles"
2016-04-18 10:58:55 +08:00