* (bug 2885) Fix fatal errors and notices in PHP 5.1.0beta3
[lhc/web/wiklou.git] / includes / Database.php
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
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-15 Domas Mituzasadd Database->limitResult($limit,$offset) instead of...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-07-10 Tim StarlingLog function name
2004-06-29 Tim StarlingRemoved arbitrary change in timestamp formats between...
2004-06-29 Tim StarlingDB error log
2004-06-26 Tim StarlingNicer looking errors in command line mode
2004-06-25 Tim StarlingCheck for missing mysql functions, give nice error...
2004-06-21 Tim Starlingallowing calls to getArray with no conditions
2004-06-15 Tim StarlingBringing the load balancer to the main branch. Still...
2004-06-12 Tim StarlingwfSetRef doesn't work, making isWindows() function...
2004-06-12 Brion VibberOn emergency abort check if headers have already been...
2004-06-11 Domas Mituzasadd wfLimitResult, for LIMIT/OFFSET compatibilities
2004-06-10 Domas Mituzasadded wfFetchRow() besides wfFetchObject. Used by objec...
2004-06-07 Antoine Mussodont require FulltextStoplist on mysql4 databases ...
2004-05-24 Jerome JamnickySHOW INDEX works in MySQL 3.23.58, but SHOW INDEXES...
2004-05-23 Tim Starlingfixed database error handling
2004-05-23 Tim Starlingfixed bug in tableExists()
2004-05-07 Tim Starlinginclude_once -> require_once
2004-04-16 Jerome Jamnickystop newFromParams() ignoring the $bufferResults param
2004-04-10 Brion VibberDon't use the connection ID in error checks. If the...
2004-04-03 Brion VibberHTML tweaks inching towards XHTML-friendly output....
2004-03-24 Brion Vibbermysql_list_tables() is deprecated; switch to more elega...
2004-03-23 Tim Starlingnew function updateArray(), fixed bug which caused...
2004-03-20 Tim Starlingextra debugging info
2004-03-11 Brion VibberSome changes to the link tables. They now all use a...
next