Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
update.module
Priority:
Normal
Category:
Plan
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Sep 2014 at 10:06 UTC
Updated:
19 Mar 2024 at 17:34 UTC
Jump to comment: Most recent
Comments
Comment #1
alexpottComment #2
mgiffordComment #13
catchhook_update_projects_alter() and update.report.inc (and possibly other places) still have references to disabled extensions. In many cases, it looks like it's mostly a case of updating variable names and docs from 'disabled' to 'uninstalled'. i.e. we don't actually have separate handling for disable and uninstall still, but all the terminology needs updating.
Will mean a lot of data structures passed to/returned from hooks will change, but might just have to be a CR for that - we can check if those hooks are actually implemented in contrib or not.
Moving to a task since there's no known functional bug here.
Comment #14
quietone commented@catch, thanks.
Added the work mentioned above to the Issue Summary and tagged
Comment #17
quietone commentedMaking this a meta and have re-parented some existing issues.
Comment #18
quietone commentedComment #19
dwwWhat should be the relationship between this meta and #2891294: [Meta] Use Install/Uninstall consistently for turning modules/themes on/off (not Enable)? Should we merge them, or keep separate?
Comment #20
quietone commentedWhen I was last here I wasn't sure what to do about this in relation to #2891294: [Meta] Use Install/Uninstall consistently for turning modules/themes on/off (not Enable). Thinking on that more, I like that this is scoped to 'update' so let's make this a child of that. That way this can stay just about updates.
Comment #21
quietone commentedClarify in the Issue Summary that more issues need to be made.
Comment #22
quietone commentedComment #23
dwwThanks for clarifying the scope of this (all of update manager). Moving to 11.x. It does start to get scary when we're changing keys inside our giant ArrayPIs in update manager. But yeah, maybe we have to "go for it" and make some sweeping changes at some point.
Comment #24
quietone commentedAll the children here are fixed. Changing to a plan as well as this was admin for the work.
I am moving the points from #13 to the parent issue so this module specific meta issue can be closed.