#4005 closed enhancement (fixed)
Update/Install wizard needs help
| Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | major | Milestone: | 1.7 |
| Component: | Administration | Version: | 1.5.3 |
| Severity: | normal | 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
@
14 years ago
- Milestone 1.6 → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [5749]) First pass at refactoring update/install wizard to remove code duplication: