summaryrefslogtreecommitdiff
path: root/modules/throttle.module
Commit message (Collapse)AuthorAge
* - Fixed some link titles that were no longer correct due to the menuDries Buytaert2003-10-09
| | | | | | changes. - Fixed some broken links.
* - Committed part 3 of Michael's help system improvements: removed the $helpDries Buytaert2003-10-09
| | | | parameter from the menu() function.
* - Help system improvements: eliminated the _system hook. Patch by Michael.Dries Buytaert2003-10-07
| | | | | | - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael.
* - Help improvements and translation improvements from Michael. Thanks!Dries Buytaert2003-10-03
|
* - Added $Id$ tags. Patch by Chris.Dries Buytaert2003-09-25
|
* - Updated the throttle module to the new documentation scheme.Dries Buytaert2003-08-20
|
* - 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".