* suggestion for using tables.sql parsing instead of database query for tables list...
[lhc/web/wiklou.git] / includes / db / Database.php
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...
2011-01-25 Tim Starling* Fixed a bug causing the installer to ignore the ...
2011-01-24 Chad HorohoeFollowup to r79848 (and really, make it useful...)
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-05 Chad HorohoeFollowup r73348, r70608: move 'infinity' stuff to DB...
2011-01-04 Chad HorohoeRemove nasty ancient global $title (at least $wgTitle...
2010-12-31 Roan KattouwRemove now-unused SQL timestamp conversion functions...
2010-12-30 X!-Destroy the DB automatically when initting the DB
2010-12-28 X!It's here! It's finally here! The skies are falling...
2010-12-28 Chad HorohoeNitpick r79094: fix var names
2010-12-28 Chad HorohoeFollowup r79093: Move DROP TABLE code to Database class...
2010-12-17 Chad HorohoeSame as r78533, but 5 lines down
2010-12-17 Chad HorohoeInstaller can handle exceptions now, also suppress...
2010-12-14 Sam ReedAccess modifiers aren't valid on interfaces
2010-12-04 Daniel FriesenMySQL is the only database which quotes identifiers...
2010-12-04 Daniel FriesenFollowup to r77713, rename quote_ident to addIdentifier...
2010-12-04 Daniel FriesenFix a bug in the installer caused by r77487 creating...
2010-12-03 Sam ReedFollowup r77666, remove changed in database comment...
2010-12-03 Sam Reed* (bug 26219) Show API limits for multi values in descr...
2010-12-03 Sam ReedDocumentation improvement to r77597
2010-12-03 Sam ReedPer MaxSem CR on r77597, make $alias paramater optional...
2010-12-02 Sam ReedPer Roans request, Merge in r65475 (Database.php only...
2010-12-02 Antoine Mussopipe does not look nice in doxygen. fu r77499
2010-11-30 Sam ReedFew braces and spaces
2010-11-30 PlatonidesReplace addslashes with Database::addQuotes()
2010-11-29 PlatonidesFix potential html injection when the database server...
2010-11-26 Mark A. Hershbergerrevert r77271 since it was an expensive fix to a non...
2010-11-25 Mark A. HershbergerGive SQLite a translation for MySQL's UNIX_TIMESTAMP...
2010-11-24 Alexandre EmsenhuberMoved switches in Special:Unusedimages and Special...
2010-11-23 Max SemenikFix PHP 5.2 compatibility for r77144
2010-11-23 Max SemenikThis indexInfo() belongs to MySQL
2010-11-21 Max SemenikRefactoring of *Field classes:
2010-11-19 Alexandre Emsenhuber@fixme command doesn't exist in doxygen
2010-10-24 Sam Reed(bug 24853) Kill failFunction - Fixed! :D
2010-10-24 Sam ReedStart of bug 24853, killing off 'functional' parts...
2010-10-17 Platonides$wgUser is never a Stub since r70970.
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-10-11 Max SemenikTurned Database::patchPath() into a member function...
2010-10-05 Brion VibberRevert r74286, r74287 -- broke parserTests completely...
2010-10-05 Mark A. Hershberger(second commit to get all files.)
2010-10-03 Alexandre EmsenhuberAdded fname parameter to the query() call
2010-09-28 Max SemenikFollow-up r68878: ensure that returned value is int
2010-09-23 Max SemenikSpecial:Version now displays whether a SQLite database...
2010-09-08 Max SemenikPass calling function name and patch file from Database...
2010-09-08 Aryeh GregorMove DatabaseType to Database.php
2010-09-05 Aryeh GregorSuggest running update.php on database error
2010-09-04 Siebrand MazelandMore whitespace updates for files touched in r72342:
2010-09-04 Mark A. Hershbergerw/s changes
2010-09-01 Chad HorohoeMove createTables() up a level, this code was practical...
2010-08-31 Sam ReedApiBase.php:
2010-08-30 Sam ReedSpaces and braces
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
next