aboutsummaryrefslogtreecommitdiffstats
path: root/includes/content/ContentHandlerFactory.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* content: Improve class docs for various Content classesTimo Tijhof2025-03-121-7/+2
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-5/+0
* Move remaining four classes in includes/content into Content namespaceJames D. Forrester2024-08-101-1/+0
* Replace some more usages of deprecated MWExceptionDaimona Eaytoy2023-06-091-42/+16
* Do minor code cleanupMatěj Suchánek2022-06-241-1/+1
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Use updated ObjectFactory namespaceAlexander Vorwerk2022-03-091-1/+1
* Cleanup to PageUpdaterFactory and testsDannyS7122021-07-201-1/+1
* Introduce includes/Storage/PageUpdaterFactorydaniel2021-07-191-1/+1
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+3
* Remove unused default values from class propertiesThiemo Kreuz2021-05-121-1/+1
* ContentHandlerFactory: fix confusing typoDannyS7122021-03-141-1/+1
* ContentHandlerFactory: whitespace cleanupDannyS7122020-11-291-10/+14
* ContentHandlerFactory: Inject LoggerInstance instead of using wfDebugLogDannyS7122020-06-011-10/+16
* Hooks::run() call site migrationTim Starling2020-05-301-4/+14
* content: Change log channel to 'ContentHandler'Timo Tijhof2020-05-191-1/+1
* Fix SingleSpaceBeforeSingleLineCommentReedy2020-05-111-2/+2
* Remove auto-generated and empty lines in commentsThiemo Kreuz2020-03-171-1/+0
* Follow up 568491 - remove extra spaceDannyS7122020-03-071-1/+1
* Don't use a dynamic hook name when calling a hookTim Starling2020-02-251-2/+2
* TextConflictHelper: deprecate old constructor signatureArtBaltai2020-02-121-3/+33
* Use ObjectFactory to construct ContentHandlersArtBaltai2020-02-101-29/+44
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-0/+212