* Added FileRepo::SKIP_LOCKING constant and made storeBatch() check it.
[lhc/web/wiklou.git] / includes / db /
2011-12-20 Jure Kajzer* removed manual cascading of recentchanges on page...
2011-12-16 Leons PetrazickisFixes to DB2 support:
2011-12-16 Niklas LaxströmFoooollowup r106373 - update comment
2011-12-15 PlatonidesSimplify a bit the code of r106025
2011-12-15 PlatonidesUse the canonical name of the setting
2011-12-13 Mark A. HershbergerBug 16794 - $wgSharedDB PostgreSQL support
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-12-06 Brion Vibber* (bug 32786) Fix backwards compatibility for extension...
2011-12-05 Sam ReedMore documentation of parameters following up r104591
2011-12-04 John Du HartAdding new debugging toolbar
2011-12-02 Sam ReedPer Timo, the second line would wipe out the first
2011-12-02 Sam ReedReverting r103706
2011-11-29 Sam ReedMoar documentations
2011-11-29 Sam ReedBit more documentation
2011-11-25 Sam ReedImprove comment from r104047
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-23 Sam ReedKill mysql4 specific code from DatabaseMysql
2011-11-19 Sam Reed* (bug 8859) Database::update should take array of...
2011-11-14 Sam ReedFollowup r102910
2011-11-13 Sam ReedBug 32379 - DatabaseError.php is hardcoding http
2011-11-13 Aaron SchulzAdded rollback-related comment to nextSequenceValue()
2011-11-10 Sam ReedFix syntax error I introduced from r102683
2011-11-10 Sam ReedAdd $fname to tableExists
2011-11-10 Jure Kajzersome more oracle-phpunit-fu (should not affect non...
2011-11-10 Jure Kajzer* Added getInfinity to DatabaseOracle
2011-11-09 Jure Kajzer* phpunit fixes & optimizations for oracle backend
2011-11-09 Mark A. Hershbergerfix bug #29102: Upgrade fails "Unknown character set...
2011-11-07 PlatonidesAllow raw conditions on insertSelect, given that array...
2011-11-02 Aaron Schulz* Let HTMLFileCache constructor take in a Title *or...
2011-11-01 Sam Reedarrray -> array
2011-11-01 Sam ReedBug 30120 - Interwiki links error after upgrade
2011-10-30 Niklas LaxströmHmph, yet another bug caused by not having @since
2011-10-29 Sam ReedKill various unused variables
2011-10-26 Sam ReedAdd, update, tweak documentation
2011-10-24 OverlordQBasic support for Postgres phpunit testing, currently...
2011-10-18 Mark A. Hershbergerrevert r99562 and set standard_conforming_strings ...
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-14 Sam ReedUpdate some deprecated code
2011-10-11 Mark A. HershbergerAvoid warnings from PG about improper escaping.
2011-10-02 Roan KattouwFollowup r96930: also remove the documentation that...
2011-09-29 Sam ReedBack out r95396 and friends
2011-09-29 Aaron SchulzHTMLFileCache refactoring:
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-17 Sam ReedRevert r97257
2011-09-16 Sam ReedMoar documentations
2011-09-16 Sam Reed* (bug 30927) Omission of MySQLField::maxLength
2011-09-13 Sam ReedFix revert artefact of r96930
2011-09-13 Chad HorohoeRevert r87992 and followups r87998, r89028 (Support...
2011-09-07 Sam ReedMerge r90266 to trunk
2011-09-06 Chad HorohoeFollowup r96369: update child classes and a few callers
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-09-03 Max Semenikrv r89483 per CR
2011-09-02 Jure Kajzer* resolved some issues with sequences and deleting...
2011-08-29 Tim StarlingFurther updates for r90643/r95647 in core and extension...
2011-08-29 Tim Starling* Fix for r90643: in the case where there is only one...
2011-08-25 Sam ReedFix fail double pasting from r95497
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-21 Sam ReedAdd in \n from/to r95055 to LoadBalancer.php
2011-08-19 Sam ReedUpstream wikia changes
2011-08-14 Sam ReedAdd/update documentation
2011-08-11 Sam ReedWhitespace
2011-08-06 Sam ReedDocumentation!
2011-08-01 Chad HorohoeMerge live hack - Extra debugging on connection failures
2011-08-01 Chad HorohoeSqlite fails to open a connection when $user is given.
2011-08-01 Mark A. Hershbergerw/s changes: “svn diff -x-w” is clean
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-08 Jure Kajzer* DatabaseOracle.php binds variables, so using $val...
2011-07-04 Alexandre Emsenhuber* Removed usage of error suppression operator in includ...
2011-07-01 Sam ReedAdd documentation
2011-06-30 Sam ReedMerge r90664 from 1.17wmf1
2011-06-26 Happy-melonFollow-up r84475 CR; and also documentation fixes;...
2011-06-25 Sam ReedHack followup to r90643
2011-06-23 Alexandre EmsenhuberFix for r86722: pass the message 'dberrortext' unescape...
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-18 Matěj Grabovský(bug 29476) DatabaseBase::deleteJoin fails for Sqlite
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...
next