aboutsummaryrefslogtreecommitdiffstats
path: root/includes/rcfeed
Commit message (Expand)AuthorAgeFilesLines
* Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* docs: Hook interface doc comment reviewapaskulin2020-04-211-5/+7
* Automatically generated hook interfacesTim Starling2020-04-201-0/+22
* Remove hack comment from IRCLineURLReedy2020-03-281-1/+1
* WikiMap: Add WikiMap::getCurrentWikiId() to make common use case easierTimo Tijhof2020-03-031-1/+1
* Upgrade phan to 0.9.1Daimona Eaytoy2020-01-251-1/+0
* Upgrade phan config to 0.7.1Daimona Eaytoy2019-09-041-1/+0
* Unsuppress other phan issues with low countDaimona Eaytoy2019-08-301-0/+1
* Fix entites typosZoranzoki212019-08-281-1/+1
* Use [...] instead of array(...) in PHP comments and documentationFomafix2019-06-171-2/+2
* build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 and make passJames D. Forrester2019-05-131-0/+1
* rcfeed: Replace usage of deprecated class RCFeedEngine (in comments)Derick Alangi2019-04-301-1/+1
* rcfeed: Replace usage of deprecated CommentStore::getStore()Derick Alangi2019-04-191-1/+4
* Fix/suppress misc phan errors (#5)Kunal Mehta2019-04-051-0/+1
* rcfeed: Avoid extending/inheriting from a deprecated classDerick Alangi2019-03-251-3/+3
* Rename WikiMap DB domain ID methods to reduce confusion with web domainsAaron Schulz2019-02-061-1/+1
* Use WikiMap methods for wiki ID logic in more placesAaron Schulz2018-10-291-1/+1
* Pass $key into CommentStore methods and use MediawikiServicesaddshore2018-02-051-1/+1
* Merge "Fix a few minor mistakes in PHPDoc tags"jenkins-bot2017-09-151-1/+1
|\
| * Fix a few minor mistakes in PHPDoc tagsThiemo Mättig2017-09-151-1/+1
* | Improve some parameter docsUmherirrender2017-09-104-0/+14
* | Always put type information before variable name for @var tagsKunal Mehta2017-09-041-1/+1
* | Add `comment` table and code to start using itBrad Jorsch2017-08-301-1/+3
|/
* doc: Fix a few Example docs for PHP classesTimo Tijhof2017-07-171-1/+3
* rcfeed: Ensure formatter (and other params) is passed to RCFeedEngineTimo Tijhof2017-02-041-1/+1
* rcfeed: FormattedRCFeed constructor should match parent classTimo Tijhof2017-02-021-1/+1
* Refactor RCFeed configuration (backwards compatible)Timo Tijhof2017-02-015-21/+135
* Don't send RC_CATEGORIZE events to the IRC feedKunal Mehta2016-02-181-0/+5
* Convert all array() syntax to []Kunal Mehta2016-02-173-13/+13
* Properly escape \n and \r in IRCColourfulRCFeedFormatterRyan Schmidt2016-01-201-3/+3
* RC: Handle getLine returning null, which breaks Redis engine (at least HHVM)Matthew Flaschen2015-08-181-1/+2
* Encapsulate rc_params handling in RecentChange::parseParamsStephane Bisson2015-06-101-3/+1
* Create a generic UDP transport classBryan Davis2014-12-151-1/+2
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-1/+1
* Use safe attribute accessor for RecentChangeBryan Davis2014-09-131-23/+22
* Remove various functions and globals deprecated since 1.22 from RecentChangewithoutaname2014-08-121-1/+1
* Cleanup some docs (includes/[m-r])umherirrender2014-07-241-1/+1
* RCFeed: Add log_id property (exposes rc_logid attribute)Kunal Mehta2014-06-111-0/+1
* RCFeed: Use named types instead of exposing internal MW constantTimo Tijhof2014-06-041-1/+1
* Pass phpcs-strict on includes/rcfeed/Siebrand Mazeland2014-05-101-3/+10
* Expose server name in rc feedOri Livneh2014-05-091-1/+3
* JSON RC format: cast 'patrolled' and 'minor' to booleanOri Livneh2014-05-031-2/+2
* Fixed some @params documentationumherirrender2014-04-141-3/+3
* Merge "Update IRCLineURL hook to include RecentChange object"jenkins-bot2014-03-311-1/+1
|\
| * Update IRCLineURL hook to include RecentChange objectErik Bernhardson2014-03-241-1/+1
* | Clean up access pointsWaldir Pimenta2014-03-281-1/+0
|/
* Add $wgLocalInterwikis to handle multiple local prefixesThis, that and the other2014-03-121-3/+4
* rcfeed: Use wfWikiID() instead of $wgDBnameKunal Mehta2014-01-101-2/+2
* Add XMLRCFeedFormatterKunal Mehta2014-01-103-85/+160
* Cleanup of includes/rcfeedKunal Mehta2014-01-046-19/+173