-
Task
-
Resolution: Deferred
-
Minor
-
None
-
3.7
-
None
-
MOODLE_37_STABLE
From MDL-65168:
2) About the @package and @category phpdocs... (reported by cibot) I've been reviewing the history, and really we have had a bad history there.
Correct alternatives are (for code):
a) package = core (the component)
b) category = dml (the API).And for tests:
a) package = core (the component)
b) category = test (the API).Note that there is
MDL-31457about to consider dml and ddl APIs, but that never came to reality. Until then... they are "just" core APIs, hence the above. Also, it seems that we fixed all the bad uses @MDL-30972, just to move back to the incorrect ones few months later @MDL-32003.
So this is about to:
1) Decide if MDL-31457 should be done or no.
2) With 1) decided, apply for the correct @package and @category over all the dml/ddl stuff.
Ciao
- has a non-specific relationship to
-
MDL-32003 Cleanup coding after everything else is closed
-
- Closed
-
-
MDL-30972 dml API, phpdocs and devdocs
-
- Closed
-
- is blocked by
-
MDL-31457 separate dml and ddl instantiations from core API - '@package core' for API and 'core_dml' & 'core_ddl' for implementations
-
- Closed
-
- Testing discovered
-
MDL-65168 Move preload SQL functions to new class
-
- Closed
-