Needs work
Project:
Drupal core
Version:
main
Component:
system.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Sep 2011 at 22:07 UTC
Updated:
21 Jul 2024 at 08:27 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
Bojhan commentedCan you elaborate more?
Comment #2
robloachIf you have a large number of contributed modules on your site, and you're enabling/disabling some, it can sometimes take up to 15 seconds for the form submission to process. This greatly impedes the user, and generally makes them scared of enabling or disabling modules. It also makes them worried that their site broke during the operation while they are waiting for the page to load. You can easily see this effect if you're enabling/disabling a large number of modules, or installing a new module that has a large install process (like Views or Panels).
By adding the Batch API to the modules page submission, we give the user direct feedback on how their process is taking place. It also lets them know that their site isn't breaking when it is enabling/disabling the modules. The provided patch at #0 just sticks the basics into the Batch API. It would be great to give the user feedback on a module by module basis as to whether it was enabled/disabled successfully.
Comment #3
robloachComment #5
lpalgarvio commentedi like this!!
Comment #6
Grayside commented#2 is the first Drupal WTF I had to learn to deal with, and explain to others.
Comment #7
Bojhan commentedCan't we just have a spinner?
Comment #8
xanoWe should use human-readable module names instead.
Comment #27
quietone commented