aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/preprocessorFuzzTest.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Move commandLine from .inc to .phpJames D. Forrester2020-09-281-1/+1
* phan: Enable redundant_condition_detectionUmherirrender2020-07-011-0/+1
* maintenance scripts: Reduce direct references to $wgUserDannyS7122020-06-051-5/+7
* Fix SingleSpaceBeforeSingleLineCommentReedy2020-05-111-1/+1
* Revert "Correct capitalization of BeforeParserFetchTemplateAndTitle hook"Tim Starling2020-04-301-1/+1
* Correct capitalization of BeforeParserFetchTemplateAndTitle hookC. Scott Ananian2020-04-171-1/+1
* Set method visibility on maintenance scriptsUmherirrender2019-11-161-8/+8
* Deprecate Parser implementation methods (will be private in next release)C. Scott Ananian2019-10-291-2/+6
* Fix new phan errors, part 4Daimona Eaytoy2019-10-121-1/+6
* Set public for override of Maintenance functionsUmherirrender2019-10-091-3/+3
* maintenance: Explicitly declare all used propertiesDaimona Eaytoy2019-09-091-0/+7
* Add docblocks to a bunch of methodsDaimona Eaytoy2019-09-081-0/+3
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-1/+1
* Remove all $wgParser use from coreAryeh Gregor2019-04-171-2/+2
* Fix/suppress misc phan errors (#2)Kunal Mehta2019-04-051-1/+1
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-2/+3
* Clean up array() syntax in docs, part VIIAmir Sarabadani2016-09-271-1/+1
* Fix a few incorrect annotationsErik Bernhardson2016-06-301-0/+3
* Try to fix some other broken-looking legacy maintenance script optionsAlex Monk2016-03-121-0/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-8/+8
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-1/+1
* Updated some try-catch statements: MWException -> ExceptionAaron Schulz2015-01-091-1/+1
* Add missing @return and @param to doc blocksumherirrender2014-08-271-0/+1
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-2/+5
* Pass phpcs-strict on maintenance/ (3/8)Siebrand Mazeland2014-04-221-3/+12
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-1/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-1/+1
* Clean up: Declare variables with public instead of varMarius Hoch2012-09-141-9/+9
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()Sam Reed2011-07-011-0/+3
* Per Nikerabbit, fixes for r89176:Alexandre Emsenhuber2011-06-141-3/+3
* Removed useless call to wfLogProfilingData() since profiling is disabled in c...Alexandre Emsenhuber2011-06-021-1/+0
* * make preprocessorFuzzTest.php pass the Title object to Parser, removed chec...Alexandre Emsenhuber2011-05-301-5/+5
* Part of bug 26280: added license headers to PHP files in maintenanceAlexandre Emsenhuber2010-12-161-0/+17
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-3/+3
* Stylize maintenance folder..Sam Reed2010-05-221-10/+10
* Fix for bug 9413 and the related Malayalam issue reported on wikitech-l.Tim Starling2010-01-041-1/+2
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* (bug 18855) Consistently call commandLine.inc with how we more or less do it ...Chad Horohoe2009-08-021-1/+1
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-0/+4
* * Factored out PPD "part" handling into its own class. Verified with differen...Tim Starling2008-01-241-11/+53
* Postcard from linuxland.Tim Starling2008-01-211-10/+45
* A differential fuzz tester for the wikitext preprocessor. My changes don't pa...Tim Starling2007-11-201-0/+156