Follow-up r84814: revert redundant summary message addition.
[lhc/web/wiklou.git] / includes / db /
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...
2011-01-06 Chad HorohoeFixes for r75545: don't use MEDIAWIKI_INSTALL in the...
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 X!I made MySQL work, and broke SQLite in the process...
2010-12-31 X!More work on getting SQLite to work with unit tests...
2010-12-31 Roan KattouwRemove now-unused SQL timestamp conversion functions...
2010-12-31 PlatonidesFollow up r79314.
2010-12-31 X!Use $oldTableName in CloneDatabase. The dropTable(...
2010-12-30 Sam ReedFix private class member variable access
2010-12-30 X!-Destroy the DB automatically when initting the DB
2010-12-30 Alexandre EmsenhuberFix for r79231: $dbname was missing
2010-12-30 Sam ReedExtract sucks
2010-12-30 Sam ReedAdd function return type hint to wfGetLBFactory
2010-12-30 Sam ReedArray to array
2010-12-28 OverlordQFollowup to r79094, PG handles temporary tables correct...
2010-12-28 Chad HorohoeFix hardcoded debugging from r79093
2010-12-28 X!Fix r79109: listTables() does not work without a prefix...
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-28 Chad HorohoeRefactor table cloning code into its own class so it...
2010-12-27 Chad HorohoeMove setup_plpgsql() to PostgresInstaller and make...
2010-12-23 Chad Horohoe* Fix r78774 for Oracle and Postgres, broke by method...
2010-12-17 Chad HorohoeMore old installer cruft
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 Sam Reedqualify call to array_to_obj
2010-11-30 Sam ReedMore unused variables
2010-11-30 PlatonidesReplace addslashes with Database::addQuotes()
next