Recurring Event 0.14
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 2.1.2, Zope 2.8 |
|---|---|
| State | Final release |
| License | GPL |
Two bugs has been fixed:
* importing of 'sheduler.zexp' has been removed from quick installer script - it breaks optional dependency of CalendarX product. Thanks to Radim Navrotny.
* like always in computer calculations the problem of math precision appears and we can observe swimming of events. Three main search indexes base at value of 'number of day since epoch'. For every recurring event I calculate list of that numbers and store them, via 'computed field', into 'portal_catalog'. Now I push calculations into float numbers and use 'floor' truncation and it works good. If you have any recurring events objects in your catalog there is a NEED to REINDEX your 'portal_catalog' to remove BAD values from it. Thanks to Philipp Auersperg.