Downloads

Download date-5.x-1.4.tar.gztar.gz 58.67 KB
MD5: 255499ee1d5d76f4bb5bae8f16c7454a
SHA-1: 8969c0826bc299d3ec3a546c851a1b1a1d726bf1
SHA-256: 5021c2052f14810eb2f1381492806ae65401635daa05accb2bf3277864726923
Download date-5.x-1.4.zipzip 62.92 KB
MD5: ff31614923e3c587875f0b2205300ae2
SHA-1: 9aba0158d186de4003dd68fee063ed5febcfff99
SHA-256: 2199803b63b5ec259d829df6fb903773572efb055328ff707f5083af82178431

Release notes

Version 1.4
===========

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.
- 121259 split date api out so it can be used by other modules with no dependency on CCK
- 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 20:00 UTC
Last updated: 10 Mar 2007 at 20:00 UTC

Other releases