| /[drupal]/contributions/modules/date/CHANGELOG.txt |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Tag: |
Update CHANGELOG.txt
#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.
Remove Date Timezone, done by core now.
Prepare HEAD for D7.
#535008 Prevent possible PostgreSQL problem by re-arranging timing of dropping the key.
Get the previous commit documented in the code.
Exposed filter querystring must be appended in normal views.
Update CHANGELOG.txt.
#494350 Add 'c' format.
#418174 Timestamp format should not be run through date_limit_format().
#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, patch by Torenware.
#465870 Make sure date_repeat_form.inc is included in validation, patch by joetsuihk.
#453688 The is_a() function makes date handler api work for any handler that was derived from 'views_handler_field_date', patch by jamlama.
#452934 Make sure format_interval doesn't try to do anything with empty dates, patch by thekevinday.
#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, patch by Herman Hiddema.
#473308 Add handling for year-only date stored in timestamp field, patch by muka.
#473308 Add handling for year-only date stored in timestamp field, patch by muka.
#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.
Update CHANGELOG.txt
Fix date_limit_format() to be sure the 'T' is stripped out of ISO dates with only date or only time.
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.
#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.
#315443 Make sure 'within' labels don't break when used in text fields.
#423710 Make date navigation more accessible with titles, patch by thePanz.
#424388 Pass #attributes from element to Date Popup, patch by coofercat.
#381370 Remove escaping for colon and double quote per ical spec, patch by ronan.
#381370 Remove escaping for colon and double quote per ical spec, patch by ronan.
#426810 Fix HTML syntax in advanced help files, patch by plach.
#456460 Break out simple themes for date_display_single and date_display_double for easier control by themers of separator and other html.
#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, patch by setvik.
#384258 Fix broken handling of 24 hour time in Date Popup, patch by setvik.
#401152 Fix broken handling of long month name in input format, patch by chaps2.
#401152 Fix broken handling of long month name in input format, patch by chaps2.
#452420 Revert change of hyphen to dash in date display, dash is handled badly by token and elsewhere, patch by thinguy.
#452420 Revert change of hyphen to dash in date display, dash is handled badly by token and elsewhere, patch by thinguy.
#347080 Using 'first' and 'last' is more reliable than '+1 week' in strtotime(), patch partly by jonathan_hunt.
#347080 Using 'first' and 'last' is more reliable than '+1 week' in strtotime(), patch partly by jonathan_hunt.
#369020 Fix bug when finding first or last Mon/Tue/Wed/Thu/Fri/Sat/Sun of month.
#369020 Fix bug when finding first or last Mon/Tue/Wed/Thu/Fri/Sat/Sun of month.
#427830 Postgres can't handle \T, patch by scottgifford.
#427830 Postgres can't handle \T, patch by scottgifford.
#417032 Fix typo that caused date fields using text widget not to have values saved, patch by tatere@drupal.org.
#418206 All date elements should be in datetime format when processing elements, patch by scottgifford, vince, and karens.
#414446 Avoid php errors when context is missing, patch by Rolf Stamm
#444272 by Darren Oh, add Date views conversion from Views 1 to Views 2.
#428828 Make sure date 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, patch by criz
#442526 Add missing space to navigation template, patch by Moonshine.
#375864 Clean up date_limit_format() to handle more odd formats.
#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, patch by agentrickard.
#338253 Fixes to translation of timezone names, patch by emok.
#338253 Fixes to translation of timezone names, patch by emok.
#409476 Make sure empty UNTIL date is not parsed into RRULE.
#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.
Update CHANGELOG.txt.
#314959 Make sure non-requested date fields are not displayed.
#317105 Update Isreal DST rules, patch by udig.
#317105 Update Isreal DST rules, patch by udig.
#342423 Add 'date_popup' class to Date popup for jQuery targetting, patch by light-blue.
#368305 Date browser week view was cutting off one second too late.
#380754 Grouped date handler needs 'AND' when it has a $where clause.
#310438 Clear up confusion when more than one date filter is used in the same view.
#408770 Abort date_combo processing when user has no #access, patch by douggreen.
#408770 Abort date_combo processing when user has no #access, patch by douggreen.
#388728 Change dash to en dash in date range theme, patch by dboulet.
#388728 Change dash to en dash in date range theme, patch by dboulet.
#414290 Update timezone form_alter to account for difference between Event version 1 and 2, patch by ron_s.
#414290 Update timezone form_alter to account for difference between Event version 1 and 2, patch by ron_s.
- Broke un-exposed filters when fixing exposed filters, fixing them again. - Non-node date fields need better descriptions and field limits.
Update CHANGELOG.txt for new release.
- #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, patch by quicksketch.
#395156 Update new format table definitions to be sure indexes are not too long for MYSQL to create the tables, patch by Moonshine.
#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, patch by setvik. Also update Advanced help to explain how custom modules can add their own dates to the filter and argument.
#400992 Add time and datetime tokens, patch by freakalis.
#400992 Add time and datetime tokens, patch by freakalis.
#408176 Fix token handling of empty values.
#408176 Fix token handling of empty values.
#399180 Test for Views tables before uninstalling them, patch by Alan D.
#369811 Fix problems with duplicate date formats in new format system, patch by stella.
#354989 Make sure year-only date does not regress to YYYY-00-00 00:00:00, which will end up as previous year.
#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.
#398258 Fix problems handling blank text widget values and general form processing cleanup.
#405408 Update simpletests, patch by coltrane.
#397420 Fix miscalculation errors in date_difference, patch by eloish.
#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, patch by lesmana.
#375864 Make sure date_limit_format() doesn't keep formats that are only escaped strings.
#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, patch by mattyoung.
#386406 Date filter was not picking up right default value in some situations.
#376880 Move back/next symbols back into link, patch by rjb.
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 interpretation of argument date ranges.
Reverse test for PHP4 'r' format.
#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.
#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: fix inconsistency in offset computation for first two hours of the day dst changes.
Date PHP4: eliminate some needless cycles to improve performance.
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.
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: 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 array: 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. #367260 Another try to get advanced help images in the tarball.
#370961 Date format update was not PostgreSQL-safe, patch by AlexisWilke.
#337301 Move hook_schema_alter from date_api.module to date_api.install.
#367688 Fix date format css to display remove link better, patch by fred0.
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, patch by redndahead.
#364770 Add new date link needs to convert underscore to hyphen, patch by TwoD.
Can't use date-clear attribute on timezone list.
#370092 Add all-day checkbox to date field and use it in calendar, patch by Aron and others.
#347090 Fix southern hemisphere timezone adjustment for PHP4, patch by jonathon_hunt.
#347090 Fix southern hemisphere timezone adjustment for PHP4, patch by jonathon_hunt.
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.
Fix bug that caused date_select to end up as current date.
#364919 Fix typo in html link for date format information, patch by thePanz.
#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.
#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.
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 to 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'.
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.
#292942 Only load timezone js file in timezone forms.
Fix broken handling of some partial (year or month and year) dates and pave the way for fuzzy granularity by adjusting date_is_valid() and date_make_date() to better handle partial dates.
#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, patch by Ognyan Kulev.
#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, patch by jonathan_hunt.
#347080 Fix PHP4 southern timezone computation and New Zealand region, patch by jonathan_hunt.
#353327 Check for Event 2 timezone table before trying to use it, patch by develCuy.
#353327 Check for Event 2 timezone table before trying to use it, patch by develCuy.
Fix logic for collapsing the Date repeat fieldset.
Date Popup should handle empty time better.
#310633 Rework 'all day' logic to correctly handle increments, patch by jaydub.
#310633 Rework 'all day' logic to correctly handle increments, patch by jaydub.
#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, patch by hass.
#346752 Oops, no RTL in D5.
#357094 Remove extra parenthesis, patch by asimmonds.
#346804 Don't use D6 function in D5 version! patch by dww.
#346752 Add RTL css code, patch by levavie and hass.
#346752 Add RTL css code, patch by levavie and hass.
#324290 Don't validate when $items is empty, patch by markus_petrux.
#324290 Don't validate when $items is empty, patch by markus_petrux.
#348375 Add missing php tags in template, patch by hass.
#347878 Translation fixes, patch by hass.
Add new module 'Date tools' with date wizard to easily create a simple date content type with an auto-configured related calendar. Move Date copy code to Date Tools.
#313704 Make sure date db timezone does not get removed before token handling.
#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, patch by bomarmonk.
#327897 Fix To-view token in date_token.inc
#345862 Fix missing close comment tag in datepicker css, patch by pillarsdotnet.
#345862 Fix missing close comment tag in datepicker css, patch by pillarsdotnet.
Date input and display formats were not properly defaulting to the site default values.
Synch HEAD to latest D6.
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.
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.
#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 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.
Add some protection against empty or missing info in ical parser.
#343126 Fix date argument handler type assignment, patch by setvik.
#343190 Add validity testing to date_api_ical_build_rrule().
#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.
#307166 Make sure timestamps with missing granularity parts in select widgets get defaulted to empty values and saved correctly.
Update CHANGELOG.txt
#273730 Don't use REGEX_LOOSE on YEAR, MONTH, or DAY filters.
#314675 Don't try to strip labels out of select lists if the value is not an array.
Make sure empty time in Date Popup filter will still work.
Fix use of D6 table name in install file.
#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.
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 view (needs fix in Date module, too).
Add date_increment_round() to date_content_generate to make sure generated dates match increment settings.
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.
Synch HEAD to match D6.2 branch.
Update CHANGELOG.txt
- #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.
#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, patch by Dru-P.
#337075 Change background-color:none to background-color:transparent, patch by Dru-P.
#324756 Bypass validation for empty, non-required dates, patch by greggles.
#324756 Bypass validation for empty, non-required dates, patch by greggles.
Fix broken Date API test broken by change in API, patch by paul.lovvik.
Fix broken Date API test broken by change in API, patch by paul.lovvik.
#340394 Fix four-digit year format for PostgreSQL, patch by snoble.
#340394 Fix four-digit year format for PostgreSQL, patch by snoble.
Fix bug in new date_field_get_sql_handler() helper function to pick up the right timezones for the handler.
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.
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 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.
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.
Fix logic error in date_convert when using timestamp with timezone other than UTC.
#340356 Missed removing date_timezone_convert() in one place, patch by dww.
#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.
#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().
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.
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.
#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.
Update CHANGELOG.txt
Update CHANGELOG.txt
#309155 Get rid of all translation during date_repeat calculations, it was causing timeouts with locale module.
#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.
#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'.
#265076, #324794 Revert attempt to use strtotime to 'guess' text input since it too often ends up silently turning into 'now'.