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
/
RecentChange.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added missing GPLv2 headers in some places.
Alexandre Emsenhuber
2012-05-11
1
-1
/
+21
*
Revert r97711
Timo Tijhof
2012-05-09
1
-1
/
+3
*
Fix newline in the message per CR
saper
2012-03-22
1
-1
/
+1
*
Followup-To: r113888 Remove extra wfDebug()
Marcin Cieślak
2012-03-15
1
-1
/
+0
*
Unbreak maintenance/deleteDefaultMessages.php for PostgreSQL
Marcin Cieślak
2012-03-15
1
-23
/
+19
*
We have DatabaseBase::selectRow() to select a single row
Alexandre Emsenhuber
2012-03-14
1
-3
/
+2
*
r110955: also truncate rc_comment for log entries. This adds the code in save...
Aaron Schulz
2012-03-06
1
-1
/
+4
*
(bug 34702) More localised parentheses.
Siebrand Mazeland
2012-02-28
1
-0
/
+1
*
Separate out an IRC actionText field for RecentChange. The two are currently ...
Aaron Schulz
2012-02-21
1
-6
/
+9
*
Added $performer parameter to PatrolLog::record() and pass it from WikiPage::...
Alexandre Emsenhuber
2012-02-21
1
-1
/
+1
*
Documentation
Sam Reed
2012-01-14
1
-5
/
+12
*
minor w/s + move $title instantiation above Enotif
Mark A. Hershberger
2012-01-06
1
-4
/
+5
*
Followup r101834 - this time tested
Niklas Laxström
2011-11-03
1
-1
/
+1
*
Quick ugly fix to avoid duplicate log entries in rc feed.
Niklas Laxström
2011-11-03
1
-6
/
+6
*
Kill various unused variables
Sam Reed
2011-10-29
1
-13
/
+59
*
* (bug 30245) Use the correct way to construct a log page title
Niklas Laxström
2011-09-21
1
-1
/
+1
*
RecentChange::notifyMove* have no callers. Everything uses ::notifyLog or ::n...
Niklas Laxström
2011-09-07
1
-66
/
+1
*
Use $this->mAttribs['rc_old_len'] and $this->mAttribs['rc_new_len'] instead o...
Alexandre Emsenhuber
2011-09-06
1
-2
/
+2
*
Per CR on r44412 and my promise in the commit summary of r94990, stop abusing...
Roan Kattouw
2011-08-19
1
-9
/
+9
*
Followup r94754: move protocol expansion from getIRCLine() to inside getInter...
Roan Kattouw
2011-08-19
1
-3
/
+1
*
Moved wfGetIP() to WebRequest::getIP():
Alexandre Emsenhuber
2011-08-18
1
-4
/
+6
*
(bug 30398) Expand any protocol-relative URLs to HTTP in RecentChange::getIRC...
Roan Kattouw
2011-08-17
1
-1
/
+3
*
r91784 forgot to change one instance of $wgUser to $user
Platonides
2011-07-19
1
-1
/
+1
*
Pass the User object to RecentChange::doMarkPatrolled() instead of relying on...
Alexandre Emsenhuber
2011-07-09
1
-6
/
+10
*
Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...
Siebrand Mazeland
2011-05-17
1
-1
/
+1
*
Remove @static from all over the place. That's what the static keyword is for...
Chad Horohoe
2011-04-21
1
-4
/
+0
*
Code comments, few braces
Sam Reed
2011-04-11
1
-11
/
+77
*
Get ride of extract() calls in RecentChange::getIRCLine()
Alexandre Emsenhuber
2011-03-15
1
-22
/
+17
*
Documentation format
Happy-melon
2011-01-05
1
-1
/
+1
*
Remove some of the rubbish that has been accumulating in the default LocalSet...
Tim Starling
2010-12-06
1
-1
/
+1
*
Comment return types, some explicit class variable declaration
Sam Reed
2010-10-09
1
-1
/
+1
*
Tweak tab vs spaces from r73860
Brion Vibber
2010-09-28
1
-4
/
+4
*
Tweak/add some documentation as hints for some code analysis
Sam Reed
2010-09-28
1
-1
/
+5
*
* Standardised file description headers
Alexandre Emsenhuber
2010-08-08
1
-0
/
+1
*
Big commit: kill almost every freeResult() call as useless
Chad Horohoe
2010-08-08
1
-1
/
+0
*
Apply patch from bug 24104 by John Du Hart for allowing custom port.
Niklas Laxström
2010-06-24
1
-5
/
+8
*
* Fix some doxygen warnings
Alexandre Emsenhuber
2010-01-21
1
-129
/
+128
*
Mass convert NULL -> null. Left strings and comments alone, obviously.
Chad Horohoe
2009-12-11
1
-7
/
+7
*
Changed sequence names to a standard <table>_<field>_seq form.
Jure Kajzer
2009-10-28
1
-1
/
+1
*
Revert r55459, 55467, 55469, 55518 (Page creation notification email is sent ...
Chad Horohoe
2009-09-11
1
-2
/
+1
*
adding public access methods for use by XMLRC extension.
Daniel Kinzler
2009-09-03
1
-0
/
+4
*
(bug 15646) Page creation notification email is sent when a watched page is d...
Chad Horohoe
2009-08-21
1
-1
/
+2
*
(bug 19214) Make sure new pages have page ID cached for getTitle()
Aaron Schulz
2009-06-17
1
-1
/
+3
*
Make RecentChange::cleanupForIRC() also call Sanitizer::decodeCharReferences(...
Alexandre Emsenhuber
2009-01-25
1
-2
/
+2
*
Added notifyRC2UDP() convenience function
Aaron Schulz
2009-01-14
1
-0
/
+8
*
Fix a problem with a protected class method that brought up an error, and also
Charles Melbye
2009-01-12
1
-1
/
+1
*
Just use != here
Aaron Schulz
2009-01-10
1
-1
/
+1
*
Minor code style tweaks & cleanup
Aaron Schulz
2009-01-09
1
-14
/
+4
*
Hide patrol mark if patrolling is disabled
Aaron Schulz
2009-01-09
1
-1
/
+5
*
Clean up log restrictions check
Aaron Schulz
2009-01-09
1
-3
/
+9
[next]