Change record status: 
Introduced in branch: 
7.x-1.x
Introduced in version: 
7.x-1.2-beta1
Description: 

Prior to 7.x-1.2, Date Popup authored use the hook_form_alter() hook to modify the node form to inject the date-picker. This caused some conflicts with other modules doing work on the node form at the same time. Now, Date Popup Authored correctly uses hook_form_FORM_ID_alter(), injecting the date-picker later in the form altering workflow.

Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done