[Wikidata-bugs] [Maniphest] T315991: Wrapping and selection of aliases is bad

2022-08-23 Thread Fomafix
Fomafix created this task.
Fomafix added projects: MediaWiki-extensions-WikibaseView, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **Steps to replicate the issue** (include links if applicable):
  
  Load 
https://www.wikidata.org/w/index.php?title=Q328=1641316510=en
  
  **What happens?**:
  The alias line looks like
  
  > ENWP | English-language Wikipedia | Wikipedia in English | Wikipedia (en) | 
enwiki | en.wikipedia.org | en.wp | en.Wikipedia | enwp | en wiki | English 
wikipedia | enwikipedia
  
  Line wraps are only at the spaces inside of the aliases like
  
  > ENWP | English-language Wikipedia | Wikipedia in English | Wikipedia
  > (en) | enwiki | en.wikipedia.org | en.wp | en.Wikipedia | enwp | en wiki | 
English wikipedia | enwikipedia
  
  and never at the separation bars (`|`).
  
  On a select with a double click (word select) neighbor aliases are also 
selected. The selection contains the aliases without any separators.
  
  On a select with a triple click (line select) all aliases get selected. The 
selection contains the aliases without any separators like:
  
  > ENWPEnglish-language WikipediaWikipedia in EnglishWikipedia 
(en)enwikien.wikipedia.orgen.wpen.Wikipediaenwpen wikiEnglish 
wikipediaenwikipedia
  
  **What should have happened instead?**:
  Wrapping should happen on separation bars (`|`).
  
  A double click (word select) should select a word inside of an alias.
  
  A triple click (line select) should select whole single alias.

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

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

To: Fomafix
Cc: Aklapper, Fomafix, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308991: Annoying newline characters on selecting the label and description with a triple click

2022-05-22 Thread Fomafix
Fomafix claimed this task.

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

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

To: Fomafix
Cc: Aklapper, Fomafix, Wikidata-bugs
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308991: Annoying newline characters on selecting the label and description with a triple click

2022-05-22 Thread Fomafix
Fomafix created this task.
Fomafix added a project: MediaWiki-extensions-WikibaseView.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **List of steps to reproduce**
  
  - Load https://www.wikidata.org/w/index.php?title=Q328=1641316510
  - Select the label (`English Wikipedia`) or the description 
(`English-language edition of Wikipedia`) with a triple click and copy it to 
the clipboard.
  
  **What happens?**:
  The clipboard contains
  
\nEnglish Wikipedia\n
  
  or
  
\nEnglish-language edition of Wikipedia\n
  
  with leading and trailing newlines.
  
  **What should have happened instead?**:
  The clipboard should contain
  
English Wikipedia
  
  or
  
English-language edition of Wikipedia
  
  without newlines.
  
  **Software version (if not a Wikimedia wiki), browser information, 
screenshots, other information, etc.**:
  Tested with Firefox on Windows 10.

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

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

To: Fomafix
Cc: Aklapper, Fomafix, Wikidata-bugs
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] [Commented On] T105637: "TypeError: context is undefined" when searchSuggest.js is used on Wikidata

2020-03-15 Thread Fomafix
Fomafix added a comment.


  Obviously `$searchInput.data( 'suggestionsContext' )` is undefined in this 
situation.

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

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

To: Fomafix
Cc: Ayushshri121, AnotherLadsgroup, Ladsgroup, TerraCodes, debt, Jonas, 
JanZerebecki, Ricordisamoa, Legoktm, Fomafix, He7d3r, Aklapper, EgbeRef, 
Vaibhav0199, Chaytanya, Tinzawoo533, darthmon_wmde, Onmir, ET4Eva, DannyS712, 
Nandana, Kieubinhtb, Tks4Fish, Mh-3110, Amorymeltzer, Asad_Ali_Palijo, Lahi, 
Gq86, Darkminds3113, GoranSMilovanovic, Soteriaspace, Jayprakash12345, 
JakeTheDeveloper, QZanden, EBjune, enigmaeth, rohitt, LawExplorer, Avner, 
Gehel, _jensen, rosalieper, D3r1ck01, Scott_WUaS, FloNight, MuhammadShuaib, 
Dixtosa, Tmalhotra, SimmeD, Wikidata-bugs, aude, Dinoguy1000, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T105637: "TypeError: context is undefined" when searchSuggest.js is used on Wikidata

2020-03-15 Thread Fomafix
Fomafix changed the subtype of this task from "Task" to "Bug Report".
Fomafix added a comment.


  I can still reproduce the error message on Wikidata. Steps to reproduce:
  
  - Load a page in WIkidata.
  - Open JavaScript console and activate //Preserve log//.
  - Enter something in the search bar and press Enter.
  
  In the JavaScript console occurs
  
  - `TypeError: context is undefined` (Firefox) or
  - `Uncaught TypeError: Cannot read property 'config' of undefined` (Chrome)
  
  before the next page gets loaded.
  
  The error happens on 
https://www.wikidata.org/w/resources/src/mediawiki.searchSuggest/searchSuggest.js
 line 331.

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

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

To: Fomafix
Cc: Ayushshri121, AnotherLadsgroup, Ladsgroup, TerraCodes, debt, Jonas, 
JanZerebecki, Ricordisamoa, Legoktm, Fomafix, He7d3r, Aklapper, EgbeRef, 
Vaibhav0199, Chaytanya, Tinzawoo533, darthmon_wmde, Onmir, ET4Eva, DannyS712, 
Nandana, Kieubinhtb, Tks4Fish, Mh-3110, Amorymeltzer, Asad_Ali_Palijo, Lahi, 
Gq86, Darkminds3113, GoranSMilovanovic, Soteriaspace, Jayprakash12345, 
JakeTheDeveloper, QZanden, EBjune, enigmaeth, rohitt, LawExplorer, Avner, 
Gehel, _jensen, rosalieper, D3r1ck01, Scott_WUaS, FloNight, MuhammadShuaib, 
Dixtosa, Tmalhotra, SimmeD, Wikidata-bugs, aude, Dinoguy1000, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T219359: lang attribute of page title is empty

2019-03-30 Thread Fomafix
Fomafix closed this task as "Resolved".
Fomafix added a comment.


  @PerfektesChaos I support you comments, but this task is the wrong place. 
This task is just for restoring the previous behavior after making a typo in 
the refactoring. This is solved and therefor this task is solved.
  
  To solve your comments I already created 
https://gerrit.wikimedia.org/r/419405 and dependencies. This change needs to 
rebased, updated, refactored to a different class and tested with all supported 
browser.

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

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

To: Krinkle, Fomafix
Cc: Thibaut120094, matmarex, PerfektesChaos, Volker_E, Fomafix, 
Lucas_Werkmeister_WMDE, Aklapper, Michael, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Jayprakash12345, QZanden, Orienteerix, LawExplorer, 
Flycatchr, EHCliffe, Zppix, _jensen, rosalieper, Jonas, Wong128hk, 
Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, Isarra, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T211650: Use BCP 47 conform language codes for the HTML attribute hreflang

2019-01-11 Thread Fomafix
Fomafix removed a project: Patch-For-Review.Fomafix added a comment.
Verified with https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.wikidata.org%2Fw%2Findex.php%3Ftitle%3DQ5296%26diff%3D807351493%26oldid%3D272854

There are no warnings or errors because of invalid language codes anymore.TASK DETAILhttps://phabricator.wikimedia.org/T211650EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Lydia_Pintscher, gerritbot, Aklapper, Fomafix, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, D3r1ck01, Wikidata-bugs, aude, Mbch331, CucyNoiD, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Baloch007, Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T211650: Use BCP 47 conform language codes for the HTML attribute hreflang

2018-12-19 Thread Fomafix
Fomafix added a comment.
Actual report from HTML Validator before deployment:

WARNING: The bdi element is not supported in all browsers. Please be sure to test, and consider using a polyfill.

From line 50, column 297; to line 50, column 301

atthiasb">Matthi



WARNING: The bdi element is not supported in all browsers. Please be sure to test, and consider using a polyfill.

From line 51, column 297; to line 51, column 301

:Wonnral">Wonnra



IMPORTANT: Element h4 not allowed as child of element span in this context. (Suppressing further errors from this subtree.)

From line 52, column 154738; to line 52, column 154793

date: 28 Oct



Content model for element span:
Phrasing content.

IMPORTANT: Element table not allowed as child of element span in this context. (Suppressing further errors from this subtree.)

From line 52, column 154814; to line 52, column 154855

2013



Contexts in which element table may be used:
Where flow content is expected.
Content model for element span:
Phrasing content.

IMPORTANT: Bad value bat-smg for attribute hreflang on element a: Bad extlang subtag smg.

From line 52, column 188020; to line 52, column 188114

e-inline">Pėrms



IMPORTANT: Bad value cbk-zam for attribute hreflang on element a: Bad extlang subtag zam.

From line 52, column 199845; to line 52, column 199937

e-inline">El Pri



IMPORTANT: Bad value eml for attribute hreflang on element a: The language subtag eml is not a valid ISO language part of a language tag.

From line 52, column 216582; to line 52, column 216651

e-inline">PP



IMPORTANT: Bad value fiu-vro for attribute hreflang on element a: Bad extlang subtag vro.

From line 52, column 227683; to line 52, column 227775

e-inline">Pääleh



IMPORTANT: Bad value map-bms for attribute hreflang on element a: Bad extlang subtag bms.

From line 52, column 276315; to line 52, column 276400

e-inline">Kaca U



IMPORTANT: Bad value roa-rup for attribute hreflang on element a: Bad extlang subtag rup.

From line 52, column 306910; to line 52, column 307008

e-inline">Prota



IMPORTANT: Bad value roa-tara for attribute hreflang on element a: Bad script subtag.

From line 52, column 307328; to line 52, column 307427

e-inline">Pagene



IMPORTANT: Bad value simple for attribute hreflang on element a: The language subtag simple is not a valid IANA language part of a language tag.

From line 52, column 316810; to line 52, column 316892

e-inline">Main P



IMPORTANT: Bad value simple for attribute hreflang on element a: The language subtag simple is not a valid IANA language part of a language tag.

From line 52, column 317214; to line 52, column 317296

e-inline">Main P



IMPORTANT: Bad value zh-classical for attribute hreflang on element a: Subtags must not exceed 8 characters in length.

From line 52, column 354382; to line 52, column 354522

e-inline">維基大典:卷



WARNING: Potentially bad value zh-min-nan for attribute hreflang on element a: The grandfathered language tag zh-min-nan is deprecated. Use nan instead.

From line 52, column 354850; to line 52, column 354950

e-inline">Thâu-i



WARNING: Potentially bad value zh-min-nan for attribute hreflang on element a: The grandfathered language tag zh-min-nan is deprecated. Use nan instead.

From line 52, column 355282; to line 52, column 355383

e-inline">Thâu-i



IMPORTANT: Bad value simple for attribute hreflang on element a: The language subtag simple is not a valid IANA language part of a language tag.

From line 52, column 399444; to line 52, column 399526

e-inline">Main P



WARNING: Potentially bad value zh-min-nan for attribute hreflang on element a: The grandfathered language tag zh-min-nan is deprecated. Use nan instead.

From line 52, column 400685; to line 52, column 400785

e-inline">Thâu-i



WARNING: Potentially bad value zh-min-nan for attribute hreflang on element a: The grandfathered language tag zh-min-nan is deprecated. Use nan instead.

From line 52, column 436700; to line 52, column 436801

e-inline">Thâu-i



IMPORTANT: Bad value roa-rup for attribute hreflang on element a: Bad extlang subtag rup.

From line 52, column 448623; to line 52, column 448722

e-inline">Prota



WARNING: Potentially bad value zh-yue for attribute hreflang on element a: The language tag zh-yue is deprecated. Use yue instead.

From line 52, column 481810; to line 52, column 481901

e-inline">頭版



IMPORTANT: Bad value simple for attribute hreflang on element a: The language subtag simple is not a valid IANA language part of a language tag.

From line 52, column 496653; to line 52, column 496747

e-inline">WiktioTASK DETAILhttps://phabricator.wikimedia.org/T211650EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: gerritbot, Aklapper, Fomafix, CucyNoiD, Nandana, NebulousIris, Gaboe420, V

[Wikidata-bugs] [Maniphest] [Created] T211650: Use BCP 47 conform language codes for the HTML attribute hreflang

2018-12-10 Thread Fomafix
Fomafix created this task.Fomafix added projects: Wikidata, MediaWiki-extensions-WikibaseView, MediaWiki-extensions-WikibaseRepository.Restricted Application added a subscriber: Aklapper.
TASK DESCRIPTIONThe value of the HTML attribute hreflang must be a valid BCP 47 language tag.

The HTML validation fails because of invalid language codes: https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.wikidata.org%2Fw%2Findex.php%3Ftitle%3DQ5296%26diff%3D807351493%26oldid%3D272854TASK DETAILhttps://phabricator.wikimedia.org/T211650EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Aklapper, Fomafix, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, D3r1ck01, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T186788: [Bug] Special:SetSiteLink shows the form twice after an error

2018-10-20 Thread Fomafix
Fomafix removed a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T186788EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, FomafixCc: Addshore, daniel, thiemowmde, gerritbot, Aklapper, Fomafix, Nandana, Kieubinhtb, Asad_Ali_Palijo, Lahi, Gq86, GoranSMilovanovic, Soteriaspace, RazeSoldier, Jayprakash12345, JakeTheDeveloper, QZanden, LawExplorer, TerraCodes, MuhammadShuaib, SimmeD, Wikidata-bugs, aude, Mbch331, CucyNoiD, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Baloch007, Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T207433: uselang=sr-cyrl causes fatal exception of type "MWException"

2018-10-19 Thread Fomafix
Fomafix added a comment.
I generated the URLs containing uselang=sr-cyrl myself. They are not generated by a link.TASK DETAILhttps://phabricator.wikimedia.org/T207433EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Nikerabbit, cscott, Aklapper, Fomafix, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T120847: Use BCP 47 conform language codes for the HTML attribute lang

2018-10-19 Thread Fomafix
Fomafix closed this task as "Resolved".Fomafix added a comment.
https://validator.w3.org/nu/?doc=https://www.wikidata.org/wiki/Q5296 reports no problem anymore.TASK DETAILhttps://phabricator.wikimedia.org/T120847EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: cscott, FomafixCc: Jdforrester-WMF, gerritbot, cscott, Lydia_Pintscher, Aklapper, Fomafix, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T207433: uselang=sr-cyrl causes fatal exception of type "MWException"

2018-10-19 Thread Fomafix
Fomafix renamed this task from "uselang=sr-cyrl and uselang=sr-latn causes fatal exception of type "MWException"" to "uselang=sr-cyrl causes fatal exception of type "MWException"".Fomafix updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...* https://www.wikidata.org/w/index.php?title=Wikidata:Glossary="" />

Affected language codes:
* `sr-cyrl`
* `sr-latn`

=== Notes ===
Probably caused by rMW21ead7a98d1a (https://gerrit.wikimedia.org/r/460038).

Related to {T207447}.TASK DETAILhttps://phabricator.wikimedia.org/T207433EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: cscott, Aklapper, Fomafix, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T207447: uselang=zh-hant-hk causes fatal exception of type "BadMethodCallException"

2018-10-19 Thread Fomafix
Fomafix updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...* https://de.wikipedia.org/w/index.php?title=Wikipedia:Spielwiese="" />

Affected language codes:
* `zh-hans-cn`
* `zh-hans-sg`
* `zh-hans-my`
* `zh-hant-tw`
* `zh-hant-hk`
* `zh-hant-mo`

=== Notes ===
Probably caused by rMW21ead7a98d1a (https://gerrit.wikimedia.org/r/460038).

Related to {T207433}.TASK DETAILhttps://phabricator.wikimedia.org/T207447EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Aklapper, cscott, Fomafix, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T207433: uselang=sr-cyrl and uselang=sr-latn causes fatal exception of type "MWException"

2018-10-19 Thread Fomafix
Fomafix renamed this task from "Fatal exception when using uselang=sr-cyrl or uselang=sr-latn on Wikidata" to "uselang=sr-cyrl and uselang=sr-latn causes fatal exception of type "MWException"".Fomafix added a subscriber: cscott.Fomafix updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONhttps://www.wikidata.org/wiki/Wikidata:Glossary?uselang=sr-cyrl leads to=== Error  ===

Request ID: `W8llMwpAMEsAACb4rOcW`

>Internal error```name=message
[W8llMwpAMEsAACb4rOcW] 2018-10-19 05:01:39: Fatal exception of type "MWException"
```
> [W8llMwpAMEsAACb4rOcW] 2018-10-19 05:01:39: Fatal exception of type "MWException"```name=trace,lines=10

```

=== Impact ===
Affected:ed pages:
* https://www.wikidata.org/wiki/Wikidata:Glossary?uselang=sr-cyrl
* https://www.wikidata.org/wiki/Wikidata:Main_Page?uselang=sr-cyrl...Not affected pages:...* https://www.wikidata.org/w/index.php?title=Wikidata:Glossary="" style="padding: 0 2px; color: #33; background: rgba(151, 234, 151, .6);">

=== Notes ===
Probably caused by rMW21ead7a98d1a (https://gerrit.wikimedia.org/r/460038).TASK DETAILhttps://phabricator.wikimedia.org/T207433EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: cscott, Aklapper, Fomafix, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T207447: uselang=zh-hant-hk causes fatal exception of type "BadMethodCallException"

2018-10-19 Thread Fomafix
Fomafix created this task.Fomafix added projects: Wikimedia-production-error, Wikidata.Restricted Application added a subscriber: Aklapper.
TASK DESCRIPTIONError

Request ID: W8mX4QpAME8AAHLuf4oAAACK

message[W8mX4QpAME8AAHLuf4oAAACK] 2018-10-19 08:37:53: Fatal exception of type "BadMethodCallException"

trace



Impact

Affected pages:


https://www.wikidata.org/wiki/Wikidata:Main_Page?uselang=zh-hant-hk
https://de.wikipedia.org/w/index.php?title=Wikipedia:Spielwiese="">


Notes

Probably caused by rMW21ead7a98d1a (https://gerrit.wikimedia.org/r/460038).TASK DETAILhttps://phabricator.wikimedia.org/T207447EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Aklapper, cscott, Fomafix, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T207433: Fatal exception when using uselang=sr-cyrl or uselang=sr-latn on Wikidata

2018-10-19 Thread Fomafix
Fomafix added a comment.
https://de.wikipedia.org/w/index.php?title=Wikipedia:Spielwiese=""> is also affected. It seams to happen when values from Wikidata are included in the page.TASK DETAILhttps://phabricator.wikimedia.org/T207433EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Aklapper, Fomafix, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T207433: Fatal exception when using uselang=sr-cyrl or uselang=sr-latn on Wikidata

2018-10-19 Thread Fomafix
Fomafix updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...> [W8llMwpAMEsAACb4rOcW] 2018-10-19 05:01:39: Fatal exception of type "MWException"

Affected:
* https://www.wikidata.org/wiki/Wikidata:Main_Page?uselang=sr-cyrl
* https://www.wikidata.org/wiki/Q64?uselang=sr-cyrl
* https://www.wikidata.org/wiki/Talk:Q64?uselang=sr-cyrl
* https://www.wikidata.org/w/index.php?title=Wikidata_talk:Glossary=sr-cyrl
* https://www.wikidata.org/w/index.php?title=Wikidata:Glossary="" />

Not affected:
* https://www.wikidata.org/wiki/Wikidata_talk:Main_Page?uselang=sr-cyrl
* https://www.wikidata.org/w/index.php?title=Q64="" />
* https://www.wikidata.org/wiki/MediaWiki:brackets?uselang=sr-cyrl
* https://www.wikidata.org/w/index.php?title=Wikidata:Glossary="">TASK DETAILhttps://phabricator.wikimedia.org/T207433EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Aklapper, Fomafix, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T207433: Fatal exception when using uselang=sr-cyrl or uselang=sr-latn on Wikidata

2018-10-18 Thread Fomafix
Fomafix created this task.Fomafix added projects: Wikimedia-production-error, Wikidata.Restricted Application added a subscriber: Aklapper.
TASK DESCRIPTIONhttps://www.wikidata.org/wiki/Wikidata:Glossary?uselang=sr-cyrl leads to

Internal error
 [W8llMwpAMEsAACb4rOcW] 2018-10-19 05:01:39: Fatal exception of type "MWException"TASK DETAILhttps://phabricator.wikimedia.org/T207433EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Aklapper, Fomafix, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Reopened] T106367: Generate BCP 47 conform language codes for the HTML attribute `lang`

2018-10-05 Thread Fomafix
Fomafix reopened this task as "Open".Fomafix added a comment.
Reopen, because https://gerrit.wikimedia.org/r/442200 was reverted and recommitted for review in https://gerrit.wikimedia.org/r/460038.TASK DETAILhttps://phabricator.wikimedia.org/T106367EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: cscott, FomafixCc: Jdforrester-WMF, Volker_E, Phispi, Jonas, gerritbot, Aklapper, Fomafix, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Arrbee, KartikMistry, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Reopened] T120847: Use BCP 47 conform language codes for the HTML attribute lang

2018-07-20 Thread Fomafix
Fomafix reopened this task as "Open".Fomafix added a comment.
Reopened. Validation of https://www.wikidata.org/wiki/Q5296 (https://validator.w3.org/nu/?doc=https://www.wikidata.org/wiki/Q5296) still fails because for the lang and the hreflang attributes LanguageCode::bcp47 is not applied.TASK DETAILhttps://phabricator.wikimedia.org/T120847EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: cscott, FomafixCc: Jdforrester-WMF, gerritbot, cscott, Lydia_Pintscher, Aklapper, Fomafix, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T125073: [Story] Replace bad, but currently necessary language codes

2018-06-30 Thread Fomafix
Fomafix updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...* `mo` does not exist, it should be `ro-md` (or `ro-cyrl`): T18889
* `als` is described as Alemannic, but the language code for that is actually `gsw` and `als` is Tosk Albanian: T25215
* `sr-ec` should be `sr-cyrl`; `sr-el` should be `sr-latn'`: T117845...* `roa-tara` uses a very generic primary language subtag, it could for example use `nap-x-tara` insteadTASK DETAILhttps://phabricator.wikimedia.org/T125073EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: cscott, hoo, XXN, Liuxinyu970226, Nikki, Fomafix, adrianheine, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T120847: Use BCP 47 conform language codes for the HTML attribute lang

2018-04-01 Thread Fomafix
Fomafix added a comment.
T106367 is a related task for other lang attributes in MediaWiki core.TASK DETAILhttps://phabricator.wikimedia.org/T120847EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Lydia_Pintscher, Aklapper, Fomafix, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T106367: Generate BCP 47 conform language codes for the HTML attribute `lang`

2018-03-30 Thread Fomafix
Fomafix renamed this task from "Generate BCP 47 conform language codes" to "Generate BCP 47 conform language codes for the HTML attribute `lang`".Fomafix updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONMediaWiki currently generates for the HTML attribute `lang` some language codes which are not conform to [[ https://tools.ietf.org/html/bcp47 | BCP 47 ]]:...* `de-formal` -> `de` or `de-x-formal`...* `nl-informal` -> `nl` or `nl-x-informal`...TASK DETAILhttps://phabricator.wikimedia.org/T106367EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Volker_E, Liuxinyu970226, Phispi, Jonas, gerritbot, Aklapper, Fomafix, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Arrbee, KartikMistry, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T187000: Special:AboutTopic fails with MalformedTitleException on Wikidata labels with "<"

2018-02-11 Thread Fomafix
Fomafix created this task.Fomafix added a project: ArticlePlaceholder.Herald added a subscriber: Aklapper.Herald added a project: Wikidata.
TASK DESCRIPTIONhttps://nn.wikipedia.org/wiki/Spesial:AboutTopic/Q20648570?uselang=en shows

Fatal exception of type "MalformedTitleException"

because https://www.wikidata.org/wiki/Q20648570 contains as label

<|°_°|>TASK DETAILhttps://phabricator.wikimedia.org/T187000EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Aklapper, Fomafix, Lahi, Gq86, GoranSMilovanovic, QZanden, cmadeo, LawExplorer, Wikidata-bugs, aude, jayvdb, Ricordisamoa, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T186788: [Bug] Special:SetSiteLink shows the form twice after an error

2018-02-08 Thread Fomafix
Fomafix created this task.Fomafix added a project: MediaWiki-extensions-WikibaseRepository.Herald added a subscriber: Aklapper.Herald added a project: Wikidata.
TASK DESCRIPTIONSpecial:SetSiteLink contains the form twice when showing an error message after an error:

F13291336: SetSiteLink.pngTASK DETAILhttps://phabricator.wikimedia.org/T186788EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Aklapper, Fomafix, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T120847: Use BCP 47 conform language codes for the HTML attribute lang

2018-02-07 Thread Fomafix
Fomafix updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONThe value of the HTML attribute [[ https://www.w3.org/TR/html5/dom.html#the-lang-and-xml:lang-attributes | `lang` ]] should usemust be a valid [[ https://tools.ietf.org/html/bcp47 | BCP 47]] conform language codestagTASK DETAILhttps://phabricator.wikimedia.org/T120847EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Lydia_Pintscher, Aklapper, Fomafix, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T120847: Use BCP 47 conform language codes for the HTML attribute lang

2018-02-07 Thread Fomafix
Fomafix added a comment.
Reopened. The HTML fails the HTML validation because of invalid lang attributes. This is not an invalid bug.TASK DETAILhttps://phabricator.wikimedia.org/T120847EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Lydia_Pintscher, Aklapper, Fomafix, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T120847: Use BCP 47 conform language codes for the HTML attribute lang

2018-02-07 Thread Fomafix
Fomafix added a parent task: T2209: HTML validity (tracking).
TASK DETAILhttps://phabricator.wikimedia.org/T120847EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Lydia_Pintscher, Aklapper, Fomafix, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Reopened] T120847: Use BCP 47 conform language codes for the HTML attribute lang

2018-02-07 Thread Fomafix
Fomafix reopened this task as "Open".Fomafix updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONThe HTML attribute [[ http://www.w3.org/TR/html5/dom.html#the-lang-and-xml:lang-attributes | `lang` ]] should use [[ https://tools.ietf.org/html/bcp47 | BCP 47]] conform language codes.

The HTML validation fails because of invalid language codes: https://validator.w3.org/nu/?doc=https://www.wikidata.org/wiki/Q5296TASK DETAILhttps://phabricator.wikimedia.org/T120847EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Lydia_Pintscher, Aklapper, Fomafix, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 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] T170668: "Unknown dependency: wikibase.mobile" on Wikidata element pages

2017-07-15 Thread Fomafix
Fomafix added a comment.
I also get this error message in the _javascript_ console on Wikidata.TASK DETAILhttps://phabricator.wikimedia.org/T170668EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Fomafix, Aklapper, Danmichaelo, GoranSMilovanovic, QZanden, 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] T105637: [Bug] "TypeError: context is undefined" when searchSuggest.js is used on Wikidata

2017-07-11 Thread Fomafix
Fomafix added a comment.
I can still reproduce the error message in the _javascript_ console.

TypeError: context is undefined

https://www.wikidata.org/w/resources/src/mediawiki/mediawiki.searchSuggest.js:305:6TASK DETAILhttps://phabricator.wikimedia.org/T105637EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Ladsgroup, TerraCodes, debt, Jonas, JanZerebecki, Ricordisamoa, Legoktm, Fomafix, He7d3r, Aklapper, GoranSMilovanovic, Soteriaspace, JakeTheDeveloper, QZanden, EBjune, enigmaeth, rohitt, Avner, Gehel, Abbe98, FloNight, MuhammadShuaib, 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] [Updated] T106367: Generate BCP 47 conform language codes

2017-07-04 Thread Fomafix
Fomafix added a parent task: T2209: HTML validity (tracking).
TASK DETAILhttps://phabricator.wikimedia.org/T106367EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Phispi, Jonas, gerritbot, Aklapper, Fomafix, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, MuhammadShuaib, Izno, LNDDYL, Psychoslave, Wikidata-bugs, aude, Arrbee, KartikMistry, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Reopened] T106367: Generate BCP 47 conform language codes

2017-07-03 Thread Fomafix
Fomafix reopened this task as "Open".
TASK DETAILhttps://phabricator.wikimedia.org/T106367EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Phispi, Jonas, gerritbot, Aklapper, Fomafix, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, MuhammadShuaib, Izno, LNDDYL, Psychoslave, Wikidata-bugs, aude, Arrbee, KartikMistry, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T106367: Generate BCP 47 conform language codes

2017-07-03 Thread Fomafix
Fomafix added a subscriber: Phispi.Fomafix merged a task: T152050: "de-formal" is no valid HTML language code.
TASK DETAILhttps://phabricator.wikimedia.org/T106367EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Phispi, Jonas, gerritbot, Aklapper, Fomafix, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, MuhammadShuaib, Izno, LNDDYL, Psychoslave, Wikidata-bugs, aude, Arrbee, KartikMistry, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Merged] T106367: Generate BCP 47 conform language codes

2017-07-03 Thread Fomafix
Fomafix closed this task as a duplicate of T152050: "de-formal" is no valid HTML language code.
TASK DETAILhttps://phabricator.wikimedia.org/T106367EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Jonas, gerritbot, Aklapper, Fomafix, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, MuhammadShuaib, Izno, LNDDYL, Psychoslave, Wikidata-bugs, aude, Arrbee, KartikMistry, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T169551: Nu Html Checker generates error because of inside of

2017-07-03 Thread Fomafix
Fomafix created this task.Fomafix added a project: Wikidata.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONFor page https://www.wikidata.org/wiki/Q15397819 the https://validator.w3.org/ shows the following error:

https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.wikidata.org%2Fwiki%2FQ15397819

Error: Element div not allowed as child of element h3 in this context. (Suppressing further errors from this subtree.)

From line 3501, column 29; to line 3501, column 33

nts

Contexts in which element div may be used:
Where flow content is expected. 
As a child of a dl element.

The problematic part is

<h3 id="p-variants-label">VariantsTASK DETAILhttps://phabricator.wikimedia.org/T169551EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Aklapper, Fomafix, GoranSMilovanovic, QZanden, 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] [Updated] T145050: Wikibase API should use the modern JSON syntax in API response on formatversion=2

2017-05-01 Thread Fomafix
Fomafix added projects: MediaWiki-extensions-WikibaseRepository, MediaWiki-API.
TASK DETAILhttps://phabricator.wikimedia.org/T145050EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Aklapper, Fomafix, QZanden, Sethakill, dg711, Izno, Wikidata-bugs, aude, jayvdb, Anomie, Mbch331, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T163083: ArticlePlaceholder tries to load not existing resources

2017-04-16 Thread Fomafix
Fomafix created this task.Fomafix added a project: ArticlePlaceholder.Herald added a subscriber: Aklapper.Herald added a project: Wikidata.
TASK DESCRIPTIONhttps://nn.wikipedia.org/wiki/Spesial:AboutTopic/Q845189?debug=true tries to load the following resources:


https://nn.wikipedia.org/w/extensions/ArticlePlaceholder/modules/ext.articleplaceholder.createArticle/ext.articleplaceholder.createArticle.css?
https://nn.wikipedia.org/w/extensions/ArticlePlaceholder/modules/ext.articleplaceholder.createArticle/ext.articleplaceholder.createArticle.js?


but the response has a HTTP status code 404 and the content is Unknown file path.TASK DETAILhttps://phabricator.wikimedia.org/T163083EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Aklapper, Fomafix, QZanden, Izno, Wikidata-bugs, aude, jayvdb, Ricordisamoa, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Reopened] T62828: Special:SetAliases (or SpecialModifyTerm) should properly validate / normalize label/alias input

2017-04-12 Thread Fomafix
Fomafix reopened this task as "Open".Fomafix added a comment.
I can restore the U+202F and it is not possible to remove or edit this value with the GUI.TASK DETAILhttps://phabricator.wikimedia.org/T62828EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, FomafixCc: Ricordisamoa, Aklapper, Wikidata-bugs, Addshore, adrianheine, Lydia_Pintscher, Fomafix, hoo, QZanden, Salgo60, Izno, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T54564: Allow sitelinks to redirect pages to fix the 'Bonnie and Clyde problem'

2017-04-07 Thread Fomafix
Fomafix added a comment.

In T54564#3163993, @Choomaq wrote:
there are different types of redirects.


In T42755 there was suggested to use the magic word __STATICREDIRECT__ as indicator for allowing sitelinks to redirects.TASK DETAILhttps://phabricator.wikimedia.org/T54564EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Choomaq, IKhitron, 2015.ww, QZanden, thiemowmde, Toto256, Acer, Elitre, Sylvain_WMFr, Lea_Lacroix_WMDE, Schlum, TomT0m, Thryduulf, Rich_Farmbrough, Zppix, ChristianKl, Mike_Peel, Wittylama, Liuxinyu970226, SebastianHelm, MisterSynergy, Oliv0, JanusTroelsen, Blahma, MGChecker, MSGJ, Izno, Nnemo, bzimport, Unknown Object (MLST), DanielFriesen, Gymel, Denny, jeblad, Abraham, Addshore, SamB, Toru10, Wikidata-bugs, JAnD, Nemo_bis, He7d3r, -jem-, ValterVB, Filceolaire, Micru, JanZerebecki, matej_suchanek, Ricordisamoa, MZMcBride, Aklapper, Tgr, kaldari, Laddo, Lydia_Pintscher, Jane023, Ltrlg, JohnLewis, Fomafix, Zellfaze, Salgo60, D3r1ck01, aude, Jackmcbarn, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Reopened] T62828: Special:SetAliases (or SpecialModifyTerm) should properly validate / normalize label/alias input

2017-04-07 Thread Fomafix
Fomafix reopened this task as "Open".Fomafix added a comment.
The GUI still does not allow to edit or remove this alias:
F7359697: T62828.2017-04-08.pngTASK DETAILhttps://phabricator.wikimedia.org/T62828EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, FomafixCc: Ricordisamoa, Aklapper, Wikidata-bugs, Addshore, adrianheine, Lydia_Pintscher, Fomafix, hoo, QZanden, Salgo60, D3r1ck01, Izno, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Block] T96040: Wikibase special pages (tracking)

2017-04-07 Thread Fomafix
Fomafix reopened subtask T62828: Special:SetAliases (or SpecialModifyTerm) should properly validate / normalize label/alias input as "Open".
TASK DETAILhttps://phabricator.wikimedia.org/T96040EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Luke081515, Liuxinyu970226, aude, Aklapper, QZanden, Ptolusque, Sethakill, Salgo60, 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] T43103: initialization of the Language object is very heavy

2017-02-18 Thread Fomafix
Fomafix added a comment.
Exactly. Is https://gerrit.wikimedia.org/r/331208 the right step into this direction? What are the next steps?TASK DETAILhttps://phabricator.wikimedia.org/T43103EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Rical, Liuxinyu970226, Ltrlg, Elitre, Agabi10, adrianheine, gerritbot, Aklapper, Fomafix, Ricordisamoa, Jarekt, Purodha, Logicwiki, tstarling, bzimport, Wikidata-bugs, Amire80, siebrand, jeblad, SPQRobin, jayvdb, Denny, DanielFriesen, wikibugs-l-list, Nikerabbit, daniel, Th3d3v1ls, Ramalepe, Liugev6, Vali.matei, Lewizho99, Maathavan, MuhammadShuaib, Psychoslave, GWicke, Gryllida, Shizhao, Arrbee, KartikMistry, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T43103: initialization of the Language object is very heavy

2017-02-12 Thread Fomafix
Fomafix added a comment.
With https://gerrit.wikimedia.org/r/331208 it is suggested to introduce a new PHP class LanguageCode. This class can also take some of the code from the class Language. Maybe the class LanguageCode can be a lightweight part of the class Language with a better performance. Please have a look at this change and suggest what can done as next steps.TASK DETAILhttps://phabricator.wikimedia.org/T43103EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Liuxinyu970226, Ltrlg, Elitre, Agabi10, adrianheine, gerritbot, Aklapper, Fomafix, Ricordisamoa, Jarekt, Purodha, Logicwiki, tstarling, bzimport, Wikidata-bugs, Amire80, siebrand, jeblad, SPQRobin, jayvdb, Denny, DanielFriesen, wikibugs-l-list, Nikerabbit, daniel, Th3d3v1ls, Ramalepe, Liugev6, Vali.matei, Lewizho99, Maathavan, MuhammadShuaib, Psychoslave, GWicke, Gryllida, Shizhao, Arrbee, KartikMistry, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T44396: duplicate/invalid language codes

2016-11-10 Thread Fomafix
Fomafix added a comment.

In T44396#2777658, @Esc3300 wrote:
Can we close this and just make new tasks for anything that is still outstanding?


You can not close this task as resolved, because it is not solved. But you can merge this task with a similar task for example with T102533: [Bug] Disallow (or resolve) dummy language codes..

For solving this task several subtasks are necessary. The first task should be disallowing adding new entries with deprecated language codes.TASK DETAILhttps://phabricator.wikimedia.org/T44396EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Esc3300, Koavf, Liuxinyu970226, Aklapper, Fomafix, liangent, Nemo_bis, SPQRobin, Merl, Denny, Lydia_Pintscher, MF-Warburg, Unknown Object (MLST), D3r1ck01, MuhammadShuaib, Izno, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T145050: Wikibase API should use the modern JSON syntax in API response on formatversion=2

2016-09-08 Thread Fomafix
Fomafix created this task.Fomafix added a project: Wikibase-_javascript_-Api.Herald added a subscriber: Aklapper.Herald added a project: Wikidata.
TASK DESCRIPTIONCurrent result on https://www.wikidata.org/w/api.php?format=json=1="">

{"entities":{"-1":{"site":"dewiki","title":"This title does not exist \u00e4\u00f6\u00fc","missing":""}},"success":1}

Current result on https://www.wikidata.org/w/api.php?format=json=2="">

{"entities":{"-1":{"site":"dewiki","title":"This title does not exist äöü","missing":""}},"success":1}

formatversion=2 uses the UTF-8 encoding instead of the JSON string escaping for Unicode characters but not the modern JSON syntax like "missing":true instead of "missing":"".

Compare the core API changes from formatversion=1 https://www.wikidata.org/w/api.php?format=json=1="">

{"batchcomplete":"","query":{"pages":{"-1":{"ns":0,"title":"This title does not exist \u00e4\u00f6\u00fc","missing":""}}}}

to formatversion=2 https://www.wikidata.org/w/api.php?format=json=2="">

{"batchcomplete":true,"query":{"pages":[{"ns":0,"title":"This title does not exist äöü","missing":true}]}}TASK DETAILhttps://phabricator.wikimedia.org/T145050EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Aklapper, Fomafix, 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] T117358: Purge item when a referenced item has an label added or changed

2016-08-24 Thread Fomafix
Fomafix added a comment.
A complete purge may not be necessary. At least the described cached value should be invalidated.TASK DETAILhttps://phabricator.wikimedia.org/T117358EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FomafixCc: Sjoerddebruin, Aklapper, Fomafix, 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] [Closed] T116475: Replace setlang

2016-08-16 Thread Fomafix
Fomafix closed this task as "Resolved".Fomafix assigned this task to adrianheine.Fomafix added a comment.
The parameter setlang has been removed in ab2dd237ba90763e7bbea393c1caa77c852ef619.TASK DETAILhttps://phabricator.wikimedia.org/T116475EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: adrianheine, FomafixCc: Fomafix, thiemowmde, hoo, Lydia_Pintscher, Aklapper, 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] T54564: Allow sitelinks to redirect pages to fix the 'Bonnie and Clyde problem'

2016-05-24 Thread Fomafix
Fomafix added a comment.


  This is a special case of the Bonnie and Clyde problem.
  
  This Bonnie and Clyde problem is:
  
  1. Q219937 <https://www.wikidata.org/wiki/Q219937>: Bonnie and Clyde
  2. Q2319886 <https://www.wikidata.org/wiki/Q2319886>: Bonnie Parker
  3. Q3320282 <https://www.wikidata.org/wiki/Q3320282>: Clyde Barrow
  
  https://en.wikipedia.org/wiki/Bonnie_Parker and 
https://en.wikipedia.org/wiki/Clyde_Barrow redirects to 
https://en.wikipedia.org/wiki/Bonnie_and_Clyde
  
  For the potatoes the redirects https://en.wikipedia.org/wiki/Potato_(plant) 
and https://en.wikipedia.org/wiki/Potato_(food) to 
https://en.wikipedia.org/wiki/Potato exists.
  
  It would be useful to allow to create sitelinks to these redirects. This is 
the target of this task.
  
  It would also be useful to show the redirects and their corresponding 
Wikidata item and the other languages of these items:
  
  Article https://en.wikipedia.org/wiki/Bonnie_and_Clyde:
  
  > languages
  > 
  > - Deutsch <https://de.wikipedia.org/wiki/Bonnie_und_Clyde>
  > - Simple English <https://simple.wikipedia.org/wiki/Bonnie_and_Clyde>
  
  
  
  > redirect Bonnie Parker 
<https://en.wikipedia.org/wiki/Bonnie_Parker?redirect=no>
  > 
  > - Deutsch <https://de.wikipedia.org/wiki/Bonnie_Parker>
  > - Nederlands <https://nl.wikipedia.org/wiki/Bonnie_Parker>
  
  
  
  > redirect Clyde Barrow 
<https://en.wikipedia.org/wiki/Clyde_Barrow?redirect=no>
  > 
  > - Deutsch <https://de.wikipedia.org/wiki/Clyde_Barrow>
  > - Nederlands <https://nl.wikipedia.org/wiki/Clyde_Barrow>
  
  But this is a different task and mainly a UI challenge.

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

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

To: Fomafix
Cc: Rich_Farmbrough, Zppix, ChristianKl, Mike_Peel, Wittylama, Liuxinyu970226, 
SebastianHelm, MisterSynergy, Oliv0, JanusTroelsen, Blahma, MGChecker, MSGJ, 
Izno, Nnemo, bzimport, Unknown Object (MLST), DanielFriesen, Gymel, Denny, 
jeblad, Abraham, Addshore, SamB, Toru10, Wikidata-bugs, JAnD, Nemo_bis, He7d3r, 
-jem-, ValterVB, Filceolaire, Micru, JanZerebecki, matej_suchanek, 
Ricordisamoa, MZMcBride, Aklapper, Tgr, kaldari, Laddo, Lydia_Pintscher, 
Jane023, Ltrlg, JohnLewis, Fomafix, Zellfaze, D3r1ck01, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T105321: AuthorityControl gadget always uses globe:earth

2016-04-06 Thread Fomafix
Fomafix added a comment.


  In 
https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FWikidata.git/master/vendor%2Fdata-values%2Fjavascript%2Flib%2FglobeCoordinate%2FglobeCoordinate.GlobeCoordinate.js#L142
  
if( this.getGlobe() !== otherGlobeCoordinate.getGlobe() ) {
return false;
}
  
  should get added, too.

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

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

To: Ricordisamoa, Fomafix
Cc: Smalyshev, thiemowmde, Fomafix, Sjoerddebruin, Mbch331, Snipre, Feldo, 
Ricordisamoa, Nikki, Aklapper, Lewizho99, D3r1ck01, Izno, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T105637: [Bug] "TypeError: context is undefined" when searchSuggest.js is used on Wikidata

2016-02-23 Thread Fomafix
Fomafix removed a project: Wikidata-Gadgets.
Fomafix added a comment.


  Not a bug in a gadget.

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

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

To: Fomafix
Cc: Jonas, JanZerebecki, Ricordisamoa, Legoktm, Fomafix, He7d3r, Aklapper, 
debt, Gehel, Izno, Wikidata-bugs, aude, Deskana, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T43103: initialization of the Language object is very heavy

2016-02-18 Thread Fomafix
Fomafix added a comment.


  I think the Language object is still very heavy. Maybe a new lightweight 
object just for the language code would be an improvement.

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

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

To: Fomafix
Cc: adrianheine, gerritbot, Aklapper, Fomafix, Ricordisamoa, Jarekt, Purodha, 
Logicwiki, tstarling, bzimport, Wikidata-bugs, Amire80, siebrand, jeblad, 
SPQRobin, jayvdb, Denny, DanielFriesen, wikibugs-l-list, Nikerabbit, daniel, 
GWicke, Gryllida, Shizhao, Arrbee, KartikMistry



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T125063: [Task] Remove universally bad language codes from the set of language codes available for monolingual text values

2016-01-28 Thread Fomafix
Fomafix added a subscriber: Fomafix.

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

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

To: Fomafix
Cc: Fomafix, gerritbot, adrianheine, Aklapper, Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T125073: [Story] Replace bad, but currently necessary language codes

2016-01-28 Thread Fomafix
Fomafix added a subscriber: Fomafix.

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

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

To: Fomafix
Cc: Fomafix, adrianheine, Aklapper, Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Created] T124344: [Bug] $2 in description gets substituted

2016-01-21 Thread Fomafix
Fomafix created this task.
Fomafix added a subscriber: Fomafix.
Fomafix added projects: Wikidata, MediaWiki-extensions-WikibaseView.
Herald added subscribers: StudiesWorld, Aklapper.

TASK DESCRIPTION
  The string `$2` in the description gets substituted by `Label` in the HTML:
  
  
https://www.wikidata.org/w/index.php?title=Q20898628=247376091=en
  
  contains:
  ```lang=html
  A Butterflied [...] up to 
about Label0, usually [...] specialty.
  ```
  expected result:
  ```lang=html
  A Butterflied [...] up to 
about $20, usually [...] specialty.
  ```

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

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

To: Fomafix
Cc: Aklapper, StudiesWorld, Fomafix, Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Created] T123226: Duplicate watchers on merge

2016-01-11 Thread Fomafix
Fomafix created this task.
Fomafix added a subscriber: Fomafix.
Fomafix added a project: Wikidata.
Herald added subscribers: StudiesWorld, Aklapper.

TASK DESCRIPTION
  A move of a normal wiki page duplicates all watchers of the source page to 
the target page. It would be nice when merging of a Wikidata item also 
duplicates the watchers of the source item to the target item.

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

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

To: Fomafix
Cc: Aklapper, StudiesWorld, Fomafix, 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] T43103: initialization of the Language object is very heavy

2015-12-16 Thread Fomafix
Fomafix added a comment.

In https://phabricator.wikimedia.org/T43103#1884553, @Nikerabbit wrote:

> What version of MediaWiki? What storage backend? I no longer see high memory 
> consumption.




- MediaWiki from the current git master version with SQLite.
- The 1.5 GB footprint is after deleted cache files:

  rm /tmp/l10n_cache-*


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

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

To: Fomafix
Cc: gerritbot, Aklapper, Fomafix, Ricordisamoa, Jarekt, Purodha, Logicwiki, 
tstarling, bzimport, Wikidata-bugs, Amire80, siebrand, jeblad, SPQRobin, 
jayvdb, Denny, DanielFriesen, wikibugs-l-list, Nikerabbit, daniel, GWicke, 
Gryllida, Shizhao, Arrbee, KartikMistry



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


[Wikidata-bugs] [Maniphest] [Commented On] T43103: initialization of the Language object is very heavy

2015-12-16 Thread Fomafix
Fomafix added a comment.

On my system the command

> time echo 'foreach ( Language::fetchLanguageNames() as $l => $name ) { print 
> Language::factory( $l )->getHtmlCode(); }' | php maintenance/eval.php

consumes with cleared file cache:

  real2m54.465s
  user2m14.753s
  sys 0m38.718s

and with filled cache:

  real0m7.041s
  user0m3.213s
  sys 0m3.759s

The process consumes up to 1.5 GB of memory.


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

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

To: Fomafix
Cc: Aklapper, Fomafix, Ricordisamoa, Jarekt, Purodha, Logicwiki, tstarling, 
bzimport, Wikidata-bugs, Amire80, siebrand, jeblad, SPQRobin, jayvdb, Denny, 
DanielFriesen, wikibugs-l-list, Nikerabbit, daniel, GWicke, Gryllida, Shizhao, 
Arrbee, KartikMistry



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T43103: initialization of the Language object is very heavy

2015-12-16 Thread Fomafix
Fomafix added a subscriber: Fomafix.
Herald added a subscriber: Aklapper.

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

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

To: Fomafix
Cc: Aklapper, Fomafix, Ricordisamoa, Jarekt, Purodha, Logicwiki, tstarling, 
bzimport, Wikidata-bugs, Amire80, siebrand, jeblad, SPQRobin, jayvdb, Denny, 
DanielFriesen, wikibugs-l-list, Nikerabbit, daniel, GWicke, Gryllida, Shizhao, 
Arrbee, KartikMistry



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


[Wikidata-bugs] [Maniphest] [Created] T120847: Use BCP 47 conform language codes for the HTML attribute lang

2015-12-08 Thread Fomafix
Fomafix created this task.
Fomafix added a subscriber: Fomafix.
Fomafix added projects: Wikidata, MediaWiki-extensions-WikibaseView, 
MediaWiki-extensions-WikibaseRepository.
Herald added a subscriber: Aklapper.

TASK DESCRIPTION
  The HTML attribute [[ 
http://www.w3.org/TR/html5/dom.html#the-lang-and-xml:lang-attributes | `lang` 
]] should use [[ https://tools.ietf.org/html/bcp47 | BCP 47]] conform language 
codes.

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

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

To: Fomafix
Cc: Aklapper, Fomafix, 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] T105321: AuthorityControl gadget always uses globe:earth

2015-12-01 Thread Fomafix
Fomafix added a subscriber: Fomafix.
Fomafix added a comment.

The problem is in 
https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FWikidata.git/master/vendor%2Fdata-values%2Fjavascript%2Flib%2FglobeCoordinate%2FglobeCoordinate.GlobeCoordinate.js#L43
 not in the gadget.


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

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

To: Fomafix
Cc: Fomafix, Sjoerddebruin, Mbch331, Snipre, Feldo, Ricordisamoa, Nikki, 
Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Created] T119856: getEntities generates warning Unrecognized parameter: 'dir'

2015-11-29 Thread Fomafix
Fomafix created this task.
Fomafix added a subscriber: Fomafix.
Fomafix added a project: Wikibase-JavaScript-Api.
Herald added a subscriber: Aklapper.
Herald added a project: Wikidata.

TASK DESCRIPTION
  Steps to reproduce:
  
  ```lang=js
  var api = new mw.Api(), repoApi = new wb.api.RepoApi( api );
  repoApi.getEntities( 'Q4115189' );
  ```
  requests the URL 
https://www.wikidata.org/w/api.php?action=wbgetentities=json=Q4115189=ascending
  which answers with
  > {"warnings":{"main":{"*":"Unrecognized parameter: 'dir'"}}, ...
  
  Expected result: The parameter `dir` should only set when recognized.

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

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

To: Fomafix
Cc: Aklapper, Fomafix, Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T53071: Utils::getLanguageCodes() should filter [[mw:Manual:$wgDummyLanguageCodes]] out

2015-11-10 Thread Fomafix
Fomafix added a subscriber: Fomafix.
Herald added a subscriber: Aklapper.

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

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

To: Fomafix
Cc: Aklapper, Fomafix, liangent, Wikidata-bugs, Addshore, Lydia_Pintscher, 
aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Lowered Priority] T105637: [Bug] "TypeError: context is undefined" when searchSuggest.js is used on Wikidata

2015-11-06 Thread Fomafix
Fomafix lowered the priority of this task from "High" to "Normal".
Fomafix added a comment.

Lower priority. It is just an error message, without loss of functionality.


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

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

To: Fomafix
Cc: Jonas, JanZerebecki, Ricordisamoa, Legoktm, Fomafix, He7d3r, Aklapper, 
Wikidata-bugs, aude, Deskana, Sjoerddebruin, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T111201: Post-Deployment discussion for Russian Wikivoyage

2015-11-04 Thread Fomafix
Fomafix added a subscriber: Fomafix.
Fomafix added a comment.

In https://phabricator.wikimedia.org/T111201#1784142, @Atsirlin wrote:

> Bug resolved by adding
>
>   .toctext {display: inline;}
>
> to Mediawiki:Common.css. Thanks to Andyrom75!


The local definition must have a higher specificity 
<http://www.w3.org/TR/CSS2/cascade.html#specificity> because the order of 
loading is a race condition:

  .wpb-banner-toc .toctext { display: inline; }


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

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

To: Jdlrobson, Fomafix
Cc: Fomafix, Sumit, Jdlrobson, Atsirlin, Aklapper, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331



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


[Wikidata-bugs] [Maniphest] [Created] T117358: Purge item on adding a label to a referenced item

2015-11-01 Thread Fomafix
Fomafix created this task.
Fomafix added a subscriber: Fomafix.
Fomafix added a project: Wikidata.
Herald added a subscriber: Aklapper.

TASK DESCRIPTION
  Q1393232 references Q20470230 and showed in German //Necati 
Englisch// because Q20470230 had no German label.
  
  Now Q20470230 has a German label but Q1393232 still shows //Necati 
Englisch//. A purge on Q20470230 changed this to //Necati//.
  
  It would be nice when the item get automatically purged when the label of a 
referenced item is changed.

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

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

To: Fomafix
Cc: Aklapper, Fomafix, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Created] T116472: [Bug] URLs contain unescaped

2015-10-24 Thread Fomafix
Fomafix created this task.
Fomafix added a subscriber: Fomafix.
Fomafix added a project: MediaWiki-extensions-WikibaseView.
Herald added a subscriber: Aklapper.
Herald added a project: Wikidata.

TASK DESCRIPTION
  https://www.wikidata.org/wiki/Q4115189 contains
  ```lang=html
  English
  ```
  expected result:
  ```lang=html
  English
  ```
  See: 
https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.wikidata.org%2Fwiki%2FQ4115189

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

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

To: Fomafix
Cc: Aklapper, Fomafix, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Claimed] T116472: [Bug] URLs contain unescaped

2015-10-24 Thread Fomafix
Fomafix claimed this task.

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

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

To: Fomafix
Cc: gerritbot, Mbch331, Aklapper, Fomafix, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Created] T116475: Replace setlang

2015-10-24 Thread Fomafix
Fomafix created this task.
Fomafix added projects: MediaWiki-extensions-WikibaseView, Wikidata.
Herald added a subscriber: Aklapper.

TASK DESCRIPTION
  Wikibase uses currently the URL parameter `setlang` in:
  * 
https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FWikibase.git/3384bd90c81a44fba739aa4961237402c4213214/view%2Fresources%2Fjquery%2Fwikibase%2Fjquery.wikibase.entitytermsforlanguageview.js#L63
  * 
https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FWikibase.git/3384bd90c81a44fba739aa4961237402c4213214/view%2Fsrc%2FEntityTermsView.php#L223
  
  `setlang` is problematic because
  * setlang is suggested to deprecate by T111990.
  * setlang does not work for anonymous user.
  * signed-in user normally do not want to change their complete user interface 
language. They just want to see the content in an other language
  
  I suggest the following alternative changes:
  * Replace `setlang` by `uselang`. This changes the user interface language 
only for a single click.
  * Replace the link to an URL by a call of the language change API of ULS.
  * Introduce a new content language which defaults to the user interface 
language and can set via user options, URL parameter.

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

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

To: Fomafix
Cc: Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T116475: Replace setlang

2015-10-24 Thread Fomafix
Fomafix added a blocked task: T111990: Deprecate setlang GET parameter.

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

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

To: Fomafix
Cc: Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Edited] T116475: Replace setlang

2015-10-24 Thread Fomafix
Fomafix edited the task description.
Fomafix set Security to None.

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

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

To: Fomafix
Cc: Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Created] T115980: Gadget Merge.js generates warning "Unrecognized value for parameter 'ignoreconflicts': label"

2015-10-20 Thread Fomafix
Fomafix created this task.
Fomafix added a subscriber: Fomafix.
Fomafix added a project: Wikidata-Gadgets.
Herald added a subscriber: Aklapper.
Herald added a project: Wikidata.

TASK DESCRIPTION
  The Wikidata gadget [[ 
https://www.wikidata.org/wiki/MediaWiki:Gadget-Merge.js | Merge.js ]] uses 
currently
  ```lang=js
  ignoreconflicts: 'description|label', // ignore descriptions and labels 
conflicts as old version of merge did
  ```
  which generates the warning
  > "warnings":{"wbmergeitems":{"*":"Unrecognized value for parameter 
'ignoreconflicts': label"}}
  
  Was there a change that dropped support for 'ignoreconflicts': label? Or was 
this never supported? Is this related to T115892?

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

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

To: Fomafix
Cc: Aklapper, Fomafix, Wikidata-bugs, aude, Ricordisamoa, Sjoerddebruin, Mbch331



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


[Wikidata-bugs] [Maniphest] [Reopened] T115980: Gadget Merge.js generates warning "Unrecognized value for parameter 'ignoreconflicts': label"

2015-10-20 Thread Fomafix
Fomafix reopened this task as "Open".
Fomafix added a comment.

I guess this is complete independent to 
https://phabricator.wikimedia.org/T115892. The support for //ignoreconflicts: 
label// was removed in 
https://phabricator.wikimedia.org/rEWBA80f161f91fc221ef4af828aac75a9c8e10868406 
on Dec 11 2014. I suppose the warning appears since December 2014.

To prevent the warning the parameter `|label` in Merge.js 
<https://www.wikidata.org/wiki/MediaWiki:Gadget-Merge.js> line 630 have to 
removed.


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

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

To: Fomafix
Cc: Aklapper, Fomafix, Wikidata-bugs, aude, Ricordisamoa, Sjoerddebruin, Mbch331



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


[Wikidata-bugs] [Maniphest] [Triaged] T115980: Gadget Merge.js generates warning "Unrecognized value for parameter 'ignoreconflicts': label"

2015-10-20 Thread Fomafix
Fomafix triaged this task as "Low" priority.
Fomafix added a comment.

Just a harmless warning.


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

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

To: Fomafix
Cc: matej_suchanek, Aklapper, Fomafix, Wikidata-bugs, aude, Ricordisamoa, 
Sjoerddebruin, Mbch331



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


[Wikidata-bugs] [Maniphest] [Closed] T115980: Gadget Merge.js generates warning "Unrecognized value for parameter 'ignoreconflicts': label"

2015-10-20 Thread Fomafix
Fomafix closed this task as "Resolved".
Fomafix claimed this task.
Fomafix added a comment.

I removed the option `ignoreconflicts: 'label'` (diff 
<https://www.wikidata.org/w/index.php?title=MediaWiki:Gadget-Merge.js=15040602=260401549=260400365>).
 The warning in the API response is now gone.


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

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

To: Fomafix
Cc: Ricordisamoa, matej_suchanek, Aklapper, Fomafix, Wikidata-bugs, aude, 
Sjoerddebruin, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T115892: Merging broken, doesn't move content or creates redirects

2015-10-19 Thread Fomafix
Fomafix added a subscriber: Fomafix.
Fomafix added a comment.

I could reproduce the problem with the gadget by merging Q15866980 
<https://www.wikidata.org/wiki/Q15866980> to Q6702577 
<https://www.wikidata.org/wiki/Q6702577>. The first POST

  actionwbmergeitems
  formatjson
  fromidQ15866980
  ignoreconflicts   description|label
  summary   [[MediaWiki:Gadget-Merge.js|merge.js]] 
  toid  Q6702577
  token +\

generates the response

> {"servedby":"mw1225","warnings":{"wbmergeitems":{"*":"Unrecognized value for 
> parameter 'ignoreconflicts': 
> label"}},"error":{"code":"failed-save","info":"The save has failed (Der Link 
> [https://de.wikipedia.org/wiki/Lukovi%C4%87 dewiki:Lukovi\u0107] wird bereits 
> vom Objekt [[Q15866980|Q15866980]] verwendet. Du kannst ihn von 
> [[Q15866980|Q15866980]] entfernen, falls er nicht dorthin geh\u00f6rt oder 
> die Objekte zusammenf\u00fchren, falls sie das gleiche Thema 
> behandeln.)","messages":[{"name":"wikibase-api-failed-save","parameters":[],"html":{"*":"The
>  save has failed"}}],"*":"See https://www.wikidata.org/w/api.php for API 
> usage"}}



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

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

To: Fomafix
Cc: Fomafix, 555, Agabi10, Liuxinyu970226, gerritbot, aude, Raymond, 
Daniel_Mietchen, Ricordisamoa, Bene, hoo, Addshore, Lydia_Pintscher, Mbch331, 
Nikki, Aklapper, Sjoerddebruin, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Commented On] T102533: [Bug] Disallow (or resolve) dummy language codes.

2015-10-10 Thread Fomafix
Fomafix added a comment.

I think the deployment should start with block adding new labels, descriptions 
and aliases with dummy language codes. Then the bots can fix the current 
entries by replacing the right language code or removing the entry when the 
entry with the right language code already exist.


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

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

To: Fomafix
Cc: Nikki, Fomafix, Mbch331, Ricordisamoa, Danmichaelo, Aklapper, daniel, 
Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T102533: [Bug] Disallow (or resolve) dummy language codes.

2015-10-08 Thread Fomafix
Fomafix added a subscriber: Fomafix.
Fomafix added a comment.

Are there entries with "dummy" languages codes in Wikidata? Or are they already 
removed or replaced?


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

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

To: Fomafix
Cc: Fomafix, Mbch331, Ricordisamoa, Danmichaelo, Aklapper, daniel, 
Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T62828: Special:SetAliases (or SpecialModifyTerm) should properly validate / normalize label/alias input

2015-09-05 Thread Fomafix
Fomafix added a comment.

In https://phabricator.wikimedia.org/T62828#1611276, @Ricordisamoa wrote:

> Set U+202F as alias: https://www.wikidata.org/wiki/?diff=247934139, the GUI 
> still works.


The GUI still does not allow to edit or remove this alias:F2542759: 
T62828.2015-09-05.png <https://phabricator.wikimedia.org/F2542759>


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

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

To: Fomafix
Cc: Ricordisamoa, Aklapper, Wikidata-bugs, Addshore, adrianheine, 
Lydia_Pintscher, Fomafix, hoo, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T44396: duplicate/invalid language codes

2015-08-25 Thread Fomafix
Fomafix added a comment.

In https://phabricator.wikimedia.org/T44396#1467435, @Nemo_bis wrote:

 Isn't that T39459: Don't try to add labels in non-existing languages: 
 restrict to Language::isKnownLanguageTag 
 https://phabricator.wikimedia.org/T39459?


No. https://phabricator.wikimedia.org/T39459 request to restrict the user 
interface to known languages. The database is already restricted to known 
languages. Except for duplicate language codes like als/gsw, 
be-x-old/be-tarask, ...

This task requests to restrict the database even with API requests to disallow 
unwanted language codes that are defined in wgDummyLanguageCodes.


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

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

To: Fomafix
Cc: Koavf, Liuxinyu970226, Aklapper, Fomafix, liangent, Nemo_bis, SPQRobin, 
Merl, Denny, Lydia_Pintscher, MF-Warburg, Unknown Object (MLST), Wikidata-bugs, 
aude, Gryllida, Shizhao, Arrbee, Malyacko



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


[Wikidata-bugs] [Maniphest] [Commented On] T44396: duplicate/invalid language codes

2015-08-25 Thread Fomafix
Fomafix added a comment.

It is not possible to add a label/description/alias with language code xyzzy. 
Neither via GUI nor via API. When you try to do it, you get an error message.

When you open the GUI with `uselang=xyzzy` you get a UI which gives you input 
elements for label/description/alias in language xyzzy. You showed me exactly 
this in https://phabricator.wikimedia.org/T39459#1468881.


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

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

To: Fomafix
Cc: Koavf, Liuxinyu970226, Aklapper, Fomafix, liangent, Nemo_bis, SPQRobin, 
Merl, Denny, Lydia_Pintscher, MF-Warburg, Unknown Object (MLST), Wikidata-bugs, 
aude, Gryllida, Shizhao, Arrbee, Malyacko



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


[Wikidata-bugs] [Maniphest] [Created] T110024: Error: Required option not specified properly when adding reference in one step

2015-08-24 Thread Fomafix
Fomafix created this task.
Fomafix added a subscriber: Fomafix.
Fomafix added a project: Wikidata.
Herald added a subscriber: Aklapper.

TASK DESCRIPTION
  Steps to reproduce:
  * [add] a new statement
  * expand 0 references
  * click on [add reference]
  
  In the JavaScript console occurs the following error message:
   Error: Required option not specified properly

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

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

To: Fomafix
Cc: Aklapper, Fomafix, Wikidata-bugs, aude, Malyacko



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


[Wikidata-bugs] [Maniphest] [Commented On] T55466: using back button in browser loads old version

2015-08-10 Thread Fomafix
Fomafix added a comment.

Now I tested with Chrome and there the label kept changed.


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

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

To: Fomafix
Cc: Tobi_WMDE_SW, Jonas, Bene, JeroenDeDauw, gerritbot, Aklapper, 
Liuxinyu970226, liangent, Wikidata-bugs, thiemowmde, adrianheine, 
Snaterlicious, Lydia_Pintscher, Fomafix, aude, Malyacko



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


[Wikidata-bugs] [Maniphest] [Commented On] T55466: using back button in browser loads old version

2015-08-09 Thread Fomafix
Fomafix added a comment.

I still can reproduce this behavior on www.wikidata.org with Firefox 39:

- Load an item.
- Change the label.
- Load the page history.
- Use browser's back-button

- The item is shown again, but without the changed label.


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

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

To: Fomafix
Cc: Tobi_WMDE_SW, Jonas, Bene, JeroenDeDauw, gerritbot, Aklapper, 
Liuxinyu970226, liangent, Wikidata-bugs, thiemowmde, adrianheine, 
Snaterlicious, Lydia_Pintscher, Fomafix, aude, Malyacko



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


[Wikidata-bugs] [Maniphest] [Commented On] T54564: Allow sitelinks to wikipedia and wikivoyage redirect pages to fix the 'Bonnie and Clyde problem'

2015-07-28 Thread Fomafix
Fomafix added a comment.

Feel free to create an article

 See [[kilowatt hour]]


It has the nearly the same content as

 #REDIRECT [[kilowatt hour]]



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

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

To: Fomafix
Cc: JanusTroelsen, Blahma, MGChecker, MSGJ, Izno, Nnemo, bzimport, Unknown 
Object (MLST), DanielFriesen, Gymel, Denny, jeblad, Abraham, Addshore, SamB, 
Toru10, Wikidata-bugs, JAnD, Nemo_bis, He7d3r, -jem-, ValterVB, Filceolaire, 
Micru, JanZerebecki, matej_suchanek, Ricordisamoa, MZMcBride, Aklapper, Tgr, 
kaldari, Laddo, Lydia_Pintscher, Jane023, Ltrlg, JohnLewis, Fomafix, Zellfaze, 
aude, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Commented On] T54564: Allow sitelinks to wikipedia and wikivoyage redirect pages to fix the 'Bonnie and Clyde problem'

2015-07-27 Thread Fomafix
Fomafix added a comment.

The discussion about items without sitelinks is off topic. The topic is items 
with sitelinks to redirects.

Here is an other example which demonstrates that sitelinks to redirects can 
solve linking problems:
Wikidata has Q182098 https://www.wikidata.org/wiki/Q182098 and Q12874593 
https://www.wikidata.org/wiki/Q12874593, //enwiki// has kilowatt hour 
https://en.wikipedia.org/wiki/Kilowatt_hour and //itwiki// has wattora 
https://it.wikipedia.org/wiki/Wattora. //itwiki// wants to have a interwiki 
link to //enwiki// and vise versa. The two items can not merged, because they 
describe different items. This problem can solved by linking the redirect watt 
hour https://en.wikipedia.org/wiki/Watt_hour from Q12874593 and the redirect 
chilowattora https://it.wikipedia.org/wiki/Chilowattora from Q182098. The 
alternative is to add in wattora https://it.wikipedia.org/wiki/Wattora an 
traditional interwikilink `[[en:Kilowatt_hour]]` and vice versa. But this are 
crosslinks and generate much more problems than sitelinks to redirects.


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

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

To: Fomafix
Cc: JanusTroelsen, Blahma, MGChecker, MSGJ, Izno, Nnemo, bzimport, Unknown 
Object (MLST), DanielFriesen, Gymel, Denny, jeblad, Abraham, Addshore, SamB, 
Toru10, Wikidata-bugs, JAnD, Nemo_bis, He7d3r, -jem-, ValterVB, Filceolaire, 
Micru, JanZerebecki, matej_suchanek, Ricordisamoa, MZMcBride, Aklapper, Tgr, 
kaldari, Laddo, Lydia_Pintscher, Jane023, Ltrlg, JohnLewis, Fomafix, Zellfaze, 
aude, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Commented On] T55466: using back button in browser loads old version

2015-07-24 Thread Fomafix
Fomafix added a comment.

I retested removing of a sitelink. It does not replayed when using the back 
button.


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

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

To: Fomafix
Cc: JeroenDeDauw, gerritbot, Aklapper, Liuxinyu970226, liangent, Wikidata-bugs, 
thiemowmde, adrianheine, Snaterlicious, Lydia_Pintscher, Fomafix, aude, 
Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Commented On] T55466: using back button in browser loads old version

2015-07-24 Thread Fomafix
Fomafix added a comment.

I just tested with removing a sitelink and with adding statement on an other 
item. In both tests I opened the history and click on back in the browser. The 
sitelink change was replayed, the statement change was not replayed. Can 
someone reproduce this behavior? What is the reason for this behavior?


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

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

To: Fomafix
Cc: gerritbot, Aklapper, Liuxinyu970226, liangent, Wikidata-bugs, thiemowmde, 
adrianheine, Snaterlicious, Lydia_Pintscher, Fomafix, aude, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Closed] T39459: Don't try to add labels in non-existing languages: restrict to Language::isKnownLanguageTag

2015-07-21 Thread Fomafix
Fomafix added a subscriber: Fomafix.
Fomafix closed this task as Resolved.
Fomafix claimed this task.
Fomafix added a comment.

The API and the special pages like 
https://www.wikidata.org/wiki/Special:SetLabelDescriptionAliases check for 
existence of the language code. A label, a description or an alias with the 
language code `xyzzy` is not possible anymore. This is not done by 
`Language::isKnownLanguageTag` but by special function `hasLanguage` in 
`WikibaseContentLanguages`.

Unwanted duplicate language codes like `als`/`gsw` or `be-x-old`/`be-tarask` 
are still possible. This is tracked in 
https://phabricator.wikimedia.org/T44396. I close this task.


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

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

To: Fomafix
Cc: Fomafix, Nikola_Smolenski, adrianheine, Wikidata-bugs, GPHemsley, siebrand, 
jeblad, Nemo_bis, SPQRobin, Tobi_WMDE_SW, He7d3r, Denny, matej_suchanek, 
Lydia_Pintscher, Nikerabbit, hoo, aude, Gryllida, Shizhao, Arrbee, Malyacko, 
P.Copp



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


[Wikidata-bugs] [Maniphest] [Commented On] T106456: Editing label and description simultaneously conflicts with existing items which have the new label and old description

2015-07-21 Thread Fomafix
Fomafix added a subscriber: Fomafix.
Fomafix added a comment.

When I wrote https://phabricator.wikimedia.org/T76703 the user interface didn't 
support simultaneous editing. The simultaneous editing is currently just an UI 
gimmick. On saving there are several separate request for every value. When a 
request fails the processing is stopped and an error message is shown. To avoid 
the constraint check problematic all changes must be saved in a single atomic 
transaction.

Is it currently possible to make several edits in one session and avoid 
manually the constraint by using a unproblematic order? In 
https://phabricator.wikimedia.org/T76703 I had to reload the page.


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

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

To: Fomafix
Cc: Fomafix, Nikki, Aklapper, Wikidata-bugs, aude, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Reopened] T39459: Don't try to add labels in non-existing languages: restrict to Language::isKnownLanguageTag

2015-07-21 Thread Fomafix
Fomafix reopened this task as Open.
Fomafix added a comment.
Herald added a subscriber: Aklapper.

Reopen. The task description is still not fixed.


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

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

To: Fomafix
Cc: Aklapper, Fomafix, Nikola_Smolenski, adrianheine, Wikidata-bugs, GPHemsley, 
siebrand, jeblad, Nemo_bis, SPQRobin, Tobi_WMDE_SW, He7d3r, Denny, 
matej_suchanek, Lydia_Pintscher, Nikerabbit, hoo, aude, Gryllida, Shizhao, 
Arrbee, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Up For Grabs] T39459: Don't try to add labels in non-existing languages: restrict to Language::isKnownLanguageTag

2015-07-21 Thread Fomafix
Fomafix placed this task up for grabs.

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

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

To: Fomafix
Cc: Aklapper, Fomafix, Nikola_Smolenski, adrianheine, Wikidata-bugs, GPHemsley, 
siebrand, jeblad, Nemo_bis, SPQRobin, Tobi_WMDE_SW, He7d3r, Denny, 
matej_suchanek, Lydia_Pintscher, Nikerabbit, hoo, aude, Gryllida, Shizhao, 
Arrbee, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Updated] T105430: Ensure that language tags generated in RDF output are standard language names

2015-07-21 Thread Fomafix
Fomafix added a comment.

Please do not quote and comment parts of the sentence without the context.

I created https://phabricator.wikimedia.org/T106367 for some special not BCP 47 
conform language codes. Please add more codes there if you find some more.

I implemented this in `wfBCP47()` (https://gerrit.wikimedia.org/r/226040). So 
this would also solve the problem in the RDF export for this languages when 
`wfBCP47()` is used. Please comment the patch. Maybe there is a better position 
for such a mapping.


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

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

To: Smalyshev, Fomafix
Cc: Fomafix, gerritbot, Smalyshev, Aklapper, daniel, mkroetzsch, jkroll, 
Wikidata-bugs, Jdouglas, aude, Manybubbles, JanZerebecki, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Commented On] T51024: Removal of de-formal from allowed language for labels

2015-07-21 Thread Fomafix
Fomafix added a comment.

This is not just a missing language fallback for the visualization. Labels, 
descriptions and aliases with the language code `de-formal` should eliminated 
completely. It is still possible to add such values via API: 
https://www.wikidata.org/w/index.php?title=Q4115189diff=235904028


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

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

To: Fomafix
Cc: Aklapper, adrianheine, Nemo_bis, Merl, jayvdb, Denny, Lydia_Pintscher, 
JohnLewis, Fomafix, Unknown Object (MLST), Wikidata-bugs, aude, Gryllida, 
Shizhao, Arrbee, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Updated] T105430: Ensure that language tags generated in RDF output are standard language names

2015-07-21 Thread Fomafix
Fomafix added a comment.

In https://phabricator.wikimedia.org/T105430#1466282, @Smalyshev wrote:

  This language code should be used for the sitelinks. In HTML and in the RDF 
  export


 That would lead to the situation where links to Simple English wiki and to 
 English wiki are indistinguishable. Which is not good.


The sitelinks are distinguishable by the URL (https://simple.wikipedia.org/) 
and by the siteid (`simplewiki`). Show me a place where this is not enough.

  If you want to change this to en-x-simple then create a separate task.

 

 

 This is that task.


`en` is also a standard language code. If you which to change //this// code to 
an other value this is a separate task. Describe your use cases for a separate 
language code for the Simple projects in 
https://phabricator.wikimedia.org/T27591. Such a change should be done 
consistently in all places, not only in the RDF export.

  This must be changed everywhere where a HTML attribute lang is generated.

 

 

 That has no relation to RDF export and thus outside of the scope of this task.


When you change the language codes at the right position the RDF export gets 
automatically the correct language codes.

  When https://phabricator.wikimedia.org/T43723 is fixed most of your patch 
  for the RDF export is superfluous.

 

 

 When it would be fixed, we can consider revisiting this code and if the fix 
 allows to remove the special cases then they will be removed. However, since 
 that ticket seems to be open since 2012, I'd rather fix the RDF export now 
 (which otherwise will be confusing for third party users - the main audience 
 of the export) than wait for https://phabricator.wikimedia.org/T43723.


I think it is bad programming style to make several workarounds instead of 
fixing the core problem.


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

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

To: Smalyshev, Fomafix
Cc: Fomafix, gerritbot, Smalyshev, Aklapper, daniel, mkroetzsch, jkroll, 
Wikidata-bugs, Jdouglas, aude, Manybubbles, JanZerebecki, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Reopened] T44396: duplicate/invalid language codes

2015-07-21 Thread Fomafix
Fomafix added a subscriber: Fomafix.
Fomafix reopened this task as Open.
Fomafix added a comment.
Herald added a subscriber: Aklapper.

Reopened. It is not fixed. It is still possible to add unwanted values via API:

- Description with language code `be-x-old`: 
https://www.wikidata.org/w/index.php?title=Q4115189diff=235922241
- Description with language code `be-tarask`: 
https://www.wikidata.org/w/index.php?title=Q4115189diff=235922524

In https://phabricator.wikimedia.org/T44396#444530, @Lydia_Pintscher wrote:

 It seems fixed to me. I just made this edit with uselang=be-x-old: 
 https://www.wikidata.org/w/index.php?title=Q1diff=112330190oldid=112313552


Here you got the correct language code `be-tarask` because MediaWiki core 
converts the URL parameter `uselang=be-x-old` to the user interface language 
`be-tarask`.


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

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

To: Fomafix
Cc: Aklapper, Fomafix, liangent, Nemo_bis, SPQRobin, Merl, Denny, 
Lydia_Pintscher, MF-Warburg, Unknown Object (MLST), Wikidata-bugs, aude, 
Gryllida, Shizhao, Arrbee, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Reopened] T51024: Removal of de-formal from allowed language for labels

2015-07-20 Thread Fomafix
Fomafix reopened this task as Open.
Fomafix added a comment.
Herald added a subscriber: Aklapper.
Herald added a project: Wikidata.

Reopen: https://phabricator.wikimedia.org/T38430 is resolved and de-formal is 
still not usable as user interface language, because it shows an own label, 
description and alias in the language 'de-formal', which is unwanted. Example: 
https://www.wikidata.org/wiki/Q108?uselang=de-formal


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

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

To: Fomafix
Cc: Aklapper, adrianheine, Nemo_bis, Merl, jayvdb, Denny, Lydia_Pintscher, 
JohnLewis, Fomafix, Unknown Object (MLST), Wikidata-bugs, aude, Gryllida, 
Shizhao, Arrbee, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Commented On] T51024: Removal of de-formal from allowed language for labels

2015-07-20 Thread Fomafix
Fomafix added a comment.

In https://phabricator.wikimedia.org/T51024#1465675, @Nemo_bis wrote:

  it shows an own label, description and alias in the language 'de-formal'


 Can you be so kind as to point out exactly where, in your example?


Current result with `uselang=de-formal` 
https://www.wikidata.org/wiki/Q108?uselang=de-formal:
F201615: T51025-de-formal.png https://phabricator.wikimedia.org/F201615
Current result with `uselang=de` 
https://www.wikidata.org/wiki/Q108?uselang=de:
F201617: T51025-de.png https://phabricator.wikimedia.org/F201617
Expected result with `uselang=de-formal`:

- The user interface should be in //Deutsch (Sie-Form)// (`de-formal`) and the 
content show //Deutsch// (`de`).
- A content with a language code `de-formal` is unwanted.

 Phabricator doesn't state what was the status of this bug before reopening... 
 Was it declined?


The state before reopening was declined.


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

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

To: Fomafix
Cc: Aklapper, adrianheine, Nemo_bis, Merl, jayvdb, Denny, Lydia_Pintscher, 
JohnLewis, Fomafix, Unknown Object (MLST), Wikidata-bugs, aude, Gryllida, 
Shizhao, Arrbee, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Edited] T59706: getLanguageCode() differ from wgContentLanguage of the target wiki

2015-07-20 Thread Fomafix
Fomafix edited the task description.
Fomafix set Security to None.
Herald added a project: Wikidata.

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

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

To: Fomafix
Cc: liangent, He7d3r, Fomafix, Unknown Object (MLST), Wikidata-bugs, aude, 
Malyacko, P.Copp



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


  1   2   >