aboutsummaryrefslogtreecommitdiffstats
path: root/includes/RecentChange.php
Commit message (Expand)AuthorAgeFilesLines
* Followup r101834 - this time testedNiklas Laxström2011-11-031-1/+1
* Quick ugly fix to avoid duplicate log entries in rc feed.Niklas Laxström2011-11-031-6/+6
* Kill various unused variablesSam Reed2011-10-291-13/+59
* * (bug 30245) Use the correct way to construct a log page titleNiklas Laxström2011-09-211-1/+1
* RecentChange::notifyMove* have no callers. Everything uses ::notifyLog or ::n...Niklas Laxström2011-09-071-66/+1
* Use $this->mAttribs['rc_old_len'] and $this->mAttribs['rc_new_len'] instead o...Alexandre Emsenhuber2011-09-061-2/+2
* Per CR on r44412 and my promise in the commit summary of r94990, stop abusing...Roan Kattouw2011-08-191-9/+9
* Followup r94754: move protocol expansion from getIRCLine() to inside getInter...Roan Kattouw2011-08-191-3/+1
* Moved wfGetIP() to WebRequest::getIP():Alexandre Emsenhuber2011-08-181-4/+6
* (bug 30398) Expand any protocol-relative URLs to HTTP in RecentChange::getIRC...Roan Kattouw2011-08-171-1/+3
* r91784 forgot to change one instance of $wgUser to $userPlatonides2011-07-191-1/+1
* Pass the User object to RecentChange::doMarkPatrolled() instead of relying on...Alexandre Emsenhuber2011-07-091-6/+10
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-1/+1
* Remove @static from all over the place. That's what the static keyword is for...Chad Horohoe2011-04-211-4/+0
* Code comments, few bracesSam Reed2011-04-111-11/+77
* Get ride of extract() calls in RecentChange::getIRCLine()Alexandre Emsenhuber2011-03-151-22/+17
* Documentation formatHappy-melon2011-01-051-1/+1
* Remove some of the rubbish that has been accumulating in the default LocalSet...Tim Starling2010-12-061-1/+1
* Comment return types, some explicit class variable declarationSam Reed2010-10-091-1/+1
* Tweak tab vs spaces from r73860Brion Vibber2010-09-281-4/+4
* Tweak/add some documentation as hints for some code analysisSam Reed2010-09-281-1/+5
* * Standardised file description headersAlexandre Emsenhuber2010-08-081-0/+1
* Big commit: kill almost every freeResult() call as uselessChad Horohoe2010-08-081-1/+0
* Apply patch from bug 24104 by John Du Hart for allowing custom port.Niklas Laxström2010-06-241-5/+8
* * Fix some doxygen warningsAlexandre Emsenhuber2010-01-211-129/+128
* Mass convert NULL -> null. Left strings and comments alone, obviously.Chad Horohoe2009-12-111-7/+7
* Changed sequence names to a standard <table>_<field>_seq form.Jure Kajzer2009-10-281-1/+1
* Revert r55459, 55467, 55469, 55518 (Page creation notification email is sent ...Chad Horohoe2009-09-111-2/+1
* adding public access methods for use by XMLRC extension.Daniel Kinzler2009-09-031-0/+4
* (bug 15646) Page creation notification email is sent when a watched page is d...Chad Horohoe2009-08-211-1/+2
* (bug 19214) Make sure new pages have page ID cached for getTitle()Aaron Schulz2009-06-171-1/+3
* Make RecentChange::cleanupForIRC() also call Sanitizer::decodeCharReferences(...Alexandre Emsenhuber2009-01-251-2/+2
* Added notifyRC2UDP() convenience functionAaron Schulz2009-01-141-0/+8
* Fix a problem with a protected class method that brought up an error, and alsoCharles Melbye2009-01-121-1/+1
* Just use != hereAaron Schulz2009-01-101-1/+1
* Minor code style tweaks & cleanupAaron Schulz2009-01-091-14/+4
* Hide patrol mark if patrolling is disabledAaron Schulz2009-01-091-1/+5
* Clean up log restrictions checkAaron Schulz2009-01-091-3/+9
* Revert r45605 and generalize the ability to have logs go to UDP.Aaron Schulz2009-01-091-1/+9
* Make sure feeds reflect changes due to flaggedrevsAaron Schulz2009-01-091-3/+3
* Mark non-patrolled edits in feeds (bug 16604)Aaron Schulz2009-01-091-1/+1
* Revert r44867 "Improve markpatrolled hook"Brion Vibber2008-12-231-1/+1
* Revert r44702, r44703, r44704 (wfInvoke and UserMailer refactor based on it) ...Brion Vibber2008-12-231-1/+3
* Improve markpatrolled hookAaron Schulz2008-12-211-1/+1
* Removed redundant mExtra initAaron Schulz2008-12-201-2/+0
* UserMailer bigtime refactor. Please test.David McCabe2008-12-171-3/+1
* Reverting r44454 "(bug 14843) IRC should flag redirects with "R" like it does...Brion Vibber2008-12-111-2/+1
* (bug 14843) IRC should flag redirects with "R" like it does with bots, etc.Chad Horohoe2008-12-111-1/+2
* add debug lines for UDP output so it can be more easily tested offlineBrion Vibber2008-12-101-0/+3
* revert r44412 and part of r44406: keep the improved new page URLs, but use th...Ilmari Karonen2008-12-101-13/+8