You are here

CHANGELOG.txt in Date 6.2

Date Module 6.x
=================

Version 6.2.x-dev
=============
#1411472 by pdrake, dagmar, jonathan1055, NROTC_Webmaster, brad.bulger:
  Undefined index: base in get_query_fields().
#2247891 by haggins, vijaycs85, herved: Submitting date fields returns error
  "Field X is invalid".
#2071669 by freblasty: Incorrect date validation for year or year and month
  formats.


Version 6.2.10
==============

-  Issue #1528474 by pfrenssen, tim.plunkett: Fixed Call to undefined function jquery_ui_get_path().
-  Issue #1558368 by jandd: Fixed ()['UNTIL'] must be ()['UNTIL'] in date_repeat().inc.
-  Issue #1559962 by pillarsdotnet: Fixed Correct documentation of date_format_date() parameter: "$oject" -> "$date".
-  Issue #1214422 by IRuslan: Fixed PHP warning - undefined index in array.
-  Issue #1138210 by coltrane, djdevin: Fixed date_sql_handler() STR_TO_DATE math incorrect.
-  Issue #1131916 by hefox | vectoroc: Fixed date_timezone_init() attempts to access undefined variable.
-  Issue #636208 Date range: Expose a single filter to select events that start before the chosen date and end after the chosen date by anrikun.
-  Issue #1176548 Fold long lines in iCal by sdague.
-  Issue #1808414 Date showing on node view - not showing on node edit - PHP 5.4 issue by bkat and mikeytown2.
-  Issue #1289270 by pdrake: Fixed date arguments and filters do not work with relationships.
-  Issue #973924 by arlinsandbulte: Fixed jquery_ui() dependency not in .info file.
-  Issue #895760 by Reinette: Added RFC2447 option STATUS to date_api_ical().inc.
-  Issue #1192020 by tim.plunkett: Fixed Date granularity is too fragile in date_field_all_day().
-  Issue #501416 by refman1073: Fixed Date validation incorrect for days > 31.
-  Prepare for continueing develpment on 6.x-2.x branch

Version 6.2.9
=============

- Issue #1005968 by jcmarco, dnotes: Added Ajax for date navigation attachment views.
- Issue #1545254, Use remember in filter only if a value exists.
- Add a test for force_value to the code that checks the default value for the exposed filter. In some cases the relative value wasn't overriding a fixed value as it should have been doing.
- Issue #1223956 by mikeytown2 and hyrcan, Fix undefined index in date_handler_fields().
- Issue #1517548 by joachim, Fix incorrect documentation for date_default_timezone_name().
- Issue #884310 by AlexisWilke, Postgres earlier than 8.3 needs different syntax in date update.
- Issue #606658 by johnmunro and KarenS, Make sure ical import processes multi-day all-day events correctly.
- Issue #1282538 by benjifisher, crifi, and KarenS, Make sure ical feed for all day events adds 1 day to the end date to comply with the spec.
- Issue #1463438 by hyrcan, Fix some 5.3 notices.
- Issue #1513396 by JoeMcGuire, Fix failing Date Popup test.
- Clean up to eliminate PHP notices when running tests on PHP 5.3.
- Issue #1408216 follow up, Need to be sure that NULL is the default state for the sql functions.
- Issue #337666, Make sure the UNTIL date for repeating dates is inclusive.
- Backport the D7 version of date_ical.ical.inc to D6 so we can keep D6 and D7 synched up more easily.
- Issue #975320 by mvc, Add translation to jQuery date picker.
- Issue #1408216, Remove remaining references to ->offset, which is no longer defined, nor needed. The timezone defaults should be properly set by date_views_set_timezone().
- Issue #1408216 by technicalknockout, artkon, tangent: Fixed Events no longer appearing in calendar (regression introduced in Issue #1017866).
- Issue #1360672, Fix limit format code to remove leftover non-ascii text as well as leftover ascii text.
- Issue #1033856 by joachim: Fixed conflicting messages about jquery UI requirement.
- Issue #1049992 by jjwhitney: Fixed Failed validation causes values to disappear when using popup widget.
- Issue #436490 by kong, xjm: Fixed Add support for jQuery update to 1.3.x and jQuery UI 1.7.x.
- Issue #1161814 by Scyther: Bad code in function date_field().
- Issue #232954 by rho_, arlinsandbulte: Fixed text 'Empty 'To date' values will use the 'From date' values' is always visibl under the second row of selectboxes ('date - to').
- Issue #536832 by aturetta: Fixed Date format types not translated in admin pages.
- Issue #488078 by emmajane: Fixed Broken link.
- Issue #1017216 by tim.plunkett, arlinsandbulte: Added custom date format without time shows 'all day'.
- Issue #1407064 by nairb: Fixed undefined function drupal_substr_replace().
- Issue #1162962 by mikeryan: Fixed E_STRICT notices in date_make_date().
- Issue #554546 by master-of-magic: Fix Timezone list translation
- Finally found why tests are failing on d.o. Some of the needed modules aren't getting set up in the test.

Version 6.2.8
=============

- Make sure the value passed to set the starting nid for converting events is an integer.
- Explicitly turn 'date_popup_timepicker' to 'none' in tests to avoid Date Popup test failures.
- Issue #1300274, Backport all the fixes for date_repeat_build_dates() from D7 so additions will work right in PHP 5.3.
- Issue #1130814, Backport all the fixes for Date Repeat Calc from D7 so PHP 5.3 will work right and tests will pass.
- Issue #1391374 & #1302052 by benjifisher, CRLF line endings cause problems with git apply
- Issue #1101284 by pfournier, Expand regex for Month names to catch more possible variations.
- Issue #1086100 by ayalon, Group Multiple Value functionality is broken
- Issue #752550 by Fonant, Week number gets printed twice
- Issue #1038482 by somanyfish, iCal import failing due to colon instead of semi-colon
- Issue #1052586 by jpsolero, Problem with Date API when using Calendar with argument set to "Week" granularity and "current date" default argument
- Issue #307274 by ksenzee and arlinsandbulte: Limit the selectable date range using absolute values instead of only the relative Years back and forward:
- Issue #742146, Add option to remove X-WR-CALNAME if VEVENT is not a feed.
- Add option to change method from PUBLISH to REQUEST in VCALENDAR.
- Issue #1087798 by anj, Fix X-WR-CALNAME in VCALENDAR.
- Issue #1017866 by KarenS and Jason89s, Make sure views argument and filter don't do timezone adjustment for dates that don't have time.
- Issue #1204988 by paulsheldrake, Remove IE6 code from 1.7 datepicker CSS.
- Issue #1159404 by mikeryan, Fix incorrect call to parse an rrule in date_repeat_build_dates().
- Issue #1160614 by joelstein, Make sure date repeat rule gets split correctly no matter which line endings were used.
- #1018412 by omerida: get_class() called without object
- #1054458: Move date_increment_round() function into Date API module so it is always available.
- #745074, by rsevero:  Don't test for valid timezone-adjusted date for dates that don't use time.
- #1082658: Saving the options as arrays breaks other things. Add a custom export plugin instead.
- #1082658, Views options need to be declared as arrays or they are not saved in the export in Views 3.
- #945982 by tstoeckler, Fix another PHP 5.3 warning.
- #1027752 by B-Prod and dboulet, Fix missing table join on argument summary view.
- #686394 Fix computation of week when week is used as default value of date argument.
- #447868 Figure out when remembered value needs to used in Date filter.
- #430746 by Kermit, Fix missing datetime type in event migration code in Date Tools.
- #1011184 Add function to sort granularity array and use it in date_make_date().
- #1014664 Fix timezone shifts when computing UNTIL date for repeating dates.
- #1014818 Fix bug that only affects old versions of php to show all dates as the current date. Those old versions cannot be made to work the same way, fall back to a less robust workaround.
- #580176 Fix alias handling when dates from multiple content types are used in same view.
- #1013662 by developer-x: Remove check for start and end date - this prevented multiday-all day events from showing 'All Day'
- Add more tests.

Version 6.2.7
=============
- #514242 Day repeated every two weeks was broken by wrong day comparison value.
- Fix a bug in the calculation of the week days when using ISO weeks.
- #549042 The date_week() function should return an integer even when using ISO weeks.
- #575770 Fix handling of empty vs zero date parts in the date combo processing.
- #385688 by jcmarco, Make sure we don't set relationships where there should be none.
- Fix a strict warning for use of is_a().
- #882980 Fix WSOD in PHP4 from date_format process to create a new date.
- #998498 Don't try to use jquery_ui function in update if it isn't installed, add a warning message.
- #993148 Use url() for link to date format page in date widget settings so it works without clean urls.
- Add more date repeat tests and fix date repeat handling of day of month > 5.
- #784854 by akeemw, fix broken date repeat handling of negative by-day computations.
- Add functions to get a granularity precision from a granularity array or an array from a precision.
- #760284 by skwashd, arithmetric clean up ical rfc compliance.
- #939152 by amelfe add z-index to datepicker 1.7.
- #826458 by troynt Keep date popup from popping up on page load.
- #441970 by recrit and patcon, tweak year range validation in date filter and date argument to be more flexible.
- #952036 by cwc, Date popup defaulted to earliest year instead of current year when using jquery ui 1.7.
- #977002 Ensure that the year range always sets the minium year as the minimum even if the year range string has it reversed.
- #848656 by Mark Trapp, remove use of ereg from date_calc for compatibility with PHP 5.3.
- #385688 by christianchristensen Fix filter handling for relationships.
- #963844 Fix the date filter and argument so they will show up both under the 'Date' group and as 'Content' fields.
- Add tests for date popup widget.
- #560054 by travist and AllPlayers.com, add AHAH Add More buttons to date repeat exceptions and additions.
- #292522 by chaps2, fix typo in new date repeat additions feature.
- #292522 by chaps2, add additive exception to repeating date form.
- Avoid errors with incomplete time values in dates.
- #337666 Fix UNTIL and EXCEPT dates to not show time and automatically set them to 23:59:59 before storing.
- #769064 Fix translation in format example text.
- #898024 by jaydub and #834388 by arroncouch Fix the jquery ui css paths.
- Adding and updating test, including a test provided by tristanoneil, with a few fixes uncovered by the tests.
- #521990 by Aron Novak: Make sure popup date selector grid is in correct year by.
- #587338 by Kevin Rogers - Add token to support day number with English ordinal (st, nd, rd or th).

Version 6.2.6
=============

- Revert #802046. Unicode support change for date parsing causes serious errors.

Version 6.2.5
=============

NOTE: The included copy of the jQuery UI datepicker in the Date Popups module has been removed. It is now necessary to install the jQuery UI module (http://drupal.org/project/jquery_ui) for the Date Popups datepicker to work!

- #436490 Add support for the jQuery UI 1.7 datepicker.
- #802046 by t3hk0d3, fix date parsing to better handle unicode characters.
- #475926 by hawleyal, clean html out of ical export.
- #675352 by sdague, clean up ical escape text.
- #848644 by Crell, make sure ical_parse_rrule can handle embedded timezones.
- #784652 by keinstein, fix 'r' format.
- #679224 by brianV, add defaults for month and year for latest jQuery UI datepicker.
- #518816 by dww, avoid 'date_format() expects parameter 1 to be DateTime' errors by checking for date class.
- #772180 by recrit and dww, make sure date descriptions always use valid dates for format examples.
- #642018 by slip and KarenS, make sure to eliminate spaces before AM/PM in date popup timepicker.
- #582982 by yahn, make sure date_all_day gets the most significant date element.
- #785708 by bdurbin and locomo, update jquery timeentry to latest version.
- #390012 by joachim, Make sure view args are sorted when creating navigation links.
- #408190 Fix mini calendar title link so it doesn't always link to current date.
- #630972 by bec, make sure a default system timezone is set to make PHP 5.3 happy.
- #641344 by arlinsandbulte, add option to use ISO weeks instead of calendar weeks.
- #697144 by tstoeckler, date_format_date formatter fixes.
- #774182 by keinstein, fix some strict error handling errors.
- #702922 by rupl, add missing class to date popup.
- #660776 by neilnz, fix postgresql sequence update.
- #645936 by markus_petrux, allow other modules to add #afterbuild to user forms.
- #406976 by dopry, Check both the field name and type name to get the right label for shared fields.
- #599744 by anarcat, don't rename table to one that already exists.
- #599484 by Gribnif, avoid infinite date repeat in PHP4.
- #529734 by raintonr, reduce number of requires for PHP4.
- #875978 by mikeryan, avoid notices when updating nodes with empty datefields.
- #548866 by siritree, fix cannot use scalar value as array by testing that $item is an array.
- #706006 by Gribnif, fix broken logic for every Nth DAY.
- #460776 by Mr. Chips, fix ordinality in Date Repeat string.
- #635778 by dagmar, fix typo keeping comment dates from showing up.
- #819678 by jonathan1055, fix url on admin page to work without clean urls enabled.
- #553884 by divinehawk, fix pgsql timezone support.
- #320765 by joelstein, fix order of timezone name list.
- #552154 by Ian Ward, make date_first_day defaults consistent.
- #477868 Exposed select filter widget sometimes gives 'illegal choice' errors.
- #385688 by Gribnif, adding a set_relationship() function to date filter and date argument to try to fix broken relationships problems.
- #580178, Remove http://drupal.org/cvs?commit=263582, might be a problem.
- Fix default values for date_fields, should be array.
- Rename incorrectly named views definition.
- #313704 Add timezone information earlier so that auto_nodetitle has it, patch by Kars-T.
- #554546 Don't put translated timezone names in cache, patch by alex.k
- #491954 Make sure translation works in date changer, patch by Bodo Maass and cyp25.
- #675234 Try to convert deprecated timezones in ical, patch by David Goode.
- #535270 Test for existing date format tables before update, patch by anarcat and Owen Barton.
- #545466 Fix bid placeholder in date wizard, patch by colinsherry.
- Be sure to set timezone when changing date type. Clean up unused parts of code from Date Wizard.
- More work on repeating dates.
- Adding experimental tool to change the date type.
- Move event import and date wizard into separate files.
- #698522 Make Views code work with Views 2 and Views 3, patch by rjbrown99, Ahqar, tauno, dagmar, perusio.
- Coder review fixes.
- Install file cleanup.
- #489494, by poiu, Some RTL css fixes.

Version 6.2.4
=============

- #565830, by bengtan, Fix Postgres handling of hour '0'.
- #408770, by vkareh, Make sure dates with access control retain values during processing.
- #574876, by stella, Fix odd logic when forcing views dates in date elements.
- #385688, by noahb, a fix for using relationships with date filters and arguments. Thanks!
- #535008 Prevent possible PostgreSQL problem by re-arranging timing of dropping the key.
- #535270 Fix install test for update 6005 that kept it from completing.
- We sometimes get $edit without $edit['date'] from Views exposed filters, fix processing for that possibility.
- Exposed filter querystring must be appended in normal views.

Version 6.2.3
=============

- #494350 Add 'c' format.
- #352975 Remove filter:mask in datepicker css and add help in settings on how to add back in theme.
- #352975 Add hook_requirements warning to suggest using jQuery UI for datepicker.
- #529826 Change date tools permission name to add 'administrator' to make it clear it has important powers.
- #529826 Check for invalid content type name in Date Tools.
- #529826 Add check_plain to label.
- #418874 Don't run timestamp format through date_limit_format().
- #456308 Don't reset date_api_fields cache over and over.
- #424006 Add flexibility to date filter options by passing them directly to date_create.
- #465870 Make sure date_repeat_form.inc is included in validation.
- #453688 Use is_a() function so date handler will work for any handler derived from views_handler_field_date.
- #452934 Make sure format_interval() doesn't do anything with empty dates.
- #483682 Make searches case-insensitive.
- #395156 Change table name for date formats from 'date_format' to 'date_formats' because 'date_format' is reserved word in some dbs.
- #342357 Make jQuery timepicker optional.
- #473308 Add handling for year-only date stored in timestamp field.
- Get rid of <br> in admin summary that was going through check_plain.
- #482436 Removed deprecated code to remove empty field values, CCK does that now.
- #421258 Don't cache prepared node, it may need to change context or content type.
- #421258 Make sure formatter settings context is never empty.
- Add theme date_time_ago() to Date API so other modules can use it.
- Remove deprecated date_format_options().
- Remove deprecated Views code.
- Remove deprecated date_install_clear() function.

Version 6.2.2
=============

- #418174 Timestamp format should not be run through date_limit_format().
- #456308 We do not have to reset the date_api_fields cache over and over!
- #424006 Add flexibility to date filter options by passing them directly to date_create() for PHP versions > 5.2.
- #465870 Make sure date_repeat_form.inc is included in validation.
- #453688 The is_a() function makes date handler api work for any handler that was derived from 'views_handler_field_date'.
- #452934 Make sure format_interval doesn't try to do anything with empty dates.
- #483682 and #395156 Have to alter the collation of the format fields in MYSQL so they don't do case-insensitive searches and indexes. Fixing table name at the same time to fix another sporatic problem where 'date_format' is treated as an invalid table name and the table is not created.
- #342357 Make jQuery Timepicker optional.
- #466222 Fix Dutch translations.
- #473308 Add handling for year-only date stored in timestamp field.
- #482436 Remove deprecated code to remove empty field values, CCK does that now.
- #421258 Don't cache prepared node, it may need to change by context and/or content type.
- #421258 Make sure formatter settings context is never empty.
- Add new calendar-day theme to format date like a calendar day page, move basic theme date_time_ago() from Date module to Date API so other modules can use it.
- Remove date_format_options() from Date API, no longer used with new format system. Move it to Date Popup, which is the only module still using it with TODO to maybe get rid of it.
- Remove old views code from Date module.
- Remove date_install_clear() function, a leftover from an earlier version no longer needed.
- #451858 Fix date_timezone_set() when date is empty while adding new item.
-  Fix date_limit_format() to be sure the 'T' is stripped out of ISO dates with only date or only time.
- #432368 Don't force default value in exposed filter if default is empty.
- #369020 Switch '+1 Sunday' to 'First Sunday' to over PHP5 bug.
- #444960 Fix Date Tools permissions.
- #315443 Make sure 'within' labels don't break when used in text fields.
- #423710 Make date navigation more accessible with titles.
- #424388 Pass #attributes from element to Date Popup.
- #381370 Remove escaping for colon and double quote per ical spec.
- #426810 Fix HTML syntax in advanced help files.
- #456460 Break out simple themes for date_display_single and date_display_double for easier control by themers of separator and other html.
- #384258 Fix broken handling of 24 hour time in Date Popup.
- #401152 Fix broken handling of long month name in input format.
- #452420 Revert change of hyphen to dash in date display, dash is handled badly by token and elsewhere.
- #347080 Using 'first' and 'last' is more reliable than '+1 week' in strtotime().
- #369020 Fix bug when finding first or last Mon/Tue/Wed/Thu/Fri/Sat/Sun of month.
- #427830 Postgres can't handle \T.
- #414446 Avoid php errors when context is missing.
- #444272 by Darren Oh, add Date views conversion from Views 1 to Views 2.
- #428828 Make sure date $fields array always has expected format, even when empty.
- #341463 Repeating date with no To date was missing form label.
- #404866 Make sure labels are translated.
- #442526 Add missing space to navigation template.
- #375864 Clean up date_limit_format() to handle more odd formats.
- #447616 Allow custom tables as well as custom fields to use Date argument and filter.
- #338253 Fixes to translation of timezone names.
- #409476 Make sure empty UNTIL date is not parsed into RRULE.
- Make sure $base is never empty when identifying date fields for date filter and argument.
- #317105 Update Isreal DST rules.
- #408770 Abort date_combo processing when user has no #access.
- #388728 Change dash to en dash in date range theme.
- #414290 Update timezone form_alter to account for difference between Event version 1 and 2.
- Broke un-exposed filters when fixing exposed filters, fixing them again.
- Non-node date fields need better descriptions and field limits.

Version 6.2.1
=============
- #411496 Select widget in Views was not getting forced to the right value when using 'now+' defaults.
- #395156 Hide errors during multiple passes of date_format creation.
- #395156 Update new format table definitions to be sure indexes are not too long for MYSQL to create the tables.
- #365771 Make sure date filter doesn't try to use Date popup widget if that module is disabled.
= #406876 Adapt Views block argument handling to adapt to arguments like user/%/calendar/2009-05.
- #385880 Add non-node date handling for Views arguments and filters.
- #400992 Add time and datetime tokens.
- #408176 Fix token handling of empty values.
- #399180 Test for Views tables before uninstalling them.
- #369811 Fix problems with duplicate date formats in new format system.
- #354989 Make sure year-only date does not regress to YYYY-00-00 00:00:00, which will end up as previous year.
- #398258 Fix problems handling blank text widget values and general form processing cleanup.
- #405408 Update simpletests.
- #397420 Fix miscalculation errors in date_difference.
- #360967 Add method for deleting a custom default calendar.
- #376224 Add 'From date' and 'To date' to Views titles.
- #375864 Make sure date_limit_format() doesn't keep formats that are only escaped strings.
- #386124 Updates that test for Views version should work even if Views is not installed.
- #386406 Date filter was not picking up right default value in some situations.

Version 6.2.0
=============
- #376880 Move back/next symbols back into link.
- Exposed filter was not testing empty values correctly.
- Add Advanced help for new formatter settings.
- Add formatter settings for node and view to control which multiple value to display when.
- Improve interpretation of argument date ranges.
- Improve handling of translation for Date repeat rules.
- #347645 Mark 'To date' required if it is.
- #345215, #309921 Rework the way multiple 'From date' and 'To date' fields are identified in validation errors.
- #375551 The 'All day' formatting should not be applied to format_interval formats.
- Date PHP4: fix inconsistency in offset computation for first two hours of the day dst changes.
- Date PHP4: eliminate some needless cycles to improve performance.
- Add test files to import RRULEs in .ics, all day dates in .ics, and date info in .csv formats used by Yahoo Calendar and Outlook.
- iCal TRIGGER can either be a date or a duration.
- Fix to iCal: alter the end date of all day events to match the to date.
  The ical practice of setting the End date as the next day won't work for our interal use of this value.
- Fix to iCal: leave 'all day' notice in the individual date components as well
  as the top level so it is available in each portion of the VEVENT array, needed for FeedAPI parsing.
- Fix broken date link in calendar created by Date Tools.
- Make the default value for the 'To date' easier to see in the field settings.
- Update date argument summary for recent changes in Views.
- #345077 Make sure duplicate copies of the date field each get to theme the raw, unaltered, data.
- #375551 Fix fatal typo in reworked date_format_date() function.
- #338253 Re-work the Date repeat description to provide more context for translations.
- #338253 Re-work date_t() to create a more robust method of handling translations of abbreviations and other short strings.
- The date filter should not be setting the view dates, the style should do that.
- Add 'value' and 'value2' hints to views fields and use new CCK views data.
- Give the Date browser a better path with no underscore.
- #370961 Date format update was not PostgreSQL-safe.
- #337301 Move hook_schema_alter from date_api.module to date_api.install.
- #367688 Fix date format css to display remove link better.
- Add our custom date formats as values on the core locale form so we don't get errors on submission if they are missing.
- #348241 Don't unset view copy on node because it interferes with template suggestions. Need to watch this for possible performance problems.
- #364770 Add new date link needs to convert underscore to hyphen.
- Can't use date-clear attribute on timezone list.
- #370092 Add all-day checkbox to date field and use it in calendar.
- #347090 Fix southern hemisphere timezone adjustment for PHP4.
- Make sure un-exposed filter checks for defaults to find values like 'now'.
- Fix bug that caused date_select to end up as current date.
- #364919 Fix typo in html link for date format information.
- #360670 Rework date_range to better handle absolute as well as relative years in argument and filter.
- #367970 Fix date filter bugs, better handling for partial dates and force date popup to use the right default value.
- #313369 Repeating date with exceptions created error when exceptions data is appended.
- #363424 Empty value should be object, not array.
- Fix bad PHP4 regex that caused endless looping in calendar and broken logic elsewhere.
- by stella, nedjo, grugnog2, and catch: #318008 Create new system for handling flexible date formats that can be adapted by locale.
- Make sure prev/next links point to the right path when another argument precedes the date argument and is empty.
- Don't try to set date argument when another argument precedes it.
- Make sure theme functions can be discovered even when called from unexpected places, like embedded views.
- Make the PHP4 code forgiving enough to accept '+ 1 month' instead of '+1 month'.
- Overcome Views form handling to make sure text and Date popup exposed filters will default to the right values.
- #348276 Remove class date-clear-block from timezone element.
- #217153 Remove asterisks from custom format now that they are explained in advanced help.
- #292942 Only load timezone js file in timezone forms.
- #313427 Don't add the date field to the view, it may be enough to join the table in.
- #356564 Add Date popup option for exposed date filters.
- #349306 Incorporate year range into date filter year option.
- #312403 Add NULL/NOT NULL handling to date filter.
- #356305 Date filters needed a rewrite to properly handle between with more than one date field.
- #350656 Fix broken handling for 'time ago'.
- #307578 Add permissions for viewing date repeats tab.
- Clean out unused part of Date Popup jQuery code for easier maintenance.
- #347080 Fix PHP4 southern timezone computation and New Zealand region.
- #353327 Check for Event 2 timezone table before trying to use it.
- #310633 Rework 'all day' logic to correctly handle increments.
- #345953 Fix report of update failure from missing content_check_update() function. 
- #348157 Beautiful new datepicker popup themes and images from hass. Thanks!
- #357226 Don't translate menu items.
- #357094 Remove extra parenthesis.
- #346752 Add RTL css code.
- #324290 Don't validate when $items is empty.
- #348375 Add missing php tags in template.
- #347878 Translation fixes.
- Add new module 'Date tools' with date wizard to easily create a simple date content type with an auto-configured related calendar.
- #313704 Make sure date db timezone does not get removed before token handling.
- #313704 Fix token 'From date' value that was using 'To date' value.
- #327897 Fix To-view token in date_token.inc
- #345862 Fix missing close comment tag in datepicker css.
- Date input and display formats were not properly defaulting to the site default values.
- Improve the template and css for the exposed date filter to keep date parts lined up next to each other.
- Fix handling for fixed date default value in date filter.
- Get rid of DURATION time part details in iCal array, we only need the DATA and DURATION.
- #282521 Do more work on LOCATION to split out UID and handle odd upcoming.org location identifiers.
- Add more error trapping to ical parser.
- Add handling to ical parser for odd upcoming.org location format.
- #341705 Fix broken iCal DURATION parsing.
- Add some protection against empty or missing info in ical parser.
- #343126 Fix date argument handler type assignment.
- #343190 Add validity testing to date_api_ical_build_rrule().
- #307166 Make sure timestamps with missing granularity parts in select widgets get defaulted to empty values and saved correctly.
- #341203 Make sure there is no SQL error if there are no fields.
- Add ability to analyze a period to period argument, like P1M--P1Y.
- Adapt Date Argument/Date Browser code to work correctly if only a period is used.
- #324063 Remove unneeded break.
- #320596 Add hook to date_api_fields() so custom modules can add date fields to the Date argument and filter.
- #341964 Get missing back/next links back in year.
- Add date_increment_round() to date_content_generate to make sure generated dates match increment settings.
- Move Date repeat form help to Advanced Help instead of using collapsed fieldset.

Version 6.2-rc6
=================

- #341202, #339457, #337952, #329128, #337787, #341203, Fix repeating and multiple date displays. 
- #273093 Add time formatter option to use in calendar views.
- #324063 Unset invalid values in the date argument position of the url to avoid various errors in the date argument handling.
- #301279 Remove README.txt for Date Popup, it's out of date and I'm moving documentation into the d.o handbook and Advanced Help.
- #337075 Change background-color:none to background-color:transparent.
- #324756 Bypass validation for empty, non-required dates.
- Fix broken Date API test broken by change in API.
- #340394 Fix four-digit year format for PostgreSQL.
- Fix bug in new date_field_get_sql_handler() helper function to pick up the right timezones for the handler.
- #338277 Make some improvements to datepicker css.
- #326722 Update the datepicker js to the latest version to fix bugs in current version.
- Date picker can't handle some year ranges that work in Date API, so adjust it as needed.
- #324150 Fix broken 'not between' date filter handling.
- #337784 Fix broken date filter to work correctly with the new year range values.
- #338237 Replace 'local_offset_field' with 'offset_field' in date handler.
- #338237 Fix broken date browser which never got updated to move date field info to $view->date_info.
- Make sure node edit form uses the right timezone for the database and field type.
- Fix logic error in date_convert when using timestamp with timezone other than UTC.
- #336255 Fix a few remaining places where timezone=none was not being handled correctly, and add update to clean up incorrect values stored in database.
- Eliminate date_timezone_convert() which wasn't working correctly to adjust dates without timezones and get rid of hard-coded 'UTC' for database values in favor of consistently using date_get_timezone_db().
- Date sql handler wasn't properly setting db timezone to UTC for mysql databases.
- Add a helper function date_field_default_values() that can be used to create new date fields in profiles and custom code.
- Add better separation to multiple date fields in the view admin summaries for date arguments and filters.
- #337764 Date filter wasn't correctly setting view date info, and also needs a year limit.
- #337301 Add hook_schema_alter to record addition of timezone_name to users table.
- #336255 Add new helper functions to make work of other modules, like Signup, easier. One helper to create a date handler for a field and another to do make date math easier.

Version 6.2-rc5
=================

- #309155 Get rid of all translation during date_repeat calculations, it was causing timeouts with locale module.
- Rename values added to views to avoid name clashes and keep all date values together.
- #336109 Add handling for ordinals to custom date formatting.
- #265076, #324794 Revert attempt to use strtotime to 'guess' text input since it too often ends up silently turning into 'now'.
- #303951 Relax requirements for text date input to allow single digit months and days.
- #309617 Make DATE_REGEX_LOOSE a bit looser so the @ argument will work right for single digit months and days.
- #333831 Make sure Date Repeat widgets are not made available if the Date Repeat module is disabled, and add hooks to mark repeating widgets active and inactive when the module is enabled and disabled.
- #332806 Make sure that Date Popup widgets are marked active when the module is enabled.
- Adapt processing to make sure only selected dates display in nodes, views, and calendars.
- Add Views field handler for date that can be smarter about grouping date values in views.
- Do a little more work on clarifying the repeat descriptions.
- Fix PHP4 timezone problem that didn't save timezone changes correctly in rare cases when refreshing zones using devel.
- Add 'UNTIL' to the RRULE creation function so it can be used by the API and date_content_generate.
- Update date_content_generate to find more matches in a more limited period.
- Make sure repeating date UNTIL date is properly adjusted for timezone.
- #296529 Update repeating date computations to properly adjust the UNTIL date to the right time and timezone so the end date gets picked up correctly.
- #319452 Fix bug in PHP4 calculation of +/-1 week when using Monday as the first day of the week.
- #319452 Make sure repeating date calculations like 'the 5th Sunday' don't prematurely jump to the following period.
- Fix bug in PHP4 calculation of date_date_set() that was getting the day wrong.
- Another tweak to the repeating date theme to show only the first date in nodes, but show the current date in views.
- #329102 Fix mistake in README.txt.
- Set up hook_content_generate to creating random repeating dates as well as regular dates, useful to help debug repeat problems.
- #322845 Repeating dates with deltas greater than zero were showing no date in Views.
- #315009 Rework the generation of dates to work right now that the Content module handles repeats.
- #317057 Make sure existing optional date with empty value doesn't get reset to current date.
- Fix incorrect handling of empty values for multiple value fields, make sure they remain empty.
- Add more checks in PHP4 functions to return usable values when we don't have complete timezone information in the PHP4 wrapper.
- Add helper function to convert input values based on field type.
- Fix timezone caching -- it was resetting when it didn't need to, consuming resources.
- Found a better way to generate random timezones using mt_rand() instead of rand() to avoid getting lots of duplicates.
- Found some timezones that can't be used in PHP4 because we don't have offset information, so remove them from timezone lists.
- Fix error in PHP4 dst switch date for North America.
- Clean up admin summary names for the date argument and date filter.
- #327506 Detect and trap bad timezones in ical import so they don't create errors.
- Fix broken SQL for week arguments and filters, we can't use DATE_FORMAT(), must look for week start and end.
- Default the block_identifier to NULL, not 'mini'.
- Make sure the date filter as well as the date argument can use both the OR and AND methods of combining dates.
- Fix undefined index error for 'step' in date_copy.
- Remove ical import from Date Copy and add instructions on how to do it using Feed API to Advanced help.
- Add a date_embed_view() function to provide a way to embed views and have their navigation move either together or separately, and document it in Advanced help.
- #326945 Remove callbacks in date_field hook() to match CCK.
- Get the links in embedded views and blocks to work correctly using a helper function date_real_url().
- Fix undefined variable in date_ical.inc.
- Set view->date fields when using date filters as well as date arguments.
- Fix Date Views argument handling of summary views, and switch to comparing formatted values instead of complete dates so year arguments will work better.
- Make sure 'time ago' formats will work in calendar by adding more separation into the format_interval formatter.
- #240156 Workaround conflict between Event and Date by using #process on timezone forms to override Event module handling.
- Keep year out of mini navigation title, and make sure it is a link to the view.
- #323265 Add year as well as month to Date browser & calendar titles.
- #174580 Add min/max year setting to Date argument and set Page Not Found outside that range.
- #174580 Add rel=nofollow to back/next links.
- #322649 Add escaping for %s in date format code.
- #322446 Avoid extra space in date theme when there is no timezone.
- #321733 Fix identification of error field for To date that is not greater than From date.
- Fix Views date filter summary, which was using wrong index.

Version 6.2-rc4
=================

- Date argument handler: Add date field in pre_query() instead of query() so it works if the argument is set to the wildcard.
- Don't try to trim date objects in the date ical preprocessor.
- Make a few more fixes to CCK updates in date.install.
- Start on Advanced help for the Date module.
- #317660 Hard code line feeds in ical export to be sure they come through correctly in all systems.
- Don't try to find repeating fields on types without fields.
- #317021 Coder module patch by stella.
- #312996 Break out of endless loop in date_repeat calculation.
- #294851 Date PHP4: Make timezone_identifiers and timezone_abbreviations into statics variable to reduce execution time.
- #294851 Date PHP4: Make timezone_map into a static variable to reduce execution time.
- #314959 Keep repeating dates off the teaser as well as the node.
- #312598 Date PHP4 functions can be off by 1 hour during the day dst changes, add a fix for that.
- Date PHP4: Add new settings area where you can choose whether to use the faster native timezone adjustments for current dates.
- #316392 Hard code the date_api_views_clear() code to prevent update errors.
- #315955 Translation cleanup.
- Add new repeat selection widgets to widgets that can set increments and date parts.
- #304813 Use new recommended method of testing CCK updates using content_check_update().
- #307544 Get rid of extra line feed at end of ical description.
- #304370 Fix typo in popup css.
- #265076 Add some fallback handling for text input that can accept missing time.
- #308353 Long month name translations again, I applied the fix to the wrong function.
- #313447 Throw an error on required dates that have no values filled out.
- #312539 Improvements in translation text.
- #296529 Remove text saying UNTIL date is not included in results, it should be.
- #296529 Make sure UNTIL date takes time into account to avoid missing final date.
- #312974 Add missing closing span in date theme.
- Clean out date displays in Views tables when uninstalled.
- Fix undefined indexes in Date repeat widget logic.
- Add in special widgets for repeating dates so normal widgets can use the regular Content module multiple values handling.
- #309196, #310728 Get rid of attempt to simplify the navigation query, it is too easily broken. 

Version 6.2-rc3
=================

- #305376, #303999 Change method of clearing theme registry to avoid errors other themes during update.php.
- #308353 Use long-month-name protocol for translations.
- Eliminate query for navigation display.
- #306404 Make sure update 6001 returns an array.
- Default Date Browser view should not have a content type filter in it.
- Add some validation to date repeat logic to avoid trying to process invalid values.
- #303999 Add function and update to clear out theme registry and all the views caches to pick up changes in Views definitions.
- #304631 Fix validation check for required field that was always triggered.
- #304762 Add missing folders for translations.
- #198502 Make sure updates abort if Content module hasn't yet been updated.
- Update to new Views2 API. Now requires latest versions of Views and CCK, and files have been re-arranged.
- Move timezone handling logic to Date API so we can use it in Calendar, too.
- Rework the date_id formatting to use the new #delta value being passed from CCK.
- #196468 Add link to add a date field to a content type in Date Copy, uses new CCK feature to import from file.
- The timezone translation names in the install file must use underscores instead of spaces.
- #302351 Add timezone info to node_load() and adjust tokens to set the right timezone.
- Replace all include_once() with require_once().
- #276270 Add missing break in date_convert() switch for ICAL.
- #301385 Change hook_requirements() to only set message in runtime to avoid install profile errors.
- #299112 Adjust date_convert() to adapt to am/pm when data source is an array.
- #299112 Don't change 12 hour time to 24 hour time until after validation.
- Make sure date_week() trims input value so you can use it with a regular datetime value.
- Change error messages for ical imports to watchdog messages.
- #294185 Add function for cross-database test of non_null values using COALESCE.
- #300319 Move apostrophe in PostgreSQL offset code.
- #299594 Alter date_api_sql to handle MYSQL versions prior to 4.1.1.
- #297733 Make more kinds of custom formats display correctly.
- Change date description for empty 'to' dates to only be used on date_select, the only place it will work.
- Clean up Date Popup validation.
- #275919, #267195 Clean up date_select validation: 
    add field name to from and to date so the name can be used in error messages, 
    combine error messages for field parts into a single message, 
    remove #options from text elements so we don't get meaningless core message about an invalid option,
    set error on whole element so error fields will get outlined.
- Fix weights for timezone and repeat form to always keep them below the date.
- #290212 To date with 'same' default value wasn't picking up blank value when needed.
- #290652 Update jQuery datepicker to development version to pick up fix for duplicated dates when dst changes.
- #298456 Add warnings to field settings page about changes that could result in loss of data.
- #295095 Fix access control on repeating dates tab so it only shows on repeat nodes.
- #295860 Fix flawed updates that were not resetting jscalendar widgets correctly.
- #298158 Change drupal_get_path() to drupal_load() to be sure content module gets included correctly in install file.
- #296409 Fix the hidden repeat date logic so repeating dates are only hidden on the node.

Version 6.2-rc2
=================

- #292617 Make sure the Date Repeat form works properly with all possible date widgets.
- #273656 Make the Date Repeat form use the same widget the regular date form uses.
- #240156 Update Event module timezone values if the Date module is handling the timezone form.
- #296051 Fix error in computation of last day of calendar month.
- Clean up some invalid combinations like using 'DAILY' with an option like 'First Tuesday'.
- #284557 Fix errors saving repeating date when no repeat options were selected.
- #295095 Change the repeating dates theme to show only the start and rule on the node and move the list of repeating dates to a separate tab.

Version 6.2-rc1
=================

- Fix Date Popup process that was ignoring $edit values.
- #289215 Shorten the size of Date Popup date box and allow the API to control the size.
- #291882 Do some tweaking of the Date Popup css to be sure backgrounds are hidden and values are overridden.
- #292945 See if there is an existing validation array before adding validation.
- #293685 Add missing $form_state in form_set_value() call in date_repeat.inc.
- Fix broken logic in comparison of min and max to from and to dates in the date argument.
- #272551 Remove weight for repeat element, it isn't needed and doesn't work right when weight is negative.
- #283392 Make sure widget description shows up with or without 'to' date.
- #292680 Make sure themes don't add padding to navigation h3 causing misalignment.
- #292602 Make sure dates without times do not get 'All day' added.
- #292436 Fix critical typo in new date_all_day function and add test to date_formatter_process() to keep empty value from wiping out a good one.
- Check for date values before using new all day theme.
- Add 'All day' themes for use in nodes and calendar psuedo nodes.
- #290826 Fix logic error that was missing date ranges that start before the current period by changing 'AND' to 'OR' in argument filter.

Version 6.2-beta4
=================

- #270318 Get date browser and calendar navigation working correctly when used in a block.
- Add new DATE_FORMAT_DATE for date-only format that is used throughout the calendar.
- Fix validation code that checks if arguments and filters have date fields selected, need to array_filter() the selections.
- #269569 Override Views default method of combining tables when adding two fields from the same table, needed to avoid broken queries.
- Add validation for Date Browser to be sure only one date argument is used in the view.
- Rework the install file so variables can be corrected and dependent modules enabled by disabling and re-enabling Date API.
- #280863 Make sure Date Timezone and Date PHP4 can be uninstalled by keeping module_enable() in the install.
- Rework of date filter to provide a choice of a widget to use for the filter form and an option to set the default value to a set date or something like 'now +90 days'. You must delete any previously-created date filters and re-create them to pick up the new parameters.
- Make sure PHP4 date_modify() does not care if there is a space between the number and the date part.
- Make sure we don't use mktime() in compare_date() function, won't work reliably in PHP4.
- Make sure PHP4 wrapper code doesn't try to use date() on values outside the 32 bit signed range.
- Get the url into the theme processing.
- Remove old D5 themes, this is now handled by the Date API date browser attachment.
- #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.
- Add test for jQueryUI and load datepicker from there if it exists.
- Update to latest versions of jQuery datepicker and timeentry.
- 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.
- #244025 Fix jquery calendar so it works correctly with multiple value fields.
- #269569 Make sure more than one date filter will work on the same view. 
- Add a template for the Date Views filter form.
- Check for invalid inputs to the date handler argument handling.
- Move the class configuration to the theme so it is easier for themers.
- Remove code previously commented out that forced required value to current date, seems to be working right.
- Adapt date elements so they will work correctly as Views 2 widgets.
- Move #validate parameters to element processing step instead of hook_element() to help ensure they don't get wiped out.
- Make sure partial dates, like year-only, get the right range computed for them.
- Don't user format_date() and strtotime() to create argument titles and links.
- #282408 Make sure dates only float when there are two of them by adding #date_float parameter.
- #281623 Switch old jscalendar widgets to use date_text instead of date_popup since date_popup may not be available.
- Make sure empty time does not get value on submit.
- Format interval theme added 'ago' twice to past events.
- Need a space between the date and the timezone name in the Date theme.
- Get repeating dates working.
- #280899, #273344 Make sure Date Popup doesn't inject the current date into empty fields.
- Fix undefined index for timezone field.
- Fix computation of year range in date_content_generate.
- #275797 Remove invalid and unneeded css display:relative.
- Fix inconsistencies in handling of 'none' and 'user' timezones in Date and Calendar.
- Add static variable to PHP4 timezone offset handling to reduce number of database queries.
- #280041 Fix typo in postgres switch code in date_api_sql.inc.
- #264749 Fix typo in date_ical_date which unset the date.
- #277420 Add missing format information for minutes and seconds to date_sql_handler.
- Make sure the timezone always goes on its own line now that date elements float.
- #279932 Remove length from integer rows so they don't create errors in postgres.
- #270316 Fix postgres timezone adjustment.
- #279051 Fix postgres timezone test.
- Add week handling and granularity tests to date_sql_handler().
- Set date prefix on date navigation css classes.
- Fix PHP4 handler for date_timezone_set() which was incorrectly altering the timestamp value.
- Fix computation of 'N' in PHP4 date_format() wrapper to get date_week() working right in PHP4.
- #274403 Fix typo in date_hours().
- #269834 Add timezone adjustment to PHP4 date_format() wrapper.
- #272110 Alter css so that from/to dates can float next to each other.
- #275490 Remove orphaned punctuation at beginning of string in date_limit_format().
- #277549 Make sure no repeats are created if no start date was set.
- #272523 Fix error in PHP4 wrapper code that kept date_modify from working reliably.
- #273344 Make sure incomplete Date Popup values get converted into complete dates.
- #274882 Fix typo using $field instead of $form_values.
- #276544 Rework system for handling timezone in date theme.
- Add code to adjust NOW() by a number of seconds to allow NOW() to be the beginning of the day.
- Rework PHP4 date handling to avoid any use of date() or mktime(), which may inject an incorrect timezone offset.
- Get rid of the adodb method of computing the gmt offset for PHP4 and use the date_offset_get() computation.
- Fix use of wrong value for timezone in repeating dates.
- Remove as many dependencies as possible from install files and auto-enable necessary modules.
- #270267 Remove timezone_identifiers_list() in the install file from the global space.
- Date Popup was not handling empty non-required values correctly and they were defaulting to current date.
- #273727 Small fixes to field settings validation.
- #248338 and #254819 clean up date_limit_format() to better handle punctuation and escaped letters.
- The jQuery calendar requires year, month, and day or it won't work, add validation for that in the settings.
- #270358 Fix handling of year-only or month-only text fields to save the right values.
- Remove unneeded hook_form_alter() used to fix radio values for granularity.
- Make sure granularity is in correct format before setting value in field settings form.
- #244025 Didn't get the right code into the original commit for the single jquery class. 
    Still have the problem that it won't work with AHAH add more.
- #273130 Conform to new Drupal 6 method of indicating long and short month names.
- Clean up Date popup validation.
- Add templates for ical vevent and valarm.
- Fix undefined indexes in date_repeat_calc.inc.
- Change method of showing multiple values with timezones on forms and show them in every instance. 
  This is to simplify the processing and avoid errors when trying to apply the timezone in the 
  first item to all other items.
- #272597 Remove php tag from timezone.js.
- #272551 Add option to expand or collapse repeating date options.
- #261610 Prepare for a jQuery popup in the calendar by adding a unique id to the 'node'
   and altering the date theme to surpress all other dates if $node->date_id is set.
- #232959 Get rid of unwanted scrollbars in date fieldsets using trick discovered by threexk.
- Clean up install file included files and include file paths, and auto-enable date_timezone and date_php4.
- Add a is_string() test to the date_is_valid() function.
- The timezone element can sometimes be a nested value.
- Date_fuzzy_date was not handling input from date_popup or date_text in the right way.
- #260611 Replace substr with drupal_substr where used to get month and day abbreviations.
- The granularity options were not saved correctly by CCK when provided as checkboxes, change them back to a select widget and fix the bad values in an update.
- Have the date_text element handle its own format description instead of doing it in the Date module.
- #270304 Timezone was not getting saved. 
- Empty values were getting saved.
- #257353 No need for format description when using select widget.
- #270267 Auto-enable the Date PHP4 module when needed.
- #269569 Get the Date Views filter working.
- #270626 Fix documentation errors that use create_date() instead of date_create().

Version 6.2-beta3
=================
- #269569 Get new generic date filter working again.
- Add a default view for the Date Browser.
- Fix undefined indexes and add ability to override style in the Date Browser navigation attachment.
- Add RRULE to ical template. Make sure all event values get added into the ical feed.
- Get rid of date_ical_export(). The ical export code has been moved into a template and pre_processor.
- Make Date API changes needed to get iCal export working in Calendar.
- #251830 Replace D5 function name with D6 function name, content_alter_db_field() is D5 only.

Version 6.2 beta2
=================
- Fix computation of week range computed from views arguments.
- Now that a current date argument has been added to Views, remove the current date plugin from the Date API views handling.
- #263377 Re-fix patch that I broke in later commit.
- Comment out RRULE temporarily until repeating rules are fixed.
- Omit the timezone from the process to store the current date parts in the form.
- Change expected form values to match latest changes in CCK admin form.
- #261631 No longer using $append, so get rid of it.
- More work to ensure all the right timezone files are available in installations and updates.
- Add theme folders to 6.2 branch.
- #262272 Make sure $account is set before trying to use it in hook_user.
- #263078 Fix error in setting up db session info that was triggering the MYSQL code for POSTGRES.
- Move lots of similar date handling and navigation code out of Date and Calendar and into the Date API where we can use the same code everywhere. 
- Add a flexible date argument to the API that will work on any Views date field and take any ISO date argument. 
- Add an argument default option to set a missing date argument to the current date that will work on any date field. 
- Add a date back/next navigation attachment that works with the date argument and which can be attached to any view. 
- Adapt the Calendar module to share this code instead of creating its own.
- Add calendar week calculations to the Date API so we can move them out of Calendar module to be able to use them in any date application.
- Fix critical typo in date_get_timezone() that set the timezone to the site timezone even if it isn't right.
- #257764 Replace hard-coded field and instance tablenames with the new content module function.
- #130689 Move include code in the install file into a function and out of the global scope.
- Fixes needed to display the timezone when that format is selected, and to pull the timezone out of format strings.
- Date with timezone wasn't displaying the timezone selector.
- #261628 fix typo in #process.
- Change to sql handling from latest updates to the Calendar module.

Version 6.2 beta
================
- #255911 node_submit() is not necessary for data integrity check.
- Rename date.views.inc and change handling to new Views auto-include method.
- Fix for critical flaw in the new timezone list handling that was creating an invalid array.
- #257874 and #187599 provide a way to generate field content for the devel module.
- Bad typo in date column type.
- Fix install errors.
- #255166 fix copy/paste error in date_token function name.
- Working in a new sql handler class so we can use the same class in both.
- Update date copy to convert either version 1 or version 2 Event nodes.
- Add missing strtotime validation and format help text to textfield date and clarify that it's really a custom input format (which uses strtotime if the custom input fails).
- Change method of getting translations for all timezones into the install file.
- #256079 make translation of abbreviations easier.
- #254930 fix parse error.
- #238794, #254851 fix call-time pass-by-reference error.
- #256078 Fix typo in popup calendar.
- #255739 Fix backwards validation message when testing that the To date is greater than the From date.
- Make sure anonymous users don't see timezone message.
- Prepare for proposed core timezone handling from #11077 by getting rid of deprecated timezones and adding in js timezone name detection.
- Rework default timezone handling to force a valid date even when timezones are not set to get rid of numerous installation and operational errors caused by invalid date objects.
- Update site timezone offset during cron and user offset during login to make sure that modules that rely on the timezone offset  have current information to process when the offset changes.
- #251511 Rename function to avoid clash with Diff module.
- Rework the date filter and argument -- simplify some of the code but still keep as much flexibility as possible. You can set up the filter to provide either a date or offset selector (or both), you can set the granularity of the date parts, and any part can be set to all all values, the current time, or a specific value for either a single date or a from/to combination.
- #250813 Make sure Views handlers are initiated.
- #244708 menu code cleanup.
- Clean up timezone handling in date repeat logic.
- #234021 fix date_repeat timestamp errors.
- #234102 It turns out that we must always force use of the lower level date functions because regular strtotime and mktime can be off by one hour during daylight savings time.
- #234073 Provide a way to make required textfield start out with blank values.
- #239900, #249399 Limit available formats for Date Popup to available formats and hide custom format code which won't work right here.
- Can't use date_make_date within date_part_extract without setting up potential circular reference.
- Format_interval logic was backwards.
- #236889 Make sure date_select validation only checks required granularity.
- #234073 Provide a way to make a required date start out with blank values.
- #247749 don't use date popup on system date form, too many potential conflicts.
- #234360 fix date_server_zone_adj() function.
- #242433 adjust timestamps to datetime when creating repeating dates.
- #233415 separate ical retrieval and parser so other modules like feedapi can use the parser alone.
- #240980 coder compliance fixups.
- #225738 Add special case handling for year only or year and month only ISO dates.
- #244025 make the jquery calendar code more efficient.

File

CHANGELOG.txt
View source
  1. Date Module 6.x
  2. =================
  3. Version 6.2.x-dev
  4. =============
  5. #1411472 by pdrake, dagmar, jonathan1055, NROTC_Webmaster, brad.bulger:
  6. Undefined index: base in get_query_fields().
  7. #2247891 by haggins, vijaycs85, herved: Submitting date fields returns error
  8. "Field X is invalid".
  9. #2071669 by freblasty: Incorrect date validation for year or year and month
  10. formats.
  11. Version 6.2.10
  12. ==============
  13. - Issue #1528474 by pfrenssen, tim.plunkett: Fixed Call to undefined function jquery_ui_get_path().
  14. - Issue #1558368 by jandd: Fixed ()['UNTIL'] must be ()['UNTIL'] in date_repeat().inc.
  15. - Issue #1559962 by pillarsdotnet: Fixed Correct documentation of date_format_date() parameter: "$oject" -> "$date".
  16. - Issue #1214422 by IRuslan: Fixed PHP warning - undefined index in array.
  17. - Issue #1138210 by coltrane, djdevin: Fixed date_sql_handler() STR_TO_DATE math incorrect.
  18. - Issue #1131916 by hefox | vectoroc: Fixed date_timezone_init() attempts to access undefined variable.
  19. - Issue #636208 Date range: Expose a single filter to select events that start before the chosen date and end after the chosen date by anrikun.
  20. - Issue #1176548 Fold long lines in iCal by sdague.
  21. - Issue #1808414 Date showing on node view - not showing on node edit - PHP 5.4 issue by bkat and mikeytown2.
  22. - Issue #1289270 by pdrake: Fixed date arguments and filters do not work with relationships.
  23. - Issue #973924 by arlinsandbulte: Fixed jquery_ui() dependency not in .info file.
  24. - Issue #895760 by Reinette: Added RFC2447 option STATUS to date_api_ical().inc.
  25. - Issue #1192020 by tim.plunkett: Fixed Date granularity is too fragile in date_field_all_day().
  26. - Issue #501416 by refman1073: Fixed Date validation incorrect for days > 31.
  27. - Prepare for continueing develpment on 6.x-2.x branch
  28. Version 6.2.9
  29. =============
  30. - Issue #1005968 by jcmarco, dnotes: Added Ajax for date navigation attachment views.
  31. - Issue #1545254, Use remember in filter only if a value exists.
  32. - Add a test for force_value to the code that checks the default value for the exposed filter. In some cases the relative value wasn't overriding a fixed value as it should have been doing.
  33. - Issue #1223956 by mikeytown2 and hyrcan, Fix undefined index in date_handler_fields().
  34. - Issue #1517548 by joachim, Fix incorrect documentation for date_default_timezone_name().
  35. - Issue #884310 by AlexisWilke, Postgres earlier than 8.3 needs different syntax in date update.
  36. - Issue #606658 by johnmunro and KarenS, Make sure ical import processes multi-day all-day events correctly.
  37. - Issue #1282538 by benjifisher, crifi, and KarenS, Make sure ical feed for all day events adds 1 day to the end date to comply with the spec.
  38. - Issue #1463438 by hyrcan, Fix some 5.3 notices.
  39. - Issue #1513396 by JoeMcGuire, Fix failing Date Popup test.
  40. - Clean up to eliminate PHP notices when running tests on PHP 5.3.
  41. - Issue #1408216 follow up, Need to be sure that NULL is the default state for the sql functions.
  42. - Issue #337666, Make sure the UNTIL date for repeating dates is inclusive.
  43. - Backport the D7 version of date_ical.ical.inc to D6 so we can keep D6 and D7 synched up more easily.
  44. - Issue #975320 by mvc, Add translation to jQuery date picker.
  45. - Issue #1408216, Remove remaining references to ->offset, which is no longer defined, nor needed. The timezone defaults should be properly set by date_views_set_timezone().
  46. - Issue #1408216 by technicalknockout, artkon, tangent: Fixed Events no longer appearing in calendar (regression introduced in Issue #1017866).
  47. - Issue #1360672, Fix limit format code to remove leftover non-ascii text as well as leftover ascii text.
  48. - Issue #1033856 by joachim: Fixed conflicting messages about jquery UI requirement.
  49. - Issue #1049992 by jjwhitney: Fixed Failed validation causes values to disappear when using popup widget.
  50. - Issue #436490 by kong, xjm: Fixed Add support for jQuery update to 1.3.x and jQuery UI 1.7.x.
  51. - Issue #1161814 by Scyther: Bad code in function date_field().
  52. - Issue #232954 by rho_, arlinsandbulte: Fixed text 'Empty 'To date' values will use the 'From date' values' is always visibl under the second row of selectboxes ('date - to').
  53. - Issue #536832 by aturetta: Fixed Date format types not translated in admin pages.
  54. - Issue #488078 by emmajane: Fixed Broken link.
  55. - Issue #1017216 by tim.plunkett, arlinsandbulte: Added custom date format without time shows 'all day'.
  56. - Issue #1407064 by nairb: Fixed undefined function drupal_substr_replace().
  57. - Issue #1162962 by mikeryan: Fixed E_STRICT notices in date_make_date().
  58. - Issue #554546 by master-of-magic: Fix Timezone list translation
  59. - Finally found why tests are failing on d.o. Some of the needed modules aren't getting set up in the test.
  60. Version 6.2.8
  61. =============
  62. - Make sure the value passed to set the starting nid for converting events is an integer.
  63. - Explicitly turn 'date_popup_timepicker' to 'none' in tests to avoid Date Popup test failures.
  64. - Issue #1300274, Backport all the fixes for date_repeat_build_dates() from D7 so additions will work right in PHP 5.3.
  65. - Issue #1130814, Backport all the fixes for Date Repeat Calc from D7 so PHP 5.3 will work right and tests will pass.
  66. - Issue #1391374 & #1302052 by benjifisher, CRLF line endings cause problems with git apply
  67. - Issue #1101284 by pfournier, Expand regex for Month names to catch more possible variations.
  68. - Issue #1086100 by ayalon, Group Multiple Value functionality is broken
  69. - Issue #752550 by Fonant, Week number gets printed twice
  70. - Issue #1038482 by somanyfish, iCal import failing due to colon instead of semi-colon
  71. - Issue #1052586 by jpsolero, Problem with Date API when using Calendar with argument set to "Week" granularity and "current date" default argument
  72. - Issue #307274 by ksenzee and arlinsandbulte: Limit the selectable date range using absolute values instead of only the relative Years back and forward:
  73. - Issue #742146, Add option to remove X-WR-CALNAME if VEVENT is not a feed.
  74. - Add option to change method from PUBLISH to REQUEST in VCALENDAR.
  75. - Issue #1087798 by anj, Fix X-WR-CALNAME in VCALENDAR.
  76. - Issue #1017866 by KarenS and Jason89s, Make sure views argument and filter don't do timezone adjustment for dates that don't have time.
  77. - Issue #1204988 by paulsheldrake, Remove IE6 code from 1.7 datepicker CSS.
  78. - Issue #1159404 by mikeryan, Fix incorrect call to parse an rrule in date_repeat_build_dates().
  79. - Issue #1160614 by joelstein, Make sure date repeat rule gets split correctly no matter which line endings were used.
  80. - #1018412 by omerida: get_class() called without object
  81. - #1054458: Move date_increment_round() function into Date API module so it is always available.
  82. - #745074, by rsevero: Don't test for valid timezone-adjusted date for dates that don't use time.
  83. - #1082658: Saving the options as arrays breaks other things. Add a custom export plugin instead.
  84. - #1082658, Views options need to be declared as arrays or they are not saved in the export in Views 3.
  85. - #945982 by tstoeckler, Fix another PHP 5.3 warning.
  86. - #1027752 by B-Prod and dboulet, Fix missing table join on argument summary view.
  87. - #686394 Fix computation of week when week is used as default value of date argument.
  88. - #447868 Figure out when remembered value needs to used in Date filter.
  89. - #430746 by Kermit, Fix missing datetime type in event migration code in Date Tools.
  90. - #1011184 Add function to sort granularity array and use it in date_make_date().
  91. - #1014664 Fix timezone shifts when computing UNTIL date for repeating dates.
  92. - #1014818 Fix bug that only affects old versions of php to show all dates as the current date. Those old versions cannot be made to work the same way, fall back to a less robust workaround.
  93. - #580176 Fix alias handling when dates from multiple content types are used in same view.
  94. - #1013662 by developer-x: Remove check for start and end date - this prevented multiday-all day events from showing 'All Day'
  95. - Add more tests.
  96. Version 6.2.7
  97. =============
  98. - #514242 Day repeated every two weeks was broken by wrong day comparison value.
  99. - Fix a bug in the calculation of the week days when using ISO weeks.
  100. - #549042 The date_week() function should return an integer even when using ISO weeks.
  101. - #575770 Fix handling of empty vs zero date parts in the date combo processing.
  102. - #385688 by jcmarco, Make sure we don't set relationships where there should be none.
  103. - Fix a strict warning for use of is_a().
  104. - #882980 Fix WSOD in PHP4 from date_format process to create a new date.
  105. - #998498 Don't try to use jquery_ui function in update if it isn't installed, add a warning message.
  106. - #993148 Use url() for link to date format page in date widget settings so it works without clean urls.
  107. - Add more date repeat tests and fix date repeat handling of day of month > 5.
  108. - #784854 by akeemw, fix broken date repeat handling of negative by-day computations.
  109. - Add functions to get a granularity precision from a granularity array or an array from a precision.
  110. - #760284 by skwashd, arithmetric clean up ical rfc compliance.
  111. - #939152 by amelfe add z-index to datepicker 1.7.
  112. - #826458 by troynt Keep date popup from popping up on page load.
  113. - #441970 by recrit and patcon, tweak year range validation in date filter and date argument to be more flexible.
  114. - #952036 by cwc, Date popup defaulted to earliest year instead of current year when using jquery ui 1.7.
  115. - #977002 Ensure that the year range always sets the minium year as the minimum even if the year range string has it reversed.
  116. - #848656 by Mark Trapp, remove use of ereg from date_calc for compatibility with PHP 5.3.
  117. - #385688 by christianchristensen Fix filter handling for relationships.
  118. - #963844 Fix the date filter and argument so they will show up both under the 'Date' group and as 'Content' fields.
  119. - Add tests for date popup widget.
  120. - #560054 by travist and AllPlayers.com, add AHAH Add More buttons to date repeat exceptions and additions.
  121. - #292522 by chaps2, fix typo in new date repeat additions feature.
  122. - #292522 by chaps2, add additive exception to repeating date form.
  123. - Avoid errors with incomplete time values in dates.
  124. - #337666 Fix UNTIL and EXCEPT dates to not show time and automatically set them to 23:59:59 before storing.
  125. - #769064 Fix translation in format example text.
  126. - #898024 by jaydub and #834388 by arroncouch Fix the jquery ui css paths.
  127. - Adding and updating test, including a test provided by tristanoneil, with a few fixes uncovered by the tests.
  128. - #521990 by Aron Novak: Make sure popup date selector grid is in correct year by.
  129. - #587338 by Kevin Rogers - Add token to support day number with English ordinal (st, nd, rd or th).
  130. Version 6.2.6
  131. =============
  132. - Revert #802046. Unicode support change for date parsing causes serious errors.
  133. Version 6.2.5
  134. =============
  135. NOTE: The included copy of the jQuery UI datepicker in the Date Popups module has been removed. It is now necessary to install the jQuery UI module (http://drupal.org/project/jquery_ui) for the Date Popups datepicker to work!
  136. - #436490 Add support for the jQuery UI 1.7 datepicker.
  137. - #802046 by t3hk0d3, fix date parsing to better handle unicode characters.
  138. - #475926 by hawleyal, clean html out of ical export.
  139. - #675352 by sdague, clean up ical escape text.
  140. - #848644 by Crell, make sure ical_parse_rrule can handle embedded timezones.
  141. - #784652 by keinstein, fix 'r' format.
  142. - #679224 by brianV, add defaults for month and year for latest jQuery UI datepicker.
  143. - #518816 by dww, avoid 'date_format() expects parameter 1 to be DateTime' errors by checking for date class.
  144. - #772180 by recrit and dww, make sure date descriptions always use valid dates for format examples.
  145. - #642018 by slip and KarenS, make sure to eliminate spaces before AM/PM in date popup timepicker.
  146. - #582982 by yahn, make sure date_all_day gets the most significant date element.
  147. - #785708 by bdurbin and locomo, update jquery timeentry to latest version.
  148. - #390012 by joachim, Make sure view args are sorted when creating navigation links.
  149. - #408190 Fix mini calendar title link so it doesn't always link to current date.
  150. - #630972 by bec, make sure a default system timezone is set to make PHP 5.3 happy.
  151. - #641344 by arlinsandbulte, add option to use ISO weeks instead of calendar weeks.
  152. - #697144 by tstoeckler, date_format_date formatter fixes.
  153. - #774182 by keinstein, fix some strict error handling errors.
  154. - #702922 by rupl, add missing class to date popup.
  155. - #660776 by neilnz, fix postgresql sequence update.
  156. - #645936 by markus_petrux, allow other modules to add #afterbuild to user forms.
  157. - #406976 by dopry, Check both the field name and type name to get the right label for shared fields.
  158. - #599744 by anarcat, don't rename table to one that already exists.
  159. - #599484 by Gribnif, avoid infinite date repeat in PHP4.
  160. - #529734 by raintonr, reduce number of requires for PHP4.
  161. - #875978 by mikeryan, avoid notices when updating nodes with empty datefields.
  162. - #548866 by siritree, fix cannot use scalar value as array by testing that $item is an array.
  163. - #706006 by Gribnif, fix broken logic for every Nth DAY.
  164. - #460776 by Mr. Chips, fix ordinality in Date Repeat string.
  165. - #635778 by dagmar, fix typo keeping comment dates from showing up.
  166. - #819678 by jonathan1055, fix url on admin page to work without clean urls enabled.
  167. - #553884 by divinehawk, fix pgsql timezone support.
  168. - #320765 by joelstein, fix order of timezone name list.
  169. - #552154 by Ian Ward, make date_first_day defaults consistent.
  170. - #477868 Exposed select filter widget sometimes gives 'illegal choice' errors.
  171. - #385688 by Gribnif, adding a set_relationship() function to date filter and date argument to try to fix broken relationships problems.
  172. - #580178, Remove http://drupal.org/cvs?commit=263582, might be a problem.
  173. - Fix default values for date_fields, should be array.
  174. - Rename incorrectly named views definition.
  175. - #313704 Add timezone information earlier so that auto_nodetitle has it, patch by Kars-T.
  176. - #554546 Don't put translated timezone names in cache, patch by alex.k
  177. - #491954 Make sure translation works in date changer, patch by Bodo Maass and cyp25.
  178. - #675234 Try to convert deprecated timezones in ical, patch by David Goode.
  179. - #535270 Test for existing date format tables before update, patch by anarcat and Owen Barton.
  180. - #545466 Fix bid placeholder in date wizard, patch by colinsherry.
  181. - Be sure to set timezone when changing date type. Clean up unused parts of code from Date Wizard.
  182. - More work on repeating dates.
  183. - Adding experimental tool to change the date type.
  184. - Move event import and date wizard into separate files.
  185. - #698522 Make Views code work with Views 2 and Views 3, patch by rjbrown99, Ahqar, tauno, dagmar, perusio.
  186. - Coder review fixes.
  187. - Install file cleanup.
  188. - #489494, by poiu, Some RTL css fixes.
  189. Version 6.2.4
  190. =============
  191. - #565830, by bengtan, Fix Postgres handling of hour '0'.
  192. - #408770, by vkareh, Make sure dates with access control retain values during processing.
  193. - #574876, by stella, Fix odd logic when forcing views dates in date elements.
  194. - #385688, by noahb, a fix for using relationships with date filters and arguments. Thanks!
  195. - #535008 Prevent possible PostgreSQL problem by re-arranging timing of dropping the key.
  196. - #535270 Fix install test for update 6005 that kept it from completing.
  197. - We sometimes get $edit without $edit['date'] from Views exposed filters, fix processing for that possibility.
  198. - Exposed filter querystring must be appended in normal views.
  199. Version 6.2.3
  200. =============
  201. - #494350 Add 'c' format.
  202. - #352975 Remove filter:mask in datepicker css and add help in settings on how to add back in theme.
  203. - #352975 Add hook_requirements warning to suggest using jQuery UI for datepicker.
  204. - #529826 Change date tools permission name to add 'administrator' to make it clear it has important powers.
  205. - #529826 Check for invalid content type name in Date Tools.
  206. - #529826 Add check_plain to label.
  207. - #418874 Don't run timestamp format through date_limit_format().
  208. - #456308 Don't reset date_api_fields cache over and over.
  209. - #424006 Add flexibility to date filter options by passing them directly to date_create.
  210. - #465870 Make sure date_repeat_form.inc is included in validation.
  211. - #453688 Use is_a() function so date handler will work for any handler derived from views_handler_field_date.
  212. - #452934 Make sure format_interval() doesn't do anything with empty dates.
  213. - #483682 Make searches case-insensitive.
  214. - #395156 Change table name for date formats from 'date_format' to 'date_formats' because 'date_format' is reserved word in some dbs.
  215. - #342357 Make jQuery timepicker optional.
  216. - #473308 Add handling for year-only date stored in timestamp field.
  217. - Get rid of
    in admin summary that was going through check_plain.
  218. - #482436 Removed deprecated code to remove empty field values, CCK does that now.
  219. - #421258 Don't cache prepared node, it may need to change context or content type.
  220. - #421258 Make sure formatter settings context is never empty.
  221. - Add theme date_time_ago() to Date API so other modules can use it.
  222. - Remove deprecated date_format_options().
  223. - Remove deprecated Views code.
  224. - Remove deprecated date_install_clear() function.
  225. Version 6.2.2
  226. =============
  227. - #418174 Timestamp format should not be run through date_limit_format().
  228. - #456308 We do not have to reset the date_api_fields cache over and over!
  229. - #424006 Add flexibility to date filter options by passing them directly to date_create() for PHP versions > 5.2.
  230. - #465870 Make sure date_repeat_form.inc is included in validation.
  231. - #453688 The is_a() function makes date handler api work for any handler that was derived from 'views_handler_field_date'.
  232. - #452934 Make sure format_interval doesn't try to do anything with empty dates.
  233. - #483682 and #395156 Have to alter the collation of the format fields in MYSQL so they don't do case-insensitive searches and indexes. Fixing table name at the same time to fix another sporatic problem where 'date_format' is treated as an invalid table name and the table is not created.
  234. - #342357 Make jQuery Timepicker optional.
  235. - #466222 Fix Dutch translations.
  236. - #473308 Add handling for year-only date stored in timestamp field.
  237. - #482436 Remove deprecated code to remove empty field values, CCK does that now.
  238. - #421258 Don't cache prepared node, it may need to change by context and/or content type.
  239. - #421258 Make sure formatter settings context is never empty.
  240. - Add new calendar-day theme to format date like a calendar day page, move basic theme date_time_ago() from Date module to Date API so other modules can use it.
  241. - Remove date_format_options() from Date API, no longer used with new format system. Move it to Date Popup, which is the only module still using it with TODO to maybe get rid of it.
  242. - Remove old views code from Date module.
  243. - Remove date_install_clear() function, a leftover from an earlier version no longer needed.
  244. - #451858 Fix date_timezone_set() when date is empty while adding new item.
  245. - Fix date_limit_format() to be sure the 'T' is stripped out of ISO dates with only date or only time.
  246. - #432368 Don't force default value in exposed filter if default is empty.
  247. - #369020 Switch '+1 Sunday' to 'First Sunday' to over PHP5 bug.
  248. - #444960 Fix Date Tools permissions.
  249. - #315443 Make sure 'within' labels don't break when used in text fields.
  250. - #423710 Make date navigation more accessible with titles.
  251. - #424388 Pass #attributes from element to Date Popup.
  252. - #381370 Remove escaping for colon and double quote per ical spec.
  253. - #426810 Fix HTML syntax in advanced help files.
  254. - #456460 Break out simple themes for date_display_single and date_display_double for easier control by themers of separator and other html.
  255. - #384258 Fix broken handling of 24 hour time in Date Popup.
  256. - #401152 Fix broken handling of long month name in input format.
  257. - #452420 Revert change of hyphen to dash in date display, dash is handled badly by token and elsewhere.
  258. - #347080 Using 'first' and 'last' is more reliable than '+1 week' in strtotime().
  259. - #369020 Fix bug when finding first or last Mon/Tue/Wed/Thu/Fri/Sat/Sun of month.
  260. - #427830 Postgres can't handle \T.
  261. - #414446 Avoid php errors when context is missing.
  262. - #444272 by Darren Oh, add Date views conversion from Views 1 to Views 2.
  263. - #428828 Make sure date $fields array always has expected format, even when empty.
  264. - #341463 Repeating date with no To date was missing form label.
  265. - #404866 Make sure labels are translated.
  266. - #442526 Add missing space to navigation template.
  267. - #375864 Clean up date_limit_format() to handle more odd formats.
  268. - #447616 Allow custom tables as well as custom fields to use Date argument and filter.
  269. - #338253 Fixes to translation of timezone names.
  270. - #409476 Make sure empty UNTIL date is not parsed into RRULE.
  271. - Make sure $base is never empty when identifying date fields for date filter and argument.
  272. - #317105 Update Isreal DST rules.
  273. - #408770 Abort date_combo processing when user has no #access.
  274. - #388728 Change dash to en dash in date range theme.
  275. - #414290 Update timezone form_alter to account for difference between Event version 1 and 2.
  276. - Broke un-exposed filters when fixing exposed filters, fixing them again.
  277. - Non-node date fields need better descriptions and field limits.
  278. Version 6.2.1
  279. =============
  280. - #411496 Select widget in Views was not getting forced to the right value when using 'now+' defaults.
  281. - #395156 Hide errors during multiple passes of date_format creation.
  282. - #395156 Update new format table definitions to be sure indexes are not too long for MYSQL to create the tables.
  283. - #365771 Make sure date filter doesn't try to use Date popup widget if that module is disabled.
  284. = #406876 Adapt Views block argument handling to adapt to arguments like user/%/calendar/2009-05.
  285. - #385880 Add non-node date handling for Views arguments and filters.
  286. - #400992 Add time and datetime tokens.
  287. - #408176 Fix token handling of empty values.
  288. - #399180 Test for Views tables before uninstalling them.
  289. - #369811 Fix problems with duplicate date formats in new format system.
  290. - #354989 Make sure year-only date does not regress to YYYY-00-00 00:00:00, which will end up as previous year.
  291. - #398258 Fix problems handling blank text widget values and general form processing cleanup.
  292. - #405408 Update simpletests.
  293. - #397420 Fix miscalculation errors in date_difference.
  294. - #360967 Add method for deleting a custom default calendar.
  295. - #376224 Add 'From date' and 'To date' to Views titles.
  296. - #375864 Make sure date_limit_format() doesn't keep formats that are only escaped strings.
  297. - #386124 Updates that test for Views version should work even if Views is not installed.
  298. - #386406 Date filter was not picking up right default value in some situations.
  299. Version 6.2.0
  300. =============
  301. - #376880 Move back/next symbols back into link.
  302. - Exposed filter was not testing empty values correctly.
  303. - Add Advanced help for new formatter settings.
  304. - Add formatter settings for node and view to control which multiple value to display when.
  305. - Improve interpretation of argument date ranges.
  306. - Improve handling of translation for Date repeat rules.
  307. - #347645 Mark 'To date' required if it is.
  308. - #345215, #309921 Rework the way multiple 'From date' and 'To date' fields are identified in validation errors.
  309. - #375551 The 'All day' formatting should not be applied to format_interval formats.
  310. - Date PHP4: fix inconsistency in offset computation for first two hours of the day dst changes.
  311. - Date PHP4: eliminate some needless cycles to improve performance.
  312. - Add test files to import RRULEs in .ics, all day dates in .ics, and date info in .csv formats used by Yahoo Calendar and Outlook.
  313. - iCal TRIGGER can either be a date or a duration.
  314. - Fix to iCal: alter the end date of all day events to match the to date.
  315. The ical practice of setting the End date as the next day won't work for our interal use of this value.
  316. - Fix to iCal: leave 'all day' notice in the individual date components as well
  317. as the top level so it is available in each portion of the VEVENT array, needed for FeedAPI parsing.
  318. - Fix broken date link in calendar created by Date Tools.
  319. - Make the default value for the 'To date' easier to see in the field settings.
  320. - Update date argument summary for recent changes in Views.
  321. - #345077 Make sure duplicate copies of the date field each get to theme the raw, unaltered, data.
  322. - #375551 Fix fatal typo in reworked date_format_date() function.
  323. - #338253 Re-work the Date repeat description to provide more context for translations.
  324. - #338253 Re-work date_t() to create a more robust method of handling translations of abbreviations and other short strings.
  325. - The date filter should not be setting the view dates, the style should do that.
  326. - Add 'value' and 'value2' hints to views fields and use new CCK views data.
  327. - Give the Date browser a better path with no underscore.
  328. - #370961 Date format update was not PostgreSQL-safe.
  329. - #337301 Move hook_schema_alter from date_api.module to date_api.install.
  330. - #367688 Fix date format css to display remove link better.
  331. - Add our custom date formats as values on the core locale form so we don't get errors on submission if they are missing.
  332. - #348241 Don't unset view copy on node because it interferes with template suggestions. Need to watch this for possible performance problems.
  333. - #364770 Add new date link needs to convert underscore to hyphen.
  334. - Can't use date-clear attribute on timezone list.
  335. - #370092 Add all-day checkbox to date field and use it in calendar.
  336. - #347090 Fix southern hemisphere timezone adjustment for PHP4.
  337. - Make sure un-exposed filter checks for defaults to find values like 'now'.
  338. - Fix bug that caused date_select to end up as current date.
  339. - #364919 Fix typo in html link for date format information.
  340. - #360670 Rework date_range to better handle absolute as well as relative years in argument and filter.
  341. - #367970 Fix date filter bugs, better handling for partial dates and force date popup to use the right default value.
  342. - #313369 Repeating date with exceptions created error when exceptions data is appended.
  343. - #363424 Empty value should be object, not array.
  344. - Fix bad PHP4 regex that caused endless looping in calendar and broken logic elsewhere.
  345. - by stella, nedjo, grugnog2, and catch: #318008 Create new system for handling flexible date formats that can be adapted by locale.
  346. - Make sure prev/next links point to the right path when another argument precedes the date argument and is empty.
  347. - Don't try to set date argument when another argument precedes it.
  348. - Make sure theme functions can be discovered even when called from unexpected places, like embedded views.
  349. - Make the PHP4 code forgiving enough to accept '+ 1 month' instead of '+1 month'.
  350. - Overcome Views form handling to make sure text and Date popup exposed filters will default to the right values.
  351. - #348276 Remove class date-clear-block from timezone element.
  352. - #217153 Remove asterisks from custom format now that they are explained in advanced help.
  353. - #292942 Only load timezone js file in timezone forms.
  354. - #313427 Don't add the date field to the view, it may be enough to join the table in.
  355. - #356564 Add Date popup option for exposed date filters.
  356. - #349306 Incorporate year range into date filter year option.
  357. - #312403 Add NULL/NOT NULL handling to date filter.
  358. - #356305 Date filters needed a rewrite to properly handle between with more than one date field.
  359. - #350656 Fix broken handling for 'time ago'.
  360. - #307578 Add permissions for viewing date repeats tab.
  361. - Clean out unused part of Date Popup jQuery code for easier maintenance.
  362. - #347080 Fix PHP4 southern timezone computation and New Zealand region.
  363. - #353327 Check for Event 2 timezone table before trying to use it.
  364. - #310633 Rework 'all day' logic to correctly handle increments.
  365. - #345953 Fix report of update failure from missing content_check_update() function.
  366. - #348157 Beautiful new datepicker popup themes and images from hass. Thanks!
  367. - #357226 Don't translate menu items.
  368. - #357094 Remove extra parenthesis.
  369. - #346752 Add RTL css code.
  370. - #324290 Don't validate when $items is empty.
  371. - #348375 Add missing php tags in template.
  372. - #347878 Translation fixes.
  373. - Add new module 'Date tools' with date wizard to easily create a simple date content type with an auto-configured related calendar.
  374. - #313704 Make sure date db timezone does not get removed before token handling.
  375. - #313704 Fix token 'From date' value that was using 'To date' value.
  376. - #327897 Fix To-view token in date_token.inc
  377. - #345862 Fix missing close comment tag in datepicker css.
  378. - Date input and display formats were not properly defaulting to the site default values.
  379. - Improve the template and css for the exposed date filter to keep date parts lined up next to each other.
  380. - Fix handling for fixed date default value in date filter.
  381. - Get rid of DURATION time part details in iCal array, we only need the DATA and DURATION.
  382. - #282521 Do more work on LOCATION to split out UID and handle odd upcoming.org location identifiers.
  383. - Add more error trapping to ical parser.
  384. - Add handling to ical parser for odd upcoming.org location format.
  385. - #341705 Fix broken iCal DURATION parsing.
  386. - Add some protection against empty or missing info in ical parser.
  387. - #343126 Fix date argument handler type assignment.
  388. - #343190 Add validity testing to date_api_ical_build_rrule().
  389. - #307166 Make sure timestamps with missing granularity parts in select widgets get defaulted to empty values and saved correctly.
  390. - #341203 Make sure there is no SQL error if there are no fields.
  391. - Add ability to analyze a period to period argument, like P1M--P1Y.
  392. - Adapt Date Argument/Date Browser code to work correctly if only a period is used.
  393. - #324063 Remove unneeded break.
  394. - #320596 Add hook to date_api_fields() so custom modules can add date fields to the Date argument and filter.
  395. - #341964 Get missing back/next links back in year.
  396. - Add date_increment_round() to date_content_generate to make sure generated dates match increment settings.
  397. - Move Date repeat form help to Advanced Help instead of using collapsed fieldset.
  398. Version 6.2-rc6
  399. =================
  400. - #341202, #339457, #337952, #329128, #337787, #341203, Fix repeating and multiple date displays.
  401. - #273093 Add time formatter option to use in calendar views.
  402. - #324063 Unset invalid values in the date argument position of the url to avoid various errors in the date argument handling.
  403. - #301279 Remove README.txt for Date Popup, it's out of date and I'm moving documentation into the d.o handbook and Advanced Help.
  404. - #337075 Change background-color:none to background-color:transparent.
  405. - #324756 Bypass validation for empty, non-required dates.
  406. - Fix broken Date API test broken by change in API.
  407. - #340394 Fix four-digit year format for PostgreSQL.
  408. - Fix bug in new date_field_get_sql_handler() helper function to pick up the right timezones for the handler.
  409. - #338277 Make some improvements to datepicker css.
  410. - #326722 Update the datepicker js to the latest version to fix bugs in current version.
  411. - Date picker can't handle some year ranges that work in Date API, so adjust it as needed.
  412. - #324150 Fix broken 'not between' date filter handling.
  413. - #337784 Fix broken date filter to work correctly with the new year range values.
  414. - #338237 Replace 'local_offset_field' with 'offset_field' in date handler.
  415. - #338237 Fix broken date browser which never got updated to move date field info to $view->date_info.
  416. - Make sure node edit form uses the right timezone for the database and field type.
  417. - Fix logic error in date_convert when using timestamp with timezone other than UTC.
  418. - #336255 Fix a few remaining places where timezone=none was not being handled correctly, and add update to clean up incorrect values stored in database.
  419. - Eliminate date_timezone_convert() which wasn't working correctly to adjust dates without timezones and get rid of hard-coded 'UTC' for database values in favor of consistently using date_get_timezone_db().
  420. - Date sql handler wasn't properly setting db timezone to UTC for mysql databases.
  421. - Add a helper function date_field_default_values() that can be used to create new date fields in profiles and custom code.
  422. - Add better separation to multiple date fields in the view admin summaries for date arguments and filters.
  423. - #337764 Date filter wasn't correctly setting view date info, and also needs a year limit.
  424. - #337301 Add hook_schema_alter to record addition of timezone_name to users table.
  425. - #336255 Add new helper functions to make work of other modules, like Signup, easier. One helper to create a date handler for a field and another to do make date math easier.
  426. Version 6.2-rc5
  427. =================
  428. - #309155 Get rid of all translation during date_repeat calculations, it was causing timeouts with locale module.
  429. - Rename values added to views to avoid name clashes and keep all date values together.
  430. - #336109 Add handling for ordinals to custom date formatting.
  431. - #265076, #324794 Revert attempt to use strtotime to 'guess' text input since it too often ends up silently turning into 'now'.
  432. - #303951 Relax requirements for text date input to allow single digit months and days.
  433. - #309617 Make DATE_REGEX_LOOSE a bit looser so the @ argument will work right for single digit months and days.
  434. - #333831 Make sure Date Repeat widgets are not made available if the Date Repeat module is disabled, and add hooks to mark repeating widgets active and inactive when the module is enabled and disabled.
  435. - #332806 Make sure that Date Popup widgets are marked active when the module is enabled.
  436. - Adapt processing to make sure only selected dates display in nodes, views, and calendars.
  437. - Add Views field handler for date that can be smarter about grouping date values in views.
  438. - Do a little more work on clarifying the repeat descriptions.
  439. - Fix PHP4 timezone problem that didn't save timezone changes correctly in rare cases when refreshing zones using devel.
  440. - Add 'UNTIL' to the RRULE creation function so it can be used by the API and date_content_generate.
  441. - Update date_content_generate to find more matches in a more limited period.
  442. - Make sure repeating date UNTIL date is properly adjusted for timezone.
  443. - #296529 Update repeating date computations to properly adjust the UNTIL date to the right time and timezone so the end date gets picked up correctly.
  444. - #319452 Fix bug in PHP4 calculation of +/-1 week when using Monday as the first day of the week.
  445. - #319452 Make sure repeating date calculations like 'the 5th Sunday' don't prematurely jump to the following period.
  446. - Fix bug in PHP4 calculation of date_date_set() that was getting the day wrong.
  447. - Another tweak to the repeating date theme to show only the first date in nodes, but show the current date in views.
  448. - #329102 Fix mistake in README.txt.
  449. - Set up hook_content_generate to creating random repeating dates as well as regular dates, useful to help debug repeat problems.
  450. - #322845 Repeating dates with deltas greater than zero were showing no date in Views.
  451. - #315009 Rework the generation of dates to work right now that the Content module handles repeats.
  452. - #317057 Make sure existing optional date with empty value doesn't get reset to current date.
  453. - Fix incorrect handling of empty values for multiple value fields, make sure they remain empty.
  454. - Add more checks in PHP4 functions to return usable values when we don't have complete timezone information in the PHP4 wrapper.
  455. - Add helper function to convert input values based on field type.
  456. - Fix timezone caching -- it was resetting when it didn't need to, consuming resources.
  457. - Found a better way to generate random timezones using mt_rand() instead of rand() to avoid getting lots of duplicates.
  458. - Found some timezones that can't be used in PHP4 because we don't have offset information, so remove them from timezone lists.
  459. - Fix error in PHP4 dst switch date for North America.
  460. - Clean up admin summary names for the date argument and date filter.
  461. - #327506 Detect and trap bad timezones in ical import so they don't create errors.
  462. - Fix broken SQL for week arguments and filters, we can't use DATE_FORMAT(), must look for week start and end.
  463. - Default the block_identifier to NULL, not 'mini'.
  464. - Make sure the date filter as well as the date argument can use both the OR and AND methods of combining dates.
  465. - Fix undefined index error for 'step' in date_copy.
  466. - Remove ical import from Date Copy and add instructions on how to do it using Feed API to Advanced help.
  467. - Add a date_embed_view() function to provide a way to embed views and have their navigation move either together or separately, and document it in Advanced help.
  468. - #326945 Remove callbacks in date_field hook() to match CCK.
  469. - Get the links in embedded views and blocks to work correctly using a helper function date_real_url().
  470. - Fix undefined variable in date_ical.inc.
  471. - Set view->date fields when using date filters as well as date arguments.
  472. - Fix Date Views argument handling of summary views, and switch to comparing formatted values instead of complete dates so year arguments will work better.
  473. - Make sure 'time ago' formats will work in calendar by adding more separation into the format_interval formatter.
  474. - #240156 Workaround conflict between Event and Date by using #process on timezone forms to override Event module handling.
  475. - Keep year out of mini navigation title, and make sure it is a link to the view.
  476. - #323265 Add year as well as month to Date browser & calendar titles.
  477. - #174580 Add min/max year setting to Date argument and set Page Not Found outside that range.
  478. - #174580 Add rel=nofollow to back/next links.
  479. - #322649 Add escaping for %s in date format code.
  480. - #322446 Avoid extra space in date theme when there is no timezone.
  481. - #321733 Fix identification of error field for To date that is not greater than From date.
  482. - Fix Views date filter summary, which was using wrong index.
  483. Version 6.2-rc4
  484. =================
  485. - Date argument handler: Add date field in pre_query() instead of query() so it works if the argument is set to the wildcard.
  486. - Don't try to trim date objects in the date ical preprocessor.
  487. - Make a few more fixes to CCK updates in date.install.
  488. - Start on Advanced help for the Date module.
  489. - #317660 Hard code line feeds in ical export to be sure they come through correctly in all systems.
  490. - Don't try to find repeating fields on types without fields.
  491. - #317021 Coder module patch by stella.
  492. - #312996 Break out of endless loop in date_repeat calculation.
  493. - #294851 Date PHP4: Make timezone_identifiers and timezone_abbreviations into statics variable to reduce execution time.
  494. - #294851 Date PHP4: Make timezone_map into a static variable to reduce execution time.
  495. - #314959 Keep repeating dates off the teaser as well as the node.
  496. - #312598 Date PHP4 functions can be off by 1 hour during the day dst changes, add a fix for that.
  497. - Date PHP4: Add new settings area where you can choose whether to use the faster native timezone adjustments for current dates.
  498. - #316392 Hard code the date_api_views_clear() code to prevent update errors.
  499. - #315955 Translation cleanup.
  500. - Add new repeat selection widgets to widgets that can set increments and date parts.
  501. - #304813 Use new recommended method of testing CCK updates using content_check_update().
  502. - #307544 Get rid of extra line feed at end of ical description.
  503. - #304370 Fix typo in popup css.
  504. - #265076 Add some fallback handling for text input that can accept missing time.
  505. - #308353 Long month name translations again, I applied the fix to the wrong function.
  506. - #313447 Throw an error on required dates that have no values filled out.
  507. - #312539 Improvements in translation text.
  508. - #296529 Remove text saying UNTIL date is not included in results, it should be.
  509. - #296529 Make sure UNTIL date takes time into account to avoid missing final date.
  510. - #312974 Add missing closing span in date theme.
  511. - Clean out date displays in Views tables when uninstalled.
  512. - Fix undefined indexes in Date repeat widget logic.
  513. - Add in special widgets for repeating dates so normal widgets can use the regular Content module multiple values handling.
  514. - #309196, #310728 Get rid of attempt to simplify the navigation query, it is too easily broken.
  515. Version 6.2-rc3
  516. =================
  517. - #305376, #303999 Change method of clearing theme registry to avoid errors other themes during update.php.
  518. - #308353 Use long-month-name protocol for translations.
  519. - Eliminate query for navigation display.
  520. - #306404 Make sure update 6001 returns an array.
  521. - Default Date Browser view should not have a content type filter in it.
  522. - Add some validation to date repeat logic to avoid trying to process invalid values.
  523. - #303999 Add function and update to clear out theme registry and all the views caches to pick up changes in Views definitions.
  524. - #304631 Fix validation check for required field that was always triggered.
  525. - #304762 Add missing folders for translations.
  526. - #198502 Make sure updates abort if Content module hasn't yet been updated.
  527. - Update to new Views2 API. Now requires latest versions of Views and CCK, and files have been re-arranged.
  528. - Move timezone handling logic to Date API so we can use it in Calendar, too.
  529. - Rework the date_id formatting to use the new #delta value being passed from CCK.
  530. - #196468 Add link to add a date field to a content type in Date Copy, uses new CCK feature to import from file.
  531. - The timezone translation names in the install file must use underscores instead of spaces.
  532. - #302351 Add timezone info to node_load() and adjust tokens to set the right timezone.
  533. - Replace all include_once() with require_once().
  534. - #276270 Add missing break in date_convert() switch for ICAL.
  535. - #301385 Change hook_requirements() to only set message in runtime to avoid install profile errors.
  536. - #299112 Adjust date_convert() to adapt to am/pm when data source is an array.
  537. - #299112 Don't change 12 hour time to 24 hour time until after validation.
  538. - Make sure date_week() trims input value so you can use it with a regular datetime value.
  539. - Change error messages for ical imports to watchdog messages.
  540. - #294185 Add function for cross-database test of non_null values using COALESCE.
  541. - #300319 Move apostrophe in PostgreSQL offset code.
  542. - #299594 Alter date_api_sql to handle MYSQL versions prior to 4.1.1.
  543. - #297733 Make more kinds of custom formats display correctly.
  544. - Change date description for empty 'to' dates to only be used on date_select, the only place it will work.
  545. - Clean up Date Popup validation.
  546. - #275919, #267195 Clean up date_select validation:
  547. add field name to from and to date so the name can be used in error messages,
  548. combine error messages for field parts into a single message,
  549. remove #options from text elements so we don't get meaningless core message about an invalid option,
  550. set error on whole element so error fields will get outlined.
  551. - Fix weights for timezone and repeat form to always keep them below the date.
  552. - #290212 To date with 'same' default value wasn't picking up blank value when needed.
  553. - #290652 Update jQuery datepicker to development version to pick up fix for duplicated dates when dst changes.
  554. - #298456 Add warnings to field settings page about changes that could result in loss of data.
  555. - #295095 Fix access control on repeating dates tab so it only shows on repeat nodes.
  556. - #295860 Fix flawed updates that were not resetting jscalendar widgets correctly.
  557. - #298158 Change drupal_get_path() to drupal_load() to be sure content module gets included correctly in install file.
  558. - #296409 Fix the hidden repeat date logic so repeating dates are only hidden on the node.
  559. Version 6.2-rc2
  560. =================
  561. - #292617 Make sure the Date Repeat form works properly with all possible date widgets.
  562. - #273656 Make the Date Repeat form use the same widget the regular date form uses.
  563. - #240156 Update Event module timezone values if the Date module is handling the timezone form.
  564. - #296051 Fix error in computation of last day of calendar month.
  565. - Clean up some invalid combinations like using 'DAILY' with an option like 'First Tuesday'.
  566. - #284557 Fix errors saving repeating date when no repeat options were selected.
  567. - #295095 Change the repeating dates theme to show only the start and rule on the node and move the list of repeating dates to a separate tab.
  568. Version 6.2-rc1
  569. =================
  570. - Fix Date Popup process that was ignoring $edit values.
  571. - #289215 Shorten the size of Date Popup date box and allow the API to control the size.
  572. - #291882 Do some tweaking of the Date Popup css to be sure backgrounds are hidden and values are overridden.
  573. - #292945 See if there is an existing validation array before adding validation.
  574. - #293685 Add missing $form_state in form_set_value() call in date_repeat.inc.
  575. - Fix broken logic in comparison of min and max to from and to dates in the date argument.
  576. - #272551 Remove weight for repeat element, it isn't needed and doesn't work right when weight is negative.
  577. - #283392 Make sure widget description shows up with or without 'to' date.
  578. - #292680 Make sure themes don't add padding to navigation h3 causing misalignment.
  579. - #292602 Make sure dates without times do not get 'All day' added.
  580. - #292436 Fix critical typo in new date_all_day function and add test to date_formatter_process() to keep empty value from wiping out a good one.
  581. - Check for date values before using new all day theme.
  582. - Add 'All day' themes for use in nodes and calendar psuedo nodes.
  583. - #290826 Fix logic error that was missing date ranges that start before the current period by changing 'AND' to 'OR' in argument filter.
  584. Version 6.2-beta4
  585. =================
  586. - #270318 Get date browser and calendar navigation working correctly when used in a block.
  587. - Add new DATE_FORMAT_DATE for date-only format that is used throughout the calendar.
  588. - Fix validation code that checks if arguments and filters have date fields selected, need to array_filter() the selections.
  589. - #269569 Override Views default method of combining tables when adding two fields from the same table, needed to avoid broken queries.
  590. - Add validation for Date Browser to be sure only one date argument is used in the view.
  591. - Rework the install file so variables can be corrected and dependent modules enabled by disabling and re-enabling Date API.
  592. - #280863 Make sure Date Timezone and Date PHP4 can be uninstalled by keeping module_enable() in the install.
  593. - Rework of date filter to provide a choice of a widget to use for the filter form and an option to set the default value to a set date or something like 'now +90 days'. You must delete any previously-created date filters and re-create them to pick up the new parameters.
  594. - Make sure PHP4 date_modify() does not care if there is a space between the number and the date part.
  595. - Make sure we don't use mktime() in compare_date() function, won't work reliably in PHP4.
  596. - Make sure PHP4 wrapper code doesn't try to use date() on values outside the 32 bit signed range.
  597. - Get the url into the theme processing.
  598. - Remove old D5 themes, this is now handled by the Date API date browser attachment.
  599. - #286864 Fix wrong RRULE value being passed to validator and add trim() to get repeating dates working again.
  600. - #286864 Need a different fix for timezone API since this fix broke Date Repeat.
  601. - #283107 Evaluate date and time parts separately since we can't know or care how they're combined in the complete date format.
  602. - #283107 Date Popup timepicker formats need adjustment before using date_convert_from_custom().
  603. - Exception dates were getting lost when parsing the RRULE.
  604. - Increase size of Date Popup input box to accept longer formats that the new datepicker allows.
  605. - #287325 Change the default date type in the date handler to DATE_DATETIME.
  606. - Add test for jQueryUI and load datepicker from there if it exists.
  607. - Update to latest versions of jQuery datepicker and timeentry.
  608. - Hide image div in Date Popup timeentry css to keep FF from displaying a 'helpful' dropdown.
  609. - Move date_format_options() to Date API so other code can use it.
  610. - #279247 Make sure date_timezone element works no matter what the parent element name is.
  611. - Fix undefined index in PHP4 date_datetime2timestamp() function.
  612. - #265076 Avoid use of strtotime and use date_create instead as date_text validator.
  613. - #277771 Fix date_gmmktime() computation in PHP4 date handling to avoid erratic daylight savings time problem.
  614. - Fix computation of 'now' in PHP4 date_create() function.
  615. - Fix some inconsistencies in the expectation of whether date_fuzzy_datetime returns a datetime or ISO value.
  616. - Don't use date_make_date() in date_convert() to avoid cyclical references.
  617. - Set a warning message for invalid non-required Date popup values instead of silently setting to NULL.
  618. - #244025 Fix jquery calendar so it works correctly with multiple value fields.
  619. - #269569 Make sure more than one date filter will work on the same view.
  620. - Add a template for the Date Views filter form.
  621. - Check for invalid inputs to the date handler argument handling.
  622. - Move the class configuration to the theme so it is easier for themers.
  623. - Remove code previously commented out that forced required value to current date, seems to be working right.
  624. - Adapt date elements so they will work correctly as Views 2 widgets.
  625. - Move #validate parameters to element processing step instead of hook_element() to help ensure they don't get wiped out.
  626. - Make sure partial dates, like year-only, get the right range computed for them.
  627. - Don't user format_date() and strtotime() to create argument titles and links.
  628. - #282408 Make sure dates only float when there are two of them by adding #date_float parameter.
  629. - #281623 Switch old jscalendar widgets to use date_text instead of date_popup since date_popup may not be available.
  630. - Make sure empty time does not get value on submit.
  631. - Format interval theme added 'ago' twice to past events.
  632. - Need a space between the date and the timezone name in the Date theme.
  633. - Get repeating dates working.
  634. - #280899, #273344 Make sure Date Popup doesn't inject the current date into empty fields.
  635. - Fix undefined index for timezone field.
  636. - Fix computation of year range in date_content_generate.
  637. - #275797 Remove invalid and unneeded css display:relative.
  638. - Fix inconsistencies in handling of 'none' and 'user' timezones in Date and Calendar.
  639. - Add static variable to PHP4 timezone offset handling to reduce number of database queries.
  640. - #280041 Fix typo in postgres switch code in date_api_sql.inc.
  641. - #264749 Fix typo in date_ical_date which unset the date.
  642. - #277420 Add missing format information for minutes and seconds to date_sql_handler.
  643. - Make sure the timezone always goes on its own line now that date elements float.
  644. - #279932 Remove length from integer rows so they don't create errors in postgres.
  645. - #270316 Fix postgres timezone adjustment.
  646. - #279051 Fix postgres timezone test.
  647. - Add week handling and granularity tests to date_sql_handler().
  648. - Set date prefix on date navigation css classes.
  649. - Fix PHP4 handler for date_timezone_set() which was incorrectly altering the timestamp value.
  650. - Fix computation of 'N' in PHP4 date_format() wrapper to get date_week() working right in PHP4.
  651. - #274403 Fix typo in date_hours().
  652. - #269834 Add timezone adjustment to PHP4 date_format() wrapper.
  653. - #272110 Alter css so that from/to dates can float next to each other.
  654. - #275490 Remove orphaned punctuation at beginning of string in date_limit_format().
  655. - #277549 Make sure no repeats are created if no start date was set.
  656. - #272523 Fix error in PHP4 wrapper code that kept date_modify from working reliably.
  657. - #273344 Make sure incomplete Date Popup values get converted into complete dates.
  658. - #274882 Fix typo using $field instead of $form_values.
  659. - #276544 Rework system for handling timezone in date theme.
  660. - Add code to adjust NOW() by a number of seconds to allow NOW() to be the beginning of the day.
  661. - Rework PHP4 date handling to avoid any use of date() or mktime(), which may inject an incorrect timezone offset.
  662. - Get rid of the adodb method of computing the gmt offset for PHP4 and use the date_offset_get() computation.
  663. - Fix use of wrong value for timezone in repeating dates.
  664. - Remove as many dependencies as possible from install files and auto-enable necessary modules.
  665. - #270267 Remove timezone_identifiers_list() in the install file from the global space.
  666. - Date Popup was not handling empty non-required values correctly and they were defaulting to current date.
  667. - #273727 Small fixes to field settings validation.
  668. - #248338 and #254819 clean up date_limit_format() to better handle punctuation and escaped letters.
  669. - The jQuery calendar requires year, month, and day or it won't work, add validation for that in the settings.
  670. - #270358 Fix handling of year-only or month-only text fields to save the right values.
  671. - Remove unneeded hook_form_alter() used to fix radio values for granularity.
  672. - Make sure granularity is in correct format before setting value in field settings form.
  673. - #244025 Didn't get the right code into the original commit for the single jquery class.
  674. Still have the problem that it won't work with AHAH add more.
  675. - #273130 Conform to new Drupal 6 method of indicating long and short month names.
  676. - Clean up Date popup validation.
  677. - Add templates for ical vevent and valarm.
  678. - Fix undefined indexes in date_repeat_calc.inc.
  679. - Change method of showing multiple values with timezones on forms and show them in every instance.
  680. This is to simplify the processing and avoid errors when trying to apply the timezone in the
  681. first item to all other items.
  682. - #272597 Remove php tag from timezone.js.
  683. - #272551 Add option to expand or collapse repeating date options.
  684. - #261610 Prepare for a jQuery popup in the calendar by adding a unique id to the 'node'
  685. and altering the date theme to surpress all other dates if $node->date_id is set.
  686. - #232959 Get rid of unwanted scrollbars in date fieldsets using trick discovered by threexk.
  687. - Clean up install file included files and include file paths, and auto-enable date_timezone and date_php4.
  688. - Add a is_string() test to the date_is_valid() function.
  689. - The timezone element can sometimes be a nested value.
  690. - Date_fuzzy_date was not handling input from date_popup or date_text in the right way.
  691. - #260611 Replace substr with drupal_substr where used to get month and day abbreviations.
  692. - The granularity options were not saved correctly by CCK when provided as checkboxes, change them back to a select widget and fix the bad values in an update.
  693. - Have the date_text element handle its own format description instead of doing it in the Date module.
  694. - #270304 Timezone was not getting saved.
  695. - Empty values were getting saved.
  696. - #257353 No need for format description when using select widget.
  697. - #270267 Auto-enable the Date PHP4 module when needed.
  698. - #269569 Get the Date Views filter working.
  699. - #270626 Fix documentation errors that use create_date() instead of date_create().
  700. Version 6.2-beta3
  701. =================
  702. - #269569 Get new generic date filter working again.
  703. - Add a default view for the Date Browser.
  704. - Fix undefined indexes and add ability to override style in the Date Browser navigation attachment.
  705. - Add RRULE to ical template. Make sure all event values get added into the ical feed.
  706. - Get rid of date_ical_export(). The ical export code has been moved into a template and pre_processor.
  707. - Make Date API changes needed to get iCal export working in Calendar.
  708. - #251830 Replace D5 function name with D6 function name, content_alter_db_field() is D5 only.
  709. Version 6.2 beta2
  710. =================
  711. - Fix computation of week range computed from views arguments.
  712. - Now that a current date argument has been added to Views, remove the current date plugin from the Date API views handling.
  713. - #263377 Re-fix patch that I broke in later commit.
  714. - Comment out RRULE temporarily until repeating rules are fixed.
  715. - Omit the timezone from the process to store the current date parts in the form.
  716. - Change expected form values to match latest changes in CCK admin form.
  717. - #261631 No longer using $append, so get rid of it.
  718. - More work to ensure all the right timezone files are available in installations and updates.
  719. - Add theme folders to 6.2 branch.
  720. - #262272 Make sure $account is set before trying to use it in hook_user.
  721. - #263078 Fix error in setting up db session info that was triggering the MYSQL code for POSTGRES.
  722. - Move lots of similar date handling and navigation code out of Date and Calendar and into the Date API where we can use the same code everywhere.
  723. - Add a flexible date argument to the API that will work on any Views date field and take any ISO date argument.
  724. - Add an argument default option to set a missing date argument to the current date that will work on any date field.
  725. - Add a date back/next navigation attachment that works with the date argument and which can be attached to any view.
  726. - Adapt the Calendar module to share this code instead of creating its own.
  727. - Add calendar week calculations to the Date API so we can move them out of Calendar module to be able to use them in any date application.
  728. - Fix critical typo in date_get_timezone() that set the timezone to the site timezone even if it isn't right.
  729. - #257764 Replace hard-coded field and instance tablenames with the new content module function.
  730. - #130689 Move include code in the install file into a function and out of the global scope.
  731. - Fixes needed to display the timezone when that format is selected, and to pull the timezone out of format strings.
  732. - Date with timezone wasn't displaying the timezone selector.
  733. - #261628 fix typo in #process.
  734. - Change to sql handling from latest updates to the Calendar module.
  735. Version 6.2 beta
  736. ================
  737. - #255911 node_submit() is not necessary for data integrity check.
  738. - Rename date.views.inc and change handling to new Views auto-include method.
  739. - Fix for critical flaw in the new timezone list handling that was creating an invalid array.
  740. - #257874 and #187599 provide a way to generate field content for the devel module.
  741. - Bad typo in date column type.
  742. - Fix install errors.
  743. - #255166 fix copy/paste error in date_token function name.
  744. - Working in a new sql handler class so we can use the same class in both.
  745. - Update date copy to convert either version 1 or version 2 Event nodes.
  746. - Add missing strtotime validation and format help text to textfield date and clarify that it's really a custom input format (which uses strtotime if the custom input fails).
  747. - Change method of getting translations for all timezones into the install file.
  748. - #256079 make translation of abbreviations easier.
  749. - #254930 fix parse error.
  750. - #238794, #254851 fix call-time pass-by-reference error.
  751. - #256078 Fix typo in popup calendar.
  752. - #255739 Fix backwards validation message when testing that the To date is greater than the From date.
  753. - Make sure anonymous users don't see timezone message.
  754. - Prepare for proposed core timezone handling from #11077 by getting rid of deprecated timezones and adding in js timezone name detection.
  755. - Rework default timezone handling to force a valid date even when timezones are not set to get rid of numerous installation and operational errors caused by invalid date objects.
  756. - Update site timezone offset during cron and user offset during login to make sure that modules that rely on the timezone offset have current information to process when the offset changes.
  757. - #251511 Rename function to avoid clash with Diff module.
  758. - Rework the date filter and argument -- simplify some of the code but still keep as much flexibility as possible. You can set up the filter to provide either a date or offset selector (or both), you can set the granularity of the date parts, and any part can be set to all all values, the current time, or a specific value for either a single date or a from/to combination.
  759. - #250813 Make sure Views handlers are initiated.
  760. - #244708 menu code cleanup.
  761. - Clean up timezone handling in date repeat logic.
  762. - #234021 fix date_repeat timestamp errors.
  763. - #234102 It turns out that we must always force use of the lower level date functions because regular strtotime and mktime can be off by one hour during daylight savings time.
  764. - #234073 Provide a way to make required textfield start out with blank values.
  765. - #239900, #249399 Limit available formats for Date Popup to available formats and hide custom format code which won't work right here.
  766. - Can't use date_make_date within date_part_extract without setting up potential circular reference.
  767. - Format_interval logic was backwards.
  768. - #236889 Make sure date_select validation only checks required granularity.
  769. - #234073 Provide a way to make a required date start out with blank values.
  770. - #247749 don't use date popup on system date form, too many potential conflicts.
  771. - #234360 fix date_server_zone_adj() function.
  772. - #242433 adjust timestamps to datetime when creating repeating dates.
  773. - #233415 separate ical retrieval and parser so other modules like feedapi can use the parser alone.
  774. - #240980 coder compliance fixups.
  775. - #225738 Add special case handling for year only or year and month only ISO dates.
  776. - #244025 make the jquery calendar code more efficient.