[Wikidata-bugs] [Maniphest] [Commented On] T222306: RDF export generates wrong IDs for federated entities

2019-05-01 Thread WMDE-leszek
WMDE-leszek added a comment. @Smalyshev I believe the issue you have noticed is due to RDF export being not fully operational on Commons. We (WMDE) have worked on the assumption RDF output for MediaInfo things is not yet needed, and hence did not prioritize RDF topics in this area. I will

[Wikidata-bugs] [Maniphest] [Commented On] T220977: Investigate surprising rise in mobile page views for wikidata

2019-05-01 Thread GoranSMilovanovic
GoranSMilovanovic added a comment. @Lea_WMDE @RazShuty I have inspected all mobile pageviews of Wikidata for April 2019. April 2019 is quite representative for the phenomenon that we are investigating: since the sudden increase in Wikidata mobile pageviews, only in January 2019 ther

[Wikidata-bugs] [Maniphest] [Commented On] T214896: Error when exporting entity on federated-commons test system to RDF

2019-05-01 Thread Smalyshev
Smalyshev added a comment. Is this issue still relevant? TASK DETAIL https://phabricator.wikimedia.org/T214896 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Smalyshev Cc: Smalyshev, WMDE-leszek, Lucas_Werkmeister_WMDE, Aklapper, alaa_wmde, Nand

[Wikidata-bugs] [Maniphest] [Created] T222321: Make /entity/ alias work for Commons

2019-05-01 Thread Smalyshev
Smalyshev created this task. Smalyshev added projects: Wikidata, Commons, SDC General, Wikidata-Query-Service, WikibaseMediaInfo, User-Smalyshev. TASK DESCRIPTION Wikidata has entity URLs in the form of http://www.wikidata.org/entity

[Wikidata-bugs] [Maniphest] [Assigned] T216369: Adding a caption add file unintentionally to watchlist

2019-05-01 Thread Ramsey-WMF
Ramsey-WMF added projects: SDC Engineering, Multimedia-Current-Work. Ramsey-WMF triaged this task as "Normal" priority. Ramsey-WMF assigned this task to Cparle. Ramsey-WMF added a comment. Restricted Application added a project: Multimedia. following up on this: problem is still present as of t

[Wikidata-bugs] [Maniphest] [Commented On] T222299: dumpRdf does not work with MediaInfo entities

2019-05-01 Thread Smalyshev
Smalyshev added a comment. I think `EntityByLinkedTitleLookup` can be used for this, with slight modification that enables `SiteLinkTable` to produce links for local Wikidata without going to the database. Also, `SiteLinkTable` for some reason only produces item IDs. Maybe that should be cha

[Wikidata-bugs] [Maniphest] [Commented On] T220977: Investigate surprising rise in mobile page views for wikidata

2019-05-01 Thread GoranSMilovanovic
GoranSMilovanovic added a comment. @Lea_WMDE @RazShuty It's definitely not Googlebot (Smartphone), I've checked the `wmf.webrequest` for a sample: # - wmf.webrequest dataset: parse user_agent df = sqlContext.sql('SELECT year, month, day, hour, user_agent, agent_type, is_pagevi

[Wikidata-bugs] [Maniphest] [Commented On] T222299: dumpRdf does not work with MediaInfo entities

2019-05-01 Thread Smalyshev
Smalyshev added a comment. Looking further into this, we can check if the page has the slot with this: 1. Create WikiPage from page ID/title 2. $revisionRecord = $page->getRevisionRecord() 3. $mediaInfoSlot = $revisionRecord ->getSlot( MediaInfo::ENTITY_TYPE ) But it is still uncl

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T220977: Investigate surprising rise in mobile page views for wikidata

2019-05-01 Thread GoranSMilovanovic
GoranSMilovanovic added a subscriber: RazShuty. GoranSMilovanovic added a comment. @Lea_WMDE @RazShuty **0.** First of all, I started by replicating the Wikistats data (https://stats.wikimedia.org/v2/#/wikidata.org/reading/total-page-views/normal|bar|2-Year|access~mobile-web) that you ha

[Wikidata-bugs] [Maniphest] [Commented On] T222299: dumpRdf does not work with MediaInfo entities

2019-05-01 Thread Jdforrester-WMF
Jdforrester-WMF added a comment. Yup, "the real namespace" is "6/mediainfo". TASK DETAIL https://phabricator.wikimedia.org/T99 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Jdforrester-WMF Cc: Jdforrester-WMF, matthiasmullie, Cparle, daniel,

[Wikidata-bugs] [Maniphest] [Commented On] T222299: dumpRdf does not work with MediaInfo entities

2019-05-01 Thread Smalyshev
Smalyshev added a comment. EntityIdLookup has: public function getEntityIdForTitle( Title $title ); but I am not sure how it's supposed to work since it does not have slot ID or anything like that as a parameter... And the main implementation does: $contentMo

[Wikidata-bugs] [Maniphest] [Commented On] T222299: dumpRdf does not work with MediaInfo entities

2019-05-01 Thread daniel
daniel added a comment. NS 6 is correct, MediaInfo entities are stored in the File namespace on commons. To map from Titles to IDs, use and EntityIdLookup. (I'm a bit out of the loop, but unless something changed radically in the last 6 months or so, what I wrote above should still

[Wikidata-bugs] [Maniphest] [Commented On] T222299: dumpRdf does not work with MediaInfo entities

2019-05-01 Thread Smalyshev
Smalyshev added a comment. MediaInfo sets namespace as: public static function onWikibaseRepoEntityNamespaces( &$entityNamespacesSetting ) { // Tell Wikibase where to put our entity content. $entityNamespacesSetting[ MediaInfo::ENTITY_TYPE ] = NS_FILE

[Wikidata-bugs] [Maniphest] [Commented On] T222299: dumpRdf does not work with MediaInfo entities

2019-05-01 Thread Smalyshev
Smalyshev added a comment. Looks like `mediainfo` type is mapped to namespace 6, but the real namespace is 144, where we get entities with right titles. Maybe config problem? TASK DETAIL https://phabricator.wikimedia.org/T99 EMAIL PREFERENCES https://phabricator.wikimedia.org/setting

[Wikidata-bugs] [Maniphest] [Triaged] T222299: dumpRdf does not work with MediaInfo entities

2019-05-01 Thread Smalyshev
Smalyshev triaged this task as "Normal" priority. TASK DETAIL https://phabricator.wikimedia.org/T99 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Smalyshev Cc: Cparle, daniel, Lucas_Werkmeister_WMDE, Tpt, Addshore, Ramsey-WMF, Aklapper, Smalysh

[Wikidata-bugs] [Maniphest] [Triaged] T221917: Create RDF dump of structured data on Commons

2019-05-01 Thread Smalyshev
Smalyshev triaged this task as "Normal" priority. TASK DETAIL https://phabricator.wikimedia.org/T221917 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Smalyshev Cc: Poyekhali, Steinsplitter, Aklapper, Lydia_Pintscher, Bugreporter, Tgr, Ramsey-WMF, J

[Wikidata-bugs] [Maniphest] [Triaged] T222306: RDF export generates wrong IDs for federated entities

2019-05-01 Thread Smalyshev
Smalyshev triaged this task as "Normal" priority. TASK DETAIL https://phabricator.wikimedia.org/T222306 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Smalyshev Cc: WMDE-leszek, Lucas_Werkmeister_WMDE, Addshore, Ramsey-WMF, Lydia_Pintscher, Aklapper

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T222306: RDF export generates wrong IDs for federated entities

2019-05-01 Thread Smalyshev
Smalyshev added a subscriber: WMDE-leszek. Smalyshev added a comment. Looking at the code, the ID is plain `P64`, even though it is coming from different repository, but the ID returns empty string as repository name. So I am confused about how exactly this is supposed to work. @Lucas_Werkme

[Wikidata-bugs] [Maniphest] [Unassigned] T222306: RDF export generates wrong IDs for federated entities

2019-05-01 Thread Smalyshev
Smalyshev removed Smalyshev as the assignee of this task. TASK DETAIL https://phabricator.wikimedia.org/T222306 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Smalyshev Cc: Lucas_Werkmeister_WMDE, Addshore, Ramsey-WMF, Lydia_Pintscher, Aklapper, Sma

[Wikidata-bugs] [Maniphest] [Unassigned] T222299: dumpRdf does not work with MediaInfo entities

2019-05-01 Thread Smalyshev
Smalyshev removed Smalyshev as the assignee of this task. TASK DETAIL https://phabricator.wikimedia.org/T99 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Smalyshev Cc: Cparle, daniel, Lucas_Werkmeister_WMDE, Tpt, Addshore, Ramsey-WMF, Aklapper,

[Wikidata-bugs] [Maniphest] [Unassigned] T222302: Too many RDF label forms for MediaInfo

2019-05-01 Thread Smalyshev
Smalyshev removed Smalyshev as the assignee of this task. TASK DETAIL https://phabricator.wikimedia.org/T222302 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Smalyshev Cc: WMDE-leszek, Lucas_Werkmeister_WMDE, Tpt, Addshore, Ramsey-WMF, Aklapper, Sm

[Wikidata-bugs] [Maniphest] [Edited] T222306: RDF export generates wrong IDs for federated entities

2019-05-01 Thread Smalyshev
Smalyshev updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T222306 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Smalyshev Cc: Lucas_Werkmeister_WMDE, Addshore, Ramsey-WMF, Lydia_Pintscher, Aklapper, Smalyshev, alaa_wmde,

[Wikidata-bugs] [Maniphest] [Created] T222306: RDF export generates wrong IDs for federated entities

2019-05-01 Thread Smalyshev
Smalyshev created this task. Smalyshev added projects: Wikidata, Commons, SDC General, Wikidata-Query-Service, WikibaseMediaInfo, User-Smalyshev. TASK DESCRIPTION When generating RDF for MediaInfo entity, I get this: wd:M10659 a wikibase:Mediainfo, wikibase:MediaInfo,

[Wikidata-bugs] [Maniphest] [Created] T222302: Too many RDF label forms for MediaInfo

2019-05-01 Thread Smalyshev
Smalyshev created this task. Smalyshev added projects: Wikidata, Commons, SDC General, Wikidata-Query-Service, WikibaseMediaInfo, User-Smalyshev. TASK DESCRIPTION Right now the label forms produced for MediaInfo (e.g. see https://federated-commons.wmflabs.org/wiki/Special:EntityData/M10659.ttl

[Wikidata-bugs] [Maniphest] [Created] T222299: dumpRdf does not work with MediaInfo entities

2019-05-01 Thread Smalyshev
Smalyshev created this task. Smalyshev added projects: Wikidata, Commons, SDC General, Wikidata-Query-Service, WikibaseMediaInfo, User-Smalyshev. TASK DESCRIPTION dumpRdf uses SqlEntityIdPager to fetch IDs by namespace linked to the entity type, and then does this: $position = (int)$row

[Wikidata-bugs] [Maniphest] [Updated] T221916: Create RDF export for structured data stored for files

2019-05-01 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T221916 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Smalyshev, gerritbot Cc: Poyekhali, Steinsplitter, Aklapper, Lydia_Pintscher, Tgr, Ramsey-WMF, Jarekt,

[Wikidata-bugs] [Maniphest] [Commented On] T221916: Create RDF export for structured data stored for files

2019-05-01 Thread gerritbot
gerritbot added a comment. Change 507627 had a related patch set uploaded (by Smalyshev; owner: Smalyshev): [mediawiki/extensions/WikibaseMediaInfo@master] RDF export of MediaInfo entities https://gerrit.wikimedia.org/r/507627 TASK DETAIL https://phabricator.wikimedia.org/T221916 E

[Wikidata-bugs] [Maniphest] [Claimed] T221916: Create RDF export for structured data stored for files

2019-05-01 Thread Smalyshev
Smalyshev claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T221916 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Smalyshev Cc: Poyekhali, Steinsplitter, Aklapper, Lydia_Pintscher, Tgr, Ramsey-WMF, Jarekt, Addshore, Tpt, MB-one, Salg

[Wikidata-bugs] [Maniphest] [Triaged] T221916: Create RDF export for structured data stored for files

2019-05-01 Thread Smalyshev
Smalyshev triaged this task as "Normal" priority. Smalyshev moved this task from Backlog to Doing on the User-Smalyshev board. TASK DETAIL https://phabricator.wikimedia.org/T221916 WORKBOARD https://phabricator.wikimedia.org/project/board/2921/ EMAIL PREFERENCES https://phabricator.wikimed

[Wikidata-bugs] [Maniphest] [Closed] T218921: Federated remote entities in diffs show as deleted

2019-05-01 Thread Ramsey-WMF
Ramsey-WMF closed this task as "Resolved". Ramsey-WMF claimed this task. Ramsey-WMF added a comment. Works on prod. TASK DETAIL https://phabricator.wikimedia.org/T218921 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ramsey-WMF Cc: Ramsey-WMF, Ad

[Wikidata-bugs] [Maniphest] [Closed] T215933: Display qualifiers on File page via php

2019-05-01 Thread Jdforrester-WMF
Jdforrester-WMF closed this task as "Resolved". Jdforrester-WMF assigned this task to Cparle. Jdforrester-WMF removed a project: Patch-For-Review. Jdforrester-WMF added a comment. PHP initial rendering (JS turned off): F2995: image.png

[Wikidata-bugs] [Maniphest] [Unblock] T215305: "Depicts and other statements on a bicycle": Qualifiers, and search by depicts statements, and other statements

2019-05-01 Thread Jdforrester-WMF
Jdforrester-WMF closed subtask T215933: Display qualifiers on File page via php as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T215305 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Jdforrester-WMF Cc: Yann, Abit, Aklapper, Jdforrester

[Wikidata-bugs] [Maniphest] [Closed] T216536: Use filetype:bitmap|audio to search in multiple filetypes at once

2019-05-01 Thread Jdforrester-WMF
Jdforrester-WMF moved this task from Needs QA to Verify on Production on the Multimedia-Current-Work board. Jdforrester-WMF closed this task as "Resolved". Jdforrester-WMF removed a project: Patch-For-Review. Jdforrester-WMF added a comment. F2967: image.png

[Wikidata-bugs] [Maniphest] [Unblock] T215305: "Depicts and other statements on a bicycle": Qualifiers, and search by depicts statements, and other statements

2019-05-01 Thread Jdforrester-WMF
Jdforrester-WMF closed subtask T216536: Use filetype:bitmap|audio to search in multiple filetypes at once as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T215305 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Jdforrester-WMF Cc: Yann, A

[Wikidata-bugs] [Maniphest] [Updated] T215304: "Depicts walking": Add/edit depicts statements in UploadWizard

2019-05-01 Thread Jdforrester-WMF
Jdforrester-WMF edited projects, added MW-1.33-notes (1.33.0-wmf.24; 2019-04-02); removed Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T215304 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ramsey-WMF, Jdforrester-WMF Cc: Edtadros

[Wikidata-bugs] [Maniphest] [Unblock] T215304: "Depicts walking": Add/edit depicts statements in UploadWizard

2019-05-01 Thread Jdforrester-WMF
Jdforrester-WMF closed subtask T219945: Change Upload Wizard step name from "Metadata" to "Add data" as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T215304 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ramsey-WMF, Jdforrester-WMF Cc:

[Wikidata-bugs] [Maniphest] [Updated] T76230: [Epic] data quality and trust

2019-05-01 Thread abian
abian added a subtask: T74: Fix and prevent duplicate claims on Wikidata entities. TASK DETAIL https://phabricator.wikimedia.org/T76230 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: abian Cc: Cirdan, Hjfocs, AfroThundr3007730, Agabi10, Capankaj

[Wikidata-bugs] [Maniphest] [Updated] T222274: Fix and prevent duplicate claims on Wikidata entities

2019-05-01 Thread abian
abian added a parent task: T76230: [Epic] data quality and trust. TASK DETAIL https://phabricator.wikimedia.org/T74 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: abian Cc: abian, Aklapper, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZan

[Wikidata-bugs] [Maniphest] [Created] T222274: Fix and prevent duplicate claims on Wikidata entities

2019-05-01 Thread abian
abian created this task. abian added a project: Wikidata. Restricted Application added a subscriber: Aklapper. TASK DESCRIPTION As an ... I want to ... in order to ... **Problem:** Some tools, bots or even users accidentally add duplicate claims

[Wikidata-bugs] [Maniphest] [Closed] T222182: Short URL doesn’t work on embed.html

2019-05-01 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved". Lydia_Pintscher moved this task from To Do to Done on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. Lydia_Pintscher added a comment. Ah great. Thanks :) TASK DETAIL https://phabricator.wikimedia.org/T222182 WORKBOARD https://

[Wikidata-bugs] [Maniphest] [Updated] T222182: Short URL doesn’t work on embed.html

2019-05-01 Thread Jheald
Jheald added a comment. @Lydia_Pintscher : No, that's T220703 : Maximum length of a URL that can currently be shortened in 2,000 chars; yours was 2,561 Also T221126 (Better error reporting). TASK DETAI

[Wikidata-bugs] [Maniphest] [Commented On] T222182: Short URL doesn’t work on embed.html

2019-05-01 Thread Lydia_Pintscher
Lydia_Pintscher added a comment. I tried it with this query

[Wikidata-bugs] [Maniphest] [Changed Project Column] T222181: “Edit visually” broken on embed.htm

2019-05-01 Thread Lydia_Pintscher
Lydia_Pintscher moved this task from Test (Verification) to To Do on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. Lydia_Pintscher added a comment. I just tried it with this query

[Wikidata-bugs] [Maniphest] [Closed] T222133: "Edit SPARQL" link is broken in embed.html

2019-05-01 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved". Lydia_Pintscher moved this task from Test (Verification) to Done on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. Lydia_Pintscher added a comment. \o/ TASK DETAIL https://phabricator.wikimedia.org/T222133 WORKBOARD https://ph

[Wikidata-bugs] [Maniphest] [Closed] T222129: WDQS link back to WDQS from a rendered result doesn't show the SPARQL used to create the report

2019-05-01 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved". Lydia_Pintscher moved this task from Test (Verification) to Done on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. Lydia_Pintscher added a comment. \o/ TASK DETAIL https://phabricator.wikimedia.org/T222129 WORKBOARD https://ph

[Wikidata-bugs] [Maniphest] [Unblock] T218886: Improve shex-simple tool for WikibaseSchema use

2019-05-01 Thread Lydia_Pintscher
Lydia_Pintscher closed subtask T221607: remove remaining manifest text from shex simple tool as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T218886 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucas_Werkmeister_WMDE, Lydia_Pintscher

[Wikidata-bugs] [Maniphest] [Closed] T210598: Add data value type to Special:ListDatatypes

2019-05-01 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved". Lydia_Pintscher moved this task from Test (Verification) to Done on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. Lydia_Pintscher added a comment. \o/ TASK DETAIL https://phabricator.wikimedia.org/T210598 WORKBOARD https://ph

[Wikidata-bugs] [Maniphest] [Closed] T221607: remove remaining manifest text from shex simple tool

2019-05-01 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved". Lydia_Pintscher moved this task from Test (Verification) to Done on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. Lydia_Pintscher added a comment. Checked at https://tools.wmflabs.org/shex-simple/wikidata/packages/shex-webapp/doc/

[Wikidata-bugs] [Maniphest] [Closed] T221945: change namespace for Schemas from Schema to EntitySchema

2019-05-01 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved". Lydia_Pintscher moved this task from Test (Verification) to Done on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. Lydia_Pintscher claimed this task. Lydia_Pintscher added a comment. \o/ TASK DETAIL https://phabricator.wikimedia.

[Wikidata-bugs] [Maniphest] [Unblock] T221942: rename Wikibase Schema

2019-05-01 Thread Lydia_Pintscher
Lydia_Pintscher closed subtask T221945: change namespace for Schemas from Schema to EntitySchema as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T221942 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lydia_Pintscher Cc: Aklapper, Lea_La

[Wikidata-bugs] [Maniphest] [Closed] T221944: change Schema prefix from O to E

2019-05-01 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved". Lydia_Pintscher moved this task from Test (Verification) to Done on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. Lydia_Pintscher claimed this task. Lydia_Pintscher added a comment. \o/ Found T59

[Wikidata-bugs] [Maniphest] [Created] T222259: random "edit" text on Schema edit page

2019-05-01 Thread Lydia_Pintscher
Lydia_Pintscher created this task. Lydia_Pintscher added projects: Shape Expressions, Wikidata-Campsite. Restricted Application added a subscriber: Aklapper. Restricted Application added a project: Wikidata. TASK DESCRIPTION **Problem:** On the edit page of a Schema there is a seemingly random

[Wikidata-bugs] [Maniphest] [Unblock] T221942: rename Wikibase Schema

2019-05-01 Thread Lydia_Pintscher
Lydia_Pintscher closed subtask T221944: change Schema prefix from O to E as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T221942 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lydia_Pintscher Cc: Aklapper, Lea_Lacroix_WMDE, hoo, noarave

[Wikidata-bugs] [Maniphest] [Changed Project Column] T221943: rename Schema-related special pages

2019-05-01 Thread Lydia_Pintscher
Lydia_Pintscher moved this task from Test (Verification) to To Do on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. Lydia_Pintscher added a comment. I looked at it. All good from my side except one small thing: The placeholder text for the ID on https://wikidata-shex.wmflabs.or

[Wikidata-bugs] [Maniphest] [Updated] T222257: link to rawgraphs.io from the wikidata query ui leads to a blank form

2019-05-01 Thread ArielGlenn
ArielGlenn added a project: User-ArielGlenn. TASK DETAIL https://phabricator.wikimedia.org/T57 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ArielGlenn Cc: Aklapper, ArielGlenn, alaa_wmde, Nandana, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilo

[Wikidata-bugs] [Maniphest] [Created] T222257: link to rawgraphs.io from the wikidata query ui leads to a blank form

2019-05-01 Thread ArielGlenn
ArielGlenn created this task. ArielGlenn triaged this task as "Normal" priority. ArielGlenn added a project: Wikidata-Query-Service. Restricted Application added a subscriber: Aklapper. Restricted Application added a project: Wikidata. TASK DESCRIPTION Maybe this is the result of rawgraphs.io no

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T221504: investigate why content history dump of certain wikidata page ranges is so slow

2019-05-01 Thread Mahir256
Mahir256 added subscribers: Gehel, Smalyshev. Mahir256 added a comment. Perhaps this issue of conciseness in the data model is something worth addressing to @Smalyshev and @Gehel? TASK DETAIL https://phabricator.wikimedia.org/T221504 EMAIL PREFERENCES https://phabricator.wikimedia.org/se

[Wikidata-bugs] [Maniphest] [Commented On] T221104: Disable failing ruby browser tests in daily browser tests

2019-05-01 Thread alaa_wmde
alaa_wmde added a comment. That's worse than we imagined .. I'm wondering where the flakiness is coming from, just to make sure we do not carry it over with us into the re-written wdio tests. Did you get to figure out a little more why they are flaky already? I know browser tests can was

[Wikidata-bugs] [Maniphest] [Commented On] T221504: investigate why content history dump of certain wikidata page ranges is so slow

2019-05-01 Thread ArielGlenn
ArielGlenn added a comment. The above change was deployed last night and will take effect for the new run starting today. We should see results for the wikidata page-meta-history dump, with files being a lot smaller than the 40GB of some files last month. With numerous small jobs we can at l

[Wikidata-bugs] [Maniphest] [Updated] T221380: Wikidata: Special:Contributions times out for many high-activity users

2019-05-01 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.34-notes (1.34.0-wmf.4; 2019-05-07). TASK DETAIL https://phabricator.wikimedia.org/T221380 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ReleaseTaggerBot Cc: Tgr, Pigsonthewing, Ammarpad, Tagishsimon, WMDE-lesz