Merge "(bug 19195) Make user IDs more readily available with the API"
[lhc/web/wiklou.git] / includes / db / DatabaseMysql.php
2012-05-10 ReedyMerge "(bug 19195) Make user IDs more readily available...
2012-05-09 Timo TijhofMerge "Add CSS class .mw-code (matching <pre>)"
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-05-01 ReedyMerge "Localisation updates from translatewiki.net."
2012-04-30 CatropeMerge "Revert "Commit of various live hacks""
2012-04-30 CatropeRevert "Commit of various live hacks"
2012-04-30 CatropeMerge "Revert "Forward port of https://mediawiki.org...
2012-04-30 CatropeMerge "Commit of various live hacks"
2012-04-30 ReedyCommit of various live hacks
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-02-28 Max SemenikFollow-up r112565: fix code duplication
2012-02-28 Chad Horohoe(bug 34762) Calling close() on a DatabaseBase object...
2012-02-25 Alexandre EmsenhuberPass __METHOD__ to DatabaseBase::begin(), DatabaseBase...
2012-02-10 Sam ReedDocumentation followups from lastnight
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...
2012-01-12 Sam ReedGive sql.php eval.php type scrollback
2012-01-11 Max SemenikRevert r108603, which was itself a revert of r107376...
2012-01-11 Antoine MussoReverts MySQL stored procedure support
2011-12-27 Max SemenikAdded support for stored procedures/functions to MySQL:
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-12-05 Sam ReedMore documentation of parameters following up r104591
2011-12-02 Sam ReedPer Timo, the second line would wipe out the first
2011-11-29 Sam ReedMoar documentations
2011-11-25 Sam ReedImprove comment from r104047
2011-11-24 Aaron SchulzAdded Database::getServerUptime() function to return...
2011-11-23 Aaron SchulzAdded wasLockTimeout() DB function. All our DBMS can...
2011-11-23 Aaron SchulzReverted 'lockTimeout' option from r104069: table_lock_...
2011-11-23 Aaron SchulzFactored setTimeout() into setSessionOptions() and...
2011-11-23 Sam ReedKill mysql4 specific code from DatabaseMysql
2011-11-10 Sam ReedAdd $fname to tableExists
2011-11-09 Mark A. Hershbergerfix bug #29102: Upgrade fails "Unknown character set...
2011-11-01 Sam ReedBug 30120 - Interwiki links error after upgrade
2011-09-17 Sam ReedRevert r97257
2011-09-16 Sam ReedMoar documentations
2011-09-16 Sam Reed* (bug 30927) Omission of MySQLField::maxLength
2011-08-29 Tim Starling* Fix for r90643: in the case where there is only one...
2011-08-14 Sam ReedAdd/update documentation
2011-08-01 Mark A. Hershbergerw/s changes: “svn diff -x-w” is clean
2011-07-04 Alexandre Emsenhuber* Removed usage of error suppression operator in includ...
2011-06-25 Sam ReedHack followup to r90643
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-09 PlatonidesIf this was ever passed an empty string it would spit...
2011-05-30 Chad Horohoewhitespace
2011-04-12 PlatonidesChange the duplicateTableStructure() to use the origina...
2011-04-12 PlatonidesAbstract tableName() by adding new function isQuotedIde...
2011-03-27 Sam ReedRemove remaining empty() call in r79119
2011-02-18 Sam ReedMark a fixme comment in Oracle DB file for undefined...
2011-01-25 Tim Starling* Fixed a bug causing the installer to ignore the ...
2010-12-31 Roan KattouwRemove now-unused SQL timestamp conversion functions...
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 HorohoeFollowup r79093: Move DROP TABLE code to Database class...
2010-12-04 Daniel FriesenMySQL is the only database which quotes identifiers...
2010-11-30 Sam ReedMore unused variables
2010-11-28 Sam ReedRemove some unused variables and globals
2010-11-24 Alexandre EmsenhuberMoved switches in Special:Unusedimages and Special...
2010-11-23 Max SemenikFixed $fname in some places
2010-11-23 Max SemenikThis indexInfo() belongs to MySQL
2010-11-21 Max SemenikRefactoring of *Field classes:
2010-10-24 Sam ReedComment out unused if (code inside it is commented out
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-09-28 Chad HorohoeSanity check on result from SHOW PROCESSLIST, foreach...
2010-08-27 Sam ReedRevert insertOrUpdate work
2010-08-26 Chad HorohoeDoc fix
2010-08-26 Sam ReedDrop $options from insertOrUpdate - r71662
2010-08-26 Sam ReedFollowup r71662
2010-08-25 Sam ReedTweak to insertOnDupeUpdate in DatabaseMysql to split...
2010-08-25 Sam ReedMove insertOnDupeUpdate (and rename to insertOrUpdate...
2010-08-22 Chad HorohoeMake getSoftwareLink() static so I can use it without...
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-01 Alexandre EmsenhuberStandardisation of file headers
2010-07-28 Niklas LaxströmExplicitly set mysql charsets to binary if not using...
2010-07-10 Max SemenikFixed mysqlisms in Database.php comments, abstracted...
2010-07-02 Max SemenikRefactored Database*::getLag(): moved the default imple...
2010-07-02 Max Semenik* Replaced the mess of every database class implementin...
next