summaryrefslogtreecommitdiff
path: root/modules/throttle.module
Commit message (Collapse)AuthorAge
* - Michael Frankowski's excellent help text improvements!Dries Buytaert2003-05-29
|
* - See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html.Dries Buytaert2003-02-11
|
* - Tidied up XHTML. Patch by Ulf.Dries Buytaert2003-01-23
| | | | - Added missing t() function. Patch by Stefan.
* - Applied Ori's format_plural() patch; see mailing list for details.Dries Buytaert2003-01-21
| | | | NOTE: some modules in the contributions repository might need to be updated.
* - Clean URL patch.Dries Buytaert2003-01-06
|
* - Fix blocks of throttle and queue module. Patch by Gerhard.Dries Buytaert2002-11-27
|
* - 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".