[01:19:58] Change on 12www.mediawiki.org a page Extension:Wikibase Client was modified, changed by Mattflaschen-WMF link https://www.mediawiki.org/w/index.php?diff=2429531 edit summary: [+52] add ChangesListSpecialPageStructuredFilters hook [03:54:03] Change on 12www.mediawiki.org a page Extension:Wikibase Client was modified, changed by Mattflaschen-WMF link https://www.mediawiki.org/w/index.php?diff=2429548 edit summary: [+52] add ResourceLoaderJqueryMsgModuleMagicWords [12:34:58] Jonas_WMDE: Thiemo_WMDE : Aleksey_WMDE : CI change for WikibaseLexeme is deployed :-} [12:37:49] hashar: Thanks! [13:07:17] Validation failed: Negative pattern matched: /^\s|[\v\t]|\s$/ blocks input description UTF-8 languages. [13:07:33] Context? [13:09:53] when I try to post "アメリカの数学者" = "american mathematician" in Japanese for description, Wikidata says Validation failed [13:11:06] It wasn't shows few hours ago [13:18:55] :| [13:33:20] hmmm [13:38:28] it seems "者" include something wrong, but there are many descriptions including "者" [13:39:03] %E8%80%85 ??? [13:43:34] ? [13:43:53] how can I put "数学者" into description ... [13:46:46] Oh there're same thing https://www.wikidata.org/wiki/Wikidata:Project_chat#Validation_failed:_Negative_pattern_matched:_.2F.5E.5Cs.7C.5B.5Cv.5Ct.5D.7C.5Cs.24.2F [22:02:43] Anyone know why I might be getting: [22:02:45] Call to undefined method Wikibase\DataModel\Entity\ItemId::newFromRepositoryAndNumber() [22:03:11] I'm seeing it on Special:AllPages [22:03:29] Indeed I don't see where that is defined, and WikidataBuildResources is up to date. [22:03:45] not seeing it [22:04:08] This is on my local MediaWiki-Vagrant [22:08:51] grep for newFromRepositoryAndNumber on your code ? [22:10:26] Platonides, it's called from extensions/Wikibase/lib/WikibaseLib.entitytypes.php and not defined anywhere. [22:10:55] Platonides, I ran grunt install but that had its own errors that I'm looking at now. [22:12:46] https://phabricator.wikimedia.org/P5131 [22:17:15] there are even tests calling ItemId::newFromRepositoryAndNumber() [22:22:17] Yeah, I see those also. [22:22:47] anything in git log -S newFromRepositoryAndNumber ? [22:33:12] Okay, I think I might know what happened. [22:33:23] 8cd1dd7749967c65479c7dfdf5668861624ee9e7 adding calls to ItemId::newFromRepositoryAndNumber [22:33:26] Probably I pulled Wikibase to master at some point while working on it, which got it out of sync. [22:33:45] The grunt did successfully clean my WikidataBuildResources, so now I don't have any extensions. :) [22:33:52] So if I can get it to re-build it should work. [22:36:08] composer install gives the same error as https://phabricator.wikimedia.org/P5131 . [22:42:30] Deleting WikidataBuildResources again, and I'm re-provisioning. [23:08:52] Still the same. Not installable due to the P5131. [23:10:37] T161359 [23:10:37] T161359: WikidataBuildResources not installable - https://phabricator.wikimedia.org/T161359 [23:27:36] Seems to be related to https://gerrit.wikimedia.org/r/#/c/342817