| Commit message (Expand) | Author | Age | Files | Lines |
* | Ditched DatabaseFunctions.php. All extensions using it are old and incompatib... | Max Semenik | 2010-03-04 | 1 | -412/+0 |
* | Mass convert NULL -> null. Left strings and comments alone, obviously. | Chad Horohoe | 2009-12-11 | 1 | -1/+1 |
* | Lots of doc updates. Documented where I knew what it did. Added @see paramete... | Chad Horohoe | 2008-09-20 | 1 | -8/+18 |
* | WARNING: HUGE COMMIT | Alexandre Emsenhuber | 2008-05-20 | 1 | -1/+2 |
* | * remove end of line whitespace | Siebrand Mazeland | 2008-04-14 | 1 | -1/+0 |
* | Remove ?>'s from files. They're pointless, and just asking for people to mes... | Aryeh Gregor | 2007-06-29 | 1 | -1/+1 |
* | The war on redundant ampersand usage! | Nick Jenkins | 2007-01-22 | 1 | -26/+26 |
* | Use Doxygen @addtogroup instead of phpdoc @package && @subpackage | Antoine Musso | 2007-01-20 | 1 | -1/+0 |
* | Code housekeeping stuff (and barring any stuff-ups on my behalf, there should... | Nick Jenkins | 2006-11-23 | 1 | -1/+0 |
* | * Introduced StringUtils.php, populated it with some generic string functions... | Tim Starling | 2006-11-21 | 1 | -12/+2 |
* | Removed most exit() calls from the MediaWiki core, by replacing them with eit... | Tim Starling | 2006-06-07 | 1 | -1/+1 |
* | Switching from phpdoc to doxygen (use less than 32MB of memory). | Antoine Musso | 2006-04-19 | 1 | -9/+52 |
* | merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test... | River Tarnell | 2005-08-02 | 1 | -43/+43 |
* | * (bug 2885) Fix fatal errors and notices in PHP 5.1.0beta3 | Brion Vibber | 2005-07-22 | 1 | -1/+2 |
* | Implemented query group feature, needed for slow queries esp. in 1.4. Hopeful... | Tim Starling | 2005-04-23 | 1 | -2/+2 |
* | wfSetBufferResults no longer referenced, kill. | Domas Mituzas | 2005-02-10 | 1 | -18/+0 |
* | Removed CVS keywords from files, to make merging between branches | Evan Prodromou | 2004-11-29 | 1 | -1/+0 |
* | Correcting bugs due to double-prefixing table names. Removing obsolete Databa... | Tim Starling | 2004-10-24 | 1 | -3/+3 |
* | Split files and classes in different packages for phpdocumentor. I probably c... | Antoine Musso | 2004-09-03 | 1 | -2/+3 |
* | comments and comments placeholders | Antoine Musso | 2004-09-03 | 1 | -55/+139 |
* | Changing comments layout preparing for generated documentation with Phpdocume... | Antoine Musso | 2004-09-02 | 1 | -5/+9 |
* | massive double to single quotes conversion. I have not noticed any bug after ... | Antoine Musso | 2004-08-22 | 1 | -7/+7 |
* | Database::setIgnoreErrors() doesn't seem to exist anymore. Switched to | Brion Vibber | 2004-08-05 | 1 | -1/+1 |
* | * Support for table name prefixes throughout the code. No support yet for con... | Tim Starling | 2004-07-18 | 1 | -14/+10 |
* | OOP calling convention for database functions. DBMS abstraction implemented b... | Tim Starling | 2004-07-10 | 1 | -13/+37 |
* | This commit implements Josh Cogliati's "info" feature (e.g. | Arne Heizmann | 2004-07-08 | 1 | -0/+9 |
* | Load balancer bug fixes | Tim Starling | 2004-06-22 | 1 | -0/+1 |
* | Allow use of DatabaseFunctions even when errors are ignored | Tim Starling | 2004-06-19 | 1 | -27/+114 |
* | Bringing the load balancer to the main branch. Still doesn't do much. I neede... | Tim Starling | 2004-06-15 | 1 | -66/+54 |
* | allow empty condition for wfGetSQL() | Domas Mituzas | 2004-06-11 | 1 | -1/+1 |
* | added wfFetchRow() besides wfFetchObject. Used by objectcache code | Domas Mituzas | 2004-06-10 | 1 | -0/+6 |
* | * include required Database object (according to database type) | Domas Mituzas | 2004-06-09 | 1 | -1/+11 |
* | include_once -> require_once | Tim Starling | 2004-05-07 | 1 | -1/+1 |
* | new function wfUpdateArray() | Tim Starling | 2004-03-23 | 1 | -0/+6 |
* | Fix for compatibility with short_open_tag = Off | Brion Vibber | 2004-02-18 | 1 | -1/+1 |
* | * Recent Changes improvements: object oriented back end, move page annotation... | Tim Starling | 2004-01-17 | 1 | -25/+42 |
* | object-oriented database connections | Tim Starling | 2004-01-10 | 1 | -226/+94 |
* | Fallback to google search box when database is offline | Tim Starling | 2003-12-26 | 1 | -1/+5 |
* | Removed use of PHP persistent connections. Se URL below for details. | Mr. E23 | 2003-12-13 | 1 | -11/+3 |
* | Removed unused function wfUnbufferedQuery(). | Mr. E23 | 2003-12-13 | 1 | -10/+30 |
* | Replaced calls to exit() with wfAbruptExit(). | Mr. E23 | 2003-12-10 | 1 | -3/+2 |
* | Workaround to avoid regexp segfault in wfGeneralizeSQL() | Mr. E23 | 2003-12-01 | 1 | -5/+16 |
* | Added wfUnbufferedQuery() | Mr. E23 | 2003-11-24 | 1 | -3/+19 |
* | Removed dodgy regex | Tim Starling | 2003-11-22 | 1 | -1/+1 |
* | Fixing broken regex in wfGeneralizeSQL | Tim Starling | 2003-11-21 | 1 | -6/+12 |
* | Fixed another bug in wfGeneralizeSQL(). This time it's perfect. | Mr. E23 | 2003-11-19 | 1 | -6/+6 |
* | Fixed another bug in wfGeneralizeSQL() | Mr. E23 | 2003-11-19 | 1 | -1/+1 |
* | Fixed bug in wfGeneralizeSQL() that caused strings in some queries to remain | Mr. E23 | 2003-11-19 | 1 | -2/+2 |
* | Changed the way SQL queries are logged by profiling | Mr. E23 | 2003-11-18 | 1 | -1/+17 |
* | Security fix: include path | Brion Vibber | 2003-11-17 | 1 | -3/+2 |