Needs review
Project:
Densite
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2011 at 21:19 UTC
Updated:
14 Mar 2011 at 15:41 UTC
Thanks for this great drush feature!
I'm creating a lot of development site on localhost, and I was angry, always type same. In this patch i create some database constant:
+define ('DENSITE_DB_DRIVER', NULL);
+define ('DENSITE_DB_HOST', NULL);
+define ('DENSITE_DB_USERNAME', NULL);
+define ('DENSITE_DB_PASSWORD', NULL);
If used, these are printed in cli.
| Comment | File | Size | Author |
|---|---|---|---|
| densite.patch | 2.84 KB | szantog |
Comments
Comment #1
den.iver commentedHi. The feature has been added on https://github.com/diversen/densite
You can fetch the master or a tag. At the moment they are all the same 6.x -> 7.x -> master
- Dennis