aboutsummaryrefslogtreecommitdiffstats
path: root/includes/poolcounter/PoolWorkArticleView.php
Commit message (Expand)AuthorAgeFilesLines
* poolcounter: Avoid calling parent::doWork in PoolWorkArticleView classesThiemo Kreuz2022-05-131-4/+10
* Inline trivial getter in PoolWorkArticleViewThiemo Kreuz2022-04-261-11/+2
* Untangle dependencies between PoolWorkArticleView subclassesThiemo Kreuz2022-04-111-31/+1
* Change ParserOutputAccess workers to work with Status objectsThiemo Kreuz2022-04-081-34/+9
* Move "dirty" logic to PoolWorkArticleView subclass that uses itThiemo Kreuz2022-04-081-24/+0
* Add slow-parsoid log channelTim Starling2021-09-151-2/+1
* PoolWorkArticleView: inject loggerdaniel2020-11-181-2/+19
* Extract PoolWorlArticleViewCurrentdaniel2020-11-171-104/+31
* Clean up PoolWorkArticleViewdaniel2020-11-161-102/+35
* Introduce ParserOutputAccessdaniel2020-11-101-0/+6
* build: Updating mediawiki/mediawiki-codesniffer to 32.0.0Umherirrender2020-10-281-1/+1
* Deprecate ParserCache::getKey and replace it with getMetadataPetr Pchelko2020-10-131-5/+4
* Add message text to `slow-parse` log entriesDannyS7122020-10-131-1/+1
* Fast stale ParserCache responsesTim Starling2020-06-051-4/+42
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-4/+4
* Replace uses and hard deprecate Article:: and WikiPage::getRevisionDannyS7122020-04-201-5/+13
* Avoid/Replace usage of deprecated `wfMemcKey()` functionDerick Alangi2019-05-021-1/+3
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-4/+4
* Add audience parameter to PoolWorkArticleViewGergő Tisza2018-10-021-3/+8
* Add constant for the name of the 'main' slot for MCRGergő Tisza2018-09-241-1/+2
* Use RevisionRenderer for rendering ParserOutputdaniel2018-09-111-26/+69
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* poolcounter: Fix type hint for PoolWorkArticleView::getParserOutputThiemo Mättig2018-01-241-1/+1
* Avoid using the deprecated ParserCache::singleton()Kunal Mehta2017-09-091-4/+9
* includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* Include numerical namespace in slow-parse.logKunal Mehta2016-12-091-0/+1
* Clean up PoolWorkArticleView type hints and fix IDEA errorsAaron Schulz2016-05-031-3/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* poolcounter: Add 'trigger' field to the slow-parse logTimo Tijhof2015-10-231-0/+1
* poolcounter: Convert slow-parse to LoggerFactory with data contextTimo Tijhof2015-08-261-2/+6
* Merge "Removed obsolete "containsOldMagic" code"jenkins-bot2015-03-041-1/+1
|\
| * Removed obsolete "containsOldMagic" codeAaron Schulz2015-02-151-1/+1
* | Removed doCascadeProtectionUpdates method to avoid DB writes on page viewsAaron Schulz2015-02-221-1/+1
|/
* Handle missing parser cache keys better in pool counterChad Horohoe2014-11-191-1/+2
* Correct variable names in @param to match method declarationsumherirrender2014-08-131-1/+1
* Move implementations of Page to separate filewithoutaname2014-06-221-0/+208