sky 5.x-2.x-dev

New features
Bug fixes

This is a stable release.

  1. added RSS icons
  2. added poll styles
  3. added support for the advanced forum module
  4. fixed book menu, and contrib menu blocks
  5. fixed issue with <u> tag CSS
  6. fixed logo png transparency issue
  7. moved page title code from page.tpl.php to template.php

statanus 5.x-1.x-dev

New features

This is the Drupal 5 version. Statanus is designed for fledgling administrators who are advancing their skills and want to monitor their site's uptime.

user_relationships 5.x-2.1

New features

user_relationships_load has a more flexible query system

arguments will process operators now using the syntax: array(col => '> {value}').

example: show all relationships created in 2007

    $start_time = mktime(0,0,0,0,0,2007);
    $end_time = mktime(0,0,0,0,0,2008);
    user_relationships_load(array('created_at' => ">= {$start_time}", 'created_at' => '< {$end_time'}));

forward 5.x-1.12

New features
Bug fixes
Insecure

#203189 - Fatal error: Cannot use string offset as an array
#197162 - statistics and log tables not created in pgsql, fix by aigeanta
#196917 - forward_statistics table incorrectly marked as internal, fix by gnassar
#191514 - Form ignores access control settings
#200870 - document e-Postacrd feature

tagadelic 5.x-1.0-rc1

New features
Bug fixes

Release candidate for the last stable 5.x release.

Please test this release. Then we can move on with the 6.x development.

Pages

Subscribe with RSS Subscribe to RSS - New features