Posted by jhriggs on February 15, 2007 at 5:02pm
| Download | Size | md5 hash |
|---|---|---|
| quotes-5.x-1.x-dev.tar.gz | 29.54 KB | 80766d3ddd7e22f477700f0edc056533 |
| quotes-5.x-1.x-dev.zip | 32.71 KB | 18273ffffd8cd53ddbd8819cd552bc90 |
Last updated: February 25, 2011 - 07:47
- release 5.x-1.0
- quotes.module
- updated for Drupal 5 (addresses task 106880 created by dgrant)
- added "Update every x minutes/hours/days/weeks" for blocks
handled by hook_cron() and in hook_block() for 'view' op
(addresses feature 65246 requested by Tim99) - removed block title - use name instead
- moved all block configuration into the standard configuration
provided by block.module (i.e. use 'configure' and 'save' ops of
hook_block())
- quotes.info: new file
- quotes.install: remove title, add cron fields to quotes_blocks
- INSTALL.txt, README.txt: updated for Drupal 5 changes