Details
-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.2
-
Component/s: General
-
Testing Instructions:
-
Affected Branches:MOODLE_30_STABLE
-
Fixed Branches:MOODLE_32_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull Master Branch:
MDL-50051-master -
Pull Master Diff URL:
-
Story Points:2.67
-
Sprint:3.2 Sprint 3
Description
Go through all functions in lib/deprecatedlib.php and make sure they all:
- display developer debugging message
- have @deprecated since X.X phpdocs token
If some functions do not do any of that, add @deprecated since 3.0 and debugging message.
AFAIK some of functions are still used in Moodle. Make sure to grep !