cleanup to mwsuggest.js & fix some things suggested by JSLint
[lhc/web/wiklou.git] / includes / db /
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
2009-10-21 Max Semenik(bug 20268) Fixed Database::estimateRowCount on SQLite...
2009-10-20 Max Semenik(bug 20911) Installer failed to create a SQLite databas...
2009-10-17 Max Semenik(bug 20256) Fixed SQL errors on Special:Recentchanges...
2009-09-23 Leons PetrazickisChanges to IBM DB2 support:
2009-09-15 Alexandre Emsenhuberwhitespaces tweaks
2009-09-04 Tim StarlingAdded $wgShowDBErrorBacktrace, to allow users to easily...
2009-08-29 Chad Horohoe(bug 20260) SQLite: don't always autocreate DB and...
2009-08-25 Aryeh GregorWhitespace
2009-08-24 Alexandre Emsenhuber* (bug 15475) DatabaseBase::setFlag(), DatabaseBase...
2009-08-22 Alex ZMostly revert r53358 and r53365 per comments on code...
2009-08-21 Chad HorohoeRemove random comments.
2009-08-19 Brion Vibberfix up doc comment on Database::buildConcat()
2009-08-15 Leons Petrazickisconfig/index.php:
2009-08-15 Chad HorohoeSpacing and declare public.
2009-08-15 Tim Starling* Converted BagOStuff.php from the style of memcached...
2009-08-12 Tim StarlingIn Database::getLag(): Add some more I/O thread states.
2009-08-09 Chad HorohoepatchPath not patchPatch
2009-08-09 Chad Horohoe* Use DB_ADMIN for fixSlaveDesync, rebuildtextindex...
2009-07-29 Chad Horohoe* Move generic return true; various for lock functions...
2009-07-27 Chad Horohoe$this not $db
2009-07-20 Greg Sabino MullaneAdd standardSelectDistinct() function to help fork...
2009-07-16 Alex ZFollowup to r53358 - Tweak the function name to be...
2009-07-16 Alex Z(bug 19590) Database error messages are no longer hardc...
2009-07-14 Aryeh GregorUse parentheses for reliability
2009-07-13 Bryan Tong Minh(bug 19571) Override buildConcat for SQLite.
2009-07-09 Aryeh GregorRemove redundant no-op implementations
2009-07-09 Chad Horohoe(bug 19591) Move setBigSelects() to DatabaseMysql
2009-06-26 Alexandre Emsenhubersame as r52457 but for SQLite
2009-06-26 Alexandre Emsenhuberquick fix for r52382: fix errors in DatabasePostgres...
2009-06-25 Chad Horohoe* Move lock()/unlock() to DatabaseMysql, declare abstract
2009-06-16 Aryeh GregorAbstract more methods in DatabaseBase
2009-06-16 Aryeh GregorMake some Database methods optional to override
2009-06-15 Aryeh GregorMove some stuff from DatabaseBase to DatabaseMysql
2009-06-15 Alex Zfix typo in comment
2009-06-14 Aryeh GregorUse parentheses for bit* to be on the safe side
2009-06-13 Niklas LaxströmFollow-up to r?????:
2009-06-13 Jure Kajzertypos
2009-06-13 Jure KajzerAdded bitwise operations to DatabaseBase and overloaded...
2009-06-12 Chad HorohoeExpect DatabaseBase, not Database.
2009-06-12 Aryeh GregorMake Database into abstract class DatabaseBase
2009-06-08 Jure KajzerWeb installation support for Oracle.
2009-06-05 Jure KajzerOracle database abstraction updated.
2009-05-27 Tim StarlingImplemented save/restore logic for sql_big_selects...
2009-05-19 Jure KajzerPreparations for Oracle database abstraction update...
2009-05-15 Tim StarlingFix breakage of SQLite ResultWrapper due to r45769...
2009-05-11 Tim StarlingProposed fix for bug 16937: pg_version() missing server...
2009-04-30 Tim StarlingLog function name for SHOW PROCESSLIST query in getLag().
2009-04-07 Chad HorohoeRemove some unused $wgOut's.
2009-04-02 Alexandre EmsenhuberCatch exceptions, since this part is likely to throw...
2009-03-24 Greg Sabino MullaneWe can rely on usesuper and not just usecreatedb here.
2009-03-14 Aaron SchulzMore visual and xhtml fixes for file cache failback
next