date 6.x-2.0-beta4

Bug fixes
Insecure

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.

oop 6.x-1.x-dev

Working on Drupal 6! I removed oop_theme.module because it needs a complete refactoring to work with the new theming system in D6. Also, since the new theming system already supports a form of inheritance, I'm not yet clear on what useful capability, if any, oop_theme.module would offer.

htmLawed 6.x-2.4

Bug fixes

Fixed PHP 4's object-chaining bug reported by skydoc #289998

Pages

Subscribe with RSS Subscribe to RSS - 6.x