[Wikidata-bugs] [Maniphest] [Commented On] T189811: Set up user for automatic WDQS GUI builds

2018-04-24 Thread Smalyshev
Smalyshev added a comment. Looks like something is wrong with the credentials: https://integration.wikimedia.org/ci/job/wikidata-query-gui-build/1/consoleTASK DETAILhttps://phabricator.wikimedia.org/T189811EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Commented On] T160943: Automate WDQS GUI deployment

2018-04-24 Thread gerritbot
gerritbot added a comment. Change 415769 merged by jenkins-bot: [integration/config@master] Create job for building WDQS GUI https://gerrit.wikimedia.org/r/415769TASK DETAILhttps://phabricator.wikimedia.org/T160943EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T190875: Security review for Wikidata queries data release proposal

2018-04-24 Thread Smalyshev
Smalyshev added a comment. extractAnonymized.py indeed seems broken, but I don't see anything using it. It seems that anonymization is done by Java class Anonymizer in QueryAnalysis, which is used by Anonymize.py script. Not sure whether it's completely true but I don't see any usage of

[Wikidata-bugs] [Maniphest] [Triaged] T192768: wdqs-updater crashing not cleanly

2018-04-24 Thread Smalyshev
Smalyshev triaged this task as "High" priority. TASK DETAILhttps://phabricator.wikimedia.org/T192768EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Stashbot, gerritbot, fgiunchedi, Smalyshev, Aklapper, Gehel, Versusxo, Majesticalreaper22,

[Wikidata-bugs] [Maniphest] [Updated] T189458: re-enable wdqs kafka poller

2018-04-24 Thread Smalyshev
Smalyshev edited projects, added User-Smalyshev; removed Discovery-Wikidata-Query-Service-Sprint. TASK DETAILhttps://phabricator.wikimedia.org/T189458EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Gehel, SmalyshevCc: Smalyshev, Gehel, Aklapper, elukey, Lahi,

[Wikidata-bugs] [Maniphest] [Commented On] T163642: Index Wikidata strings in statements in the search engine

2018-04-24 Thread Smalyshev
Smalyshev added a comment. OK, looking at current usage, there are only 21 string properties with more than 100K values. Looking at them in particular, the interesting ones are: HomoloGene ID (P593) - probably should be external ID. There are more like this, with less usage. Over a million

[Wikidata-bugs] [Maniphest] [Commented On] T163642: Index Wikidata strings in statements in the search engine

2018-04-24 Thread Lydia_Pintscher
Lydia_Pintscher added a comment. In T163642#411, @Smalyshev wrote: Also just had a thought - this does not cover qualifiers and references of course. Do we want anything there or that is already WDQS domain? I'd say for now let's leave them out.TASK

[Wikidata-bugs] [Maniphest] [Commented On] T163642: Index Wikidata strings in statements in the search engine

2018-04-24 Thread Smalyshev
Smalyshev added a comment. Hmm 228 is not that bad... Let me see if I can get some usage stats. Also just had a thought - this does not cover qualifiers and references of course. Do we want anything there or that is already WDQS domain?TASK DETAILhttps://phabricator.wikimedia.org/T163642EMAIL

[Wikidata-bugs] [Maniphest] [Updated] T192871: Enable the query service updater to optionally use RecentChangesLinked for RC input

2018-04-24 Thread Smalyshev
Smalyshev added a comment. It is not very hard to make Updater feed from another source, and it is no problem, in general, to have more than one Updater to run in parallel, especially if they modify different entries. However, having single timestamp to specify the position is indeed a problem for

[Wikidata-bugs] [Maniphest] [Updated] T192963: Store Kafka poller position data in the WDQS database

2018-04-24 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T192963EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Gehel, Aklapper, Smalyshev, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985,

[Wikidata-bugs] [Maniphest] [Commented On] T163642: Index Wikidata strings in statements in the search engine

2018-04-24 Thread Lydia_Pintscher
Lydia_Pintscher added a comment. Don't have a good answer but https://www.wikidata.org/w/index.php?title=Special:ListProperties/string=500=0 has a list of all of the current string properties.TASK DETAILhttps://phabricator.wikimedia.org/T163642EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T192963: Store Kafka poller position data in the WDQS database

2018-04-24 Thread gerritbot
gerritbot added a comment. Change 421348 had a related patch set uploaded (by Smalyshev; owner: Smalyshev): [wikidata/query/rdf@master] Store Kafka offsets in the DB https://gerrit.wikimedia.org/r/421348TASK DETAILhttps://phabricator.wikimedia.org/T192963EMAIL

[Wikidata-bugs] [Maniphest] [Triaged] T192963: Store Kafka poller position data in the WDQS database

2018-04-24 Thread Smalyshev
Smalyshev triaged this task as "Normal" priority. TASK DETAILhttps://phabricator.wikimedia.org/T192963EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Gehel, Aklapper, Smalyshev, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE,

[Wikidata-bugs] [Maniphest] [Created] T192963: Store Kafka poller position data in the WDQS database

2018-04-24 Thread Smalyshev
Smalyshev created this task.Smalyshev added a project: Wikidata-Query-Service.Herald added a subscriber: Aklapper.Herald added projects: Wikidata, Discovery. TASK DESCRIPTIONRight now, Kafka poller when Updater starts uses timestamp to re-sync with the data stream. While this is the only way to go

[Wikidata-bugs] [Maniphest] [Updated] T180296: API should report why the merge failed, just like Special:MergeItems does

2018-04-24 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T180296EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Tacsipacsi, matej_suchanek, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci,

[Wikidata-bugs] [Maniphest] [Commented On] T180296: API should report why the merge failed, just like Special:MergeItems does

2018-04-24 Thread gerritbot
gerritbot added a comment. Change 428830 had a related patch set uploaded (by Ladsgroup; owner: Amir Sarabadani): [mediawiki/extensions/Wikibase@master] Make merge items api error reporting similar to its special page counterpart https://gerrit.wikimedia.org/r/428830TASK

[Wikidata-bugs] [Maniphest] [Commented On] T163642: Index Wikidata strings in statements in the search engine

2018-04-24 Thread Smalyshev
Smalyshev added a comment. OK, so outside of external IDs covered by T99899: [Story] Looking up entities by external identifiers, which string properties we want to add to the index? I am still concerned all of them might be too much, but ready to hear other opinions.TASK

[Wikidata-bugs] [Maniphest] [Claimed] T192085: PHP Fatal in AffectedPagesFinder::getChangedAspects

2018-04-24 Thread Ladsgroup
Ladsgroup claimed this task.Herald added a project: User-Ladsgroup. TASK DETAILhttps://phabricator.wikimedia.org/T192085EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: gerritbot, daniel, Aklapper, Pchelolo, Versusxo, Majesticalreaper22,

[Wikidata-bugs] [Maniphest] [Commented On] T192085: PHP Fatal in AffectedPagesFinder::getChangedAspects

2018-04-24 Thread gerritbot
gerritbot added a comment. Change 428827 had a related patch set uploaded (by Ladsgroup; owner: Amir Sarabadani): [mediawiki/extensions/Wikibase@master] Make sure statements in EntityDiffChangedAspects are not passed around as stdClass https://gerrit.wikimedia.org/r/428827TASK

[Wikidata-bugs] [Maniphest] [Updated] T192085: PHP Fatal in AffectedPagesFinder::getChangedAspects

2018-04-24 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T192085EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, daniel, Aklapper, Pchelolo, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985,

[Wikidata-bugs] [Maniphest] [Commented On] T189811: Set up user for automatic WDQS GUI builds

2018-04-24 Thread Smalyshev
Smalyshev added a comment. @mmodell We have https://gerrit.wikimedia.org/r/c/415769/ implementing the job. Needs review/+2.TASK DETAILhttps://phabricator.wikimedia.org/T189811EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: greg, mmodell,

[Wikidata-bugs] [Maniphest] [Updated] T192942: Identify and migrate existing internal clients of wdqs to the new internal cluster

2018-04-24 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T192942EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Lydia_Pintscher, Lucas_Werkmeister_WMDE, Smalyshev, Lea_WMDE, Gehel, Aklapper, Versusxo,

[Wikidata-bugs] [Maniphest] [Commented On] T192942: Identify and migrate existing internal clients of wdqs to the new internal cluster

2018-04-24 Thread gerritbot
gerritbot added a comment. Change 428722 had a related patch set uploaded (by Smalyshev; owner: Smalyshev): [operations/mediawiki-config@master] Set SPARQL services to use internal cluster https://gerrit.wikimedia.org/r/428722TASK DETAILhttps://phabricator.wikimedia.org/T192942EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T191634: 2018-04-06 13:43:57: Fatal exception of type "Wikimedia\Assert\ParameterTypeException"

2018-04-24 Thread MarcoAurelio
MarcoAurelio added a comment. Thanks for your assistance TASK DETAILhttps://phabricator.wikimedia.org/T191634EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDE, MarcoAurelioCc: Dereckson, mmodell, gerritbot, thiemowmde,

[Wikidata-bugs] [Maniphest] [Claimed] T190530: Enhanced recent changes don't format external usernames well in contributors summary

2018-04-24 Thread Ladsgroup
Ladsgroup claimed this task.Ladsgroup moved this task from Tasks to Needs Review on the Wikidata-Ministry-Of-Magic board.Herald added a project: User-Ladsgroup. TASK DETAILhttps://phabricator.wikimedia.org/T190530WORKBOARDhttps://phabricator.wikimedia.org/project/board/3273/EMAIL

[Wikidata-bugs] [Maniphest] [Updated] T190530: Enhanced recent changes don't format external usernames well in contributors summary

2018-04-24 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T190530EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Lydia_Pintscher, Ladsgroup, matej_suchanek, Aklapper, Versusxo, Majesticalreaper22,

[Wikidata-bugs] [Maniphest] [Commented On] T190530: Enhanced recent changes don't format external usernames well in contributors summary

2018-04-24 Thread gerritbot
gerritbot added a comment. Change 428712 had a related patch set uploaded (by Ladsgroup; owner: Amir Sarabadani): [mediawiki/core@master] Make RCCacheEntry use the local part of the user name for linking https://gerrit.wikimedia.org/r/428712TASK

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T192942: Identify and migrate existing internal clients of wdqs to the new internal cluster

2018-04-24 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: Lucas_Werkmeister_WMDE, Lydia_Pintscher.Lydia_Pintscher added a comment. Seems fine from my side. Adding Lucas to get it on his radar as well.TASK DETAILhttps://phabricator.wikimedia.org/T192942EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T192822: Allow using navigators location

2018-04-24 Thread gerritbot
gerritbot added a comment. Change 428392 merged by jenkins-bot: [wikidata/query/gui@master] Allow using navigators location in SPARQL https://gerrit.wikimedia.org/r/428392TASK DETAILhttps://phabricator.wikimedia.org/T192822EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T192768: wdqs-updater crashing not cleanly

2018-04-24 Thread Stashbot
Stashbot added a comment. Mentioned in SAL (#wikimedia-operations) [2018-04-24T17:52:15Z] restarting wdqs-updater on all nodes for prometheus jmx exporter update - T192768TASK DETAILhttps://phabricator.wikimedia.org/T192768EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T192673: Wikidata items' edits don't appear on my local watchlist if I watch them on Wikidata too

2018-04-24 Thread Bencemac
Bencemac added a comment. @Lydia_Pintscher We could easily test it. I've removed Q1292076 from my Wikidata watchlist. Please add the following labels in English: Q1292076: Márton Sturman Q26844250: Tamás Stark If I don't spot Q26844250 (Wikidata+locally watched) but see Q1292076 (ony locally

[Wikidata-bugs] [Maniphest] [Commented On] T191391: Apply schema changes to an isolated database and examine the results

2018-04-24 Thread Ladsgroup
Ladsgroup added a comment. Yeah, Some of my changes are done now. what do you think of this data? test_user@db2083.codfw.wmnet(wikidatawiki)>SELECT * from information_schema.TABLES where TABLE_NAME = 'wb_terms'\G; *** 1. row *** TABLE_CATALOG: def

[Wikidata-bugs] [Maniphest] [Updated] T192942: Identify and migrate existing internal clients of wdqs to the new internal cluster

2018-04-24 Thread Smalyshev
Smalyshev added subscribers: Lea_WMDE, Smalyshev.Smalyshev added a project: Wikibase-Quality-Constraints.Smalyshev added a comment. The variables we want to change: wgWBQualityConstraintsSparqlEndpoint wgCirrusSearchCategoryEndpoint ping @Lea_WMDE and #wikibase-quality-constraints team about

[Wikidata-bugs] [Maniphest] [Created] T192942: Identify and migrate existing internal clients of wdqs to the new internal cluster

2018-04-24 Thread Gehel
Gehel created this task.Gehel triaged this task as "High" priority.Gehel added projects: Wikidata-Query-Service, Discovery-Wikidata-Query-Service-Sprint, Discovery.Herald added a subscriber: Aklapper.Herald added a project: Wikidata. TASK DESCRIPTIONNow that we have a working internal wdqs

[Wikidata-bugs] [Maniphest] [Updated] T190022: Separate the CirrusSearch/Elastic-specific code from Wikibase code base

2018-04-24 Thread Smalyshev
Smalyshev added projects: Discovery-Search, CirrusSearch.Herald added a project: Discovery. TASK DETAILhttps://phabricator.wikimedia.org/T190022EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: thiemowmde, RazShuty, WMDE-leszek, Lydia_Pintscher,

[Wikidata-bugs] [Maniphest] [Triaged] T190022: Separate the CirrusSearch/Elastic-specific code from Wikibase code base

2018-04-24 Thread Smalyshev
Smalyshev triaged this task as "Normal" priority. TASK DETAILhttps://phabricator.wikimedia.org/T190022EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: thiemowmde, RazShuty, WMDE-leszek, Lydia_Pintscher, Aklapper, Smalyshev, Lahi, Gq86,

[Wikidata-bugs] [Maniphest] [Updated] T99899: [Story] Looking up entities by external identifiers

2018-04-24 Thread Smalyshev
Smalyshev added a project: Discovery-Search (Current work). TASK DETAILhttps://phabricator.wikimedia.org/T99899EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: gerritbot, Lydia_Pintscher, PokestarFan, Josve05a, Herzi.Pinki, hoo, Jarekt,

[Wikidata-bugs] [Maniphest] [Updated] T192673: Wikidata items' edits don't appear on my local watchlist if I watch them on Wikidata too

2018-04-24 Thread Lydia_Pintscher
Lydia_Pintscher added a comment. Are you sure this has anything to do with the watchlist status? It really shouldn't make a difference. I believe what you're seeing instead is T192085 which leads to some changes not showing up in the watchlist. Could you please check?TASK

[Wikidata-bugs] [Maniphest] [Updated] T113642: Should be possible to print breadcrumbs above the heading to avoid reflows on Wikivoyage

2018-04-24 Thread Jdlrobson
Jdlrobson set the point value for this task to "5". TASK DETAILhttps://phabricator.wikimedia.org/T113642EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JdlrobsonCc: TheDJ, Sjoerddebruin, Zerabat, Legoktm, Trijnstel, Jdforrester-WMF, Shanmugamp7, Stryn,

[Wikidata-bugs] [Maniphest] [Commented On] T192869: Image link should link to Commons and not local file

2018-04-24 Thread gerritbot
gerritbot added a comment. Change 428687 had a related patch set uploaded (by Hoo man; owner: Hoo man): [mediawiki/extensions/Wikibase@master] CommonsMediaImageGallery: Link image captions to commons https://gerrit.wikimedia.org/r/428687TASK DETAILhttps://phabricator.wikimedia.org/T192869EMAIL

[Wikidata-bugs] [Maniphest] [Unblock] T192785: Create a discussion around finding different connected wikibase instances

2018-04-24 Thread aborrero
aborrero closed subtask T192892: Request creation of wikibase-registry VPS project as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T192785EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: aborreroCc: Addshore, Aklapper, RazShuty, LJ, Lahi, Gq86,

[Wikidata-bugs] [Maniphest] [Edited] T192654: Unclear error message when entering a form without language

2018-04-24 Thread WMDE-leszek
WMDE-leszek updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...The error message is "Could not save due to an error. Form must have at least one representation". This is slightly incorrect, since the missing value here is not representation, but language. TODO: add screen

[Wikidata-bugs] [Maniphest] [Commented On] T191885: Reflect atomic changes in wbeditentity summary

2018-04-24 Thread WMDE-leszek
WMDE-leszek added a comment. Apparently Watchlist entries on client wikis already have summary changes presented in a single line. @Lydia_Pintscher says that doing something similar in this case would be appropriate. TODO: add screenshot of the client wiki watchlist, possibly some more code

[Wikidata-bugs] [Maniphest] [Commented On] T192869: Image link should link to Commons and not local file

2018-04-24 Thread gerritbot
gerritbot added a comment. Change 428670 had a related patch set uploaded (by Hoo man; owner: Hoo man): [mediawiki/core@master] TraditionalImageGallery factor getCaptionHtml into own function https://gerrit.wikimedia.org/r/428670TASK DETAILhttps://phabricator.wikimedia.org/T192869EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T192794: Enable use of PIDs and QIDs from Wikidata in local wikibase

2018-04-24 Thread Addshore
Addshore added a comment. So during the #federated-wikibase-workshops wrap up of day 1 we decided to prompt & start a discussion with people that want to use this and try to resolve the current caching & purging issues with labels etc of entities from remote repos.TASK

[Wikidata-bugs] [Maniphest] [Commented On] T192653: [bug] first lexeme language entered is kept when creating a Lexeme

2018-04-24 Thread WMDE-leszek
WMDE-leszek added a comment. More testing needed. Failed to reproduce so far.TASK DETAILhttps://phabricator.wikimedia.org/T192653EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: WMDE-leszek, RazShuty, Lydia_Pintscher, Lea_Lacroix_WMDE, Aklapper,

[Wikidata-bugs] [Maniphest] [Updated] T192869: Image link should link to Commons and not local file

2018-04-24 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T192869EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, gerritbotCc: Liuxinyu970226, Multichill, Lydia_Pintscher, Aklapper, hoo, gerritbot, Lea_Lacroix_WMDE,

[Wikidata-bugs] [Maniphest] [Commented On] T192869: Image link should link to Commons and not local file

2018-04-24 Thread gerritbot
gerritbot added a comment. Change 428663 had a related patch set uploaded (by Hoo man; owner: Hoo man): [mediawiki/extensions/Wikibase@master] CommonsMediaImageGallery: Link images to commons https://gerrit.wikimedia.org/r/428663TASK DETAILhttps://phabricator.wikimedia.org/T192869EMAIL

[Wikidata-bugs] [Maniphest] [Edited] T192654: Unclear error message when entering a form without language

2018-04-24 Thread WMDE-leszek
WMDE-leszek updated the task description. (Show Details)WMDE-leszek set the point value for this task to "3". CHANGES TO TASK DESCRIPTION...The error message is "Could not save due to an error. Form must have at least one representation". This is slightly incorrect, since the missing value here is

[Wikidata-bugs] [Maniphest] [Commented On] T189811: Set up user for automatic WDQS GUI builds

2018-04-24 Thread mmodell
mmodell added a comment. In T189811#4150831, @Smalyshev wrote: We already have the user in LDAP (wdqsguibuilder) though for now it uses my email address. But I think we could try running it with this address, to ensure the procedure works? @Smalyshev Sure I don't see why not.TASK

[Wikidata-bugs] [Maniphest] [Raised Priority] T113642: Should be possible to print breadcrumbs above the heading to avoid reflows on Wikivoyage

2018-04-24 Thread Jdlrobson
Jdlrobson raised the priority of this task from "High" to "Needs Triage".Jdlrobson updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...We could make it possible to configure the extension so that breadcrumbs can be displayed above the heading with a bit of work, but we

[Wikidata-bugs] [Maniphest] [Edited] T191600: Showing the lemma in recent changes

2018-04-24 Thread WMDE-leszek
WMDE-leszek updated the task description. (Show Details)WMDE-leszek set the point value for this task to "5". CHANGES TO TASK DESCRIPTION...The recent changes line should start with for example "Lehrerin (L123)" instead of "L123" if Lehrerin is the lemma. GIVEN There has been an edit made to the

[Wikidata-bugs] [Maniphest] [Updated] T191601: Showing the lemma in the watchlist

2018-04-24 Thread WMDE-leszek
WMDE-leszek set the point value for this task to "5". TASK DETAILhttps://phabricator.wikimedia.org/T191601EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aklapper, Lydia_Pintscher, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer,

[Wikidata-bugs] [Maniphest] [Updated] T113642: Should be possible to print breadcrumbs above the heading to avoid reflows on Wikivoyage

2018-04-24 Thread Jdlrobson
Jdlrobson added a subscriber: TheDJ.Jdlrobson merged a task: T192643: Wikidata pagebanner causes page reflow. TASK DETAILhttps://phabricator.wikimedia.org/T113642EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JdlrobsonCc: TheDJ, Sjoerddebruin, Zerabat,

[Wikidata-bugs] [Maniphest] [Merged] T192643: Wikidata pagebanner causes page reflow

2018-04-24 Thread Jdlrobson
Jdlrobson closed this task as a duplicate of T113642: Should be possible to print breadcrumbs above the heading. TASK DETAILhttps://phabricator.wikimedia.org/T192643EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JdlrobsonCc: Jdlrobson, TheDJ, Aklapper, Lahi,

[Wikidata-bugs] [Maniphest] [Updated] T113642: Should be possible to print breadcrumbs above the heading to avoid reflows on Wikivoyage

2018-04-24 Thread Jdlrobson
Jdlrobson edited projects, added Readers-Web-Backlog; removed Readers-Web-Backlog (Tracking). TASK DETAILhttps://phabricator.wikimedia.org/T113642EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JdlrobsonCc: Sjoerddebruin, Zerabat, Legoktm, Trijnstel,

[Wikidata-bugs] [Maniphest] [Retitled] T113642: Should be possible to print breadcrumbs above the heading to avoid reflows on Wikivoyage

2018-04-24 Thread Jdlrobson
Jdlrobson renamed this task from "Should be possible to print breadcrumbs above the heading" to "Should be possible to print breadcrumbs above the heading to avoid reflows on Wikivoyage". TASK DETAILhttps://phabricator.wikimedia.org/T113642EMAIL

[Wikidata-bugs] [Maniphest] [Updated] T192643: Wikidata pagebanner causes page reflow

2018-04-24 Thread Jdlrobson
Jdlrobson added a comment. This is actually a user script https://en.wikivoyage.org/wiki/MediaWiki:Common.js working around T113642TASK DETAILhttps://phabricator.wikimedia.org/T192643EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JdlrobsonCc: Jdlrobson,

[Wikidata-bugs] [Maniphest] [Edited] T191601: Showing the lemma in the watchlist

2018-04-24 Thread WMDE-leszek
WMDE-leszek updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...The watchlist line should start with for example "Lehrerin (L123)" instead of "L123" if Lehrerin is the lemma. If there are multiple then show them separated by / in the order in which they are in the

[Wikidata-bugs] [Maniphest] [Edited] T191601: Showing the lemma in the watchlist

2018-04-24 Thread WMDE-leszek
WMDE-leszek updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...The watchlist line should start with for example "Lehrerin (L123)" instead of "L123" if Lehrerin is the lemma. If there are multiple then show them separated by / in the order in which they are in the Lexeme.

[Wikidata-bugs] [Maniphest] [Closed] T192910: Investigate why AuthorityControl sometimes removes Commons media statement

2018-04-24 Thread hoo
hoo closed this task as "Resolved".hoo claimed this task.hoo added a comment. T192601#4153932TASK DETAILhttps://phabricator.wikimedia.org/T192910EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Lucas_Werkmeister_WMDE, hoo, Aklapper, Lea_Lacroix_WMDE,

[Wikidata-bugs] [Maniphest] [Triaged] T192766: Statements with data type "form" cannot be saved on properties

2018-04-24 Thread WMDE-leszek
WMDE-leszek triaged this task as "High" priority.WMDE-leszek changed the point value for this task from "3" to "5". TASK DETAILhttps://phabricator.wikimedia.org/T192766EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aklapper, Jakob_WMDE, Lahi,

[Wikidata-bugs] [Maniphest] [Unblock] T192601: AuthorityControl sometimes removes Commons media statement values since wmf.30

2018-04-24 Thread hoo
hoo closed subtask T192910: Investigate why AuthorityControl sometimes removes Commons media statement as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T192601EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Lea_Lacroix_WMDE, Aklapper, hoo,

[Wikidata-bugs] [Maniphest] [Updated] T192766: Statements with data type "form" cannot be saved on properties

2018-04-24 Thread WMDE-leszek
WMDE-leszek set the point value for this task to "3". TASK DETAILhttps://phabricator.wikimedia.org/T192766EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aklapper, Jakob_WMDE, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs,

[Wikidata-bugs] [Maniphest] [Closed] T192601: AuthorityControl sometimes removes Commons media statement values since wmf.30

2018-04-24 Thread hoo
hoo closed this task as "Resolved".hoo moved this task from User Stories to Test (Product Review) on the Wikidata-Ministry-Of-Magic board.hoo claimed this task.hoo added a comment. To keep it short: The gadget always mangles/ re-does the html for all string-value snaks with a formatter URL set on

[Wikidata-bugs] [Maniphest] [Commented On] T192870: Provide a mechanism to get historic results of a SPARQL query on a WDQS instance

2018-04-24 Thread Lydia_Pintscher
Lydia_Pintscher added a comment. I'd like to have a broader discussion about this before we put any work into it.TASK DETAILhttps://phabricator.wikimedia.org/T192870EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Addshore,

[Wikidata-bugs] [Maniphest] [Commented On] T183268: Add option to only consider best-rank statements when checking “single value” constraint

2018-04-24 Thread gerritbot
gerritbot added a comment. Change 427901 merged by jenkins-bot: [mediawiki/extensions/WikibaseQualityConstraints@master] Add “single best value” constraint type https://gerrit.wikimedia.org/r/427901TASK DETAILhttps://phabricator.wikimedia.org/T183268EMAIL

[Wikidata-bugs] [Maniphest] [Edited] T179155: Find a better solution for dewiki's Modul:Wikidata isParent

2018-04-24 Thread Jonas
Jonas updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...We should find a better solution for this, before the function sees widespread usage… otherwise this might cause severe problems. [x] Introduce lookup https://github.com/wmde/WikibaseDataModelServices/pull/195 [] lua

[Wikidata-bugs] [Maniphest] [Retitled] T192919: What kind of information should the Wikibase registry have about a given Wikibase / WDQS instance registered in there?

2018-04-24 Thread Daniel_Mietchen
Daniel_Mietchen renamed this task from "What kind of information should the Wikibase registry have about a given Wikibase instance registered in there?" to "What kind of information should the Wikibase registry have about a given Wikibase / WDQS instance registered in there?". TASK

[Wikidata-bugs] [Maniphest] [Created] T192919: What kind of information should the Wikibase registry have about a given Wikibase instance registered in there?

2018-04-24 Thread Daniel_Mietchen
Daniel_Mietchen created this task.Daniel_Mietchen added projects: Federated-Wikibase-Workshops, Wikidata-Query-Service.Herald added a subscriber: Aklapper.Herald added projects: Wikidata, Discovery. TASK DESCRIPTIONBasically, a data model for Wikibase instances and associated WDQS instances.TASK

[Wikidata-bugs] [Maniphest] [Edited] T183268: Add option to only consider best-rank statements when checking “single value” constraint

2018-04-24 Thread Jonas
Jonas updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...- [x] [prepare `Context::getGroup`](https://gerrit.wikimedia.org/r/427675) - [ - [x] [add `SingleBestValueChecker`](https://gerrit.wikimedia.org/r/427901)TASK DETAILhttps://phabricator.wikimedia.org/T183268EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T192907: Default query examples for Wikibase-specific WDQS

2018-04-24 Thread Daniel_Mietchen
Daniel_Mietchen added a comment. Find all other (registered) Wikibase instances that have information for "exact match" to something specific.TASK DETAILhttps://phabricator.wikimedia.org/T192907EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: RazShuty,

[Wikidata-bugs] [Maniphest] [Created] T192914: Define set of example federated queries that can be run from a fresh Wikibase WDQS on the Wikibase registry WDQS

2018-04-24 Thread Daniel_Mietchen
Daniel_Mietchen created this task.Daniel_Mietchen added projects: Federated-Wikibase-Workshops, Wikidata-Query-Service.Herald added a subscriber: Aklapper.Herald added projects: Wikidata, Discovery. TASK DESCRIPTIONThis ties in with https://phabricator.wikimedia.org/T192907#4153760TASK

[Wikidata-bugs] [Maniphest] [Commented On] T192766: Statements with data type "form" cannot be saved on properties

2018-04-24 Thread Jakob_WMDE
Jakob_WMDE added a comment. Next problem that occurs when working around the EntityTitleLookup issue: TL;DR The request saving the statement on the property hits SqlEntityInfoBuilder which calls getNumericId on the FormId. Internal Server Error [4c8887adf6f28f77c52636d3] /mediawiki/api.php

[Wikidata-bugs] [Maniphest] [Commented On] T192907: Default query examples for Wikibase-specific WDQS

2018-04-24 Thread Daniel_Mietchen
Daniel_Mietchen added a comment. A good candidate query for a fresh Wikibase instance could also be to query the Wikibase registry for other instances of Wikibase.TASK DETAILhttps://phabricator.wikimedia.org/T192907EMAIL

[Wikidata-bugs] [Maniphest] [Edited] T184745: Handle config variables of lexeme in production before the first release

2018-04-24 Thread WMDE-leszek
WMDE-leszek updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...- disable creating properties with data type "sense": $wgdisabledDataTypes[] = [ 'wikibase-sense' ] - enable Cirrus-based search: $wgWBRepoSettings['entitySearch']['useCirrus'] = trueTASK

[Wikidata-bugs] [Maniphest] [Closed] T171013: Clarify populateSitesTable.php instructions in Add a Wiki

2018-04-24 Thread hoo
hoo closed this task as "Resolved".hoo claimed this task.hoo added a comment. See my comment above.TASK DETAILhttps://phabricator.wikimedia.org/T171013EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: MarcoAurelio, Ladsgroup, hoo, TerraCodes,

[Wikidata-bugs] [Maniphest] [Commented On] T192768: wdqs-updater crashing not cleanly

2018-04-24 Thread gerritbot
gerritbot added a comment. Change 428638 merged by Gehel: [operations/debs/prometheus-jmx-exporter@master] upgrade to upstream version 0.3.0 https://gerrit.wikimedia.org/r/428638TASK DETAILhttps://phabricator.wikimedia.org/T192768EMAIL

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

2018-04-24 Thread Multichill
Multichill triaged this task as "High" priority. TASK DETAILhttps://phabricator.wikimedia.org/T192912EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MultichillCc: Aklapper, pywikibot-bugs-list, Legoktm, Ladsgroup, Lydia_Pintscher, Multichill, Lahi, Gq86,

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

2018-04-24 Thread Multichill
Multichill created this task.Multichill added projects: Wikidata, Pywikibot-Wikidata.Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTIONDue to the hack done in T184948 Pywikibot now crashes with this nice error. pywikibot.data.api.APIError: failed-save: The save has failed.

[Wikidata-bugs] [Maniphest] [Commented On] T192768: wdqs-updater crashing not cleanly

2018-04-24 Thread gerritbot
gerritbot added a comment. Change 428638 had a related patch set uploaded (by Gehel; owner: Gehel): [operations/debs/prometheus-jmx-exporter@master] upgrade to upstream version 0.3.0 https://gerrit.wikimedia.org/r/428638TASK DETAILhttps://phabricator.wikimedia.org/T192768EMAIL

[Wikidata-bugs] [Maniphest] [Updated] T192768: wdqs-updater crashing not cleanly

2018-04-24 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T192768EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, fgiunchedi, Smalyshev, Aklapper, Gehel, Versusxo, Majesticalreaper22, Giuliamocci,

[Wikidata-bugs] [Maniphest] [Closed] T188456: Need to use the Wikidata Q for the WMRU site (Wikibase Client)

2018-04-24 Thread hoo
hoo closed this task as "Resolved".hoo added a comment. php notices are gone now!TASK DETAILhttps://phabricator.wikimedia.org/T188456EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Urbanecm, hooCc: hashar, Catrope, thcipriani, Kaganer, Lucas_Werkmeister_WMDE,

[Wikidata-bugs] [Maniphest] [Edited] T191981: Enable finding forms using wbsearchentities API

2018-04-24 Thread WMDE-leszek
WMDE-leszek updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION... [ x] enable searching by ID for Forms...TASK DETAILhttps://phabricator.wikimedia.org/T191981EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Addshore, WMDE-leszekCc:

[Wikidata-bugs] [Maniphest] [Commented On] T188456: Need to use the Wikidata Q for the WMRU site (Wikibase Client)

2018-04-24 Thread Stashbot
Stashbot added a comment. Mentioned in SAL (#wikimedia-operations) [2018-04-24T13:58:24Z] Synchronized wmf-config/: Properly set default for $wmgWikibaseSiteGroup (T188456) (duration: 00m 58s)TASK DETAILhttps://phabricator.wikimedia.org/T188456EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T188456: Need to use the Wikidata Q for the WMRU site (Wikibase Client)

2018-04-24 Thread Stashbot
Stashbot added a comment. Mentioned in SAL (#wikimedia-operations) [2018-04-24T13:56:58Z] Synchronized wmf-config/: Properly set default for $wmgWikibaseSiteGroup (T188456) (duration: 01m 00s)TASK DETAILhttps://phabricator.wikimedia.org/T188456EMAIL

[Wikidata-bugs] [Maniphest] [Created] T192910: Investigate why AuthorityControl sometimes removes Commons media statement

2018-04-24 Thread WMDE-leszek
WMDE-leszek created this task.WMDE-leszek added projects: Wikidata, Wikidata-Ministry-Of-Magic. TASK DESCRIPTIONIssue reported in T192601. The goal of the investigation is to find out the root cause of the problem. Once found it should be documented in this ticket. Fixing the problem will be

[Wikidata-bugs] [Maniphest] [Commented On] T188456: Need to use the Wikidata Q for the WMRU site (Wikibase Client)

2018-04-24 Thread gerritbot
gerritbot added a comment. Change 428629 merged by jenkins-bot: [operations/mediawiki-config@master] Properly set the default for $wmgWikibaseSiteGroup https://gerrit.wikimedia.org/r/428629TASK DETAILhttps://phabricator.wikimedia.org/T188456EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T192690: Mass message broken on Wikidata after ratelimit workaround

2018-04-24 Thread Multichill
Multichill added a comment. In T192690#4153593, @Legoktm wrote: https://gerrit.wikimedia.org/r/#/c/427156/ This seems inherently broken, the noratelimit right exists for a reason. I'm not really sure how to work around this in MassMessage besides disabling rate limits I suppose? Did I miss an

[Wikidata-bugs] [Maniphest] [Updated] T180296: API should report why the merge failed, just like Special:MergeItems does

2018-04-24 Thread WMDE-leszek
WMDE-leszek added a project: Wikidata-Ministry-Of-Magic.WMDE-leszek set the point value for this task to "5". TASK DETAILhttps://phabricator.wikimedia.org/T180296EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Tacsipacsi, matej_suchanek,

[Wikidata-bugs] [Maniphest] [Updated] T190460: wbc_entity_usage has obsolete entries

2018-04-24 Thread WMDE-leszek
WMDE-leszek removed a project: Wikidata-Ministry-Of-Magic. TASK DETAILhttps://phabricator.wikimedia.org/T190460EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, WMDE-leszekCc: Lucas_Werkmeister_WMDE, gerritbot, Lydia_Pintscher, Ladsgroup,

[Wikidata-bugs] [Maniphest] [Commented On] T192690: Mass message broken on Wikidata after ratelimit workaround

2018-04-24 Thread Stashbot
Stashbot added a comment. Mentioned in SAL (#wikimedia-operations) [2018-04-24T13:43:27Z] Synchronized wmf-config/InitialiseSettings.php: [[gerrit:428623|Increase the timespan of rate limit in wikidata from 1m to 5m (T192690)]] (duration: 00m 58s)TASK

[Wikidata-bugs] [Maniphest] [Commented On] T192690: Mass message broken on Wikidata after ratelimit workaround

2018-04-24 Thread gerritbot
gerritbot added a comment. Change 428623 merged by jenkins-bot: [operations/mediawiki-config@master] Increase the timespan of rate limit in wikidata from 1m to 5m https://gerrit.wikimedia.org/r/428623TASK DETAILhttps://phabricator.wikimedia.org/T192690EMAIL

[Wikidata-bugs] [Maniphest] [Edited] T192690: Mass message broken on Wikidata after ratelimit workaround

2018-04-24 Thread Multichill
Multichill updated the task description. (Show Details) CHANGES TO TASK DESCRIPTIONIn T99899184948 a work around was applied that added a rate limit even to bot accounts that were previously without a rate limit (https://gerrit.wikimedia.org/r/#/c/427156/). On the task we already complained that

[Wikidata-bugs] [Maniphest] [Updated] T184948: limit page creation and edit rate on Wikidata

2018-04-24 Thread Legoktm
Legoktm added a comment. +1 to using replag based solutions instead of artificial rate limits. I suspect that most bots do not have proper rate limit handling because the expectation is that they don't run into them. I would suggest implementing something like rMWde9f9bda7db9: API: Optionally

[Wikidata-bugs] [Maniphest] [Updated] T173594: Add support for “separators” parameter of “single value” and “single best value” constraint types

2018-04-24 Thread WMDE-leszek
WMDE-leszek added a project: Wikidata-Ministry-Of-Magic. TASK DETAILhttps://phabricator.wikimedia.org/T173594EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Liuxinyu970226, Agabi10, Jonaskeutel, Marsupium, Lucas_Werkmeister_WMDE, Esc3300,

[Wikidata-bugs] [Maniphest] [Updated] T173594: Add support for “separators” parameter of “single value” and “single best value” constraint types

2018-04-24 Thread WMDE-leszek
WMDE-leszek set the point value for this task to "8". TASK DETAILhttps://phabricator.wikimedia.org/T173594EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Liuxinyu970226, Agabi10, Jonaskeutel, Marsupium, Lucas_Werkmeister_WMDE, Esc3300,

[Wikidata-bugs] [Maniphest] [Commented On] T192690: Mass message broken on Wikidata after ratelimit workaround

2018-04-24 Thread Legoktm
Legoktm added a comment. https://gerrit.wikimedia.org/r/#/c/427156/ This seems inherently broken, the noratelimit right exists for a reason. I'm not really sure how to work around this in MassMessage besides disabling rate limits I suppose? Did I miss an announcement to wikitech-l/wikidata-tech

[Wikidata-bugs] [Maniphest] [Updated] T190530: Enhanced recent changes don't format external usernames well in contributors summary

2018-04-24 Thread WMDE-leszek
WMDE-leszek added a project: Wikidata-Ministry-Of-Magic.WMDE-leszek set the point value for this task to "3". TASK DETAILhttps://phabricator.wikimedia.org/T190530EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Lydia_Pintscher, Ladsgroup,

[Wikidata-bugs] [Maniphest] [Commented On] T190976: Add badge for good lists to Wikidata

2018-04-24 Thread Stashbot
Stashbot added a comment. Mentioned in SAL (#wikimedia-operations) [2018-04-24T13:28:50Z] Synchronized wmf-config/Wikibase-production.php: [[gerrit:425589|Add badge for good lists (T190976)]] (duration: 00m 55s)TASK DETAILhttps://phabricator.wikimedia.org/T190976EMAIL

  1   2   >