Version 1.3 =========== - 121259 split date api out so it can be used by other modules with no dependency on CCK - 113489 add filters and arguments for 'to' dates as well as 'from' dates. - Get rid of embedded help text and point to d.o handbook page instead to make it easier to keep it current. - Add handling for date-specific timezone offset - 120154 refactor date sql wrapper to take into account server timezone adjustments for functions like NOW() and TIMESTAMP() - More timezone cleanup, make sure zone is not removed twice when using adodb - More fixes for validation combinations of from/to dates; Clean up handling of timezone element - give it a weight, only need one form element no matter how many date fields; Clean up handling of non-required to date and other empty or error values, make sure they don't get stored in date object or displayed; - 119674 minutes and seconds need integer values - 114088 use private adodb get_date function to eliminate timezone adjustment - 119820 fix error in date_is_required function - 120154 make sure FROM_UNIXTIME and NOW are not adjusted for server timezone - 93525 fix translation of displayed month and day names - 116244 fix incorrect placement of timezone in form - Adding better validation to set errors for invalid dates, adding helper function to determine when from and to dates are required - 114088, 84492 fixes to make sure dates without time and old dates do not ever get timezone conversions applied. - 119055 remove debugging code - 115809 fix handling of optional, non-empty to date - 102786 update pathauto for both date field types - 115846 site-wide format wasn't getting saved - 114088 no timezone adjustment on very old dates - 115127 fix missing timezone value Version 1.2 =========== - 113959, 114654 empty calendar not created for non-existant days - Fix for back/next url - 113714 correct invalid foreach argument by altering method of calling views handler for non-date fields - 112182, 111701, 108071 - extra fields not showing up in calendar teaser - 99223 fix current date - 113125 - current view needs a link in the links listed aboved the calendar - Fix display of time in calendar, fix content type name in legend - 109336 default to current month instead of year - Cleanup handling of 'to' date for non-CCK date, fix links at top of calendar - 108957 add include path, patch by retodd, incorporate from/to cck date option from latest version of date module. - Incorporate from/to date capability added to cvs version of date module. - 108957 add include path - 89097 reverse sign on option delta, fix view tablename aliases - 114265 handle empty 'to' date values by filling with 'from' date. Fix block view of date browser, use new CCK views table alias. - 80592 alter default value handling to match changes in CCK, display blank value as default for to date if not required, make sure blank value is stored as NULL Version 1.1 =========== Database update required. - 113444 custom input format wasn't getting saved, small adjustments to display and handling of from/to dates - 84119 prepare for new default value handling by date module. No changes yet, just getting functions and callbacks in place. - 80592 adding from/to date capability, add theming for multiple and from/to dates, pull all date form and display elements out into theme functions, simplify database handling by making all columns accept null values, move validation from the widget to the field. This is step one in the process of adding handling for repeat dates. Requires database update. - 105392 fix week in date browser; fix version in info file; make 'site' the timezone default - 102786 add pathauto integration - 107667 force multiselect size in Opera; set default select to select instead of text - 106477 get timezone from field not param, patch by dkruglyak - 94106 keep multiple values from multiplying. - 91540 fix granularity validation