- Calendar block now displays part of the previous and next month along with the current month.
- archive.css is now included by the block module.
- Dates that are not in the current month have a class of "out-of-month" and are colored a light grey.
- The calendar block has been updated to use more semantically correct HTML (caption and thead).
- The size of the calendar block has been reduced slightly.
- Archive should now play nicer with postgresql, though there may still be some issues.
- Calendar block now displays part of the previous and next month along with the current month.
- archive.css is now included by the block module.
- Dates that are not in the current month have a class of "out-of-month" and are colored a light grey.
- The calendar block has been updated to use more semantically correct HTML (caption and thead).
- The size of the calendar block has been reduced slightly.
- Archive should now play nicer with postgresql, though there may still be some issues.
Numerous bug fixes
Several enhancements to code and themability
See CHANGELOG.txt for details
The release also fixes a security issue. See SA-2008-010 for details. No security announcement regarding the 6.x version has been sent, as Drupal 6 is still in development.
This will probably be the last development release for the 6.x branch. Drupal 6 should be releasing soon and there are no more features being developed for it. Unless there are serious bugs in this release that warrant a 0.9 release, next will be 1.0-stable.
- Fixed #172475
- Fixed issues discussed in #83063
- Added Russian translation
- Added translation template
- Refactored calendar generation code
- Added support for weeks starting with a day different from Sunday
Fixed bug #172022 carryover from 5.x branch
Refactored code significantly
Removed php 5.2 requirement
Fixed several date conversion problems where timezones weren't being applied properly
Added themeable date separators to archive page
Removed arrows from calendar block
Fixed regression where node type navigation wasn't being displayed
Added CHANGELOG.txt
Added 'All' selection to years/months/days which makes navigation
clearer and allows browsing all nodes on the site at once
Refactored much display code
#161278 by packfan77: Now only displays years with posts
PHP requirements up to 5.2+ (by using DateTime)
Almost fully Drupal 6 compatible (everything is working on my testbench, though)
First release by me, the new maintainer of this module.
Added filtering the node listing by node type as well as day/month/year.
Added settings page to manage which nodes would appear in the listing and as filter options