More silly ternary true : false fixes
[lhc/web/wiklou.git] / includes / db /
2011-05-09 Chad HorohoeMore silly ternary true : false fixes
2011-05-07 Happy-melonFollow-up r85918:
2011-05-06 Sam ReedKill some more long deprecated unused functions
2011-05-04 Jure Kajzer* fixed tableName handling for internal purposes (bug...
2011-05-02 Sam ReedKill & from r87290
2011-05-02 Sam ReedAdd makeInsertOptions
2011-05-02 Sam ReedDocumentation
2011-05-02 Brian WolffFollow up r86363 - Missing a dollar sign.
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 OverlordQFollowup to r85907, correctly quote table names.
2011-04-29 Alexandre Emsenhuber* (bug 21196) Article::getContributors() no longer...
2011-04-28 Jure Kajzer* close connection in class destructor (unlike MySql...
2011-04-24 Alexandre EmsenhuberIn DBConnectionError:
2011-04-23 Sam ReedTidy up some unused variables and such
2011-04-22 Alexandre EmsenhuberAdded DBError::getContentMessage() to factorise common...
2011-04-22 Jure Kajzer* begin, commit, rollback functions updated
2011-04-21 Alexandre Emsenhuber* Added Profiler::isStub() to check if we are using...
2011-04-21 Chad HorohoeRemove @static from all over the place. That's what...
2011-04-20 Happy-melonFollow-up r86407: missed a file (and some random docume...
2011-04-19 Alexandre Emsenhuber* Changed wfMsgNoDBForContent() call to wfMessage(...
2011-04-18 Sam ReedApply LoadBalancer related fixes
2011-04-18 Max SemenikE_STRICT in DB2. Ping r85885.
2011-04-16 Sam ReedRemove some unused variables/globals
2011-04-15 Jure Kajzer* updated tableName function changed addIdentifierQuote...
2011-04-12 Platonides$wgDBprefix shall be converted to uppercase per r85786
2011-04-12 Happy-melonImprovements to handling of 'catastrophic' errors,...
2011-04-12 PlatonidesFollow up r85888: Add the parameter to DatabasePostgres...
2011-04-12 PlatonidesChange the duplicateTableStructure() to use the origina...
2011-04-12 PlatonidesFollow up r85888
2011-04-12 Leons PetrazickisAddressing comments by Krinkle on r85885. Removing...
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 Leons PetrazickisFixes to DB2 support. DB2 support integration with...
2011-04-12 PlatonidesAbstract tableName() by adding new function isQuotedIde...
2011-04-11 Max SemenikBug 28478: database error in DatabaseSqlite::getFulltex...
2011-04-10 Max SemenikSQLite is picky about the position of AUTOINCREMENT...
2011-04-04 Sam ReedFixup a few undefined variables and alike while checkin...
2011-04-03 Alexandre EmsenhuberRemoved useless definition of $wgOut
2011-03-27 Sam ReedRemove remaining empty() call in r79119
2011-03-22 Chad HorohoeCleanup r80892, r84485: Check user also in sqlite for...
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-20 Antoine Mussocorrect wfDebug() calls added in r79272 & r79368
2011-03-18 Happy-melonMore cleanup in Block.php. Push Block::encodeExpiry...
2011-03-09 Sam ReedMore function/member variable documentation
2011-03-09 Sam ReedFollowup r83558, r83555
2011-03-09 Roan KattouwMerge r83555 from 1.17wmf1: fix wait for slaves code...
2011-03-08 Roan KattouwMake updateCollation.php a bit less murderous for WMF...
2011-03-03 Chad Horohoerm unused member var
2011-03-01 Jure Kajzer* forgot about those ...
2011-03-01 Jure Kajzer* OracleInstaller now also supports installation with...
2011-02-27 Sam ReedRemove unreachable return
2011-02-26 Max SemenikCase insensitivity for r82860
2011-02-26 Max SemenikFollow-up r82856: instead of remembering magic table...
2011-02-26 Bryan Tong MinhAdd TEMPORARY TABLE support to Sqlite
2011-02-23 Chad HorohoeVarious Postgres fixes (bug 26612 stuff)
2011-02-23 Chad HorohoeRm unused member variable
2011-02-23 Chad HorohoePer bug 26612, set datestyle and timezone in open(...
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 ReedFixup assignment in loop
2011-02-18 Sam ReedMark a fixme comment in Oracle DB file for undefined...
2011-02-18 Sam ReedFixup whitespace, brackets etc
2011-02-10 PlatonidesRemove unused initial_setup(), last $wgDBts2schema...
2011-02-10 PlatonidesYet more additions of wfProfileOut()
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-02-06 Mark A. HershbergerMake schema selection really work for PostgreSQL instal...
2011-02-03 Chad Horohoerm unrelated changes from r81486
2011-02-03 Chad HorohoeRemove now unused enableBackend()
2011-02-03 OverlordQFollow-up to r81439, works up to installing the admin...
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-28 PlatonidesRestore global wrongly removed in r80892
2011-01-28 PlatonidesFollow-up r81132 removal of pre-8.3 support.
2011-01-28 Chad HorohoePer comment on bug 26612, we should drop the pre-Postgr...
2011-01-27 Tim Starling* Fixed Oracle new installer support, broken by r80957...
2011-01-26 Alexandre Emsenhuber* Replaced $wgMessageCache by MessageCache::singleton...
2011-01-25 Tim Starling* Fixed a bug causing the installer to ignore the ...
2011-01-24 Alexandre EmsenhuberFix for r80864: the $dbname variable was not there...
2011-01-24 Chad Horohoe* Cleanup massive duplication across Database construct...
2011-01-24 Chad HorohoeFollowup r80864: DatabaseSqlite exploded on installer...
2011-01-24 Chad HorohoeFollowup to r79848 (and really, make it useful...)
2011-01-24 Sam Reed(bug 26895) in /include/db/LoadBalancer.php function...
2011-01-20 Chad HorohoeRm unused assignment of $wgOut. $wgOut needs to be...
2011-01-11 Niklas LaxströmNo space after unary minus
2011-01-10 Jure Kajzer* fixed oracle code for updater (corrected not null...
2011-01-10 Jure Kajzer* fixed Oracle code for installer and phpunit tests
2011-01-09 Niklas LaxströmPartial revert of r79903, unstubbing needs localisation...
2011-01-09 Niklas LaxströmFollow-up r79880: check if $wgLang can be used.
2011-01-09 Niklas LaxströmThe actual error is always in English, so wrap it in...
2011-01-07 Chad HorohoeRm code that has been commented out for almost 6 years
2011-01-07 Chad HorohoeAdd DatabaseBase::classFromType() to reduce the 'Databa...
2011-01-07 Chad HorohoeUse __construct()
2011-01-07 Chad HorohoeRemove ancient and deprecated newFromParams() construct...
next