Please do no use this release! It has a bug that causes fatal errors if the i18n module is not enabled (even though is not required to use this module).
Changes since DRUPAL-6--1-0-beta2:
#266314 Freaking i18n is screwing up my queries, stronger measures to disable their rewriting.
Date Module 6.x
=================
TODO
- Get repeating dates working again.
- Views filters are not working right yet.
Version 6.2 beta2
=================
- Fix computation of week range computed from views arguments.
- Now that a current date argument has been added to Views, remove the current date plugin from the Date API views handling.
- #263377 Re-fix patch that I broke in later commit.
- Comment out RRULE temporarily until repeating rules are fixed.
- Omit the timezone from the process to store the current date parts in the form.
- Change expected form values to match latest changes in CCK admin form.
- #261631 No longer using $append, so get rid of it.
- More work to ensure all the right timezone files are available in installations and updates.
- Add theme folders to 6.2 branch.
- #262272 Make sure $account is set before trying to use it in hook_user.
- #263078 Fix error in setting up db session info that was triggering the MYSQL code for POSTGRES.
- Move lots of similar date handling and navigation code out of Date and Calendar and into the Date API where we can use the same code everywhere.
- Add a flexible date argument to the API that will work on any Views date field and take any ISO date argument.
- Add an argument default option to set a missing date argument to the current date that will work on any date field.