aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialRunJobs.php
Commit message (Expand)AuthorAgeFilesLines
* SpecialRunJobs: Use wfHttpError to generate error messagesFomafix2016-12-141-10/+6
* Reduce problems caused by $wgRunJobsAsyncAaron Schulz2016-08-221-1/+0
* SpecialRunJobs: delegate error handling to MWExceptionHandlerBryan Davis2016-04-141-2/+5
* Convert all array() syntax to []Kunal Mehta2016-02-171-4/+4
* Define which SpecialPage classes expect write vs read modeAaron Schulz2016-01-141-0/+4
* Avoid "headers already sent" error in jobs for UseDC cookieAaron Schulz2015-11-021-0/+7
* Use HttpStatus::header instead of manually crafting header()Timo Tijhof2015-06-041-8/+7
* Move MWLogger classes to MediaWiki\Logger namespaceBryan Davis2015-04-031-1/+3
* Fix phpcs errors and warnings in includes/specialsKunal Mehta2015-03-161-3/+4
* Convert JobRunner to PSR-3 loggerBryan Davis2015-01-261-1/+1
* SpecialRunJobs: Use Config instead of globalFlorian2014-08-271-5/+4
* Refactored duplicated code into JobRunner.phpAaron Schulz2014-07-251-58/+20
* Remove colon after @deprecated/@param/@todo/@noteumherirrender2014-07-241-1/+1
* Add hash_equals() fallback and use itKevin Israel2014-05-281-13/+1
* Pass phpcs-strict on includes/specials/ (3/3)Siebrand Mazeland2014-05-101-2/+3
* Fixed some @params documentation (includes/[specialpage|specials])umherirrender2014-04-191-1/+1
* Rollback transaction in case of uncaught exceptions during jobBrian Wolff2014-04-051-0/+1
* Update formatting for includes/specials/Siebrand Mazeland2014-03-231-1/+5
* Use square brackets instead of curly braces for char of a stringumherirrender2014-03-191-1/+1
* Avoid header notice log spam from RunJobs APIAaron Schulz2014-03-181-0/+157