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.

meez 5.x-1.0

New features
Bug fixes

First 1.0 release of the module. I just made a new feature that on the admin/settings/meez page you can specify which avatar should show up on the users profile page. This makes the module much easier to use which made me think that it probably deserves a 1.0.

Enjoy!

og_contact 5.x-3.1

New features
Bug fixes

This is mainly a features release, which includes the ability to add user defined recipients to group contact forms, and the ability to allow group administrators to edit contact form details.

Here are the details of changes in this release:

og_contact.module

click2bookmark 5.x-1.2

New features

The click2bookmark module offers a bookmark feature ('Add to bookmark') for the nodes of a selected content type. As result you'll get a link 'My bookmarks' in the navigation bar as well as a block listing all the bookmarks.

Additionally you can install the click2marks_view module which does the same for views.

Pages

Subscribe with RSS Subscribe to RSS - New features