aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Database.php
Commit message (Expand)AuthorAgeFilesLines
* Merge 'real' beta4 from HEADBrion Vibber2004-06-271-4/+20
* Merge with HEADJens Frank2004-06-171-8/+5
* Merge 1.3.0beta3 from HEADBrion Vibber2004-06-131-6/+26
* Merge to HEAD; 1.3.0beta2Brion Vibber2004-06-061-4/+10
* include_once -> require_onceTim Starling2004-05-071-2/+2
* stop newFromParams() ignoring the $bufferResults paramJerome Jamnicky2004-04-161-0/+1
* Don't use the connection ID in error checks. If the connection itself fails, ...Brion Vibber2004-04-101-2/+2
* HTML tweaks inching towards XHTML-friendly output. To test:Brion Vibber2004-04-031-1/+1
* mysql_list_tables() is deprecated; switch to more elegant solution usedBrion Vibber2004-03-241-8/+7
* new function updateArray(), fixed bug which caused database messages to be ig...Tim Starling2004-03-231-9/+23
* extra debugging infoTim Starling2004-03-201-1/+5
* Some changes to the link tables. They now all use a key on cur_id for the *_f...Brion Vibber2004-03-111-2/+15
* freeing a result objectTim Starling2004-03-081-1/+3
* * Fixed magic quotes in $_REQUEST, in Setup.phpTim Starling2004-03-061-2/+2
* Add database creation to in-place installer, plus a couple fixlets.Brion Vibber2004-03-021-3/+4
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
* Moved google box out from 'searchdisabled' message. Appended google box to ti...Mr. E232004-02-151-1/+2
* More realistic kill procedureTim Starling2004-02-121-5/+3
* Specia:Asksql security fix, Special:Asksql query timeout featureTim Starling2004-02-111-1/+17
* Use wgSiteMessage in no-database abort if it's setBrion Vibber2004-02-081-1/+2
* Fixed recent bugsTim Starling2004-01-181-8/+13
* * Recent Changes improvements: object oriented back end, move page annotation...Tim Starling2004-01-171-13/+91
* object-oriented database connectionsTim Starling2004-01-101-0/+385