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
*
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
|
\
|
*
remove space before semicolon
umherirrender
2013-02-09
1
-1
/
+1
*
|
fix some spacing
umherirrender
2013-02-09
1
-1
/
+1
|
/
*
fix some spacing
umherirrender
2013-02-04
1
-2
/
+2
*
Remove a bunch of trailing spaces and unneeded newlines
umherirrender
2012-10-10
1
-1
/
+1
*
get rid of Revision::getText
daniel
2012-09-14
1
-4
/
+24
*
merged master
daniel
2012-08-29
1
-10
/
+10
*
Revert "merged master"
Daniel Kinzler
2012-08-29
1
-10
/
+10
*
merged master
daniel
2012-08-29
1
-10
/
+10
*
Fixing creation of DifferenceEninge
daniel
2012-08-24
1
-8
/
+17
*
merging latest master
daniel
2012-08-20
1
-1
/
+1
*
Fix indenting errors introduced in Wikidata branch
Tim Starling
2012-06-19
1
-2
/
+2
*
merged master after 1.20wmf3
daniel
2012-05-15
1
-0
/
+21
|
\
|
*
Added missing GPLv2 headers in some places.
Alexandre Emsenhuber
2012-05-14
1
-0
/
+21
*
|
renamed getDifferenceEngine to createDifferenceEngine
daniel
2012-04-17
1
-1
/
+1
*
|
Merge branch 'master' into Wikidata
Jens Ohlig
2012-04-11
1
-8
/
+9
|
\
|
|
*
Fix possibly undefined variables
Sam Reed
2012-02-18
1
-0
/
+1
|
*
More return documentation
Sam Reed
2012-02-09
1
-0
/
+1
|
*
r96546: Made FeedUtils::formatDiff() use the new LogFormatter class rather th...
Aaron Schulz
2012-02-07
1
-8
/
+7
*
|
use factory method to get difference engine everywhere
Daniel Kinzler
2012-04-04
1
-1
/
+2
|
/
*
Follow-up r106189. The $wgUser are no longer needed.
Platonides
2011-12-15
1
-6
/
+4
*
Remove users of deprecated User::getSkin().
Siebrand Mazeland
2011-12-14
1
-3
/
+2
*
Fix for r102295 per CR r105654: don't double-escape the URL
Tim Starling
2011-12-09
1
-1
/
+1
*
Fixes for r102295:
Tim Starling
2011-12-09
1
-8
/
+7
*
Fix comment from r102287
Tim Starling
2011-12-09
1
-2
/
+2
*
bug 29110 - $wgFeedDiffCutoff doesn't affect new pages
Antoine Musso
2011-11-07
1
-12
/
+31
*
early returns to avoid long code in if / else
Antoine Musso
2011-11-07
1
-49
/
+54
*
* Added HttpError exception as replacement for wfHttpError(); changed alls co...
Alexandre Emsenhuber
2011-09-16
1
-3
/
+2
*
Trim trailing whitespace
Sam Reed
2011-09-04
1
-1
/
+0
*
Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()
Sam Reed
2011-07-01
1
-1
/
+1
*
Avoid PHP notice about undefined variable $diffText if $wgFeedDiffCutoff is 0
Alexandre Emsenhuber
2010-04-04
1
-1
/
+1
*
* (bug 19393) Feeds now format dates in user language rather than content lan...
Alexandre Emsenhuber
2010-04-02
1
-7
/
+7
*
__FUNCTION__ -> __METHOD__
Alexandre Emsenhuber
2010-01-10
1
-4
/
+4
*
* Document a bit
Alexandre Emsenhuber
2010-01-09
1
-11
/
+43
*
(bug 19394) Recent changes feed items corresponding to some log entries are b...
Chad Horohoe
2009-08-02
1
-1
/
+1
*
Message 'revisionasof' - date and time separated as of request by user "Der U...
Purodha B Blissenbach
2009-06-01
1
-3
/
+7
*
Remove some unused $wgOut's.
Chad Horohoe
2009-04-07
1
-1
/
+1
*
(bug 14868) Setting $wgFeedDiffCutoff to 0 now stops generation of the diff e...
Chad Horohoe
2008-08-08
1
-7
/
+10
*
* (bug 14646) Fix some double-escaping of HTML in feed output
Brion Vibber
2008-07-06
1
-5
/
+6
[next]