Remove various unused parameters
[lhc/web/wiklou.git] / includes / db /
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
2010-01-10 Aryeh GregorUse string interpolation, not .
2010-01-10 Max SemenikWorkaround for SQLite's inability to perform multi...
2010-01-08 Jure KajzerPrevented delete call in replace function if conditions...
2010-01-08 Tim StarlingFor r60757: implement Database::getType() explicitly...
2010-01-07 Tim StarlingAdd a Database::getType() function so that we can get...
2010-01-06 Niklas LaxströmAdd comment about unused parameters to constructor...
2010-01-06 Sam ReedAttempt at normalistion of comparison styles - empty...
2010-01-06 Jure KajzerFixed variable name typo from r60665. (problems while...
2010-01-06 Jure KajzerFixed variable name typo from r60665.
2010-01-06 Tim StarlingDon't count unions of bracketed selects as being write...
2010-01-06 Mark A. HershbergerRandom eol whitespace found while treking through files.
2010-01-05 Roan KattouwAdd $maxlag parameter to LoadBalancer::getMaxLag()...
2010-01-05 Jure Kajzerfixme for r58356
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-12-11 Max SemenikPer CR for r58631, moved default duplicateTableStructur...
2009-12-11 Jack Phoenixmore coding style cleanup to DatabaseOracle.php
2009-12-11 Jure KajzerFixed missing table in ora/tables.sql. Replaced instant...
2009-12-10 Aryeh Gregorstylize.php on DatabaseOracle.php
2009-12-07 Tim StarlingReplaced all instances of <<<END (which breaks vim...
2009-12-06 Max SemenikFixed duplicateTableStructure() for SQLite, it previous...
2009-12-01 Tim StarlingReverted r58646 as per my comments on bug 20554.
2009-11-27 Greg Sabino MullaneTypo.
2009-11-27 Jure KajzerFixed wrong field definition for filearchive. Fixed...
2009-11-17 Jure Kajzerreplaced charset definition to php var instead of force...
2009-11-09 Jure KajzerFixed parserTests to work with Oracle (added Anonymous...
2009-11-06 Jure KajzerStarted working on parserTests Oracle compatibility...
2009-11-06 Roan KattouwAPI: (bug 20554) Expose average slave lag (avglag)...
2009-11-06 Max SemenikAbstracted some parts of database interaction for parse...
2009-11-05 Jure Kajzeradded encoding handlin on delete() and selectRow()...
2009-11-05 Jure Kajzerremoved x-codeBlob functions and modified blob handling...
2009-11-05 Max SemenikimplicitOrderby() seems to be true for SQLite, removing...
2009-11-04 Jure KajzerFixed replace function behaviour when required ID not...
2009-11-04 Jure KajzerFixed some Oracle-specific installer and Strict Standar...
2009-11-03 Jure KajzerDatabaseOracle removed makeList overload and added...
2009-10-30 Jure Kajzeroverloaded makeList in DatabaseOracle to handle CLOBs...
2009-10-29 Max SemenikMerge SQLite search from branches/sqlite/ to trunk
2009-10-28 Jure Kajzer* Replaced LIMIT with limitResult call in rebuildrecent...
2009-10-28 Jure KajzerChanged sequence names to a standard <table>_<field...
2009-10-27 OverlordQ(bug 18909) Add missing INSERT SELECT wrapper for Postgres
2009-10-26 Leons Petrazickis- DB2 bugfix: Blob class now converted to string where...
2009-10-25 Max Semenik* Abstracted table locks in maintenance/updateSearchInd...
2009-10-21 Max Semenik(bug 20275) Fixed LIKE queries on SQLite backend
next