[Bug 28002] Internal error in ApiFormatRaw::getMimeType

2011-06-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28002 --- Comment #4 from Reedy s...@reedyboy.net 2011-06-05 19:13:43 UTC --- http://en.wikipedia.org/w/api.php?action=querygenerator=searchgsrsearch=Micheal%20jordaprop=infoexportexportnowrapgsrlimit=100gsrwhat=textgsroffset=50 also gives it --

[Bug 28002] Internal error in ApiFormatRaw::getMimeType

2011-06-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28002 Reedy s...@reedyboy.net changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 28002] Internal error in ApiFormatRaw::getMimeType

2011-06-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28002 Reedy s...@reedyboy.net changed: What|Removed |Added Comment #5 is|1 |0 private|

[Bug 28002] Internal error in ApiFormatRaw::getMimeType

2011-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28002 --- Comment #1 from Reedy s...@reedyboy.net 2011-03-12 12:31:53 UTC --- Personally, I'm not sure it's something that is needed to fail more gracefully, or at least, not where the error is coming from if ( !isset( $data['mime'] ) ) {

[Bug 28002] Internal error in ApiFormatRaw::getMimeType

2011-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28002 --- Comment #2 from Reedy s...@reedyboy.net 2011-03-12 12:34:55 UTC --- http://en.wikipedia.org/w/api.php?action=querytitles=Main%20pageexportexportnowrap title -- titles make it play nicely Looks like ApiQuery isn't checking for existence of

[Bug 28002] Internal error in ApiFormatRaw::getMimeType

2011-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28002 --- Comment #3 from Reedy s...@reedyboy.net 2011-03-12 12:54:25 UTC --- Bleh, ApiPageSet // Only one of the titles/pageids/revids is allowed at the same time $dataSource = null; if ( isset( $params['titles'] ) ) {