Thanks so much for this wonderful application!
It's great that we can add extra project through the UI and the URL. But they don't get enabled.
If I go:
http://simplytest.me/project/filter_harmonizer/7.x-1.x?add[]=ctools&add[]=views
I find that in addition to the module to be simply-tested (filter_harmonizer), CTools and Views indeed get installed.
I'd hoped they would also be auto-enabled (why else would you want to add them?).
But I need to go to the Modules page, admin/modules to do this manually.
Actually, thinking about this more. For projects that contain more than one module, or use a core module that is not enabled by default, we probably need an enable[]=... parameter, unless you want to enable all modules in the project by default.
Like so:
http://simplytest.me/project/filter_harmonizer/7.x-1.x?add[]=ctools&add[]=views&enable[]=views_ui
This way I can add the Views project and then enable the Views and Views UI modules.
Rik
Comments
Comment #0.0
rdeboerAdded request for "enable[]=..." parameter.
Comment #1
klonosI'm mostly facing this issue when testing Views: only the API submodule (views) is enabled after installation and I constantly find myself repeating the steps to enable the Views UI (views_ui). The
&enable[]=views_uiproposed by @RdeBoer in the issue summary would be most useful.To extend his suggestion I'd also want to put a
&disable[]=module_nameparameter on the table. Most common scenario is when I want to test admin_menu. I constantly find myself visiting the modules page once the installer is done in order to disable the core toolbar (and the overlay) and enable Admin Menu. This has become a very tedious task for me and I'd like to have a way to "automate" it.PS: changed issue title so it resembles a feature request rather than a bug ;)
Comment #2
patrickd commentedThe current problem of this issue is that any introduction of new submission features/options would currently drastically increase the complexity of the service.
To clarify what's going on with simplytest.me and how we handle this in future I created #2086033: Relaunching simplytest.me
I'm on it, just give me some time!
thanks :)
Comment #3
rdeboerOk! Look forward to any further news or developments!
Rik
Comment #3.0
rdeboerExpand with example
Comment #4
rdeboerAny progress on this feature request?