Downloads

Download date-5.x-2.5.tar.gztar.gz 212.33 KB
MD5: 4eb8d322ef189a46fa5a3fe0cdb0a277
SHA-1: 0c3c82a30a3e46913baab334ac3587922dde6fcc
SHA-256: ed60fd10767461b24ad610221b99fbbe699bee33106ee65c6f71f7f3a9627cef
Download date-5.x-2.5.zipzip 241.97 KB
MD5: 2b0a4e912801b3fca36a32a1bbba0b4a
SHA-1: f4288d074a9ecd48617cbddc745cff36df82aa5d
SHA-256: bcef48d0a9e76f7c373e36cd8bf501fd460b8b7771281dedcc9b0cfbcb067e78

Release notes

Version 5.2.5
===============

- Fix background colors in Date Popup.
- #273730 Don't use REGEX_LOOSE on YEAR, MONTH, or DAY filters.
- #314675 Don't try to strip labels out of select lists if the value is not an array.
- Make sure empty time in Date Popup filter will still work.
- Fix use of D6 table name in install file.
- Add ability to analyze a period to period argument, like P1M--P1Y.
- Add date_increment_round() to date_content_generate to make sure generated dates match increment settings.
- #301279 Remove README.txt for Date Popup, it's out of date and I'm moving documentation into the d.o handbook and Advanced Help.
- #337075 Change background-color:none to background-color:transparent.
- #324756 Bypass validation for empty, non-required dates.
- Fix broken Date API test broken by change in API.
- #340394 Fix four-digit year format for PostgreSQL.
- Fix bug in new date_field_get_sql_handler() helper function to pick up the right timezones for the handler.
- Date picker can't handle some year ranges that work in Date API, so adjust it as needed.
- #338237 Replace 'local_offset_field' with 'offset_field' in date handler.
- Make sure node edit form uses the right timezone for the database and field type.
- Fix logic error in date_convert when using timestamp with timezone other than UTC.
- #340356 Missed removing date_timezone_convert() in one place.
- #336255 Fix a few remaining places where timezone=none was not being handled correctly, and add update to clean up incorrect values stored in database.
- Eliminate date_timezone_convert() which wasn't working correctly to adjust dates without timezones and get rid of hard-coded 'UTC' for database values in favor of consistently using date_get_timezone_db().
- Date sql handler wasn't properly setting db timezone to UTC for mysql databases.
- #336255 Add new helper functions to make work of other modules, like Signup, easier. One helper to create a date handler for a field and another to do make date math easier.

Created by: KarenS
Created on: 4 Dec 2008 at 19:00 UTC
Last updated: 1 Aug 2018 at 19:48 UTC
Bug fixes
Insecure

Other releases