summaryrefslogtreecommitdiff
path: root/modules/throttle.module
Commit message (Collapse)AuthorAge
* - XHTML improvements: <b> -> <strong>. Patch by Stefan.Dries Buytaert2003-12-29
|
* - Fixed throttle block problem. Patch by Jeremy.Dries Buytaert2003-12-04
|
* - Better separation between throttle and statistics module code. Patch by ↵Dries Buytaert2003-11-30
| | | | Jeremy.
* - More throttle improvements. Patch by Jeremy.Dries Buytaert2003-11-29
|
* - Throttle module improvements by Jeremy:Dries Buytaert2003-11-27
| | | | | | | + Fix modules help to read better and be accurate + Add groups to throttle_settings() + Provide much more detailed information in all _settings options + Fix links in module's "Throttle status" block
* - Usability improvement: replaced many selection boxes by radio buttons.Dries Buytaert2003-11-07
| | | | Patch by Stefan.
* - Fixed typos in the throttle module documentation. Patch by marky.Dries Buytaert2003-10-25
|
* - 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".