Releases for Date
date 6.x-2.0-beta3
Download: date-6.x-2.0-beta3.tar.gz
Size: 164.42 KB
md5_file hash: f1e2f5166931aaa709e71bcb950c19fa
First released: June 13, 2008 - 17:13
Last updated: June 13, 2008 - 17:15
TODO
- Get repeating dates working again.
- #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.
date 6.x-2.0-beta2
Download: date-6.x-2.0-beta2.tar.gz
Size: 162.84 KB
md5_file hash: 3a1f59dadb87a774e63f626ab529719e
First released: June 11, 2008 - 12:27
Last updated: June 11, 2008 - 12:30
Date Module 6.x
=================
TODO
- Get repeating dates working again.
- Views filters are not working right yet.
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.
date 6.x-2.x-dev
Download: date-6.x-2.x-dev.tar.gz
Size: 170.96 KB
md5_file hash: 239e4820652479b2f6619cca74534f98
First released: May 27, 2008 - 16:54
Last updated: July 9, 2008 - 00:03
The nightly snapshot for the 6.2 version (supersedes the 6.1 version).
date 6.x-2.0-beta
Download: date-6.x-2.0-beta.tar.gz
Size: 158.31 KB
md5_file hash: f78e5e0d13eb84bb80fa0bca9965ebc6
First released: May 23, 2008 - 18:16
Last updated: May 23, 2008 - 18:20
Moving code to the 6.2 branch to coincide with the 5.2 version of Date and Views 2, and tagging an new alpha release that matches the just issued alpha release for the Calendar module.
date 6.x-1.0-beta
Download: date-6.x-1.0-beta.tar.gz
Size: 156.49 KB
md5_file hash: 14857ac4b25a006fa5f79f8594793178
First released: April 24, 2008 - 00:31
Last updated: April 24, 2008 - 00:35
Initial beta release with D6 compatibility.
date 6.x-1.x-dev
Download: date-6.x-1.x-dev.tar.gz
Size: 160.67 KB
md5_file hash: b3f03dda3d6f3018122cb6701e468d78
First released: April 24, 2008 - 00:28
Last updated: May 28, 2008 - 00:03
Nightly update for 6.1 branch of the Date module.
date 5.x-2.0-rc
Download: date-5.x-2.0-rc.tar.gz
Size: 151.17 KB
md5_file hash: 8d77595d88967d394e2ca37b5f21988b
First released: March 11, 2008 - 13:37
Last updated: March 11, 2008 - 13:40
NOTE! The new version has several new files and is completely re-organized. Empty the module folder completely before adding the contents of the new version. If you don't do that, Drupal may try to use some of the invalid, older files and things will not work correctly. After updating the files on your system, visit the modules page and look for the new Date/Time section and enable the new modules. Then visit update.php to update your database and make sure your site timezone name is correctly set at admin/settings/date-time.
If you use the Token module, be sure to use the latest version of it, too, currently that is the development version. The older version was using the older Date API.
This version should be matched up with the 5.2 version of the Calendar module.
* The Date API now uses PHP 5.2 date functions for better date and timezone handling (and has PHP 4 emulations for those functions so the module will work in PHP4). Although the code will work with PHP 4, it is significantly faster and more efficient under PHP 5.2 or higher, so PHP 5.2 is highly recommended.
* No more need for the adodb date library, historical dates earlier than 1970 and later than 2038 are handled without any external code.
* iCal integration is greatly improved, an iCal parser can parse events, alarms, most types of dates and timezones, duration, repeat rules, and more.
* The Date API creates date elements that can be used by any module, including 'date_select', 'date_textfield', and 'date_timezone'.
* A new Date Timezone module overloads the site and user timezone selectors to allow you to select a timezone name instead of a timezone offset, and that stored name is used to properly adjust date values. It also detects the user's timezone name automatically and updates the user record with that name.
* A new Date Popup module creates a jQuery popup calendar date picker and time picker, and the element is available to other modules as a form type of 'date_popup'.
* The Date module now has lots of new ways to define default values -- you can set a the default to 'blank', 'now', or 'relative', where relative is something like '+90 days'. The To date has a separate default value, which can be the same as the From date or do something different.
* A Date Repeat API module has been added which can be used by any other module. The CCK Date module uses it to allow you to select 'repeating' as a type of multiple date, present the user with a form to select the repeat rules for their date, and then create all the multiple values that match those rules.
date 5.x-2.x-dev
Download: date-5.x-2.x-dev.tar.gz
Size: 165.03 KB
md5_file hash: fc288cc4ea993457532a20c5d83495a0
First released: January 29, 2008 - 16:27
Last updated: July 9, 2008 - 00:03
This is a completely new version of the Date API, with lots of improvements and new features:
* The Date API now uses PHP 5.2 date functions for better date and timezone handling (and has PHP 4 emulations for those functions so the module will work in PHP4).
* iCal integration is greatly improved, an iCal parser can parse events, alarms, most types of dates and timezones, duration, repeat rules, and more.
* The Date API creates date elements that can be used by any module, including 'date_select', 'date_textfield', and 'date_timezone'.
* A new Date Timezone module overloads the site and user timezone selectors to allow you to select a timezone name instead of a timezone offset, and that stored name is used to properly adjust date values. It also detects the user's timezone name automatically and updates the user record with that name.
* A new Date Popup module creates a jQuery popup calendar date picker and time picker, and the element is available to other modules as a form type of 'date_popup'.
* The Date module now has lots of new ways to define default values -- you can set a the default to 'blank', 'now', or 'relative', where relative is something like '+90 days'. The To date has a separate default value, which can be the same as the From date or do something different.
* A Date Repeat API module is has been added which can be used by any other module. The CCK Date module uses it to allow you to select 'repeating' as a type of multiple date, present the user with a form to select the repeat rules for their date, and then create all the multiple values that match those rules.
date 5.x-1.8
Download: date-5.x-1.8.tar.gz
Size: 98.21 KB
md5_file hash: 57d4dbf036b2c6669b9de50c5258dbd3
First released: December 28, 2007 - 11:37
Last updated: December 28, 2007 - 11:40
Version 1.8
===========
- 189093 fix elusive bug that caused some CCK Views arguments to disappear in certain configurations.
- Fix call by reference errors.
- 197563 fix re-named function in date_views.
- 189093 rework way includes are handled to try to ensure the right functions are available at the right time.
- 192349 support both 'n' and 'm' formats for month input formats.
- 188340 add field info to date_views_date_range.
- 189591 add more checks for whether Views is enabled before calling Views functions.
date 5.x-1.7
Download: date-5.x-1.7.tar.gz
Size: 75.84 KB
md5_file hash: ab203c15960402f5f0ac66824d9debde
First released: October 26, 2007 - 02:48
Last updated: October 26, 2007 - 02:50
Version 1.7
===========
- Move cached views info to cache_views so it gets cleared when views_invalidate_cache() is called.
- Lots of fixes for the update processes. Get rid of older updates that are re-done in later updates and create a data_integrity and db_integrity update.
- Fix ical export to match changes in ical parser.
- Cleanup of ical export code.
- Expand date-only ISO date to full ISO date automatically. Needed for better handling of ical feeds.
- Fix DURATION handling in ical parser.
- Cleanup calendar ical import.
- 170371 make sure date api is available during updates.
- 163712 fix some subtle problems in link titles and query parameters when working with partial ISO dates, like only year and month.
- 175914 make sure month and day don't get set to zero when creating timestamps to format dates, since zero values will revert to the previous day.
- 183845 make sure lable and description are translated
- 160052 make sure no errors are thrown when gmmktime is called and 'all' is one of the arguments.
- Expand the description for date_copy import of event nodes.
- Make sure option to not delete old nodes in date copy is working right.
- Improved ical parser to extract ical data and import it into date fields.
- Found a better way to unfold ical data. The previous method would break if there were any QUOTED-PRINTABLE values in the ical file.
- Add reworked ical file as developed for 5.2 version of date module. This file can parse many additional parts of the ical file and won't mistakenly perform timezone conversions on imported data.
- 163584 fix to make sure taxonomy values get imported with ical import.
- Adding 'even empty' means we don't need views_pre_view() to add in navigation on empty pages.
- 148120 add validation to make sure 'Display all values' is selected for the Date Browser argument.
- Make sure text-parts is an array.
- 160370 add translation to 'all'.
- 178408 make sure $ret uses update_sql.
- Cache date_views array so we don't have to re-create it on every page.
- 181374 change the way time-ago is computed to allow properly for timezone adjustment.
- Add simpletests to use PHP5 date handling to check that Date API is working right.
- Fix a problem with timezone handling in southern timezones.
- Fix miscellaneous items that can lead to timezone conversion errors.
- 167000 fix timezone display, a few more changes for the new way timezone display works.
- 156171 Timezone offsets were not getting saved. Fix that and repair the database.
- Make sure Views is enabled before including the file.
- Preparing for Version 5.2. The only database changes in 5.2 are changes to settings, so adding the enough changes to current version so it is possible to try 5.2 out and return to this version with no loss of data. In 5.2 settings changes will add several ways to control default values and other improvements which are just placekeepers to prevent data loss in this version.
- 143894 changed ical VALUE=DATE to VALUE=DATE-TIME which apparently Google Calendar likes better.
- 143347 use http_request and better error handling message in ical import.
date 4.7.x-1.7
Download: date-4.7.x-1.7.tar.gz
Size: 70.08 KB
md5_file hash: ebd9573df6df8e2d0c51d6f3c1853b1e
First released: July 6, 2007 - 15:45
Last updated: July 6, 2007 - 15:50
- 56397 remove extraneous ';'.
- Get rid of hook_init(), add helper function date_load(), move date.inc constants to date_api.module.
- 153245 fix typo in Date API documentation.
- 151304 include date.inc in theme so it works outside the module.
- 152207 make timezones.inc independent of the event module, needed because not all versions of event module now use it.
- Fix a typo in the new date_unset_granularity() function.
- fix some invalid functions and missing includes for ical date imports in Date Copy.
- 142509 remove deprecated date_set_granularity() function in date_copy and replace it with newer function.
- 138980 fix permissions, use less memory by resetting node cache, and add warning message to turn off email notifications.
- 139454 date display options were not getting saved.
date 5.x-1.6
Download: date-5.x-1.6.tar.gz
Size: 64.6 KB
md5_file hash: c1e34de3d5003df1028b16396f7c121d
First released: July 6, 2007 - 15:44
Last updated: July 6, 2007 - 15:45
- 56397 remove extraneous ';'.
- Get rid of hook_init(), add helper function date_load(), move date.inc constants to date_api.module.
- 153245 fix typo in Date API documentation.
- 151304 include date.inc in theme so it works outside the module.
- 152207 make timezones.inc independent of the event module, needed because not all versions of event module now use it.
- Fix a typo in the new date_unset_granularity() function.
- fix some invalid functions and missing includes for ical date imports in Date Copy.
- 142509 remove deprecated date_set_granularity() function in date_copy and replace it with newer function.
- 138980 fix permissions, use less memory by resetting node cache, and add warning message to turn off email notifications.
- 139454 date display options were not getting saved.
date 5.x-1.5
Download: date-5.x-1.5.tar.gz
Size: 64.55 KB
md5_file hash: 205f0aad65b97b0eb1ce64dd58559420
First released: April 19, 2007 - 22:00
Last updated: April 19, 2007 - 22:05
- 130689 move drupal_get_installed_schema_version inside install() and update() functions
- 137515 fix logic for figuring out when timezone conversion is needed
- 137624 make sure years back and forward store values when set to 0
- 128355 make sure empty to date values are filled in with from date values
- Move css to hook_menu()
- 130611 make sure no html is returned in default theme when dates are empty
- 134587 fix method of stipping undesired granularity out of dates which was generating critical errors
- 133731 make sure items not in granularity array get stripped out of both stored dates and date format strings.
- 123376 fix validation logic when both to and from dates are required
- 126363 add space before UTC so strtotime will work right
- fix calculation of server timezone adj
date 4.7.x-1.6
Download: date-4.7.x-1.6.tar.gz
Size: 70.14 KB
md5_file hash: 95f7b7deb086564d2b57a7673d467c81
First released: April 19, 2007 - 21:59
Last updated: April 19, 2007 - 22:00
- 130689 move drupal_get_installed_schema_version inside install() and update() functions
- 137515 fix logic for figuring out when timezone conversion is needed
- 137624 make sure years back and forward store values when set to 0
- 128355 make sure empty to date values are filled in with from date values
- Move css to hook_menu()
- 130611 make sure no html is returned in default theme when dates are empty
- 134587 fix method of stipping undesired granularity out of dates which was generating critical errors
- 133731 make sure items not in granularity array get stripped out of both stored dates and date format strings.
- 123376 fix validation logic when both to and from dates are required
- 126363 add space before UTC so strtotime will work right
- fix calculation of server timezone adj
date 5.x-1.4
Download: date-5.x-1.4.tar.gz
Size: 58.67 KB
md5_file hash: 255499ee1d5d76f4bb5bae8f16c7454a
First released: March 10, 2007 - 20:00
Last updated: March 10, 2007 - 20:05
Version 1.4
===========
NOTE Date API has been split out into a separate module to make the API available with no dependency on CCK. For best update results, uninstall the Date module before adding the updated file to the site, then immediately go to the modules page and enable both the Date and Date API modules.
- 126551 themeing improvements: 1) A 'timestamp' formatter which will return the timestamp value of a date. You can use that instead of a
formatter that returns a formatted value if you want to do your own formatting of the results. 2) A 'Days ago' formatter that applies
format_interval() to the date. It uses a theme_date_format_interval() to allow you to tailor the results depending on whether it is a future
or past date and incorporate both the To date and From date into the results. 3) All formatters now run through a theme to give you more
places to jump in and make changes to the display. The theme has the complete date object to work with. 4) A date_field_object() function
that will bring back a complete date object for a given field. The function description contains details about what exactly is in that
object, but it includes both from and to dates as timestamps, ISO dates and arrays of date parts.
- 123886 make sure cached data isn't empty
- 125803 get help text to display in selector widget
- 123365 fix Views filter to properly handle both from and to dates
- 121544 use 'From date' and 'To date' instead of 'From' and 'To' for better translations.
- 121259 split date api out so it can be used by other modules with no dependency on CCK
- 117791 add validation to submitted filter values to avoid creating invalid SQL
- Improve ISO week range function and add function to find last day of month
- 125483 more corrections to week calculation
- 125338 fix postgresql handling, lots of help from havran
- 124320 fix fatal errors in identifying include paths
- 123179 send date and node objects to theme to add more flexibility to ways that it can be displayed.
- 121259 fix to make transition to separate Date API easier since non-existant functions will cause fatal error that prevents ability to get
back to module installation page.
date 4.7.x-1.5
Download: date-4.7.x-1.5.tar.gz
Size: 68 KB
md5_file hash: 686f33afdab610b4ffbef8ef3ab372c3
First released: March 10, 2007 - 19:59
Last updated: March 10, 2007 - 20:00
Version 1.5
===========
NOTE Date API has been split out into a separate module to make the API available with no dependency on CCK. For best update results, uninstall the Date module before adding the updated file to the site, then immediately go to the modules page and enable both the Date and Date API modules.
- 126551 themeing improvements: 1) A 'timestamp' formatter which will return the timestamp value of a date. You can use that instead of a
formatter that returns a formatted value if you want to do your own formatting of the results. 2) A 'Days ago' formatter that applies
format_interval() to the date. It uses a theme_date_format_interval() to allow you to tailor the results depending on whether it is a future
or past date and incorporate both the To date and From date into the results. 3) All formatters now run through a theme to give you more
places to jump in and make changes to the display. The theme has the complete date object to work with. 4) A date_field_object() function
that will bring back a complete date object for a given field. The function description contains details about what exactly is in that
object, but it includes both from and to dates as timestamps, ISO dates and arrays of date parts.
- 123886 make sure cached data isn't empty
- 125803 get help text to display in selector widget
- 123365 fix Views filter to properly handle both from and to dates
- 121544 use 'From date' and 'To date' instead of 'From' and 'To' for better translations.
- 117791 add validation to submitted filter values to avoid creating invalid SQL
- Improve ISO week range function and add function to find last day of month
- 125483 more corrections to week calculation
- 125338 fix postgresql handling, lots of help from havran
- 124320 fix fatal errors in identifying include paths
- 123179 send date and node objects to theme to add more flexibility to ways that it can be displayed.
- 121259 fix to make transition to separate Date API easier since non-existant functions will cause fatal error that prevents ability to get
back to module installation page.
date 4.7.x-1.4
Download: date-4.7.x-1.4.tar.gz
Size: 61.62 KB
md5_file hash: ce266f82ebf724af52405bf257229691
First released: February 22, 2007 - 15:08
Last updated: February 22, 2007 - 15:10
Fix critical bug, typo in function name
date 4.7.x-1.3
Download: date-4.7.x-1.3.tar.gz
Size: 61.56 KB
md5_file hash: 643da73b40865dd2a323fc4d3cd77a7c
First released: February 22, 2007 - 01:46
Last updated: February 22, 2007 - 01:50
Version 1.3
===========
- 121259 split date api out so it can be used by other modules with no dependency on CCK
- 113489 add filters and arguments for 'to' dates as well as 'from' dates.
- Get rid of embedded help text and point to d.o handbook page instead to make it easier to keep it current.
- Add handling for date-specific timezone offset
- 120154 refactor date sql wrapper to take into account server timezone adjustments for functions like NOW() and TIMESTAMP()
- More timezone cleanup, make sure zone is not removed twice when using adodb
- More fixes for validation combinations of from/to dates; Clean up handling of timezone element - give it a weight, only need one form
element no matter how many date fields; Clean up handling of non-required to date and other empty or error values, make sure they don't get
stored in date object or displayed;
- 119674 minutes and seconds need integer values
- 114088 use private adodb get_date function to eliminate timezone adjustment
- 119820 fix error in date_is_required function
- 120154 make sure FROM_UNIXTIME and NOW are not adjusted for server timezone
- 93525 fix translation of displayed month and day names
- 116244 fix incorrect placement of timezone in form
- Adding better validation to set errors for invalid dates, adding helper function to determine when from and to dates are required
- 114088, 84492 fixes to make sure dates without time and old dates do not ever get timezone conversions applied.
- 119055 remove debugging code
- 115809 fix handling of optional, non-empty to date
- 102786 update pathauto for both date field types
- 115846 site-wide format wasn't getting saved
- 114088 no timezone adjustment on very old dates
- 115127 fix missing timezone value
date 5.x-1.3
Download: date-5.x-1.3.tar.gz
Size: 51.58 KB
md5_file hash: 00c7980ebc6ed2a93e54b79a6482477a
First released: February 22, 2007 - 01:46
Last updated: February 22, 2007 - 01:50
Version 1.3
===========
- 121259 split date api out so it can be used by other modules with no dependency on CCK
- 113489 add filters and arguments for 'to' dates as well as 'from' dates.
- Get rid of embedded help text and point to d.o handbook page instead to make it easier to keep it current.
- Add handling for date-specific timezone offset
- 120154 refactor date sql wrapper to take into account server timezone adjustments for functions like NOW() and TIMESTAMP()
- More timezone cleanup, make sure zone is not removed twice when using adodb
- More fixes for validation combinations of from/to dates; Clean up handling of timezone element - give it a weight, only need one form
element no matter how many date fields; Clean up handling of non-required to date and other empty or error values, make sure they don't get
stored in date object or displayed;
- 119674 minutes and seconds need integer values
- 114088 use private adodb get_date function to eliminate timezone adjustment
- 119820 fix error in date_is_required function
- 120154 make sure FROM_UNIXTIME and NOW are not adjusted for server timezone
- 93525 fix translation of displayed month and day names
- 116244 fix incorrect placement of timezone in form
- Adding better validation to set errors for invalid dates, adding helper function to determine when from and to dates are required
- 114088, 84492 fixes to make sure dates without time and old dates do not ever get timezone conversions applied.
- 119055 remove debugging code
- 115809 fix handling of optional, non-empty to date
- 102786 update pathauto for both date field types
- 115846 site-wide format wasn't getting saved
- 114088 no timezone adjustment on very old dates
- 115127 fix missing timezone value
date 4.7.x-1.2
Download: date-4.7.x-1.2.tar.gz
Size: 62.34 KB
md5_file hash: ba73b37acf1004a5a2dd10a62e43dac0
First released: February 1, 2007 - 19:04
Last updated: February 1, 2007 - 19:05
Version 1.2
===========
#89097 reverse sign on option delta, fix view tablename aliases
#114265 handle empty 'to' date values by filling with 'from' date
Fix block view of date browser, use new CCK views table alias.
#80592 alter default value handling to match changes in CCK, display blank value
as default for to date if not required, make sure blank value is stored as NULL
date 5.x-1.2
Download: date-5.x-1.2.tar.gz
Size: 52.84 KB
md5_file hash: 5e8875fc5d73836f352369f795b891fd
First released: February 1, 2007 - 19:04
Last updated: February 1, 2007 - 19:05
Version 1.2
===========
#89097 reverse sign on option delta, fix view tablename aliases
#114265 handle empty 'to' date values by filling with 'from' date
Fix block view of date browser, use new CCK views table alias.
#80592 alter default value handling to match changes in CCK, display blank value
as default for to date if not required, make sure blank value is stored as NULL
date 4.7.x-1.1
Download: date-4.7.x-1.1.tar.gz
Size: 62.06 KB
md5_file hash: dc9c3fc7acabf6b74a69b45ebcf09219
First released: January 28, 2007 - 14:48
Last updated: January 28, 2007 - 14:50
Version 1.1
===========
Database update required.
#113444 custom input format wasn't getting saved, small adjustments to display
and handling of from/to dates
#84119 prepare for new default value handling by date module. No changes yet,
just getting functions and callbacks in place.
#80592 adding from/to date capability, add theming for multiple and from/to
dates, pull all date form and display elements out into theme functions,
simplify database handling by making all columns accept null values,
move validation from the widget to the field. This is step one in the
process of adding handling for repeat dates. Requires database update.
#105392 fix week in date browser; fix version in info file;
make 'site' the timezone default
#102786 add pathauto integration, patch by oliver soell
#107667 force multiselect size in Opera; set default select to select instead
of text
#106477 get timezone from field not param, patch by dkruglyak
#94106 keep multiple values from multiplying.
#91540 fix granularity validation
date 5.x-1.1
Download: date-5.x-1.1.tar.gz
Size: 52.56 KB
md5_file hash: e45fca0bfc36cb8958b889549b64c98a
First released: January 28, 2007 - 14:47
Last updated: January 28, 2007 - 14:50
Version 1.1
===========
Database update required.
#113444 custom input format wasn't getting saved, small adjustments to display
and handling of from/to dates
#84119 prepare for new default value handling by date module. No changes yet,
just getting functions and callbacks in place.
#80592 adding from/to date capability, add theming for multiple and from/to
dates, pull all date form and display elements out into theme functions,
simplify database handling by making all columns accept null values,
move validation from the widget to the field. This is step one in the
process of adding handling for repeat dates. Requires database update.
#105392 fix week in date browser; fix version in info file;
make 'site' the timezone default
#102786 add pathauto integration, patch by oliver soell
#107667 force multiselect size in Opera; set default select to select instead
of text
#106477 get timezone from field not param, patch by dkruglyak
#94106 keep multiple values from multiplying.
#91540 fix granularity validation
date 5.x-1.0-beta
Download: date-5.x-1.0-beta.tar.gz
Size: 49.49 KB
md5_file hash: 582454a4ebe47afd7999bc6c8ea7f7a3
First released: November 20, 2006 - 11:44
Last updated: November 20, 2006 - 07:45
5.x beta version
date 4.7.x-1.0
Download: date-4.7.x-1.0.tar.gz
Size: 49.32 KB
md5_file hash: 4742b90a514a823fa3e8ad7bd1bead25
First released: November 20, 2006 - 11:43
Last updated: November 20, 2006 - 07:45
Stable 4.7 version
date 5.x-1.x-dev
Download: date-5.x-1.x-dev.tar.gz
Size: 99.05 KB
md5_file hash: fa4b00a6ba96b4bb99db179d1c3ce966
First released: November 20, 2006 - 11:43
Last updated: February 24, 2008 - 00:03
Nightly snapshot for 5.x branch
date-7.x-1.x-dev
Download: date-7.x-1.x-dev.tar.gz
Size: 170.32 KB
md5_file hash: 67fd62eda89ed26f1ce5ffa77a8a491e
First released: November 11, 2006 - 09:14
Last updated: June 21, 2008 - 00:01
date 4.7.x-1.x-dev
Download: date-4.7.x-1.x-dev.tar.gz
Size: 70.9 KB
md5_file hash: 9d024cb42e9f732b9835a117be81de1d
First released: August 24, 2006 - 01:02
Last updated: December 28, 2007 - 12:02
