[Wikidata-bugs] [Maniphest] T258333: Add French namespace translations to the Wikibase repository

2020-07-24 Thread gerritbot
gerritbot added a comment.


  Change 616196 had a related patch set uploaded (by African Hope; owner: 
African Hope):
  [mediawiki/extensions/Wikibase@master] Add translations for French namespace
  
  https://gerrit.wikimedia.org/r/616196

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

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

To: gerritbot
Cc: Eihel, Pamputt, Akuckartz, Soda, Chaytanya, darthmon_wmde, wiki-helenatxu, 
DannyS712, Nandana, Kieubinhtb, Tks4Fish, Mringgaard, Mh-3110, Asad_Ali_Palijo, 
Lahi, Gq86, GoranSMilovanovic, Soteriaspace, JakeTheDeveloper, QZanden, 
LawExplorer, _jensen, rosalieper, D3r1ck01, Scott_WUaS, Srdjan, Jonas, 
MuhammadShuaib, LNDDYL, Psychoslave, Tmalhotra, SimmeD, Wikidata-bugs, aude, 
Gryllida, Shizhao, Lydia_Pintscher, Arrbee, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258333: Add French namespace translations to the Wikibase repository

2020-07-24 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Eihel, Pamputt, Alter-paule, Beast1978, Un1tY, Akuckartz, Soda, Chaytanya, 
Hook696, darthmon_wmde, wiki-helenatxu, Kent7301, joker88john, DannyS712, 
CucyNoiD, Nandana, Kieubinhtb, Tks4Fish, Mringgaard, Gaboe420, Mh-3110, 
Giuliamocci, Asad_Ali_Palijo, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Soteriaspace, JakeTheDeveloper, QZanden, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, D3r1ck01, Scott_WUaS, Srdjan, Jonas, 
MuhammadShuaib, LNDDYL, Psychoslave, Tmalhotra, SimmeD, Wikidata-bugs, aude, 
Gryllida, Shizhao, Lydia_Pintscher, Arrbee, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258658: Migrate Wikibase Settings to mediawiki config handler

2020-07-24 Thread Legoktm
Legoktm added a comment.



class WikibaseGlobalArrayConfig {
 public static function factory() {
  global $wgWBRepoSettings;
  return new self ( $wgWBRepoSettings );
 }

 public function __construct( array $settings ) {
  ...
 }
}

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

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

To: Legoktm
Cc: ItamarWMDE, Addshore, Tarrow, Lucas_Werkmeister_WMDE, Jdforrester-WMF, 
daniel, Legoktm, Aklapper, Ladsgroup, Akuckartz, darthmon_wmde, DannyS712, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, MGChecker, Wikidata-bugs, aude, Mbch331, Rxy, 
Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258658: Migrate Wikibase Settings to mediawiki config handler

2020-07-24 Thread Ladsgroup
Ladsgroup added a comment.


  Maybe I'm missing something obvious but I can't find a way to pass 
$wgWBRepoSettings to the factory function, the config registry or config 
factory doesn't support ObjectFactory and it just does this:
  
$conf = call_user_func( $this->factoryFunctions[$key], $this );
  
  Can you help me figure out what I'm missing?

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

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

To: Ladsgroup
Cc: ItamarWMDE, Addshore, Tarrow, Lucas_Werkmeister_WMDE, Jdforrester-WMF, 
daniel, Legoktm, Aklapper, Ladsgroup, Akuckartz, darthmon_wmde, DannyS712, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, MGChecker, Wikidata-bugs, aude, Mbch331, Rxy, 
Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T248866: Consider having a linter that could catch config file entries that set unused variables

2020-07-24 Thread Legoktm
Legoktm added a comment.


  In theory you can get every possible config option by reading through 
extension.json and DefaultSettings.php. But we often stage new config settings 
before deployment, so the proposed linter would need to be able to work around 
that.
  
  @Krinkle's codesearch-based script might work nicely in CI (maybe with some 
false positive exclusion list) because as soon as something is merged in 
master, it'll be in search so it can be added to mediawiki-config.

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

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

To: Legoktm
Cc: Legoktm, Krinkle, Jdforrester-WMF, ArielGlenn, Aklapper, mmodell, 
Akuckartz, Totolinototo3, darthmon_wmde, Redabr4, Zanziii, Sadisticturd, 
DannyS712, Nandana, jijiki, Klaas_Z4us_V, A.S.Kochergin, Lahi, Gq86, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, elukey, _jensen, 
rosalieper, Scott_WUaS, MGChecker, Wikidata-bugs, aude, Mbch331, Rxy, Jay8g, 
Krenair, hashar
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258658: Migrate Wikibase Settings to mediawiki config handler

2020-07-24 Thread Legoktm
Legoktm added a comment.


  I think in general your plan sounds good, but you can just do it all in 
Wikibase. Just define the GlobalArrayConfig class in Wikibase, and have the 
factory function pass $wgWBRepoSettings to the new instance.

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

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

To: Legoktm
Cc: ItamarWMDE, Addshore, Tarrow, Lucas_Werkmeister_WMDE, Jdforrester-WMF, 
daniel, Legoktm, Aklapper, Ladsgroup, Akuckartz, darthmon_wmde, DannyS712, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, MGChecker, Wikidata-bugs, aude, Mbch331, Rxy, 
Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258835: Update Commons query service favicon

2020-07-24 Thread Multichill
Multichill created this task.
Multichill added projects: Commons, Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  Becuase of T211474  
https://wcqs-beta.wmflabs.org/ currently has 
https://commons.wikimedia.org/wiki/File:Wikidata_Query_Service_Favicon.svg at 
https://wcqs-beta.wmflabs.org/favicon.ico . This should probably be updated to 
a favicon based on the Commons logo.

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

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

To: Multichill
Cc: Gehel, Aklapper, Multichill, CBogen, Akuckartz, darthmon_wmde, Nandana, 
Namenlos314, Lahi, Gq86, Ramsey-WMF, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Poyekhali, _jensen, rosalieper, 
Taiwania_Justo, Scott_WUaS, Jonas, Xmlizer, Ixocactus, Wong128hk, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, El_Grafo, Dinoguy1000, Manybubbles, 
Steinsplitter, Mbch331, Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T240675: DispatchingValueSnakRdfBuilder::getValueBuilder: No RDF builder defined for data type wikibase-lexeme nor for value type bad.

2020-07-24 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Addshore, Lucas_Werkmeister_WMDE, Michael, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, 
Mringgaard, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T255054: PHP Warning: No RDF builder defined for data type wikibase-form nor for value type bad.

2020-07-24 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, Lydia_Pintscher, WMDE-leszek, Pablo-WMDE, Aklapper, 
thcipriani, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, 
Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, 
aude, Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T255054: PHP Warning: No RDF builder defined for data type wikibase-form nor for value type bad.

2020-07-24 Thread gerritbot
gerritbot added a comment.


  Change 616167 had a related patch set uploaded (by Ladsgroup; owner: 
Ladsgroup):
  [mediawiki/extensions/WikibaseLexeme@master] [WIP] Add rdf-data-type for 
entity property types
  
  https://gerrit.wikimedia.org/r/616167

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

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

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, Lydia_Pintscher, WMDE-leszek, Pablo-WMDE, Aklapper, 
thcipriani, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, 
aude, Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T251421: PHP Warning: Wikibase\Rdf\DispatchingValueSnakRdfBuilder::getValueBuilder: No RDF builder defined for data type wikibase-form nor for value type bad.

2020-07-24 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Addshore, brennen, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Mringgaard, Gaboe420, 
lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T240675: DispatchingValueSnakRdfBuilder::getValueBuilder: No RDF builder defined for data type wikibase-lexeme nor for value type bad.

2020-07-24 Thread gerritbot
gerritbot added a comment.


  Change 616167 had a related patch set uploaded (by Ladsgroup; owner: 
Ladsgroup):
  [mediawiki/extensions/WikibaseLexeme@master] [WIP] Add rdf-data-type for 
entity property types
  
  https://gerrit.wikimedia.org/r/616167

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

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

To: gerritbot
Cc: Addshore, Lucas_Werkmeister_WMDE, Michael, Akuckartz, darthmon_wmde, 
Nandana, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T251421: PHP Warning: Wikibase\Rdf\DispatchingValueSnakRdfBuilder::getValueBuilder: No RDF builder defined for data type wikibase-form nor for value type bad.

2020-07-24 Thread gerritbot
gerritbot added a comment.


  Change 616167 had a related patch set uploaded (by Ladsgroup; owner: 
Ladsgroup):
  [mediawiki/extensions/WikibaseLexeme@master] [WIP] Add rdf-data-type for 
entity property types
  
  https://gerrit.wikimedia.org/r/616167

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

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

To: gerritbot
Cc: Addshore, brennen, Akuckartz, darthmon_wmde, Nandana, Mringgaard, 
lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

2020-07-24 Thread gerritbot
gerritbot added a comment.


  Change 616161 had a related patch set uploaded (by Ladsgroup; owner: 
Ladsgroup):
  [mediawiki/extensions/ArticlePlaceholder@master] Add WikibaseClient as 
dependency of this extension
  
  https://gerrit.wikimedia.org/r/616161

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

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

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


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

2020-07-24 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Aklapper, Reedy, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, cmadeo, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, jayvdb, Ricordisamoa, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T257938: License type filter for media search

2020-07-24 Thread Multichill
Multichill added a comment.


  In T257938#6313111 , 
@EBernhardson wrote:
  
  > I wonder, would the liceneses extracted from CommonsMetadata be consistent 
enough to map directly to wikidata properties? It would be a  lie, but it seems 
it would be a cleaner way into the future if we could translate the 
CommonsMetadata license information into an equivalent wikidata statement, and 
then add that to the statements indexed.
  >
  > For adding a new field, ContentHandler::getDataForSearchIndex() calls 
HookRunner::onSearchDataForIndex().  For whatever reason its SearchEngine that 
calls HookRunner::onSearchIndexFields() after all content models have had their 
fields from ContentHandler::getFieldsForSearchIndex() merged.
  
  Another approach would be that I use the output of that extension as input 
for by robot that adds statements to the structured data. 
  Mass adding licenses in structured data is extremely easy. Just pick your 
favorite category (https://commons.wikimedia.org/wiki/Category:CC-BY-SA-3.0-NL) 
and have a robot add the relevant statement.
  Mass adding licenses correctly and all in one edit is much harder. Say that 
the file has two licenses. I generally want to add the two licenses to the 
structured data and not just one of them. We also have to deal with fun edge 
cases like fallback licenses on public domain art. I doubt the extension 
handles all of these cases correctly so I rather stick to bulk importing the 
easy cases based on Wikitext.

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

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

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


[Wikidata-bugs] [Maniphest] T257938: License type filter for media search

2020-07-24 Thread Multichill
Multichill added a comment.


  I don't see any mention of copyright status. A lot of files on Commons don't 
have a license because these files are in the public domain, see for example 
https://commons.wikimedia.org/wiki/File:Georges_Ricard-Cordingley_(1873-1939)_-_Deep_Sea_Fishing_(morning)_-_RCIN_406333_-_Royal_Collection.jpg
 or https://commons.wikimedia.org/wiki/Special:ListFiles/BotMultichillT Not 
sure how to fit that exactly in the wording. Flickr has something similar, see 
https://www.flickr.com/search/?text=house going from the most restrictive to 
the most liberal. I like that approach.
  
  The Creative Commons search has nice facets, see 
https://ccsearch.creativecommons.org/search?q=house . I would *LOVE* to have 
faceted search on Commons and "use" and "licenses" just be two of the many 
possible facets.

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

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

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


[Wikidata-bugs] [Maniphest] T257938: License type filter for media search

2020-07-24 Thread Multichill
Multichill added projects: Commons, SDC General.
Restricted Application added a project: Wikidata.

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

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

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


[Wikidata-bugs] [Maniphest] T258489: Create a Examples Page for WCQS

2020-07-24 Thread Jarekt
Jarekt added a comment.


  By the way, there is a lot of activity now at 
https://commons.wikimedia.org/wiki/c:Commons:SPARQL_query_service/queries/examples
 
,
 a lot of great examples are being added.

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

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

To: Jarekt
Cc: Jarekt, Lucas_Werkmeister_WMDE, CBogen, Aklapper, Zbyszko, Akuckartz, 
darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 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] T258776: Add Structured Data on Commons M-ID to Wikidata dumps

2020-07-24 Thread Jarekt
Jarekt added a comment.


  I think Wikidata and SDC has an issue with representation of Wikimedia pages. 
Sometimes thy are stored as URLs (see Property:P1957 
), sometimes as strings (see 
Property:P1472 ), images are 
stored using data type just for images (see Property:P18 
) and in SDC they are stored as 
M-ids based on page ID. Some years ago there was a proposal to have a property 
data type just for Wikimedia pages, which would allow the links to stay valid 
when the original page was renamed, or would allow comparison of links saved in 
different formats, like compare Property:P1472 
 with a sitelink to Commons. If 
we add SDoC M-IDs to WDQS, maybe we could also find some way of representing 
other links to Wikimedia pages in some unified way as right now it is kind of a 
mess.

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

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

To: Jarekt
Cc: Jarekt, Librarian_lena, Lucas_Werkmeister_WMDE, Jheald, Aklapper, Tpt, 
CBogen, Akuckartz, darthmon_wmde, Nandana, JKSTNK, Namenlos314, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258323: Unable to set up move protection in ns:0 on Commons

2020-07-24 Thread RhinosF1
RhinosF1 added a comment.


  In T258323#6334151 , 
@sbassett wrote:
  
  > In T258323#6334121 , 
@RhinosF1 wrote:
  >
  >> There was a restricted task merged into this. Should it be made public as 
well? (https://phabricator.wikimedia.org/T258323#6317139)
  >
  > Done.
  
  Thanks!

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

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

To: RhinosF1
Cc: RhinosF1, sbassett, greg, Lucas_Werkmeister_WMDE, Michael, 
guergana.tzatchkova, toan, ItamarWMDE, Tonina_Zhelyazkova_WMDE, Addshore, 
Ramsey-WMF, Lydia_Pintscher, Ladsgroup, Masumrezarock100, Umherirrender, 
4nn1l2, Achim55, Urbanecm, Majavah, Aklapper, Didym, CBogen, Akuckartz, 
Iflorez, darthmon_wmde, DutchTina, alaa_wmde, Dsharpe, Viztor, Nandana, JKSTNK, 
Jony, lucamauri, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, 
LawExplorer, JJMC89, Poyekhali, _jensen, rosalieper, Taiwania_Justo, 
Scott_WUaS, Jonas, Johan, Ixocactus, Wong128hk, Luke081515, Wikidata-bugs, 
aude, Bawolff, El_Grafo, Dinoguy1000, TheDJ, csteipp, Steinsplitter, Mbch331, 
Rxy, Jay8g, Krenair, Keegan, Legoktm, chasemp
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258323: Unable to set up move protection in ns:0 on Commons

2020-07-24 Thread sbassett
sbassett added a comment.


  In T258323#6334121 , 
@RhinosF1 wrote:
  
  > There was a restricted task merged into this. Should it be made public as 
well? (https://phabricator.wikimedia.org/T258323#6317139)
  
  Done.

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

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

To: sbassett
Cc: RhinosF1, sbassett, greg, Lucas_Werkmeister_WMDE, Michael, 
guergana.tzatchkova, toan, ItamarWMDE, Tonina_Zhelyazkova_WMDE, Addshore, 
Ramsey-WMF, Lydia_Pintscher, Ladsgroup, Masumrezarock100, Umherirrender, 
4nn1l2, Achim55, Urbanecm, Majavah, Aklapper, Didym, CBogen, Akuckartz, 
Iflorez, darthmon_wmde, DutchTina, alaa_wmde, Dsharpe, Viztor, Nandana, JKSTNK, 
Jony, lucamauri, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, 
LawExplorer, JJMC89, Poyekhali, _jensen, rosalieper, Taiwania_Justo, 
Scott_WUaS, Jonas, Johan, Ixocactus, Wong128hk, Luke081515, Wikidata-bugs, 
aude, Bawolff, El_Grafo, Dinoguy1000, TheDJ, csteipp, Steinsplitter, Mbch331, 
Rxy, Jay8g, Krenair, Keegan, Legoktm, chasemp
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T238052: Deleted pages in ns:0 cannot be protected on the Commons

2020-07-24 Thread sbassett
sbassett changed the visibility from "Custom Policy" to "Public (No Login 
Required)".

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

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

To: sbassett
Cc: 4nn1l2, Urbanecm, Umherirrender, Masumrezarock100, Aklapper, Achim55, 
CBogen, Akuckartz, darthmon_wmde, Dsharpe, Nandana, sbassett, Lahi, Gq86, 
Ramsey-WMF, GoranSMilovanovic, Jayprakash12345, QZanden, EBjune, LawExplorer, 
Poyekhali, _jensen, rosalieper, Taiwania_Justo, Scott_WUaS, Ixocactus, 
Wong128hk, Luke081515, Wikidata-bugs, aude, Bawolff, El_Grafo, Dinoguy1000, 
csteipp, Steinsplitter, Mbch331, Rxy, Jay8g, Krenair, Keegan, Legoktm, chasemp
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258754: Define SLOs and error budget for WDQS

2020-07-24 Thread Multichill
Multichill added projects: Wikidata-Query-Service, Wikidata.

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

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

To: RKemper, Multichill
Cc: RKemper, Aklapper, CBogen, Akuckartz, darthmon_wmde, ET4Eva, Nandana, 
Namenlos314, jijiki, Klaas_Z4us_V, Lahi, Gq86, Darkminds3113, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Avner, elukey, Gehel, _jensen, rosalieper, Scott_WUaS, Jonas, 
FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258590: Decide on HTTP vs HTTPS for concept URIs on Commons

2020-07-24 Thread Multichill
Multichill added projects: Commons, StructuredDataOnCommons.

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

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

To: Multichill
Cc: Akuckartz, Lucas_Werkmeister_WMDE, Tpt, DVrandecic, CBogen, Multichill, 
Gehel, Aklapper, darthmon_wmde, Nandana, JKSTNK, Namenlos314, Lahi, Gq86, 
Ramsey-WMF, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Poyekhali, 
_jensen, rosalieper, Taiwania_Justo, Scott_WUaS, Jonas, Xmlizer, Ixocactus, 
Wong128hk, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, El_Grafo, 
Dinoguy1000, Manybubbles, Lydia_Pintscher, Steinsplitter, Mbch331, Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258323: Unable to set up move protection in ns:0 on Commons

2020-07-24 Thread RhinosF1
RhinosF1 added a comment.


  There was a restricted task merged into this. Should it be made public as 
well?

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

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

To: RhinosF1
Cc: RhinosF1, sbassett, greg, Lucas_Werkmeister_WMDE, Michael, 
guergana.tzatchkova, toan, ItamarWMDE, Tonina_Zhelyazkova_WMDE, Addshore, 
Ramsey-WMF, Lydia_Pintscher, Ladsgroup, Masumrezarock100, Umherirrender, 
4nn1l2, Achim55, Urbanecm, Majavah, Aklapper, Didym, CBogen, Akuckartz, 
Iflorez, darthmon_wmde, DutchTina, alaa_wmde, Dsharpe, Viztor, Nandana, JKSTNK, 
Jony, lucamauri, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, 
LawExplorer, JJMC89, Poyekhali, _jensen, rosalieper, Taiwania_Justo, 
Scott_WUaS, Jonas, Johan, Ixocactus, Wong128hk, Luke081515, Wikidata-bugs, 
aude, Bawolff, El_Grafo, Dinoguy1000, TheDJ, csteipp, Steinsplitter, Mbch331, 
Rxy, Jay8g, Krenair, Keegan, Legoktm, chasemp
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258769: ImageGrid for WCQS

2020-07-24 Thread Multichill
Multichill added a project: Commons.

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

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

To: Multichill
Cc: Ainali, Nikki, Zbyszko, Librarian_lena, Lucas_Werkmeister_WMDE, Jheald, 
Husky, Rachmat04, Gehel, Aklapper, CBogen, Akuckartz, darthmon_wmde, Nandana, 
Namenlos314, Lahi, Gq86, Ramsey-WMF, GoranSMilovanovic, QZanden, EBjune, 
merbst, LawExplorer, Poyekhali, _jensen, rosalieper, Taiwania_Justo, 
Scott_WUaS, Jonas, Xmlizer, Ixocactus, Wong128hk, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, El_Grafo, Dinoguy1000, Manybubbles, Steinsplitter, 
Mbch331, Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258323: Unable to set up move protection in ns:0 on Commons

2020-07-24 Thread sbassett
sbassett removed a project: Patch-For-Review.
sbassett moved this task from Watching to Our Part Is Done on the Security-Team 
board.

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

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

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

To: sbassett
Cc: sbassett, greg, Lucas_Werkmeister_WMDE, Michael, guergana.tzatchkova, toan, 
ItamarWMDE, Tonina_Zhelyazkova_WMDE, Addshore, Ramsey-WMF, Lydia_Pintscher, 
Ladsgroup, Masumrezarock100, Umherirrender, 4nn1l2, Achim55, Urbanecm, Majavah, 
Aklapper, Didym, CBogen, Akuckartz, Iflorez, darthmon_wmde, DutchTina, 
alaa_wmde, Dsharpe, Viztor, Nandana, JKSTNK, Jony, lucamauri, Amorymeltzer, 
Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, LawExplorer, JJMC89, Poyekhali, 
_jensen, rosalieper, Taiwania_Justo, Scott_WUaS, Jonas, Johan, Ixocactus, 
Wong128hk, Luke081515, Wikidata-bugs, aude, Bawolff, El_Grafo, Dinoguy1000, 
TheDJ, csteipp, Steinsplitter, Mbch331, Rxy, Jay8g, Krenair, Keegan, Legoktm, 
chasemp, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, 
CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, 
Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258323: Unable to set up move protection in ns:0 on Commons

2020-07-24 Thread sbassett
sbassett changed the visibility from "Custom Policy" to "Public (No Login 
Required)".

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

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

To: sbassett
Cc: sbassett, greg, Lucas_Werkmeister_WMDE, Michael, guergana.tzatchkova, toan, 
ItamarWMDE, Tonina_Zhelyazkova_WMDE, Addshore, Ramsey-WMF, Lydia_Pintscher, 
Ladsgroup, Masumrezarock100, Umherirrender, 4nn1l2, Achim55, Urbanecm, Majavah, 
Aklapper, Didym, Alter-paule, Beast1978, CBogen, Un1tY, Akuckartz, Hook696, 
Iflorez, darthmon_wmde, DutchTina, Kent7301, alaa_wmde, Dsharpe, joker88john, 
Viztor, CucyNoiD, Nandana, JKSTNK, Gaboe420, Jony, lucamauri, Amorymeltzer, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, EBjune, LawExplorer, Lewizho99, JJMC89, Maathavan, Poyekhali, _jensen, 
rosalieper, Taiwania_Justo, Scott_WUaS, Jonas, Johan, Ixocactus, Wong128hk, 
Luke081515, Wikidata-bugs, aude, Bawolff, El_Grafo, Dinoguy1000, TheDJ, 
csteipp, Steinsplitter, Mbch331, Rxy, Jay8g, Krenair, Keegan, Legoktm, chasemp, 
RhinosF1
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T256617: Make link to entity/concept URI visible in left side menu for all Commons files

2020-07-24 Thread CBogen
CBogen added a project: Structured-Data-Backlog.

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

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

To: CBogen
Cc: Jheald, Aklapper, FRomeo_WMF, Spinster, CBogen, Akuckartz, 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, matthiasmullie, aude, Ricordisamoa, Wesalius, 
Lydia_Pintscher, Fabrice_Florin, Raymond, JeanFred, Steinsplitter, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

2020-07-24 Thread Reedy
Reedy created this task.
Reedy added a project: ArticlePlaceholder.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  In ArticlePlaceholder's extension.json, it should really declare that it 
depends on some of the Wikibase extensions

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

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

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


[Wikidata-bugs] [Maniphest] T154601: Grafana: "wikidata-datamodel-terms" doesn't update anymore

2020-07-24 Thread GoranSMilovanovic
GoranSMilovanovic claimed this task.

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

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

To: GoranSMilovanovic
Cc: Nuria, Lucas_Werkmeister_WMDE, Ladsgroup, Bugreporter, WMDE-leszek, 
Ivanhercaz, VIGNERON, Lydia_Pintscher, GoranSMilovanovic, gerritbot, Addshore, 
Sjoerddebruin, Aklapper, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, QZanden, LawExplorer, 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] T251497: Adapt munging process for SDoC

2020-07-24 Thread Jheald
Jheald added a comment.


  It would be helpful if at least one of the  `rdf:type` statements were 
retained, as they make it easy to select a subset of M-IDs for a query to work 
on
  
SELECT ...

WITH {
SELECT ?file WHERE {
?file a schema:MediaObject
} LIMIT 5000
} AS %files 
...

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

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

To: Jheald
Cc: Jheald, dcausse, Aklapper, Gehel, Alter-paule, Beast1978, CBogen, Un1tY, 
Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, 
Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _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] T248308: Analyse a small sample of the most often used query patterns on WDQS

2020-07-24 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  @Lydia_Pintscher You're welcome.
  
  > We should get this list once a quarter or so to find new uses of our data
  
  It is perfectly doable. Let's discuss this on Monday and see what data and 
statistics precisely do we want to have reported regularly.

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

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

To: GoranSMilovanovic
Cc: Samantha_Alipio_WMDE, MGerlach, JAllemandou, Lucas_Werkmeister_WMDE, 
Simon_Villeneuve, dcausse, Jakob_WMDE, Gehel, Addshore, Lydia_Pintscher, 
WMDE-leszek, Aklapper, darthmon_wmde, CBogen, Akuckartz, Nandana, Namenlos314, 
Lahi, Gq86, 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] T253552: Detailed Reports from game DB

2020-07-24 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  @Lydia_Pintscher
  
  > The property_ratio and datatype_ratio files seem to be identical.
  
  Sorry, the same variable name was erroneously re-used in my code, here they 
are:
  
  F31947136: item_property_value_ratio.csv 

  
  F31947135: datatype_ratio.csv 
  
  F31947134: property_ratio.csv 

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

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

To: GoranSMilovanovic
Cc: Ladsgroup, darthmon_wmde, ItamarWMDE, Tarrow, Aklapper, Lydia_Pintscher, 
Ferdinand0101, Akuckartz, 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] T258625: Querying WCQS should allow me to use prefixes for MediaInfo items

2020-07-24 Thread Jheald
Jheald added a comment.


  Most of the above prefixes will be unnecessary, unless we propose to create 
any new properties local to Commons not defined on Wikidata.
  
  If not then  `sdcref`, `sdcv`, `sdct`, `sdctn` etc etc will all be unneeded.

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

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

To: Jheald
Cc: Jheald, dcausse, Aklapper, CBogen, Akuckartz, darthmon_wmde, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258395: Make git play nice

2020-07-24 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.36-notes (1.36.0-wmf.2; 2020-07-28).

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

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

To: Lucas_Werkmeister_WMDE, ReleaseTaggerBot
Cc: Ladsgroup, Legoktm, Lucas_Werkmeister_WMDE, Addshore, Aklapper, Tarrow, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, 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] T258627: Autocompletion for MediaInfo items on WMCS

2020-07-24 Thread Jheald
Jheald added a comment.


  Given that mediainfo items are just of the form `sdc:M12345`, is much 
meaningful autocompletion for these actually possible?
  
  (Autocompletion for Commons filenames might be a nice touch, though I doubt 
these would often be specified as literals in queries, as the M-IDs are so much 
shorter).

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

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

To: Jheald
Cc: Jheald, dcausse, Aklapper, CBogen, Akuckartz, darthmon_wmde, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258395: Make git play nice

2020-07-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from Peer Review to Verification on the 
Wikibase Extension Decoupling and Registration (Sprint 3) board.
Lucas_Werkmeister_WMDE added a comment.


  I think this is pretty much done now.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Ladsgroup, Legoktm, Lucas_Werkmeister_WMDE, Addshore, Aklapper, Tarrow, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, 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] T258396: Set up CI to run `git-filter-repo`

2020-07-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE renamed this task from "Set up CI to run `git subtree 
push`" to "Set up CI to run `git-filter-repo`".
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Ladsgroup, Legoktm, Aklapper, Tarrow, Akuckartz, 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] T256617: Make link to entity/concept URI visible in left side menu for all Commons files

2020-07-24 Thread Jheald
Jheald added a comment.


  It also might be worth making the M-ID number prominently visible on the 
structured data tab of the filepage, given that this is where the information 
related to that ID is shown.

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

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

To: Jheald
Cc: Jheald, Aklapper, FRomeo_WMF, Spinster, CBogen, Akuckartz, 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, matthiasmullie, aude, Ricordisamoa, Wesalius, 
Lydia_Pintscher, Fabrice_Florin, Raymond, JeanFred, Steinsplitter, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258739: wdqs admins should have access to nginx logs, jstack on wdqs machines

2020-07-24 Thread dcausse
dcausse added a comment.


  I could not use this command last time and it did not work I think because 
the jvm was too busy. I need root to use jstack -F which I think has more 
chances to attach the jvm.

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

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

To: Joe, dcausse
Cc: herron, RKemper, CDanis, dcausse, Aklapper, Dzahn, lmata, Alter-paule, 
Beast1978, CBogen, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, 
joker88john, Legado_Shulgin, CucyNoiD, Nandana, Namenlos314, jijiki, 
Klaas_Z4us_V, Gaboe420, Giuliamocci, Davinaclare77, Qtn1293, Cpaulf30, 
Techguru.pc, Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, Th3d3v1ls, Hfbn0, QZanden, EBjune, merbst, LawExplorer, 
Lewizho99, Zppix, Maathavan, elukey, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, Wong128hk, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, mark, JanZerebecki, faidon, Mbch331, Rxy, Jay8g, Krenair, 
fgiunchedi
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2020-07-24 Thread RexxS
RexxS added a comment.


  In T248457#6330283 , 
@Iniquity wrote:
  
  > There are no sources in your template either, this is not the subject of 
conversation.
  
  I can add sourcing or references at any time to the template, and you can't 
do that with the Wikidata description field. The lack of the ability to source 
the content of the Wikidata description field most definitely is the subject of 
this conversation that you started.
  
  > I think you are wrong, Wikidata is the best place to store this kind of 
statistical information, information that can be used by many projects, not 
only Wikimedia projects. It was created for this.  And given that Wikipedia is 
a place where content typing exists, as opposed to Wikidata, Wikipedia should 
be integrated into Wikidata for control these fields, instead of separating 
from the project. And even if we imagine for a second that you are right, it 
should be implemented differently, not by a template. It is also worth 
remembering that people who fill the fields first of all look at how these 
fields are filled in other large languages, and English is displayed by default.
  
  You can think whatever you want; I'm not wrong. Text descriptions are not 
"statistical information", and the English description is not used in any of 
the other language projects. The description field was indeed created for 
general use and hopefully using the description from the English Wikipedia will 
improve the Wikidata description field for all of those other users. It would 
be a real step forward to improve the integration of Wikipedia into Wikidata 
for those very reasons.
  
  The problem with your view that Wikidata has to be authoritative is that it 
undermines the efforts of folks like myself who have worked for seven years to 
gain acceptance for the principle of using Wikidata in the English Wikipedia. 
Every time an issue like this one arises, it hardens the attitudes of those who 
want nothing to do with Wikidata, and it makes it more difficult for me to gain 
acceptance for technical solutions that provide acceptable compromises.
  
  I apologise for having taken space in the thread to vent my frustrations. I 
don't intend to do so any further.

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

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

To: RexxS
Cc: Iniquity, DannyH, ppelberg, MichaelMaggs, Dreamy_Jazz, Majavah, kaldari, 
Certes, Xeriphas1994, Mathglot, Bencemac, Galobtter, Tgr, Trialpears, 
Jonesey95, RexxS, QEDK, Pppery, Lydia_Pintscher, JJMC89, DannyS712, Aklapper, 
Alsee, Liuxinyu970226, Akuckartz, darthmon_wmde, Nandana, lucamauri, 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] T258590: Decide on HTTP vs HTTPS for concept URIs on Commons

2020-07-24 Thread DVrandecic
DVrandecic added a comment.


  Thanks @Tpt for pulling me in.
  
  I checked in my own PhD thesis, as I had a short section on that, and ten 
years ago, when I wrote this, basically everything on the Linked Open Data Web 
was http: http://simia.net/download/ontology_evaluation.pdf , p.67
  
  Fortunately, that has changed.
  
  More background can be found here: 
https://wiki.dnb.de/display/DINIAGKIM/HTTP+vs.+HTTPS+in+resource+identification 
from the SWiB18 discussion on the topic.
  
  In my opinion, I would suggest to use the chance and since we are building a 
new resource here, to use https from the start.
  
  It was a mistake that we didn't do that for Wikidata, which was due to the 
fact that Wikipedia only started offering https in 2011, and switched to it 
only in 2015. We are not in that situation today, and can make the right 
decision.
  
  I would love for Wikidata to switch, but that's a different task.
  
  So my recommendation is - which is not informed at all by possible technical 
constraints - to use https wherever possible, and in particular for a any new 
namespaces such as introduced for WCQS and the Commons data dumps to use https 
from the start, even though this means mixing some http and https identifiers.
  
  I would not care about consistency with the Wikidata namespaces. As said, i 
consider that, retroactively, a mistake, and would love to change it.

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

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

To: DVrandecic
Cc: Akuckartz, Lucas_Werkmeister_WMDE, Tpt, DVrandecic, CBogen, Multichill, 
Gehel, Aklapper, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 
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] T258395: Make git play nice

2020-07-24 Thread gerritbot
gerritbot added a comment.


  Change 616117 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Move \Wikibase\Lib\Changes to separate 
package
  
  https://gerrit.wikimedia.org/r/616117

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Ladsgroup, Legoktm, Lucas_Werkmeister_WMDE, Addshore, Aklapper, Tarrow, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, 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] T255054: PHP Warning: No RDF builder defined for data type wikibase-form nor for value type bad.

2020-07-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Might be a duplicate of T240675  
or T251421 . (We seem to have a few 
copies of these tasks going around…)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Lydia_Pintscher, WMDE-leszek, Pablo-WMDE, Aklapper, 
thcipriani, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, 
aude, Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258739: wdqs admins should have access to nginx logs, jstack on wdqs machines

2020-07-24 Thread Dzahn
Dzahn added a comment.


  @dcausse As John pointed out on Gerrit the (only) java process running on 
wdqs machines is running as the blazegraph user and wdqs-admins already can run 
any commands as the user blazegraph.
  
  So this works for me:
  
  `sudo -u blazegraph jstack 46484`
  
  where 46484 is one of the java processes.  Does that work for you?

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

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

To: Joe, Dzahn
Cc: herron, RKemper, CDanis, dcausse, Aklapper, Dzahn, lmata, Alter-paule, 
Beast1978, CBogen, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, 
joker88john, Legado_Shulgin, CucyNoiD, Nandana, Namenlos314, jijiki, 
Klaas_Z4us_V, Gaboe420, Giuliamocci, Davinaclare77, Qtn1293, Cpaulf30, 
Techguru.pc, Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, Th3d3v1ls, Hfbn0, QZanden, EBjune, merbst, LawExplorer, 
Lewizho99, Zppix, Maathavan, elukey, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, Wong128hk, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, mark, JanZerebecki, faidon, Mbch331, Rxy, Jay8g, Krenair, 
fgiunchedi
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T251497: Adapt munging process for SDoC

2020-07-24 Thread gerritbot
gerritbot added a comment.


  Change 616104 **merged** by jenkins-bot:
  [wikidata/query/rdf@master] Small fixes to sdoc data reload
  
  https://gerrit.wikimedia.org/r/616104

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

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

To: gerritbot
Cc: dcausse, Aklapper, Gehel, Alter-paule, Beast1978, CBogen, Un1tY, Akuckartz, 
Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _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] T258590: Decide on HTTP vs HTTPS for concept URIs on Commons

2020-07-24 Thread Akuckartz
Akuckartz added a comment.


  Use only https please.

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

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

To: Akuckartz
Cc: Akuckartz, Lucas_Werkmeister_WMDE, Tpt, DVrandecic, CBogen, Multichill, 
Gehel, Aklapper, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 
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] T258808: Reconsider PrefetchingTermLookup interface -> PrefetchingFingerprintLookup?

2020-07-24 Thread Michael
Michael created this task.
Michael added projects: Wikidata-Campsite, Technical-Debt, wikidata-tech-focus.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  In context of the recent wbterms hike, the PrefetchingTermLookup 

 interface was extended to include local AliasTermBuffer 

 interface (commit 
).
  
  That interface previously only included the two interfaces TermLookup 

 and Termbuffer 
.
 The new `AliasTermBuffer` interface was added to account for a peculiarity in 
implementations of the `Termbuffer` interface in that its `getPrefetchedTerm` 
would only return a single alias instead of the entire list.
  
  Now that the branch for 1.35 has been cut and both the wbterms migration and 
entity sources migration are done/in their late stages, we can give this 
interface another pass and likely move
  it to data-model-services.

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

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

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

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


[Wikidata-bugs] [Maniphest] T258395: Make git play nice

2020-07-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  The git-filter-repo  incantation 
to extract the Changes history is:
  
git-filter-repo --path=lib/{includes,tests/phpunit}/{c,C}hanges/ --path 
lib/packages/wikibase/changes/ --path .mailmap 
--path-rename=lib/includes/{c,C}hanges:src 
--path-rename=lib/tests/phpunit/{c,C}hanges:tests --path-rename 
lib/packages/wikibase/changes/: --message-callback 'return re.sub(b"^changes: 
", b"", message)'
  
  `--path` selects the paths to include; `--path-rename` renames them 
accordingly; the `--message-callback` turns commit messages like “changes: 
Something” into just “Something”, removing the “changes:” prefix. The result 
can be found at https://github.com/lucaswerkmeister/wikibase-changes/.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Ladsgroup, Legoktm, Lucas_Werkmeister_WMDE, Addshore, Aklapper, Tarrow, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, 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] T258395: Make git play nice

2020-07-24 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Ladsgroup, Legoktm, Lucas_Werkmeister_WMDE, Addshore, Aklapper, Tarrow, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, 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] T258395: Make git play nice

2020-07-24 Thread gerritbot
gerritbot added a comment.


  Change 616117 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/Wikibase@master] Move \Wikibase\Lib\Changes to separate 
package
  
  https://gerrit.wikimedia.org/r/616117

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Ladsgroup, Legoktm, Lucas_Werkmeister_WMDE, Addshore, Aklapper, Tarrow, 
Akuckartz, 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] T249206: Serialized statements of Forms and Senses are missing data type fields

2020-07-24 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite.

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

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

To: Lydia_Pintscher
Cc: Aklapper, Shisma, Addshore, Jakob_WMDE, Akuckartz, darthmon_wmde, Nandana, 
Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, 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] T258769: ImageGrid for WCQS

2020-07-24 Thread Zbyszko
Zbyszko added a comment.


  Yep, I closed the other one.

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

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

To: Zbyszko
Cc: Ainali, Nikki, Zbyszko, Librarian_lena, Lucas_Werkmeister_WMDE, Jheald, 
Husky, Rachmat04, Gehel, Aklapper, CBogen, Akuckartz, darthmon_wmde, Nandana, 
Namenlos314, Lahi, Gq86, 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] T258769: ImageGrid for WCQS

2020-07-24 Thread Zbyszko
Zbyszko merged a task: T258608: Image results on WCQS should be available.
Zbyszko added subscribers: Zbyszko, Nikki, Ainali.

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

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

To: Zbyszko
Cc: Ainali, Nikki, Zbyszko, Librarian_lena, Lucas_Werkmeister_WMDE, Jheald, 
Husky, Rachmat04, Gehel, Aklapper, CBogen, Akuckartz, darthmon_wmde, Nandana, 
Namenlos314, Lahi, Gq86, 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] T258608: Image results on WCQS should be available

2020-07-24 Thread Zbyszko
Zbyszko closed this task as a duplicate of T258769: ImageGrid for WCQS.

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

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

To: Zbyszko
Cc: Jheald, Nikki, Ainali, Lucas_Werkmeister_WMDE, Aklapper, Zbyszko, CBogen, 
Akuckartz, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 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] T255134: Use WikibaseDataModelTypes instead of local Wikibase data model TS definitions

2020-07-24 Thread Michael
Michael removed a project: Patch-For-Review.

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

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

To: guergana.tzatchkova, Michael
Cc: Tonina_Zhelyazkova_WMDE, Aklapper, Akuckartz, Iflorez, darthmon_wmde, 
alaa_wmde, DannyS712, Nandana, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Izno, 
Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g, Alter-paule, 
Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, 
Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258776: Add Structured Data on Commons M-ID to Wikidata dumps

2020-07-24 Thread Tpt
Tpt added a comment.


  > As far as I’m aware, the real URL in RDF is more like 
http://commons.wikimedia.org/wiki/Special:FilePath/Leon%20Cogniet%20-%20Jean-Francois%20Champollion.jpg
 – the query service UI rewrites it to the file description URL (/wiki/File:) 
on display.
  >  I also don’t understand your first example – is sdoc:P18 
 meant to be something like sdoc:M123 
 instead?
  
  Yes, Indeed, sorry. I should have proofread myself more carefully.
  
  > And finally, I’m not sure this will be doable, since it would require 
looking up the page ID for every Commons file mentioned in a dump, and also 
sending updates to the query service when that page ID change due to page moves…
  >  I think it would be more feasible to add the Special:FilePath URL to the 
WikibaseMediaInfo RDF, and combine WDQS and WCQS that way.
  
  Thant's a very good point. Changing `schema:contentUrl` to use 
`Special:FilePath` is indeed an easier way to do.

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

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

To: Tpt
Cc: Librarian_lena, Lucas_Werkmeister_WMDE, Jheald, Aklapper, Tpt, CBogen, 
Akuckartz, darthmon_wmde, Nandana, JKSTNK, Namenlos314, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258776: Add Structured Data on Commons M-ID to Wikidata dumps

2020-07-24 Thread Tpt
Tpt updated the task description.

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

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

To: Tpt
Cc: Librarian_lena, Lucas_Werkmeister_WMDE, Jheald, Aklapper, Tpt, CBogen, 
Akuckartz, darthmon_wmde, Nandana, JKSTNK, Namenlos314, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258776: Add Structured Data on Commons M-ID to Wikidata dumps

2020-07-24 Thread Tpt
Tpt updated the task description.

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

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

To: Tpt
Cc: Librarian_lena, Lucas_Werkmeister_WMDE, Jheald, Aklapper, Tpt, CBogen, 
Akuckartz, darthmon_wmde, Nandana, JKSTNK, Namenlos314, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T249206: Serialized statements of Forms and Senses are missing data type fields

2020-07-24 Thread Bugreporter
Bugreporter merged a task: T258797: sense claims have no datatype property.
Bugreporter added subscribers: Shisma, Aklapper.

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

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

To: Bugreporter
Cc: Aklapper, Shisma, Addshore, Jakob_WMDE, Akuckartz, darthmon_wmde, Nandana, 
Mringgaard, 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] T258797: sense claims have no datatype property

2020-07-24 Thread Bugreporter
Bugreporter closed this task as a duplicate of T249206: Serialized statements 
of Forms and Senses are missing data type fields.

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

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

To: Bugreporter
Cc: Shisma, Aklapper, Akuckartz, darthmon_wmde, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, 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] T258797: sense claims have no datatype property

2020-07-24 Thread Reedy
Reedy added projects: MediaWiki-extensions-WikibaseRepository, Wikidata, 
Wikidata-Campsite.

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

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

To: Reedy
Cc: Shisma, Aklapper, Akuckartz, darthmon_wmde, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, 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] T251497: Adapt munging process for SDoC

2020-07-24 Thread gerritbot
gerritbot added a comment.


  Change 616110 had a related patch set uploaded (by ZPapierski; owner: 
ZPapierski):
  [operations/puppet@production] Use correct UriScheme in Blazegraph
  
  https://gerrit.wikimedia.org/r/616110

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

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

To: gerritbot
Cc: dcausse, Aklapper, Gehel, Alter-paule, Beast1978, CBogen, Un1tY, Akuckartz, 
Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _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] T251497: Adapt munging process for SDoC

2020-07-24 Thread gerritbot
gerritbot added a comment.


  Change 616105 had a related patch set uploaded (by ZPapierski; owner: 
ZPapierski):
  [wikidata/query/rdf@master] Allow usage of sdc prefixes
  
  https://gerrit.wikimedia.org/r/616105

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

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

To: gerritbot
Cc: dcausse, Aklapper, Gehel, Alter-paule, Beast1978, CBogen, Un1tY, Akuckartz, 
Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _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] T251497: Adapt munging process for SDoC

2020-07-24 Thread gerritbot
gerritbot added a comment.


  Change 616104 had a related patch set uploaded (by ZPapierski; owner: 
ZPapierski):
  [wikidata/query/rdf@master] Small fixes to sdoc data reload
  
  https://gerrit.wikimedia.org/r/616104

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

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

To: gerritbot
Cc: dcausse, Aklapper, Gehel, CBogen, Akuckartz, darthmon_wmde, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T251497: Adapt munging process for SDoC

2020-07-24 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: dcausse, Aklapper, Gehel, Alter-paule, Beast1978, CBogen, Un1tY, Akuckartz, 
Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _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] T258330: JobQueueError while adding claim to Wikidata entry

2020-07-24 Thread Framawiki
Framawiki closed this task as "Invalid".
Framawiki added a comment.


  In T258330#6332705 , 
@Lucas_Werkmeister_WMDE wrote
  
  > Unless it happens more frequently, I think we can ignore it.
  
  Let's close then.

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

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

To: Framawiki
Cc: Lucas_Werkmeister_WMDE, Addshore, Urbanecm, Aklapper, Framawiki, Akuckartz, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Agabi10, Scott_WUaS, Jonas, abian, Wikidata-bugs, aude, 
Lydia_Pintscher, Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T246108: Define component release management

2020-07-24 Thread Pablo-WMDE
Pablo-WMDE added a comment.


  (This is half picking up what is in the description a half a reaction to a 
team chat comment about the "versioning system" for the Design System and 
component library)
  
  I somewhat agree with the notion of "social" task, . Technologically, 
versioning is a solved problem  and practically all our 
software is versioned already one way or another. This also accommodates for 
possible "shades of gray" between updates (like "something changed but it's not 
a big deal). We know //how// to make it happen and it will be comparably cheap 
to achieve. The uncertainty lies in //what// information we want to encode in 
those versions. Instead of focusing on technical terms I suggest we discuss the 
effect(s) we want to achieve in the real world.
  
  We are implementing design tokens and components. Those will be used in 
different applications and will influence their individual visual style.
  
  **Existing components** will be added to applications where needed. Likewise, 
**new components** can be crafted as needed and then are **used in the 
application**. Up until this point release management is **straightforward**. A 
version of the Design System and component library is released when the 
component is done and "ready" and the application wanting to use it makes use 
of the version in which it is contained.
  
  However, **when design tokens and/or components change**, things become 
**more interesting**. Assuming the component is already used in one or more 
application (otherwise there is, of course, no real world impact beyond our 
Design System's storybook), our **applications should swiftly be updated** 
(following my assumption of what we are trying to achieve) to use the latest 
version of the Design System and component library so that the applications' 
visual styles
  
  - match the visual style as documented in the Design System
  - are consistent between each other (they could diverge if only one 
application gets updated and another is not)
  
  I believe that all the aforementioned is relatively easy to achieve if two 
conditions are met
  
  - the **ownership of the visual style of the Design System and of the visual 
style of the applications lie in the same hands** - there is no conflict of 
interest; //Design System changes are supposed to influence application styles//
- **effects of changes of existing components on applications should be 
anticipated** and the result should be incorporated into the decision if that 
component should change (otherwise the change could be implemented directly in 
the application, or a new component could be implemented instead of changing an 
existing one)
  - **Design System changes are not done until they are done** (i.e. a Design 
System change is not finished until it propagated into all consuming 
applications)
- who ever requests a change to a component should also have the 
consistency of the system as whole as one of their priorities and acts as a 
project manager to restore that equilibrium taking on the **project management 
for updates to all applications** also using that component
  
  Again, I don't think those are hard tasks. They just have to be - checklist 
style - seen through for all changes, time and again, and all will be well - at 
predictable effort.

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

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

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


[Wikidata-bugs] [Maniphest] T258385: Remove repo only parts from EntityChange

2020-07-24 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Tarrow, Maintenance_bot
Cc: Aklapper, WMDE-leszek, ItamarWMDE, Ladsgroup, Lucas_Werkmeister_WMDE, 
Tarrow, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, 
joker88john, CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, 
Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T249928: default wikibase-docker installation creates quantity values with invalid unit-concept-URI

2020-07-24 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite.

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

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

To: Lydia_Pintscher
Cc: Aklapper, Addshore, Toni_001, Samantha_Alipio_WMDE, Akuckartz, 
darthmon_wmde, Jelabra, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Asahiko, despens, 
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] T258385: Remove repo only parts from EntityChange

2020-07-24 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.36-notes (1.36.0-wmf.2; 2020-07-28).

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

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

To: Tarrow, ReleaseTaggerBot
Cc: Aklapper, WMDE-leszek, ItamarWMDE, Ladsgroup, Lucas_Werkmeister_WMDE, 
Tarrow, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, 
Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, 
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] T258385: Remove repo only parts from EntityChange

2020-07-24 Thread gerritbot
gerritbot added a comment.


  Change 615153 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Extract Repo only parts of EntityChange
  
  https://gerrit.wikimedia.org/r/615153

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

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

To: Tarrow, gerritbot
Cc: Aklapper, WMDE-leszek, ItamarWMDE, Ladsgroup, Lucas_Werkmeister_WMDE, 
Tarrow, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, 
Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, 
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] T258590: Decide on HTTP vs HTTPS for concept URIs on Commons

2020-07-24 Thread Multichill
Multichill added a comment.


  Removed reference to T226453  . 
This is about Concept URI's on Commons (httpS) and not about concept URI's on 
Wikidata (http).

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

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

To: Multichill
Cc: Lucas_Werkmeister_WMDE, Tpt, DVrandecic, CBogen, Multichill, Gehel, 
Aklapper, Akuckartz, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 
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] T226453: Concept URI in sidebar on Wikidata uses HTTP instead of HTTPS

2020-07-24 Thread Multichill
Multichill removed a subtask: T258590: Decide on HTTP vs HTTPS for concept URIs 
on Commons.

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

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

To: Multichill
Cc: Stylestrip, DemonDays64, JFishback_WMF, Multichill, Seb35, Esc3300, 
Smalyshev, Addshore, Lydia_Pintscher, Aklapper, dbarratt, Akuckartz, 
darthmon_wmde, Nandana, sbassett, Jony, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Bawolff, Slaporte, csteipp, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258590: Decide on HTTP vs HTTPS for concept URIs on Commons

2020-07-24 Thread Multichill
Multichill removed a parent task: T226453: Concept URI in sidebar on Wikidata 
uses HTTP instead of HTTPS.

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

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

To: Multichill
Cc: Lucas_Werkmeister_WMDE, Tpt, DVrandecic, CBogen, Multichill, Gehel, 
Aklapper, Akuckartz, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 
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] T226453: Concept URI in sidebar on Wikidata uses HTTP instead of HTTPS

2020-07-24 Thread Multichill
Multichill renamed this task from "Concept URI in sidebar uses HTTP instead of 
HTTPS" to "Concept URI in sidebar on Wikidata uses HTTP instead of HTTPS".

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

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

To: Multichill
Cc: Stylestrip, DemonDays64, JFishback_WMF, Multichill, Seb35, Esc3300, 
Smalyshev, Addshore, Lydia_Pintscher, Aklapper, dbarratt, Akuckartz, 
darthmon_wmde, Nandana, sbassett, Jony, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Bawolff, Slaporte, csteipp, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T257433: Convert Repo to use Extension Registration

2020-07-24 Thread gerritbot
gerritbot added a comment.


  Change 615822 **abandoned** by Ladsgroup:
  [mediawiki/extensions/Wikibase@master] Drop i18n b/c in repo/Wikibase.php
  
  Reason:
  
  https://gerrit.wikimedia.org/r/615822

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

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

To: gerritbot
Cc: Aklapper, Tarrow, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, lucamauri, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, LawExplorer, 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] T205094: Investigate restructure SQL directory

2020-07-24 Thread Ladsgroup
Ladsgroup added a comment.


  Can this be put on hold for now? the work with abstracting schemas would help 
us with this

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

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

To: Ladsgroup
Cc: Ladsgroup, daniel, Addshore, Aklapper, Matthias_Geisler_WMDE, Jonas, 
Akuckartz, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Izno, 
Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258734: 220 test errors apparently in Wikibase related extensions in 1.31

2020-07-24 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Addshore, Ladsgroup, Aklapper, Reedy, Alter-paule, Beast1978, CBogen, 
Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, DannyS712, 
CucyNoiD, Nandana, JKSTNK, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
CCicalese_WMF, Bsandipan, Pablo-WMDE, GoranSMilovanovic, RazeSoldier, QZanden, 
LawExplorer, Lewizho99, Maathavan, Dan.mulholland, _jensen, rosalieper, 
Scott_WUaS, Izno, MGChecker, Wikidata-bugs, aude, Dinoguy1000, Ricordisamoa, 
Lydia_Pintscher, Jdforrester-WMF, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T256228: Convert WikibaseClient to use extension registration

2020-07-24 Thread Ladsgroup
Ladsgroup moved this task from Peer Review to Verification on the Wikibase 
Extension Decoupling and Registration (Sprint 3) board.
Ladsgroup added a comment.


  We will remove the php entry point later.

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

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

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

To: Ladsgroup
Cc: Ladsgroup, Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, 
Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, Pablo-WMDE, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Izno, Wikidata-bugs, aude, 
Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258734: 220 test errors apparently in Wikibase related extensions in 1.31

2020-07-24 Thread gerritbot
gerritbot added a comment.


  Change 616062 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/WikibaseQualityConstraints@REL1_31] Remove EntityLookup 
from services that don’t need it, part II
  
  https://gerrit.wikimedia.org/r/616062

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

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

To: gerritbot
Cc: Addshore, Ladsgroup, Aklapper, Reedy, CBogen, Akuckartz, darthmon_wmde, 
DannyS712, Nandana, JKSTNK, Lahi, Gq86, CCicalese_WMF, Pablo-WMDE, 
GoranSMilovanovic, RazeSoldier, QZanden, LawExplorer, Dan.mulholland, _jensen, 
rosalieper, Scott_WUaS, Izno, MGChecker, Wikidata-bugs, aude, Dinoguy1000, 
Ricordisamoa, Lydia_Pintscher, Jdforrester-WMF, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258734: 220 test errors apparently in Wikibase related extensions in 1.31

2020-07-24 Thread Addshore
Addshore added a comment.


  In T258734#6332720 , 
@Ladsgroup wrote:
  
  > In T258734#6332713 , 
@Addshore wrote:
  >
  >> Is it possible to only do this for the branch?
  >> All this is going to do is bite us in the future when Wikibase and Score 
break production next (the reason they run together in CI)
  >
  > This is only 1.31 branch not master/wmf backports
  
  Few, great! (sorry I didn't click into the patch)

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

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

To: Addshore
Cc: Addshore, Ladsgroup, Aklapper, Reedy, CBogen, Akuckartz, darthmon_wmde, 
DannyS712, Nandana, JKSTNK, Lahi, Gq86, CCicalese_WMF, Pablo-WMDE, 
GoranSMilovanovic, RazeSoldier, QZanden, LawExplorer, Dan.mulholland, _jensen, 
rosalieper, Scott_WUaS, Izno, MGChecker, Wikidata-bugs, aude, Dinoguy1000, 
Ricordisamoa, Lydia_Pintscher, Jdforrester-WMF, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258734: 220 test errors apparently in Wikibase related extensions in 1.31

2020-07-24 Thread Ladsgroup
Ladsgroup added a comment.


  In T258734#6332713 , 
@Addshore wrote:
  
  > In T258734#6332021 , 
@Reedy wrote:
  >
  >> I got bored of trying to untangle this mess
  >>
  >> https://gerrit.wikimedia.org/r/c/integration/config/+/615910 - Wikibase et 
al removed from being a dependancy of Score in REL1_31
  >
  > Is it possible to only do this for the branch?
  > All this is going to do is bite us in the future when Wikibase and Score 
break production next (the reason they run together in CI)
  
  This is only 1.31 branch not master/wmf backports

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

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

To: Ladsgroup
Cc: Addshore, Ladsgroup, Aklapper, Reedy, CBogen, Akuckartz, darthmon_wmde, 
DannyS712, Nandana, JKSTNK, Lahi, Gq86, CCicalese_WMF, Pablo-WMDE, 
GoranSMilovanovic, RazeSoldier, QZanden, LawExplorer, Dan.mulholland, _jensen, 
rosalieper, Scott_WUaS, Izno, MGChecker, Wikidata-bugs, aude, Dinoguy1000, 
Ricordisamoa, Lydia_Pintscher, Jdforrester-WMF, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258543: SDC: SimpleCacheWithBagOStuff throwing CacheInvalidArgumentException due to invalid cache key on Commons

2020-07-24 Thread Michael
Michael added a comment.


  This seems to have been one single spike over a span of maybe 3 minutes on 
2020-07-19:
  
  F31946825: image.png  F31946831: 
image.png 
  
  Maybe some strange misaligned versions during deployment?

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

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

To: Michael
Cc: Michael, Ramsey-WMF, hoo, Addshore, Ladsgroup, Aklapper, kaldari, CBogen, 
Akuckartz, darthmon_wmde, Nandana, JKSTNK, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, 
aude, Lydia_Pintscher, Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258734: 220 test errors apparently in Wikibase related extensions in 1.31

2020-07-24 Thread Addshore
Addshore added a comment.


  In T258734#6332021 , 
@Reedy wrote:
  
  > I got bored of trying to untangle this mess
  >
  > https://gerrit.wikimedia.org/r/c/integration/config/+/615910 - Wikibase et 
al removed from being a dependancy of Score in REL1_31
  
  Is it possible to only do this for the branch?
  All this is going to do is bite us in the future when Wikibase and Score 
break production next (the reason they run together in CI)

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

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

To: Addshore
Cc: Addshore, Ladsgroup, Aklapper, Reedy, CBogen, Akuckartz, darthmon_wmde, 
DannyS712, Nandana, JKSTNK, Lahi, Gq86, CCicalese_WMF, Pablo-WMDE, 
GoranSMilovanovic, RazeSoldier, QZanden, LawExplorer, Dan.mulholland, _jensen, 
rosalieper, Scott_WUaS, Izno, MGChecker, Wikidata-bugs, aude, Dinoguy1000, 
Ricordisamoa, Lydia_Pintscher, Jdforrester-WMF, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258330: JobQueueError while adding claim to Wikidata entry

2020-07-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  In T258330#6317144 , 
@Framawiki wrote:
  
  > @addshore do you think it may be related to T212282: Timeout in Special 
Page Constraints check for France (Q142) 
 ?
  
  Unlikely, in my opinion. The message (“Could not enqueue jobs: Unable to 
deliver all events: 503: Service Unavailable”) indeed sounds like it’s just a 
random one-off error. Unless it happens more frequently, I think we can ignore 
it.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Addshore, Urbanecm, Aklapper, Framawiki, Akuckartz, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Agabi10, Scott_WUaS, Jonas, abian, Wikidata-bugs, aude, 
Lydia_Pintscher, Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258330: JobQueueError while adding claim to Wikidata entry

2020-07-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Addshore, Urbanecm, Aklapper, Framawiki, Akuckartz, darthmon_wmde, Nandana, 
Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Agabi10, Scott_WUaS, Jonas, abian, Wikidata-bugs, aude, 
Lydia_Pintscher, Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258776: Add Structured Data on Commons M-ID to Wikidata dumps

2020-07-24 Thread Jheald
Jheald added a comment.


  @Lucas_Werkmeister_WMDE : //I think it would be more feasible to add the 
Special:FilePath URL to the WikibaseMediaInfo RDF, and combine WDQS and WCQS 
that way//
  
  this has been suggested at T258769 

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

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

To: Jheald
Cc: Lucas_Werkmeister_WMDE, Jheald, Aklapper, Tpt, CBogen, Akuckartz, 
darthmon_wmde, Nandana, JKSTNK, Namenlos314, Lahi, Gq86, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258590: Decide on HTTP vs HTTPS for concept URIs on Commons

2020-07-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  I think the last discussion for HTTP/HTTPS concept URIs on WIkidata was 
T153563: Consider switching to HTTPS for Wikidata query service links 
.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Tpt, DVrandecic, CBogen, Multichill, Gehel, 
Aklapper, Akuckartz, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 
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] T258776: Add Structured Data on Commons M-ID to Wikidata dumps

2020-07-24 Thread Jheald
Jheald added a comment.


  PS.  It's also stupidly hard to find the M-ID from a WikiCommons file page at 
the moment.  This would be a good thing to display in the "structured data" tab 
there, I think.

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

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

To: Jheald
Cc: Lucas_Werkmeister_WMDE, Jheald, Aklapper, Tpt, CBogen, Akuckartz, 
darthmon_wmde, Nandana, JKSTNK, Namenlos314, Lahi, Gq86, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258776: Add Structured Data on Commons M-ID to Wikidata dumps

2020-07-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  > The value of the "image" property in Wikidata RDF dumps is an URL like 
https://commons.wikimedia.org/wiki/File:Leon%20Cogniet%20-%20Jean-Francois%20Champollion.jpg
  
  As far as I’m aware, the real URL in RDF is more like 
http://commons.wikimedia.org/wiki/Special:FilePath/Leon%20Cogniet%20-%20Jean-Francois%20Champollion.jpg
 – the query service UI rewrites it to the file description URL (/wiki/File:) 
on display.
  
  I also don’t understand your first example – is `sdoc:P18` meant to be 
something like `sdoc:M123` instead?
  
  And finally, I’m not sure this will be doable, since it would require looking 
up the page ID for every Commons file mentioned in a dump, and also sending 
updates to the query service when that page ID change due to page moves… I 
think it would be more feasible to add the Special:FilePath URL to the 
WikibaseMediaInfo RDF, and combine WDQS and WCQS that way.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Jheald, Aklapper, Tpt, CBogen, Akuckartz, 
darthmon_wmde, Nandana, JKSTNK, Namenlos314, Lahi, Gq86, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258776: Add Structured Data on Commons M-ID to Wikidata dumps

2020-07-24 Thread Jheald
Jheald added a comment.


  I think you meant
  
wd:Q123  wdtn:P18  sdoc:M6919529
  
  in that second line ?

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

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

To: Jheald
Cc: Jheald, Aklapper, Tpt, CBogen, Akuckartz, darthmon_wmde, Nandana, JKSTNK, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258769: ImageGrid for WCQS

2020-07-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Isn’t this a duplicate of T258608: Image results on WCQS should be available 
?

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Jheald, Husky, Rachmat04, Gehel, Aklapper, CBogen, 
Akuckartz, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 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] T255387: Redirected Items and Lexemes not shown with "redirect=no" on listing pages

2020-07-24 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "Redirected Wikidata items not shown 
with "redirect=no" on user contributions pages" to "Redirected Items and 
Lexemes not shown with "redirect=no" on listing pages".
Lydia_Pintscher triaged this task as "Medium" priority.
Lydia_Pintscher updated the task description.

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

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

To: Lydia_Pintscher
Cc: GeoffreyT2000, Aklapper, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, 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] T258782: Wikidata Query Service sometimes returns Commons Media image values as strings (filename) instead of Special:FilePath URIs

2020-07-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Causing an item to be reimported makes the issue disappear – Q16718402 was 
originally affected, then Lydia edited it (added a German description) and 
after the query service processed the update, it had a URL as the image.
  
  Also, this is very suspicious:
  
SELECT ?item ?image ?dateModified (STR(?dateModified) AS ?timestamp) WHERE {
  ?item wdt:P18 ?image.
  FILTER(DATATYPE(?image) = xsd:string)
  ?item schema:dateModified ?dateModified.
}
ORDER BY ?timestamp
LIMIT 100
  
  
  
  | item | image
 | dateModified | timestamp|
  |  | 
-
 |  |  |
  | wd:Q9151148 | Andrey Ashchev.jpg
| 12 June 2020 | 2020-06-12T06:36:50Z |
  | wd:Q58191231 | 139.Egea (Valle de Lierp) - Iglesia de San Esteban + 
Turbón.jpg   | 12 June 2020 | 2020-06-12T06:44:57Z |
  | wd:Q58191231 | 141.Egea (Valle de Lierp) - Casa Albañil.jpg 
 | 12 June 2020 | 2020-06-12T06:44:57Z |
  | wd:Q16403761 | Ilmar Mikkor 1960.jpg
 | 12 June 2020 | 2020-06-12T06:46:46Z |
  | wd:Q805547 | South end of the isle of Balta - geograph.org.uk - 1357955.jpg 
 | 12 June 2020 | 2020-06-12T07:11:42Z |
  | wd:Q21518597 | Hennie at a rugby game.jpg   
 | 12 June 2020 | 2020-06-12T07:35:47Z |
  | wd:Q78854 | Markus Werba 2009.jpg   
  | 12 June 2020 | 2020-06-12T07:47:40Z |
  | wd:Q16609740 | Museu lousado.JPG
 | 12 June 2020 | 2020-06-12T15:04:17Z |
  | wd:Q5390854 | Pueblo de luis.jpg
| 12 June 2020 | 2020-06-12T15:04:50Z |
  | wd:Q5516267 | גד נבון.jpg   
| 12 June 2020 | 2020-06-12T15:12:34Z |
  | wd:Q2440316 | Aircraft at Waterford Airport.jpg 
| 12 June 2020 | 2020-06-12T15:16:30Z |
  | wd:Q17214368 | 20140713 Hiroki Minei, catcher of the Yokohama DeNA 
BayStars, at Meiji Jingu Stadium.JPG | 12 June 2020 | 2020-06-12T15:19:58Z |
  | wd:Q16652328 | Half a Chance by Robert Thornby 1920.png 
 | 12 June 2020 | 2020-06-12T15:31:27Z |
  | wd:Q1397204 | Faruk Čaklovica Rector2012.JPG
| 12 June 2020 | 2020-06-12T15:45:09Z |
  | wd:Q7756259 | The Passing of the Third Floor Back - march 1919 newspaper 
ad.jpg | 12 June 2020 | 2020-06-12T15:46:37Z |
  | wd:Q3311843 | Mickey 2.jpg  
| 12 June 2020 | 2020-06-12T15:48:18Z |
  |
  
  Only 16 results total, //all// of them edited (and presumably imported) on 12 
June 2020. (But over a range of almost ten hours, so it wasn’t just a brief 
blip in broken RDF exports, either.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, CBogen, Akuckartz, darthmon_wmde, 
Nandana, Namenlos314, Lahi, Gq86, 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] T258782: Wikidata Query Service sometimes returns Commons Media image values as strings (filename) instead of Special:FilePath URIs

2020-07-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, CBogen, Akuckartz, darthmon_wmde, 
Nandana, Namenlos314, Lahi, Gq86, 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] T258782: Wikidata Query Service sometimes returns Commons Media image values as strings (filename) instead of Special:FilePath URIs

2020-07-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  The RDF value for a Commons Media value is supposed to be an IRI:
  
SELECT (STR(?image) AS ?str) (ISIRI(?image) AS ?isIri) WHERE {
  wd:Q33231166 wdt:P18 ?image.
}
  
  | str 
 | isIri |
  | 

 | - |
  | 
http://commons.wikimedia.org/wiki/Special:FilePath/GuentherZ%202010-02-27%200207%20Wien10%20Scheunenstrasse2%20Bildstock.jpg
 | true  |
  |
  
  However, very occasionally, the query service contains the file name as a 
simple string instead:
  
SELECT * WHERE {
  ?item wdt:P18 ?image.
  FILTER(DATATYPE(?image) = xsd:string)
}
LIMIT 10
  
  
  
  | item | image   |
  |  | --- |
  | wd:Q9151148 | Andrey Ashchev.jpg
  |
  | wd:Q58191231 | 139.Egea (Valle de Lierp) - Iglesia de San Esteban + 
Turbón.jpg |
  | wd:Q58191231 | 141.Egea (Valle de Lierp) - Casa Albañil.jpg 
   |
  | wd:Q16403761 | Ilmar Mikkor 1960.jpg
   |
  | wd:Q805547 | South end of the isle of Balta - geograph.org.uk - 1357955.jpg 
   |
  | wd:Q21518597 | Hennie at a rugby game.jpg   
   |
  | wd:Q78854 | Markus Werba 2009.jpg   
|
  | wd:Q16609740 | Museu lousado.JPG
   |
  | wd:Q5390854 | Pueblo de luis.jpg
  |
  | wd:Q5516267 | גד נבון.jpg   
  |
  |
  
  I have no idea why that happens. It could be a bug in the query service, 
mixing up the values somehow (it feels vaguely similar to T255657 
); but it could also be a bug in the 
Wikibase RDF export – maybe Wikibase temporarily forgot that P18 
 is a Commons Media property, and 
treated it like a string property instead.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, CBogen, Akuckartz, darthmon_wmde, 
Nandana, Namenlos314, Lahi, Gq86, 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] T255387: Redirected Wikidata items not shown with "redirect=no" on user contributions pages

2020-07-24 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite.

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

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

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


  1   2   >