[Wikidata-bugs] [Maniphest] [Updated] T209208: Enable arbitrary access on Beta Wikiversity

2018-11-10 Thread Liuxinyu970226
Liuxinyu970226 added a comment. Maybe the only way to address what @Reedy concerns above, is to rename the root url of this wiki to https://mul.wikiversity.org/ (like T64717), but that's a separated question.TASK DETAILhttps://phabricator.wikimedia.org/T209208EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T209216: Wikibase cannot find a class on REL1_32

2018-11-10 Thread Reedy
Reedy added a comment. That would break running composer install/update in the extension dir and expecting it to work... Wouldn't change running it in MW core rootTASK DETAILhttps://phabricator.wikimedia.org/T209216EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T209216: Wikibase cannot find a class on REL1_32

2018-11-10 Thread Paladox
Paladox added a comment. Yes, here https://github.com/wikimedia/mediawiki-extensions-Wikibase/commit/505e4860cc720e1a5098fd3272268448d3342074#diff-0bca4e0eecbdd09ab1c39db21d521610 (But dosent really explain why it had to be removed compared to checking if vendor/autoload.php exists in the

[Wikidata-bugs] [Maniphest] [Updated] T209216: Wikibase cannot find a class on REL1_32

2018-11-10 Thread Reedy
Reedy removed a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T209216EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReedyCc: D3r1ck01, Zoranzoki21, gerritbot, Aklapper, mmodell, Reedy, Legoktm, Paladox, Nandana, Lahi, Gq86,

[Wikidata-bugs] [Maniphest] [Commented On] T209208: Enable arbitrary access on Beta Wikiversity

2018-11-10 Thread Reedy
Reedy added a comment. In T209208#4737009, @Base wrote: @Reedy , while I agree with the first clause of your statement, I must correct the latter one: Beta Wikiversity is not a beta wiki for testing stuff like testwikipedia or testwikidata are. It is a full fledged content Wikimedia project being

[Wikidata-bugs] [Maniphest] [Commented On] T209216: Wikibase cannot find a class on REL1_32

2018-11-10 Thread Reedy
Reedy added a comment. In T209216#4737022, @Paladox wrote: Aha, they removed this // This is the path to the autoloader generated by composer in case of a composer install. if ( is_readable( __DIR__ . '/../vendor/autoload.php' ) ) { require_once __DIR__ . '/../vendor/autoload.php'; }

[Wikidata-bugs] [Maniphest] [Commented On] T208139: Problem with Georgian writing

2018-11-10 Thread Alan.H
Alan.H added a comment. The trouble is that, after Unicode 11 added Georgian uppercase letters, the wiki software automatically capitalizes Georgian titles of articles, while editing something. But in Georgian, we don't use capitalization (except all caps) and there are not any articles with

[Wikidata-bugs] [Maniphest] [Created] T209223: Parsing +0 in a multi line query

2018-11-10 Thread Manu1400
Manu1400 created this task.Manu1400 added a project: Wikidata-Query-Service.Restricted Application added a subscriber: Aklapper.Restricted Application added a project: Wikidata. TASK DESCRIPTIONThis query return an error : SELECT ?item WHERE { ?item wdt:P1082 +0. ?item wdt:P17 wd:Q142. } The

[Wikidata-bugs] [Maniphest] [Commented On] T147997: Should ItemContent::isCountable return true if the Item is not a redirect?

2018-11-10 Thread hoo
hoo added a comment. In T147997#4734766, @Lydia_Pintscher wrote: Do we know how many items we currently have that are completely empty? MariaDB [wikidatawiki_p]> SELECT COUNT(*) FROM page WHERE page_namespace = 0 AND page_is_redirect = 0 AND page_len < 170; +--+ | COUNT(*)

[Wikidata-bugs] [Maniphest] [Commented On] T209216: Wikibase cannot find a class on REL1_32

2018-11-10 Thread Reedy
Reedy added a comment. In T209216#4737057, @Paladox wrote: Nope, it seems they changed it to using the merge plugin (as you said earlier). But i would expect a extension to try to load it locally before using the mw core one. That’s why composer.json has the thing to mark that an extension has

[Wikidata-bugs] [Maniphest] [Commented On] T209216: Wikibase cannot find a class on REL1_32

2018-11-10 Thread D3r1ck01
D3r1ck01 added a comment. Related maybe? https://discourse-mediawiki.wmflabs.org/t/fatal-error-interface-psr-simplecache-cacheinterface-not-found/726TASK DETAILhttps://phabricator.wikimedia.org/T209216EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Commented On] T209216: Wikibase cannot find a class on REL1_32

2018-11-10 Thread Paladox
Paladox added a comment. Nope, it seems they changed it to using the merge plugin (as you said earlier). But i would expect a extension to try to load it locally before using the mw core one.TASK DETAILhttps://phabricator.wikimedia.org/T209216EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T184933: Use or to view coordinates on Wikidata

2018-11-10 Thread gerritbot
gerritbot added a comment. Change 472794 had a related patch set uploaded (by Hoo man; owner: Hoo man): [mediawiki/extensions/Wikibase@master] Use mw.kartographer.initMapframeFromElement https://gerrit.wikimedia.org/r/472794TASK DETAILhttps://phabricator.wikimedia.org/T184933EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T184933: Use or to view coordinates on Wikidata

2018-11-10 Thread gerritbot
gerritbot added a comment. Change 472793 had a related patch set uploaded (by Hoo man; owner: Hoo man): [mediawiki/extensions/Kartographer@master] Add mw.kartographer.initMapframeFromElement https://gerrit.wikimedia.org/r/472793TASK DETAILhttps://phabricator.wikimedia.org/T184933EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T209216: Wikibase cannot find a class on REL1_32

2018-11-10 Thread Reedy
Reedy added a comment. In T209216#4737022, @Paladox wrote: Aha, they removed this // This is the path to the autoloader generated by composer in case of a composer install. if ( is_readable( __DIR__ . '/../vendor/autoload.php' ) ) { require_once __DIR__ . '/../vendor/autoload.php'; }

[Wikidata-bugs] [Maniphest] [Commented On] T209216: Wikibase cannot find a class on REL1_32

2018-11-10 Thread Paladox
Paladox added a comment. Aha, they removed this // This is the path to the autoloader generated by composer in case of a composer install. if ( is_readable( DIR . '/../vendor/autoload.php' ) ) { require_once __DIR__ . '/../vendor/autoload.php'; } from WikibaseLib.php (it's in mw 1.31 but not

[Wikidata-bugs] [Maniphest] [Commented On] T209216: Wikibase cannot find a class on REL1_32

2018-11-10 Thread Paladox
Paladox added a comment. So i found a hack, if you add require_once DIR ../vendor/autoload.php it works in WikibaseRepo.php. So i guess that's what is needed?TASK DETAILhttps://phabricator.wikimedia.org/T209216EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Commented On] T208042: Some WDQS servers might not be up to date

2018-11-10 Thread Denengelse
Denengelse added a comment. No issues anymore, so I guess it's solved. It might have been an 'update lag', but please note it took several *weeks* before the data was properly indexed.TASK DETAILhttps://phabricator.wikimedia.org/T208042EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T209208: Enable arbitrary access on Beta Wikiversity

2018-11-10 Thread Base
Base added a comment. @Reedy , while I agree with the first clause of your statement, I must correct the latter one: Beta Wikiversity is not a beta wiki for testing stuff like testwikipedia or testwikidata are. It is a full fledged content Wikimedia project being that to separate Wikiversities

[Wikidata-bugs] [Maniphest] [Commented On] T209216: Wikibase cannot find a class on REL1_32

2018-11-10 Thread Zoranzoki21
Zoranzoki21 added a comment. wikibase/data-model/src/Entity/Item.php wikibase/data-model/src/Entity/ItemId.php wikibase/data-model/src/Entity/ItemIdParser.php wikibase/data-model/src/Entity/ItemIdSet.php These files should be rollbacked,TASK DETAILhttps://phabricator.wikimedia.org/T209216EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T209216: Wikibase cannot find a class on REL1_32

2018-11-10 Thread gerritbot
gerritbot added a comment. Change 472787 abandoned by Zoranzoki21: Revert "Remove non-tarball dependencies from release branch" Reason: Per Reedy`s comment in task https://gerrit.wikimedia.org/r/472787TASK DETAILhttps://phabricator.wikimedia.org/T209216EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T209216: Wikibase cannot find a class on REL1_32

2018-11-10 Thread gerritbot
gerritbot added a comment. Change 472787 had a related patch set uploaded (by Zoranzoki21; owner: Zoranzoki21): [mediawiki/vendor@REL1_32] Revert "Remove non-tarball dependencies from release branch" https://gerrit.wikimedia.org/r/472787TASK DETAILhttps://phabricator.wikimedia.org/T209216EMAIL

[Wikidata-bugs] [Maniphest] [Updated] T209216: Wikibase cannot find a class on REL1_32

2018-11-10 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T209216EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Aklapper, mmodell, Reedy, Legoktm, Paladox, CucyNoiD, Nandana, NebulousIris, Gaboe420,

[Wikidata-bugs] [Maniphest] [Reopened] T209216: Wikibase cannot find a class on REL1_32

2018-11-10 Thread Paladox
Paladox reopened this task as "Open".Paladox added a comment. Nope, this works in REL1_31 so this has to be a problem in 1.32.TASK DETAILhttps://phabricator.wikimedia.org/T209216EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: PaladoxCc: Aklapper, mmodell,

[Wikidata-bugs] [Maniphest] [Updated] T209208: Enable arbitrary access on Beta Wikiversity

2018-11-10 Thread Reedy
Reedy removed a project: Community-consensus-needed.Reedy added a comment. No, I don't think so, it's a beta wiki. It's for testing stuffTASK DETAILhttps://phabricator.wikimedia.org/T209208EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReedyCc: Reedy,

[Wikidata-bugs] [Maniphest] [Closed] T209216: Wikibase cannot find a class on REL1_32

2018-11-10 Thread Reedy
Reedy closed this task as "Invalid".Reedy added a comment. This is desired behaviour. Release branches of mediawiki-vendor shouldn't have random stuff that's needed for WMF prod. It should only have MW core and bundled extension dependancies If running composer didn't fix it, chances are it's

[Wikidata-bugs] [Maniphest] [Created] T209216: Wikibase cannot find a class on REL1_32

2018-11-10 Thread Paladox
Paladox created this task.Paladox added projects: MW-1.32-release, Wikibase-DataModel, Wikidata.Restricted Application added a subscriber: Aklapper. TASK DESCRIPTIONHi, since this change https://github.com/wikimedia/mediawiki-vendor/commit/90fef8279a44622b14cf9d84de7f051a4c50b9bd, wikibase has

[Wikidata-bugs] [Maniphest] [Updated] T180303: Uses P629 (edition of) to add Wikipedia link in the other projects sidebar of Wikisource

2018-11-10 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite. TASK DETAILhttps://phabricator.wikimedia.org/T180303EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Samwilson, Candalua, gerritbot, hoo, Hsarrazin, Liuxinyu970226, Lydia_Pintscher,

[Wikidata-bugs] [Maniphest] [Commented On] T208253: [Wikibase] Update wikibase/wikibase-codesniffer to 0.5.0

2018-11-10 Thread gerritbot
gerritbot added a comment. Change 470450 abandoned by D3r1ck01: Update wikibase/wikibase-codesniffer to 0.5.0 Reason: Work continues here: https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/ /472780. https://gerrit.wikimedia.org/r/470450TASK

[Wikidata-bugs] [Maniphest] [Updated] T209207: Enable arbitrary access on Incubator

2018-11-10 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite. TASK DETAILhttps://phabricator.wikimedia.org/T209207EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Yair_rand, SPQRobin, Romaine, Ooswesthoesbes, MF-Warburg, Hydriz,

[Wikidata-bugs] [Maniphest] [Commented On] T208042: Some WDQS servers might not be up to date

2018-11-10 Thread Multichill
Multichill added a comment. @Denengelse do you still have issues or is this solved for you?TASK DETAILhttps://phabricator.wikimedia.org/T208042EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, MultichillCc: Aklapper, Denengelse, Multichill, Husky,

[Wikidata-bugs] [Maniphest] [Created] T209215: Bad behavior when pressing F11 on query.wikidata.org

2018-11-10 Thread abian
abian created this task.abian added projects: Wikidata, Wikidata Query UI.Restricted Application added a subscriber: Aklapper. TASK DESCRIPTIONAs an ... I want to ... in order to ... Problem: When I have the focus on query.wikidata.org's code frame (CodeMirror) and I press F11 only the code frame

[Wikidata-bugs] [Maniphest] [Commented On] T209207: Enable arbitrary access on Incubator

2018-11-10 Thread Liuxinyu970226
Liuxinyu970226 added a comment. so per above, consensus already existing for monthsTASK DETAILhttps://phabricator.wikimedia.org/T209207EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Liuxinyu970226Cc: Lydia_Pintscher, Yair_rand, SPQRobin, Romaine,

[Wikidata-bugs] [Maniphest] [Updated] T209207: Enable arbitrary access on Incubator

2018-11-10 Thread Liuxinyu970226
Liuxinyu970226 removed a project: Community-consensus-needed.Liuxinyu970226 updated the task description. (Show Details) CHANGES TO TASK DESCRIPTIONAs suggested by @stevenj81 at T54971#4735320, let's try to enable property support before sitelinks here, so that

[Wikidata-bugs] [Maniphest] [Commented On] T208253: [Wikibase] Update wikibase/wikibase-codesniffer to 0.5.0

2018-11-10 Thread gerritbot
gerritbot added a comment. Change 472778 had a related patch set uploaded (by Umherirrender; owner: Umherirrender): [mediawiki/extensions/Wikibase@master] Remove @group and @covers from non test files https://gerrit.wikimedia.org/r/472778TASK DETAILhttps://phabricator.wikimedia.org/T208253EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T208253: [Wikibase] Update wikibase/wikibase-codesniffer to 0.5.0

2018-11-10 Thread gerritbot
gerritbot added a comment. Change 472779 had a related patch set uploaded (by Umherirrender; owner: Umherirrender): [mediawiki/extensions/Wikibase@master] Replace @testWith by @dataProvider in test class https://gerrit.wikimedia.org/r/472779TASK

[Wikidata-bugs] [Maniphest] [Commented On] T208253: [Wikibase] Update wikibase/wikibase-codesniffer to 0.5.0

2018-11-10 Thread gerritbot
gerritbot added a comment. Change 472780 had a related patch set uploaded (by Umherirrender; owner: Umherirrender): [mediawiki/extensions/Wikibase@master] build: Update wikibase/wikibase-codesniffer to 0.5.0 https://gerrit.wikimedia.org/r/472780TASK

[Wikidata-bugs] [Maniphest] [Commented On] T208253: [Wikibase] Update wikibase/wikibase-codesniffer to 0.5.0

2018-11-10 Thread gerritbot
gerritbot added a comment. Change 472774 had a related patch set uploaded (by Umherirrender; owner: Umherirrender): [mediawiki/extensions/Wikibase@master] Update invalid and deprecated SPDX license identifier https://gerrit.wikimedia.org/r/472774TASK

[Wikidata-bugs] [Maniphest] [Commented On] T208253: [Wikibase] Update wikibase/wikibase-codesniffer to 0.5.0

2018-11-10 Thread gerritbot
gerritbot added a comment. Change 472773 had a related patch set uploaded (by Umherirrender; owner: Umherirrender): [mediawiki/extensions/Wikibase@master] Use implode() instead of join https://gerrit.wikimedia.org/r/472773TASK DETAILhttps://phabricator.wikimedia.org/T208253EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T208253: [Wikibase] Update wikibase/wikibase-codesniffer to 0.5.0

2018-11-10 Thread gerritbot
gerritbot added a comment. Change 472776 had a related patch set uploaded (by Umherirrender; owner: Umherirrender): [mediawiki/extensions/Wikibase@master] Fix doc annotations https://gerrit.wikimedia.org/r/472776TASK DETAILhttps://phabricator.wikimedia.org/T208253EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T208253: [Wikibase] Update wikibase/wikibase-codesniffer to 0.5.0

2018-11-10 Thread gerritbot
gerritbot added a comment. Change 472775 had a related patch set uploaded (by Umherirrender; owner: Umherirrender): [mediawiki/extensions/Wikibase@master] Remove unused import https://gerrit.wikimedia.org/r/472775TASK DETAILhttps://phabricator.wikimedia.org/T208253EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T208253: [Wikibase] Update wikibase/wikibase-codesniffer to 0.5.0

2018-11-10 Thread Umherirrender
Umherirrender added a comment. In T208253#4705596, @hashar wrote: In T208253#4703946, @D3r1ck01 wrote: @hashar, loots of errors & warnings now: https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-hhvm-docker/22738/console, my system doesn't run PHP 7.3 :( Maybe someone can take it from

[Wikidata-bugs] [Maniphest] [Commented On] T180303: Uses P629 (edition of) to add Wikipedia link in the other projects sidebar of Wikisource

2018-11-10 Thread gerritbot
gerritbot added a comment. Change 408365 had a related patch set uploaded (by Tpt; owner: Tpt): [mediawiki/extensions/Wikisource@master] Uses the sitelinks from the work item in the other projects sidebar https://gerrit.wikimedia.org/r/408365TASK

[Wikidata-bugs] [Maniphest] [Commented On] T180303: Uses P629 (edition of) to add Wikipedia link in the other projects sidebar of Wikisource

2018-11-10 Thread gerritbot
gerritbot added a comment. Change 472769 had a related patch set uploaded (by Tpt; owner: Tpt): [mediawiki/extensions/Wikibase@master] WikibaseClientOtherProjectsSidebar hook: pass the site to output array to the handler https://gerrit.wikimedia.org/r/472769TASK

[Wikidata-bugs] [Maniphest] [Commented On] T180303: Uses P629 (edition of) to add Wikipedia link in the other projects sidebar of Wikisource

2018-11-10 Thread gerritbot
gerritbot added a comment. Change 472769 had a related patch set uploaded (by Tpt; owner: Tpt): [mediawiki/extensions/Wikibase@master] WikibaseClientOtherProjectsSidebar hook: pass the site to output array to the handler https://gerrit.wikimedia.org/r/472769TASK

[Wikidata-bugs] [Maniphest] [Commented On] T180303: Uses P629 (edition of) to add Wikipedia link in the other projects sidebar of Wikisource

2018-11-10 Thread gerritbot
gerritbot added a comment. Change 408365 had a related patch set uploaded (by Tpt; owner: Tpt): [mediawiki/extensions/Wikisource@master] Uses the sitelinks from the work item in the other projects sidebar https://gerrit.wikimedia.org/r/408365TASK

[Wikidata-bugs] [Maniphest] [Commented On] T173214: Support GraphQL Queries across Wikimedia

2018-11-10 Thread Tpt
Tpt added a comment. I just had a quick review of the current GraphQL structure for Wikibase entities. It looks great! Thank you! I would switch the Entity type to an interface and have Item, Property, Lexeme... implementations type, datatype and snaktype fields values should probably be

[Wikidata-bugs] [Maniphest] [Commented On] T209207: Enable arbitrary access on Incubator

2018-11-10 Thread Koavf
Koavf added a comment. I don't think anyone at incubator or beta.wv is *opposed* to this.TASK DETAILhttps://phabricator.wikimedia.org/T209207EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: KoavfCc: Lydia_Pintscher, Yair_rand, SPQRobin, Romaine,

[Wikidata-bugs] [Maniphest] [Commented On] T209208: Enable arbitrary access on Beta Wikiversity

2018-11-10 Thread Lydia_Pintscher
Lydia_Pintscher added a comment. Does this still need community consensus as it is tagged?TASK DETAILhttps://phabricator.wikimedia.org/T209208EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Wasami007, Vogone,

[Wikidata-bugs] [Maniphest] [Commented On] T209207: Enable arbitrary access on Incubator

2018-11-10 Thread Lydia_Pintscher
Lydia_Pintscher added a comment. Does this still need community consensus as it is tagged? I thought that it was generally agreed that this is wanted.TASK DETAILhttps://phabricator.wikimedia.org/T209207EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: