Merge "(bug 37072) - prevents infinite job loop"
[lhc/web/wiklou.git] / includes / RecentChange.php
2012-05-29 Aaron SchulzMerge "wfProfileOut() for new return added in c6396...
2012-05-28 Aaron SchulzMerge "$wgUseSquid unused since parent commit (fa1a8d5)"
2012-05-24 Brion VIBBERMerge "[FileBackend] Added getScopedLocksForOps() funct...
2012-05-21 SiebrandMerge "(bug 25946) The message on the top of Special...
2012-05-20 Aaron SchulzMerge "multi dbms support in api"
2012-05-19 Aaron SchulzMerge "Title::moveToInternal doesn't return anything...
2012-05-18 ReedyMerge "fetchLanguageNames: fallback to default instead...
2012-05-18 Aaron SchulzMerge "Make errors from ArticleSave hooks propagate...
2012-05-18 Aaron SchulzMerge "Various fixes to Special:Mostlinked."
2012-05-17 Tim StarlingMerge "[FileBackend] Made it easy to use registed file...
2012-05-17 Tim StarlingMerge "[FileBackend] Syncing from journal support."
2012-05-15 Aaron SchulzMerge "Various fixes to Special:Mostcategories."
2012-05-15 Aaron SchulzMerge "Minor PECL client fixes"
2012-05-15 Aaron SchulzMerge "Add/update function level parameter documentation"
2012-05-15 Aaron SchulzMerge "Implemented a wrapper for the memcached PECL...
2012-05-14 Aaron SchulzMerge "Generalizing LinksUpdate to allow extensions...
2012-05-14 Tim StarlingMerge "Fix typo in comment"
2012-05-14 Tim StarlingMerge "[FileBackend] Added support for concurrent file...
2012-05-13 Aaron SchulzMerge "Introducing LinksUpdateTest."
2012-05-11 ReedyMerge "Integrating mobile device detection class into...
2012-05-11 DemonMerge "Added some more output to cleanupUploadStash...
2012-05-11 DemonMerge "Fix E_STRICT from I6d164e45c1e31d4f83e0fa390011c...
2012-05-11 DemonMerge "Added missing GPLv2 headers in some places."
2012-05-11 NikerabbitMerge "(bug 33928) make diff title page more relevant"
2012-05-11 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-05-10 Aaron SchulzMerge "Parameter documentation stuffs"
2012-05-10 Aaron SchulzMerge "Revert r97711"
2012-05-09 Timo TijhofRevert r97711
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-26 Tim StarlingMerge "Localisation updates for namespace names for...
2012-03-22 DemonMerge "(bug 32827) "[Regression] Block log for IP range...
2012-03-22 HasharMerge "Added per-backend profiling calls."
2012-03-22 DemonMerge "Bug 35162 - Change in Database api break extensi...
2012-03-22 Aaron SchulzMerge "Fix newline in the message per CR Change method...
2012-03-22 saperFix newline in the message per CR
2012-03-15 Marcin CieślakFollowup-To: r113888 Remove extra wfDebug()
2012-03-15 Marcin CieślakUnbreak maintenance/deleteDefaultMessages.php for Postg...
2012-03-14 Alexandre EmsenhuberWe have DatabaseBase::selectRow() to select a single row
2012-03-06 Aaron Schulzr110955: also truncate rc_comment for log entries....
2012-02-28 Siebrand Mazeland(bug 34702) More localised parentheses.
2012-02-21 Aaron SchulzSeparate out an IRC actionText field for RecentChange...
2012-02-21 Alexandre EmsenhuberAdded $performer parameter to PatrolLog::record() and...
2012-01-14 Sam ReedDocumentation
2012-01-06 Mark A. Hershbergerminor w/s + move $title instantiation above Enotif
2011-11-03 Niklas LaxströmFollowup r101834 - this time tested
2011-11-03 Niklas LaxströmQuick ugly fix to avoid duplicate log entries in rc...
2011-10-29 Sam ReedKill various unused variables
2011-09-21 Niklas Laxström* (bug 30245) Use the correct way to construct a log...
2011-09-07 Niklas LaxströmRecentChange::notifyMove* have no callers. Everything...
2011-09-06 Alexandre EmsenhuberUse $this->mAttribs['rc_old_len'] and $this->mAttribs...
2011-08-19 Roan KattouwPer CR on r44412 and my promise in the commit summary...
2011-08-19 Roan KattouwFollowup r94754: move protocol expansion from getIRCLin...
2011-08-18 Alexandre EmsenhuberMoved wfGetIP() to WebRequest::getIP():
2011-08-17 Roan Kattouw(bug 30398) Expand any protocol-relative URLs to HTTP...
2011-07-19 Platonidesr91784 forgot to change one instance of $wgUser to...
2011-07-09 Alexandre EmsenhuberPass the User object to RecentChange::doMarkPatrolled...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-04-21 Chad HorohoeRemove @static from all over the place. That's what...
2011-04-11 Sam ReedCode comments, few braces
2011-03-15 Alexandre EmsenhuberGet ride of extract() calls in RecentChange::getIRCLine()
2011-01-05 Happy-melonDocumentation format
2010-12-06 Tim StarlingRemove some of the rubbish that has been accumulating...
2010-10-09 Sam ReedComment return types, some explicit class variable...
2010-09-28 Brion VibberTweak tab vs spaces from r73860
2010-09-28 Sam ReedTweak/add some documentation as hints for some code...
2010-08-08 Alexandre Emsenhuber* Standardised file description headers
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-06-24 Niklas LaxströmApply patch from bug 24104 by John Du Hart for allowing...
2010-01-21 Alexandre Emsenhuber* Fix some doxygen warnings
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-10-28 Jure KajzerChanged sequence names to a standard <table>_<field...
2009-09-11 Chad HorohoeRevert r55459, 55467, 55469, 55518 (Page creation notif...
2009-09-03 Daniel Kinzleradding public access methods for use by XMLRC extension.
2009-08-21 Chad Horohoe(bug 15646) Page creation notification email is sent...
2009-06-17 Aaron Schulz(bug 19214) Make sure new pages have page ID cached...
2009-01-25 Alexandre EmsenhuberMake RecentChange::cleanupForIRC() also call Sanitizer...
2009-01-14 Aaron SchulzAdded notifyRC2UDP() convenience function
2009-01-12 Charles MelbyeFix a problem with a protected class method that brough...
2009-01-10 Aaron SchulzJust use != here
2009-01-09 Aaron SchulzMinor code style tweaks & cleanup
2009-01-09 Aaron SchulzHide patrol mark if patrolling is disabled
2009-01-09 Aaron SchulzClean up log restrictions check
2009-01-09 Aaron SchulzRevert r45605 and generalize the ability to have logs...
2009-01-09 Aaron SchulzMake sure feeds reflect changes due to flaggedrevs
2009-01-09 Aaron SchulzMark non-patrolled edits in feeds (bug 16604)
2008-12-23 Brion VibberRevert r44867 "Improve markpatrolled hook"
2008-12-23 Brion VibberRevert r44702, r44703, r44704 (wfInvoke and UserMailer...
2008-12-21 Aaron SchulzImprove markpatrolled hook
2008-12-20 Aaron SchulzRemoved redundant mExtra init
2008-12-17 David McCabeUserMailer bigtime refactor. Please test.
2008-12-11 Brion VibberReverting r44454 "(bug 14843) IRC should flag redirects...
2008-12-11 Chad Horohoe(bug 14843) IRC should flag redirects with "R" like...
2008-12-10 Brion Vibberadd debug lines for UDP output so it can be more easily...
2008-12-10 Ilmari Karonenrevert r44412 and part of r44406: keep the improved...
2008-12-10 Ilmari KaronenSeems r44406 would've broken the RC feed on secure...
2008-12-10 Ilmari Karonen(bug 4253, bug 16586) Don't repeat titles of new pages...
2008-12-10 David McCabeRevert r44386; depends on wfInvoke, also reverted.
2008-12-10 David McCabeRefactored UserMailer.php. Please let me know if this...
2008-11-27 Aaron SchulzReduce excessive RC write queries
2008-11-16 Aaron SchulzRefactor getCharacterDifference()
next