aboutsummaryrefslogtreecommitdiffstats
path: root/includes/changes/ChangesFeed.php
Commit message (Expand)AuthorAgeFilesLines
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Feed: Move feed-related classes to Feed/ and namespace themAmir Sarabadani2022-10-201-2/+5
* Use MainConfigNames instead of string literalsAryeh Gregor2022-04-111-3/+4
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-6/+8
* Introduce CommentFormatterTim Starling2021-09-281-2/+10
* Improve docs about @param/@return object[] $row to stdClass[]Umherirrender2020-11-131-1/+2
* build: Upgrade phan to 0.9.0Daimona Eaytoy2019-12-071-0/+1
* Merge "Title: make newFromText, isValid, and canExist behave consistently."jenkins-bot2019-10-081-1/+1
|\
| * Title: make newFromText, isValid, and canExist behave consistently.daniel2019-10-081-1/+1
* | phan: Disable enable_class_alias_supportUmherirrender2019-09-151-1/+1
|/
* Avoid usage of deprecated Revision::* constants, use RevisionRecordDerick Alangi2019-07-211-1/+2
* Tolerate invalid titles in some ChangesFeed and LogFormatter codedaniel2019-06-241-1/+1
* Mass conversion to NamespaceInfoAryeh Gregor2019-05-071-1/+4
* Remove unused constructor parameter and unused member variablesReedy2019-04-141-4/+2
* changes: Remove unused code from ChangesFeed.phpTimo Tijhof2019-04-141-117/+1
* Merge "Hard deprecate MWNamespace::canTalk()"jenkins-bot2019-03-061-1/+1
|\
| * Hard deprecate MWNamespace::canTalk()Max Semenik2019-02-261-1/+1
* | Avoid use of deprecated ObjectCache::getMainWANInstance methodAaron Schulz2019-03-011-3/+4
|/
* Use WANObjectCache::makeKey() in ChangesFeedAaron Schulz2017-11-271-2/+3
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-1/+1
* Remove auto-generated "Constructor" documentation on constructorsThiemo Mättig2017-07-211-2/+0
* Move ResultWrapper subclasses to RdbmsAaron Schulz2017-03-031-0/+2
* includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* Replace DatabaseBase:: with Database:: and update type hintsAaron Schulz2016-09-271-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-4/+4
* Migrate feeds from $messageMemc to the WAN cacheAaron Schulz2015-11-101-11/+12
* Omit 'external' changes from ChangesFeedaude2015-02-021-0/+4
* Remove obvious function-level profilingChad Horohoe2015-01-071-4/+0
* Add missing @return to function docsumherirrender2014-08-231-0/+1
* Move ChangesFeed to includes/changes/ folderwithoutaname2014-07-151-0/+239