Closed (fixed)
Project:
WSCCI
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2012 at 18:17 UTC
Updated:
12 May 2012 at 02:30 UTC
Jump to comment: Most recent file
Working on this...
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1538456-fix-updatephp.patch | 3.76 KB | katbailey |
| #1 | 1538456-fix-updatephp.patch | 2.29 KB | katbailey |
Comments
Comment #1
katbailey commentedThere were fatal errors in update.php due to the fact that request() was not returning a request object (as none had been created). I copied the two lines from index.php to create a request object and pass it to request() and also replaced other uses of $_GET with $request->query->get().
Comment #2
katbailey commentedComment #3
Crell commentedLooks good. I'm still seeing a number of fails in the update system, though, so leaving unmerged for now. We can merge when this is further fleshed out.
Comment #4
katbailey commentedOK, this now gets all of the upgrade path tests to pass - the attached patch corresponds to the last commit on the branch (I reverted the previous one).
(I confused myself a lot on this one, hopefully the patch does not reflect this)
Comment #5
Crell commentedWith #4, all of the update.php tests pass. Woo!
I cherry picked the commit over, then deleted the branch. Thanks, Kat!