Needs work
Project:
NodeStream
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
14 May 2012 at 16:14 UTC
Updated:
19 May 2012 at 18:46 UTC
Jump to comment: Most recent file
NodeStream Core contains a handy drush command (ns-core-devel-enable/ns-core-devel-disable) that enables/disables development modules, like Views UI, Rules UI, Devel etc.
Would it be reasonable to extend the list of these modules with Deployment UI?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | ns_core-add-deploy_ui-to-devel-modules-1578124-1.patch | 311 bytes | balintbrews |
Comments
Comment #1
balintbrewsIf so, here is the patch.
Comment #2
fabsor commentedThis would require that we actually include deploy in NodeStream which is another matter entirely. I probably wouldn't be against it though, as long as we find a proper use case for it in core.
I think a better idea would be to add a hook, "hook_ns_core_devel_modules", so that other modules (or installation profiles) can add whatever modules they consider development modules here. This would make the command more powerful and it would work across any site that uses NodeStream.