aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/importSiteScripts.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-041-0/+1
* maintenance: add transaction round wrapper methods to MaintenanceAaron Schulz2024-11-051-14/+23
* Switch over a bunch of class_alias uses to actualsJames D. Forrester2024-10-031-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Add namespace and deprecation alias to FormatJsonEbrahim Byagowi2024-05-161-0/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-3/+2
* Replace substr with cleaner string methodsMatěj Suchánek2023-05-201-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move StubObject classes in includes to its own directoryAmir Sarabadani2022-10-251-0/+1
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Emit deprecation warnings reading from $wgUserDannyS7122021-09-151-3/+1
* Use WikiPage::doUserEditContent() instead of ::doEditContent()DannyS7122021-06-281-1/+1
* Replace deprecated WikiPage::factory/newFromID in maintenance scriptsUmherirrender2020-11-121-3/+5
* Deprecate the Http classAryeh Gregor2019-05-061-2/+6
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-8/+8
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* User: Mostly remove password handlingBrad Jorsch2015-10-131-1/+6
* Profile all external HTTP requests from MWChad Horohoe2015-03-031-2/+2
* findHooks.php, importSiteScripts.php: Use format=jsonKevin Israel2014-09-211-14/+21
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-3/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Cleanup of Wikidata branch.daniel2012-10-081-7/+2
* merged masterdaniel2012-08-291-1/+1
* Revert "merged master"Daniel Kinzler2012-08-291-1/+1
* merged masterdaniel2012-08-291-1/+1
* Replace usage of doEdit() with doEditContent()daniel2012-08-281-1/+2
* merging latest masterdaniel2012-08-201-2/+7
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-241-15/+20
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-06-141-0/+16
* Fix doc for maintenance/Antoine Musso2012-02-081-1/+4
* * Use WikiPage instead of Article to call doEdit()Alexandre Emsenhuber2012-01-081-5/+12
* Maintenance script to import all scripts in the MediaWiki namespace from a lo...Bryan Tong Minh2011-02-281-0/+76