Will probably need a lot of refactoring given the entire thing is mostly static. I'm imagining something like ApiModuleManager.
Version: 1.24rc
Severity: normal
Will probably need a lot of refactoring given the entire thing is mostly static. I'm imagining something like ApiModuleManager.
Version: 1.24rc
Severity: normal
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Declined | TTO | T16264 Import sources should be maintained by stewards | |||
| Resolved | None | T46294 MWException error - Error: invalid magic word 'speciale' | |||
| Open | Feature | None | T28992 Implement configuration database aka configuration management aka no shell excuse | ||
| Open | None | T11968 Reduce use of global and public variables | |||
| Open | None | T294739 remove configuration access via global variables in core | |||
| Open | None | T71084 Convert things to use Config classes instead of globals | |||
| Resolved | None | T71256 SpecialPageFactory: Use Config instead of globals |
This has been addressed with T222388: Create a mechanism for SpecialPages and API modules to have dependencies injected into them and before, as all the static methods were removed.