[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-30 Thread gerritbot
gerritbot added a comment.


  Change 291704 had a related patch set uploaded (by Thiemo Mättig (WMDE)):
  Release 2.0.0
  
  https://gerrit.wikimedia.org/r/291704

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: gerritbot, Jonas, Urbanecm, thiemowmde, TerraCodes, Luke081515, 
adrianheine, WMDE-Fisch, Aklapper, Zppix, Lydia_Pintscher, D3r1ck01, Izno, 
Wikidata-bugs, aude, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-30 Thread thiemowmde
thiemowmde added a comment.


  I have an old laptop with Internet Explorer 9 and can reproduce the problem 
there. The API request done in the background to fulfill the edit request 
returns:
  
'origin' parameter does not match Origin header
  
  There is no origin header in the request IE sends, as far as I can see.
  
  I believe this is not an issue we introduced in Wikibase, but something that 
changed in core.
  
  
http://stackoverflow.com/questions/20784209/internet-explorer-11-does-not-add-the-origin-header-on-a-cors-request

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: thiemowmde
Cc: gerritbot, Jonas, Urbanecm, thiemowmde, TerraCodes, Luke081515, 
adrianheine, WMDE-Fisch, Aklapper, Zppix, Lydia_Pintscher, Lewizho99, 
Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-30 Thread gerritbot
gerritbot added a comment.


  Change 291705 had a related patch set uploaded (by Thiemo Mättig (WMDE)):
  Replace deprecated "edit" tokens with "csrf"
  
  https://gerrit.wikimedia.org/r/291705

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: gerritbot, Jonas, Urbanecm, thiemowmde, TerraCodes, Luke081515, 
adrianheine, WMDE-Fisch, Aklapper, Zppix, Lydia_Pintscher, Lewizho99, 
Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-30 Thread gerritbot
gerritbot added a comment.


  Change 291709 had a related patch set uploaded (by Thiemo Mättig (WMDE)):
  Fix getLocationAgnosticMwApi behavior in Internet Explorer
  
  https://gerrit.wikimedia.org/r/291709

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: gerritbot, Jonas, Urbanecm, thiemowmde, TerraCodes, Luke081515, 
adrianheine, WMDE-Fisch, Aklapper, Zppix, Lydia_Pintscher, Lewizho99, 
Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-30 Thread gerritbot
gerritbot added a comment.


  Change 291705 merged by jenkins-bot:
  Replace deprecated "options" tokens with "csrf"
  
  https://gerrit.wikimedia.org/r/291705

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: gerritbot, Jonas, Urbanecm, thiemowmde, TerraCodes, Luke081515, 
adrianheine, WMDE-Fisch, Aklapper, Zppix, Lydia_Pintscher, Lewizho99, 
Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-30 Thread JanZerebecki
JanZerebecki added a comment.


  The documentation even mentions options as a valid token, it would be nice to 
update the docblock in core.

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: JanZerebecki
Cc: JanZerebecki, gerritbot, Jonas, Urbanecm, thiemowmde, TerraCodes, 
Luke081515, adrianheine, WMDE-Fisch, Aklapper, Zppix, Lydia_Pintscher, 
Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-30 Thread Jonas
Jonas added a comment.


  In https://phabricator.wikimedia.org/T136543#2338366, @thiemowmde wrote:
  
  > I believe this is not an issue we introduced in Wikibase, but something 
that changed in core.
  
  
  Does the same error then also appear on wikipedia.org?

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jonas
Cc: JanZerebecki, gerritbot, Jonas, Urbanecm, thiemowmde, TerraCodes, 
Luke081515, adrianheine, WMDE-Fisch, Aklapper, Zppix, Lydia_Pintscher, 
Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-30 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  I also have at least one complaint from someone who got "forbidden" on 
Wikipedia when they were trying to add a sitelink from the client.

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: JanZerebecki, gerritbot, Jonas, Urbanecm, thiemowmde, TerraCodes, 
Luke081515, adrianheine, WMDE-Fisch, Aklapper, Zppix, Lydia_Pintscher, 
Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-30 Thread gerritbot
gerritbot added a comment.


  Change 291709 merged by jenkins-bot:
  Fix getLocationAgnosticMwApi behavior in Internet Explorer
  
  https://gerrit.wikimedia.org/r/291709

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Krinkle, JanZerebecki, gerritbot, Jonas, Urbanecm, thiemowmde, TerraCodes, 
Luke081515, adrianheine, WMDE-Fisch, Aklapper, Zppix, Lydia_Pintscher, 
Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-30 Thread gerritbot
gerritbot added a comment.


  Change 291769 had a related patch set uploaded (by JanZerebecki):
  Fix getLocationAgnosticMwApi behavior in Internet Explorer
  
  https://gerrit.wikimedia.org/r/291769

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Krinkle, JanZerebecki, gerritbot, Jonas, Urbanecm, thiemowmde, TerraCodes, 
Luke081515, adrianheine, WMDE-Fisch, Aklapper, Zppix, Lydia_Pintscher, 
Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-30 Thread gerritbot
gerritbot added a comment.


  Change 291769 merged by jenkins-bot:
  Fix getLocationAgnosticMwApi behavior in Internet Explorer
  
  https://gerrit.wikimedia.org/r/291769

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Krinkle, JanZerebecki, gerritbot, Jonas, Urbanecm, thiemowmde, TerraCodes, 
Luke081515, adrianheine, WMDE-Fisch, Aklapper, Zppix, Lydia_Pintscher, 
Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-30 Thread gerritbot
gerritbot added a comment.


  Change 291773 had a related patch set uploaded (by JanZerebecki):
  Release 1.1.1
  
  https://gerrit.wikimedia.org/r/291773

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Krinkle, JanZerebecki, gerritbot, Jonas, Urbanecm, thiemowmde, TerraCodes, 
Luke081515, adrianheine, WMDE-Fisch, Aklapper, Zppix, Lydia_Pintscher, 
Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-30 Thread gerritbot
gerritbot added a comment.


  Change 291773 merged by jenkins-bot:
  Release 1.1.1
  
  https://gerrit.wikimedia.org/r/291773

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Krinkle, JanZerebecki, gerritbot, Jonas, Urbanecm, thiemowmde, TerraCodes, 
Luke081515, adrianheine, WMDE-Fisch, Aklapper, Zppix, Lydia_Pintscher, 
Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-30 Thread gerritbot
gerritbot added a comment.


  Change 291774 had a related patch set uploaded (by JanZerebecki):
  Update wikibase/javascript-api to 1.1.1
  
  https://gerrit.wikimedia.org/r/291774

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Krinkle, JanZerebecki, gerritbot, Jonas, Urbanecm, thiemowmde, TerraCodes, 
Luke081515, adrianheine, WMDE-Fisch, Aklapper, Zppix, Lydia_Pintscher, 
Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-30 Thread gerritbot
gerritbot added a comment.


  Change 291774 merged by jenkins-bot:
  Update wikibase/javascript-api to 1.1.1
  
  https://gerrit.wikimedia.org/r/291774

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Krinkle, JanZerebecki, gerritbot, Jonas, Urbanecm, thiemowmde, TerraCodes, 
Luke081515, adrianheine, WMDE-Fisch, Aklapper, Zppix, Lydia_Pintscher, 
Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-30 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL [2016-05-30T18:15:47Z]  Synchronized 
php-1.28.0-wmf.3/extensions/Wikidata/vendor/wikibase/javascript-api/WikibaseJavaScriptApi.php:
 Wikidata WikibaseJavaScriptApi: Fix getLocationAgnosticMwApi behavior in 
Internet Explorer 
https://phabricator.wikimedia.org/rEWDAb6ae82c71af3d9361cfb9e8d4e6e45bcd5ee9b26 
2 of 2 https://phabricator.wikimedia.org/T136543 (duration: 00m 24s)

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Stashbot
Cc: Stashbot, Krinkle, JanZerebecki, gerritbot, Jonas, Urbanecm, thiemowmde, 
TerraCodes, Luke081515, adrianheine, WMDE-Fisch, Aklapper, Zppix, 
Lydia_Pintscher, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, 
Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-30 Thread JanZerebecki
JanZerebecki added a comment.


  Editing labels on repo is now fixed in IE11.
  It seems connecting a page on the client does not work on IE11, instead I get 
the new item special page on the repo.

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: JanZerebecki
Cc: Stashbot, Krinkle, JanZerebecki, gerritbot, Jonas, Urbanecm, thiemowmde, 
TerraCodes, Luke081515, adrianheine, WMDE-Fisch, Aklapper, Zppix, 
Lydia_Pintscher, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, 
Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-30 Thread JanZerebecki
JanZerebecki added a comment.


  Editing on test and beta is broken in worse ways for IE11. Maybe because of 
outdated Gadgets?

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: JanZerebecki
Cc: Stashbot, Krinkle, JanZerebecki, gerritbot, Jonas, Urbanecm, thiemowmde, 
TerraCodes, Luke081515, adrianheine, WMDE-Fisch, Aklapper, Zppix, 
Lydia_Pintscher, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, 
Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-31 Thread gerritbot
gerritbot added a comment.


  Change 291704 merged by jenkins-bot:
  Release 2.0.0
  
  https://gerrit.wikimedia.org/r/291704

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Stashbot, Krinkle, JanZerebecki, gerritbot, Jonas, Urbanecm, thiemowmde, 
TerraCodes, Luke081515, adrianheine, WMDE-Fisch, Aklapper, Zppix, 
Lydia_Pintscher, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, 
Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-31 Thread JanZerebecki
JanZerebecki added a comment.


  *sigh* I can confirm what you said in IE11 (without logging in). That worked 
when I wrote https://phabricator.wikimedia.org/T136543#2339545.
  There is an error when clicking edit: Invalid Argument in the jQuery prop 
method called from createTag() in jquery.ui.tagadata.js . I'm not aware of a 
change since then.

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: JanZerebecki
Cc: Strainu, hoo, aude, Stashbot, Krinkle, JanZerebecki, gerritbot, Jonas, 
Urbanecm, thiemowmde, TerraCodes, Luke081515, adrianheine, WMDE-Fisch, 
Aklapper, Zppix, Lydia_Pintscher, Lewizho99, Maathavan, D3r1ck01, Izno, 
Wikidata-bugs, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-31 Thread JanZerebecki
JanZerebecki added a comment.


  The error is only triggered when one of the labels is empty.

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: JanZerebecki
Cc: Strainu, hoo, aude, Stashbot, Krinkle, JanZerebecki, gerritbot, Jonas, 
Urbanecm, thiemowmde, TerraCodes, Luke081515, adrianheine, WMDE-Fisch, 
Aklapper, Zppix, Lydia_Pintscher, Lewizho99, Maathavan, D3r1ck01, Izno, 
Wikidata-bugs, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-31 Thread JanZerebecki
JanZerebecki added a comment.


  The cause is `.prop( 'dir', this.element.prop( 'dir' ) || 'auto' );` trying 
to set the dir property on the input field to auto which is not valid in IE11.

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: JanZerebecki
Cc: Strainu, hoo, aude, Stashbot, Krinkle, JanZerebecki, gerritbot, Jonas, 
Urbanecm, thiemowmde, TerraCodes, Luke081515, adrianheine, WMDE-Fisch, 
Aklapper, Zppix, Lydia_Pintscher, Lewizho99, Maathavan, D3r1ck01, Izno, 
Wikidata-bugs, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-31 Thread gerritbot
gerritbot added a comment.


  Change 291960 had a related patch set uploaded (by JanZerebecki):
  Work around IE not supporting dir=auto
  
  https://gerrit.wikimedia.org/r/291960

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Strainu, hoo, aude, Stashbot, Krinkle, JanZerebecki, gerritbot, Jonas, 
Urbanecm, thiemowmde, TerraCodes, Luke081515, adrianheine, WMDE-Fisch, 
Aklapper, Zppix, Lydia_Pintscher, Lewizho99, Maathavan, D3r1ck01, Izno, 
Wikidata-bugs, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-31 Thread gerritbot
gerritbot added a comment.


  Change 291960 merged by jenkins-bot:
  Work around IE not supporting dir=auto
  
  https://gerrit.wikimedia.org/r/291960

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Strainu, hoo, aude, Stashbot, Krinkle, JanZerebecki, gerritbot, Jonas, 
Urbanecm, thiemowmde, TerraCodes, Luke081515, adrianheine, WMDE-Fisch, 
Aklapper, Zppix, Lydia_Pintscher, Lewizho99, Maathavan, D3r1ck01, Izno, 
Wikidata-bugs, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-31 Thread gerritbot
gerritbot added a comment.


  Change 291968 had a related patch set uploaded (by JanZerebecki):
  Work around IE not supporting dir=auto
  
  https://gerrit.wikimedia.org/r/291968

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Strainu, hoo, aude, Stashbot, Krinkle, JanZerebecki, gerritbot, Jonas, 
Urbanecm, thiemowmde, TerraCodes, Luke081515, adrianheine, WMDE-Fisch, 
Aklapper, Zppix, Lydia_Pintscher, Lewizho99, Maathavan, D3r1ck01, Izno, 
Wikidata-bugs, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-31 Thread gerritbot
gerritbot added a comment.


  Change 291968 merged by jenkins-bot:
  Work around IE not supporting dir=auto
  
  https://gerrit.wikimedia.org/r/291968

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Strainu, hoo, aude, Stashbot, Krinkle, JanZerebecki, gerritbot, Jonas, 
Urbanecm, thiemowmde, TerraCodes, Luke081515, adrianheine, WMDE-Fisch, 
Aklapper, Zppix, Lydia_Pintscher, Lewizho99, Maathavan, D3r1ck01, Izno, 
Wikidata-bugs, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-31 Thread gerritbot
gerritbot added a comment.


  Change 291973 had a related patch set uploaded (by JanZerebecki):
  Update Wikibase
  
  https://gerrit.wikimedia.org/r/291973

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Strainu, hoo, aude, Stashbot, Krinkle, JanZerebecki, gerritbot, Jonas, 
Urbanecm, thiemowmde, TerraCodes, Luke081515, adrianheine, WMDE-Fisch, 
Aklapper, Zppix, Lydia_Pintscher, Lewizho99, Maathavan, D3r1ck01, Izno, 
Wikidata-bugs, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-31 Thread gerritbot
gerritbot added a comment.


  Change 291973 abandoned by JanZerebecki:
  Update Wikibase
  
  Reason:
  Wrong branch
  
  https://gerrit.wikimedia.org/r/291973

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Strainu, hoo, aude, Stashbot, Krinkle, JanZerebecki, gerritbot, Jonas, 
Urbanecm, thiemowmde, TerraCodes, Luke081515, adrianheine, WMDE-Fisch, 
Aklapper, Zppix, Lydia_Pintscher, Lewizho99, Maathavan, D3r1ck01, Izno, 
Wikidata-bugs, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-31 Thread gerritbot
gerritbot added a comment.


  Change 291974 had a related patch set uploaded (by JanZerebecki):
  Update Wikibase
  
  https://gerrit.wikimedia.org/r/291974

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Strainu, hoo, aude, Stashbot, Krinkle, JanZerebecki, gerritbot, Jonas, 
Urbanecm, thiemowmde, TerraCodes, Luke081515, adrianheine, WMDE-Fisch, 
Aklapper, Zppix, Lydia_Pintscher, Lewizho99, Maathavan, D3r1ck01, Izno, 
Wikidata-bugs, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T136543: [Bug] unable to edit in IE

2016-05-31 Thread gerritbot
gerritbot added a comment.


  Change 291974 merged by jenkins-bot:
  Update Wikibase
  
  https://gerrit.wikimedia.org/r/291974

TASK DETAIL
  https://phabricator.wikimedia.org/T136543

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Strainu, hoo, aude, Stashbot, Krinkle, JanZerebecki, gerritbot, Jonas, 
Urbanecm, thiemowmde, TerraCodes, Luke081515, adrianheine, WMDE-Fisch, 
Aklapper, Zppix, Lydia_Pintscher, Lewizho99, Maathavan, D3r1ck01, Izno, 
Wikidata-bugs, Mbch331



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs