Developer

Entity API

fago - November 7, 2009 - 13:37

This project is going to hold entity related APIs.

  • Entity CRUD API:
    Provides full CRUD functionality for new entities. It offers a ready to use EntityDB class and a suiting EntityController for mass loading/deleting. The EntityDB class is extendable by modules thanks to faces and can be extended and customized to fit special needs.

Browser

boombatower - November 4, 2009 - 16:43

Proper textual browser for use with Drupal and SimpleTest.

Drush Multi

fl3a - November 4, 2009 - 10:34

This is an extension to the Drupal Shell aka drush

I use the following symbolic links structure on our servers and wrote a bash script for handling Drupal updates years ago.

Within this structure and this drush command, it is now possible to do that via drush.

Now drush can update Drupal.

Here is the very specific structure this command deals with for multi drupalupdate and multi create:

drupal/
|-- 6.x -> drupal-6.14
|-- 6.x_backup
|-- 6.x_sites
|   |--all
|   |   |-- modules
|   |   `-- themes
|   |-- default
|   `-- example.com
|      |-- files
|      |-- modules
|      `-- themes
`-- drupal-6.14
    |-- backup -> ../6.x_backup
    |-- includes
    |-- misc
    |-- modules
    |-- profiles
    |-- scripts
    `-- sites  -> ../6.x_sites

Commands

drush multi status
An extended drush core status
drush multi site
Creates a site within the installation
drush multi create
Creates a multisite installation
drush multi drupalupdate
Updates the installation if there is a new minor release available
drush multi exec
Execute drush core commands on all sites (batch mode)
drush multi sql dump
Execute a sql dump on all sites (batch mode)
drush multi nagios
Command for use as nagios plugin with exit status and status message

Domain Views

agentrickard - November 1, 2009 - 20:20

Part of the Domain Access suite.

Provides Views integration for Domain Access.

This is the Drupal 7 development branch.

Domain User

agentrickard - November 1, 2009 - 20:19

Part of the Domain Access suite.

Allows for the automatic creation of subdomains for registered users.

This is the Drupal 7 development branch.

Domain Theme

agentrickard - November 1, 2009 - 20:17

Part of the Domain Access suite.

Allows separate themes, theme settings and colors for each subdomain.

This is the Drupal 7 development branch.

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.