Downloads

Download date-4.7.x-1.5.tar.gztar.gz 68 KB
MD5: 686f33afdab610b4ffbef8ef3ab372c3
SHA-1: b3ddb097d95ec73c3d1e9829d128b23de72f3946
SHA-256: 833e16bbb0cd066ad29b4a3532af1a3efebda790abd2859106e4cbf9fe524f04
Download date-4.7.x-1.5.zipzip 73.38 KB
MD5: 71a549682b1260cba2c988214af90bb2
SHA-1: 8d7414f34bcb11d6c001bda24f934225b6404903
SHA-256: 411509931bb48e235453a86d1b8abb7112b36cb8063cbb7f58eb963e852fb6b5

Release notes

Version 1.5
===========

NOTE Date API has been split out into a separate module to make the API available with no dependency on CCK. For best update results, uninstall the Date module before adding the updated file to the site, then immediately go to the modules page and enable both the Date and Date API modules.

- 126551 themeing improvements: 1) A 'timestamp' formatter which will return the timestamp value of a date. You can use that instead of a
formatter that returns a formatted value if you want to do your own formatting of the results. 2) A 'Days ago' formatter that applies
format_interval() to the date. It uses a theme_date_format_interval() to allow you to tailor the results depending on whether it is a future
or past date and incorporate both the To date and From date into the results. 3) All formatters now run through a theme to give you more
places to jump in and make changes to the display. The theme has the complete date object to work with. 4) A date_field_object() function
that will bring back a complete date object for a given field. The function description contains details about what exactly is in that
object, but it includes both from and to dates as timestamps, ISO dates and arrays of date parts.

- 123886 make sure cached data isn't empty
- 125803 get help text to display in selector widget
- 123365 fix Views filter to properly handle both from and to dates
- 121544 use 'From date' and 'To date' instead of 'From' and 'To' for better translations.
- 117791 add validation to submitted filter values to avoid creating invalid SQL
- Improve ISO week range function and add function to find last day of month
- 125483 more corrections to week calculation
- 125338 fix postgresql handling, lots of help from havran
- 124320 fix fatal errors in identifying include paths
- 123179 send date and node objects to theme to add more flexibility to ways that it can be displayed.
- 121259 fix to make transition to separate Date API easier since non-existant functions will cause fatal error that prevents ability to get
back to module installation page.

Created by: KarenS
Created on: 10 Mar 2007 at 19:59 UTC
Last updated: 10 Mar 2007 at 19:59 UTC

Other releases