Merge "(bug 20189) Added 'Show/hide selected revisions' button and checkboxes to...
[lhc/web/wiklou.git] / includes / db / DatabaseSqlite.php
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-04 DemonMerge "Use the same object when checking if the user...
2012-05-04 Tim StarlingMerge "Various updates needed to bump min php version...
2012-05-04 WerdnaMerge "(bug 18195) Allow changing preferences via API"
2012-05-03 Aaron SchulzMerge "Done a bit of deglobalisation."
2012-04-27 DemonMerge changes Ib2cb36cd,I50dec908
2012-04-26 Brion VIBBERMerge "[FileBackend] Some documentation and minor clean...
2012-04-26 Brion VIBBERMerge "The script can be re-run (in some cases at least...
2012-04-26 Brion VIBBERMerge "[FileBackend] Added a script to copy files from...
2012-04-26 Brion VIBBERMerge "[FileBackend] Tweaked various cache parameters...
2012-04-26 Brion VIBBERMerge "strip off subpages direct in GenderCache"
2012-04-26 Brion VIBBERMerge "Removed usage of global objects in SpecialEmailUser"
2012-04-26 Brion VIBBERMerge "(bug 30410) Remove deprecated $wgFilterCallback...
2012-04-26 Brion VIBBERMerge "Edit notices can now be translated."
2012-04-26 Brion VIBBERMerge "[FileRepo] Added hook to let us copy thumbnails...
2012-04-26 Brion VIBBERMerge "No environment reset for failure after prefetch...
2012-04-26 Brion VIBBERMerge "[FileBackend] Added container stat caching to...
2012-04-26 CatropeMerge "(bug 33602) list=allusers throws exceptions...
2012-04-26 Aaron SchulzMerge "Make data loading a bit better in ApiProtect."
2012-04-26 Aaron SchulzMerge "Use WikiPage::newFromID() instead of Title:...
2012-04-26 Aaron SchulzMerge "Optimise WikiPage::newFromID() to load all the...
2012-04-26 DemonMerge "let us easily override PHPUnit version"
2012-04-26 Alexandre EmsenhuberAdded missing GPLv2 headers in includes/db.
2012-04-25 Brion VIBBERMerge "(bug 32537) Pre-register default-loaded RL modul...
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-15 Brion VIBBERMerge "(bug 26909) follow up r102947: fix the navigatio...
2012-04-09 Brion VIBBERMerge "(bug 35658) make mw.Uri handle uris w/o protocol...
2012-04-07 ReedyMerge "(bug 32492) API now allows editing using pageid"
2012-04-06 Brion VIBBERMerge "Correcting type of DatabaseSqlite::insertId()"
2012-04-06 Christian AistleitnerCorrecting type of DatabaseSqlite::insertId()
2012-02-28 Max SemenikFollow-up r112565: fix code duplication
2012-02-25 Alexandre EmsenhuberPass __METHOD__ to DatabaseBase::begin(), DatabaseBase...
2012-02-10 Sam ReedDocumentation followups from lastnight
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2011-09-06 Chad HorohoeFollowup r96369: update child classes and a few callers
2011-09-03 Max Semenikrv r89483 per CR
2011-08-01 Chad HorohoeSqlite fails to open a connection when $user is given.
2011-06-23 Tim StarlingGeneral database-related code cleanup:
2011-06-20 Tim StarlingFollowup r90429:
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-04 Max SemenikSQLite-specific dropTable(): works a bit faster because...
2011-05-28 Sam ReedAnd even more documentation
2011-05-28 Sam ReedSome for MaxSem too
2011-05-21 Sam ReedFix function level comments that start with /* not /**
2011-05-11 Sam ReedReturn comment stuffs
2011-05-02 Sam ReedKill & from r87290
2011-05-02 Sam ReedAdd makeInsertOptions
2011-04-12 PlatonidesChange the duplicateTableStructure() to use the origina...
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-03-22 Chad HorohoeCleanup r80892, r84485: Check user also in sqlite for...
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-01-24 Chad Horohoe* Cleanup massive duplication across Database construct...
2011-01-24 Chad HorohoeFollowup r80864: DatabaseSqlite exploded on installer...
2011-01-11 Niklas LaxströmNo space after unary minus
2011-01-07 Chad HorohoeRemove ancient and deprecated newFromParams() construct...
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-30 X!-Destroy the DB automatically when initting the DB
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-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-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-21 Max SemenikRefactoring of *Field classes:
2010-11-19 Max SemenikSQLite types can be non-nullable
2010-11-10 Chad HorohoeDrop setup_database() here too. Only caller is the...
2010-11-01 Max SemenikFollow-up r68127: honor table prefix, perverted though...
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-23 Max SemenikReverted r70151 and re-did what it was intended to...
2010-10-23 Max SemenikRevert r73942, which was itself a revert of r73887...
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-07 Max SemenikSupport conversion of floating-point MySQL types in...
2010-10-02 Max Semenikrm obsolete comment
2010-10-02 Alexandre Emsenhuberremoved call to deprecated function dbsource() and...
2010-09-29 Max SemenikRevert r73887. I blame Nikerabbit!
2010-09-28 Max SemenikDatabaseSqlite: better check for error. Noticed by...
2010-09-23 Max SemenikSpecial:Version now displays whether a SQLite database...
2010-09-19 Max SemenikFixed DatabaseSqlite::tableName() to avoid prefixing...
2010-09-07 Max SemenikDatabaseSqliteStandalone should ignore $wgDBprefix...
2010-08-26 Max SemenikTemporary plug for bug 24939 (interwiki creation during...
2010-08-25 Sam ReedBraces for MaxSem
2010-08-25 Sam ReedFollowup r71593 - Spaces, I *still* hate you
2010-08-24 Sam ReedMove unreachable $this->mConn = false in DatabaseSqlite
2010-08-22 Chad HorohoeMake getSoftwareLink() static so I can use it without...
2010-08-18 Sam ReedRevert r71250 r71251 r71252 r71253
2010-08-18 Sam ReedFix wrong removal in r71250
2010-08-18 Sam ReedKill some crappy "failFunction" stuff, marked as old...
2010-08-12 Max SemenikDatabaseSqlite::sourceStream(): convert CHAR types...
next