[Wikidata-bugs] [Maniphest] [Commented On] T184000: Magic word on English WP to override display of Wikidata short description

2020-03-26 Thread RexxS
RexxS added a comment.


  The thing is, Mike, that the descriptions on Wikidata are monolingual. There 
is a separate description for every language, so it's not a matter of a central 
repository that can be used across all projects. The Wikidata description field 
is potentially useful for the corresponding language Wikipedia and the handful 
of multilingual Wikis, so it really doesn't find as many uses as statements do. 
Also unlike statements, it is not capable of being linked to a reliable source. 
so there's no inherent mechanism to promote reliability.
  
  I agree with Danny: we'd be far better off bot-importing the short 
description from the language Wikipedia into Wikidata's description. Or even 
better, dynamically importing the "local description' field, generated by the 
language Wikipedia as a read-only replacement for the Wikidata description.

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

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

To: Tgr, RexxS
Cc: DannyS712, Liuxinyu970226, Lofhi, MGChecker, Pbsouthwood, Deskana, Catrope, 
RexxS, Nikerabbit, Dbrant, Jdlrobson, Stashbot, WMDE-leszek, Elitre, gerritbot, 
TheDJ, Fjalapeno, Tbayer, MZMcBride, Alsee, bearND, Mike_Peel, Tgr, JKatzWMF, 
daniel, Bmueller, Addshore, Lydia_Pintscher, Samwilson, Aklapper, DannyH, 
darthmon_wmde, Ddurigon, Mateo1977, Nandana, aezell, Lahi, Gq86, 
GoranSMilovanovic, QZanden, Taquo, LawExplorer, catalandres, JJMC89, B20180, 
_jensen, rosalieper, Scott_WUaS, Karthik_sripal, SBisson, Nakon, MusikAnimal, 
Fhocutt, Wikidata-bugs, Mooeypoo, aude, Ricordisamoa, -jem-, Jdforrester-WMF, 
Mbch331, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248308: Analyse a small sample of the most often used query patterns on WDQS

2020-03-26 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  `Thu 26 Mar 2020 11:35:59 PM UTC`
  
  - a sample of SPARQL queries from `wmf.webrequest` was obtained by randomly 
sampling 1% of all queries that were sent out to WDQS on each day from 
`2020-03-01` to `2020-03-20`;
  - the sample is now cleaned by removing all `http_status == 4**` (client-side 
errors; I guess we are not interested in malformed queries), checked for 
consistency, and `URLdecoded()` so that it encompasses only SPARQL code in the 
`uri_query` field;
  - next steps:
- exploratory data analysis;
- feature engineering: describing queries from their SPARQL language 
constituents.

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

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

To: GoranSMilovanovic
Cc: Addshore, Lydia_Pintscher, WMDE-leszek, Aklapper, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T184000: Magic word on English WP to override display of Wikidata short description

2020-03-26 Thread Mike_Peel
Mike_Peel added a comment.


  In T184000#6003788 , 
@DannyS712 wrote:
  
  > In T184000#6003787 , 
@Mike_Peel wrote:
  >
  >> In T184000#6003783 , 
@DannyS712 wrote:
  >>
  >>> What about a bot importing the local descriptions from enwiki to 
wikidata? That way enwiki still has control over the content, but wikidata 
still has accurate and updated descriptions (that are then provided to commons, 
etc)
  >>
  >> I can write a bot that will do that. It would still suck, as it's 
duplicating descriptions rather than having a single place that the 
descriptions are updated at, and I expect that it would be opposed for that 
reason. But if you would support it, then I can write it up and propose it.
  >
  > It would suck, but its better than two different and diverging sources. We 
would need a way to tell the bot to skip certain items though...
  
  It still means that we maintain two separate databases containing what should 
be the same information. Telling a bot to skip certain items is a key problem, 
but not the only one, we still have to figure out how to automatically resolve 
arguments that arise between an editor on enwp and an editor on wikidata, or 
have some sort of mediation page.

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

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

To: Tgr, Mike_Peel
Cc: DannyS712, Liuxinyu970226, Lofhi, MGChecker, Pbsouthwood, Deskana, Catrope, 
RexxS, Nikerabbit, Dbrant, Jdlrobson, Stashbot, WMDE-leszek, Elitre, gerritbot, 
TheDJ, Fjalapeno, Tbayer, MZMcBride, Alsee, bearND, Mike_Peel, Tgr, JKatzWMF, 
daniel, Bmueller, Addshore, Lydia_Pintscher, Samwilson, Aklapper, DannyH, 
darthmon_wmde, Ddurigon, Mateo1977, Nandana, aezell, Lahi, Gq86, 
GoranSMilovanovic, QZanden, Taquo, LawExplorer, catalandres, JJMC89, B20180, 
_jensen, rosalieper, Scott_WUaS, Karthik_sripal, SBisson, Nakon, MusikAnimal, 
Fhocutt, Wikidata-bugs, Mooeypoo, aude, Ricordisamoa, -jem-, Jdforrester-WMF, 
Mbch331, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T184000: Magic word on English WP to override display of Wikidata short description

2020-03-26 Thread DannyS712
DannyS712 added a comment.


  In T184000#6003787 , 
@Mike_Peel wrote:
  
  > In T184000#6003783 , 
@DannyS712 wrote:
  >
  >> What about a bot importing the local descriptions from enwiki to wikidata? 
That way enwiki still has control over the content, but wikidata still has 
accurate and updated descriptions (that are then provided to commons, etc)
  >
  > I can write a bot that will do that. It would still suck, as it's 
duplicating descriptions rather than having a single place that the 
descriptions are updated at, and I expect that it would be opposed for that 
reason. But if you would support it, then I can write it up and propose it.
  
  It would suck, but its better than two different and diverging sources. We 
would need a way to tell the bot to skip certain items though...

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

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

To: Tgr, DannyS712
Cc: DannyS712, Liuxinyu970226, Lofhi, MGChecker, Pbsouthwood, Deskana, Catrope, 
RexxS, Nikerabbit, Dbrant, LGoto, Jdlrobson, Stashbot, WMDE-leszek, Elitre, 
gerritbot, TheDJ, Fjalapeno, Tbayer, MZMcBride, Alsee, bearND, Mike_Peel, Tgr, 
JKatzWMF, daniel, Bmueller, Addshore, Lydia_Pintscher, Samwilson, Aklapper, 
DannyH, darthmon_wmde, Ddurigon, Mateo1977, Nandana, aezell, Lahi, Gq86, 
GoranSMilovanovic, QZanden, Taquo, LawExplorer, catalandres, JJMC89, B20180, 
_jensen, rosalieper, Scott_WUaS, Karthik_sripal, SBisson, Nakon, MusikAnimal, 
Fhocutt, Wikidata-bugs, Mooeypoo, aude, Ricordisamoa, -jem-, Jdforrester-WMF, 
Mbch331, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T184000: Magic word on English WP to override display of Wikidata short description

2020-03-26 Thread Mike_Peel
Mike_Peel added a comment.


  In T184000#6003783 , 
@DannyS712 wrote:
  
  > What about a bot importing the local descriptions from enwiki to wikidata? 
That way enwiki still has control over the content, but wikidata still has 
accurate and updated descriptions (that are then provided to commons, etc)
  
  I can write a bot that will do that. It would still suck, as it's duplicating 
descriptions rather than having a single place that the descriptions are 
updated at, and I expect that it would be opposed for that reason. But if you 
would support it, then I can write it up and propose it.

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

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

To: Tgr, Mike_Peel
Cc: DannyS712, Liuxinyu970226, Lofhi, MGChecker, Pbsouthwood, Deskana, Catrope, 
RexxS, Nikerabbit, Dbrant, LGoto, Jdlrobson, Stashbot, WMDE-leszek, Elitre, 
gerritbot, TheDJ, Fjalapeno, Tbayer, MZMcBride, Alsee, bearND, Mike_Peel, Tgr, 
JKatzWMF, daniel, Bmueller, Addshore, Lydia_Pintscher, Samwilson, Aklapper, 
DannyH, darthmon_wmde, Ddurigon, Mateo1977, Nandana, aezell, Lahi, Gq86, 
GoranSMilovanovic, QZanden, Taquo, LawExplorer, catalandres, JJMC89, B20180, 
_jensen, rosalieper, Scott_WUaS, Karthik_sripal, SBisson, Nakon, MusikAnimal, 
Fhocutt, Wikidata-bugs, Mooeypoo, aude, Ricordisamoa, -jem-, Jdforrester-WMF, 
Mbch331, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T248147: Wikimedia\Rdbms\Database::normalizeUpsertKeys called with deprecated parameter style: the unique key array should be a string or array of string arrays g

2020-03-26 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: Krinkle, Jdforrester-WMF, jijiki, aaron, Bawolff, Aklapper, thcipriani, 
hashar, Marostegui, NavinRizwi, eprodromou, darthmon_wmde, 94rain, DannyS712, 
Nandana, Analytics.mediafiles, kostajh, Jony, Force_Radical, Lahi, Gq86, Xover, 
GoranSMilovanovic, Vexations, Jayprakash12345, QZanden, LawExplorer, 
Tshrinivasan, _jensen, rosalieper, Agabi10, Taiwania_Justo, Scott_WUaS, 
Pchelolo, Jonas, Info-farmer, Wikidata-bugs, aude, Candalua, Huji, 
Lydia_Pintscher, Tpt, Mbch331, Rxy, Legoktm, Oblanco79, Alter-paule, Beast1978, 
Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Kent7301, Meekrab2012, 
joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Af420, Darkminds3113, Bsandipan, Lordiis, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T184000: Magic word on English WP to override display of Wikidata short description

2020-03-26 Thread DannyS712
DannyS712 added a comment.


  In T184000#6003774 , 
@Mike_Peel wrote:
  
  > In T184000#5993141 , 
@RexxS wrote:
  >
  >> Just a "heads-up" that a search on enwiki articles for `hastemplate:"short 
description"` yields 2,083,124 results.
  >> May we assume that we will be moving on to Stage 2 in the near future?
  >
  > I really hope this never happens, and that the locally-defined descriptions 
are merged back to Wikidata. There are 2.8+ million infoboxes on Commons that 
are using the English descriptions from Wikidata, and there is currently no way 
that they can access the enwp descriptions.
  
  What about a bot importing the local descriptions from enwiki to wikidata? 
That way enwiki still has control over the content, but wikidata still has 
accurate and updated descriptions (that are then provided to commons, etc)

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

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

To: Tgr, DannyS712
Cc: DannyS712, Liuxinyu970226, Lofhi, MGChecker, Pbsouthwood, Deskana, Catrope, 
RexxS, Nikerabbit, Dbrant, LGoto, Jdlrobson, Stashbot, WMDE-leszek, Elitre, 
gerritbot, TheDJ, Fjalapeno, Tbayer, MZMcBride, Alsee, bearND, Mike_Peel, Tgr, 
JKatzWMF, daniel, Bmueller, Addshore, Lydia_Pintscher, Samwilson, Aklapper, 
DannyH, darthmon_wmde, Ddurigon, Mateo1977, Nandana, aezell, Lahi, Gq86, 
GoranSMilovanovic, QZanden, Taquo, LawExplorer, catalandres, JJMC89, B20180, 
_jensen, rosalieper, Scott_WUaS, Karthik_sripal, SBisson, Nakon, MusikAnimal, 
Fhocutt, Wikidata-bugs, Mooeypoo, aude, Ricordisamoa, -jem-, Jdforrester-WMF, 
Mbch331, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248457: Fully terminate use of Wikidata item descriptions as short article descriptions for English Wikipedia articles

2020-03-26 Thread Mike_Peel
Mike_Peel added a comment.


  I really hope this never happens, and that the locally-defined descriptions 
are merged back to Wikidata. There are 2.8+ million infoboxes on Commons that 
are using the English descriptions from Wikidata, and there is currently no way 
that they can access the enwp descriptions.

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

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

To: Mike_Peel
Cc: Mike_Peel, JJMC89, DannyS712, Aklapper, Alsee, Liuxinyu970226, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T184000: Magic word on English WP to override display of Wikidata short description

2020-03-26 Thread Mike_Peel
Mike_Peel added a comment.


  In T184000#5993141 , 
@RexxS wrote:
  
  > Just a "heads-up" that a search on enwiki articles for `hastemplate:"short 
description"` yields 2,083,124 results.
  > May we assume that we will be moving on to Stage 2 in the near future?
  
  I really hope this never happens, and that the locally-defined descriptions 
are merged back to Wikidata. There are 2.8+ million infoboxes on Commons that 
are using the English descriptions from Wikidata, and there is currently no way 
that they can access the enwp descriptions.

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

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

To: Tgr, Mike_Peel
Cc: Liuxinyu970226, Lofhi, MGChecker, Pbsouthwood, Deskana, Catrope, RexxS, 
Nikerabbit, Dbrant, LGoto, Jdlrobson, Stashbot, WMDE-leszek, Elitre, gerritbot, 
TheDJ, Fjalapeno, Tbayer, MZMcBride, Alsee, bearND, Mike_Peel, Tgr, JKatzWMF, 
daniel, Bmueller, Addshore, Lydia_Pintscher, Samwilson, Aklapper, DannyH, 
darthmon_wmde, Ddurigon, Mateo1977, DannyS712, Nandana, aezell, Lahi, Gq86, 
GoranSMilovanovic, QZanden, Taquo, LawExplorer, catalandres, JJMC89, B20180, 
_jensen, rosalieper, Scott_WUaS, Karthik_sripal, SBisson, Nakon, MusikAnimal, 
Fhocutt, Wikidata-bugs, Mooeypoo, aude, Ricordisamoa, -jem-, Jdforrester-WMF, 
Mbch331, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T248147: Wikimedia\Rdbms\Database::normalizeUpsertKeys called with deprecated parameter style: the unique key array should be a string or array of string arrays g

2020-03-26 Thread Krinkle
Krinkle edited projects, added Wikimedia-General-or-Unknown, PageCuration, 
Wikidata-Campsite, ProofreadPage, AntiSpoof; removed Train Deployments, Release.
Restricted Application added projects: Growth-Team, Wikidata.

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

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

To: Krinkle
Cc: Krinkle, Jdforrester-WMF, jijiki, aaron, Bawolff, Aklapper, thcipriani, 
hashar, Marostegui, Oblanco79, Alter-paule, NavinRizwi, Beast1978, Un1tY, 
eprodromou, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, 
Kent7301, Meekrab2012, joker88john, 94rain, DannyS712, CucyNoiD, Nandana, 
NebulousIris, Analytics.mediafiles, kostajh, Gaboe420, Jony, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Force_Radical, Cpaulf30, Lahi, 
Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, Xover, GoranSMilovanovic, 
Adik2382, Vexations, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, Tshrinivasan, _jensen, rosalieper, 
Agabi10, Taiwania_Justo, Scott_WUaS, Pchelolo, Jonas, Info-farmer, 
Wikidata-bugs, aude, Candalua, Huji, Lydia_Pintscher, Tpt, Mbch331, Rxy, 
Legoktm, Yyn1312, brennen, RhinosF1, Leonard12345q, RazeSoldier, Liudvikas, 
SBisson, Mholloway, KartikMistry
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Bstorm
Bstorm added a comment.


  In T248592#6003342 , 
@Addshore wrote:
  
  > wb_terms in the cloud replicas for wikidatawiki_p is a view though? Or did 
I get that wrong?
  > If it is a view then we just remove that view and create a new table in 
wikidatawiki_p called wb_terms that is empty?
  > If it is not a view then we must do some more things.
  
  We don't have any real tables in the *_p databases, and we should keep it 
that way because I think it very unwise to complicate the wikireplicas more 
than they already are. Only views are in those DBs, and they point at tables in 
the corresponding "non_p" databases. That's the whole basis of the design at 
the moment.  I also do not wish to create things that exist outside the 
scripted system re: the views.
  
  Theoretically, many tasks around the views should be do-able by the WMCS 
on-call without a lot of fuss. The wikidatawiki_p database should just have 
views in it that roughly match the description in the puppet-controlled yaml 
file. Otherwise, it'll get broken by a script run one way or another.
  
  > In T248592#6002790 , 
@Bstorm wrote:
  >
  >> I would prefer the table rename be done, then the views can be adjusted so 
that wb_terms and wb_terms_no_longer_updated both are in the "fullviews" key in 
the yaml.  That will make it clear there is no filtering or other whatnot going 
on.
  >> In the patch I put up both wb_terms and wb_terms_no_longer_updated will 
point to wb_terms until the rename and empty table.
  >
  > If this is the desired approach then we can coordinate this on Monday (or 
chat tomorrow Friday) :)
  
  Sure!

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

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

To: Bstorm
Cc: JAllemandou, Bstorm, Marostegui, WMDE-leszek, Aklapper, Addshore, Phamhi, 
Iflorez, darthmon_wmde, Nandana, sietec, Lahi, Gq86, GoranSMilovanovic, 
Chicocvenancio, Allthingsgo, QZanden, LawExplorer, Minhnv-2809, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T248612: Wikibase dump scripts fail due as they can't find 'Wikibase\Lib\WikibaseSettings'

2020-03-26 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: hoo, Maintenance_bot
Cc: Lea_Lacroix_WMDE, Lydia_Pintscher, ArielGlenn, Aklapper, hoo, Iflorez, 
darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, 
Mbch331, Oblanco79, Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Kent7301, Meekrab2012, joker88john, CucyNoiD, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Af420, Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248612: Wikibase dump scripts fail due as they can't find 'Wikibase\Lib\WikibaseSettings'

2020-03-26 Thread gerritbot
gerritbot added a comment.


  Change 583734 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] DumpEntities: Fix DB group default 
override
  
  https://gerrit.wikimedia.org/r/583734

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

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

To: hoo, gerritbot
Cc: Lea_Lacroix_WMDE, Lydia_Pintscher, ArielGlenn, Aklapper, hoo, Oblanco79, 
Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
Iflorez, darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Addshore
Addshore added a subscriber: JAllemandou.
Addshore added a comment.


  In T248592#6002784 , 
@Marostegui wrote:
  
  > So as far as I understand and from https://gerrit.wikimedia.org/r/583693
  > The view `wb_terms_no_longer_updated` will point to `wb_terms`
  
  As I understand it yes
  
  > The current `wb_terms` view points to `wb_terms`. I thought you wanted to, 
at some point, truncate `wb_terms`. If that happens and you want people to 
still be able to query old `wb_terms` data, we'd need to:
  >
  > - Rename wb_terms table to maybe: `wb_terms_no_longer_updated` and re-point 
the view `wb_terms_no_longer_updated` to that "new" table.
  > - Create an empty `wb_terms` table with the same structure. `wb_terms` view 
will keep pointing to this now empty table.
  
  wb_terms in the cloud replicas for wikidatawiki_p is a view though? Or did I 
get that wrong?
  If it is a view then we just remove that view and create a new table in 
wikidatawiki_p called wb_terms that is empty?
  If it is not a view then we must do some more things.
  
  In T248592#6002790 , 
@Bstorm wrote:
  
  > I would prefer the table rename be done, then the views can be adjusted so 
that wb_terms and wb_terms_no_longer_updated both are in the "fullviews" key in 
the yaml.  That will make it clear there is no filtering or other whatnot going 
on.
  > In the patch I put up both wb_terms and wb_terms_no_longer_updated will 
point to wb_terms until the rename and empty table.
  
  If this is the desired approach then we can coordinate this on Monday (or 
chat tomorrow Friday) :)
  
  In T248592#6002823 , 
@Bstorm wrote:
  
  > Look good now @Addshore and @Marostegui ?
  
  Yup!
  
| wb_terms   |
| wb_terms_no_longer_updated |
| wbc_entity_usage   |
| wbqc_constraints   |
| wbs_propertypairs  |
| wbt_item_terms |
| wbt_property_terms |
| wbt_term_in_lang   |
| wbt_text   |
| wbt_text_in_lang   |
| wbt_type   |
++
107 rows in set (0.00 sec)

MariaDB [wikidatawiki_p]> select * from wb_terms_no_longer_updated limit 1;

+-++-+--+---+---++-+-+
| term_row_id | term_entity_id | term_full_entity_id | term_entity_type | 
term_language | term_type | term_text  | term_search_key | term_weight |

+-++-+--+---+---++-+-+
|  363474 |  50445 | Q50445  | item | 
en-gb | label | Jungwon-gu | |   0 |

+-++-+--+---+---++-+-+
1 row in set (0.01 sec)
MariaDB [wikidatawiki_p]> select * from wb_terms limit 1;

+-++-+--+---+---++-+-+
| term_row_id | term_entity_id | term_full_entity_id | term_entity_type | 
term_language | term_type | term_text  | term_search_key | term_weight |

+-++-+--+---+---++-+-+
|  363474 |  50445 | Q50445  | item | 
en-gb | label | Jungwon-gu | |   0 |

+-++-+--+---+---++-+-+
1 row in set (0.00 sec)
  
  
  
  In T248592#6002918 , 
@Marostegui wrote:
  
  > @Addshore maybe this is not the right task to ask for it but...is Analytics 
aware of this change? They use labsdb1012 to sqoop data the first days of the 
month.
  
  I believe the sqooping of these tables only happens because of a desire by 
WMDE
  I'll make sure we turn this off on Friday!
  Ping @JAllemandou :)

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

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

To: Addshore
Cc: JAllemandou, Bstorm, Marostegui, WMDE-leszek, Aklapper, Addshore, Phamhi, 
Iflorez, darthmon_wmde, Nandana, sietec, Lahi, Gq86, GoranSMilovanovic, 
Chicocvenancio, Allthingsgo, QZanden, LawExplorer, Minhnv-2809, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.

[Wikidata-bugs] [Maniphest] [Claimed] T248612: Wikibase dump scripts fail due as they can't find 'Wikibase\Lib\WikibaseSettings'

2020-03-26 Thread hoo
hoo claimed this task.
hoo moved this task from To Do to Peer Review on the Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞) board.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/3539/

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

To: hoo
Cc: Lea_Lacroix_WMDE, Lydia_Pintscher, ArielGlenn, Aklapper, hoo, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T248612: Wikibase dump scripts fail due as they can't find 'Wikibase\Lib\WikibaseSettings'

2020-03-26 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Lea_Lacroix_WMDE, Lydia_Pintscher, ArielGlenn, Aklapper, hoo, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248612: Wikibase dump scripts fail due as they can't find 'Wikibase\Lib\WikibaseSettings'

2020-03-26 Thread gerritbot
gerritbot added a comment.


  Change 583734 had a related patch set uploaded (by Hoo man; owner: Hoo man):
  [mediawiki/extensions/Wikibase@master] DumpEntities: Fix DB group default 
override
  
  https://gerrit.wikimedia.org/r/583734

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

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

To: gerritbot
Cc: Lea_Lacroix_WMDE, Lydia_Pintscher, ArielGlenn, Aklapper, hoo, Iflorez, 
darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T247950: Add note that “adding/editing references will be possible after saving” to ReferenceSection

2020-03-26 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.35-notes (1.35.0-wmf.26; 2020-03-31).

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

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

To: Tonina_Zhelyazkova_WMDE, ReleaseTaggerBot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Sarai-WMDE, darthmon_wmde, Michael, 
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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T248612: Wikibase dump scripts fail due as they can't find 'Wikibase\Lib\WikibaseSettings'

2020-03-26 Thread hoo
hoo created this task.
hoo added projects: Wikidata-Campsite (Wikidata-Campsite-Iteration-∞), 
MediaWiki-extensions-WikibaseRepository.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  From snapshot1008:
  
(2020-03-24T10:15+00:00) Starting batch 0
Fatal error: Uncaught Error: Class 'Wikibase\Lib\WikibaseSettings' not 
found in 
/srv/mediawiki/php-1.35.0-wmf.24/extensions/Wikibase/repo/maintenance/DumpEntities.php:241
Stack trace:
#0 /srv/mediawiki/php-1.35.0-wmf.24/maintenance/doMaintenance.php(77): 
Wikibase\DumpEntities->finalSetup()
#1 /srv/mediawiki/php-1.35.0-wmf.24/includes/Setup.php(140): 
wfMaintenanceSetup()
#2 /srv/mediawiki/php-1.35.0-wmf.24/maintenance/doMaintenance.php(83): 
require_once('/srv/mediawiki/...')
#3 
/srv/mediawiki/php-1.35.0-wmf.24/extensions/Wikibase/repo/maintenance/dumpRdf.php(204):
 require_once('/srv/mediawiki/...')
#4 /srv/mediawiki/multiversion/MWScript.php(101): 
require_once('/srv/mediawiki/...')
#5 {main}
  thrown in 
/srv/mediawiki/php-1.35.0-wmf.24/extensions/Wikibase/repo/maintenance/DumpEntities.php
 on line 241

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

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

To: hoo
Cc: Lea_Lacroix_WMDE, Lydia_Pintscher, ArielGlenn, Aklapper, hoo, Iflorez, 
darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T248612: Wikibase dump scripts fail due as they can't find 'Wikibase\Lib\WikibaseSettings'

2020-03-26 Thread hoo
hoo updated the task description.

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

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

To: hoo
Cc: Lea_Lacroix_WMDE, Lydia_Pintscher, ArielGlenn, Aklapper, hoo, Iflorez, 
darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T245535: API "Content-Type" header warning

2020-03-26 Thread Pchelolo
Pchelolo edited projects, added Core Platform Team Workboards (External Code 
Reviews); removed Core Platform Team.

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

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

To: Pablo-WMDE, Pchelolo
Cc: WDoranWMF, AMooney, WMDE-leszek, Tonina_Zhelyazkova_WMDE, Michael, 
Lucas_Werkmeister_WMDE, Aklapper, Pablo-WMDE, Alter-paule, Beast1978, Un1tY, 
eprodromou, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, 
Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, 
Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, 
Af420, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, 
holger.knust, EvanProdromou, Agabi10
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Marostegui
Marostegui added a comment.


  @Addshore maybe this is not the right task to ask for it but...is Analytics 
aware of this change? They use labsdb1012 to sqoop data the first days of the 
month.

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

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

To: Marostegui
Cc: Bstorm, Marostegui, WMDE-leszek, Aklapper, Addshore, Phamhi, Iflorez, 
darthmon_wmde, Nandana, sietec, Lahi, Gq86, GoranSMilovanovic, Chicocvenancio, 
Allthingsgo, QZanden, LawExplorer, Minhnv-2809, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331, Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Bstorm
Bstorm updated the task description.

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

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

To: Bstorm
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Phamhi, Iflorez, 
darthmon_wmde, Nandana, sietec, Bstorm, Lahi, Gq86, GoranSMilovanovic, 
Chicocvenancio, Allthingsgo, QZanden, LawExplorer, Minhnv-2809, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unassigned] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Bstorm
Bstorm removed Bstorm as the assignee of this task.

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

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

To: Bstorm
Cc: Bstorm, Marostegui, WMDE-leszek, Aklapper, Addshore, Phamhi, Iflorez, 
darthmon_wmde, Nandana, sietec, Lahi, Gq86, GoranSMilovanovic, Chicocvenancio, 
Allthingsgo, QZanden, LawExplorer, Minhnv-2809, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331, Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Bstorm
Bstorm added a comment.


  Done with today's part.  Openstack upgrades seem to have affected some bots, 
or I'd put it in SAL.

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

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

To: Bstorm
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Phamhi, Iflorez, 
darthmon_wmde, Nandana, sietec, Bstorm, Lahi, Gq86, GoranSMilovanovic, 
Chicocvenancio, Allthingsgo, QZanden, LawExplorer, Minhnv-2809, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Bstorm, Maintenance_bot
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Phamhi, Iflorez, 
darthmon_wmde, Nandana, sietec, Bstorm, Lahi, Gq86, GoranSMilovanovic, 
Chicocvenancio, Allthingsgo, QZanden, LawExplorer, Minhnv-2809, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Jay8g, bd808, Krenair, 
Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
Kent7301, Meekrab2012, joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Af420, Darkminds3113, 
Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, 
Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T247950: Add note that “adding/editing references will be possible after saving” to ReferenceSection

2020-03-26 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Tonina_Zhelyazkova_WMDE, Maintenance_bot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Sarai-WMDE, darthmon_wmde, Michael, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, 
Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
Kent7301, Meekrab2012, joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Af420, Darkminds3113, 
Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, 
Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Bstorm
Bstorm added a comment.


  labsdb1011 is fighting with me. Lots of wikidata queries going on there. I'll 
start killin' 🔪

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

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

To: Bstorm
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Alter-paule, Beast1978, Un1tY, 
Phamhi, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, sietec, Versusxo, Majesticalreaper22, Giuliamocci, 
Bstorm, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Chicocvenancio, Allthingsgo, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Minhnv-2809, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, 
Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Marostegui
Marostegui added a comment.


  That sounds good to me
  Thank you :)

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

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

To: Bstorm, Marostegui
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Alter-paule, Beast1978, Un1tY, 
Phamhi, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, sietec, Versusxo, Majesticalreaper22, Giuliamocci, 
Bstorm, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Chicocvenancio, Allthingsgo, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Minhnv-2809, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, 
Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Bstorm
Bstorm updated the task description.

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

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

To: Bstorm
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Alter-paule, Beast1978, Un1tY, 
Phamhi, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, sietec, Versusxo, Majesticalreaper22, Giuliamocci, 
Bstorm, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Chicocvenancio, Allthingsgo, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Minhnv-2809, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, 
Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Bstorm
Bstorm added a comment.


  Look good now @Addshore and @Marostegui ?

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

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

To: Bstorm
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Alter-paule, Beast1978, Un1tY, 
Phamhi, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, sietec, Versusxo, Majesticalreaper22, Giuliamocci, 
Bstorm, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Chicocvenancio, Allthingsgo, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Minhnv-2809, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, 
Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T240333: Step 1: give users a path to add/edit references on Wikidata (impact: high)

2020-03-26 Thread Tonina_Zhelyazkova_WMDE
Tonina_Zhelyazkova_WMDE closed subtask T247950: Add note that “adding/editing 
references will be possible after saving” to ReferenceSection as 
"Resolved".

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

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

To: Tonina_Zhelyazkova_WMDE
Cc: Charlie_WMDE, Michael, Volker_E, Aklapper, Lydia_Pintscher, Sarai-WMDE, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T247950: Add note that “adding/editing references will be possible after saving” to ReferenceSection

2020-03-26 Thread Tonina_Zhelyazkova_WMDE
Tonina_Zhelyazkova_WMDE closed this task as "Resolved".

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

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

To: Tonina_Zhelyazkova_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Alter-paule, Beast1978, Un1tY, 
Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, 
Kent7301, Meekrab2012, joker88john, Michael, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Bstorm
Bstorm triaged this task as "Medium" priority.
Bstorm updated the task description.

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

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

To: Bstorm
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Alter-paule, Beast1978, Un1tY, 
Phamhi, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, sietec, Versusxo, Majesticalreaper22, Giuliamocci, 
Bstorm, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Chicocvenancio, Allthingsgo, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Minhnv-2809, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, 
Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Bstorm
Bstorm added a comment.


  Proposing a change to the description to match that

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

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

To: Bstorm
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Alter-paule, Beast1978, Un1tY, 
Phamhi, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, sietec, Versusxo, Majesticalreaper22, Giuliamocci, 
Bstorm, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Chicocvenancio, Allthingsgo, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Minhnv-2809, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, 
Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Bstorm
Bstorm added a comment.


  Generally, anything that is "select *" is under the fullviews structure in 
our config as long as the table name is the same. I think that's healthy.  That 
yaml file is hard enough to understand as is.

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

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

To: Bstorm
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Alter-paule, Beast1978, Un1tY, 
Phamhi, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, sietec, Versusxo, Majesticalreaper22, Giuliamocci, 
Bstorm, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Chicocvenancio, Allthingsgo, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Minhnv-2809, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, 
Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Bstorm
Bstorm added a comment.


  I would prefer the table rename be done, then the views can be adjusted so 
that wb_terms and wb_terms_no_longer_updated both are in the "fullviews" key in 
the yaml.  That will make it clear there is no filtering or other whatnot going 
on.
  
  In the patch I put up both wb_terms and wb_terms_no_longer_updated will point 
to wb_terms until the rename and empty table.

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

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

To: Bstorm
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Alter-paule, Beast1978, Un1tY, 
Phamhi, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, sietec, Versusxo, Majesticalreaper22, Giuliamocci, 
Bstorm, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Chicocvenancio, Allthingsgo, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Minhnv-2809, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, 
Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread gerritbot
gerritbot added a comment.


  Change 583693 **merged** by Bstorm:
  [operations/puppet@production] wikireplicas: Add wb_terms_no_longer_updated 
view name
  
  https://gerrit.wikimedia.org/r/583693

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

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

To: Bstorm, gerritbot
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Alter-paule, Beast1978, Un1tY, 
Phamhi, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, sietec, Versusxo, Majesticalreaper22, Giuliamocci, 
Bstorm, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Chicocvenancio, Allthingsgo, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Minhnv-2809, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, 
Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Marostegui
Marostegui added a comment.


  So as far as I understand and from https://gerrit.wikimedia.org/r/583693
  The view `wb_terms_no_longer_updated` will point to `wb_terms`
  
  The current `wb_terms` view points to `wb_terms`. I thought you wanted to, at 
some point, truncate `wb_terms`. If that happens and you want people to still 
be able to query old `wb_terms` data, we'd need to:
  
  - Rename wb_terms table to maybe: `wb_terms_no_longer_updated` and re-point 
the view`wb_terms_no_longer_updated` to that "new" table.
  - Create an empty `wb_terms` table with the same structure. `wb_terms` view 
will keep pointing to this now empty table.
  
  You choose! :)

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

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

To: Bstorm, Marostegui
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Alter-paule, Beast1978, Un1tY, 
Phamhi, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, sietec, Versusxo, Majesticalreaper22, Giuliamocci, 
Bstorm, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Chicocvenancio, Allthingsgo, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Minhnv-2809, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, 
Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Addshore
Addshore added a comment.


  In T248592#6002548 , 
@Marostegui wrote:
  
  > @Addshore the last step on Monday I guess you meant create an empty `table`?
  
  Yes, although now sure if that is actually a CREATE or another view of some 
kinds, as I don't know all of the cloudy things :)
  
  > Also when do you want the table rename to happen?
  
  I guess the table rename is actually different to changing the views?
  If so, I don't think we actually need to rename the table at all? just fiddle 
with the views?

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

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

To: Bstorm, Addshore
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Alter-paule, Beast1978, Un1tY, 
Phamhi, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, sietec, Versusxo, Majesticalreaper22, Giuliamocci, 
Bstorm, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Chicocvenancio, Allthingsgo, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Minhnv-2809, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, 
Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Bstorm, gerritbot
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Alter-paule, Beast1978, Un1tY, 
Phamhi, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, sietec, Versusxo, Majesticalreaper22, Giuliamocci, 
Bstorm, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Chicocvenancio, Allthingsgo, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Minhnv-2809, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, 
Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread gerritbot
gerritbot added a comment.


  Change 583693 had a related patch set uploaded (by Bstorm; owner: Bstorm):
  [operations/puppet@production] wikireplicas: Add wb_terms_no_longer_updated 
view name
  
  https://gerrit.wikimedia.org/r/583693

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

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

To: Bstorm, gerritbot
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Phamhi, Iflorez, 
darthmon_wmde, Nandana, sietec, Bstorm, Lahi, Gq86, GoranSMilovanovic, 
Chicocvenancio, Allthingsgo, QZanden, LawExplorer, Minhnv-2809, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T247950: Add note that “adding/editing references will be possible after saving” to ReferenceSection

2020-03-26 Thread gerritbot
gerritbot added a comment.


  Change 583387 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] bridge: Add a note to References 
section
  
  https://gerrit.wikimedia.org/r/583387

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

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

To: Tonina_Zhelyazkova_WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Alter-paule, Beast1978, Un1tY, 
Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, 
Kent7301, Meekrab2012, joker88john, Michael, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T242617: Wikibase post-merge builds are failing

2020-03-26 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: darthmon_wmde, WMDE-leszek, Michael, Jdforrester-WMF, Umherirrender, 
Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, Aklapper, Jakob_WMDE, 
Totolinototo3, Redabr4, Zanziii, Sadisticturd, Nandana, A.S.Kochergin, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, hashar, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Kent7301, 
Meekrab2012, joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Af420, Darkminds3113, 
Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, 
Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T242444: WikibaseQualityConstraints coverage reports broken

2020-03-26 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: darthmon_wmde, Addshore, Jdforrester-WMF, Umherirrender, Aklapper, 
Lucas_Werkmeister_WMDE, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Agabi10, Scott_WUaS, abian, Wikidata-bugs, 
aude, Mbch331, Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Kent7301, Meekrab2012, joker88john, CucyNoiD, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Af420, Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T238484: Entities returned by mw.wikibase.getEntity lua function differ based on language of the viewer

2020-03-26 Thread Jarekt
Jarekt added a comment.


  I never run into this when processing Wikidata entities, so it is interesting 
that it happens there too. In my codes, I began  to test that two languages 
match and ignore the rest, but if this is a "feature" not a "bug" I can 
probably simplify some of those codes.

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

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

To: Jarekt
Cc: WMDE-leszek, darthmon_wmde, nettrom_WMF, matthiasmullie, Marsupium, Jarekt, 
Aklapper, CBogen, Nandana, JKSTNK, Lahi, PDrouin-WMF, Gq86, E1presidente, 
Ramsey-WMF, Cparle, Anooprao, SandraF_WMF, GoranSMilovanovic, QZanden, 
Tramullas, Acer, LawExplorer, Salgo60, Silverfish, _jensen, rosalieper, 
Scott_WUaS, Susannaanas, Jane023, Wikidata-bugs, Base, aude, Ricordisamoa, 
Wesalius, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T242444: WikibaseQualityConstraints coverage reports broken

2020-03-26 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Maybe the above change fixes it – Iaf27c5ac36 
 would be one change that could be 
merged to trigger a post-merge in the repository and test this, if anyone wants 
to review it. (I think it’s a little bit too substantial for a self-merge, but 
it’s not huge either.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: darthmon_wmde, Addshore, Jdforrester-WMF, Umherirrender, Aklapper, 
Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Kent7301, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, 
Scott_WUaS, abian, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread WMDE-leszek
WMDE-leszek added a comment.


  FWIW, I've updated the description to the date of the second step to match 
the one announce to the community.

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

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

To: Bstorm, WMDE-leszek
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Phamhi, Iflorez, 
darthmon_wmde, Nandana, sietec, Bstorm, Lahi, Gq86, GoranSMilovanovic, 
Chicocvenancio, Allthingsgo, QZanden, LawExplorer, Minhnv-2809, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread WMDE-leszek
WMDE-leszek updated the task description.

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

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

To: Bstorm, WMDE-leszek
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Phamhi, Iflorez, 
darthmon_wmde, Nandana, sietec, Bstorm, Lahi, Gq86, GoranSMilovanovic, 
Chicocvenancio, Allthingsgo, QZanden, LawExplorer, Minhnv-2809, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Marostegui
Marostegui added a comment.


  @Addshore the last step on Monday I guess you meant create an empty `table`?
  Also when do you want the table rename to happen?

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

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

To: Bstorm, Marostegui
Cc: Marostegui, WMDE-leszek, Aklapper, Addshore, Phamhi, Iflorez, 
darthmon_wmde, Nandana, sietec, Bstorm, Lahi, Gq86, GoranSMilovanovic, 
Chicocvenancio, Allthingsgo, QZanden, LawExplorer, Minhnv-2809, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T242444: WikibaseQualityConstraints coverage reports broken

2020-03-26 Thread gerritbot
gerritbot added a comment.


  Change 583677 **merged** by jenkins-bot:
  [integration/config@master] Add extension-coverage to 
WikibaseQualityConstraints
  
  https://gerrit.wikimedia.org/r/583677

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

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

To: gerritbot
Cc: darthmon_wmde, Addshore, Jdforrester-WMF, Umherirrender, Aklapper, 
Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Kent7301, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, 
Scott_WUaS, abian, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Bstorm
Bstorm claimed this task.

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

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

To: Bstorm
Cc: WMDE-leszek, Aklapper, Addshore, Phamhi, Iflorez, darthmon_wmde, Nandana, 
sietec, Bstorm, Lahi, Gq86, GoranSMilovanovic, Chicocvenancio, Allthingsgo, 
QZanden, Marostegui, LawExplorer, Minhnv-2809, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331, Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Bstorm
Bstorm edited projects, added cloud-services-team (Kanban); removed 
Cloud-Services.

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

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

To: Bstorm
Cc: WMDE-leszek, Aklapper, Addshore, Phamhi, Iflorez, darthmon_wmde, Nandana, 
sietec, Bstorm, Lahi, Gq86, GoranSMilovanovic, Chicocvenancio, Allthingsgo, 
QZanden, Marostegui, LawExplorer, Minhnv-2809, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331, Jay8g, bd808, Krenair, Zylc, 1978Gage2001, 
Tbscho, JJMC89, Jitrixis, Gryllida, scfc
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T245535: API "Content-Type" header warning

2020-03-26 Thread WDoranWMF
WDoranWMF added subscribers: AMooney, WDoranWMF.
WDoranWMF added a project: Core Platform Team.
WDoranWMF added a comment.


  @Pablo-WMDE what's the priority for this task?
  
  @AMooney This likely should go to external code review for Clinic Duty but 
tagging it cpt so it gets triaged.

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

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

To: Pablo-WMDE, WDoranWMF
Cc: WDoranWMF, AMooney, WMDE-leszek, Tonina_Zhelyazkova_WMDE, Michael, 
Lucas_Werkmeister_WMDE, Aklapper, Pablo-WMDE, Alter-paule, Beast1978, Un1tY, 
Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, Kent7301, 
holger.knust, EvanProdromou, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Pchelolo, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T242444: WikibaseQualityConstraints coverage reports broken

2020-03-26 Thread gerritbot
gerritbot added a comment.


  Change 583677 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [integration/config@master] Add extension-coverage to 
WikibaseQualityConstraints
  
  https://gerrit.wikimedia.org/r/583677

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

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

To: gerritbot
Cc: darthmon_wmde, Addshore, Jdforrester-WMF, Umherirrender, Aklapper, 
Lucas_Werkmeister_WMDE, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Agabi10, Scott_WUaS, abian, Wikidata-bugs, 
aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T242444: WikibaseQualityConstraints coverage reports broken

2020-03-26 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: darthmon_wmde, Addshore, Jdforrester-WMF, Umherirrender, Aklapper, 
Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Kent7301, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, 
Scott_WUaS, abian, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T242617: Wikibase post-merge builds are failing

2020-03-26 Thread gerritbot
gerritbot added a comment.


  Change 583671 **merged** by jenkins-bot:
  [integration/config@master] Remove extension-coverage from Wikibase
  
  https://gerrit.wikimedia.org/r/583671

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

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

To: gerritbot
Cc: darthmon_wmde, WMDE-leszek, Michael, Jdforrester-WMF, Umherirrender, 
Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, Aklapper, Jakob_WMDE, 
Alter-paule, Beast1978, Un1tY, Totolinototo3, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Redabr4, Kent7301, Zanziii, Sadisticturd, 
Meekrab2012, joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, 
A.S.Kochergin, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, 
aude, Lydia_Pintscher, Mbch331, hashar
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T198341: Remove all references to the rev_text_id and ar_text_id fields

2020-03-26 Thread gerritbot
gerritbot added a comment.


  Change 506573 abandoned by BPirkle:
  Remove references to db fields rev_text_id and ar_text_id
  
  Reason:
  Extremely outdated
  
  https://gerrit.wikimedia.org/r/506573

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

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

To: daniel, gerritbot
Cc: holger.knust, BPirkle, tstarling, gerritbot, Tgr, Jdforrester-WMF, Anomie, 
aude, Aklapper, daniel, Alter-paule, Beast1978, CBogen, Un1tY, eprodromou, 
Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, Kent7301, 
Meekrab2012, joker88john, DannyS712, CucyNoiD, Nandana, NebulousIris, Gaboe420, 
Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, 
Af420, Ramsey-WMF, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, 
Wikidata-bugs, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T242617: Wikibase post-merge builds are failing

2020-03-26 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: darthmon_wmde, WMDE-leszek, Michael, Jdforrester-WMF, Umherirrender, 
Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, Aklapper, Jakob_WMDE, 
Alter-paule, Beast1978, Un1tY, Totolinototo3, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Redabr4, Kent7301, Zanziii, Sadisticturd, 
Meekrab2012, joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, 
A.S.Kochergin, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, 
aude, Lydia_Pintscher, Mbch331, hashar
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T242617: Wikibase post-merge builds are failing

2020-03-26 Thread gerritbot
gerritbot added a comment.


  Change 583671 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [integration/config@master] Remove extension-coverage from Wikibase
  
  https://gerrit.wikimedia.org/r/583671

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

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

To: gerritbot
Cc: darthmon_wmde, WMDE-leszek, Michael, Jdforrester-WMF, Umherirrender, 
Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, Aklapper, Jakob_WMDE, 
Totolinototo3, Redabr4, Zanziii, Sadisticturd, Nandana, A.S.Kochergin, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, hashar
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T238661: Step 1: nicer formatting of reference snaks (impact: high)

2020-03-26 Thread gerritbot
gerritbot added a comment.


  Change 583664 had a related patch set uploaded (by Pablo Grass (WMDE); owner: 
Pablo Grass (WMDE)):
  [mediawiki/extensions/Wikibase@master] ApiFormatReference: add basic e2e tests
  
  https://gerrit.wikimedia.org/r/583664

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

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

To: gerritbot
Cc: Charlie_WMDE, Sarai-WMDE, Pablo-WMDE, Lucas_Werkmeister_WMDE, Aklapper, 
Lydia_Pintscher, darthmon_wmde, Michael, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T238661: Step 1: nicer formatting of reference snaks (impact: high)

2020-03-26 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Charlie_WMDE, Sarai-WMDE, Pablo-WMDE, Lucas_Werkmeister_WMDE, Aklapper, 
Lydia_Pintscher, Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, Kent7301, Meekrab2012, joker88john, 
Michael, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T198557: Remove the ability to write pre-MCR fields, limit the ability to read pre-MCR fields to migration scripts

2020-03-26 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.35-notes (1.35.0-wmf.26; 2020-03-31).

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

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

To: daniel, ReleaseTaggerBot
Cc: DannyS712, Jdforrester-WMF, BPirkle, Fjalapeno, CCicalese_WMF, Aklapper, 
daniel, Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, darthmon_wmde, Kent7301, RhinosF1, Meekrab2012, joker88john, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, 
Agabi10, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T242617: Wikibase post-merge builds are failing

2020-03-26 Thread Jdforrester-WMF
Jdforrester-WMF added a comment.


  Someone who knows what documentation you expect to get generated where builds 
an entire bespoke job just for you. Normally these kinds of issues are dealt 
with by @addshore, as for everyone else with the needed skills/access it'd 
require pairing with someone from the Wikidata team to drip-feed expectations.

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

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

To: Jdforrester-WMF
Cc: darthmon_wmde, WMDE-leszek, Michael, Jdforrester-WMF, Umherirrender, 
Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, Aklapper, Jakob_WMDE, 
Totolinototo3, Redabr4, Zanziii, Sadisticturd, Nandana, A.S.Kochergin, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, hashar
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T242617: Wikibase post-merge builds are failing

2020-03-26 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  In T242617#5941610 , 
@Jdforrester-WMF wrote:
  
  > I mean, we can switch it back off, but that doesn't get Wikibase 
documentation fixed…
  
  So what would it take to get it fixed? (I hope the “standard directory 
layout” of T88434#4918047  
isn’t the only solution, because I don’t think that’s happening soon.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: darthmon_wmde, WMDE-leszek, Michael, Jdforrester-WMF, Umherirrender, 
Pablo-WMDE, Lucas_Werkmeister_WMDE, Addshore, Aklapper, Jakob_WMDE, 
Totolinototo3, Redabr4, Zanziii, Sadisticturd, Nandana, A.S.Kochergin, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, hashar
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T248451: Custom parallelism configuration for Streaming Updater

2020-03-26 Thread Zbyszko
Zbyszko updated the task description.

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

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

To: Zbyszko
Cc: Aklapper, Zbyszko, darthmon_wmde, Nandana, 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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T248449: Add error handling for Streaming Updater

2020-03-26 Thread Zbyszko
Zbyszko updated the task description.

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

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

To: Zbyszko
Cc: Aklapper, Zbyszko, darthmon_wmde, Nandana, 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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T248450: Monitor Streaming Updater - metrics

2020-03-26 Thread Zbyszko
Zbyszko renamed this task from "Monitor Streaming Updater Latency" to "Monitor 
Streaming Updater - metrics ".
Zbyszko updated the task description.

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

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

To: Zbyszko
Cc: Aklapper, Zbyszko, darthmon_wmde, Nandana, 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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T248464: Implement ouput format in Streaming Updater

2020-03-26 Thread Zbyszko
Zbyszko renamed this task from "Implement NTriples format ouput in Streaming 
Updater" to "Implement ouput format in Streaming Updater".
Zbyszko updated the task description.

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

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

To: Zbyszko
Cc: Aklapper, Zbyszko, darthmon_wmde, Nandana, 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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T248592: Move wb_terms data in cloud replicas to wb_terms_no_longer_updated

2020-03-26 Thread Addshore
Addshore created this task.
Addshore added projects: Wikidata, DBA, Cloud-Services.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  In order to ease the transition period from the new to old wikidata terms 
storage tables we want to keep the old and no updated data for tools to choose 
to continue using if they want and if that would not lead to any undesired side 
effects.
  Old, non updated data will continue to exist in a view called 
wb_terms_no_longer_updated, and wb_terms will be emptied so that other tools 
notice that the old data source should no longer be used.
  
  **Steps**
  
  Thursday 26th
  
  [ ] Make another view of wb_terms on cloud replicas called 
"wb_terms_no_longer_updated"
  
  Monday 30th
  
  [ ] Delete the regular wb_terms view on the cloud replicas
  [ ] Create an empty view called wb_terms with the same structure as the old 
view but with no data

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

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

To: Addshore
Cc: Aklapper, Addshore, Iflorez, darthmon_wmde, Nandana, Zylc, 1978Gage2001, 
Lahi, Gq86, GoranSMilovanovic, Chicocvenancio, QZanden, Tbscho, Marostegui, 
LawExplorer, Minhnv-2809, JJMC89, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, Jitrixis, aude, Gryllida, scfc, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T198557: Remove the ability to write pre-MCR fields, limit the ability to read pre-MCR fields to migration scripts

2020-03-26 Thread gerritbot
gerritbot added a comment.


  Change 583606 **merged** by jenkins-bot:
  [mediawiki/core@master] MovePage: Remove pre-MCR code
  
  https://gerrit.wikimedia.org/r/583606

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

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

To: daniel, gerritbot
Cc: DannyS712, Jdforrester-WMF, BPirkle, Fjalapeno, CCicalese_WMF, Aklapper, 
daniel, Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, darthmon_wmde, Kent7301, RhinosF1, Meekrab2012, joker88john, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, 
Agabi10, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248439: Unable to remove P727 - The save has failed.

2020-03-26 Thread DannyS712
DannyS712 added a comment.


  Would it be possible to allow other edits to go through even if the sitelink 
conflicts?

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

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

To: DannyS712
Cc: Lucas_Werkmeister_WMDE, DannyS712, Aklapper, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T238484: Entities returned by mw.wikibase.getEntity lua function differ based on language of the viewer

2020-03-26 Thread matthiasmullie
matthiasmullie moved this task from Ready for Estimation to Blocked on the 
Structured-Data-Backlog (Current Work) board.
matthiasmullie added a comment.


  Apologies it took awhile to get back to this! Unfortunately, this has not 
resolved itself over time :)
  
  This is not MediaInfo/Commons-specific, this also happens on Wikidata in a 
similar scenario. Easiest way to check: run below line on the Lua debug console 
(e.g. on https://www.wikidata.org/w/index.php?title=Module:Sandbox&action=edit) 
with your language set to anything other than English (`uselang` won't work, 
though - actually change your display language)
  `mw.logObject( mw.wikibase.getEntity( 'Q6267810' ) )`
  
  You'll find that the output includes this:
  
["labels"] = table#10 {
  metatable = table#11
  ["en"] = table#12 {
["language"] = "en",
["value"] = "Johnny Turbo",
  },
  ["pl"] = table#12 {
["language"] = "en",
["value"] = "Johnny Turbo",
  },
},
  
  There is a `pl` entry (or whatever non-English language you selected), even 
though the entity  doesn't have a label 
in that language.
  
  This happens inside `ClientEntitySerializer:serialize()`: the original entity 
`$serialization` is just fine, but it looks like the fallback chain handling 
then adds the other (`pl` in this case) entry.
  Looking at the code, this is probably intentional behavior, and one could 
verify languages with the `language` key included for each label entry.
  I'm not 100% certain it should be like this, though - i.e. it also seems to 
affect `wbc_entity_usage` results (T238484#5738295 
).
  
  I'll defer to Wikidata team about what (if anything) should happen here.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/4232/

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

To: matthiasmullie
Cc: nettrom_WMF, matthiasmullie, Marsupium, Jarekt, Aklapper, CBogen, 
darthmon_wmde, Nandana, JKSTNK, Lahi, PDrouin-WMF, Gq86, E1presidente, 
Ramsey-WMF, Cparle, Anooprao, SandraF_WMF, GoranSMilovanovic, QZanden, 
Tramullas, Acer, LawExplorer, Salgo60, Silverfish, _jensen, rosalieper, 
Scott_WUaS, Susannaanas, Jane023, Wikidata-bugs, Base, aude, Ricordisamoa, 
Wesalius, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T238484: Entities returned by mw.wikibase.getEntity lua function differ based on language of the viewer

2020-03-26 Thread matthiasmullie
matthiasmullie renamed this task from "Structured Data on Commons entities 
returned by mw.wikibase.getEntity lua function differ based on language of the 
viewer" to "Entities returned by mw.wikibase.getEntity lua function differ 
based on language of the viewer".

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

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

To: matthiasmullie
Cc: nettrom_WMF, matthiasmullie, Marsupium, Jarekt, Aklapper, CBogen, 
darthmon_wmde, Nandana, JKSTNK, Lahi, PDrouin-WMF, Gq86, E1presidente, 
Ramsey-WMF, Cparle, Anooprao, SandraF_WMF, GoranSMilovanovic, QZanden, 
Tramullas, Acer, LawExplorer, Salgo60, Silverfish, _jensen, rosalieper, 
Scott_WUaS, Susannaanas, Jane023, Wikidata-bugs, Base, aude, Ricordisamoa, 
Wesalius, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T198557: Remove the ability to write pre-MCR fields, limit the ability to read pre-MCR fields to migration scripts

2020-03-26 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: daniel, gerritbot
Cc: DannyS712, Jdforrester-WMF, BPirkle, Fjalapeno, CCicalese_WMF, Aklapper, 
daniel, Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, darthmon_wmde, Kent7301, RhinosF1, Meekrab2012, joker88john, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, 
Agabi10, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T198557: Remove the ability to write pre-MCR fields, limit the ability to read pre-MCR fields to migration scripts

2020-03-26 Thread gerritbot
gerritbot added a comment.


  Change 583606 had a related patch set uploaded (by Anomie; owner: Anomie):
  [mediawiki/core@master] MovePage: Remove pre-MCR code
  
  https://gerrit.wikimedia.org/r/583606

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

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

To: daniel, gerritbot
Cc: DannyS712, Jdforrester-WMF, BPirkle, Fjalapeno, CCicalese_WMF, Aklapper, 
daniel, darthmon_wmde, RhinosF1, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, JJMC89, _jensen, rosalieper, Agabi10, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T239163: Inform users about constraint violation

2020-03-26 Thread ReleaseTaggerBot
ReleaseTaggerBot edited projects, added MW-1.35-notes (1.35.0-wmf.26; 
2020-03-31); removed MW-1.35-notes (1.35.0-wmf.23; 2020-03-10).

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

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

To: Cparle, ReleaseTaggerBot
Cc: Etonkovidova, Ramsey-WMF, Cparle, Jheald, Lucas_Werkmeister_WMDE, 
WMDE-leszek, Aklapper, PDrouin-WMF, Multichill, egardner, Alter-paule, 
Beast1978, CBogen, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Abit, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T235292: Add P4224 to wgWBQualityConstraintsPropertiesWithViolatingQualifiers

2020-03-26 Thread abian
abian added a comment.


  I think that other constraints still apply even if "manner of death" 
(`P1196`) is used as a qualifier for "category contains" (`P4224`). Also, 
"category contains" (`P4224`) will not be the only property with which "manner 
of death" (`P1196`) and other properties can be used as qualifiers.
  
  The difference between
  
  - properties that can be used with main values but not as qualifiers and
  - properties that can be used in both ways
  
  doesn't seem clear. Many properties (like "manner of death") that today are 
indicated to be limited to main values could be used at any time as qualifiers 
with a current or future property, or are even already violating the 
constraint, at least according to the flexible way qualifiers are used and 
understood right now.
  
  There's already a general tendency to add false positives as exceptions to 
patch up poorly polished constraints, even a tendency (less usual but existing) 
to ignore violations, instead of rethinking and improving on previous work 
(data or constraints). This is causing the constraints to become increasingly 
complex and over-adjusted to specific data, and therefore less generalizable, 
understandable and useful. Spreading to darker layers of 
configuration/implementation the habit of adding exceptions to ignore the 
expected behavior of some constraints instead of rethinking them could make 
things worse.
  
  Defining general constraints in a correct and justified way takes time and 
effort, but it's the only way to get useful constraints. At the moment I do not 
believe that new layers of complexity are necessary to satisfy certain use 
cases, but just the opposite, I believe that we should make the features and 
constraints simpler and more generalizable, or one day not even Lucas (Lucas! 
:O) will end up knowing how Property constraints work.

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

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

To: abian
Cc: abian, DannyS712, Lucas_Werkmeister_WMDE, Lydia_Pintscher, Aklapper, 
Bugreporter, Alter-paule, Beast1978, Un1tY, Hook696, CptViraj, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, Kent7301, Dibya, Meekrab2012, 
joker88john, 94rain, CucyNoiD, Nandana, NebulousIris, Tks4Fish, Gaboe420, 
Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, 
Af420, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 
Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Zoranzoki21, 
LawExplorer, WSH1906, Lewizho99, Maathavan, DatGuy, Devwaker, Niklitov, 
_jensen, Urbanecm, rosalieper, Agabi10, JEumerus, Scott_WUaS, Ananthsubray, 
Superzerocool, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, Wikidata-bugs, 
Snowolf, aude, Dcljr, Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T239163: Inform users about constraint violation

2020-03-26 Thread gerritbot
gerritbot added a comment.


  Change 583080 **merged** by jenkins-bot:
  [mediawiki/extensions/WikibaseQualityConstraints@master] Handle linking to 
federated props in constraint violation
  
  https://gerrit.wikimedia.org/r/583080

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

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

To: Cparle, gerritbot
Cc: Etonkovidova, Ramsey-WMF, Cparle, Jheald, Lucas_Werkmeister_WMDE, 
WMDE-leszek, Aklapper, PDrouin-WMF, Multichill, egardner, Alter-paule, 
Beast1978, CBogen, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Abit, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T248582: Wire up scrape analysis scripts to makefile

2020-03-26 Thread ItamarWMDE
ItamarWMDE created this task.
ItamarWMDE added a project: Wikidata - Reference Treasure Hunt.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  To prevent loss of work and knowledge, and to properly document our research 
process, as well as reproduce it, the scripts written by @ItamarWMDE and 
@Tarrow need to be wired up in the makefile of the research repository: 
https://github.com/wmde/reference-island

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/4635/

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

To: ItamarWMDE
Cc: Tarrow, Aklapper, ItamarWMDE, darthmon_wmde, 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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T221764: Overview of wb_terms redesign

2020-03-26 Thread Addshore
Addshore added a parent task: T208425: [EPIC] Kill the wb_terms table.

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

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

To: Addshore
Cc: Mholloway, Jane023, ArielGlenn, jcrespo, eranroz, Jdforrester-WMF, 
WMDE-leszek, Lucas_Werkmeister_WMDE, Marostegui, bd808, Lea_Lacroix_WMDE, 
matej_suchanek, Multichill, Ricordisamoa, Pasleim, Magnus, MusikAnimal, 
Aklapper, alaa_wmde, darthmon_wmde, 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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T208425: [EPIC] Kill the wb_terms table

2020-03-26 Thread Addshore
Addshore added a subtask: T221764: Overview of wb_terms redesign.

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

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

To: Addshore
Cc: Mahir256, Pasleim, Jony, Lea_Lacroix_WMDE, Bugreporter, Ladsgroup, 
JAllemandou, ArielGlenn, jcrespo, Joe, Gehel, alaa_wmde, Marostegui, 
Jdforrester-WMF, Addshore, Aklapper, darthmon_wmde, 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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T247952: Add new application status

2020-03-26 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Alter-paule, Beast1978, Un1tY, 
Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, 
Kent7301, Meekrab2012, joker88john, Michael, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T247952: Add new application status

2020-03-26 Thread gerritbot
gerritbot added a comment.


  Change 583584 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/Wikibase@master] bridge: introduce SAVED 
ApplicationStatus
  
  https://gerrit.wikimedia.org/r/583584

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Sarai-WMDE, darthmon_wmde, Michael, 
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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T247952: Add new application status

2020-03-26 Thread gerritbot
gerritbot added a comment.


  Change 583585 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/Wikibase@master] bridge: rudimentary “saved” status 
handling in App
  
  https://gerrit.wikimedia.org/r/583585

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Alter-paule, Beast1978, Un1tY, 
Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, 
Kent7301, Meekrab2012, joker88john, Michael, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T247952: Add new application status

2020-03-26 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE moved this task from To do to Doing on the 
Wikidata-Bridge-Sprint-17 board.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/4663/

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Sarai-WMDE, darthmon_wmde, Michael, 
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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T248479: Add external link icon after links in references

2020-03-26 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Pablo-WMDE, Charlie_WMDE, Sarai-WMDE, Lucas_Werkmeister_WMDE, Aklapper, 
Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, Michael, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248479: Add external link icon after links in references

2020-03-26 Thread gerritbot
gerritbot added a comment.


  Change 583577 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/Wikibase@master] bridge: don’t remove default wrap 
output class
  
  https://gerrit.wikimedia.org/r/583577

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Pablo-WMDE, Charlie_WMDE, Sarai-WMDE, Lucas_Werkmeister_WMDE, Aklapper, 
darthmon_wmde, Michael, 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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T248479: Add external link icon after links in references

2020-03-26 Thread Pablo-WMDE
Pablo-WMDE added a comment.


  > I believe it is perfectly acceptable (and even adds extra consistency) to 
let each skin add its default icon
  
  The dimension of skins was mentioned more than once as a blind spot when 
discussing design of a potential component library. This is a very pragmatic 
decision (a tiny representative of a whole class of similar challenges) in the 
absence of conceptual decisions.
  Case in point: the is no storybook to showcase how different components look 
like in different skins.

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

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

To: Lucas_Werkmeister_WMDE, Pablo-WMDE
Cc: Pablo-WMDE, Charlie_WMDE, Sarai-WMDE, Lucas_Werkmeister_WMDE, Aklapper, 
darthmon_wmde, Michael, 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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T103676: Wikidata changes in watchlist on client showed wrong links

2020-03-26 Thread matej_suchanek
matej_suchanek removed a parent task: T90435: [Epic] Wikidata watchlist 
improvements (client).

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

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

To: matej_suchanek
Cc: Bugreporter, Aschroet, Ricordisamoa, Lydia_Pintscher, Bene, matej_suchanek, 
Aklapper, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T49720: Provide information about changes to Wikidata items linked with watched pages via API

2020-03-26 Thread matej_suchanek
matej_suchanek removed a parent task: T90435: [Epic] Wikidata watchlist 
improvements (client).

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

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

To: matej_suchanek
Cc: Ricordisamoa, Aklapper, Sitic, Wikidata-bugs, Schnark, aude, 
Lydia_Pintscher, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T192521: Remove linked to / removed other language wiki from enwiki Wikidata watchlist

2020-03-26 Thread matej_suchanek
matej_suchanek removed a parent task: T90435: [Epic] Wikidata watchlist 
improvements (client).

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

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

To: matej_suchanek
Cc: Capankajsmilyo, Aklapper, darthmon_wmde, DannyS712, Nandana, Jony, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T184889: changes of sitelinks of other projects generate RC entry on client wiki

2020-03-26 Thread matej_suchanek
matej_suchanek removed a parent task: T90435: [Epic] Wikidata watchlist 
improvements (client).

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

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

To: matej_suchanek
Cc: IKhitron, Aklapper, eranroz, darthmon_wmde, DannyS712, Nandana, Jony, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T104806: hideanons=1 on Special:recentchanges hides all wikidata changes including edits done by registered users on wikidata

2020-03-26 Thread matej_suchanek
matej_suchanek removed a parent task: T90435: [Epic] Wikidata watchlist 
improvements (client).

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

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

To: matej_suchanek
Cc: Ricordisamoa, MGChecker, Merl, Aklapper, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T78493: Recent changes RSS feed missing Wikidata edit summaries / diff and incorrect links

2020-03-26 Thread matej_suchanek
matej_suchanek removed a parent task: T90435: [Epic] Wikidata watchlist 
improvements (client).

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

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

To: matej_suchanek
Cc: aude, Aklapper, Lydia_Pintscher, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T90435: [Epic] Wikidata watchlist improvements (client)

2020-03-26 Thread matej_suchanek
matej_suchanek removed subtasks: T192521: Remove linked to / removed other 
language wiki from enwiki Wikidata watchlist, T184889: changes of sitelinks of 
other projects generate RC entry on client wiki, T103676: Wikidata changes in 
watchlist on client showed wrong links, T104806: hideanons=1 on 
Special:recentchanges hides all wikidata changes including edits done by 
registered users on wikidata, T49720: Provide information about changes to 
Wikidata items linked with watched pages via API, T78493: Recent changes RSS 
feed missing Wikidata edit summaries / diff and incorrect links .

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

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

To: matej_suchanek
Cc: Amire80, Fuzheado, AfroThundr3007730, Yair_rand, Larske, Capankajsmilyo, 
stjn, Zache, Noella94, Elitre, PokestarFan, Tbayer, Aschroet, IKhitron, Esh77, 
TomT0m, Oliv0, abian, Daniel_Mietchen, Soisyc_Croisic, H4stings, Ricordisamoa, 
matej_suchanek, MGChecker, Sitic, JanZerebecki, Conny, Snaterlicious, Quiddity, 
Rschen7754, Ainali, MisterSynergy, Lydia_Pintscher, Aklapper, daniel, 
NavinRizwi, darthmon_wmde, DannyS712, Nickleh, Nandana, kostajh, Jony, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Taiwania_Justo, Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T125768: [feature request] Watchlist display of wikidata edits (of items connected to a page via arbitrary access) is a bit confusing [add label of linked item]

2020-03-26 Thread matej_suchanek
matej_suchanek removed a subscriber: iecetcwcpggwqpgciazwvzpfjpwomjxn.
matej_suchanek updated the task description.

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

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

To: matej_suchanek
Cc: Bene, Lydia_Pintscher, Ricordisamoa, Aschroet, Bugreporter, 
Mattflaschen-WMF, Catrope, matej_suchanek, JAnD, Capankajsmilyo, Fomafix, 
Elitre, Ladsgroup, Quiddity, Evad37, Yair_rand, Liuxinyu970226, Thryduulf, 
Sjoerddebruin, daniel, GermanJoe, hoo, Esc3300, aude, Aklapper, darthmon_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, Mbch331, iecetcwcpggwqpgciazwvzpfjpwomjxn
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T248479: Add external link icon after links in references

2020-03-26 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE moved this task from To do to Doing on the 
Wikidata-Bridge-Sprint-17 board.
Lucas_Werkmeister_WMDE added a comment.


  Great, thank you :)

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/4663/

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

To: Lucas_Werkmeister_WMDE
Cc: LucasWerkmeister, Pablo-WMDE, Charlie_WMDE, Sarai-WMDE, 
Lucas_Werkmeister_WMDE, Aklapper, darthmon_wmde, Michael, 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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T248479: Add external link icon after links in references

2020-03-26 Thread Sarai-WMDE
Sarai-WMDE added a subscriber: LucasWerkmeister.
Sarai-WMDE added a comment.


  > I think it would be well within our rights to simply add that class and 
then let the skin add the icon, rather than doing it ourselves." - I agree, 
sounds fair.
  
  
  
  > Such an icon would be smaller than the one seen in the T238661 
 screenshot, though (see below). 
@Charlie_WMDE or @Sarai-WMDE – is that acceptable?"
  
  I believe it is perfectly acceptable (and even adds extra consistency) to let 
each skin add its default icon, @LucasWerkmeister.

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

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

To: Sarai-WMDE
Cc: LucasWerkmeister, Pablo-WMDE, Charlie_WMDE, Sarai-WMDE, 
Lucas_Werkmeister_WMDE, Aklapper, darthmon_wmde, Michael, 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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T238661: Step 1: nicer formatting of reference snaks (impact: high)

2020-03-26 Thread Sarai-WMDE
Sarai-WMDE added a comment.


  I'm sorry about the inconsistency represented by the designs: specimen 3 is 
stale, specimens 1 and 2 are inconsistent: both should display the icon 
indicating external links.
  
  I believe we overlooked the skin interpretation and tried to go for a 
"custom" more "user-friendly" and visible icon (based on the Minerva 
interpretation 
)
 in Vector.
  
  As already mentioned in T248479 , 
I don't think we need to invest in creating a new icon. Simply adding the 
necessary class and letting each skin add its interpretation is more than good 
enough, and makes the Bridge consistent with each skin environment.

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

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

To: Sarai-WMDE
Cc: Charlie_WMDE, Sarai-WMDE, Pablo-WMDE, Lucas_Werkmeister_WMDE, Aklapper, 
Lydia_Pintscher, darthmon_wmde, Michael, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


  1   2   >