index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
FeedUtils.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Feed: Move feed-related classes to Feed/ and namespace them
Amir Sarabadani
2022-10-20
1
-310
/
+0
*
Use name constants to access config settings.
daniel
2022-04-07
1
-3
/
+4
*
Fix various documentation related to scalar types
Umherirrender
2022-03-09
1
-2
/
+2
*
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-9
/
+9
*
Introduce CommentFormatter
Tim Starling
2021-09-28
1
-6
/
+35
*
Merge "Make use of Html class utility methods in a few places"
jenkins-bot
2021-08-31
1
-8
/
+16
|
\
|
*
Make use of Html class utility methods in a few places
DannyS712
2021-08-12
1
-8
/
+16
*
|
FeedUtils: remove usage of $wgLang
Alexander Vorwerk
2021-08-13
1
-6
/
+9
|
/
*
Merge "FeedUtils: Update regex to match classes appropriately, and test"
jenkins-bot
2020-12-16
1
-2
/
+3
|
\
|
*
FeedUtils: Update regex to match classes appropriately, and test
Subin Siby
2020-12-15
1
-2
/
+3
*
|
Improve docs about @param/@return object $row to stdClass
Umherirrender
2020-11-13
1
-1
/
+1
|
/
*
FeedUtils::checkFeedOutput add $output parameter
DannyS712
2020-09-10
1
-4
/
+13
*
FeedUtils: Remove use of Revision objects
DannyS712
2020-04-27
1
-9
/
+16
*
FeedUtils: Amend Base10 color
Volker E
2020-04-17
1
-6
/
+6
*
Replace calls to Title::getUserPermissionsErrors (part 5)
DannyS712
2020-02-26
1
-1
/
+6
*
Introduce ContentHandlerFactory
ArtBaltai
2020-02-07
1
-1
/
+5
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-1
/
+1
*
phan: Disable enable_class_alias_support
Umherirrender
2019-09-15
1
-1
/
+1
*
Avoid usage of deprecated Revision::* constants
Derick Alangi
2019-07-21
1
-1
/
+3
*
changes: Remove unused FeedUtils::checkPurge method
Timo Tijhof
2019-05-24
1
-20
/
+0
*
Avoid use of deprecated ObjectCache::getMainWANInstance method
Aaron Schulz
2019-03-01
1
-1
/
+2
*
Refactor calls to deprecated function Content::getNativeData()
Bill Pirkle
2019-02-15
1
-1
/
+1
*
Pass $key into CommentStore methods and use MediawikiServices
addshore
2018-02-05
1
-1
/
+1
*
Remove @param comments that literally repeat what the code says
Thiemo Mättig
2018-01-10
1
-1
/
+1
*
Replace selectFields() methods with getQueryInfo()
Brad Jorsch
2017-10-30
1
-3
/
+1
*
Align diff context colors to WikimediaUI color palette
Amir Sarabadani
2017-10-07
1
-7
/
+7
*
Add `comment` table and code to start using it
Brad Jorsch
2017-08-30
1
-2
/
+5
*
Remove empty lines at begin of function, if, foreach, switch
Umherirrender
2017-07-01
1
-1
/
+0
*
Merge "includes: Replace implicit Bugzilla bug numbers with Phab ones"
jenkins-bot
2017-02-28
1
-1
/
+1
|
\
|
*
includes: Replace implicit Bugzilla bug numbers with Phab ones
James D. Forrester
2017-02-21
1
-1
/
+1
*
|
FeedUtils: Remove weird commented-out block
Bartosz Dziewoński
2017-02-25
1
-7
/
+0
|
/
*
Require POST for action=purge in PurgeAction
Aaron Schulz
2016-08-10
1
-0
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-6
/
+6
*
Migrate feeds from $messageMemc to the WAN cache
Aaron Schulz
2015-11-10
1
-5
/
+6
*
Fix issues identified by SpaceBeforeSingleLineComment sniff
Vivek Ghaisas
2015-09-26
1
-7
/
+7
*
Use wikimedia/utfnormal library, add backwards-compatability layer
Kunal Mehta
2015-03-24
1
-1
/
+1
*
Removed remaining profile calls
Aaron Schulz
2015-01-08
1
-2
/
+0
*
Remove obvious function-level profiling
Chad Horohoe
2015-01-07
1
-3
/
+0
*
Cleanup some docs (includes/*.php)
umherirrender
2014-07-24
1
-1
/
+1
*
Make phpcs-strict pass on includes/ (1/~10)
Siebrand Mazeland
2014-05-11
1
-4
/
+12
*
Fixed some @params documentation (includes/*)
umherirrender
2014-04-20
1
-17
/
+17
*
Fixed spacing and removed unneeded parenthesis
umherirrender
2013-05-17
1
-1
/
+1
*
Pass array to Title::getLocalURL instead of an urlencoded string
umherirrender
2013-04-27
1
-3
/
+4
*
Fixed spacing in files direct in includes folder
umherirrender
2013-04-21
1
-6
/
+6
*
Added/Removed spaces around string concatenation
umherirrender
2013-04-13
1
-2
/
+2
*
Fix case of some Title methods
Alexandre Emsenhuber
2013-03-27
1
-1
/
+1
*
Spellchecked /includes directory
Yuri Astrakhan
2013-03-13
1
-2
/
+2
*
Fixed @param tags to conform with Doxygen format.
Tyler Anthony Romeo
2013-03-11
1
-6
/
+6
*
(Bug 34798) Synced the FeedUtils.php page with mediawiki.action.history.diff.css
rahul21
2013-03-09
1
-6
/
+6
*
Merge "remove space before semicolon"
IAlex
2013-02-10
1
-1
/
+1
|
\
[next]