I like the simplicity of this module, I only wish it could be used for disabling modules as well.

It's common practice to import database dumps from the production site to your development site, to keep it in sync. Escpecially if you have a workflow like local -› dev -› stage -› prod, where changes to the codebase flows upstream and database dumps go downstream.

In a scenario like that, you often have modules that should only be enabled on prod, e.g. Varnish and Backup & Migrate, or modules that should not be enabled locally, e.g. Memcache or Google Analytics. Those modules will be enabled in the database dumps from prod, leaving you with the task to disable them each time the database travels downstream.

Being able to disable modules would make this module twice as nice :)

CommentFileSizeAuthor
#3 disable-modules-1350364-3.patch523 bytesvalderama

Comments

ximo’s picture

Assigned: Unassigned » ximo

Meant to assign it to myself, I'll give it a try later.

sbilde’s picture

@ximo , I agree! - This would be a nice feature to this really handy module.

valderama’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new523 bytes

I made a quick working patch. Would me nice if someone could review, to get this into the module..

Best,
walter

miikamakarainen’s picture

Assigned: ximo » miikamakarainen
Status: Needs review » Fixed

I have reviewed the patch and commited the changes.

valderama’s picture

Wow, thanks - that was fast!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Updated issue summary.