[Wikidata-bugs] [Maniphest] [Commented On] T227643: dumpRDF.php generates a hash-based conceptUri

2019-11-21 Thread Jimkont
Jimkont added a comment.


  Thanks @Addshore
  
  I read the post, very good documentation.
  
  The `-server` option in `dumpRdf.php --server http://somFancyNewLocation.foo 
--output /tmp/rdfOutput` seems like the best approach but when I was looking 
into the issue it was not part of the wikibase API and that is why I resorted 
to the `wgServer` option.
  I still cannot find it in 
https://github.com/wikimedia/mediawiki-extensions-Wikibase/blob/master/repo/maintenance/dumpRdf.php,
 is it just undocumented but working?

TASK DETAIL
  https://phabricator.wikimedia.org/T227643

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jimkont
Cc: Ladsgroup, Addshore, Jimkont, Aklapper, darthmon_wmde, Jelabra, DannyS712, 
Nandana, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, 
Asahiko, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T231845: wdqs update with restricted view access on anonymous users

2019-09-02 Thread Jimkont
Jimkont created this task.
Jimkont added a project: Wikibase-Containers.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  Based on a previous support request 
<https://phabricator.wikimedia.org/T230975> I was able to disable read access 
to wikibase for anonymous users by adding the following on 
`LocalSettings.php.template`
  
$wgGroupPermissions['*']['read'] = false;
  
  Right after that, the query service syncing edits from wikibase. With the 
current setup, It requires anonymous access to recent changes and page data to 
work correctly.
  Is there a way to pass credential information on the wdqs updater service?
  
  Thank you in advance again for your support
  
  Best,
  Dimitris

TASK DETAIL
  https://phabricator.wikimedia.org/T231845

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jimkont
Cc: Aklapper, Jimkont, darthmon_wmde, Jelabra, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Wikidata-bugs, 
aude, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T230975: change LocalSettings.php on a running system wikibase-docker

2019-08-27 Thread Jimkont
Jimkont added a comment.


  Thank you for your answer, it is quite detailed and clear

TASK DETAIL
  https://phabricator.wikimedia.org/T230975

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Jimkont
Cc: Addshore, Jimkont, Aklapper, darthmon_wmde, Jelabra, DannyS712, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T230975: change LocalSettings.php on a running system

2019-08-23 Thread Jimkont
Jimkont updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T230975

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jimkont
Cc: Jimkont, Aklapper, darthmon_wmde, Jelabra, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Wikidata-bugs, 
aude, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T230975: change LocalSettings.php on a running system

2019-08-22 Thread Jimkont
Jimkont created this task.
Jimkont added a project: Wikibase-Containers.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  I have a running system that is based on the wikibase docker compose setup.
  
  The system is currently open for editing to everyone by the default 
configuration. However, I would like to disable editing to anonymous users 
which means adding the related entries in the LocalSetting.php file
  
  I see the following options, not sure which is the best one or if there is 
some better alternative
  
  1. change the file directly in the docker file
  2. use the LocalSettings.php.template Volume
- what if there is one already defined? changing the file and restarting 
does not take effect as the volume is already mounted
  3. run a new clean setup and re-import
  
  Also, a similar question for installing a new extension in the system

TASK DETAIL
  https://phabricator.wikimedia.org/T230975

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jimkont
Cc: Jimkont, Aklapper, darthmon_wmde, Jelabra, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Wikidata-bugs, 
aude, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T227643: dumpRDF.php generates a hash-based conceptUri

2019-07-10 Thread Jimkont
Jimkont closed this task as "Resolved".
Jimkont claimed this task.
Jimkont added a comment.


  The solution is to add `#wgServer` with the proper value in 
`LocalSettings.php`
  
  to do that you need to add an entry such as `${DOLLAR}wgServer = 
"${SERVER}";` in the  `LocalSettings.php.template` file as described here 
<https://addshore.com/2018/06/customizing-wikibase-config-in-the-docker-compose-example/>
  and add `SERVER` as an environment variable in the compose file

TASK DETAIL
  https://phabricator.wikimedia.org/T227643

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jimkont
Cc: Jimkont, Aklapper, darthmon_wmde, Jelabra, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Wikidata-bugs, 
aude, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T227643: dumpRDF.php generates a hash-based conceptUri

2019-07-10 Thread Jimkont
Jimkont added a comment.


  to clarify, the QueryService syncs data correctly with the subdomain I set on 
the docker compose file as a namespace.
  
  It is only the `dumpRdf.php` script that is not using the correct namespace

TASK DETAIL
  https://phabricator.wikimedia.org/T227643

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jimkont
Cc: Jimkont, Aklapper, darthmon_wmde, Jelabra, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Wikidata-bugs, 
aude, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T227643: dumpRDF.php generates a hash-based conceptUri

2019-07-10 Thread Jimkont
Jimkont created this task.
Jimkont added a project: Wikibase-Containers.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  Running the RDF export command described in the repo
  
docker-compose exec wikibase php 
./extensions/Wikibase/repo/maintenance/dumpRdf.php
  
  I get a hash-based conceptUri in the ttl that is based on the docker 
container hash ID. e.g.
  
Dumping entities of type item, property
Dumping shard 0/1
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix wikibase: <http://wikiba.se/ontology-beta#> .
@prefix wds: <http://80a2076ec8c0/entity/statement/> .
@prefix wdata: <http://80a2076ec8c0/wiki/Special:EntityData/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <http://schema.org/> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix wdref: <http://80a2076ec8c0/reference/> .
@prefix wdv: <http://80a2076ec8c0/value/> .
@prefix wd: <http://80a2076ec8c0/entity/> .
@prefix wdt: <http://80a2076ec8c0/prop/direct/> .
@prefix wdtn: <http://80a2076ec8c0/prop/direct-normalized/> .
@prefix p: <http://80a2076ec8c0/prop/> .
@prefix ps: <http://80a2076ec8c0/prop/statement/> .
@prefix psv: <http://80a2076ec8c0/prop/statement/value/> .
@prefix psn: <http://80a2076ec8c0/prop/statement/value-normalized/> .
@prefix pq: <http://80a2076ec8c0/prop/qualifier/> .
@prefix pqv: <http://80a2076ec8c0/prop/qualifier/value/> .
@prefix pqn: <http://80a2076ec8c0/prop/qualifier/value-normalized/> .
@prefix pr: <http://80a2076ec8c0/prop/reference/> .
@prefix prv: <http://80a2076ec8c0/prop/reference/value/> .
@prefix prn: <http://80a2076ec8c0/prop/reference/value-normalized/> .
@prefix wdno: <http://80a2076ec8c0/prop/novalue/> .

...
  
  I tried to find some parameter to indicate my subdomain in the dump script 
but couldn't. any help on how to set this up would be greatly appreciated

TASK DETAIL
  https://phabricator.wikimedia.org/T227643

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jimkont
Cc: Jimkont, Aklapper, darthmon_wmde, Jelabra, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Wikidata-bugs, 
aude, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T56085: [Task] EntityIdValues should be serialized as strings, not type/number structures.

2015-09-11 Thread Jimkont
Jimkont added a subscriber: Jimkont.

TASK DETAIL
  https://phabricator.wikimedia.org/T56085

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jimkont
Cc: Jimkont, Ricordisamoa, Sumit, Lucie, Aklapper, Wikidata-bugs, Denny, 
JeroenDeDauw, Lydia_Pintscher, daniel, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T85970: Some Wikidata XML dumps are failing

2015-09-11 Thread Jimkont
Jimkont added a subscriber: Jimkont.

TASK DETAIL
  https://phabricator.wikimedia.org/T85970

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jimkont
Cc: Jimkont, Hydriz, Liuxinyu970226, JanZerebecki, ezachte, jeremyb, Krenair, 
aude, hoo, Lydia_Pintscher, ArielGlenn, MZMcBride, Aklapper, Wikidata-bugs, 
Svick



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T50143: Implement complete RDF mapping for entities (tracking)

2015-07-09 Thread Jimkont
Jimkont added a subscriber: Jimkont.

TASK DETAIL
  https://phabricator.wikimedia.org/T50143

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Smalyshev, Jimkont
Cc: Jimkont, JanZerebecki, Ricordisamoa, gerritbot, Smalyshev, Wikidata-bugs, 
jayvdb, Liuxinyu970226, Lydia_Pintscher, daniel, aude, Aklapper, Malyacko, 
P.Copp



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T101837: switch default rdf format to full (include statements)

2015-07-09 Thread Jimkont
Jimkont added a subscriber: Jimkont.

TASK DETAIL
  https://phabricator.wikimedia.org/T101837

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jimkont
Cc: Jimkont, Klaraspina, Aklapper, daniel, Lydia_Pintscher, Wikidata-bugs, 
aude, Malyacko, P.Copp



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T74348: Wikidata dumps contain old-style serialization.

2015-05-06 Thread Jimkont
Jimkont added a comment.

other examples of old serializations can be found here:
https://github.com/dbpedia/extraction-framework/blob/master/core/src/main/scala/org/dbpedia/extraction/wikiparser/impl/json/JsonWikiParser.scala#L62-L67


TASK DETAIL
  https://phabricator.wikimedia.org/T74348

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: hoo, Jimkont
Cc: JanZerebecki, Jimkont, Liuxinyu970226, Wikidata-bugs, Tobi_WMDE_SW, jayvdb, 
Svick, ArielGlenn, Ricordisamoa, mark, Lydia_Pintscher, jeremyb-phone, daniel, 
Manybubbles, hoo, RobH, aude, faidon, fgiunchedi, Dzahn, jeremyb, chasemp



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T74361: Call ContentHandler::exportTransform in backupTextPass.inc and friends

2015-03-12 Thread Jimkont
Jimkont added a subscriber: Jimkont.

TASK DETAIL
  https://phabricator.wikimedia.org/T74361

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: hoo, Jimkont
Cc: Jimkont, Wikidata-bugs, Tobi_WMDE_SW, jayvdb, daniel, hoo, wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T74348: Wikidata dumps contain old-style serialization.

2015-03-12 Thread Jimkont
Jimkont added a subscriber: Jimkont.

TASK DETAIL
  https://phabricator.wikimedia.org/T74348

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: ArielGlenn, Jimkont
Cc: Jimkont, Liuxinyu970226, Wikidata-bugs, Tobi_WMDE_SW, jayvdb, Svick, 
ArielGlenn, Ricordisamoa, mark, Lydia_Pintscher, jeremyb-phone, daniel, 
Manybubbles, hoo, RobH, aude, faidon, fgiunchedi, Joe, Dzahn, jeremyb, chasemp



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T88991: improve Wikidata dumps

2015-03-11 Thread Jimkont
Jimkont added a subscriber: Jimkont.

TASK DETAIL
  https://phabricator.wikimedia.org/T88991

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jimkont
Cc: Jimkont, JanZerebecki, aude, Liuxinyu970226, Manybubbles, hoo, bd808, 
ArielGlenn, mark, Lydia_Pintscher, daniel, ezachte, Aklapper, Wikidata-bugs, 
Svick, jeremyb



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T87283: Wikidata dumps should have revision ID or other sequence mark

2015-03-11 Thread Jimkont
Jimkont added a subscriber: Jimkont.

TASK DETAIL
  https://phabricator.wikimedia.org/T87283

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jimkont
Cc: Jimkont, Magnus, mkroetzsch, JanZerebecki, daniel, hoo, Aklapper, 
Smalyshev, Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T91117: Empty JSON maps serialized as empty lists in XML dumps

2015-02-27 Thread Jimkont
Jimkont added a subscriber: Jimkont.

TASK DETAIL
  https://phabricator.wikimedia.org/T91117

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jimkont
Cc: Jimkont, Lydia_Pintscher, mkroetzsch, Aklapper, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T73349: Fix empty map serialization behaviour

2015-02-27 Thread Jimkont
Jimkont added a subscriber: Jimkont.

TASK DETAIL
  https://phabricator.wikimedia.org/T73349

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jimkont
Cc: Jimkont, JeroenDeDauw, Wikidata-bugs, mkroetzsch, JanZerebecki, 
Lydia_Pintscher, Jdouglas, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs