[Bug 28692] Allow image contents to be deliverable by API

2011-05-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28692 Brion Vibber br...@wikimedia.org changed: What|Removed |Added Keywords|bugsmash|

[Bug 28692] Allow image contents to be deliverable by API

2011-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28692 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added Keywords||bugsmash

[Bug 28692] Allow image contents to be deliverable by API

2011-04-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28692 --- Comment #4 from Bryan Tong Minh bryan.tongm...@gmail.com 2011-04-26 08:03:57 UTC --- There is a maximum result size configuration variable for the API, we can use that as a limit to the files that can be served. (sum of file size * base64

[Bug 28692] Allow image contents to be deliverable by API

2011-04-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28692 --- Comment #5 from Roan Kattouw roan.katt...@gmail.com 2011-04-26 15:40:49 UTC --- (In reply to comment #4) There is a maximum result size configuration variable for the API, we can use that as a limit to the files that can be served. (sum

[Bug 28692] Allow image contents to be deliverable by API

2011-04-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28692 Reedy s...@reedyboy.net changed: What|Removed |Added Severity|normal |enhancement -- Configure

[Bug 28692] Allow image contents to be deliverable by API

2011-04-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28692 Roan Kattouw roan.katt...@gmail.com changed: What|Removed |Added CC|

[Bug 28692] Allow image contents to be deliverable by API

2011-04-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28692 --- Comment #2 from Brion Vibber br...@wikimedia.org 2011-04-25 17:52:42 UTC --- Keep in mind that some files will be hundreds of megabytes or more such as videos -- embedding raw file contents into a structured-text API return won't scale as

[Bug 28692] Allow image contents to be deliverable by API

2011-04-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28692 --- Comment #3 from Brett Zamir bret...@yahoo.com 2011-04-26 02:01:41 UTC --- Using CORS would be absolutely wonderful, especially if as I just mentioned in bug 28700 , the API itself could be exposed to it. However, as pointed out by Roan