public marks

PUBLIC MARKS from claire_ with tags modules & development

20 July 2009

Rules | drupal.org

The rules modules allows site administrators to define conditionally executed actions based on occurring events. It's a replacement with more features for the trigger module in core and the successor of the workflow-ng module. So you can: • send customized mails to notify your users about important changes • build flexible content publishing workflows • create custom redirections, system messages, breadcrumbs, .. • and a lot more....

10 July 2009

The Development -> Staging -> Production Workflow Problem in Drupal | Development Seed

Anyone who has developed a relatively complex Drupal site will be able to vouch that, while launching a new site is relatively simple, continuous integration becomes very tricky once the site has actually gone live. This problem becomes especially pronounced when there is more than one developer on a project, and when the project is being built using proper development methodology.