aboutsummaryrefslogtreecommitdiffstats
path: root/includes/FeedUtils.php
Commit message (Expand)AuthorAgeFilesLines
* Feed: Move feed-related classes to Feed/ and namespace themAmir Sarabadani2022-10-201-310/+0
* Use name constants to access config settings.daniel2022-04-071-3/+4
* Fix various documentation related to scalar typesUmherirrender2022-03-091-2/+2
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-9/+9
* Introduce CommentFormatterTim Starling2021-09-281-6/+35
* Merge "Make use of Html class utility methods in a few places"jenkins-bot2021-08-311-8/+16
|\
| * Make use of Html class utility methods in a few placesDannyS7122021-08-121-8/+16
* | FeedUtils: remove usage of $wgLangAlexander Vorwerk2021-08-131-6/+9
|/
* Merge "FeedUtils: Update regex to match classes appropriately, and test"jenkins-bot2020-12-161-2/+3
|\
| * FeedUtils: Update regex to match classes appropriately, and testSubin Siby2020-12-151-2/+3
* | Improve docs about @param/@return object $row to stdClassUmherirrender2020-11-131-1/+1
|/
* FeedUtils::checkFeedOutput add $output parameterDannyS7122020-09-101-4/+13
* FeedUtils: Remove use of Revision objectsDannyS7122020-04-271-9/+16
* FeedUtils: Amend Base10 colorVolker E2020-04-171-6/+6
* Replace calls to Title::getUserPermissionsErrors (part 5)DannyS7122020-02-261-1/+6
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-1/+5
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* phan: Disable enable_class_alias_supportUmherirrender2019-09-151-1/+1
* Avoid usage of deprecated Revision::* constantsDerick Alangi2019-07-211-1/+3
* changes: Remove unused FeedUtils::checkPurge methodTimo Tijhof2019-05-241-20/+0
* Avoid use of deprecated ObjectCache::getMainWANInstance methodAaron Schulz2019-03-011-1/+2
* Refactor calls to deprecated function Content::getNativeData()Bill Pirkle2019-02-151-1/+1
* Pass $key into CommentStore methods and use MediawikiServicesaddshore2018-02-051-1/+1
* Remove @param comments that literally repeat what the code saysThiemo Mättig2018-01-101-1/+1
* Replace selectFields() methods with getQueryInfo()Brad Jorsch2017-10-301-3/+1
* Align diff context colors to WikimediaUI color paletteAmir Sarabadani2017-10-071-7/+7
* Add `comment` table and code to start using itBrad Jorsch2017-08-301-2/+5
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* Merge "includes: Replace implicit Bugzilla bug numbers with Phab ones"jenkins-bot2017-02-281-1/+1
|\
| * includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* | FeedUtils: Remove weird commented-out blockBartosz Dziewoński2017-02-251-7/+0
|/
* Require POST for action=purge in PurgeActionAaron Schulz2016-08-101-0/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-6/+6
* Migrate feeds from $messageMemc to the WAN cacheAaron Schulz2015-11-101-5/+6
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-7/+7
* Use wikimedia/utfnormal library, add backwards-compatability layerKunal Mehta2015-03-241-1/+1
* Removed remaining profile callsAaron Schulz2015-01-081-2/+0
* Remove obvious function-level profilingChad Horohoe2015-01-071-3/+0
* Cleanup some docs (includes/*.php)umherirrender2014-07-241-1/+1
* Make phpcs-strict pass on includes/ (1/~10)Siebrand Mazeland2014-05-111-4/+12
* Fixed some @params documentation (includes/*)umherirrender2014-04-201-17/+17
* Fixed spacing and removed unneeded parenthesisumherirrender2013-05-171-1/+1
* Pass array to Title::getLocalURL instead of an urlencoded stringumherirrender2013-04-271-3/+4
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-6/+6
* Added/Removed spaces around string concatenationumherirrender2013-04-131-2/+2
* Fix case of some Title methodsAlexandre Emsenhuber2013-03-271-1/+1
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-2/+2
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-6/+6
* (Bug 34798) Synced the FeedUtils.php page with mediawiki.action.history.diff.cssrahul212013-03-091-6/+6
* Merge "remove space before semicolon"IAlex2013-02-101-1/+1
|\