Monday, 21 March 2011

Acquia releases Drupal Gardens 1.0


Acquia, the enterprise guide to drupal, has launched drupal gardens 1.0 with new improvements and pricing plans. The new Views functionality enables drupal gardens to quickly assemble and deploy social sites. Views brings collection of tools for site builders for SaaS. Views can create custom mashups or combinations of content, media, user profiles, and more without writing any code. Site builders can get any information on the site and make dynamic lists, grids, tables, reports, RSS feeds, and navigation. Views can be personalized to show different results for posts that were submitted in the previous month as well as the most popular ones. Drupal Gardens is a software-as-a-service (SaaS) offering from Acquia under Drupal hood that enable to export any information and move into the server using site builders. Drupal Gardens offers new capabilities for drupal developer to build Drupal social websites. A large number of content-rich, dynamic sites were built with drupal Gardens which includes over 40,000 sites created last year.

Friday, 4 March 2011

Mollum Module for Drupal 7 officially released

The Mollom module v1.0 for Drupal 7 has been officially released by the drupal developer. The release for Mollom delineates the changes incorporated in the Drupal 7 module to ensure the functionality under all situations so as to sync with the latest code. The major improvements to core are:

• Making it possible to alter the form validation for handlers during validation. This allows the module to conditionally show a CAPTCHA if its a spam

• Corrected and improved the caching of $form_state in the case of form validation errors, previews, multi-step ("wizard") forms, and other scenarios in which a form is rebuilt or re-rendered, and might have new or updated state information that should be cached. Removed the auto-rebuilding magic of the 'storage' property, to cache most of $form_state when form caching is enabled, and ensured that form constructors can already decide on caching and rebuilding.

The Drupal 7 update for Mollom necessitated to fully remove plenty of code that was previously required to work around limitations and bugs in Drupal's Form API.

Along the way, more than 2,200 test assertions for the Mollom module's automated unit tests were made in order to ensure that its functionality works correctly in almost every possible scenario.  Effectively, Mollom's module tests are quite possibly the most aggressive Form API tests for Drupal, as it uses almost all of its advanced features.

Friday, 25 February 2011

Privatemsg Bulkmail: The new drupal module

Privatemsg Bulkmail module is a Gmail type module by drupal developer for internal notifications. It is meant for site administrators who send out identical private messages to a large user base of more than 100,000. It is commonly used for private message notification to all registered users. The Privatemsg module offers a feature to send messages to roles.

Drupal Features

• Send out private messages from a specific user (instead of the current user)
• Define a dedicated bulk message user and prevent that user from logging in (to prevent performance issues)
• Prevent users from responding to a bulk mail message
• Include AND exclude recipient group of a bulk mail. Example: Send out a bulk mail to all authenticated users that are not site admins
• Restrict the recipient group to users who logged in or signed up after a certain date
• Send an individual test message to a specified user before sending out the bulk mail