[Wikidata-bugs] [Maniphest] [Commented On] T189101: Deploy schema change for adding numeric primary key to wbqc_constraints table

2018-09-02 Thread Marostegui
Marostegui added a comment.
Thanks! We will try to get this done today or tomorrow!TASK DETAILhttps://phabricator.wikimedia.org/T189101EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MarosteguiCc: jcrespo, Marostegui, Ladsgroup, Aklapper, Jonas, hoo, aude, gerritbot, Lucas_Werkmeister_WMDE, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, merbst, LawExplorer, Salgo60, Lewizho99, Maathavan, Agabi10, Luke081515, Wikidata-bugs, Lydia_Pintscher, Mbch331, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T160274: Interlanguage links not appearing on Flow pages

2018-09-02 Thread Liuxinyu970226
Restricted Application added a project: Growth-Team.
TASK DETAILhttps://phabricator.wikimedia.org/T160274EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Liuxinyu970226Cc: gerritbot, Cosine02, hoo, aude, Catrope, Liuxinyu970226, The_Discoverer, Aklapper, kostajh, MMiller_WMF, Adrian1985, Lahi, Gq86, Hello903hello, BJ6123C7BTD, GoranSMilovanovic, lisong, 45Jayjay1969, RazeSoldier, QZanden, EnricoCNC, LawExplorer, Taiwania_Justo, Trizek-WMF, SBisson, Fuzheado, Cwek, Wikidata-bugs, Gryllida, jeblad, zhuyifei1999, Shizhao, TTO, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unassigned] T195315: Showing the Lemma(s) or Representation(s) when Lexemes or Forms are mentioned in constraint reports

2018-09-02 Thread Tarrow
Tarrow removed Tarrow as the assignee of this task.
TASK DETAILhttps://phabricator.wikimedia.org/T195315EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: TarrowCc: Tarrow, gerritbot, Jakob_WMDE, Lydia_Pintscher, Aklapper, Pablo-WMDE, WMDE-leszek, Lucas_Werkmeister_WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, merbst, LawExplorer, Lewizho99, Maathavan, Agabi10, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T195315: Showing the Lemma(s) or Representation(s) when Lexemes or Forms are mentioned in constraint reports

2018-09-02 Thread gerritbot
gerritbot added a comment.
Change 457102 had a related patch set uploaded (by Tarrow; owner: Tarrow):
[mediawiki/extensions/WikibaseQualityConstraints@master] Use EntityLinkFormatter not EntityIdHtmlLinkFormatters

https://gerrit.wikimedia.org/r/457102TASK DETAILhttps://phabricator.wikimedia.org/T195315EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Tarrow, gerritbotCc: gerritbot, Jakob_WMDE, Lydia_Pintscher, Aklapper, Pablo-WMDE, WMDE-leszek, Lucas_Werkmeister_WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, merbst, LawExplorer, Lewizho99, Maathavan, Agabi10, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T200767: Investigate way forward for item selectors

2018-09-02 Thread abian
abian added a comment.
Before a proper discussion about item selectors in general, I leave some thoughts about inline validation of constraints, which could bring different consequences depending on the use case.



First case: vandalism (bad faith)


I am a vandal, i.e., someone who wants to damage Wikidata, probably just for fun, but maybe for other purposes.
Without data validation:
I load a page and write some nonsenses on it.
I click the option for saving my changes and they are sucessfully saved.
I do something else (e.g., vandalizing other statements/items or just leave the project). There's a chance p for my nonsenses to violate a constraint. p depends on how restrictive the constraints over that statement are.
If there's a violation, this change will be easily detected by other editors and reverted. To achieve that, editors have to regularly spend some time.
If there's no violation, it could take editors longer to detect this bad change.





With data validation when pressing the Save option:
I load a page and write some nonsenses on it.
I try to click the option for saving my changes. If the data validation system detects my vandalism, I try with something else and repeat n times until I achieve my goal or get tired.
If I haven't got tired, my changes are saved and I do something else (e.g., vandalizing other statements/items or just leave the project). My nonsenses don't violate any constraint so it could take editors longer to detect them.




With complete, inline data validation:
I load a page and write on it some of those nonsenses that the UI allows.
I click the option for saving my changes.
My changes are saved and I do something else (e.g., vandalizing other statements/items or just leave the project). My nonsenses don't violate any constraint so it could take editors longer to detect them.



Second case: mistakes (good faith)


I am a good-faith contributor, i.e., someone who wants to help but can make mistakes.
Without data validation:
I load a page and accidentally write some nonsenses on it.
I click the option for saving my changes and they are sucessfully saved.
I do something else (e.g., editing other statements/items or just leave the project). There's a chance p for my nonsenses to violate a constraint. p depends on how restrictive the constraints over that statement are.
If there's a violation, this change will be easily detected by myself or by other editors and reverted. Editors have to regularly spend some time on reviewing these cases.
If there's no violation, it could take us much time to detect the mistake.





With data validation:
I load a page and accidentally write nonsenses on it.
If there's a violation, data validation detects that my data are wrong. I realise and fix them. My changes are saved and I do something else (e.g., editing other statements/items or just leave the project). These changes don't violate any constraint and are probably correct. Other editors won't have to spend their time on this, they have nothing to fix.
If there's no violation, my changes are saved. It could take us much time to detect the mistake.






In general:


Vandalism (at least the one that is focused on "fun") is more likely to violate constraints than mistakes. But, at the same time, it tends to be more obvious when patrolling the recent changes or the watchlist.
The more edits are made by a single vandal, the more likely it's for each of these edits to be detected (and reverted).


Opinion:


Editors are the most valuable resource and shouldn't spend their day checking constraint violation reports or, in general, fixing mistakes that others made because of a lack of knowledge (knowledge which is not properly provided by the UI, or not provided at all). One of the main reasons I have read not to edit Wikidata is that it's hard to know what properties/items to use. So, please, consider inline validation and other measures to avoid as many mistakes as possible.
TASK DETAILhttps://phabricator.wikimedia.org/T200767EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: abianCc: Mbch331, Greta_Doci_WMDE, Jakob_WMDE, WMDE-leszek, Lexicographical data, KaMan, Lea_Lacroix_WMDE, abian, Aklapper, reosarevok, Lydia_Pintscher, Pablo-WMDE, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Darkdadaah___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T203002: Order of Senses

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
I think the only meaningful order we can have here is numerically by Sense ID.TASK DETAILhttps://phabricator.wikimedia.org/T203002EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Ladsgroup, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T203002: Order of Senses

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONThis explains the bug better:**Problem:**
Currently Senses are ordered alphabetically by Sense ID. This is confusing because S19 is sorted before S2 for example.

**Screenshots/mockups:**
{F25466735}

**BDD**
GIVEN 
AND 
WHEN
AND
THEN
AND

**Acceptance criteria:**
* TASK DETAILhttps://phabricator.wikimedia.org/T203002EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Ladsgroup, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T176405: Order of Forms

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION**Problem:**
**User Story:**: 

* As a user, I want to create new forms of an lexemeCurrently Forms are ordered alphabetically by Form ID. This is confusing because F19 is sorted before F2 for example.

**Possible Solutions**: 
* Order by: 
** time of creation
* As a user I want to find the form I am looking for quickly 

**Context of use**: ?

**Current Problems:** Currently we order alphabetically by form ID. This makes no sense to the user because F19 is sorted before F2 for example.* representation alphabetically
** grammatical feature
** numerically by Form ID

**Possible Solution**: 

* Order by:**BDD**
GIVEN 
 * Order by time of creation  
 * Order alphabeticallyAND 
WHEN
 * Order by grammatical feature (but how? Is that like "adverbs" are before "adjectives"? Will there be a table for the order somewhere?)AND
* BehaviourTHEN
 * Create at end of list and keep it there after creation while loaded. On reload order the new item into the list properly. 

**Not to doAND

**Acceptance criteria:**
* Order by id, since it has no inherent  meaning to the user and is hard to remember.TASK DETAILhttps://phabricator.wikimedia.org/T176405EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: WMDE-leszek, Lea_Lacroix_WMDE, Wostr, Liuxinyu970226, Smalyshev, Pablo-WMDE, Lydia_Pintscher, daniel, Aklapper, Jan_Dittrich, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T199611: New page properties for number of Forms and Senses of a Lexeme

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONSimilar to wb-claims for statements and wb-sitelinks for sitelinks.

As an ..As a editor I want to have easy access to the number of Forms and Senses on a Lexeme in various tools in order to for example order by their number or exclude Lexemes below or above a threshold. I want to ..The numbers should be made available via page props to feed those tools. in order to ...

**Problem:**

**Example:**

**Screenshots/mockups:**Similar numbers are already provided by wb-claims for the number of statements and wb-sitelinks for the number of sitelinks.

**BDD**...**Acceptance criteria:**
* 

**Open questions:**
* The number of Forms and Senses is available via page props API and SpecialPage
* The numbers are updated on editTASK DETAILhttps://phabricator.wikimedia.org/T199611EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Bugreporter, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T182102: conflict resolution on Forms

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION**Problem:**
When editing a Form at the same time as another user I do not want to get an edit conflict. The two edits should just be saved independent of each other and not run into a conflict.

**BDD**
GIVEN 
AND 
WHEN
AND
THEN
AND

**Acceptance criteria:**
* Two people editing the same statement on the same Form right after each other do not get an edit conflict notification. The value of the second edit is stored.TASK DETAILhttps://phabricator.wikimedia.org/T182102EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Ladsgroup, thiemowmde, Aklapper, Lydia_Pintscher, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T197650: Edits impossible with traditional edit action on Lexemes

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION**Problem:**
When opening the traditional edit action //?action="" on Lexemes ([[ https://www.wikidata.org/wiki/Lexeme:L42?action="" | example ]])  the page is shown with...* the lexeme-specific _javascript_ does seem to fail (`jQuery.Deferred exception: userLanguages is null getUserLanguages`)

**Example:**
* https://www.wikidata.org/wiki/Lexeme:L42?action="">

**Screenshots:**
{F22370147}
{F22370146}

**BDD**
GIVEN 
AND 
WHEN
AND
THEN
AND

**Acceptance criteria:**
* We do the same special handling as we do for ?action="" on items.TASK DETAILhttps://phabricator.wikimedia.org/T197650EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lea_Lacroix_WMDE, Lydia_Pintscher, Pablo-WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T189942: clean up list of blacklisted entity IDs after roll-out of first lexicographical data support

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
Ah excellent. Thanks for checking!
@Addshore Are they somewhere else still or can we close this then?TASK DETAILhttps://phabricator.wikimedia.org/T189942EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Mbch331, Addshore, Aklapper, Lydia_Pintscher, Mringgaard, tabish.shaikh91, Lahi, Gq86, GoranSMilovanovic, Soteriaspace, Jayprakash12345, JakeTheDeveloper, QZanden, merbst, LawExplorer, D3r1ck01, Wikidata-bugs, aude, Darkdadaah, TheDJ___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T189942: clean up list of blacklisted entity IDs after roll-out of first lexicographical data support

2018-09-02 Thread Mbch331
Mbch331 added a comment.
According to the current master branch the idBlacklist in repo/config/Wikibase.default.php already is empty,TASK DETAILhttps://phabricator.wikimedia.org/T189942EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Mbch331Cc: Mbch331, Addshore, Aklapper, Lydia_Pintscher, Mringgaard, tabish.shaikh91, Lahi, Gq86, GoranSMilovanovic, Soteriaspace, Jayprakash12345, JakeTheDeveloper, QZanden, merbst, LawExplorer, D3r1ck01, Wikidata-bugs, aude, Darkdadaah, TheDJ___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T203335: consistent capitalization of Lexeme/Form/Sense/Item/Property in UI messages

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Need-volunteer.
TASK DETAILhttps://phabricator.wikimedia.org/T203335EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Mringgaard, tabish.shaikh91, Lahi, Gq86, GoranSMilovanovic, Soteriaspace, Jayprakash12345, JakeTheDeveloper, QZanden, merbst, LawExplorer, D3r1ck01, Wikidata-bugs, aude, Darkdadaah, TheDJ, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T201489: Document Lexeme JSON-structure

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Need-volunteer.
TASK DETAILhttps://phabricator.wikimedia.org/T201489EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: jhsoby-WMNO, Lea_Lacroix_WMDE, Lydia_Pintscher, hoo, Mringgaard, tabish.shaikh91, Cpaulf30, Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, Soteriaspace, Jayprakash12345, JakeTheDeveloper, QZanden, merbst, LawExplorer, D3r1ck01, srodlund, Wikidata-bugs, aude, Dinoguy1000, Darkdadaah, TheDJ, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T199409: [Bug] NewLexeme suggester menu appears behind special page tab

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONWhen suggester of language is opened then most suitable entry of suggester is behind special p**Problem:**
When the suggester for the language field is opened on Special:NewLexeme parts of the suggester are behind the SpecialPage tab at the top of the screen. See s

**Screenshot:s/mockups:**
{F23661690}

**Acceptance criteria:**
* Suggester no longer overlaps SpecialPage tabTASK DETAILhttps://phabricator.wikimedia.org/T199409EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Greta_Doci_WMDE, Lydia_Pintscher, Lea_Lacroix_WMDE, Lexicographical data, KaMan, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T192912: Unexpected ratelimit makes Pywikibot crash

2018-09-02 Thread Framawiki
Framawiki updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONDue to the hack done in T184948 Pywikibot crashed with this nice error.


```
pywikibot.data.api.APIError: failed-save: The save has failed. [help:See https://www.wikidata.org/w/api.php for API usage. Subscribe to the mediawiki-api-announce mailing list at  for notice of API deprecations and breaking changes.; messages:[{'name': 'wikibase-api-failed-save', 'parameters': [], 'html': {'*': 'The save has failed.'}}, {'name': 'actionthrottledtext', 'parameters': [], 'html': {'*': 'As an anti-abuse measure, you are limited from performing this action too many times in a short space of time, and you have exceeded this limit.\nPlease try again in a few minutes.'}}]]...CRITICAL: Closing network session.
```

Same hack also broke massmessage, see T192690. The hack was removed so the chance of someone running into this is much lower. ...TASK DETAILhttps://phabricator.wikimedia.org/T192912EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FramawikiCc: Framawiki, Xqt, Aklapper, MisterSynergy, Edgars2007, pywikibot-bugs-list, Legoktm, Ladsgroup, Lydia_Pintscher, Multichill, Lahi, Gq86, GoranSMilovanovic, QZanden, Tbscho, MayS, LawExplorer, Mdupont, JJMC89, Avicennasis, mys_721tx, Wikidata-bugs, aude, jayvdb, Ricordisamoa, Dalba, Masti, Alchimista, Mbch331, Rxy___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T173287: Deleted and non-existent lexemes should be indicated as such

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: Greta_Doci_WMDE.Lydia_Pintscher added a comment.
@Greta_Doci_WMDE can you produce a screenshot for how this looks with links to a deleted item in a statement?TASK DETAILhttps://phabricator.wikimedia.org/T173287EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Greta_Doci_WMDE, Lydia_Pintscher, Aklapper, PokestarFan, Bugreporter, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T173287: Deleted and non-existent lexemes should be indicated as such

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONhttp://wikidata-lexeme.wmflabs.org/index.php/Lexeme:L13 uses several deleted and non-existent lexemes. They should be indicated as such. What about deleted forms and senses**Problem:**
Links to deleted Lexemes in statement are not handled the same way as links to deleted items in statements.

**Example:**

**Screenshots/mockups:**

**BDD**
GIVEN 
AND 
WHEN
AND
THEN
AND

**Acceptance criteria:**
* 

**Open questions:**
* Is there a way we can do this for Forms without shooting ourselves in the foot?TASK DETAILhttps://phabricator.wikimedia.org/T173287EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Aklapper, PokestarFan, Bugreporter, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T203081: RTL languages in glosses should be aligned to right

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONI have entered**Problem:**
RTL language Glosses (like Hebrew gloss into ) are not aligned to the right side like RTL languages should be.

**Example:**
https://wikidata.beta.wmflabs.org/wiki/Lexeme:L60 and it is not aligned to right like RTL languages should be. See image: {F25492516}

**Screenshots/mockups:**
{F25492516}

**BDD**
GIVEN 
AND 
WHEN
AND
THEN
AND

**Acceptance criteria:**
* 

**Open questions:**
TASK DETAILhttps://phabricator.wikimedia.org/T203081EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Ladsgroup, Lucas_Werkmeister_WMDE, Amire80, Lydia_Pintscher, Greta_Doci_WMDE, Lea_Lacroix_WMDE, KaMan, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Huji, Darkdadaah, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T194311: The interface direction of the Lemma is based on direction of the user interface and not the Lemma's language

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION**Problem:**
When we have a lLemma in Persian language which is a RTL language and we see it from German interface we'll get:...{F18104220}

**BDD**
GIVEN 
AND 
WHEN
AND
THEN
AND

**Acceptance criteria:**
* TASK DETAILhttps://phabricator.wikimedia.org/T194311EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, WMDE-leszek, Lydia_Pintscher, Ladsgroup, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, JGirault, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Huji, Amire80, Gryllida, Shizhao, Darkdadaah, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T201808: Unify separator between language and lexical category

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION**Problem:**
We are not consistent in how we separate language and lexical category.

**Examples:**
On tooltip of lLexeme there is comma separator between language and lexical category see image:
{F24890026}

On search results there is no separator between language and lexical category see image:
{F24890041}

And no separator in the entity selector:
{F18504019}

It should be unified and there should be one way of presenting language and lexical category together**BDD**
GIVEN 
AND 
WHEN
AND
THEN
AND

The same happens in the entity selector:**Acceptance criteria:**
{F18504019}* TASK DETAILhttps://phabricator.wikimedia.org/T201808EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: WMDE-leszek, Aklapper, VIGNERON, Bugreporter, Lea_Lacroix_WMDE, Lydia_Pintscher, Lexicographical data, KaMan, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T202979: Separate section for statements for authority control on Lexeme level

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONAs an ... I want to ... in order to ...

**Problem:**
There is increasing number of properties for authority control in lexemes https://www.wikidata.org/w/index.php?title=Special%3AWhatLinksHere&target=Q56216056&namespace=120 they overload lexeme pages,Lexemes. see for eThis makes the statement section of a Lexeme harder to scan.

**Example:**
* https://www.wikidata.org/wiki/Lexeme:L13356 where there is one normal statement and five external-ids for authority control. My proposition is to separate these statements like it is done in Q-items.

**BDD**
GIVEN 
AND 
WHEN
AND
THEN
AND

**Acceptance criteria:**
* TASK DETAILhttps://phabricator.wikimedia.org/T202979EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Lea_Lacroix_WMDE, KaMan, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T194311: The interface direction of the Lemma is based on direction of the user interface and not the Lemma's language

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "The lemma interface direction is based on direction of the user interface and not lemma's language" to "The interface direction of the Lemma is based on direction of the user interface and not the Lemma's language".
TASK DETAILhttps://phabricator.wikimedia.org/T194311EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, WMDE-leszek, Lydia_Pintscher, Ladsgroup, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, JGirault, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Huji, Amire80, Gryllida, Shizhao, Darkdadaah, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T189942: clean up list of blacklisted entity IDs after roll-out of first lexicographical data support

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Need-volunteer.
TASK DETAILhttps://phabricator.wikimedia.org/T189942EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Addshore, Aklapper, Lydia_Pintscher, Mringgaard, tabish.shaikh91, Lahi, Gq86, GoranSMilovanovic, Soteriaspace, Jayprakash12345, JakeTheDeveloper, QZanden, merbst, LawExplorer, D3r1ck01, Wikidata-bugs, aude, Darkdadaah, TheDJ, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T202979: Separate section for statements for authority control on Lexeme level

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "Separate statements for authority control on Lexeme level" to "Separate section for statements for authority control on Lexeme level".
TASK DETAILhttps://phabricator.wikimedia.org/T202979EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Lea_Lacroix_WMDE, KaMan, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T202979: Separate statements for authority control on Lexeme level

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "Separate statements for authority control in lexemes like in Q-items" to "Separate statements for authority control on Lexeme level".
TASK DETAILhttps://phabricator.wikimedia.org/T202979EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Lea_Lacroix_WMDE, KaMan, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T176405: Order of Sorms

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "Order of forms" to "Order of Sorms".
TASK DETAILhttps://phabricator.wikimedia.org/T176405EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: WMDE-leszek, Lea_Lacroix_WMDE, Wostr, Liuxinyu970226, Smalyshev, Pablo-WMDE, Lydia_Pintscher, daniel, Aklapper, Jan_Dittrich, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T176405: Order of Forms

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "Order of Sorms" to "Order of Forms".Lydia_Pintscher raised the priority of this task from "Normal" to "High".
TASK DETAILhttps://phabricator.wikimedia.org/T176405EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: WMDE-leszek, Lea_Lacroix_WMDE, Wostr, Liuxinyu970226, Smalyshev, Pablo-WMDE, Lydia_Pintscher, daniel, Aklapper, Jan_Dittrich, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T203357: Lookup of cached entities by mw.wikibase.getEntity in a client of Wikidata is very slow

2018-09-02 Thread jeblad
jeblad updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...(Without checking this, I somehow remember [Note that I could be wrong!] the code is creating a deep copy. It should probably create a non-mutable object. It is slightly harder to work with this kind of objects, but it would make it possible to return a simple reference instead of a copy. To make it possible to get a copy a second argument could be used.)TASK DETAILhttps://phabricator.wikimedia.org/T203357EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: jebladCc: Aklapper, Danmichaelo, jeblad, 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] T203357: Lookup of cached entities by mw.wikibase.getEntity in Wikipedia as a client of Wikidata is very slow

2018-09-02 Thread jeblad
jeblad renamed this task from "Lookup of cached entities by mw.wikibase.getEntity in a client of Wikidata is very slow" to "Lookup of cached entities by mw.wikibase.getEntity in Wikipedia as a client of Wikidata is very slow".
TASK DETAILhttps://phabricator.wikimedia.org/T203357EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: jebladCc: Aklapper, Danmichaelo, jeblad, 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] [Created] T203357: Lookup of cached entities by mw.wikibase.getEntity in a client of Wikidata is very slow

2018-09-02 Thread jeblad
jeblad created this task.jeblad added a project: MediaWiki-extensions-WikibaseClient.Restricted Application added subscribers: Danmichaelo, Aklapper.Restricted Application added a project: Wikidata.
TASK DESCRIPTIONThe user Dipsacus_fullonum noticed and made a quick fix for mw.wikibase.getEntity() in w:no:Modul:External links.

Not discussing the merits of the module, this function is awfully slow even if it is cached. Some numbers from the thread at Moduldiskusjon:External links#Funktionen mw.wikibase.getEntity er meget langsom. The numbers are from checks run in the console

timing=require 'Module:Timing'
=timing.count(1)
=timing.sets(1)
=timing(mw.wikibase.getEntity, 'Q28614')
=timing(mw.wikibase.getEntity, 'Q28614')

First timing check gives

Each call was running for about 8.3e-02 seconds.
	Mean runtime for each set was 8.3e-02 seconds,
	with standard deviation of 0.0e+00 seconds,
	minimum 0.0e+00, maximum 0.0e+00.
	Total time spent was about 8.3e-02 seconds.
Relative load is estimated to inf.

Second timing check gives

Each call was running for about 1.0e-02 seconds.
	Mean runtime for each set was 1.0e-02 seconds,
	with standard deviation of 0.0e+00 seconds,
	minimum 0.0e+00, maximum 0.0e+00.
	Total time spent was about 1.0e-02 seconds.
Relative load is estimated to inf.

A new run for 100 calls after reload

timing=require 'Module:Timing'
=timing.count(10)
=timing.sets(10)
=timing(mw.wikibase.getEntity, 'Q28614')

Gives

Each call was running for about 1.1e-02 seconds.
	Mean runtime for each set was 1.1e-01 seconds,
	with standard deviation of 2.5e-02 seconds,
	minimum 0.0e+00, maximum 2.0e-05.
	Total time spent was about 1.1e+00 seconds.
Relative load is estimated to 57,461.0.

That is bad as it implies the cached version runs in about 10ms while the uncached runs in about 80ms. Something in the code does it wrong, as this should be close to 1ms or better way below. Ideally this is just an intercept on a call and returning a reference to the previously loaded instance.

(Without checking this, I somehow remember the code is creating a deep copy. It should probably create a non-mutable object. It is slightly harder to work with this kind of objects, but it would make it possible to return a simple reference instead of a copy. To make it possible to get a copy a second argument could be used.)TASK DETAILhttps://phabricator.wikimedia.org/T203357EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: jebladCc: Aklapper, Danmichaelo, jeblad, 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] T203002: Order of Senses

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "Ordering of Senses" to "Order of Senses".
TASK DETAILhttps://phabricator.wikimedia.org/T203002EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Ladsgroup, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T203002: Ordering of Senses

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "Senses are ordered based on their string representations and not numeric ones" to "Ordering of Senses".
TASK DETAILhttps://phabricator.wikimedia.org/T203002EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Ladsgroup, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T203221: API: https://www.wikidata.org/w/api.php?action=help&modules=wbsetlabel lists "lexeme, form, sense" as able to have labels set

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "https://www.wikidata.org/w/api.php?action="" lists "lexeme, form, sense" as able to have labels set" to "API: https://www.wikidata.org/w/api.php?action="" lists "lexeme, form, sense" as able to have labels set".
TASK DETAILhttps://phabricator.wikimedia.org/T203221EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Addshore, Mringgaard, Cpaulf30, Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, Jayprakash12345, QZanden, LawExplorer, srodlund, Wikidata-bugs, aude, Dinoguy1000, Darkdadaah, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T201808: Unify separator between language and lexical category

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher added a project: WMDE-Design.Restricted Application added a project: Design.
TASK DETAILhttps://phabricator.wikimedia.org/T201808EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: WMDE-leszek, Aklapper, VIGNERON, Bugreporter, Lea_Lacroix_WMDE, Lydia_Pintscher, Lexicographical data, KaMan, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T201808: Unify separator between language and lexical category

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...It should be unified and there should be one way of presenting language and lexical category together

The same happens in the entity selector:
{F18504019}TASK DETAILhttps://phabricator.wikimedia.org/T201808EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Bugreporter, Lea_Lacroix_WMDE, Lydia_Pintscher, Lexicographical data, KaMan, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T195443: Separate lang and category with a comma in Lexeme "description"

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as a duplicate of T201808: Unify separator between language and lexical category.
TASK DETAILhttps://phabricator.wikimedia.org/T195443EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, WMDE-leszek, Lydia_Pintscher, VIGNERON, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Merged] T201808: Unify separator between language and lexical category

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: VIGNERON, Aklapper, WMDE-leszek.Lydia_Pintscher merged a task: T195443: Separate lang and category with a comma in Lexeme "description".
TASK DETAILhttps://phabricator.wikimedia.org/T201808EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: WMDE-leszek, Aklapper, VIGNERON, Bugreporter, Lea_Lacroix_WMDE, Lydia_Pintscher, Lexicographical data, KaMan, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T202725: API: When creating a Lexeme with wbeditentity API the result is confusing and mixed

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "When creating a Lexeme with wbeditentity API the result is confusing and mixed" to "API: When creating a Lexeme with wbeditentity API the result is confusing and mixed".
TASK DETAILhttps://phabricator.wikimedia.org/T202725EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Addshore, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T200767: Investigate way forward for item selectors

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher added a project: WMDE-Design.Restricted Application added a project: Design.
TASK DETAILhttps://phabricator.wikimedia.org/T200767EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Mbch331, Greta_Doci_WMDE, Jakob_WMDE, WMDE-leszek, Lexicographical data, KaMan, Lea_Lacroix_WMDE, abian, Aklapper, reosarevok, Lydia_Pintscher, Pablo-WMDE, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Darkdadaah___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T199896: API: Support editing statements on senses via wbeditentity

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "Support editing statements on senses via wbeditentity" to "API: Support editing statements on senses via wbeditentity".
TASK DETAILhttps://phabricator.wikimedia.org/T199896EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: WMDE-leszek, Addshore, Lucas_Werkmeister_WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T202754: Provide Lemma in the title of the history page

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "Provide Lemma in the title of the history" to "Provide Lemma in the title of the history page".
TASK DETAILhttps://phabricator.wikimedia.org/T202754EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Lea_Lacroix_WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T201836: API: summary parameter for wbleditformelements

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "summary parameter for wbleditformelements" to "API: summary parameter for wbleditformelements".
TASK DETAILhttps://phabricator.wikimedia.org/T201836EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lexicographical data, Ivan_A_Krestinin, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Merged] T202618: Glosses of sense are not aligned correctly

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as a duplicate of T203081: RTL languages in glosses should be aligned to right.
TASK DETAILhttps://phabricator.wikimedia.org/T202618EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lucas_Werkmeister_WMDE, Ladsgroup, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T203081: RTL languages in glosses should be aligned to right

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: Lucas_Werkmeister_WMDE, Ladsgroup.Lydia_Pintscher merged a task: T202618: Glosses of sense are not aligned correctly.
TASK DETAILhttps://phabricator.wikimedia.org/T203081EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Ladsgroup, Lucas_Werkmeister_WMDE, Amire80, Lydia_Pintscher, Greta_Doci_WMDE, Lea_Lacroix_WMDE, KaMan, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Huji, Darkdadaah, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T202725: When creating a Lexeme with wbeditentity API the result is confusing and mixed

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Normal" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T202725EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Addshore, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T202754: Provide Lemma in the title of the history

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Low" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T202754EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Lea_Lacroix_WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T199896: Support editing statements on senses via wbeditentity

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Normal" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T199896EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: WMDE-leszek, Addshore, Lucas_Werkmeister_WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Declined] T195297: Soft hyphen in lexeme lemma and form representation

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Declined".
TASK DETAILhttps://phabricator.wikimedia.org/T195297EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, Lydia_Pintscher, Lucas_Werkmeister_WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T201836: summary parameter for wbleditformelements

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Low" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T201836EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lexicographical data, Ivan_A_Krestinin, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T201808: Unify separator between language and lexical category

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Normal" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T201808EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Bugreporter, Lea_Lacroix_WMDE, Lydia_Pintscher, Lexicographical data, KaMan, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T201489: Document Lexeme JSON-structure

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Low" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T201489EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: jhsoby-WMNO, Lea_Lacroix_WMDE, Lydia_Pintscher, hoo, Mringgaard, Cpaulf30, Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, Jayprakash12345, QZanden, LawExplorer, srodlund, Wikidata-bugs, aude, Dinoguy1000, Darkdadaah, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T201310: Prefill the representation when adding the first Form

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "High" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T201310EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Daimona, gerritbot, Micru, KaMan, Lydia_Pintscher, Lea_Lacroix_WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T201078: Using item Form (Q54285143) as an allowed entity types constraint throws "Bad parameters" error

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".Lydia_Pintscher claimed this task.
TASK DETAILhttps://phabricator.wikimedia.org/T201078EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: gerritbot, KaMan, Micru, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Agabi10, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Declined] T197145: Create special pages for lexemes

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Declined".Lydia_Pintscher added a comment.Restricted Application removed a subscriber: Liuxinyu970226.
I'm marking this as declined as I believe these pages would only be useful for a short time. As soon as we have more data they become useless just like it has happened for items.TASK DETAILhttps://phabricator.wikimedia.org/T197145EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Mahir256, Esc3300, Lydia_Pintscher, ArthurPSmith, Lea_Lacroix_WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331, Liuxinyu970226___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Merged] T200767: Investigate way forward for item selectors

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher merged a task: T195308: Special:NewLexeme ItemLookup without debounce.
TASK DETAILhttps://phabricator.wikimedia.org/T200767EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Mbch331, Greta_Doci_WMDE, Jakob_WMDE, WMDE-leszek, Lexicographical data, KaMan, Lea_Lacroix_WMDE, abian, Aklapper, reosarevok, Lydia_Pintscher, Pablo-WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T195308: Special:NewLexeme ItemLookup without debounce

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as a duplicate of T200767: Investigate way forward for item selectors.
TASK DETAILhttps://phabricator.wikimedia.org/T195308EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Pablo-WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T197650: Edits impossible with traditional edit action on Lexemes

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Lowest" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T197650EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lea_Lacroix_WMDE, Lydia_Pintscher, Pablo-WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T195567: Add links to spelling variant values

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as a duplicate of T201592: mis-x-Q1234: labels for mis spelling variants.
TASK DETAILhttps://phabricator.wikimedia.org/T195567EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, Micru, Lydia_Pintscher, Lea_Lacroix_WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Merged] T201592: mis-x-Q1234: labels for mis spelling variants

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: Aklapper, Micru.Lydia_Pintscher merged a task: T195567: Add links to spelling variant values.
TASK DETAILhttps://phabricator.wikimedia.org/T201592EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Micru, Aklapper, Bugreporter, Lydia_Pintscher, Lea_Lacroix_WMDE, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T197929: [UI glitch] Huge base font size distorts lemma widget in header

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Low" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T197929EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Pablo-WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T195895: Lua function to get Lemma of a Lexeme

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Normal" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T195895EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, Tpt, hoo, Lydia_Pintscher, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T200885: Compact Forms

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Normal" priority.Lydia_Pintscher added a project: Epic.
TASK DETAILhttps://phabricator.wikimedia.org/T200885EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Bugreporter, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T200886: Compact Senses

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Normal" priority.Lydia_Pintscher added a project: Epic.
TASK DETAILhttps://phabricator.wikimedia.org/T200886EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Bugreporter, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T202282: Autogenerating Forms

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Normal" priority.Lydia_Pintscher added a project: Epic.
TASK DETAILhttps://phabricator.wikimedia.org/T202282EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: PeterBowman, KaMan, WMDE-leszek, Lydia_Pintscher, Lea_Lacroix_WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T198307: When error happens during creation of new lexeme then not translated labels of items are displayed

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as a duplicate of T200767: Investigate way forward for item selectors.
TASK DETAILhttps://phabricator.wikimedia.org/T198307EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Mbch331, Greta_Doci_WMDE, Lea_Lacroix_WMDE, Lexicographical data, KaMan, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, TerraCodes, Luke081515, Wikidata-bugs, aude, Darkdadaah___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T200767: Investigate way forward for item selectors

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "High" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T200767EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Mbch331, Greta_Doci_WMDE, Jakob_WMDE, WMDE-leszek, Lexicographical data, KaMan, Lea_Lacroix_WMDE, abian, Aklapper, reosarevok, Lydia_Pintscher, Pablo-WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Merged] T200767: Investigate way forward for item selectors

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: Mbch331.Lydia_Pintscher merged a task: T198307: When error happens during creation of new lexeme then not translated labels of items are displayed.
TASK DETAILhttps://phabricator.wikimedia.org/T200767EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Mbch331, Greta_Doci_WMDE, Jakob_WMDE, WMDE-leszek, Lexicographical data, KaMan, Lea_Lacroix_WMDE, abian, Aklapper, reosarevok, Lydia_Pintscher, Pablo-WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T196809: Enable Lexeme namespace on Special:Search as a content namespace

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Low" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T196809EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: abian, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T197267: Create constant for Lexeme namespace

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Low" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T197267EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: WMDE-leszek, Smalyshev, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Merged] T200767: Investigate way forward for item selectors

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: Greta_Doci_WMDE.Lydia_Pintscher merged a task: T197573: [Bug] Cannot select item from "Grammatical features" suggester on tablet.
TASK DETAILhttps://phabricator.wikimedia.org/T200767EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Greta_Doci_WMDE, Jakob_WMDE, WMDE-leszek, Lexicographical data, KaMan, Lea_Lacroix_WMDE, abian, Aklapper, reosarevok, Lydia_Pintscher, Pablo-WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T195599: Have all the things in Grafana

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Normal" priority.Lydia_Pintscher claimed this task.
TASK DETAILhttps://phabricator.wikimedia.org/T195599EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, Lea_Lacroix_WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T197573: [Bug] Cannot select item from "Grammatical features" suggester on tablet

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as a duplicate of T200767: Investigate way forward for item selectors.
TASK DETAILhttps://phabricator.wikimedia.org/T197573EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Greta_Doci_WMDE, KaMan, Lydia_Pintscher, Lea_Lacroix_WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T195368: Add Lexeme to Wikibase's ontology.owl

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Normal" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T195368EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, WMDE-leszek, Smalyshev, Jonas, Denny, daniel, Tpt, Lydia_Pintscher, abian, Mringgaard, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, Gehel, FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Lowered Priority] T173287: Deleted and non-existent lexemes should be indicated as such

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher lowered the priority of this task from "High" to "Low".
TASK DETAILhttps://phabricator.wikimedia.org/T173287EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Aklapper, PokestarFan, Bugreporter, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Lowered Priority] T194374: Special:EntitiesWithout* allows selecting Lexeme, however it just throws an exception

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher lowered the priority of this task from "High" to "Low".
TASK DETAILhttps://phabricator.wikimedia.org/T194374EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, Lydia_Pintscher, daniel, Addshore, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Salgo60, Jonas, Luke081515, Wikidata-bugs, aude, Darkdadaah, Mbch331, Jay8g, Krenair, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Lowered Priority] T172192: Decide on forms/senses creation via API

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher lowered the priority of this task from "High" to "Normal".
TASK DETAILhttps://phabricator.wikimedia.org/T172192EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lucas_Werkmeister_WMDE, Addshore, gerritbot, Jakob_WMDE, Lydia_Pintscher, thiemowmde, Jonas, WMDE-leszek, Aklapper, daniel, Aleksey_WMDE, PokestarFan, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Lowered Priority] T199409: [Bug] NewLexeme suggester menu appears behind special page tab

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher lowered the priority of this task from "High" to "Low".
TASK DETAILhttps://phabricator.wikimedia.org/T199409EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Greta_Doci_WMDE, Lydia_Pintscher, Lea_Lacroix_WMDE, Lexicographical data, KaMan, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Lowered Priority] T195443: Separate lang and category with a comma in Lexeme "description"

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher lowered the priority of this task from "High" to "Normal".
TASK DETAILhttps://phabricator.wikimedia.org/T195443EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, WMDE-leszek, Lydia_Pintscher, VIGNERON, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Lowered Priority] T194311: The lemma interface direction is based on direction of the user interface and not lemma's language

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher lowered the priority of this task from "High" to "Normal".
TASK DETAILhttps://phabricator.wikimedia.org/T194311EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, WMDE-leszek, Lydia_Pintscher, Ladsgroup, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, JGirault, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Huji, Amire80, Gryllida, Shizhao, Darkdadaah, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Lowered Priority] T182102: conflict resolution on Forms

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher lowered the priority of this task from "High" to "Normal".
TASK DETAILhttps://phabricator.wikimedia.org/T182102EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Ladsgroup, thiemowmde, Aklapper, Lydia_Pintscher, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Lowered Priority] T189942: clean up list of blacklisted entity IDs after roll-out of first lexicographical data support

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher lowered the priority of this task from "High" to "Low".
TASK DETAILhttps://phabricator.wikimedia.org/T189942EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Addshore, Aklapper, Lydia_Pintscher, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Lowered Priority] T176405: Order of forms

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher lowered the priority of this task from "High" to "Normal".
TASK DETAILhttps://phabricator.wikimedia.org/T176405EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: WMDE-leszek, Lea_Lacroix_WMDE, Wostr, Liuxinyu970226, Smalyshev, Pablo-WMDE, Lydia_Pintscher, daniel, Aklapper, Jan_Dittrich, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T189942: clean up list of blacklisted entity IDs after roll-out of first lexicographical data support

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher moved this task from features/bugs for later releases to features/bugs for next release (editor experience improvements 2) on the Lexicographical data board.Lydia_Pintscher triaged this task as "High" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T189942WORKBOARDhttps://phabricator.wikimedia.org/project/board/2292/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Addshore, Aklapper, Lydia_Pintscher, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Raised Priority] T194311: The lemma interface direction is based on direction of the user interface and not lemma's language

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher moved this task from features/bugs for later releases to features/bugs for next release (editor experience improvements 2) on the Lexicographical data board.Lydia_Pintscher raised the priority of this task from "Normal" to "High".
TASK DETAILhttps://phabricator.wikimedia.org/T194311WORKBOARDhttps://phabricator.wikimedia.org/project/board/2292/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, WMDE-leszek, Lydia_Pintscher, Ladsgroup, Mringgaard, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Huji, Amire80, Gryllida, Shizhao, Darkdadaah, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T176405: Order of forms

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher added a project: WMDE-Design.Restricted Application added a project: Design.
TASK DETAILhttps://phabricator.wikimedia.org/T176405EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: WMDE-leszek, Lea_Lacroix_WMDE, Wostr, Liuxinyu970226, Smalyshev, Pablo-WMDE, Lydia_Pintscher, daniel, Aklapper, Jan_Dittrich, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Raised Priority] T176405: Order of forms

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher moved this task from features/bugs for later releases to features/bugs for next release (editor experience improvements 2) on the Lexicographical data board.Lydia_Pintscher raised the priority of this task from "Normal" to "High".
TASK DETAILhttps://phabricator.wikimedia.org/T176405WORKBOARDhttps://phabricator.wikimedia.org/project/board/2292/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: WMDE-leszek, Lea_Lacroix_WMDE, Wostr, Liuxinyu970226, Smalyshev, Pablo-WMDE, Lydia_Pintscher, daniel, Aklapper, Jan_Dittrich, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Raised Priority] T195443: Separate lang and category with a comma in Lexeme "description"

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher moved this task from features/bugs for later releases to features/bugs for next release (editor experience improvements 2) on the Lexicographical data board.Lydia_Pintscher raised the priority of this task from "Normal" to "High".
TASK DETAILhttps://phabricator.wikimedia.org/T195443WORKBOARDhttps://phabricator.wikimedia.org/project/board/2292/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, WMDE-leszek, Lydia_Pintscher, VIGNERON, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Raised Priority] T182102: conflict resolution on Forms

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher moved this task from features/bugs for later releases to features/bugs for next release (editor experience improvements 2) on the Lexicographical data board.Lydia_Pintscher raised the priority of this task from "Normal" to "High".
TASK DETAILhttps://phabricator.wikimedia.org/T182102WORKBOARDhttps://phabricator.wikimedia.org/project/board/2292/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Ladsgroup, thiemowmde, Aklapper, Lydia_Pintscher, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T194311: The lemma interface direction is based on direction of the user interface and not lemma's language

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher added a project: WMDE-Design.Restricted Application added a project: Design.
TASK DETAILhttps://phabricator.wikimedia.org/T194311EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, WMDE-leszek, Lydia_Pintscher, Ladsgroup, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, JGirault, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Huji, Amire80, Gryllida, Shizhao, Darkdadaah, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Raised Priority] T172192: Decide on forms/senses creation via API

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher moved this task from features/bugs for later releases to features/bugs for next release (editor experience improvements 2) on the Lexicographical data board.Lydia_Pintscher raised the priority of this task from "Normal" to "High".
TASK DETAILhttps://phabricator.wikimedia.org/T172192WORKBOARDhttps://phabricator.wikimedia.org/project/board/2292/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lucas_Werkmeister_WMDE, Addshore, gerritbot, Jakob_WMDE, Lydia_Pintscher, thiemowmde, Jonas, WMDE-leszek, Aklapper, daniel, Aleksey_WMDE, PokestarFan, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Raised Priority] T199409: [Bug] NewLexeme suggester menu appears behind special page tab

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher moved this task from features/bugs for later releases to features/bugs for next release (editor experience improvements 2) on the Lexicographical data board.Lydia_Pintscher raised the priority of this task from "Normal" to "High".
TASK DETAILhttps://phabricator.wikimedia.org/T199409WORKBOARDhttps://phabricator.wikimedia.org/project/board/2292/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Greta_Doci_WMDE, Lydia_Pintscher, Lea_Lacroix_WMDE, Lexicographical data, KaMan, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Raised Priority] T194374: Special:EntitiesWithout* allows selecting Lexeme, however it just throws an exception

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher moved this task from features/bugs for later releases to features/bugs for next release (editor experience improvements 2) on the Lexicographical data board.Lydia_Pintscher raised the priority of this task from "Low" to "High".
TASK DETAILhttps://phabricator.wikimedia.org/T194374WORKBOARDhttps://phabricator.wikimedia.org/project/board/2292/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, Lydia_Pintscher, daniel, Addshore, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Salgo60, Jonas, Luke081515, Wikidata-bugs, aude, Darkdadaah, Mbch331, Jay8g, Krenair, greg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T195446: [Story] Prefil language/lexical category on Special:NewLexeme via URL parameter

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Need-volunteer.
TASK DETAILhttps://phabricator.wikimedia.org/T195446EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, Liuxinyu970226, abian, VIGNERON, Lydia_Pintscher, Lea_Lacroix_WMDE, Mringgaard, tabish.shaikh91, Lahi, Gq86, GoranSMilovanovic, Soteriaspace, Jayprakash12345, JakeTheDeveloper, QZanden, merbst, LawExplorer, D3r1ck01, Wikidata-bugs, aude, Darkdadaah, TheDJ, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Merged] T200767: Investigate way forward for item selectors

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: WMDE-leszek, Jakob_WMDE.Lydia_Pintscher merged a task: T166545: ItemSelector widget on Special:NewLexeme must handle "manual" entering of the item ID.
TASK DETAILhttps://phabricator.wikimedia.org/T200767EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Jakob_WMDE, WMDE-leszek, Lexicographical data, KaMan, Lea_Lacroix_WMDE, abian, Aklapper, reosarevok, Lydia_Pintscher, Pablo-WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Raised Priority] T173287: Deleted and non-existent lexemes should be indicated as such

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher moved this task from features/bugs for later releases to features/bugs for next release (editor experience improvements 2) on the Lexicographical data board.Lydia_Pintscher raised the priority of this task from "Low" to "High".
TASK DETAILhttps://phabricator.wikimedia.org/T173287WORKBOARDhttps://phabricator.wikimedia.org/project/board/2292/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Aklapper, PokestarFan, Bugreporter, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T166545: ItemSelector widget on Special:NewLexeme must handle "manual" entering of the item ID

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as a duplicate of T200767: Investigate way forward for item selectors.
TASK DETAILhttps://phabricator.wikimedia.org/T166545EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, Jakob_WMDE, Lydia_Pintscher, WMDE-leszek, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Raised Priority] T189491: Prevent clickjacking in the Wikibase UI

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher moved this task from features/bugs for later releases to other stuff on the Lexicographical data board.Lydia_Pintscher raised the priority of this task from "Normal" to "Needs Triage".
TASK DETAILhttps://phabricator.wikimedia.org/T189491WORKBOARDhttps://phabricator.wikimedia.org/project/board/2292/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Ltrlg, hoo, Jonas, thiemowmde, Aklapper, Lydia_Pintscher, WMDE-leszek, Bawolff, Mringgaard, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Izno, Wikidata-bugs, aude, Dinoguy1000, Darkdadaah, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Lowered Priority] T195440: Special:NewLexeme - improve suggestions for "Lexical category"

2018-09-02 Thread Lydia_Pintscher
Lydia_Pintscher lowered the priority of this task from "Normal" to "Low".
TASK DETAILhttps://phabricator.wikimedia.org/T195440EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: gerritbot, Aklapper, Liuxinyu970226, abian, Lydia_Pintscher, Jan_Dittrich, daniel, Ladsgroup, VIGNERON, Micru, Jakob_WMDE, thiemowmde, eranroz, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


  1   2   >