Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. | Dries Buytaert | 2004-03-20 |
| | |||
* | - Usability improvement: made the throttle message fit in the watchdog message. | Dries Buytaert | 2004-02-23 |
| | |||
* | - Slightly improved the throttle watchdog messages. | Dries Buytaert | 2004-02-22 |
| | |||
* | - Patch 5592 by Goba: let drupal_map_assoc() rule. :-) | Dries Buytaert | 2004-02-15 |
| | | | | - Renamed CHANGELOG to CHANGELOG.txt for Windows uses. | ||
* | - Throttle: fixed incorrect watchdog message (seems a leftover from before). | Steven Wittens | 2004-02-05 |
| | |||
* | Patch 5287 by Stefan: multiline help texts should become inside a single ↵ | Dries Buytaert | 2004-01-23 |
| | | | | $output. | ||
* | - Removed the 'enable/disable' setting from the throttle module. To disable | Dries Buytaert | 2004-01-17 |
| | | | | a module, disable it from the modules configuration page. | ||
* | - Small cleanups | Dries Buytaert | 2004-01-15 |
| | |||
* | - Patch #5021: clean up URLs in _help texts. Patch by UnConeD. | Dries Buytaert | 2004-01-11 |
| | |||
* | - Implemented feature request/bug #4973: removed the throttle module's ↵ | Dries Buytaert | 2004-01-05 |
| | | | | | | | dependence on cron to make adjusting the throttle level more responsive (when configured to). | ||
* | - Fixed bug 4972: an incorrect permission name prevented the throttle block | Dries Buytaert | 2004-01-05 |
| | | | | from being shown to users. | ||
* | - Removed the hard-coded list of watchdog types. The list is compiled | Dries Buytaert | 2004-01-02 |
| | | | | | dynamically and can be extended through the watchdog() call. (Chris could use it to move the cron message to their own category.) | ||
* | - XHTML improvements: <b> -> <strong>. Patch by Stefan. | Dries Buytaert | 2003-12-29 |
| | |||
* | - Fixed throttle block problem. Patch by Jeremy. | Dries Buytaert | 2003-12-04 |
| | |||
* | - Better separation between throttle and statistics module code. Patch by ↵ | Dries Buytaert | 2003-11-30 |
| | | | | Jeremy. | ||
* | - More throttle improvements. Patch by Jeremy. | Dries Buytaert | 2003-11-29 |
| | |||
* | - Throttle module improvements by Jeremy: | Dries Buytaert | 2003-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 Buytaert | 2003-11-07 |
| | | | | Patch by Stefan. | ||
* | - Fixed typos in the throttle module documentation. Patch by marky. | Dries Buytaert | 2003-10-25 |
| | |||
* | - Fixed some link titles that were no longer correct due to the menu | Dries Buytaert | 2003-10-09 |
| | | | | | | changes. - Fixed some broken links. | ||
* | - Committed part 3 of Michael's help system improvements: removed the $help | Dries Buytaert | 2003-10-09 |
| | | | | parameter from the menu() function. | ||
* | - Help system improvements: eliminated the _system hook. Patch by Michael. | Dries Buytaert | 2003-10-07 |
| | | | | | | - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael. | ||
* | - Help improvements and translation improvements from Michael. Thanks! | Dries Buytaert | 2003-10-03 |
| | |||
* | - Added $Id$ tags. Patch by Chris. | Dries Buytaert | 2003-09-25 |
| | |||
* | - Updated the throttle module to the new documentation scheme. | Dries Buytaert | 2003-08-20 |
| | |||
* | - Michael Frankowski's excellent help text improvements! | Dries Buytaert | 2003-05-29 |
| | |||
* | - See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html. | Dries Buytaert | 2003-02-11 |
| | |||
* | - Tidied up XHTML. Patch by Ulf. | Dries Buytaert | 2003-01-23 |
| | | | | - Added missing t() function. Patch by Stefan. | ||
* | - Applied Ori's format_plural() patch; see mailing list for details. | Dries Buytaert | 2003-01-21 |
| | | | | NOTE: some modules in the contributions repository might need to be updated. | ||
* | - Clean URL patch. | Dries Buytaert | 2003-01-06 |
| | |||
* | - Fix blocks of throttle and queue module. Patch by Gerhard. | Dries Buytaert | 2002-11-27 |
| | |||
* | - Committed Jeremy's incarnation of the statistics module. Last minutes | Dries Buytaert | 2002-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". |