https://bugzilla.wikimedia.org/show_bug.cgi?id=27391

Chad H. <innocentkil...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |innocentkil...@gmail.com

--- Comment #2 from Chad H. <innocentkil...@gmail.com> 2011-02-14 17:17:05 UTC 
---
The extension should use wfTempDir() instead of "temp/" (unless it really wants
the file to stick around, then it should use $wgTmpDir). 

As far as writing output...this can already be done by specifying a callback
function. I improved this in r82117 to allow specifying it in the $options
array (rather than having to call setCallback() yourself)

Generally, I don't think letting callers handle file output is bad, there's
nothing inherently wrong with it. However, we could add the ability to the Http
class fairly trivially, if we really think it would help in some places (or
reduce code duplication, I haven't grep'd around to see)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to