Adding new debugging toolbar
[lhc/web/wiklou.git] / includes / db / Database.php
2011-12-04 John Du HartAdding new debugging toolbar
2011-12-02 Sam ReedReverting r103706
2011-11-29 Sam ReedMoar documentations
2011-11-29 Sam ReedBit more documentation
2011-11-24 Aaron SchulzAdded Database::getServerUptime() function to return...
2011-11-23 Aaron SchulzAdded wasLockTimeout() DB function. All our DBMS can...
2011-11-23 Aaron SchulzReverted 'lockTimeout' option from r104069: table_lock_...
2011-11-23 Aaron SchulzFactored setTimeout() into setSessionOptions() and...
2011-11-19 Sam Reed* (bug 8859) Database::update should take array of...
2011-11-13 Aaron SchulzAdded rollback-related comment to nextSequenceValue()
2011-11-10 Sam ReedAdd $fname to tableExists
2011-11-07 PlatonidesAllow raw conditions on insertSelect, given that array...
2011-11-01 Sam Reedarrray -> array
2011-10-30 Niklas LaxströmHmph, yet another bug caused by not having @since
2011-10-26 Sam ReedAdd, update, tweak documentation
2011-10-15 Happy-melon(bug 31361) broken messages on Special:GlobalBlock.
2011-10-15 Markus Glaserfollow-up to r98020. Throw MWException on attempt to...
2011-10-02 Roan KattouwFollowup r96930: also remove the documentation that...
2011-09-29 Sam ReedBack out r95396 and friends
2011-09-28 Sam ReedFix whitespace
2011-09-27 Sam ReedFix character access
2011-09-24 Markus Glaser* restore DB connection after unserialization. This...
2011-09-16 Sam ReedMoar documentations
2011-09-13 Sam ReedFix revert artefact of r96930
2011-09-13 Chad HorohoeRevert r87992 and followups r87998, r89028 (Support...
2011-09-06 Chad HorohoeFixme on r85888: boolean params are evil, use a nice...
2011-09-06 Niklas LaxströmGeneric class cannot really wrap around mysql method..
2011-08-29 Tim StarlingFurther updates for r90643/r95647 in core and extension...
2011-08-25 Sam ReedFollowup r95449, fix the code to do what it was actuall...
2011-08-24 Sam ReedAllow update to be passed an empty array for the WHERE...
2011-08-24 Sam ReedMerge the iwtransclusion branch back into trunk
2011-08-24 Sam ReedFix documentation (clearing w/c)
2011-08-11 Sam ReedWhitespace
2011-08-06 Sam ReedDocumentation!
2011-07-30 Sam ReedBack out r93533, r93531, r93530
2011-07-30 Sam ReedMerge iwtransclusion branch into trunk
2011-07-25 Platonidesr85886 broke $wgSharedPrefix
2011-07-20 Chad HorohoeRevert DatabaseBase::tablePrefix() part of r79272:...
2011-07-18 Sam ReedDocumentation updates
2011-07-04 Alexandre Emsenhuber* Removed usage of error suppression operator in includ...
2011-07-01 Sam ReedAdd documentation
2011-06-26 Happy-melonFollow-up r84475 CR; and also documentation fixes;...
2011-06-23 Tim StarlingGeneral database-related code cleanup:
2011-06-20 Aaron Schulz* Cleaned up tableNamesWithUseIndexOrJOIN() and removed...
2011-06-20 Tim StarlingFollowup r90429:
2011-06-20 Tim StarlingRevert the dbname -> dbName part of r90430. dbname...
2011-06-20 Tim StarlingFix for fatal error in r90429: you can't have a protect...
2011-06-20 Tim StarlingFix for r72150: rename getSchema() to getSchemaPath...
2011-06-20 Tim StarlingFixes for r80864 for 1.18 backport:
2011-06-20 Tim StarlingIn Database.php:
2011-06-18 PlatonidesAll the databases but MySQL were overriding DatabaseBas...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-17 Sam ReedFix trailing whitespace
2011-06-17 PlatonidesEmpower our Database object so that it is possible...
2011-06-03 Brion VibberRevert r89409: provided a default Database->listTables...
2011-06-03 Jure Kajzer* suggestion for using tables.sql parsing instead of...
2011-05-28 Sam ReedMore parameter documentation!!
2011-05-28 Antoine Musso* Fix db->makeList() spacing
2011-05-26 Sam ReedParam documentation updates/added
2011-05-25 Sam ReedMore documentation stuffs
2011-05-25 Sam ReedMove DB utility classes into own file
2011-05-25 Sam ReedMove DB(.*?)Error classes into own file
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-17 PlatonidesFollow up r87630. The file cache is now checked at...
2011-05-13 Markus Glaserremoved max line size for a sql dump file. This optiona...
2011-05-13 Antoine MussoSupport abstraction for 'NOT IN' SQL structure
2011-05-13 Antoine Mussofix backtrace on SQL error
2011-05-10 Brion VibberFixes for FakeResultWrapper iteration -- the rewind...
2011-05-07 Happy-melonFollow-up r85918:
2011-05-06 Sam ReedKill some more long deprecated unused functions
2011-05-02 Sam ReedAdd makeInsertOptions
2011-04-30 Sam ReedFollowup r85884
2011-04-30 Alexandre EmsenhuberRecommit r87129 and follow-ups but with a fix for the...
2011-04-29 Brion VibberRevert r87129 "(bug 21196) Article::getContributors...
2011-04-29 Alexandre Emsenhuber* (bug 21196) Article::getContributors() no longer...
2011-04-24 Alexandre EmsenhuberIn DBConnectionError:
2011-04-22 Alexandre EmsenhuberAdded DBError::getContentMessage() to factorise common...
2011-04-21 Alexandre Emsenhuber* Added Profiler::isStub() to check if we are using...
2011-04-20 Happy-melonFollow-up r86407: missed a file (and some random docume...
2011-04-12 Happy-melonImprovements to handling of 'catastrophic' errors,...
2011-04-12 PlatonidesFollow up r85888
2011-04-12 PlatonidesAdd parameter to tableName() to get the bare table...
2011-04-12 PlatonidesNo need to quote just to avoid the prefixes.
2011-04-12 PlatonidesAbstract tableName() by adding new function isQuotedIde...
2011-04-03 Alexandre EmsenhuberRemoved useless definition of $wgOut
2011-03-21 Happy-melonFollow-up r84475: fixing the warning is easy enough...
2011-03-21 Greg Sabino MullaneDo not depend on the lack of a server for connecting...
2011-03-18 Happy-melonMore cleanup in Block.php. Push Block::encodeExpiry...
2011-02-22 PlatonidesMerge r67177 from 1.16wmf4
2011-02-19 Sam ReedMore function level documentation
2011-02-18 Sam ReedExplicitally define some variables
2011-02-18 Sam ReedMark a fixme comment in Oracle DB file for undefined...
2011-02-09 Sam ReedFixup fixme on r81030, which should actually have been...
2011-02-08 OverlordQFollowup to r81657, you do need a space between the...
2011-02-07 Sam ReedPer fixme on r77597, change to $this->addQuotes() inste...
2011-02-06 Brion VibberFixed an incorrect doc comment bit on Database::sourceS...
2011-01-31 Mark A. Hershbergerfix Bug#26274: Database layer should allow arrays for...
2011-01-31 Mark A. Hershbergermaking my whitespace OCD happier.
2011-01-27 Tim Starling* Fixed Oracle new installer support, broken by r80957...
2011-01-26 Alexandre Emsenhuber* Replaced $wgMessageCache by MessageCache::singleton...
next