User: karens Branch: DRUPAL-5--2 Date: Sun, 17 Feb 2008 13:59:01 +0000 Modified files: /modules/date/date date_elements.inc date_views.inc /modules/date date_api.module date_api_elements.inc /modules/date/date_popup date_popup.module /modules/date/date_repeat date_repeat_form.inc Log message: Simplify the API by assuming all date element values are handled in DATETIME format. The CCK Date module handles conversion of ISO and UNIX values to and from DATETIME values. This simplification of the core API should make it easier to get into core and makes the element handling easier to follow, plus I assume the first thing we'll do when a date API is in core is convert core timestamp fields to true DATETIME fields, so this would be the natural default. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/date/date/date_ele... http://cvs.drupal.org/diff.php?path=contributions/modules/date/date/date_vie... http://cvs.drupal.org/diff.php?path=contributions/modules/date/date_api.modu... http://cvs.drupal.org/diff.php?path=contributions/modules/date/date_api_elem... http://cvs.drupal.org/diff.php?path=contributions/modules/date/date_popup/da... http://cvs.drupal.org/diff.php?path=contributions/modules/date/date_repeat/d...