primary_term 5.x-1.1

Bug fixes

Adding the PT tid in nodeapi('submit') turns out to be trickier than expected.

sky 5.x-1.4

Bug fixes
  • User login form had extra bottom border
  • Aligned profile image to the left on user page

primary_term 5.x-1.0

New features
Bug fixes

First official release of Primary Term for D5. Recent changes:

- Save PT in taxonomy the right way, via nodeapi('submit').
- #160382: Add support for Token and Views
- #148025: Use {primary_term}, not primary_term, in SQL

chatroom 5.x-1.9

Bug fixes

Changes since DRUPAL-5--1-8:

  • Changed list item style for compatibility with Garland.
  • #182260 Prevent error when alerts are disabled.
  • #182618 Return array from update function.
  • #160068 Committed the right patch to fix $base_url problem.

sky 5.x-1.3

Bug fixes
  • Fixed user.module blocks (separated menu from regular blocks in block-user.tpl.php)
  • Fixed Secondary links background image by making it wider
  • Fixed CSS sticky footer - footer will stretch to the bottom no matter how short the page

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

Pages

Subscribe with RSS Subscribe to RSS - Bug fixes