Releases for OG Contact

og_contact 6.x-1.x-dev

gnat - March 3, 2009 - 18:11
Nightly development snapshot from CVS branch: DRUPAL-6--1
First released: March 3, 2009 - 18:11
Download: og_contact-6.x-1.x-dev.tar.gz
Size: 14.09 KB
md5_file hash: a152baefd5bd5d47173965be255952f3
Last updated: October 19, 2009 - 00:24
View usage statistics for this release

This is the first revision of the OG Contact Form module for Drupal 6. It represents a large reworking of the structure of the module code, as well as some new features. These include:

  • Message recipient handling. There are now three ways to assign recipients of form submissions. You may still optionally send to group admins, or supplied recipients, but you can now also send responses to group members with the "receive og contact submissions" permission.
  • Custom Additional Info per form. You are now optionally able to add "Additional Info" text above the contact form on a per group basis.

There is still a lot of testing to be done on this code before its ready for release. However, from my own testing everything seems to be working.

NOTE: The upgrade path from the 5.x version to the 6.x has not yet been written! Attempting an upgrade is not yet recommended for anyone.

og_contact 5.x-3.5

gnat - September 28, 2008 - 18:33
Official release from CVS tag: DRUPAL-5--3-5
First released: September 28, 2008 - 18:33
Download: og_contact-5.x-3.5.tar.gz
Size: 12.1 KB
md5_file hash: b28553b26384774cabed258cf954dd75
Last updated: September 28, 2008 - 18:35
View usage statistics for this release

This release fixes branching and tagging errors made by me, which resulted in fatal errors due to mismatched versions in the tag. Thanks to scedwar for detailing the bug: http://drupal.org/node/314088

This release also fixes an error in user threshold checking for form submission, that caused the check to not be run. Thanks to molenick for detailing and creating a patch for this bug: http://drupal.org/node/314069

og_contact 5.x-3.3

gnat - September 25, 2008 - 17:22
Official release from CVS tag: DRUPAL-5--3-3
First released: September 25, 2008 - 17:22
Download: og_contact-5.x-3.3.tar.gz
Size: 10.96 KB
md5_file hash: 55b4b8a3ec100cb6d2553a74cdc7d1fc
Last updated: September 25, 2008 - 17:25
View usage statistics for this release

This release fixes a few bugs in the -dev versions.

It is also the first official release that adds the ability to restrict contact from access to group members as well as the ability to add the group's name to the subject of form submissions.

This is identical to the other release created on this date, but this one was created for CVS tag consistency.

og_contact 5.x-3.0

gnat - September 25, 2008 - 17:02
Official release from CVS tag: DRUPAL-5--3-0
First released: September 25, 2008 - 17:02
Download: og_contact-5.x-3.0.tar.gz
Size: 10.95 KB
md5_file hash: 8455bbdba28b83e9026b2df0d5c62cbd
Last updated: September 25, 2008 - 17:05
View usage statistics for this release

This release fixes a few bugs in the -dev versions.

It is also the first official release that adds the ability to restrict contact from access to group members as well as the ability to add the group's name to the subject of form submissions.

og_contact 5.x-4.x-dev

gnat - June 21, 2008 - 19:42
Nightly development snapshot from CVS branch: DRUPAL-5--4
First released: June 21, 2008 - 19:42
Download: og_contact-5.x-4.x-dev.tar.gz
Size: 12.28 KB
md5_file hash: 783cb28614089ee0961d349a59e59faa
Last updated: March 12, 2009 - 12:13
View usage statistics for this release

This version adds the ability to limit contact forms to group members only, as requested here: http://drupal.org/node/239163

It also adds the option of having the group's name in the subject of emails.

og_contact 5.x-3.2

gnat - January 11, 2008 - 01:23
Official release from CVS tag: DRUPAL-5--3-2
First released: January 11, 2008 - 01:23
Download: og_contact-5.x-3.2.tar.gz
Size: 11.76 KB
md5_file hash: db6be6df5b29c9f5a428e61078dcc2f3
Last updated: January 11, 2008 - 01:25
View usage statistics for this release

This release cleans up packaging errors.

og_contact 5.x-3.1

gnat - December 22, 2007 - 17:58
Official release from CVS tag: DRUPAL-5--3-1
First released: December 22, 2007 - 17:58
Download: og_contact-5.x-3.1.tar.gz
Size: 10.73 KB
md5_file hash: e7eb74bbd73401e49520574565e64d28
Last updated: December 22, 2007 - 18:00
View usage statistics for this release

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

  • Fixed bad link on the settings page
  • Fixed a few typos in text
  • Added a recipients list to optionally send responses to group admins and/or recipients
    • adding two form fields to the add and edit pages, one as an on/off flag for using administrator list as recipients, and the second a user defined recipient field
    • added back in the validate funciton to ensure that form responses go somewhere
  • Allow for group admin users to edit their own contact form settings.
    • checkbox on the settings page to enable/disable this
    • added a permission to give users the ability to edit forms
    • added the menu callback to create the edit page at a different URL
    • added checking to the edit form page to properly parse the nid from the URL
    • added a check for admins at node url

og_contact.install

  • Added in the two fields to og_contact (noadmin,recipients)

og_contact 5.x-3.x-dev

gnat - December 21, 2007 - 16:48
Nightly development snapshot from CVS branch: DRUPAL-5--3
First released: December 21, 2007 - 16:48
Download: og_contact-5.x-3.x-dev.tar.gz
Size: 10.96 KB
md5_file hash: 87f3e015bf23457e81bf6002878745b3
Last updated: September 26, 2008 - 00:11
View usage statistics for this release

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

  • Fixed bad link on the settings page
  • Fixed a few typos in text
  • Added a recipients list to optionally send responses to group admins and/or recipients
    • adding two form fields to the add and edit pages, one as an on/off flag for using administrator list as recipients, and the second a user defined recipient field
    • added back in the validate funciton to ensure that form responses go somewhere
  • Allow for group admin users to edit their own contact form settings.
    • checkbox on the settings page to enable/disable this
    • added a permission to give users the ability to edit forms
    • added the menu callback to create the edit page at a different URL
    • added checking to the edit form page to properly parse the nid from the URL
    • added a check for admins at node url

og_contact.install

  • Added in the two fields to og_contact (noadmin,recipients)

og_contact 5.x-2.x-dev

gnat - December 7, 2007 - 23:03
Nightly development snapshot from CVS branch: DRUPAL-5--2
First released: December 7, 2007 - 23:03
Download: og_contact-5.x-2.x-dev.tar.gz
Size: 10.74 KB
md5_file hash: 95fa7b67c613542e4234fb0930f444b8
Last updated: December 8, 2007 - 00:08
View usage statistics for this release

This release fixes a few bugs, and adds a bunch of new features.

  • Fixed bug 194778
  • Added option to add contact forms to all new groups by default, as response to this feature request.
  • Added page to add contact form to all groups that do not hav them. Thanks to danaktivix for help with this.
  • Added page to remove contact forms from all groups.
  • Separated edit group contact form and add group contact form into different functions.
    • fixed bugs in the edit update statement.
    • made the group select list for adding groups contain only groups that do not have forms.
  • Removed the form validation, since all it did was check for existing groups
    which was redundant now that the form only displays groups without forms.

og_contact 5.x-1.x-dev

gnat - November 12, 2007 - 19:39
Nightly development snapshot from CVS branch: DRUPAL-5
First released: November 12, 2007 - 19:39
Download: og_contact-5.x-1.x-dev.tar.gz
Size: 12.87 KB
md5_file hash: 72392fb3ca5df823d2bb6eaa69149cdc
Last updated: March 12, 2009 - 12:13
View usage statistics for this release

Initial dev release.

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.