#4005 closed enhancement (fixed)
Update/Install wizard needs help
Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 1.7 | Priority: | major |
Severity: | normal | Version: | 1.5.3 |
Component: | Administration | Keywords: | |
Cc: |
Description
The current update/install wizard employs a bunch of custom duplicated functions and weird hacks to pull off what is otherwise a straight forward bunch of settings pages. The forums settings page is also completely missing from the wizard.
I see a few steps here:
- Clean up all this code, get rid of purpose built functions, etc...
- Move some of the core css, js, and images into the /admin folder so it's clear what does what
- Get the wizard to use the actual settings pages from the settings API instead of the hard coded pages it uses now
- Incorporate the new forums setup for bbPress 2
- Try not to break everything in the process
Change History (5)
#3
@
12 years ago
- Milestone changed from 1.6 to Future Release
Let's call a halt to general cleanup for this cycle, and reassess for 1.7. If you find outright bugs that should be fixed for 1.6, please open a separate ticket.
Note: See
TracTickets for help on using
tickets.
(In [5749]) First pass at refactoring update/install wizard to remove code duplication: