Address book

Component type

module

Maintenance status

Development status

Component created

Component changed

Simple address book based on custom entity.
CRUD implementation.

Entity = 'contact'
Entity bundle = 'contact'

Entity bundle are fieldable.
Default fields are deletable.

Install and uninstall

On module installation there is once creation of all fields (category and photo) and taxonomy vocabularies for that fields.

On module uninstallation there is deletion of all fields and their data from database.
Vocabularies do not deletes.

Future plans:

Integration with views and rules.

Drupal Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

Hi,
As per the requirement I am responsible for developing the core Integration between the Drupal with diffrent technologies.
I contributed in developing generic API for Integration.

StaySane

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Example modules from the talk Managing Code and Configuration with Update Functions (and staying sane), DrupalCon Sydney 2013.

Custom Date Format Examples

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a basic Drupal 7 example module of leveraging custom date formats via a module with drupal. These formats can then be used for Views, nodes, theming and more. This has come in really handy for some client projects over the past months so I thought I would share this. I have no plans to release this as a full module, it will just stay here in a sandbox.

Development Meta module

Component type

module

Maintenance status

Development status

Downloads

8669

Component created

Component changed

This is a simple meta module. It installs the key tools for building Drupal
sites. When you disable or uninstall the module it removes the dependencies
for you too.

To start using meta_dev you can use one of the following methods:

Drush Make

Include the following entry in your drush make file

; Include dev tools
projects[meta_dev][subdir] = "dev"

Download and Enable with Drush

Run the following command to download and enable meta_dev and all the
dependencies: