aboutsummaryrefslogtreecommitdiffstats
path: root/includes/DatabaseFunctions.php
Commit message (Expand)AuthorAgeFilesLines
* Merge 'real' beta4 from HEADBrion Vibber2004-06-271-27/+115
* Merge with HEADJens Frank2004-06-171-66/+54
* Merge 1.3.0beta3 from HEADBrion Vibber2004-06-131-2/+18
* include_once -> require_onceTim Starling2004-05-071-1/+1
* new function wfUpdateArray()Tim Starling2004-03-231-0/+6
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
* * Recent Changes improvements: object oriented back end, move page annotation...Tim Starling2004-01-171-25/+42
* object-oriented database connectionsTim Starling2004-01-101-226/+94
* Fallback to google search box when database is offlineTim Starling2003-12-261-1/+5
* Removed use of PHP persistent connections. Se URL below for details.Mr. E232003-12-131-11/+3
* Removed unused function wfUnbufferedQuery().Mr. E232003-12-131-10/+30
* Replaced calls to exit() with wfAbruptExit().Mr. E232003-12-101-3/+2
* Workaround to avoid regexp segfault in wfGeneralizeSQL()Mr. E232003-12-011-5/+16
* Added wfUnbufferedQuery()Mr. E232003-11-241-3/+19
* Removed dodgy regexTim Starling2003-11-221-1/+1
* Fixing broken regex in wfGeneralizeSQLTim Starling2003-11-211-6/+12
* Fixed another bug in wfGeneralizeSQL(). This time it's perfect.Mr. E232003-11-191-6/+6
* Fixed another bug in wfGeneralizeSQL()Mr. E232003-11-191-1/+1
* Fixed bug in wfGeneralizeSQL() that caused strings in some queries to remainMr. E232003-11-191-2/+2
* Changed the way SQL queries are logged by profilingMr. E232003-11-181-1/+17
* Security fix: include pathBrion Vibber2003-11-171-3/+2
* Use wfMsg()'s parametersBrion Vibber2003-11-151-2/+2
* Nov. branch merge. Various features backported from stable, various bug fixes.Tim Starling2003-11-091-9/+42
* Various fixes, see the version of [[m:Development status]] before this commit...Tim Starling2003-11-021-0/+6
* MediaWiki namespaceTim Starling2003-09-211-7/+6
* More wfQuery() conversionTim Starling2003-09-201-1/+2
* changing wfQuery to allow replicationTim Starling2003-09-201-3/+10
* Experimental patch to partially protect against simultaneous edit bug byBrion Vibber2003-08-171-0/+1
* oopsBrion Vibber2003-08-091-2/+2
* Alternate db connect, use proper charset in abort pageBrion Vibber2003-08-091-4/+7
* Move file cache functions into CacheManager class (in CacheManager.php)Brion Vibber2003-08-021-9/+50
* Date/time fixes: try to ensure that timestamps are always kept in GMT, with c...Brion Vibber2003-06-301-3/+3
* Initial revisionLee Daniel Crocker2003-04-141-0/+134