Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Allows site admins to set a list of css files/path patterns that should be unset. This means when you build themes you don't have to override so much default css.
Domain login solves the problem of cross-domain logging in without enabling the $cookie_domain variable by providing an additional domain field on the user login forms for the main site.
Rather than enabling the $cookie_domain variable in your settings.php file thus allowing users to login to every subdomain of a site, Domain Login will force them to specify which subdomain they want to login to by altering Drupals core login form to include an additional "domain" field at the top.
As an admin, you can just add the admin variable to the query string to login to the main site(ie: http://yoursite.com/user?admin).
Installation
Download module and copy domain_login folder to sites/all/modules
Vagrant gives you the tools to build unique development environments for each project once and then easily tear them down and rebuild them only when they’re needed so you can save time and frustration.
Drush Vagrant Integration provides Drush commands to accomplish common Vagrant tasks, and provides a powerful templating framework ('blueprints'). It also has tools to implement Drush aliases for Vagrant projects and VMs, thus allowing simpler remote control of Vagrant projects.