[Wikidata-bugs] [Maniphest] [Edited] T186467: Graph visualization not working in query service UI installed via wikibase-docker

2018-02-04 Thread DarTar
DarTar updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...I created several items in my local instance connected via property P5`P5` ("child"). The following query returns several results, formatted according to the Graph specs:...TASK DETAILhttps://phabricator.wikimedia.org/T186467EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DarTarCc: Lucas_Werkmeister_WMDE, DarTar, Addshore, Jonas, Aklapper, Gq86, EBjune, merbst, Abbe98, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T186467: Graph visualization not working in query service UI installed via wikibase-docker

2018-02-04 Thread DarTar
DarTar added a comment.
If I try and force a Graph layout I get an empty screen

to be precise, the Graph layout controls appear, suggesting that the module is loaded, but there's nothing to be seen.TASK DETAILhttps://phabricator.wikimedia.org/T186467EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DarTarCc: Lucas_Werkmeister_WMDE, DarTar, Addshore, Jonas, Aklapper, Gq86, EBjune, merbst, Abbe98, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T186467: Graph visualization not working in query service UI installed via wikibase-docker

2018-02-04 Thread DarTar
DarTar added a comment.

In T186467#3944892, @Lucas_Werkmeister_WMDE wrote:
Oops, looks like we have a hard-coded reference to Wikidata in FormatterHelper.isEntityUri… probably needs to be configurable. (This actually affects other result browsers as well – for instance, notice how you see the full URI in the table instead of “🔍 wd:Q2”.)


noticed that, although it doesn't seem to affect the rendering of results using other visualization modes.TASK DETAILhttps://phabricator.wikimedia.org/T186467EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DarTarCc: Lucas_Werkmeister_WMDE, DarTar, Addshore, Jonas, Aklapper, Gq86, EBjune, merbst, Abbe98, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T186467: Graph visualization not working in query service UI installed via wikibase-docker

2018-02-04 Thread DarTar
DarTar renamed this task from "Graph visualization not working in query service UI" to "Graph visualization not working in query service UI installed via wikibase-docker".
TASK DETAILhttps://phabricator.wikimedia.org/T186467EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DarTarCc: Lucas_Werkmeister_WMDE, DarTar, Addshore, Jonas, Aklapper, Gq86, EBjune, merbst, Abbe98, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T186467: Graph visualization not working in query service UI

2018-02-04 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: Wikidata Query UI.Lucas_Werkmeister_WMDE added a comment.
Oops, looks like we have a hard-coded reference to Wikidata in FormatterHelper.isEntityUri… probably needs to be configurable. (This actually affects other result browsers as well – for instance, notice how you see the full URI in the table instead of “🔍 Q2”.)TASK DETAILhttps://phabricator.wikimedia.org/T186467EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Lucas_Werkmeister_WMDE, DarTar, Addshore, Jonas, Aklapper, Gq86, EBjune, merbst, Abbe98, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T186467: Graph visualization not working in query service UI

2018-02-04 Thread DarTar
DarTar created this task.DarTar added a project: Wikibase-Containers.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONI successfully installed and populated a local Wikibase instance via Docker, following @Addshore's instructions. Everything seems to work smoothly, except that the graph plugin doesn't render results. It is greyed out as a visualization option in the menu when I run a query that returns graph-compatible results.

I created several items in my local instance connected via property P5 ("child"). The following query returns several results, formatted according to the Graph specs:

# #defaultView:Graph
SELECT ?parent ?parentLabel ?child ?childLabel  WHERE {
  ?parent wdt:P2 wd:Q3. #parents should be an instance of humans
  ?parent wdt:P5 ?child. #parents link to children via P5 ("child") property
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

These are the results in table view:

F13004919: Screen Shot 2018-02-04 at 10.58.39 AM.png

The Graph option is greyed out and I don't understand why. If I try and force a Graph layout I get an empty screen. Other visualization options seem to work fine.

I am on Mac OS High Sierra and this doesn't see to be a browser specific issue. cc @JonasTASK DETAILhttps://phabricator.wikimedia.org/T186467WORKBOARDhttps://phabricator.wikimedia.org/project/board/3079/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DarTarCc: DarTar, Addshore, Jonas, Aklapper, Abbe98, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T186161: What to do if the WDQS does not synchronise with Wikibase?

2018-02-04 Thread Addshore
Addshore added a comment.
Also, how much memory does the instance have that is running all of the docker containers?TASK DETAILhttps://phabricator.wikimedia.org/T186161EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Andrawaag, Aklapper, Abbe98, Wikidata-bugs___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T186435: Add wikidata logo on Urdu language mode

2018-02-04 Thread matej_suchanek
matej_suchanek added a comment.
Fixed, thanks for checking.TASK DETAILhttps://phabricator.wikimedia.org/T186435EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: matej_suchanek, MuhammadShuaib, Urbanecm, Aklapper, BukhariSaeed, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T186435: Add wikidata logo on Urdu language mode

2018-02-04 Thread BukhariSaeed
BukhariSaeed added a comment.
@matej_suchanek logo is not visible?TASK DETAILhttps://phabricator.wikimedia.org/T186435EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanek, BukhariSaeedCc: matej_suchanek, MuhammadShuaib, Urbanecm, Aklapper, BukhariSaeed, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T186435: Add wikidata logo on Urdu language mode

2018-02-04 Thread matej_suchanek
matej_suchanek closed this task as "Resolved".matej_suchanek claimed this task.matej_suchanek added a comment.
https://www.wikidata.org/w/index.php?diff=626502304&oldid=619758609&title=MediaWiki:Common.cssTASK DETAILhttps://phabricator.wikimedia.org/T186435EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: matej_suchanek, MuhammadShuaib, Urbanecm, Aklapper, BukhariSaeed, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T186451: Enable ArticlePlaceholder for Urdu Wikipedia (urwiki)

2018-02-04 Thread BukhariSaeed
BukhariSaeed created this task.BukhariSaeed added projects: ArticlePlaceholder, Wikidata.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONconsensus:

https://ur.wikipedia.org/w/index.php?title=ویکیپیڈیا:دیوان_عام/طرزیات#رائے_شماری_برائے_توسیع_عناصر_مضمونTASK DETAILhttps://phabricator.wikimedia.org/T186451EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BukhariSaeedCc: MuhammadShuaib, Aklapper, BukhariSaeed, Lahi, Gq86, GoranSMilovanovic, QZanden, cmadeo, LawExplorer, Wikidata-bugs, aude, jayvdb, Ricordisamoa, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T186450: Add /docs .wiki files to doxygen generated site

2018-02-04 Thread Addshore
Addshore created this task.Addshore added projects: Documentation, Wikidata.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONWikibase (and I imagine other extensions) have a /docs directory that containers .wiki .txt or .md files that container valuable documentation.

These should be visible on the docs.wikimeia.org doxygen site.TASK DETAILhttps://phabricator.wikimedia.org/T186450EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Aklapper, Legoktm, Addshore, Cpaulf30, Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, QZanden, LawExplorer, Wikidata-bugs, aude, Dinoguy1000, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T186449: Investigate why https://doc.wikimedia.org/Wikibase/master/php/modules.html only lists "Wikibase Client" as a module

2018-02-04 Thread Addshore
Addshore created this task.Addshore added projects: Documentation, MediaWiki-extensions-WikibaseRepository, MediaWiki-extensions-WikibaseClient.Herald added a subscriber: Aklapper.Herald added a project: Wikidata.
TASK DESCRIPTIONI guess this should either just list Wikibase, or list WikibaseRepo, WikibaseClient & WikibaseLib.TASK DETAILhttps://phabricator.wikimedia.org/T186449EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Aklapper, WMDE-leszek, Legoktm, Addshore, Cpaulf30, Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, QZanden, LawExplorer, Wikidata-bugs, aude, Dinoguy1000, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T186447: Lexical Data user scenario: Looking up words from Content Translation

2018-02-04 Thread Amire80
Amire80 created this task.Amire80 added projects: Wikidata, Lexicographical data, ContentTranslation.
TASK DESCRIPTIONContent Translation interface includes a search box for dictionary lookup, however its actual usage right now is very limited. It only supports a small number of bilingual Apertium-based dictionaries.

It would be much better if it supported a large number of languages. When Lexical Wikidata is functional and full information, it should be useful as the data source for Content Translation dictionary lookup.

See also: T186402: Add dictionary lookup to Content Translation.TASK DETAILhttps://phabricator.wikimedia.org/T186447EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Amire80Cc: Aklapper, Amire80, Lahi, Gq86, Cinemantique, GoranSMilovanovic, chapulina, QZanden, LawExplorer, Nizil, Ixocactus, Wikidata-bugs, aude, Jsahleen, Darkdadaah, Nikerabbit, Arrbee, santhosh, KartikMistry, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Merged] T47925: [Task] Apply normalization to string values in statements

2018-02-04 Thread matej_suchanek
matej_suchanek added a subscriber: MichaelSchoenitzer.matej_suchanek merged a task: T186411: Tailing whitspaces in string-values fail with confusing error message.
TASK DETAILhttps://phabricator.wikimedia.org/T47925EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, matej_suchanekCc: MichaelSchoenitzer, Billinghurst, Esc3300, ChristianKl, thiemowmde, Ricordisamoa, Aklapper, adrianheine, Snaterlicious, Mushroom, Lydia_Pintscher, daniel, Raymond, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Soteriaspace, Jayprakash12345, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, TheDJ, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T186411: Tailing whitspaces in string-values fail with confusing error message

2018-02-04 Thread matej_suchanek
matej_suchanek closed this task as a duplicate of T47925: [Task] Apply normalization to string values in statements.
TASK DETAILhttps://phabricator.wikimedia.org/T186411EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: MichaelSchoenitzer, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T186422: Lexical Data user scenario: Searching for a translation or a definition of a word on a general-purpose web search engine

2018-02-04 Thread Amire80
Amire80 removed a project: Epic.
TASK DETAILhttps://phabricator.wikimedia.org/T186422EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Amire80Cc: Aklapper, Amire80, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T186429: Lexical Data user scenario: Exporting Lexical Data to create a spelling dictionary

2018-02-04 Thread Amire80
Amire80 updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...Lexical Wikidata will include words and grammatical information in many languages. It would be good to have a way to export directly this from Lexical Wikidata to a spelling dictionary file that would be usable in Firefox, LibreOffice, LanguageTool, Microsoft Office, macOS, etc.

This is similar to {T186420}. A spelling dictionary is probably simpler than a machine translation dictionary because it doesn't need to export grammatical properties, but it does need to export all the forms of words that can be written in texts, so it will be a requirement to generate complete conjugated paradigms of all the words.TASK DETAILhttps://phabricator.wikimedia.org/T186429EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Amire80Cc: jeblad, Jaumeortola, Aklapper, Amire80, Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs