[Wikidata-bugs] [Maniphest] T312222: Create FallbackLabelDescriptionLookupFactory

2022-07-08 Thread gerritbot
gerritbot added a comment.


  Change 812240 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] Deprecate 
LanguageFallbackLabelDescriptionLookupFactory
  
  https://gerrit.wikimedia.org/r/812240

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lydia_Pintscher, Lucas_Werkmeister_WMDE, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, 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] T312619: Include the Automated Values extension in the next Wikibase Docker release / Wikibase.cloud

2022-07-08 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.
Restricted Application added a project: wdwb-tech.

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

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

To: Maintenance_bot
Cc: Maarten, Addshore, Aklapper, Martsniez, Jon.b.amar, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, 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] T312223: Use FallbackLabelDescriptionLookupFactory in code

2022-07-08 Thread gerritbot
gerritbot added a comment.


  Change 812244 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/WikibaseLexeme@master] Use 
FallbackLabelDescriptionLookupFactory in SpecialNewLexemeAlpha
  
  https://gerrit.wikimedia.org/r/812244

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lydia_Pintscher, Lucas_Werkmeister_WMDE, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, 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] T143486: In some cases, moving or deleting pages on a client wiki does not result in sitelink updates / removal on Wikidata.

2022-07-08 Thread MisterSynergy
MisterSynergy added a comment.


  @Manuel: I have looked into this again. As of now, I have this list of 
potential reasons for sitelink update failures:
  
  1. Sitelink configuration-related reasons
1. A page on the client is "moved without a redirect" to another namespace 
that is forbidden (?) at Wikidata (such as a page move from main namespace to 
"User" or "Draft" namespace, e.g. when the page is not fit for the main 
namespace).
2. A redirect page on the client is "moved without a redirect". Redirect 
sitelinks are not permitted, thus the sitelink cannot be updated.
  2. User-based reasons
1. The user performing a sitelink change on a client does not have a local 
account at Wikidata
2. The user performing a sitelink change on a client is not permitted to 
edit Wikidata due to a block
3. The user performing a sitelink change on a client exceeds their 
rate-limit at Wikidata (seems rather unlikely)
  3. Page-based reasons
1. The item page is protected to a level that the user performing a 
sitelink change on a client is not allowed to edit it
  4. Wikidata edit capacities limited
1. Wikidata editing was generally rate-limited when the client sitelink had 
been changed (e.g. due to high maxlag), and the user made several sitelink 
changes in a short time (this might be the case with some bots)
2. Wikidata was read-only when the client sitelink had been changed
  5. Project configuration-related reasons
1. There are a couple of cases where a namespace has been renamed on client 
Wikis, but the sitelinks to that namespace have not been updated on Wikidata. 
There seem to be auto-redirects in place, but technically the old titles do not 
exist any more
  
  Currently I see roughly 60.000 sitelinks that do not exist as a page on the 
client. My impression is that 1A is the major and dominant contributor here, 
and maybe 4A to some extent as well. I will soon start to repair 1A cases 
including some logging for future investigations. If the backlog is shorter, I 
think it should become easier to learn something about the other scenarios as 
well.

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

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

To: MisterSynergy
Cc: Manuel, MisterSynergy, Mike_Peel, Bencemac, ARR8, abian, Nikki, 
matej_suchanek, Lydia_Pintscher, NicoScribe, Ladsgroup, PokestarFan, 
ArthurPSmith, Liuxinyu970226, Izno, hoo, Aklapper, Esc3300, 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] T143486: In some cases, moving or deleting pages on a client wiki does not result in sitelink updates / removal on Wikidata.

2022-07-08 Thread Manuel
Manuel added a comment.


  Thank you so much @MisterSynergy, you are amazing! \o/
  
  Your analysis helps a lot! I wonder, if "User:Hoo Bot" might skew the 
analysis or not. @hoo, could you please give a little detail of what cases the 
bot is fixing and whether that changes MisterSynergy's analysis?
  
  Also, I am wondering, if we also should contribute to this effort from the 
developer side or if it makes sense to rely on your bot(s) for now? Should we 
e.g. at least try to fix 1A (and maybe AA) server-side?
  
  Do you have any thoughts on this?

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

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

To: Manuel
Cc: Manuel, MisterSynergy, Mike_Peel, Bencemac, ARR8, abian, Nikki, 
matej_suchanek, Lydia_Pintscher, NicoScribe, Ladsgroup, PokestarFan, 
ArthurPSmith, Liuxinyu970226, Izno, hoo, Aklapper, Esc3300, 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] T143486: In some cases, moving or deleting pages on a client wiki does not result in sitelink updates / removal on Wikidata.

2022-07-08 Thread MisterSynergy
MisterSynergy added a comment.


  I don't think "User:Hoo bot" has much influence here as this bot has not 
edited Wikidata since 2016-10. While many cases are a couple of years old, they 
are not *that* old in fact. As much as I am aware, nobody has taken care of 
this for a long time now (but I am determined to do so…)

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

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

To: MisterSynergy
Cc: Manuel, MisterSynergy, Mike_Peel, Bencemac, ARR8, abian, Nikki, 
matej_suchanek, Lydia_Pintscher, NicoScribe, Ladsgroup, PokestarFan, 
ArthurPSmith, Liuxinyu970226, Izno, hoo, Aklapper, Esc3300, 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] T143486: In some cases, moving or deleting pages on a client wiki does not result in sitelink updates / removal on Wikidata.

2022-07-08 Thread Mike_Peel
Mike_Peel added a comment.


  Just to note that Pi bot was removing some of these links in 2018, focused on 
tgwiki, but I haven't been running that script recently. Documentation at 
https://www.wikidata.org/wiki/Wikidata:Requests_for_permissions/Bot/Pi_bot_9 
and code at https://github.com/mpeel/wikicode/blob/master/check_tgwiki.py . I'm 
happy to help with similar bot work if you need, but suspect you've got it well 
in hand @MisterSynergy!

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

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

To: Mike_Peel
Cc: Manuel, MisterSynergy, Mike_Peel, Bencemac, ARR8, abian, Nikki, 
matej_suchanek, Lydia_Pintscher, NicoScribe, Ladsgroup, PokestarFan, 
ArthurPSmith, Liuxinyu970226, Izno, hoo, Aklapper, Esc3300, 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] T143486: In some cases, moving or deleting pages on a client wiki does not result in sitelink updates / removal on Wikidata.

2022-07-08 Thread Manuel
Manuel added a comment.


  Yes, you are right @MisterSynergy! I am glad about your repair efforts and 
will stand down for now. Please let me know if we can contribute something from 
our side or if you have new insights from your investigations. Thank you, and 
best of luck with this!
  
  Also, thx for the additional info @Mike_Peel!

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

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

To: Manuel
Cc: Manuel, MisterSynergy, Mike_Peel, Bencemac, ARR8, abian, Nikki, 
matej_suchanek, Lydia_Pintscher, NicoScribe, Ladsgroup, PokestarFan, 
ArthurPSmith, Liuxinyu970226, Izno, hoo, Aklapper, Esc3300, 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] T312629: SPARQL input for Mismatch Finder

2022-07-08 Thread Lydia_Pintscher
Lydia_Pintscher created this task.
Lydia_Pintscher added projects: Mismatch Finder, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  As a mismatch reviewer I want to be able to define the Items I am interested 
in via a SPARQL query in order to ensure that I can check all Items I am 
interested in easily without having to specify their individual IDs.
  
  **Problem:**
  We don't support input of a SPARQL query to get the Item IDs for checking for 
mismatches.
  
  **Example:**
  We do already do this in the Item Quality Evaluator: 
https://item-quality-evaluator.toolforge.org
  
  **Screenshots/mockups:**
  
  **BDD**
  GIVEN 
  AND 
  WHEN
  AND
  THEN
  AND
  
  **Acceptance criteria:**
  
  -
  
  **Open questions:**

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

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

To: Lydia_Pintscher
Cc: Aklapper, Lydia_Pintscher, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, Mattia_Capozzi_WMDE, 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] T312631: wbcheckconstraints claims are array instead of object if empty

2022-07-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikibase-Quality-Constraints.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  
https://www.wikidata.org/w/api.php?action=wbcheckconstraints&format=json&id=Q3245%7CQ12978807
  
  name=response
{
  "wbcheckconstraints": {
"Q3245": {
  "claims": {
"P31": [
  {
"id": "Q3245$239BCD59-2EF6-4179-BDA7-089B7C31DFB5",
"mainsnak": {
  "hash": "063d0bad3759d2e038a7b4a7f9c9c71e9d774265",
  "results": []
}
  }
]
  }
},
"Q12978807": {
  "claims": []
}
  },
  "success": 1
}
  
  The `claims` are usually an object (mapping property IDs to statement 
groups), but if there are no statements, they’re an empty //array// instead. 
(Compare T138104  for the main 
Wikibase API.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Eihel, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, Esc3300, LawExplorer, _jensen, rosalieper, Agabi10, 
Scott_WUaS, abian, 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] T312631: wbcheckconstraints claims are array instead of object if empty

2022-07-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE changed the subtype of this task from "Task" to "Bug 
Report".

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Eihel, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, Esc3300, LawExplorer, _jensen, rosalieper, Agabi10, 
Scott_WUaS, abian, 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] T312631: wbcheckconstraints response claims are array instead of object if empty

2022-07-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE renamed this task from "wbcheckconstraints claims are 
array instead of object if empty" to "wbcheckconstraints response claims are 
array instead of object if empty".

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Eihel, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, Esc3300, LawExplorer, _jensen, rosalieper, Agabi10, 
Scott_WUaS, abian, 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] T312222: Create FallbackLabelDescriptionLookupFactory

2022-07-08 Thread gerritbot
gerritbot added a comment.


  Change 811753 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Extract 
RedirectResolvingLatestRevisionLookup service
  
  https://gerrit.wikimedia.org/r/811753

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lydia_Pintscher, Lucas_Werkmeister_WMDE, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, 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] T281342: Migrate EntityRevisionLookup to service container

2022-07-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  > The SingleEntitySourceServices method getEntityRevisionLookup is bound to 
one entity source, so we might want to also create a kind of 
EntityRevisionLookupFactory, which is given an entity source (or its database 
name?) and returns a EntityRevisionLookup.
  
  I’m not sure we actually need this. In Repo, we already have an 
`EntityRevisionLookup` service, and it seems to work fine for all entity types 
as far as I can tell, including on Commons for MediaInfo entities (local) as 
well as Items (other entity source). In Client, the service doesn’t directly 
exist yet, but you can get it from the `Store` service, and the lookup from 
there likewise seems to support all entity types.
  
  I think we can just add the store lookup directly to the client service 
container, use that in the `.entitytypes.php` files, and thus remove the need 
for the `SingleEntitySourceServicesFactory`. Ideally, test this on mwdebug 
before it rolls out with the train (perhaps even before merging) – next week 
(no regular train) might be a good opportunity for this.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, ItamarWMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, 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] T312291: Placeholder text color

2022-07-08 Thread Sarai-WMDE
Sarai-WMDE closed this task as a duplicate of T312633: [BUG] WiKit Input 
placeholder should display the correct color.

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

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

To: Sarai-WMDE
Cc: Lydia_Pintscher, Sarai-WMDE, Quiddity, Aklapper, Astuthiodit_1, STH, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, 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] T312291: Placeholder text color

2022-07-08 Thread Sarai-WMDE
Sarai-WMDE added a comment.


  Good to know! :-) Thanks so much again.
  
  The bug is now filed here: T312633 

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

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

To: Sarai-WMDE
Cc: Lydia_Pintscher, Sarai-WMDE, Quiddity, Aklapper, Astuthiodit_1, STH, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, 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] T312633: [BUG] WiKit Input placeholder should display the correct color

2022-07-08 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Volker_E, Lydia_Pintscher, Quiddity, Aklapper, Sarai-WMDE, Astuthiodit_1, 
STH, 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] T303831: Productionize Wikidata subgraph analysis

2022-07-08 Thread gerritbot
gerritbot added a comment.


  Change 812304 had a related patch set uploaded (by AKhatun; author: AKhatun):
  
  [wikimedia/discovery/analytics@master] Reconsider sensor data dates and use 
hive range sensor
  
  https://gerrit.wikimedia.org/r/812304

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

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

To: AKhatun_WMF, gerritbot
Cc: EBernhardson, dcausse, Gehel, JAllemandou, Aklapper, AKhatun_WMF, 
Hellket777, Astuthiodit_1, AWesterinen, 786, Biggs657, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
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] T312222: Create FallbackLabelDescriptionLookupFactory

2022-07-08 Thread gerritbot
gerritbot added a comment.


  Change 811754 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Create 
FallbackLabelDescriptionLookupFactory service
  
  https://gerrit.wikimedia.org/r/811754

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lydia_Pintscher, Lucas_Werkmeister_WMDE, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, 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] T312223: Use FallbackLabelDescriptionLookupFactory in code

2022-07-08 Thread gerritbot
gerritbot added a comment.


  Change 812024 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseLexeme@master] Use 
FallbackLabelDescriptionLookupFactory for Lexeme ID formatter
  
  https://gerrit.wikimedia.org/r/812024

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lydia_Pintscher, Lucas_Werkmeister_WMDE, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, 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] T312223: Use FallbackLabelDescriptionLookupFactory in code

2022-07-08 Thread gerritbot
gerritbot added a comment.


  Change 812025 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseLexeme@master] Use 
FallbackLabelDescriptionLookupFactory for Form ID formatter
  
  https://gerrit.wikimedia.org/r/812025

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lydia_Pintscher, Lucas_Werkmeister_WMDE, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, 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] T312223: Use FallbackLabelDescriptionLookupFactory in code

2022-07-08 Thread gerritbot
gerritbot added a comment.


  Change 812026 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseLexeme@master] Use 
FallbackLabelDescriptionLookupFactory for Lexeme formatter
  
  https://gerrit.wikimedia.org/r/812026

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lydia_Pintscher, Lucas_Werkmeister_WMDE, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, 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] T312223: Use FallbackLabelDescriptionLookupFactory in code

2022-07-08 Thread gerritbot
gerritbot added a comment.


  Change 812027 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseLexeme@master] Use 
FallbackLabelDescriptionLookupFactory for Form formatter
  
  https://gerrit.wikimedia.org/r/812027

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lydia_Pintscher, Lucas_Werkmeister_WMDE, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, 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] T312633: [BUG] WiKit Input placeholder should display the correct color

2022-07-08 Thread Sarai-WMDE
Sarai-WMDE added a comment.


  Thanks, @Volker_E! 😄

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

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

To: Sarai-WMDE
Cc: Volker_E, Lydia_Pintscher, Quiddity, Aklapper, Sarai-WMDE, Astuthiodit_1, 
STH, 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] T312633: [BUG] WiKit Input placeholder should display the correct color

2022-07-08 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Volker_E, Lydia_Pintscher, Quiddity, Aklapper, Sarai-WMDE, Astuthiodit_1, 
STH, 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] T303317: Show word-level diff on textual fields in Wikibase diffs

2022-07-08 Thread Tacsipacsi
Tacsipacsi added a comment.


  It would still be important to be consistent within a wiki, including 
whitespace handling. These minor differences can be very hard to understand, 
much harder than the big differences like the current status quo of no 
word-level diffs (which doesn’t mean the word-level diffs are not worth it!). 
Also, it seems to not only //include// the unchanged whitespace after a word, 
but also //exclude// the //changed// whitespace before a word, e.g. here 
 it 
ignored the space before the parenthesis.

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

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

To: Lucas_Werkmeister_WMDE, Tacsipacsi
Cc: Lucas_Werkmeister_WMDE, noarave, Stang, Lydia_Pintscher, Manuel, Addshore, 
ItamarWMDE, Aklapper, Tacsipacsi, Hellket777, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
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] T312658: Show Labels from redirected Languages/LexicalCategories?

2022-07-08 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Lydia_Pintscher, Maintenance_bot
Cc: Michael, Lydia_Pintscher, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, _jensen, rosalieper, Bodhisattwa, 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] T312656: WiKit Button should have a minimum height of 32px

2022-07-08 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Aklapper, Sarai-WMDE, Astuthiodit_1, STH, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Volker_E, Wikidata-bugs, 
aude, Lydia_Pintscher, 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] T312655: WiKit Input should have a minimum height of 32px

2022-07-08 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Aklapper, Sarai-WMDE, Astuthiodit_1, STH, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Volker_E, Wikidata-bugs, 
aude, Lydia_Pintscher, 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] T312381: Migrate usage of Database::select to SelectQueryBuilder in WikidataPageBanner

2022-07-08 Thread Jdlrobson
Jdlrobson closed this task as "Invalid".
Jdlrobson added a comment.


  WikidataPageBanner doesn't use the database (only parser cache for storage).

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

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

To: Jdlrobson
Cc: Jdlrobson, Maintenance_bot, Aklapper, darthmon_wmde, Izno, Wikidata-bugs, 
Dinoguy1000, Lydia_Pintscher, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312660: Show Lexeme Lemmas in Revision History page title

2022-07-08 Thread Michael
Michael created this task.
Michael added projects: Wikidata, Wikidata Lexicographical data.

TASK DESCRIPTION
  As an (editor) I want to (see a more meaningful title on Lexeme revision 
pages) in order to (understand what Lexeme I'm looking at).
  
  **Problem:** Currently the title of Lexeme revision pages is `Revision 
history of (L3)`
  
  **Example:** 
https://wikidata.beta.wmflabs.org/w/index.php?title=Lexeme:L7&action=history
  
  **Screenshots/mockups:**
  
  **BDD**
  GIVEN 
  AND 
  WHEN
  AND
  THEN
  AND
  
  **Acceptance criteria:**
  
  - title of revision history page of Lexemes is something like `Revision 
history of "speak" (L7)` for the Lexeme with the lemma "speak"
  
  **Open questions:**
  
  -
  
  **Notes**
  
  - This was discovered while looking into T305032 

  - See discussion on 812029: Use FallbackLabelDescriptionLookupFactory in 
LexemeHandler 
 
for thoughts on how to implement this

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

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

To: Michael
Cc: Michael, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, 
LawExplorer, _jensen, rosalieper, Bodhisattwa, 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] T312223: Use FallbackLabelDescriptionLookupFactory in code

2022-07-08 Thread gerritbot
gerritbot added a comment.


  Change 812028 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseLexeme@master] Use 
FallbackLabelDescriptionLookupFactory for meta tags creator
  
  https://gerrit.wikimedia.org/r/812028

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lydia_Pintscher, Lucas_Werkmeister_WMDE, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, 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] T312223: Use FallbackLabelDescriptionLookupFactory in code

2022-07-08 Thread gerritbot
gerritbot added a comment.


  Change 812029 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseLexeme@master] Use 
FallbackLabelDescriptionLookupFactory in LexemeHandler
  
  https://gerrit.wikimedia.org/r/812029

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lydia_Pintscher, Lucas_Werkmeister_WMDE, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, 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] T312381: Migrate usage of Database::select to SelectQueryBuilder in WikidataPageBanner

2022-07-08 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

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


[Wikidata-bugs] [Maniphest] T312218: Add Wikidata support for bjnwiktionary

2022-07-08 Thread Zabe
Zabe changed the edit policy from "Custom Policy" to "All Users".

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

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

To: Zabe
Cc: Aklapper, Maintenance_bot, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, 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] T303317: Show word-level diff on textual fields in Wikibase diffs

2022-07-08 Thread Manuel
Manuel added a comment.


  Thank you @Tacsipacsi, this is indeed weird!
  
  @Lucas_Werkmeister_WMDE why would WordLevelDiff give results like that? This 
might not be intended. Is there something we could do about it?

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

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

To: Lucas_Werkmeister_WMDE, Manuel
Cc: Lucas_Werkmeister_WMDE, noarave, Stang, Lydia_Pintscher, Manuel, Addshore, 
ItamarWMDE, Aklapper, Tacsipacsi, Hellket777, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
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] T311929: Make Wikibase entity metadata queryable with SPARQL

2022-07-08 Thread Bugreporter
Bugreporter added a project: Wikidata-Query-Service.

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

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

To: Bugreporter
Cc: Aklapper, Lectrician1, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 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] T217324: Have a more fine-grained history for property values on item pages

2022-07-08 Thread Bugreporter
Bugreporter added a parent task: T311929: Make Wikibase entity metadata 
queryable with SPARQL.

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

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

To: Bugreporter
Cc: diegodlh, Bugreporter, Nuria, Ogoorcs, Rachmat04, Amire80, Aklapper, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, lucamauri, 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] T311929: Make Wikibase entity metadata queryable with SPARQL

2022-07-08 Thread Bugreporter
Bugreporter added subtasks: T217324: Have a more fine-grained history for 
property values on item pages, T151539: Provide creation date of item 
(schema:dateCreated ) in SPARQL at query.wikidata.org.

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

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

To: Bugreporter
Cc: Aklapper, Lectrician1, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 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] T151539: Provide creation date of item (schema:dateCreated ) in SPARQL at query.wikidata.org

2022-07-08 Thread Bugreporter
Bugreporter added a parent task: T311929: Make Wikibase entity metadata 
queryable with SPARQL.

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

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

To: Bugreporter
Cc: Vojtech.dostal, edwardbetts, Piastu, 99of9, Hwem, Daniel_Mietchen, jayvdb, 
Jane023, Nikki, Aklapper, Multichill, Astuthiodit_1, AWesterinen, bking, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, 
ET4Eva, Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, Gehel, _jensen, 
rosalieper, Scott_WUaS, Jonas, FloNight, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, 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] T311594: Disable all options that are not actually available to users in WDQS UI

2022-07-08 Thread Bugreporter
Bugreporter added a project: Wikidata Query UI.

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

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

To: Bugreporter
Cc: Lucas_Werkmeister_WMDE, Manuel, Aklapper, Astuthiodit_1, AWesterinen, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, 
Nandana, Namenlos314, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, EBjune, 
merbst, LawExplorer, Salgo60, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org