clarify comment
[lhc/web/wiklou.git] / includes / Database.php
2005-12-01 Ævar Arnfjörð Bjar... * Typo: $dbname => $dbName
2005-11-12 Domas Mituzasmove function name comment from start of query string...
2005-10-29 Tim StarlingAbility to set the blobs table name for any server...
2005-10-28 Tim StarlingGive informative connection errors more often
2005-10-26 Brion Vibber* (bug 3786) Experimental support for MySQL 4.1/5.0...
2005-10-22 Brion VibberCommitting various live hacks from Wikimedia servers
2005-10-10 Tom Gilder"$wgSitename is offline" is a bit harsh if it's just...
2005-10-06 Tom GilderEven better: use the site name and logo to look all...
2005-10-06 Tom GilderMarginally better database error
2005-10-02 Ævar Arnfjörð Bjar... * Support for specifying USE INDEX for any of >1 tables
2005-08-29 Ævar Arnfjörð Bjar... * Source cleanup
2005-08-28 Brion Vibber* (bug 2885) More PHP 5.1 fixes: skin, search, log...
2005-08-26 Brion VibberDrop MySQL 3.23.x support; 4.0 or greater required.
2005-08-23 Tim StarlingWorkaround for occasional fatal
2005-08-21 Erik MoellerBug #1956: Hide bot uploads in Special:Newimages
2005-08-14 Tim Starlingadded flags accessor, fixed select/update option array...
2005-08-14 Tim Starlingfixed connection error handling
2005-08-11 Brion Vibber* (bug 3056) MySQL 3 compatibility fix: USE INDEX inste...
2005-08-09 Domas Mituzasadd escaping routines for LIKE: db::escapeLike($s)
2005-08-09 Antoine MussoI really meant 3 parameters as kate made it in ORACLE...
2005-08-09 Antoine MussolimitResult() use 3 argument since ORACLE merge
2005-08-02 Niklas LaxströmI guess we can support OFFSET too, or can we?
2005-08-02 Ævar Arnfjörð Bjar... * Remove troublesome double array
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-07-27 Tim Starlingprofiling
2005-07-22 Domas MituzasCommit live hacks:
2005-07-22 Brion Vibber* (bug 2885) Fix fatal errors and notices in PHP 5...
2005-07-21 Ævar Arnfjörð Bjar... * Formattingofcondensedcode
2005-07-18 Ævar Arnfjörð Bjar... * Made makeUpdateOptions() DBMS independant
2005-07-18 Ævar Arnfjörð Bjar... * Modified the update function to take another argument...
2005-07-16 Brion VibberRevert 1.106, needless complication that duplicates...
2005-07-14 Ævar Arnfjörð Bjar... * Make it possible to use the Database.php class to...
2005-07-14 Ævar Arnfjörð Bjar... * GROUP BY support in makeSelectOptions()
2005-07-01 Brion VibberReplace !! with explicit operations.
2005-06-25 Tim Starlinggeneral write query suppression in read only mode
2005-06-22 River Tarnellinclude error in debug output
2005-06-19 Tim Starlingported refreshLinks.php improvements (and associated...
2005-06-19 Tim Starlingported site_stats change from 1.4
2005-06-06 Brion Vibber* (bug 1976) fix shared user database with a table...
2005-06-01 Tim Starlingnew load balancing algorithm
2005-06-01 Brion Vibber* Fix function comment in debug dump of SQL statements
2005-05-26 Brion Vibber* links and brokenlinks tables merged to pagelinks...
2005-05-08 Brion Vibber* HistoryBlobStub: the last-used HistoryBlob is kept...
2005-05-03 Ævar Arnfjörð Bjar... * Changed makeSelectOptions() so that its paramater...
2005-04-25 Brion VibberClean up e-mail authentication code.
2005-04-25 Tim Starlingported live patches
2005-04-24 Tim StarlingMade updateSpecialPages.php more robust to database...
2005-04-24 Tim Starlingreconnect when the connection is lost. This hopefully...
2005-04-12 Tim StarlingVarious live patches ported from REL1_4
2005-04-10 Tim Starlingported improved table quoting from 1.4
2005-04-03 Tim StarlingAdd seek method to ResultWrapper
2005-03-28 Tim StarlingFixed ordering of SQL debug log
2005-03-27 Tim StarlingBought me a horizontal scrollbar, no need for this...
2005-03-27 Tim StarlingFixed efficiency problem with $wgSiteNotice. Introduced...
2005-03-20 Tim StarlingFixed comment
2005-03-18 Brion VibberInclude function name for SQL statements dumped to...
2005-03-13 Brion Vibberfix deadlock loop
2005-01-30 Jens FrankAllow an array of tables for insertSelect()
2005-01-27 Antoine Mussofix phpdoc comment
2005-01-14 Tim StarlingMerging server feature from REL1_4
2005-01-14 Tim StarlingFixed problem with missing query errors, noticed in...
2005-01-11 Antoine Musso* Remove some hardcoded 0 instead of NS_MAIN
2004-12-22 Tim StarlingFixing synchronisation bug: can't open a transaction...
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-12-13 Brion VibberAllow empty array in select() for the where conditions
2004-12-12 Tim StarlingFixed connection errors yet again, hopefully in a more...
2004-11-29 Evan ProdromouRemoved CVS keywords from files, to make merging betwee...
2004-11-09 Antoine MussoPatch by "Neil Barsema" <neil@barsema.org> :
2004-10-24 Brion VibberLet Database do the quoting of the 'group' table, so...
2004-10-24 Tim StarlingCorrecting bugs due to double-prefixing table names...
2004-10-18 Brion Vibber* Add support for prepared statements. This should...
2004-10-14 Brion VibberClean up a few scriptlets
2004-10-10 Brion VibberFix brainfart that broke options on insertArray()
2004-10-04 Domas MituzasDatabase::makeList() now checks in LIST_AND mode if...
2004-10-03 Brion VibberExtend select() wrapper to allow specifying multiple...
2004-09-22 Zheng Zhumade some more wfMsg() to wfMsgForContent changes
2004-09-15 Domas Mituzasreturn status of selectdb
2004-09-11 Tim Starlingdocumentation: noting that a function is obsolete
2004-09-09 Domas Mituzasadd aggregateValue(), as some databases require differe...
2004-09-09 Brion VibberAdd Database::conditional() function to build IF()...
2004-09-08 Brion VibberAdd Database::getSoftwareLink() and Database::getServer...
2004-09-07 Brion VibberUse array_keys() rather than array_flip(), which fails...
2004-09-06 Domas Mituzasextend makeList so it could include database field...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-03 Antoine MussoComments for phpdocumentor + comments placeholder.
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-09-02 Brion VibberResultWrapper object, so you can pass a result back...
2004-08-31 Brion VibberQuote seemingly numeric values in SQL, as they might
2004-08-28 Jens FrankENH#59 Provide a (diff) link in Special:Contributions
2004-08-28 Erik Moellerrename $wgUserTablePrefix to $wgSharedDB as discussed...
2004-08-23 Jens FrankNew global setting: wgUserTablePrefix
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-20 Domas Mituzasremove bad functions:
2004-08-19 Domas Mituzasallow getField, selectField and select to have empty...
2004-08-10 Domas MituzasAdd Database*::timestamp(), using wfTimestamp()
2004-08-07 Tim Starlingmarking error suppression operators so that they can...
2004-08-06 Brion VibberWrap Database::setTimer() in a check for existence...
2004-07-24 Tim Starling* Introducing bit field for database parameters
2004-07-23 Tim Starlingfixed bug with masterPosWait()
2004-07-19 Jens FrankFix Userlogin
next