By damienmckenna on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x-3.x
Introduced in version:
7.x-3.0-beta1
Issue links:
Description:
In order to avoid further conflicts due to the "magic logic" previously used to determine whether a given date value was considered to be "all day" or not, a new column was added to date fields to store a simple boolean.
No changes should be necessary to sites that use the current module's output as-is.
Sites that customized the output based upon the date values may require changes.
Modules that integrated with the Date API system may require changes.
Impacts:
Site builders, administrators, editors
Module developers