public marks

PUBLIC MARKS with tags clevermarks & drupal

July 2009

Referential Integrity for CCK | drupal.org

by claire_
This module provides a method to enforce referential integrity rules for CCK user and node reference fields. In other words, it allows you to decide what to do with reference values when a referenced entity (node or user) is deleted.

Rules | drupal.org

by claire_
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....

Creating Custom CCK Fields | Lullabot

by claire_
You can create custom CCK fields, widgets, and formatters for any situation, but it can be hard to see how to do it.

Aegir hosting system | groups.drupal.org

by claire_
Ægir is a set of modules for Drupal that helps you maintain several Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

Making and Using Features in Drupal | Development Seed

by claire_
Features is part of the answer to one of Drupal’s biggest headaches – what to do with all that loose site building and customization that happens on every project. Features is part of the answer to making stronger, better install profiles and targeted distributions of Drupal. And features is part of the answer to making Drupal more task oriented and less daunting to our users.

Open Atrium

by claire_ & 9 others
Part intranet, part do-it-yourself project with a kick of open source hotness

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

by claire_
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.

2009, une année charnière pour le CMS open source Drupal ? Actualité --- Silicon.fr ---

by claire_
L’arrivée prochaine de Drupal 7 et la taille croissante de sa communauté pourraient changer le visage de ce CMS ‘open source’. Entretien exclusif

June 2009

google-friend-connect-plugins - Google Code

by holyver
Google Friend Connect provides simple user authentication using any OpenID account, including Google, Yahoo and AIM. Instead of filling in yet another profile form, your users can connect to their existing identities, showing current profile pictures. By making login easier and connected to existing identity, you'll see increased engagement and comment activity. The Google Friend Connect plugins are proof-of-concept code to integrate users with external accounts into your site. A user can visit your site and leave a comment with a Google Account, Yahoo Account, any OpenID, or in future other sites that participate in OpenSocial. See separate instructions for the WordPressPlugin, DrupalPlugin and PhpbbPlugin

Drupal Theming: The Code Behind the Videos | Lullabot

by claire_
profil d'installation d'un site drupal "fonctionnel", plus complet et plus instructif que simplement télécharger le drupal core

May 2009

Magento | drupal.org

by claire_
Here you'll find a set of modules that offer a full integration of Magento (http://www.magentocommerce.com/) e-Commerce suite. Magento is one of the most famous, open-source e-Commerce solution. Magento offers a very nice back-end interface, but suffer of lack of CMS capabilities. Installing Magento modules on your Drupal site, you'll be able to run Magento as back-end only.

Drupal 6 jQuery in Under 5 Minutes

by claire_
three major things you need to master with jQuery

4 Challenges that News Publishing organizations have with Drupal (and some solutions)

by claire_
Over the past 6 months, we have been working with a few news publishing organizations. Some have smaller production/editorial departments with 5-6 people while others have much bigger operations. However, in most cases, the production/editorial departments do not have a lot of staff members who know HTML extensively. While Drupal has a lot of functionalities that allow for non technical users to manage content, a few things do make it challenging. However, since news operations run 24/7, these organizations cannot rely on us for content inputting/modifications.

April 2009

Drupal Charting | Lullabot

by claire_
Comparaison des différentes façons de réaliser des graphiques de données issues du module Views de Drupal

Alfresco-Drupal Integration via CMIS (Screencast) | Optaros Labs

by nhoizey
In this screencast, Jeff Potts shows the current state of Drupal-Alfresco integration via CMIS, the Content Management Interoperability Services standard.

March 2009

Migrate | drupal.org

by nhoizey
The migrate module provides a flexible framework for migrating content into Drupal from other sources (e.g., when converting a web site from another CMS to Drupal).

February 2009

Litenode | Development Seed

by claire_
Litenode is a new module that uses Views to replace multiple node_loads() on a page. The largest source of queries on a page is almost always node_load(). It can push your query count very high, since each node has multiple queries run. That means that there tends to be a nearly linear relationship between the number of nodes on the page and the number of queries.

January 2009

iSite Essentials for Drupal Users | LevelTen Web Design | Dallas, TX

by claire_
extended distribution of Drupal designed for building enterprise-class Web 2.0 style websites. It comes in a single download that includes Drupal core, over 60 contributed modules, and several additional custom modules in a pre-configured installation profile. The primary purpose of Essentials is to make the true power of Drupal accessible to all. Drupal is unmatched in the open source world as far as flexibility and extensibility. However, this power comes at a cost; a significant learning curve.

Updating Drupal using SVN Vendor Branches | IMAGEX MEDIA

by claire_
This tutorial will show you how to setup Drupal as vendor branch in your subversion repository. This will allow you to apply changes that are made between versions without losing or overwriting contributed modules or patches that you may have made to your install of Drupal