Developer
Entity API
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
Proper textual browser for use with Drupal and SimpleTest.
Drush Multi
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_sitesCommands
- 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
Part of the Domain Access suite.
Provides Views integration for Domain Access.
This is the Drupal 7 development branch.
Domain User
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
Part of the Domain Access suite.
Allows separate themes, theme settings and colors for each subdomain.
This is the Drupal 7 development branch.
