[Wikidata-bugs] [Maniphest] T257684: Make TermSearchInteractorFactory wiring use TermStoreDelegatingMatchingTermsLookup

2020-07-13 Thread Legoktm
Legoktm removed a project: MW-1.35-release. Legoktm added a comment. My understanding is this only affects Wikibase/Wikidata, in which case it's not a 1.35 release blocker. TASK DETAIL https://phabricator.wikimedia.org/T257684 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T251514: UI for SPARQL Endpoint for Commons

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 606516 **abandoned** by Mstyles: [wikidata/query/gui@master] add commons logo file Reason: another change made https://gerrit.wikimedia.org/r/606516 TASK DETAIL https://phabricator.wikimedia.org/T251514 EMAIL PREFERENCES

[Wikidata] [Virtual OM-2020] Final CFP: 15th workshop on Ontology Matching collocated with ISWC

2020-07-13 Thread Pavel Shvaiko
-- FINAL CALL FOR CONTRIBUTIONS THE SUBMISSION DEADLINE IS ON AUGUST 10TH, 2020 -- The Fifteenth

[Wikidata-bugs] [Maniphest] T256391: Evaluate Puppeteer in EntitySchema

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612420 had a related patch set uploaded (by AlQaholic007; owner: AlQaholic007): [mediawiki/extensions/EntitySchema@master] WIP Puppeteer: NewEntitySchema:Page with only a label should be creatable https://gerrit.wikimedia.org/r/612420 TASK DETAIL

[Wikidata-bugs] [Maniphest] T257684: Make TermSearchInteractorFactory wiring use TermStoreDelegatingMatchingTermsLookup

2020-07-13 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.35-notes (1.35.0-wmf.41; 2020-07-14). TASK DETAIL https://phabricator.wikimedia.org/T257684 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Michael, ReleaseTaggerBot Cc: Michael, Aklapper, Addshore, Alter-paule,

[Wikidata-bugs] [Maniphest] T173842: [BUG] Wikidata description for the specific Chinese language variant should be shown

2020-07-13 Thread cooltey
cooltey added a project: Product-Infrastructure-Team-Backlog. TASK DETAIL https://phabricator.wikimedia.org/T173842 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: cooltey Cc: JoeWalsh, shinjiman, Yuriy_kosygin, Addshore, CXuesong, fantasticfears,

[Wikidata-bugs] [Maniphest] T173842: [BUG] Wikidata description for the specific Chinese language variant should be shown

2020-07-13 Thread cooltey
cooltey added a subscriber: JoeWalsh. cooltey added a comment. #product-infrastructure-team-backlog and #core_platform_team and cc @JoeWalsh The

[Wikidata-bugs] [Maniphest] T257684: Make TermSearchInteractorFactory wiring use TermStoreDelegatingMatchingTermsLookup

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612183 **merged** by jenkins-bot: [mediawiki/extensions/Wikibase@master] Make TermSearchInteractorFactory wiring use TermStoreDelegatingMatchingTermsLookup https://gerrit.wikimedia.org/r/612183 TASK DETAIL https://phabricator.wikimedia.org/T257684

Re: [Wikidata] 2 million queries against a Wikidata instance

2020-07-13 Thread Kingsley Idehen
On 7/13/20 1:41 PM, Adam Sanchez wrote: > Hi, > > I have to launch 2 million queries against a Wikidata instance. > I have loaded Wikidata in Virtuoso 7 (512 RAM, 32 cores, SSD disks with RAID > 0). > The queries are simple, just 2 types. > > select ?s ?p ?o { > ?s ?p ?o. > filter (?s = ?param) >

Re: [Wikidata] 2 million queries against a Wikidata instance

2020-07-13 Thread Amirouche Boubekki
Le lun. 13 juil. 2020 à 21:22, Adam Sanchez a écrit : > > I have 14T SSD (RAID 0) > > Le lun. 13 juil. 2020 à 21:19, Amirouche Boubekki > a écrit : > > > > Le lun. 13 juil. 2020 à 19:42, Adam Sanchez a écrit > > : > > > > > > Hi, > > > > > > I have to launch 2 million queries against a

[Wikidata-bugs] [Maniphest] T256054: Copy dependencies of "jquery.wikibase.linkitem" Resource Loader module to Wikibase client JS code

2020-07-13 Thread Ladsgroup
Ladsgroup moved this task from Verification to Peer Review on the Wikibase Extension Decoupling and Registration (Sprint 3) board. Ladsgroup added a comment. The above patch is the last thing I can do to make it decoupled without weird gymnastics, there are five more that I don't know if

Re: [Wikidata] 2 million queries against a Wikidata instance

2020-07-13 Thread Adam Sanchez
I have 14T SSD (RAID 0) Le lun. 13 juil. 2020 à 21:19, Amirouche Boubekki a écrit : > > Le lun. 13 juil. 2020 à 19:42, Adam Sanchez a écrit : > > > > Hi, > > > > I have to launch 2 million queries against a Wikidata instance. > > I have loaded Wikidata in Virtuoso 7 (512 RAM, 32 cores, SSD

Re: [Wikidata] 2 million queries against a Wikidata instance

2020-07-13 Thread Amirouche Boubekki
Le lun. 13 juil. 2020 à 19:42, Adam Sanchez a écrit : > > Hi, > > I have to launch 2 million queries against a Wikidata instance. > I have loaded Wikidata in Virtuoso 7 (512 RAM, 32 cores, SSD disks with RAID > 0). > The queries are simple, just 2 types. How much SSD in Gigabytes do you have?

[Wikidata-bugs] [Maniphest] T256054: Copy dependencies of "jquery.wikibase.linkitem" Resource Loader module to Wikibase client JS code

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612401 had a related patch set uploaded (by Ladsgroup; owner: Ladsgroup): [mediawiki/extensions/Wikibase@master] Move wikibase.api.ValueCaller RL module from lib to view https://gerrit.wikimedia.org/r/612401 TASK DETAIL

Re: [Wikidata] 2 million queries against a Wikidata instance

2020-07-13 Thread Imre Samu
> How can I speed up the queries processing even more? imho: drop the unwanted data as early as you can ... (~ aggressive prefiltering ; ~ not import ) > Any suggestion will be appreciated. in your case .. - I will check the RDF dumps ..

[Wikidata-bugs] [Maniphest] T257444: Migrate Repo special pages to extension JSON file

2020-07-13 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T257444 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ladsgroup, gerritbot Cc: Tarrow, Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Hazizibinmahdi,

[Wikidata-bugs] [Maniphest] T257444: Migrate Repo special pages to extension JSON file

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612398 had a related patch set uploaded (by Ladsgroup; owner: Ladsgroup): [mediawiki/extensions/Wikibase@master] Introduce and use SpecialListPropertiesDispatchingFactory https://gerrit.wikimedia.org/r/612398 TASK DETAIL

[Wikidata-bugs] [Maniphest] T257858: Wikibase Travis CI is broken on master

2020-07-13 Thread Ladsgroup
Ladsgroup moved this task from Test (Verification) to Done on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. Ladsgroup closed this task as "Resolved". Ladsgroup added a comment. The build is green again:

[Wikidata-bugs] [Maniphest] T257858: Wikibase Travis CI is broken on master

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612385 **abandoned** by Ladsgroup: [mediawiki/extensions/Wikibase@master] Update Travis Password Reason: Done in Ie751501bad891436569cdd https://gerrit.wikimedia.org/r/612385 TASK DETAIL https://phabricator.wikimedia.org/T257858 EMAIL

Re: [Wikidata] New URL for OpenRefine reconciliation service

2020-07-13 Thread Reuben Honigwachs
In OpenRefine 3.3 adding the new service with above URL is fine, but when trying to remove the old service with "x" OpenRefine tries to start reconciling instead. Fails consequently, and hangs. Same for you all? Thanks. On Wed, 8 Jul 2020 at 15:42, Hay (Husky) wrote: > Cheers, this seems to

[Wikidata-bugs] [Maniphest] T257857: Unknown module: util.inherit on client wikis in Beta

2020-07-13 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T257857 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ladsgroup, Maintenance_bot Cc: Lucas_Werkmeister_WMDE, Aklapper, Hazizibinmahdi, Akuckartz,

[Wikidata-bugs] [Maniphest] T257857: Unknown module: util.inherit on client wikis in Beta

2020-07-13 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.35-notes (1.35.0-wmf.41; 2020-07-14). TASK DETAIL https://phabricator.wikimedia.org/T257857 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ladsgroup, ReleaseTaggerBot Cc: Lucas_Werkmeister_WMDE, Aklapper,

[Wikidata-bugs] [Maniphest] T257858: Wikibase Travis CI is broken on master

2020-07-13 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.35-notes (1.35.0-wmf.41; 2020-07-14). TASK DETAIL https://phabricator.wikimedia.org/T257858 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Tarrow, ReleaseTaggerBot Cc: Lucas_Werkmeister_WMDE, Tarrow, Addshore,

[Wikidata] 2 million queries against a Wikidata instance

2020-07-13 Thread Adam Sanchez
Hi, I have to launch 2 million queries against a Wikidata instance. I have loaded Wikidata in Virtuoso 7 (512 RAM, 32 cores, SSD disks with RAID 0). The queries are simple, just 2 types. select ?s ?p ?o { ?s ?p ?o. filter (?s = ?param) } select ?s ?p ?o { ?s ?p ?o. filter (?o = ?param) } If I

[Wikidata-bugs] [Maniphest] T257858: Wikibase Travis CI is broken on master

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612391 **abandoned** by Michael Große: [mediawiki/extensions/Wikibase@master] Use longer db password for Travis CI test setup Reason: We really should talk to each other about who fixes a task  https://gerrit.wikimedia.org/r/612391 TASK DETAIL

[Wikidata-bugs] [Maniphest] T257858: Wikibase Travis CI is broken on master

2020-07-13 Thread Michael
Michael added a project: Wikidata-Campsite (Wikidata-Campsite-Iteration-∞). TASK DETAIL https://phabricator.wikimedia.org/T257858 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Tarrow, Michael Cc: Lucas_Werkmeister_WMDE, Tarrow, Addshore, Aklapper,

[Wikidata-bugs] [Maniphest] T257858: Wikibase Travis CI is broken on master

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612381 **merged** by jenkins-bot: [mediawiki/extensions/Wikibase@master] Travis: pick more random password https://gerrit.wikimedia.org/r/612381 TASK DETAIL https://phabricator.wikimedia.org/T257858 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T257857: Unknown module: util.inherit on client wikis in Beta

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612387 **merged** by jenkins-bot: [mediawiki/extensions/Wikibase@master] Bump wikibase-api to HEAD https://gerrit.wikimedia.org/r/612387 TASK DETAIL https://phabricator.wikimedia.org/T257857 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T257858: Wikibase Travis CI is broken on master

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612391 had a related patch set uploaded (by Michael Große; owner: Michael Große): [mediawiki/extensions/Wikibase@master] Use longer db password for Travis CI test setup https://gerrit.wikimedia.org/r/612391 TASK DETAIL

[Wikidata-bugs] [Maniphest] T257857: Unknown module: util.inherit on client wikis in Beta

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612380 **merged** by jenkins-bot: [mediawiki/extensions/Wikibase@master] Remove util.inherit from dependencies of wikibase.Site https://gerrit.wikimedia.org/r/612380 TASK DETAIL https://phabricator.wikimedia.org/T257857 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T254675: Rename WPBSkinBlacklist

2020-07-13 Thread Jdlrobson
Jdlrobson reassigned this task from Peter.ovchyn to Edtadros. Jdlrobson added a subscriber: Peter.ovchyn. TASK DETAIL https://phabricator.wikimedia.org/T254675 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Edtadros, Jdlrobson Cc: Peter.ovchyn,

[Wikidata-bugs] [Maniphest] T257444: Migrate Repo special pages to extension JSON file

2020-07-13 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T257444 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ladsgroup, Maintenance_bot Cc: Tarrow, Aklapper, Lucas_Werkmeister_WMDE, Hazizibinmahdi,

[Wikidata-bugs] [Maniphest] T257857: Unknown module: util.inherit on client wikis in Beta

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612387 had a related patch set uploaded (by Ladsgroup; owner: Ladsgroup): [mediawiki/extensions/Wikibase@master] Bump wikibase-api to HEAD https://gerrit.wikimedia.org/r/612387 TASK DETAIL https://phabricator.wikimedia.org/T257857 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T257857: Unknown module: util.inherit on client wikis in Beta

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612382 **merged** by jenkins-bot: [wikibase/javascript-api@master] Avoid using util.inherit https://gerrit.wikimedia.org/r/612382 TASK DETAIL https://phabricator.wikimedia.org/T257857 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T257444: Migrate Repo special pages to extension JSON file

2020-07-13 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.35-notes (1.35.0-wmf.41; 2020-07-14). TASK DETAIL https://phabricator.wikimedia.org/T257444 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ladsgroup, ReleaseTaggerBot Cc: Tarrow, Aklapper,

[Wikidata-bugs] [Maniphest] T257858: Wikibase Travis CI is broken on master

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612385 had a related patch set uploaded (by Tarrow; owner: Tarrow): [mediawiki/extensions/Wikibase@master] Update Travis Password https://gerrit.wikimedia.org/r/612385 TASK DETAIL https://phabricator.wikimedia.org/T257858 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T257858: Wikibase Travis CI is broken on master

2020-07-13 Thread Tarrow
Tarrow claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T257858 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Tarrow Cc: Lucas_Werkmeister_WMDE, Tarrow, Addshore, Aklapper, Michael, Alter-paule, Beast1978, Un1tY, Akuckartz,

[Wikidata-bugs] [Maniphest] T257857: Unknown module: util.inherit on client wikis in Beta

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612382 had a related patch set uploaded (by Ladsgroup; owner: Ladsgroup): [wikibase/javascript-api@master] Avoid using util.inherit https://gerrit.wikimedia.org/r/612382 TASK DETAIL https://phabricator.wikimedia.org/T257857 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T257858: Wikibase Travis CI is broken on master

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. A codesearch for --pass nyan show plenty more extensions that will need to be updated, but as far as I can tell none of the other ones are our responsibility. TASK DETAIL

[Wikidata-bugs] [Maniphest] T256854: Create visalization for Size/Dimension

2020-07-13 Thread Sarai-WMDE
Sarai-WMDE added a comment. All solved in terms of content and visualization, but I need to bring up the structure again (sorry about that). Any reason why we cannot follow the spreadsheet here? F31933750: Screenshot 2020-07-13 at 18.29.10.png

[Wikidata-bugs] [Maniphest] T257858: Wikibase Travis CI is broken on master

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612381 had a related patch set uploaded (by Lucas Werkmeister (WMDE); owner: Lucas Werkmeister (WMDE)): [mediawiki/extensions/Wikibase@master] Travis: pick more random password https://gerrit.wikimedia.org/r/612381 TASK DETAIL

[Wikidata-bugs] [Maniphest] T257858: Wikibase Travis CI is broken on master

2020-07-13 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T257858 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucas_Werkmeister_WMDE, gerritbot Cc: Lucas_Werkmeister_WMDE, Tarrow, Addshore, Aklapper, Michael,

[Wikidata-bugs] [Maniphest] T257858: Wikibase Travis CI is broken on master

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task. Lucas_Werkmeister_WMDE added a comment. Probably caused by T256620: MediaWiki CLI installer should check wiki admin password validity before starting , by the way. TASK DETAIL

[Wikidata-bugs] [Maniphest] T257858: Wikibase Travis CI is broken on master

2020-07-13 Thread Tarrow
Tarrow added a comment. Looks like broken since https://gerrit.wikimedia.org/r/c/mediawiki/core/+/612169 TASK DETAIL https://phabricator.wikimedia.org/T257858 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Tarrow Cc: Lucas_Werkmeister_WMDE,

[Wikidata-bugs] [Maniphest] T257857: Unknown module: util.inherit on client wikis in Beta

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612380 had a related patch set uploaded (by Ladsgroup; owner: Ladsgroup): [mediawiki/extensions/Wikibase@master] Remove util.inherit from dependencies of wikibase.Site https://gerrit.wikimedia.org/r/612380 TASK DETAIL

[Wikidata-bugs] [Maniphest] T257857: Unknown module: util.inherit on client wikis in Beta

2020-07-13 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T257857 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ladsgroup, gerritbot Cc: Lucas_Werkmeister_WMDE, Aklapper, Alter-paule, Hazizibinmahdi, Beast1978,

[Wikidata-bugs] [Maniphest] T257443: Migrate Repo API modules to extension JSON file

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612276 **merged** by jenkins-bot: [mediawiki/extensions/Wikibase@master] Migrate Repo API list modules to extension JSON https://gerrit.wikimedia.org/r/612276 TASK DETAIL https://phabricator.wikimedia.org/T257443 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T257858: Wikibase Travis CI is broken on master

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. mysql -e 'create database its_a_mw;' php maintenance/install.php --dbtype $DBTYPE --dbuser root --dbname its_a_mw --dbpath $(pwd) --pass nyan TravisWiki admin Yeah, I guess nyan isn’t the most secure password imaginable. TASK DETAIL

[Wikidata-bugs] [Maniphest] T257858: Wikibase Travis CI is broken on master

2020-07-13 Thread Michael
Michael created this task. Michael added a project: Wikidata. Restricted Application added a subscriber: Aklapper. TASK DESCRIPTION See: https://travis-ci.org/github/wikimedia/mediawiki-extensions-Wikibase/builds > Invalid wiki admin password: Passwords must be at least 10 characters.

[Wikidata-bugs] [Maniphest] T257444: Migrate Repo special pages to extension JSON file

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612359 **merged** by jenkins-bot: [mediawiki/extensions/Wikibase@master] Migrate Repo special pages to use extension.json https://gerrit.wikimedia.org/r/612359 TASK DETAIL https://phabricator.wikimedia.org/T257444 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T256570: Remove OtherProjectsSidebar hook from Wikibase

2020-07-13 Thread Tpt
Tpt closed this task as "Resolved". Tpt claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T256570 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Tpt Cc: Michael, Aklapper, Tpt, Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, Nandana,

[Wikidata-bugs] [Maniphest] T257442: Migrate Repo i18n globals to extension JSON file

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved". Lucas_Werkmeister_WMDE moved this task from Verification to Done on the Wikibase Extension Decoupling and Registration (Sprint 3) board. TASK DETAIL https://phabricator.wikimedia.org/T257442 WORKBOARD

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

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T257442: Migrate Repo i18n globals to extension JSON file as Resolved. TASK DETAIL https://phabricator.wikimedia.org/T257433 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucas_Werkmeister_WMDE Cc: Aklapper,

[Wikidata-bugs] [Maniphest] T257434: Rename extension.json for client

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved". Lucas_Werkmeister_WMDE moved this task from Verification to Done on the Wikibase Extension Decoupling and Registration (Sprint 3) board. TASK DETAIL https://phabricator.wikimedia.org/T257434 WORKBOARD

[Wikidata-bugs] [Maniphest] T256054: Copy dependencies of "jquery.wikibase.linkitem" Resource Loader module to Wikibase client JS code

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE reopened this task as "Open". Lucas_Werkmeister_WMDE moved this task from Done to Verification on the Wikibase Extension Decoupling and Registration (Sprint 3) board. Lucas_Werkmeister_WMDE added a comment. Wait, I’m not sure if this task is done, I thought this was one

[Wikidata-bugs] [Maniphest] T256054: Copy dependencies of "jquery.wikibase.linkitem" Resource Loader module to Wikibase client JS code

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T257452: Decouple jquery.event.special.eachchange RL module from client and repo as Resolved. TASK DETAIL https://phabricator.wikimedia.org/T256054 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ladsgroup,

[Wikidata-bugs] [Maniphest] T256054: Copy dependencies of "jquery.wikibase.linkitem" Resource Loader module to Wikibase client JS code

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved". Lucas_Werkmeister_WMDE moved this task from Verification to Done on the Wikibase Extension Decoupling and Registration (Sprint 3) board. TASK DETAIL https://phabricator.wikimedia.org/T256054 WORKBOARD

[Wikidata-bugs] [Maniphest] T257452: Decouple jquery.event.special.eachchange RL module from client and repo

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved". Lucas_Werkmeister_WMDE moved this task from Verification to Done on the Wikibase Extension Decoupling and Registration (Sprint 3) board. TASK DETAIL https://phabricator.wikimedia.org/T257452 WORKBOARD

[Wikidata-bugs] [Maniphest] T257857: Unknown module: util.inherit on client wikis in Beta

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. We moved the `util.inherit` module to View in Icad3c338cf (for T256054 , T257452 ), but it’s still referenced in Lib:

[Wikidata-bugs] [Maniphest] T257857: Unknown module: util.inherit on client wikis in Beta

2020-07-13 Thread Ladsgroup
Ladsgroup claimed this task. Ladsgroup moved this task from Backlog to Doing on the Wikibase Extension Decoupling and Registration (Sprint 3) board. Restricted Application added a project: User-Ladsgroup. TASK DETAIL https://phabricator.wikimedia.org/T257857 WORKBOARD

[Wikidata-bugs] [Maniphest] T257857: Unknown module: util.inherit on client wikis in Beta

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task. Lucas_Werkmeister_WMDE added projects: Wikidata, Wikibase Extension Decoupling and Registration (Sprint 3). Restricted Application added a subscriber: Aklapper. TASK DESCRIPTION On Beta (example article

[Wikidata-bugs] [Maniphest] T257856: DatabaseMatchingTermsLookup::getTopMatchingTerms must not return multiple results per entity

2020-07-13 Thread Michael
Michael created this task. Michael added projects: Wikidata-Campsite, wikidata-tech-focus, Wikidata. Restricted Application added a subscriber: Aklapper. TASK DESCRIPTION The `MatchingTermsLookup` interface

[Wikidata-bugs] [Maniphest] T257457: Decouple wikibase.buildErrorOutput RL module from client and repo

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved". Lucas_Werkmeister_WMDE moved this task from Verification to Done on the Wikibase Extension Decoupling and Registration (Sprint 3) board. TASK DETAIL https://phabricator.wikimedia.org/T257457 WORKBOARD

[Wikidata-bugs] [Maniphest] T256054: Copy dependencies of "jquery.wikibase.linkitem" Resource Loader module to Wikibase client JS code

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T257457: Decouple wikibase.buildErrorOutput RL module from client and repo as Resolved. TASK DETAIL https://phabricator.wikimedia.org/T256054 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ladsgroup,

[Wikidata-bugs] [Maniphest] T256054: Copy dependencies of "jquery.wikibase.linkitem" Resource Loader module to Wikibase client JS code

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T257454: Decouple jquery.wikibase.wbtooltip RL module from client and repo as Resolved. TASK DETAIL https://phabricator.wikimedia.org/T256054 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ladsgroup,

[Wikidata-bugs] [Maniphest] T257454: Decouple jquery.wikibase.wbtooltip RL module from client and repo

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved". Lucas_Werkmeister_WMDE moved this task from Verification to Done on the Wikibase Extension Decoupling and Registration (Sprint 3) board. TASK DETAIL https://phabricator.wikimedia.org/T257454 WORKBOARD

[Wikidata-bugs] [Maniphest] T88258: Convert WikibaseRepository, WikibaseClient, WikibaseLib and WikibaseView to use extension registration

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T257432: Remove Lib extension.json as Resolved. TASK DETAIL https://phabricator.wikimedia.org/T88258 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucas_Werkmeister_WMDE Cc: Michael, Mholloway, awight,

[Wikidata-bugs] [Maniphest] T88258: Convert WikibaseRepository, WikibaseClient, WikibaseLib and WikibaseView to use extension registration

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T257431: Copy Lib extension.json content to Repo as Resolved. TASK DETAIL https://phabricator.wikimedia.org/T88258 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucas_Werkmeister_WMDE Cc: Michael, Mholloway,

[Wikidata-bugs] [Maniphest] T257432: Remove Lib extension.json

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved". Lucas_Werkmeister_WMDE moved this task from Verification to Done on the Wikibase Extension Decoupling and Registration (Sprint 3) board. TASK DETAIL https://phabricator.wikimedia.org/T257432 WORKBOARD

[Wikidata-bugs] [Maniphest] T257431: Copy Lib extension.json content to Repo

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved". Lucas_Werkmeister_WMDE moved this task from Verification to Done on the Wikibase Extension Decoupling and Registration (Sprint 3) board. TASK DETAIL https://phabricator.wikimedia.org/T257431 WORKBOARD

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

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T257430: Copy Lib extension.json content to Client as Resolved. TASK DETAIL https://phabricator.wikimedia.org/T256228 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucas_Werkmeister_WMDE Cc: Aklapper,

[Wikidata-bugs] [Maniphest] T257430: Copy Lib extension.json content to Client

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved". Lucas_Werkmeister_WMDE moved this task from Verification to Done on the Wikibase Extension Decoupling and Registration (Sprint 3) board. TASK DETAIL https://phabricator.wikimedia.org/T257430 WORKBOARD

[Wikidata-bugs] [Maniphest] T257658: Introduce new Repo entityterms API and remove hack from Client pageterms API

2020-07-13 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T257658 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Maintenance_bot Cc: Lucas_Werkmeister_WMDE, Aklapper, Akuckartz, darthmon_wmde, Nandana, Lahi,

[Wikidata-bugs] [Maniphest] T257435: Load Client on Beta using extension registration

2020-07-13 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T257435 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucas_Werkmeister_WMDE, Maintenance_bot Cc: Aklapper, Tarrow, Akuckartz, darthmon_wmde,

[Wikidata-bugs] [Maniphest] T257658: Introduce new Repo entityterms API and remove hack from Client pageterms API

2020-07-13 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.35-notes (1.35.0-wmf.41; 2020-07-14). TASK DETAIL https://phabricator.wikimedia.org/T257658 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ReleaseTaggerBot Cc: Lucas_Werkmeister_WMDE, Aklapper, Alter-paule,

[Wikidata-bugs] [Maniphest] T257568: Migrate OutputPageJsConfigHookHandler to json

2020-07-13 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.35-notes (1.35.0-wmf.41; 2020-07-14). TASK DETAIL https://phabricator.wikimedia.org/T257568 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ladsgroup, ReleaseTaggerBot Cc: Lucas_Werkmeister_WMDE, Aklapper,

[Wikidata-bugs] [Maniphest] T257443: Migrate Repo API modules to extension JSON file

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612283 **merged** by jenkins-bot: [mediawiki/extensions/Wikibase@master] Migrate Repo wbavailablebadges API to extension JSON https://gerrit.wikimedia.org/r/612283 TASK DETAIL https://phabricator.wikimedia.org/T257443 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T257658: Introduce new Repo entityterms API and remove hack from Client pageterms API

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE removed Lucas_Werkmeister_WMDE as the assignee of this task. TASK DETAIL https://phabricator.wikimedia.org/T257658 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucas_Werkmeister_WMDE Cc: Lucas_Werkmeister_WMDE, Aklapper,

[Wikidata-bugs] [Maniphest] T257435: Load Client on Beta using extension registration

2020-07-13 Thread Stashbot
Stashbot added a comment. Mentioned in SAL (#wikimedia-operations) [2020-07-13T15:56:55Z] Synchronized wmf-config/Wikibase.php: [[gerrit:610265|Load WikibaseClient using extension registration in beta (T257435 )]] (duration: 00m 55s) TASK DETAIL

[Wikidata-bugs] [Maniphest] T251498: Access restriction for SPARQL Endpoint for Commons

2020-07-13 Thread Zbyszko
Zbyszko added a comment. Main resource (/) is secure, but for some reason /sparql endpint is not. TASK DETAIL https://phabricator.wikimedia.org/T251498 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Zbyszko Cc: Akuckartz, Lea_Lacroix_WMDE,

[Wikidata-bugs] [Maniphest] T257658: Introduce new Repo entityterms API and remove hack from Client pageterms API

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 611282 **merged** by jenkins-bot: [mediawiki/extensions/Wikibase@master] Add entityterms Repo API https://gerrit.wikimedia.org/r/611282 TASK DETAIL https://phabricator.wikimedia.org/T257658 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T257435: Load Client on Beta using extension registration

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 610265 **merged** by jenkins-bot: [operations/mediawiki-config@master] Load WikibaseClient using extension registration in beta https://gerrit.wikimedia.org/r/610265 TASK DETAIL https://phabricator.wikimedia.org/T257435 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T257443: Migrate Repo API modules to extension JSON file

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612370 had a related patch set uploaded (by Lucas Werkmeister (WMDE); owner: Lucas Werkmeister (WMDE)): [mediawiki/extensions/Wikibase@master] Migrate Repo format/parse APIs to extension JSON https://gerrit.wikimedia.org/r/612370 TASK DETAIL

[Wikidata] Weekly Summary #424

2020-07-13 Thread Mohammed Sadat Abdulai
Here's your quick overview of what has been happening around Wikidata over the last week. Events - Upcoming: Next Linked Data for Libraries LD4 Wikidata Affinity Group call: New co-facilitator introductions and tools for

[Wikidata-bugs] [Maniphest] T257568: Migrate OutputPageJsConfigHookHandler to json

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612277 **merged** by jenkins-bot: [mediawiki/extensions/Wikibase@master] Migrate OutputPageJsConfigHookHandler to json https://gerrit.wikimedia.org/r/612277 TASK DETAIL https://phabricator.wikimedia.org/T257568 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T257443: Migrate Repo API modules to extension JSON file

2020-07-13 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.35-notes (1.35.0-wmf.41; 2020-07-14). TASK DETAIL https://phabricator.wikimedia.org/T257443 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucas_Werkmeister_WMDE, ReleaseTaggerBot Cc: Tarrow, Aklapper,

[Wikidata-bugs] [Maniphest] T257444: Migrate Repo special pages to extension JSON file

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612359 had a related patch set uploaded (by Ladsgroup; owner: Ladsgroup): [mediawiki/extensions/Wikibase@master] Migrate Repo special pages to use extension.json https://gerrit.wikimedia.org/r/612359 TASK DETAIL

[Wikidata-bugs] [Maniphest] T257444: Migrate Repo special pages to extension JSON file

2020-07-13 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T257444 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ladsgroup, gerritbot Cc: Tarrow, Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Hazizibinmahdi,

[Wikidata-bugs] [Maniphest] T257443: Migrate Repo API modules to extension JSON file

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. For the remaining API modules, I suggest the following grouping, to avoid doing too many things in one change: formatentities formatvalue parsevalue getclaims getentities searchentities createredirect

[Wikidata-bugs] [Maniphest] T257443: Migrate Repo API modules to extension JSON file

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612283 had a related patch set uploaded (by Lucas Werkmeister (WMDE); owner: Lucas Werkmeister (WMDE)): [mediawiki/extensions/Wikibase@master] Migrate Repo wbavailablebadges API to extension JSON https://gerrit.wikimedia.org/r/612283 TASK DETAIL

[Wikidata-bugs] [Maniphest] T257443: Migrate Repo API modules to extension JSON file

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612275 **merged** by jenkins-bot: [mediawiki/extensions/Wikibase@master] Migrate Repo API meta modules to extension JSON https://gerrit.wikimedia.org/r/612275 TASK DETAIL https://phabricator.wikimedia.org/T257443 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T257615: Migrate FederatedPropertiesSpecialPageHookHandler to json

2020-07-13 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T257615 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ItamarWMDE, Maintenance_bot Cc: Lucas_Werkmeister_WMDE, Aklapper, Tarrow, Ladsgroup, Akuckartz,

[Wikidata-bugs] [Maniphest] T257615: Migrate FederatedPropertiesSpecialPageHookHandler to json

2020-07-13 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.35-notes (1.35.0-wmf.41; 2020-07-14). TASK DETAIL https://phabricator.wikimedia.org/T257615 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ItamarWMDE, ReleaseTaggerBot Cc: Lucas_Werkmeister_WMDE, Aklapper,

[Wikidata-bugs] [Maniphest] T257444: Migrate Repo special pages to extension JSON file

2020-07-13 Thread Ladsgroup
Ladsgroup claimed this task. Ladsgroup moved this task from Backlog to Doing on the Wikibase Extension Decoupling and Registration (Sprint 3) board. Restricted Application added projects: Wikidata, User-Ladsgroup. TASK DETAIL https://phabricator.wikimedia.org/T257444 WORKBOARD

[Wikidata-bugs] [Maniphest] T257443: Migrate Repo API modules to extension JSON file

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE renamed this task from "MIgrate Repo API modules to extension JSON file" to "Migrate Repo API modules to extension JSON file". TASK DETAIL https://phabricator.wikimedia.org/T257443 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/

[Wikidata-bugs] [Maniphest] T257615: Migrate FederatedPropertiesSpecialPageHookHandler to json

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612172 **merged** by jenkins-bot: [mediawiki/extensions/Wikibase@master] Migrate FederatedPropertiesSpecialPageHookHandler to new hook system https://gerrit.wikimedia.org/r/612172 TASK DETAIL https://phabricator.wikimedia.org/T257615 EMAIL

[Wikidata-bugs] [Maniphest] T257568: Migrate OutputPageJsConfigHookHandler to json

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612277 had a related patch set uploaded (by Ladsgroup; owner: Ladsgroup): [mediawiki/extensions/Wikibase@master] Migrate OutputPageJsConfigHookHandler to json https://gerrit.wikimedia.org/r/612277 TASK DETAIL

[Wikidata-bugs] [Maniphest] T257568: Migrate OutputPageJsConfigHookHandler to json

2020-07-13 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T257568 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ladsgroup, gerritbot Cc: Lucas_Werkmeister_WMDE, Aklapper, Tarrow, Ladsgroup, Alter-paule,

[Wikidata-bugs] [Maniphest] T257443: MIgrate Repo API modules to extension JSON file

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612276 had a related patch set uploaded (by Lucas Werkmeister (WMDE); owner: Lucas Werkmeister (WMDE)): [mediawiki/extensions/Wikibase@master] Migrate Repo API list modules to extension JSON https://gerrit.wikimedia.org/r/612276 TASK DETAIL

[Wikidata-bugs] [Maniphest] T257443: MIgrate Repo API modules to extension JSON file

2020-07-13 Thread gerritbot
gerritbot added a comment. Change 612275 had a related patch set uploaded (by Lucas Werkmeister (WMDE); owner: Lucas Werkmeister (WMDE)): [mediawiki/extensions/Wikibase@master] Migrate Repo API meta modules to extension JSON https://gerrit.wikimedia.org/r/612275 TASK DETAIL

  1   2   >