aboutsummaryrefslogtreecommitdiffstats
path: root/includes/RecentChange.php
Commit message (Expand)AuthorAgeFilesLines
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-111-1/+21
* Revert r97711Timo Tijhof2012-05-091-1/+3
* Fix newline in the message per CRsaper2012-03-221-1/+1
* Followup-To: r113888 Remove extra wfDebug()Marcin Cieślak2012-03-151-1/+0
* Unbreak maintenance/deleteDefaultMessages.php for PostgreSQLMarcin Cieślak2012-03-151-23/+19
* We have DatabaseBase::selectRow() to select a single rowAlexandre Emsenhuber2012-03-141-3/+2
* r110955: also truncate rc_comment for log entries. This adds the code in save...Aaron Schulz2012-03-061-1/+4
* (bug 34702) More localised parentheses.Siebrand Mazeland2012-02-281-0/+1
* Separate out an IRC actionText field for RecentChange. The two are currently ...Aaron Schulz2012-02-211-6/+9
* Added $performer parameter to PatrolLog::record() and pass it from WikiPage::...Alexandre Emsenhuber2012-02-211-1/+1
* DocumentationSam Reed2012-01-141-5/+12
* minor w/s + move $title instantiation above EnotifMark A. Hershberger2012-01-061-4/+5
* 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