* Removed break in first loop of generateTableHTML(), which caused:
[lhc/web/wiklou.git] / includes / db /
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...
2011-06-10 Tim StarlingPostgreSQL install fixes:
2011-06-10 Tim StarlingReverted r89393. A single Database object certainly...
2011-06-09 PlatonidesIf this was ever passed an empty string it would spit...
2011-06-09 Jure Kajzer* merge r89759 from REL1_17 into trunk
2011-06-07 Jure Kajzer* fixed table duplication for unit tests
2011-06-04 Max SemenikSQLite-specific dropTable(): works a bit faster because...
2011-06-03 Sam Reed* (bug 29267) always give the servername for meta=sitei...
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-06-03 Mark A. HershbergerApply a patch adapted from the one on Bug #16794
2011-06-02 Jure Kajzer* fixed table duplication for phpunit testing
2011-06-01 Jure Kajzer* unified where clause parameter wrapping for delete...
2011-06-01 Jure Kajzer* updated listTables function to also take in account...
2011-06-01 Jure Kajzer* upgrade patches for oracle 1.17->1.19
2011-05-30 Chad Horohoe$newTablePrefix must be passed. All callers are ok
2011-05-30 Chad Horohoewhitespace
2011-05-29 Sam ReedEven more documentation in various files
2011-05-29 Sam ReedMore documentation in various files
2011-05-28 Sam ReedAnd even more documentation
2011-05-28 Sam ReedSome for MaxSem too
2011-05-28 Sam ReedAnd some more....
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 ReedDocumentation
2011-05-25 Sam ReedMove DB utility classes into own file
2011-05-25 Sam ReedMove DB(.*?)Error classes into own file
2011-05-21 Sam ReedFix function level comments that start with /* not /**
2011-05-19 Sam ReedAdd/remove/tweak method documentation
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-11 Sam ReedReturn comment stuffs
2011-05-10 Brion VibberFixes for FakeResultWrapper iteration -- the rewind...
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...
next