Opened 15 years ago
Closed 15 years ago
#3154 closed enhancement (duplicate)
Recognize deactivated components in 1.2-1.3 upgrade
| Reported by: | boonebgorges | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Core | Version: | 1.5 |
| Severity: | Keywords: | dev-feedback | |
| Cc: |
Description
1.3 deprecates bp-deactivated-components in favor of bp-active-components. In the setup wizard (as of r4203), only bp-active-components are used to pre-check the boxes on the Component step. Ideally, there would be an additional check for the old bp-deactivated-components, which keeps those boxes from being checked by default when coming from a 1.2 install. If there is going to be a new upgrade type as suggested in #3153, this could be rolled into it.
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Doing some digging around, but shouldn't we be using the $bp global here. This applies to #3153 a little as well, as there are a few spots where we duplicate work that has already been done. The $bp->active_components should already be set by the time the wizard needs it, and this would also solve the problem in this ticket. I'm hoping to play around with this and #3153 tonight, and just wanted some feedback to make sure I wasn't missing something.