aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/view.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Use more of namespaced Maintenance classReedy2024-10-161-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Add namespace and deprecation alias to TextContentEbrahim Byagowi2024-05-191-0/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Replace deprecated WikiPage::factory/newFromID in maintenance scriptsUmherirrender2020-11-121-1/+2
* Add check for page existenceAmmar Abdulhamid2020-03-091-0/+4
* maintenance: Avoid usage of deprecated Revision::* constantsDerick Alangi2019-07-211-1/+3
* maintenance: Deprecate Maintenance::hasArg/getArg with no paramThiemo Kreuz2019-03-291-1/+1
* Refactor calls to deprecated function Content::getNativeData()Bill Pirkle2019-02-151-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-3/+3
* Add maintenance/view.php for viewing page contentsBartosz DziewoƄski2016-11-231-0/+59