[Wikidata-bugs] [Maniphest] [Commented On] T68051: Implement Lua alternative to {{int:Lang}} / wgUserLanguage

2020-04-22 Thread Jarekt
Jarekt added a comment. I checked and `_, lang = mw.wikibase.getLabelWithLang( 'Q2' )` is a better approach, since Q2 had labels in 287 langiuages and Q1 "only" in 189. So is this an acceptable way to look up language of the user? Every template on Commons calls {{int:Lang}}, often many

[Wikidata-bugs] [Maniphest] [Closed] T249263: SUPPORT: wikibase-composer using latest wikibase version

2020-04-22 Thread Addshore
Addshore closed this task as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T249263 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Samantha_Alipio_WMDE, Aklapper, DD063520, Iflorez, darthmon_wmde, alaa_wmde, Jelabra,

[Wikidata-bugs] [Maniphest] [Updated] T250908: WikibaseCirrusSearch needs experimental highlighter

2020-04-22 Thread Addshore
Addshore added a project: Wikidata-Campsite (Wikidata-Campsite-Iteration-∞). TASK DETAIL https://phabricator.wikimedia.org/T250908 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Aklapper, Danmichaelo, Samantha_Alipio_WMDE, Iflorez,

[Wikidata-bugs] [Maniphest] [Changed Project Column] T250621: Items created through QuickStatements don't get added to Watchlist on wikidata.org

2020-04-22 Thread Addshore
Addshore moved this task from Blocked / Waiting / External to Needs Product Work on the Wikidata-Campsite board. Addshore added a subscriber: Lydia_Pintscher. Addshore added a comment. Looking a tiny bit deeper than I did in T250621#6070573

[Wikidata-bugs] [Maniphest] [Commented On] T250621: Items created through QuickStatements don't get added to Watchlist on wikidata.org

2020-04-22 Thread Addshore
Addshore added a comment. Looking at https://www.wikidata.org/w/index.php?title=Q91025771=history this was just created using wbeditentities From the short investigation that I already did in this code area it really looks like they should be added. I don't know how OAuth might

[Wikidata-bugs] [Maniphest] [Updated] T249540: WDQS Docker Image 0.3.10 fails to load RDF dump: BTree Exception after allocation error (Record exists)

2020-04-22 Thread Addshore
Addshore added a project: Wikidata-Campsite. Addshore added a comment. I think this applies to a conversation that we had about keeping the RWStore.properties files in the docker images in check this week! TASK DETAIL https://phabricator.wikimedia.org/T249540 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Updated] T249540: WDQS Docker Image 0.3.10 fails to load RDF dump: BTree Exception after allocation error (Record exists)

2020-04-22 Thread Addshore
Addshore added a project: Wikidata-Query-Service. Addshore added a comment. Tagging with the query service tag to see if the WMF search team have any comments! TASK DETAIL https://phabricator.wikimedia.org/T249540 EMAIL PREFERENCES

Re: [Wikidata] Feature: Candidate for Split

2020-04-22 Thread Andy Mabbett
On Wed, 22 Apr 2020 at 16:39, Thad Guidry wrote: > Here is 1 candidate I would flag for a Candidate for Split listing, if so: > "offer and acceptance" https://www.wikidata.org/wiki/Q1193004 This is th2 "Bonnie and Clyde" problem:

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T249587: Wikidata API wbgetentities: Allowed memory size exceeded

2020-04-22 Thread Addshore
Addshore added a subscriber: Ladsgroup. Addshore added a comment. One thing to note in the profiling is that a significant portion of the time that the query is executing is spent in a section of code in ApiResult::addValue, specifically the validateValue and size methods. I don't think we

[Wikidata-bugs] [Maniphest] [Commented On] T249587: Wikidata API wbgetentities: Allowed memory size exceeded

2020-04-22 Thread Addshore
Addshore added a comment. So I tried the query on the debug servers with profiling on and I hit timeouts instead of memory limit. But generally at the time the requests hit the timeout, the memory limit is quite high.

[Wikidata-bugs] [Maniphest] [Commented On] T221774: Add Wikidata query service lag to Wikidata maxlag

2020-04-22 Thread gerritbot
gerritbot added a comment. Change 589874 abandoned by Addshore: Switch query service maxlag to be median 1 https://gerrit.wikimedia.org/r/589874 TASK DETAIL https://phabricator.wikimedia.org/T221774 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T238751: Only generate maxlag from pooled query service servers.

2020-04-22 Thread gerritbot
gerritbot added a comment. Change 589874 abandoned by Addshore: Switch query service maxlag to be median 1 https://gerrit.wikimedia.org/r/589874 TASK DETAIL https://phabricator.wikimedia.org/T238751 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T205094: Investigate restructure SQL directory

2020-04-22 Thread Addshore
Addshore added a comment. In T205094#6036582 , @daniel wrote: > Note: the above patch apparently missed on occurrence of dropTable() I just did a quick grep and I think they are all definitely gone now? TASK DETAIL

[Wikidata-bugs] [Maniphest] [Commented On] T242453: Deadlock in blazegraph blocking all queries and updates

2020-04-22 Thread gerritbot
gerritbot added a comment. Change 589874 abandoned by Addshore: Switch query service maxlag to be median 1 https://gerrit.wikimedia.org/r/589874 TASK DETAIL https://phabricator.wikimedia.org/T242453 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T245396: SimpleCacheWithBagOStuff shouldnt be so easy to use bad keys with

2020-04-22 Thread Addshore
Addshore added a comment. There is still an issue with this as identified in T246207#6078825 and T246207#6078826 In T246207#6078826

[Wikidata-bugs] [Maniphest] [Unassigned] T246207: Track down unusual callers to SimpleCacheWithBagOfStuff

2020-04-22 Thread Addshore
Addshore removed Addshore as the assignee of this task. Addshore edited projects, added Wikidata-Campsite; removed Wikidata-Campsite (Wikidata-Campsite-Iteration-∞). Addshore added a comment. I'm going to submit the patch for removing the assert as part of T245396

[Wikidata-bugs] [Maniphest] [Claimed] T245396: SimpleCacheWithBagOStuff shouldnt be so easy to use bad keys with

2020-04-22 Thread Addshore
Addshore claimed this task. Addshore moved this task from Test (Verification) to Doing on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. TASK DETAIL https://phabricator.wikimedia.org/T245396 WORKBOARD https://phabricator.wikimedia.org/project/board/3539/ EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Claimed] T246207: Track down unusual callers to SimpleCacheWithBagOfStuff

2020-04-22 Thread Addshore
Addshore claimed this task. Addshore edited projects, added Wikidata-Campsite (Wikidata-Campsite-Iteration-∞); removed Wikidata-Campsite. Restricted Application added a project: User-Addshore. TASK DETAIL https://phabricator.wikimedia.org/T246207 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Created] T250930: Wikibase receiving ⧼Lang⧽ from uselang parameter and using it everwhere

2020-04-22 Thread Addshore
Addshore created this task. Addshore added a project: Wikidata-Campsite. Restricted Application added a subscriber: Aklapper. Restricted Application added a project: Wikidata. TASK DESCRIPTION Calls to pages such as

[Wikidata-bugs] [Maniphest] [Commented On] T246207: Track down unusual callers to SimpleCacheWithBagOfStuff

2020-04-22 Thread Addshore
Addshore added a comment. The comment in https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/Wikibase/+/583199/2/lib/includes/SimpleCacheWithBagOStuff.php is relevant here, as this is the extra assert that is now in Wikibase code that is throwing. As said in that comment Wikibase code

[Wikidata-bugs] [Maniphest] [Updated] T246207: Track down unusual callers to SimpleCacheWithBagOfStuff

2020-04-22 Thread Addshore
Addshore added a comment. In T246207#6060043 , @Jdforrester-WMF wrote: > Got a one-off(?) burst of this when switching group1 to 1.35.0-wmf.28: > > Cache key contains characters that are not allowed:

Re: [Wikidata] Feature: Candidate for Split

2020-04-22 Thread Thad Guidry
Thanks Lydia! "conflation" Q13946528 would be good enough as a "flag" for a candidate to split. I will just use that for now. Thad https://www.linkedin.com/in/thadguidry/ On Wed, Apr 22, 2020 at 2:26 PM Lydia Pintscher < lydia.pintsc...@wikimedia.de> wrote: > On Wed, Apr 22, 2020 at 5:41 PM

[Wikidata-bugs] [Maniphest] [Retitled] T250928: Guard maintenance scripts that interact with certain entity types against use when on repo without the type locally

2020-04-22 Thread Addshore
Addshore renamed this task from "Guard maintenance scripts that interact with certain entity types against use when on repo without the type lcoally" to "Guard maintenance scripts that interact with certain entity types against use when on repo without the type locally". TASK DETAIL

[Wikidata-bugs] [Maniphest] [Created] T250928: Guard maintenance scripts that interact with certain entity types against use when on repo without the type lcoally

2020-04-22 Thread Addshore
Addshore created this task. Addshore added a project: Wikidata-Campsite. Restricted Application added a subscriber: Aklapper. Restricted Application added a project: Wikidata. TASK DESCRIPTION I raised this in the CR of

[Wikidata-bugs] [Maniphest] [Commented On] T249696: URL shortening failed

2020-04-22 Thread Addshore
Addshore added a comment. I guess there could be a solution to this without needing to extend the limit of the URL shortener, so I wont merge it in as a dupe for now. Possible solution could be for the UI to have a bit more functionality, and save the query essentially to a pastebin

[Wikidata-bugs] [Maniphest] [Triaged] T249696: URL shortening failed

2020-04-22 Thread Addshore
Addshore triaged this task as "Low" priority. TASK DETAIL https://phabricator.wikimedia.org/T249696 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Lucas_Werkmeister_WMDE, Addshore, Aklapper, darthmon_wmde, Nandana, Lahi, Gq86,

[Wikidata-bugs] [Maniphest] [Commented On] T249260: SUPPORT: wikibase update from 1.33 to 1.34 error message elastic search

2020-04-22 Thread DD063520
DD063520 added a comment. I'm sorry for taking so much time, I didn't forgot this ... it is only that I'm working on many different things on Friday or next week I will be again on this . TASK DETAIL https://phabricator.wikimedia.org/T249260 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Changed Status] T249260: SUPPORT: wikibase update from 1.33 to 1.34 error message elastic search

2020-04-22 Thread Addshore
Addshore assigned this task to DD063520. Addshore changed the task status from "Open" to "Stalled". Addshore added a comment. Ping @DD063520 for the above comment ^^ I think there are osme questions there for you! TASK DETAIL https://phabricator.wikimedia.org/T249260 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T249263: SUPPORT: wikibase-composer using latest wikibase version

2020-04-22 Thread DD063520
DD063520 added a comment. ok, thank you! I think we will wait for the next release, even if the features are nice they are not essential. Thank you for all the effort! TASK DETAIL https://phabricator.wikimedia.org/T249263 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Triaged] T249263: SUPPORT: wikibase-composer using latest wikibase version

2020-04-22 Thread Addshore
Addshore triaged this task as "Medium" priority. TASK DETAIL https://phabricator.wikimedia.org/T249263 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Samantha_Alipio_WMDE, Aklapper, DD063520, Iflorez, darthmon_wmde, alaa_wmde, Jelabra,

[Wikidata-bugs] [Maniphest] [Updated] T249263: SUPPORT: wikibase-composer using latest wikibase version

2020-04-22 Thread Addshore
Addshore added a comment. In T249263#6038830 , @DD063520 wrote: > Kartographer, is not a problem, we installed it separately ... the problems are: > > 1. rendering images different from Wikidata Commons images. This is still

Re: [Wikidata] Feature: Candidate for Split

2020-04-22 Thread Lydia Pintscher
On Wed, Apr 22, 2020 at 5:41 PM Thad Guidry wrote: > > In Freebase we had a way to mark or flag an Item as a candidate for splitting > into 2 Items (topics). > > Here is 1 candidate I would flag for a Candidate for Split listing, if so: > "offer and acceptance"

[Wikidata-bugs] [Maniphest] [Commented On] T234070: Consider svgo use (via cssnano)

2020-04-22 Thread Volker_E
Volker_E added a comment. @Lucas_Werkmeister_WMDE The icons in OOUI dist are highly-optimized with manual steps and multiple SVGO passes and are good to go. TASK DETAIL https://phabricator.wikimedia.org/T234070 EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T243382: Embedded map does not display in IE11

2020-04-22 Thread Nikki
Nikki added a comment. I tried opening the linked query.wikidata.org page in IE and it sometimes works and sometimes doesn't. (The ascleiden.nl page seems to consistently not work but maybe I just didn't refresh enough times) The full contents of the console for me is: DOM7011:

[Wikidata-bugs] [Maniphest] [Updated] T250208: Update Wikibase to use HtmlCacheUpdater service instead of doing things directly

2020-04-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T250208 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Maintenance_bot Cc: Aklapper, Krinkle, Addshore, darthmon_wmde, Nandana, lucamauri, Lahi, Gq86,

[Wikidata-bugs] [Maniphest] [Updated] T250208: Update Wikibase to use HtmlCacheUpdater service instead of doing things directly

2020-04-22 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.35-notes (1.35.0-wmf.30; 2020-04-28). TASK DETAIL https://phabricator.wikimedia.org/T250208 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ReleaseTaggerBot Cc: Aklapper, Krinkle, Addshore, Blissjay007,

[Wikidata-bugs] [Maniphest] [Commented On] T250208: Update Wikibase to use HtmlCacheUpdater service instead of doing things directly

2020-04-22 Thread gerritbot
gerritbot added a comment. Change 589061 **merged** by jenkins-bot: [mediawiki/extensions/Wikibase@master] Avoid deprecated CdnCacheUpdate method in EntityDataRequestHandler https://gerrit.wikimedia.org/r/589061 TASK DETAIL https://phabricator.wikimedia.org/T250208 EMAIL

[Wikidata-bugs] [Maniphest] [Unassigned] T249260: SUPPORT: wikibase update from 1.33 to 1.34 error message elastic search

2020-04-22 Thread Addshore
Addshore removed Addshore as the assignee of this task. TASK DETAIL https://phabricator.wikimedia.org/T249260 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Addshore, dcausse, Aklapper, DD063520, CBogen, Samantha_Alipio_WMDE, Iflorez,

[Wikidata-bugs] [Maniphest] [Closed] T207132: Fulltext/ElasticSearch does not work

2020-04-22 Thread Addshore
Addshore closed this task as "Resolved". Addshore claimed this task. Addshore added a comment. Restricted Application added a project: User-Addshore. These plugins are included now TASK DETAIL https://phabricator.wikimedia.org/T207132 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Closed] T249496: wikibase 1.34 docker image, $wgServer must be set in LocalSettings.php

2020-04-22 Thread Addshore
Addshore closed this task as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T249496 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Samantha_Alipio_WMDE, Addshore, dcausse, Aklapper, Iflorez, darthmon_wmde, alaa_wmde,

[Wikidata-bugs] [Maniphest] [Closed] T250908: WikibaseCirrusSearch needs experimental highlighter

2020-04-22 Thread Addshore
Addshore closed this task as "Resolved". Addshore added a comment. https://github.com/wmde/wikibase-docker/pull/118 TASK DETAIL https://phabricator.wikimedia.org/T250908 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Aklapper,

[Wikidata-bugs] [Maniphest] [Commented On] T247518: Lexeme: Use "vue" ResourceLoader module from core

2020-04-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. Okay, I finally found a solution (and took https://gerrit.wikimedia.org/r/578354 out of WIP). TASK DETAIL https://phabricator.wikimedia.org/T247518 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To:

[Wikidata-bugs] [Maniphest] [Commented On] T249712: Add “back” button type to EventEmittingButton

2020-04-22 Thread gerritbot
gerritbot added a comment. Change 591976 had a related patch set uploaded (by Pablo Grass (WMDE); owner: Pablo Grass (WMDE)): [mediawiki/extensions/Wikibase@master] bridge: leverage dir attribute of for our RTL https://gerrit.wikimedia.org/r/591976 TASK DETAIL

[Wikidata-bugs] [Maniphest] [Created] T250923: Popup when hovering over the last updated button doesn't go away again

2020-04-22 Thread Nikki
Nikki created this task. Nikki added a project: Wikidata Query UI. Restricted Application added a subscriber: Aklapper. Restricted Application added a project: Wikidata. TASK DESCRIPTION I can't seem to get the box which pops up when hovering over the last updated button to go away. I've

[Wikidata-bugs] [Maniphest] [Updated] T249613: Cleanup rows from wb_items_per_site that should not be there any more

2020-04-22 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T249613 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: hoo, gerritbot Cc: Lea_Lacroix_WMDE, DannyS712, Addshore, Aklapper, Blissjay007, Oblanco79,

[Wikidata-bugs] [Maniphest] [Commented On] T249613: Cleanup rows from wb_items_per_site that should not be there any more

2020-04-22 Thread gerritbot
gerritbot added a comment. Change 591971 had a related patch set uploaded (by Hoo man; owner: Hoo man): [mediawiki/extensions/Wikibase@master] Add pruneItemsPerSite maintenance script https://gerrit.wikimedia.org/r/591971 TASK DETAIL https://phabricator.wikimedia.org/T249613 EMAIL

[Wikidata-bugs] [Maniphest] [Updated] T249716: Retry save when clicking “retry save” button

2020-04-22 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T249716 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Tonina_Zhelyazkova_WMDE, gerritbot Cc: Aklapper, Lucas_Werkmeister_WMDE, Blissjay007, Oblanco79,

[Wikidata-bugs] [Maniphest] [Commented On] T249716: Retry save when clicking “retry save” button

2020-04-22 Thread gerritbot
gerritbot added a comment. Change 591968 had a related patch set uploaded (by Tonina Zhelyazkova; owner: Tonina Zhelyazkova): [mediawiki/extensions/Wikibase@master] Add action for retrying save operation https://gerrit.wikimedia.org/r/591968 TASK DETAIL

[Wikidata-bugs] [Maniphest] [Commented On] T250265: Lexeme: Use "vuex" ResourceLoader module from core

2020-04-22 Thread gerritbot
gerritbot added a comment. Change 578354 had a related patch set uploaded (by Lucas Werkmeister (WMDE); owner: Lucas Werkmeister (WMDE)): [mediawiki/extensions/WikibaseLexeme@master] Use vue+vuex ResourceLoader modules from MediaWiki core https://gerrit.wikimedia.org/r/578354 TASK

[Wikidata-bugs] [Maniphest] [Commented On] T249715: Add capability to provoke generic save error to browser tests

2020-04-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. > I'm not sure that this needs to be wrapped in a helper function on its own. If it does - where would that helper function live? Since we’ll likely only need it for the save tests, I’d put it in `specs/canSave.js`. TASK DETAIL

[Wikidata-bugs] [Maniphest] [Updated] T250917: Pipe 3: Filter extracted values by plaintext matching (matching by value) - geocoordinates

2020-04-22 Thread Lydia_Pintscher
Lydia_Pintscher set the point value for this task to "5". TASK DETAIL https://phabricator.wikimedia.org/T250917 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lydia_Pintscher Cc: Aklapper, Lydia_Pintscher, Ferdinand0101, darthmon_wmde, Nandana,

[Wikidata-bugs] [Maniphest] [Updated] T250916: Pipe 3: Filter extracted values by plaintext matching (matching by value) - dates

2020-04-22 Thread Lydia_Pintscher
Lydia_Pintscher set the point value for this task to "5". TASK DETAIL https://phabricator.wikimedia.org/T250916 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lydia_Pintscher Cc: Aklapper, Lydia_Pintscher, Ferdinand0101, darthmon_wmde, Nandana,

[Wikidata-bugs] [Maniphest] [Created] T250917: Pipe 3: Filter extracted values by plaintext matching (matching by value) - geocoordinates

2020-04-22 Thread Lydia_Pintscher
Lydia_Pintscher created this task. Lydia_Pintscher added a project: Wikidata - Reference Treasure Hunt. Restricted Application added a subscriber: Aklapper. Restricted Application added a project: Wikidata. TASK DESCRIPTION In T248990 we do the

[Wikidata-bugs] [Maniphest] [Retitled] T248990: Pipe 3: Filter extracted values by plaintext matching (matching by value) - groundwork and strings

2020-04-22 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "Pipe 3: Filter extracted values by plaintext matching (matching by value)" to "Pipe 3: Filter extracted values by plaintext matching (matching by value) - groundwork and strings". TASK DETAIL https://phabricator.wikimedia.org/T248990 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Created] T250916: Pipe 3: Filter extracted values by plaintext matching (matching by value) - dates

2020-04-22 Thread Lydia_Pintscher
Lydia_Pintscher created this task. Lydia_Pintscher added a project: Wikidata - Reference Treasure Hunt. Restricted Application added a subscriber: Aklapper. Restricted Application added a project: Wikidata. TASK DESCRIPTION In T248990 we do the

[Wikidata-bugs] [Maniphest] [Edited] T248990: Pipe 3: Filter extracted values by plaintext matching (matching by value)

2020-04-22 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description. Lydia_Pintscher set the point value for this task to "5". TASK DETAIL https://phabricator.wikimedia.org/T248990 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ItamarWMDE, Lydia_Pintscher Cc: Aklapper,

[Wikidata-bugs] [Maniphest] [Claimed] T203461: Have the focus on field when adding new element on Sense

2020-04-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task. Lucas_Werkmeister_WMDE added a comment. Worked a bit more on this, since it’s now in the campsite board and I didn’t like my previous solution, so I guess I should also claim this :) TASK DETAIL https://phabricator.wikimedia.org/T203461 EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T203461: Have the focus on field when adding new element on Sense

2020-04-22 Thread gerritbot
gerritbot added a comment. Change 591963 had a related patch set uploaded (by Lucas Werkmeister (WMDE); owner: Lucas Werkmeister (WMDE)): [mediawiki/extensions/WikibaseLexeme@master] Autofocus inputs in glosses widget https://gerrit.wikimedia.org/r/591963 TASK DETAIL

[Wikidata-bugs] [Maniphest] [Edited] T243388: Styles and component consolidation & documentation

2020-04-22 Thread Sarai-WMDE
Sarai-WMDE updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T243388 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Sarai-WMDE Cc: Addshore, Aklapper, Sarai-WMDE, cristiana023, JanJaquemot, darthmon_wmde, Nandana, Lahi,

[Wikidata-bugs] [Maniphest] [Commented On] T249714: Add new component for generic error screen on save

2020-04-22 Thread gerritbot
gerritbot added a comment. Change 591929 had a related patch set uploaded (by Lucas Werkmeister (WMDE); owner: Lucas Werkmeister (WMDE)): [mediawiki/extensions/Wikibase@master] bridge: add ErrorSaving component https://gerrit.wikimedia.org/r/591929 TASK DETAIL

[Wikidata-bugs] [Maniphest] [Updated] T249714: Add new component for generic error screen on save

2020-04-22 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T249714 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucas_Werkmeister_WMDE, gerritbot Cc: Lucas_Werkmeister_WMDE, Aklapper, Blissjay007, Oblanco79,

[Wikidata] Feature: Candidate for Split

2020-04-22 Thread Thad Guidry
In Freebase we had a way to mark or flag an Item as a candidate for splitting into 2 Items (topics). Here is 1 candidate I would flag for a Candidate for Split listing, if so: "offer and acceptance" https://www.wikidata.org/wiki/Q1193004 For that 1 candidate it would be flagged as "retain

[Wikidata-bugs] [Maniphest] [Updated] T249718: Add more error information to store

2020-04-22 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T249718 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Michael, gerritbot Cc: Lucas_Werkmeister_WMDE, Aklapper, Blissjay007, Oblanco79, Alter-paule,

[Wikidata-bugs] [Maniphest] [Commented On] T249718: Add more error information to store

2020-04-22 Thread gerritbot
gerritbot added a comment. Change 591916 had a related patch set uploaded (by Michael Große; owner: Michael Große): [mediawiki/extensions/Wikibase@master] bridge: Add getter to store about whether back button may be shown https://gerrit.wikimedia.org/r/591916 TASK DETAIL

[Wikidata-bugs] [Maniphest] [Commented On] T235420: Create wikidata badges to indicate when sitelinks point to Wikipedia redirect pages

2020-04-22 Thread DemonDays64
DemonDays64 added a comment. Any progress on this? Being able to add Wikidata sitelinks to redirects is important in my opinion because of things like French Wikipedia having an article about Proxima Centauri c but English just having

[Wikidata-bugs] [Maniphest] [Claimed] T249718: Add more error information to store

2020-04-22 Thread Michael
Michael claimed this task. Michael moved this task from To do to Doing on the Wikidata-Bridge-Sprint-18 board. Restricted Application added a project: User-Michael. TASK DETAIL https://phabricator.wikimedia.org/T249718 WORKBOARD https://phabricator.wikimedia.org/project/board/4726/ EMAIL

[Wikidata-bugs] [Maniphest] [Changed Project Column] T249715: Add capability to provoke generic save error to browser tests

2020-04-22 Thread Michael
Michael moved this task from Doing to Peer Review on the Wikidata-Bridge-Sprint-18 board. Michael added a comment. It turns out that webdriver+chrome can do this natively with: browser.setNetworkConditions( { latency: 0, throughput: 0, offline: true } ) See

[Wikidata-bugs] [Maniphest] [Claimed] T249716: Retry save when clicking “retry save” button

2020-04-22 Thread Tonina_Zhelyazkova_WMDE
Tonina_Zhelyazkova_WMDE claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T249716 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Tonina_Zhelyazkova_WMDE Cc: Aklapper, Lucas_Werkmeister_WMDE, Sarai-WMDE, darthmon_wmde, Michael,

[Wikidata-bugs] [Maniphest] [Commented On] T249124: Wire up reload button and reloading logic

2020-04-22 Thread gerritbot
gerritbot added a comment. Change 591869 had a related patch set uploaded (by Pablo Grass (WMDE); owner: Pablo Grass (WMDE)): [mediawiki/extensions/Wikibase@master] bridge: selenium: assert loading is shown at first https://gerrit.wikimedia.org/r/591869 TASK DETAIL

[Wikidata-bugs] [Maniphest] [Commented On] T249124: Wire up reload button and reloading logic

2020-04-22 Thread gerritbot
gerritbot added a comment. Change 591863 had a related patch set uploaded (by Pablo Grass (WMDE); owner: Pablo Grass (WMDE)): [mediawiki/extensions/Wikibase@master] bridge: selenium: move error handling test to dedicated spec https://gerrit.wikimedia.org/r/591863 TASK DETAIL

[Wikidata-bugs] [Maniphest] [Updated] T250908: WikibaseCirrusSearch needs experimental highlighter

2020-04-22 Thread Danmichaelo
Danmichaelo added a project: Wikibase-Containers. Restricted Application added a project: Wikidata. TASK DETAIL https://phabricator.wikimedia.org/T250908 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore, Danmichaelo Cc: Aklapper, Danmichaelo,

[Wikidata-bugs] [Maniphest] [Updated] T241126: Step 1: Improved generic error screen (impact: high)

2020-04-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T241126 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Maintenance_bot Cc: Lucas_Werkmeister_WMDE, Michael, Aklapper, Charlie_WMDE, Lydia_Pintscher,

[Wikidata-bugs] [Maniphest] [Commented On] T241126: Step 1: Improved generic error screen (impact: high)

2020-04-22 Thread gerritbot
gerritbot added a comment. Change 591778 **merged** by jenkins-bot: [mediawiki/extensions/Wikibase@master] bridge: ReportIssue: use entityTitle instead of entity id https://gerrit.wikimedia.org/r/591778 TASK DETAIL https://phabricator.wikimedia.org/T241126 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Claimed] T248990: Pipe 3: Filter extracted values by plaintext matching (matching by value)

2020-04-22 Thread ItamarWMDE
ItamarWMDE claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T248990 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ItamarWMDE Cc: Aklapper, ItamarWMDE, Ferdinand0101, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden,

[Wikidata-bugs] [Maniphest] [Commented On] T248990: Pipe 3: Filter extracted values by plaintext matching (matching by value)

2020-04-22 Thread ItamarWMDE
ItamarWMDE added a comment. Picking this task up, while keeping in mind our decision from task estimation to split it into three parts TASK DETAIL https://phabricator.wikimedia.org/T248990 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To:

[Wikidata-bugs] [Maniphest] [Claimed] T249714: Add new component for generic error screen on save

2020-04-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task. Lucas_Werkmeister_WMDE moved this task from To do to Doing on the Wikidata-Bridge-Sprint-18 board. TASK DETAIL https://phabricator.wikimedia.org/T249714 WORKBOARD https://phabricator.wikimedia.org/project/board/4726/ EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Claimed] T249715: Add capability to provoke generic save error to browser tests

2020-04-22 Thread Michael
Michael claimed this task. Michael moved this task from To do to Doing on the Wikidata-Bridge-Sprint-18 board. Restricted Application added a project: User-Michael. TASK DETAIL https://phabricator.wikimedia.org/T249715 WORKBOARD https://phabricator.wikimedia.org/project/board/4726/ EMAIL

[Wikidata-bugs] [Maniphest] [Unblock] T248087: Step 1: Improved generic error screen: on save (impact: high)

2020-04-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T249713: Extract header out of App as Resolved. TASK DETAIL https://phabricator.wikimedia.org/T248087 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucas_Werkmeister_WMDE Cc: Masumrezarock100, Aklapper,

[Wikidata-bugs] [Maniphest] [Closed] T249713: Extract header out of App

2020-04-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved". Lucas_Werkmeister_WMDE added a comment. Okay. TASK DETAIL https://phabricator.wikimedia.org/T249713 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Michael, Lucas_Werkmeister_WMDE Cc:

[Wikidata-bugs] [Maniphest] [Commented On] T249713: Extract header out of App

2020-04-22 Thread Michael
Michael added a comment. In T249713#6075931 , @Lucas_Werkmeister_WMDE wrote: > Anything left to do? > >> It’s not decided yet whether that component will directly use `ProcessDialogHeader`, or whether it will switch (depending on

[Wikidata-bugs] [Maniphest] [Commented On] T248993: Pipe 5: Format reference into Quickstatments format

2020-04-22 Thread Tarrow
Tarrow added a comment. Poker guesses: 3 + 3+ 8 We discuss tomorrow! :) TASK DETAIL https://phabricator.wikimedia.org/T248993 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Tarrow Cc: Tarrow, Aklapper, ItamarWMDE, Ferdinand0101, darthmon_wmde,

[Wikidata-bugs] [Maniphest] [Edited] T248993: Pipe 5: Format reference into Quickstatments format

2020-04-22 Thread Tarrow
Tarrow updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T248993 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Tarrow Cc: Aklapper, ItamarWMDE, Ferdinand0101, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic,

[Wikidata-bugs] [Maniphest] [Edited] T248990: Pipe 3: Filter extracted values by plaintext matching (matching by value)

2020-04-22 Thread Tarrow
Tarrow updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T248990 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Tarrow Cc: Aklapper, ItamarWMDE, Ferdinand0101, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic,

[Wikidata-bugs] [Maniphest] [Claimed] T249613: Cleanup rows from wb_items_per_site that should not be there any more

2020-04-22 Thread hoo
hoo claimed this task. hoo moved this task from To Do to Doing on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. TASK DETAIL https://phabricator.wikimedia.org/T249613 WORKBOARD https://phabricator.wikimedia.org/project/board/3539/ EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Closed] T250778: [WIP Task] figure out why Unrecognized subjects are reported by munger

2020-04-22 Thread Physikerwelt
Physikerwelt closed this task as "Resolved". Physikerwelt reassigned this task from Physikerwelt to Lucas_Werkmeister_WMDE. Physikerwelt added a comment. In T250778#6074606 , @Lucas_Werkmeister_WMDE wrote: >> Unrecognized subjects:

[Wikidata-bugs] [Maniphest] [Commented On] T234070: Consider svgo use (via cssnano)

2020-04-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. With the above change, whitespace is now removed in the icons we inherit from OOUI: - -http://www.w3.org/2000/svg; width="20" height="20" viewBox="0 0 20 20"> - -close - - - -

[Wikidata-bugs] [Maniphest] [Triaged] T247300: Investigate what it takes to add a __EXPECTED_UNCONNECTED_PAGE__ magic word to exclude pages from Special:UnconnectedPages

2020-04-22 Thread Addshore
Addshore triaged this task as "Medium" priority. TASK DETAIL https://phabricator.wikimedia.org/T247300 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Aklapper, Lydia_Pintscher, hoo, daniel, Ladsgroup, WMDE-leszek, Iflorez,

[Wikidata-bugs] [Maniphest] [Raised Priority] T249613: Cleanup rows from wb_items_per_site that should not be there any more

2020-04-22 Thread Addshore
Addshore raised the priority of this task from "Medium" to "High". TASK DETAIL https://phabricator.wikimedia.org/T249613 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Lea_Lacroix_WMDE, DannyS712, Addshore, Aklapper, Iflorez,

[Wikidata-bugs] [Maniphest] [Unassigned] T244001: Investigate reminding people to update `npm audit`

2020-04-22 Thread WMDE-leszek
WMDE-leszek removed Tarrow as the assignee of this task. WMDE-leszek moved this task from Doing to To Do on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. TASK DETAIL https://phabricator.wikimedia.org/T244001 WORKBOARD https://phabricator.wikimedia.org/project/board/3539/

[Wikidata-bugs] [Maniphest] [Updated] T241126: Step 1: Improved generic error screen (impact: high)

2020-04-22 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T241126 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: Lucas_Werkmeister_WMDE, Michael, Aklapper, Charlie_WMDE, Lydia_Pintscher, Pablo-WMDE,

[Wikidata-bugs] [Maniphest] [Commented On] T241126: Step 1: Improved generic error screen (impact: high)

2020-04-22 Thread gerritbot
gerritbot added a comment. Change 591778 had a related patch set uploaded (by Pablo Grass (WMDE); owner: Pablo Grass (WMDE)): [mediawiki/extensions/Wikibase@master] bridge: ReportIssue: use entityTitle instead of entity id https://gerrit.wikimedia.org/r/591778 TASK DETAIL

[Wikidata-bugs] [Maniphest] [Updated] T203461: Have the focus on field when adding new element on Sense

2020-04-22 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite (Wikidata-Campsite-Iteration-∞). TASK DETAIL https://phabricator.wikimedia.org/T203461 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lydia_Pintscher Cc: Lucas_Werkmeister_WMDE, KaMan,

[Wikidata-bugs] [Maniphest] [Commented On] T250603: Wikidata item search fooled by apostrophe

2020-04-22 Thread Lydia_Pintscher
Lydia_Pintscher added a comment. Hmmm this seems to work for me: F31771564: Screenshot_20200422_111541.png Which browser are you using? Can you try it logged out? TASK DETAIL https://phabricator.wikimedia.org/T250603 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T247057: CachingFallbackLabelDescriptionLookup attempts to cache entries for invalid Term Languages

2020-04-22 Thread Tarrow
Tarrow added a comment. Unassigned myself because clearly I wasn't making progress on this. I was following the path mentioned in the above comment: - Is this really needing the rather special CachingFallbackLabelDescriptionLookup or would it be as good with an alternative

[Wikidata-bugs] [Maniphest] [Edited] T246456: Performance review of Wikidata Bridge

2020-04-22 Thread Pablo-WMDE
Pablo-WMDE updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T246456 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: aaron, Pablo-WMDE Cc: Jakob_WMDE, Lydia_Pintscher, Addshore, Krinkle, Aklapper, darthmon_wmde, Sarai-WMDE,

[Wikidata-bugs] [Maniphest] [Unassigned] T247196: Wikibase property names are missing when renders

2020-04-22 Thread WMDE-leszek
WMDE-leszek removed Ladsgroup as the assignee of this task. WMDE-leszek added a subscriber: Ladsgroup. WMDE-leszek moved this task from Doing to To Do on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. TASK DETAIL https://phabricator.wikimedia.org/T247196 WORKBOARD

[Wikidata-bugs] [Maniphest] [Unassigned] T247057: CachingFallbackLabelDescriptionLookup attempts to cache entries for invalid Term Languages

2020-04-22 Thread WMDE-leszek
WMDE-leszek removed Tarrow as the assignee of this task. WMDE-leszek moved this task from Doing to To Do on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. TASK DETAIL https://phabricator.wikimedia.org/T247057 WORKBOARD https://phabricator.wikimedia.org/project/board/3539/

[Wikidata-bugs] [Maniphest] [Edited] T246456: Performance review of Wikidata Bridge

2020-04-22 Thread Pablo-WMDE
Pablo-WMDE updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T246456 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: aaron, Pablo-WMDE Cc: Jakob_WMDE, Lydia_Pintscher, Addshore, Krinkle, Aklapper, darthmon_wmde, Sarai-WMDE,

Re: [Wikidata-tech] [Wikidata] New Community Communications Manager for Wikidata/Wikibase

2020-04-22 Thread Samuel Klein
Fantastic news, Mohammed :) SJ On Tue, Apr 21, 2020 at 12:02 PM Mohammed Sadat Abdulai < mohammed.sadat_...@wikimedia.de> wrote: > Hi everyone, > > I hope you’re all having a great day! > > I’m super excited to announce that I’ll be joining the software department at > Wikimedia Germany to help

Re: [Wikidata-tech] [Wikidata] New Community Communications Manager for Wikidata/Wikibase

2020-04-22 Thread Alex Stinson
Congratulations Mohammed! So excited that we can keep collaborating together professionally as well as on wiki :) Cheers, Alex On Tue, Apr 21, 2020 at 1:01 PM Mohammed Sadat Abdulai < mohammed.sadat_...@wikimedia.de> wrote: > Hi everyone, > > I hope you’re all having a great day! > > I’m super

  1   2   >