include_once -> require_once
[lhc/web/wiklou.git] / includes / DatabaseFunctions.php
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