merging latest master
[lhc/web/wiklou.git] / includes / db / DatabaseMssql.php
2012-08-20 danielmerging latest master
2012-06-29 KrinkleMerge "mediawiki.special.preferences: Support Back...
2012-05-19 Aaron SchulzMerge "Title::moveToInternal doesn't return anything...
2012-05-10 Aaron SchulzMerge "Revert r97711"
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-04-29 danielmerged from master
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-16 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
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-09 Sam ReedMore return documentation
2011-11-10 Sam ReedFix syntax error I introduced from r102683
2011-11-10 Sam ReedAdd $fname to tableExists
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-17 Sam ReedSwap else if for elseif
2011-05-09 Chad HorohoeMore silly ternary true : false fixes
2011-04-12 PlatonidesFollow up r85888: Add the parameter to DatabasePostgres...
2011-04-12 PlatonidesAbstract tableName() by adding new function isQuotedIde...
2011-02-27 Sam ReedRemove unreachable return
2011-02-18 Sam ReedFixup assignment in loop
2011-02-18 Sam ReedFixup whitespace, brackets etc
2011-01-24 Chad Horohoe* Cleanup massive duplication across Database construct...
2011-01-07 Chad HorohoeRemove ancient and deprecated newFromParams() construct...
2011-01-05 Chad HorohoeFollowup r73348, r70608: move 'infinity' stuff to DB...
2010-12-31 Roan KattouwRemove now-unused SQL timestamp conversion functions...
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-11-30 Sam Reedqualify call to array_to_obj
2010-11-25 Sam ReedMore reversion of r77297, 1 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-24 Alexandre EmsenhuberMoved switches in Special:Unusedimages and Special...
2010-11-23 Antoine Mussodieout() now default to empty text. follow up r76165
2010-11-21 Max SemenikRefactoring of *Field classes:
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-05 Platonidesdieout() function already takes into account if a ...
2010-11-01 Sam Reedbug 25517 Assignment in conditions should be avoided...
2010-10-31 Sam ReedUpdate deprecated method calls
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-14 Sam ReedBig attack on unused variables...
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-10-10 PlatonidesFollow up r74135 removing the globals, too.
2010-10-02 Max SemenikFix botched up comments
2010-10-02 Alexandre Emsenhuberremoved some unused variables
2010-10-02 Alexandre EmsenhuberFix for r74134: copy-paste error
2010-10-02 Alexandre Emsenhuberremoved call to deprecated function dbsource() and...
2010-10-02 Alexandre Emsenhuber__FUNCTION__ -> __METHOD__
2010-09-05 Jack Phoenixtrim trailing spaces
2010-09-05 Aryeh GregorSuggest running update.php on database error
2010-08-25 Sam ReedChange usages of Database:: for function names in Datab...
2010-08-24 Sam ReedWhitespace, I hate you.
2010-08-24 Sam ReedRemove some unreachable code (usually returns after...
2010-08-22 Chad HorohoeMake getSoftwareLink() static so I can use it without...
2010-08-22 Alexandre EmsenhuberFixed some doxygen warnings
2010-08-21 PlatonidesTry to address some of the issues of r70608.
2010-08-19 Sam ReedRemove some more unused variables
2010-08-18 Sam ReedRevert r71250 r71251 r71252 r71253
2010-08-18 Sam ReedKill some crappy "failFunction" stuff, marked as old...
2010-08-13 Sam ReedRemove a few more unused variables
2010-08-12 PlatonidesAdded missing $ to variable.
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-07 Alexandre Emsenhuber* changed @addtogroup to @ingroup
2010-08-07 Max SemenikFollow-up r70608: you don't need to override this stuff...
2010-08-06 Ryan BiesDatabaseMssql class and related changes
2010-04-21 Chad HorohoeRemove current MSSQL implementation from trunk. See...
2010-03-06 Max SemenikFix r63320
2010-03-06 Max SemenikFixed a couple of E_DEPRECATED in DatabaseMssql
2010-01-08 Tim StarlingFor r60757: implement Database::getType() explicitly...
2009-12-14 Chad HorohoeFollowup r60051, with the rest of the callers and remov...
2009-12-14 Chad HorohoeUpdate callers from immediateCommit() to commit()....
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-10-21 Max Semenik(bug 20268) Fixed Database::estimateRowCount on SQLite...
2009-08-22 Alex ZMostly revert r53358 and r53365 per comments on code...
2009-07-29 Chad Horohoe* Move generic return true; various for lock functions...
next