- 10 Jul, 2003 1 commit
-
-
Dries authored
- Committed a slightly modified version of Slavica's table prefix patch.
-
- 07 May, 2003 1 commit
-
-
Dries authored
- Applied Michael Caerwyn's "%s -> %d" patch. - Changed all occurences of '%d' to %d as suggested on the mailing list.
-
- 04 Apr, 2003 1 commit
-
-
Dries authored
- case t("whatever"); + case t("whatever"):
-
- 03 Apr, 2003 1 commit
-
-
Dries authored
- Changed pconnect() to connect().
-
- 16 Mar, 2003 1 commit
-
-
Dries authored
- db_query_range() in database.mysql.inc wasn't updated to match db_query(). - Fixed phpdoc.
-
- 09 Nov, 2002 2 commits
- 06 Nov, 2002 1 commit
-
-
Kjartan authored
-
- 24 Oct, 2002 1 commit
-
-
Dries authored
- Killed a warning. Reported by ax.
-
- 23 Oct, 2002 1 commit
-
-
Dries authored
ports. Patch by Alastair.
-
- 13 Oct, 2002 1 commit
-
-
Dries authored
- Committed Jeremy's incarnation of the statistics module. Last minutes 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".
-
- 20 Aug, 2002 1 commit
-
-
Dries authored
- Applied a (modified) version of Marco's SQL sequence patch.
-
- 23 Jun, 2002 1 commit
-
-
Dries authored
- Added the improved db_query() function with timings from Marco's sandbox.
-
- 22 Apr, 2002 1 commit
-
-
Kjartan authored
* 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.
-
- 20 Apr, 2002 1 commit
-
-
Dries authored
- Applied Marco's big patch, including contributions from Moshe: + Changed the db_query() API. + Wrapped all links in l(), lm(), la(), ..., drupal_url() functions. + XHTML-ified some HTML. + Wrapped a lot of text in the administrative pages in a t() function. + Replaced all $REQUEST_URI/$PATH_INFOs by request_uri(). + Small bugfixes (eg. bug in book_export_html() and clean-ups (eg. RSS code). + Fixed some bugs in the taxonomy module (eg. tree making bug), added new functionality (eg. new APIs for use by other modules), included Moshe's taxonomy extensions, and some documentation udpates. + ...
-
- 23 Dec, 2001 1 commit
-
-
Dries authored
- Added "query log" functionality to Drupal. Inspired by weitzman's code/patch.
-
- 31 Oct, 2001 1 commit
-
-
Dries authored
- Made some improvements/updates to the database abstraction layer.
-