Downloads

Download date-5.x-2.0-rc4.tar.gztar.gz 168.13 KB
MD5: fa2324f7d2987dea4559831d37f22f65
SHA-1: a3455effff0ec6bca548755b53a0dbdd9916f860
SHA-256: 34f6f29e72dc62d431fd923e823608836a687116d4b937bca881d7c22b303d72
Download date-5.x-2.0-rc4.zipzip 196.71 KB
MD5: a66c8c77a97246d5a86b54fe2d6d10ae
SHA-1: 4ca9cf093094634b82d00908ea99a2532392a384
SHA-256: 4616b225e12f55727d38063bbfb086b8e3aa875d92bf68242bd254f9c28b47df

Release notes

Version 5.2-rc4
===============

- #286454 Add fix for Views substitutions error handling %%s to work like the fix for %%d.
- #286864 Fix wrong RRULE value being passed to validator and add trim() to get repeating dates working again.
- #286864 Need a different fix for timezone API since this fix broke Date Repeat.
- #283107 Evaluate date and time parts separately since we can't know or care how they're combined in the complete date format.
- #283107 Date Popup timepicker formats need adjustment before using date_convert_from_custom().
- Exception dates were getting lost when parsing the RRULE.
- Increase size of Date Popup input box to accept longer formats that the new datepicker allows.
- #287325 Change the default date type in the date handler to DATE_DATETIME.
- Hide image div in Date Popup timeentry css to keep FF from displaying a 'helpful' dropdown.
- Move date_format_options() to Date API so other code can use it.
- #279247 Make sure date_timezone element works no matter what the parent element name is.
- Fix undefined index in PHP4 date_datetime2timestamp() function.
- #265076 Avoid use of strtotime and use date_create instead as date_text validator.
- #277771 Fix date_gmmktime() computation in PHP4 date handling to avoid erratic daylight savings time problem.
- Fix computation of 'now' in PHP4 date_create() function.
- Fix some inconsistencies in the expectation of whether date_fuzzy_datetime returns a datetime or ISO value.
- Don't use date_make_date() in date_convert() to avoid cyclical references.
- Set a warning message for invalid non-required Date popup values instead of silently setting to NULL.
- Check for invalid inputs to the date handler argument handling.
- Move the class configuration to the theme so it is easier for themers.
- #284455 Fix copy/paste error in date.install that used D6 function content_instance_tablename.
- Remove code previously commented out that forced required value to current date, seems to be working right.
- Move #validate parameters to element processing step instead of hook_element() to help ensure they don't get wiped out.
- Add PHP documentation about difference between Views widgets and regular FAPI element processing values.
- #282408 Fix mistake in css float that caused all date parts to move to new line.
- Make sure partial dates, like year-only, get the right range computed for them.

Created by: KarenS
Created on: 29 Jul 2008 at 13:46 UTC
Last updated: 1 Aug 2018 at 19:48 UTC
Bug fixes
Insecure

Other releases