Details
-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.2
-
Fix Version/s: 3.2
-
Component/s: General
-
Testing Instructions:
-
Affected Branches:MOODLE_32_STABLE
-
Fixed Branches:MOODLE_32_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull Master Branch:
MDL-54984-master -
Pull Master Diff URL:
-
Story Points:1
-
Sprint:3.2 Sprint 3
Description
From Russell Smith, in devs chat:
As a current example, the MUC is_persist set of functions was deprecated in 2.6, and is still there. At what point is it possible to remove it?
It seems that we missed those (have not found them in this epic list), and there are a number of them:
|
$ ag 'deprecated since 2.'
classes/definition.php
251: * @deprecated since 2.9
848: * @deprecated since 2.6
878: * @deprecated since 2.6
classes/store.php
269: * @deprecated since 2.5
classes/loaders.php
954: * @deprecated since 2.6
976: * @deprecated since 2.6
1003: * @deprecated since 2.6
1058: * @deprecated since 2.6
1109: * @deprecated since 2.6
tests/fixtures/lib.php
299: * @deprecated since 2.9
Ciao