Releases of Drupal contributions that are compatible with version 4.7.x of Drupal Core

calendar 4.7.x-1.6

Bug fixes

Version 1.6
===========

- 182998 Use Date API handling of timezones instead of Drupal default timezone offset when computing calendar values.
- Get rid of test for Date API since it's buggy and hopefully everyone already has done this.
- 157593 Make sure drupal_get_form gets a form array.
- 172073 Allow for non-calendar arguments before any calendar arguments to dynamically filter calendar.
- Remove date fields from default view to force user to add the right field. Tired of handling support questions about unexpected date fields.
- 171306 keep empty nodes out of ical feed.
- 166659 and 160378 clean up handling of header and footer on empty pages.
- 155701 and 167110 ical and setup tabs sometimes didn't show up. Needed to rework the logic of calendar_is_calendar() and calendar_views() to properly identify views that have calendar types or calendar args.
- 159326 slight correction to indicating 'selected' day in mini calendar.
- 134240 fourth ical argument is optional, add '=NULL' so it will always work.
- 115144 make sure multiple day nodes don't get title and teaser created more than one time.
- 165845 make sure empty days have empty days theme.
- 167141 change array union to array merge to keep from losing first ical item.
- 158910 make sure view tab has no access control.

themesettingsapi 4.7.x-2.0

New features
  • #171633: backport of the committed DRUPAL-6 custom theme settings API.
  • Completely updated API, but with easy migration path.
  • Added ability to switch themes when displaying the theme settings.

flexiconvert 4.7.x-0.3

Bug fixes

Collection of patches from the issue queue, rolled together by Josiah (siah).

(Unreported?) Bug: failed attempt to copy text_area's formating from flexinode. Failure results from cck column not existing.
Solution (tested, works): check for existence of 'format' column before issuing an update on it.

Bug: Funny characters in cck fields names are incorrectly translated to column names.
http://drupal.org/node/139801
Solution (tested, works): remove funny characters and limit the maximum length of the field name. Used patch, then expanded it to cover more characters.

Bug: No conversion of timestamp or checkboxes
http://drupal.org/node/141733
Solution (tested, works): Patch did not copy false values from checkboxes because of the if statement was confusing a numeric value of 0 with the value not existing. I fixed by using the more formal test of "array_key_exists", and applied that pattern to all the other if statements in that block.

Bug: No conversion of email, checkbox or select
http://drupal.org/node/139803
Solution (tested, works): Used email portion of patch. Works fine if cck's email module is installed.
Solution (tested, works): Merged Select portion of patch into timestamp/checkbox block. Tested that it copies the select field only if it is populated.

-- Notes --
* Enable Date API before defining CCK date fields

node_find_replace 4.7.x-1.x-dev

Initial release - Add global find replace for nodes. Find/Replaces are case sensitive and can be undone/redone.

Pages

Subscribe with RSS Subscribe to RSS - 4.7.x