Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Fixed db_query_range() in PEAR database abstraction layer. Patch by James. | Dries Buytaert | 2002-11-09 |
| | |||
* | - Added a db_query_range function. Patch by Natrak, slightly modified. | Dries Buytaert | 2002-11-09 |
| | |||
* | - removing whitespace (+testing still). | Kjartan Mannes | 2002-11-06 |
| | |||
* | - Committed Jeremy's incarnation of the statistics module. Last minutes | Dries Buytaert | 2002-10-13 |
| | | | | | | | | | | | | | | | changes include: * a couple of coding style changes, renamed some "stats" into "statistics", etc. * removed the "Who's online" block from the user module. * added db_affected_rows() to the resp. database abstraction layers and made the statistics module use db_affected_rows() instead. * added update logic to "update.php". | ||
* | - Fixed function prototype of db_error(). Patch by James. | Dries Buytaert | 2002-08-26 |
| | | | | One-liners are great! :) | ||
* | - Applied a (modified) version of Marco's SQL sequence patch. | Dries Buytaert | 2002-08-20 |
| | |||
* | - Ran the code through 'scripts/code-clean.sh': removed trailing whitespace | Dries Buytaert | 2002-05-20 |
| | | | | (and possibly tabs). | ||
* | - updating the PEAR db_query functions to the new format. | Kjartan Mannes | 2002-05-01 |
| | |||
* | - bug fixes: | Kjartan Mannes | 2002-04-22 |
| | | | | | | | | | | * fixed mails not being parsed properly. * tracker now shows user name when you view your own recent comments. * link to submission queue now points to the right place. * fixed jabber module. * theme is now activated when changed. - applied Gerhards coding style patch. | ||
* | - Added "query log" functionality to Drupal. Inspired by weitzman's | Dries Buytaert | 2001-12-23 |
| | | | | code/patch. | ||
* | - changed the PEAR version of db_query() to act similar to the MySQL one. | Kjartan Mannes | 2001-11-13 |
| | | | | If there is an SQL error db_query() will not return a result. | ||
* | - Made some improvements/updates to the database abstraction layer. | Dries Buytaert | 2001-10-31 |