Re: [Wikidata-tech] Changed JS API?

2019-11-18 Thread Michael Schönitzer
Am Mo., 18. Nov. 2019 um 11:11 Uhr schrieb Lucas Werkmeister < m...@lucaswerkmeister.de>: > Am Sa., 16. Nov. 2019 um 15:30 Uhr schrieb Lucas Werkmeister < > m...@lucaswerkmeister.de>: > >> – but that’s not the error I get anyways (I get “Error loading citoid >> config”, because it’s trying to

Re: [Wikidata-tech] Changed JS API?

2019-11-18 Thread Lucas Werkmeister
On 18.11.19 01:05, Michael Schönitzer wrote: > Hi, > > Am Sa., 16. Nov. 2019 um 15:30 Uhr schrieb Lucas Werkmeister > mailto:m...@lucaswerkmeister.de>>: > > – but that’s not the error I get anyways (I get “Error loading citoid > config”, because it’s trying to load a JSON file as

Re: [Wikidata-tech] Changed JS API?

2019-11-17 Thread Michael Schönitzer
Hi, Am Sa., 16. Nov. 2019 um 15:30 Uhr schrieb Lucas Werkmeister < m...@lucaswerkmeister.de>: > – but that’s not the error I get anyways (I get “Error loading citoid > config”, because it’s trying to load a JSON file as JavaScript, I think). > You're using the original version of Aude, that

Re: [Wikidata-tech] Changed JS API?

2019-11-16 Thread Léa Lacroix
Thanks for reporting this issue! A ticket has been created: https://phabricator.wikimedia.org/T238479 We're currently investigating on the cause and I'll let you know as soon as possible about the next steps - it is possible that the gadget needs to be updated. Cheers, Léa On Sat, 16 Nov 2019 at

Re: [Wikidata-tech] Changed JS API?

2019-11-16 Thread Lucas Werkmeister
The Wikibase JavaScript code has never been a stable interface, as the Stable Interface Policy [1] explicitly points out. As for PropertyValueSnak, it should now be loaded via ResourceLoader – mw.loader.using( 'wikibase.datamodel' ) .then( function ( require ) { var datamodel =