summaryrefslogtreecommitdiff
path: root/includes/database.mysql.inc
Commit message (Collapse)AuthorAge
* - Tidied up the DoxyGen comments. Patch by Kjartan.Dries Buytaert2003-12-08
|
* Patch by Ax to fixe and improve to the core doxygen PHPdoc:Dries Buytaert2003-11-24
| | | | | | | | | | | | * fixes all doxygen warnings [#]_ in the current code base + changes @param style from phpDocumentor (@param type $var desc) to doxygen (@param $var desc) + documents all undocumented parameters + escapes / fixes html warnings + fixes @defgroup in theme.inc * adds more groupings [#]_ + drupal_{set|get}_title, drupal_{set|get}_breadcrumb + pager.inc: pager_api (pager_query(), pager_display()), pager pieces * adds a new group "themeable" which contains all themeable functions.
* - Bugfix: prefix not prepended to sequences. Fixes bug #3639.Dries Buytaert2003-10-22
| | | | | | | | | | Make sure to write: db_next_id({table}_field); instead of: db_next_id(table_field);
* - Fixed node_save() and user_save() bug introduced by table prefix changes.Dries Buytaert2003-07-21
| | | | | | Modified patches from Gerhard. - Changed the order of the checks in node_teaser(). Patch from Kobus.
* - Committed a slightly modified version of Slavica's table prefix patch.Dries Buytaert2003-07-10
|
* - Applied Michael Caerwyn's "%s -> %d" patch.Dries Buytaert2003-05-07
| | | | - Changed all occurences of '%d' to %d as suggested on the mailing list.
* - Patch by Ax. Fixed some syntax errors:Dries Buytaert2003-04-04
| | | | | - case t("whatever"); + case t("whatever"):
* - Changed pconnect() to connect().Dries Buytaert2003-04-03
|
* Patch by Ax:Dries Buytaert2003-03-16
| | | | | | | - db_query_range() in database.mysql.inc wasn't updated to match db_query(). - Fixed phpdoc.
* - Oops. The db_query_range() query got added twice.Dries Buytaert2002-11-09
|
* - Added a db_query_range function. Patch by Natrak, slightly modified.Dries Buytaert2002-11-09
|
* - removing whitespace (+testing still).Kjartan Mannes2002-11-06
|
* - Killed a warning. Reported by ax.Dries Buytaert2002-10-24
|
* - Made it possible to connect to mysql databases running on non-standardDries Buytaert2002-10-23
| | | | ports. Patch by Alastair.
* - Committed Jeremy's incarnation of the statistics module. Last minutesDries Buytaert2002-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".
* - Applied a (modified) version of Marco's SQL sequence patch.Dries Buytaert2002-08-20
|
* - Added the improved db_query() function with timings from Marco's sandbox.Dries Buytaert2002-06-23
|
* - bug fixes:Kjartan Mannes2002-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.
* - Applied Marco's big patch, including contributions from Moshe:Dries Buytaert2002-04-20
| | | | | | | | | | | | | | | | | | | | | | + 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. + ...
* - Added "query log" functionality to Drupal. Inspired by weitzman'sDries Buytaert2001-12-23
| | | | code/patch.
* - Made some improvements/updates to the database abstraction layer.Dries Buytaert2001-10-31