* Fixed unclosed <p> tag
[lhc/web/wiklou.git] / includes / DatabaseFunctions.php
2005-04-23 Tim StarlingImplemented query group feature, needed for slow querie...
2005-02-10 Domas MituzaswfSetBufferResults no longer referenced, kill.
2004-11-29 Evan ProdromouRemoved CVS keywords from files, to make merging betwee...
2004-10-24 Tim StarlingCorrecting bugs due to double-prefixing table names...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-03 Antoine Mussocomments and comments placeholders
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-05 Brion VibberDatabase::setIgnoreErrors() doesn't seem to exist anymo...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-07-08 Arne HeizmannThis commit implements Josh Cogliati's "info" feature...
2004-06-22 Tim StarlingLoad balancer bug fixes
2004-06-19 Tim StarlingAllow use of DatabaseFunctions even when errors are...
2004-06-15 Tim StarlingBringing the load balancer to the main branch. Still...
2004-06-11 Domas Mituzasallow empty condition for wfGetSQL()
2004-06-10 Domas Mituzasadded wfFetchRow() besides wfFetchObject. Used by objec...
2004-06-09 Domas Mituzas* include required Database object (according to databa...
2004-05-07 Tim Starlinginclude_once -> require_once
2004-03-23 Tim Starlingnew function wfUpdateArray()
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-17 Tim Starling* Recent Changes improvements: object oriented back...
2004-01-10 Tim Starlingobject-oriented database connections
2003-12-26 Tim StarlingFallback to google search box when database is offline
2003-12-13 Mr. E23Removed use of PHP persistent connections. Se URL below...
2003-12-13 Mr. E23Removed unused function wfUnbufferedQuery().
2003-12-10 Mr. E23Replaced calls to exit() with wfAbruptExit().
2003-12-01 Mr. E23Workaround to avoid regexp segfault in wfGeneralizeSQL()
2003-11-24 Mr. E23Added wfUnbufferedQuery()
2003-11-22 Tim StarlingRemoved dodgy regex
2003-11-21 Tim StarlingFixing broken regex in wfGeneralizeSQL
2003-11-19 Mr. E23Fixed another bug in wfGeneralizeSQL(). This time it...
2003-11-19 Mr. E23Fixed another bug in wfGeneralizeSQL()
2003-11-19 Mr. E23Fixed bug in wfGeneralizeSQL() that caused strings...
2003-11-18 Mr. E23Changed the way SQL queries are logged by profiling
2003-11-17 Brion VibberSecurity fix: include path
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
2003-11-02 Tim StarlingVarious fixes, see the version of [[m:Development statu...
2003-09-21 Tim StarlingMediaWiki namespace
2003-09-20 Tim StarlingMore wfQuery() conversion
2003-09-20 Tim Starlingchanging wfQuery to allow replication
2003-08-17 Brion VibberExperimental patch to partially protect against simulta...
2003-08-09 Brion Vibberoops
2003-08-09 Brion VibberAlternate db connect, use proper charset in abort page
2003-08-02 Brion VibberMove file cache functions into CacheManager class ...
2003-06-30 Brion VibberDate/time fixes: try to ensure that timestamps are...
2003-04-14 Lee Daniel CrockerInitial revision