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

dependantDropdown 5.x-1.0-beta

Just repaired the files to match drupal 5,
Most work was on JS side.
Here again it works much nicer if you add the type parameter to the widget_settings hook
I.e.
apply this change on content_inc
line 362
$additions = module_invoke($widget_type['module'], 'widget_settings', 'form', $field['widget'],$type);
instead of
$additions = module_invoke($widget_type['module'], 'widget_settings', 'form', $field['widget']);

christmas_snow 5.x-1.0

Updated for Drupal 5.0. Thanks to bohemicus for the info file :-)

biblio 5.x-1.x-dev

This is a fully functional release candidate. Feel free to test it and give me any feedback :-)

Don't forget to run the update script after installing a new version of the module

CHANGE LOG:

Sept 25/07

Sept 19/07

  • fixed a bug in _biblio_parse_authors which caused author names with "and" in them to be corrupted, as reported in http://drupal.org/node/176962

Sept 16/07

  • added "Full Text" output to the tabular view.

Sept 15/07

  • Added export links to "tabular" view.
  • Added around the titles in the tabular view so they could be formated differently using css.

Sept 13/07

  • Fixed the author searching so that the whole name must match

Sept 9/07

Aug 31/07

Aug 22/07

  • added coins output to the new tabular output format.

Aug 15/07

Pages

Subscribe with RSS Subscribe to RSS - 5.x