Closed (fixed)
Project:
WSCCI
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
27 Apr 2012 at 06:26 UTC
Updated:
13 May 2012 at 02:31 UTC
Using this issue for changes related to the rest of the update system (update status etc...)
Comments
Comment #1
Crell commentedLooking at the branch:
I don't know how big those XML files are, but that would probably be a good use case for a StreamedResponse:
https://github.com/symfony/HttpFoundation/blob/master/StreamedResponse.php
We're already using it in the kernel branch for private file handling.
Comment #2
katbailey commentedOK, made the change suggested above - see http://drupalcode.org/sandbox/Crell/1260830.git/commitdiff/c4cae4e1ef7de....
There were three outstanding fails and I have just now confirmed that these will be fixed by #1183208: Remove variable_get('clean_url') and switch to index.php/path pattern for dirty URL support - they are due to update module's hook_init(), which begins:
Comment #3
Crell commentedGreat. I cherry-picked the last commit over to the kernel branch and pushed. Thanks, Kat!
Removing the feature branches now.