[Bug 64822] VisualEditor: ve.ui.MWMediaSearchWidget fails on private wikis due to forced use of JSON-P (logged-out API)

2014-08-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64822 James Forrester changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED Resolution|---

[Bug 64822] VisualEditor: ve.ui.MWMediaSearchWidget fails on private wikis due to forced use of JSON-P (logged-out API)

2014-07-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64822 --- Comment #11 from Gerrit Notification Bot --- Change 150054 merged by jenkins-bot: MWMediaSearchWidget: Use json/jsonp for local/foreign api respectively https://gerrit.wikimedia.org/r/150054 -- You are receiving this mail because: You ar

[Bug 64822] VisualEditor: ve.ui.MWMediaSearchWidget fails on private wikis due to forced use of JSON-P (logged-out API)

2014-07-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64822 Gerrit Notification Bot changed: What|Removed |Added Status|ASSIGNED|PATCH_TO_REVIEW -- You are

[Bug 64822] VisualEditor: ve.ui.MWMediaSearchWidget fails on private wikis due to forced use of JSON-P (logged-out API)

2014-07-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64822 --- Comment #10 from Gerrit Notification Bot --- Change 150054 had a related patch set uploaded by Mooeypoo: Switch between json/jsonp for local/remote api search https://gerrit.wikimedia.org/r/150054 -- You are receiving this mail because:

[Bug 64822] VisualEditor: ve.ui.MWMediaSearchWidget fails on private wikis due to forced use of JSON-P (logged-out API)

2014-07-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64822 James Forrester changed: What|Removed |Added CC||coiby...@gmail.com --- Comment #9 fr

[Bug 64822] VisualEditor: ve.ui.MWMediaSearchWidget fails on private wikis due to forced use of JSON-P (logged-out API)

2014-07-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64822 --- Comment #8 from Krinkle --- (In reply to Krinkle from comment #7) > (In reply to Barry Coughlan from comment #2) > > The crossDomain logic will switch between the 'script' and 'xhr' transports, > > but both requests will still have be JSONP

[Bug 64822] VisualEditor: ve.ui.MWMediaSearchWidget fails on private wikis due to forced use of JSON-P (logged-out API)

2014-07-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64822 --- Comment #7 from Krinkle --- (In reply to Barry Coughlan from comment #2) > The crossDomain logic will switch between the 'script' and 'xhr' transports, > but both requests will still have be JSONP and have the callback parameter. > > See h

[Bug 64822] VisualEditor: ve.ui.MWMediaSearchWidget fails on private wikis due to forced use of JSON-P (logged-out API)

2014-07-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64822 --- Comment #6 from Krinkle --- (In reply to Krinkle from comment #5) > [callback] is only applied when the "jsonp" transport is activated (builds > on top of the "script" transport). > > And the "json" dataType only activates "json" in case o

[Bug 64822] VisualEditor: ve.ui.MWMediaSearchWidget fails on private wikis due to forced use of JSON-P (logged-out API)

2014-07-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64822 --- Comment #5 from Krinkle --- (In reply to Barry Coughlan from comment #2) > The crossDomain logic will switch between the 'script' and 'xhr' transports, > but both requests will still have be JSONP and have the callback parameter. > > See h

[Bug 64822] VisualEditor: ve.ui.MWMediaSearchWidget fails on private wikis due to forced use of JSON-P (logged-out API)

2014-06-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64822 --- Comment #4 from ryan.glasn...@gmail.com --- I ran into the same problem myself my private wiki (1.23 and the REL1_23 branch of VE) What are the security implications if I make the workaround change mentioned above? I have a foreign API conf

[Bug 64822] VisualEditor: ve.ui.MWMediaSearchWidget fails on private wikis due to forced use of JSON-P (logged-out API)

2014-06-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64822 --- Comment #3 from Barry Coughlan --- I did some more re-thinking about this. I examined the jQuery code and the 'crossDomain' attribute is just for selecting the transport (XMLHttpRequest or

[Bug 64822] VisualEditor: ve.ui.MWMediaSearchWidget fails on private wikis due to forced use of JSON-P (logged-out API)

2014-06-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64822 James Forrester changed: What|Removed |Added Priority|Unprioritized |High Status|UNCONFIRMED

[Bug 64822] VisualEditor: ve.ui.MWMediaSearchWidget fails on private wikis due to forced use of JSON-P (logged-out API)

2014-05-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64822 --- Comment #2 from Barry Coughlan --- The crossDomain logic will switch between the 'script' and 'xhr' transports, but both requests will still have be JSONP and have the callback parameter. See here: http://jsfiddle.net/yvzSL/228/ In your d

[Bug 64822] VisualEditor: ve.ui.MWMediaSearchWidget fails on private wikis due to forced use of JSON-P (logged-out API)

2014-05-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64822 Krinkle changed: What|Removed |Added Summary|ve.ui.MWMediaSearchWidget.j |VisualEditor: |s: JSONP do