(bug 24898) MediaWiki uses /tmp even if a vHost-specific tempdir is set, also make...
[lhc/web/wiklou.git] / includes / db /
2010-08-22 Chad HorohoeBe consistent with all the child classes
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 ReedMore unused....
2010-08-19 Sam ReedRemove some more unused variables
2010-08-18 Sam ReedRevert r71250 r71251 r71252 r71253
2010-08-18 Sam ReedFix wrong removal in r71250
2010-08-18 Sam ReedMinor followup to r71250
2010-08-18 Sam ReedKill some crappy "failFunction" stuff, marked as old...
2010-08-18 Sam ReedFollowup r71241
2010-08-18 Sam Reed$bitField to $field
2010-08-16 Aryeh GregorAdd query count to $wgDebugDumpSql output
2010-08-14 Jeroen De DauwMake NATURAL JOINs possible
2010-08-13 Sam ReedRemove some unused variables
2010-08-13 Sam ReedRemove some more unused variables
2010-08-13 Sam ReedRemove a few more unused variables
2010-08-12 Max SemenikDatabaseSqlite::sourceStream(): convert CHAR types...
2010-08-12 PlatonidesAdded missing $ to variable.
2010-08-10 Jeroen De DauwAdded some docs
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-08 Alexandre EmsenhuberFix for r70684: correct description
2010-08-08 Alexandre Emsenhuber* standardised file headers
2010-08-07 Alexandre Emsenhuber* changed @addtogroup to @ingroup
2010-08-07 Max SemenikNot implemented != deprecated
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-08-06 Chad HorohoeRemove dupe implementations of begin/commit from Postgr...
2010-08-04 Greg Sabino MullaneCorrect casing for PL/pgSQL
2010-08-03 PlatonidesIf getMasterPos can be safely inherited, so can setFake...
2010-08-01 Alexandre EmsenhuberStandardisation of file headers
2010-07-30 Niklas LaxströmAdd @since for buildLike
2010-07-29 Niklas LaxströmMark escapeLike deprecated, since it is broken
2010-07-29 Max SemenikFixed exceptions on attempts to serialize DatabaseSqlit...
2010-07-28 Niklas LaxströmExplicitly set mysql charsets to binary if not using...
2010-07-26 PlatonidesFollowup r69909. This.. is.. no.. longer... a global!
2010-07-26 Sam ReedFollowup r69921
2010-07-25 PlatonidesKill $wgDBversion
2010-07-25 PlatonidesKill $wgDBport_db2
2010-07-25 PlatonidesKill $wgDBsuperuser
2010-07-25 Sam ReedMore unused globals
2010-07-24 Sam ReedRemoval of unused globals
2010-07-23 Sam ReedFix spaces from r69814
2010-07-23 Sam ReedAdd missing $wgDBname global
2010-07-22 Chad HorohoeFix r69229. This should not be abstract, return dummy...
2010-07-22 Tim StarlingUse $wgContLang not $wgLang for checkTitleEncoding...
2010-07-15 X!Move FakeResultWrapper to Database.php, allowing more...
2010-07-10 Max SemenikFixed mysqlisms in Database.php comments, abstracted...
2010-07-09 Chad HorohoeKill deprecated function. Marked as such for ~30k revs...
2010-07-05 Max SemenikGot rid of remaining usages of immediateBegin()/immedia...
2010-07-04 Alexandre EmsenhuberFixed some doxygen warnings
2010-07-02 Max SemenikRefactored Database*::getLag(): moved the default imple...
2010-07-02 Max Semenik* Replaced the mess of every database class implementin...
2010-06-29 Max SemenikFixed yet another borkage from r67707
2010-06-29 Max SemenikFixed a fatal installer failure on PG introduced in...
2010-06-27 Max SemenikFollow-up to r68604: recognise ATTACH DATABASE as a...
2010-06-26 Max SemenikSupport for $wgSharedDB in SQlite
2010-06-25 Domas Mituzasr68558 fixes: add some escaping (just in case, not...
2010-06-25 Domas MituzasAdding $wgSQLMode
2010-06-23 Max SemenikConverting MySQL's ENUM to SQLite BLOB doesn't make...
2010-06-16 Mark A. Hershberger* Create new DatabaseSqlite::checkForEnabledSearch...
2010-06-14 Chad HorohoeCleanup most of the DIY extension detection/dl() code...
2010-06-11 Niklas LaxströmAdded newline
2010-06-09 Chad HorohoeFixed a bunch of silly instances of [^!=]==\s*(true...
2010-06-08 Jure Kajzer* Fixed parserTests compatibility for Oracle
2010-05-19 Mark A. Hershberger* Remove compatibility code for pre-5.1 versions of PHP
2010-05-07 Chad HorohoeTypo in docs
2010-05-07 Chad HorohoeMerge new-installer branch to trunk
2010-05-03 Jure Kajzer* reportQueryError must break execution on parse and...
2010-04-29 PlatonidesActually check sourceFile for failure, showing the...
2010-04-28 Max SemenikMarked Database::newFromParams() as deprecated, cleaned...
2010-04-26 Chad HorohoeKill last vestiges of mediawiki_version. Nobody actuall...
2010-04-21 Chad HorohoeRemove current MSSQL implementation from trunk. See...
2010-04-16 Brion Vibber* (bug 14473) Add iwlinks table to track inline interwi...
2010-03-22 Greg Sabino MullaneSupport looking up deferred constraint information.
2010-03-18 Tim Starling* Fixed complete breakage of "lag.php -r" due to spurio...
2010-03-14 Alexandre EmsenhuberFixed some errors while running patchSql.php:
2010-03-11 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-06 Mark A. Hershbergerwhitespace.
2010-03-06 Max SemenikFix r63320
2010-03-06 Max SemenikFixed a couple of E_DEPRECATED in DatabaseMssql
2010-03-02 Jure Kajzeroracle: missing table prefix
2010-02-23 Jure KajzertableName calls moved inside fieldInfoMulti and removed...
2010-02-21 Max SemenikAlso rewrite ALTER TABLE, handle int(...) properly
2010-02-20 Max SemenikDatabaseSqlite:
2010-02-20 Alexandre EmsenhuberFix for r62744: use tabs for indentation, not spaces
2010-02-20 Jure KajzertableName has to be encoded before field type checking
2010-02-05 Alexandre EmsenhuberFix doxygen warnings
2010-02-05 OverlordQForce new connection to database, fixes bug 20475,...
2010-02-03 Max SemenikDatabaseSqlite: avoid fatals with non-zero $failFunction
2010-01-28 Jure KajzerFixed as per Tim's comments on r61179:
2010-01-22 Max SemenikSpecial delivery for Nikerabbit: ability to connect...
2010-01-22 Max SemenikFixed r61214: moved MySQL munging to SearchEngine,...
2010-01-20 Platonides(bug 21870) Remove Google logo loaded from it servers...
2010-01-20 Jure KajzerFixed as per Tim's comments on r60665:
2010-01-18 Max SemenikFactored MySQL-specific munging out of Language::stripF...
2010-01-18 Max Semenikrv bit accidentally committed in r61180
2010-01-17 Max SemenikRan stylize.php on DatabaseSqlite
2010-01-17 Jure KajzerFixed error suppressing suggested in r58559 by Tim...
2010-01-11 Tim StarlingRemove code commented out by r58597
next