[Wikidata-bugs] [Maniphest] [Closed] T191282: Wikimedia\Rdbms\LoadBalancer::{closure}: found writes pending

2018-09-04 Thread Krinkle
Krinkle closed this task as "Resolved".Krinkle claimed this task.Krinkle added a comment.
There are indeed a few hits still, but this has become an tracking task for a category of issues, which doesn't seem useful.

The found writes pending error is a symptom of an underlying problem. The only way to make the error go away permanently is to remove MediaWiki's ability to detect the issue.

Many specific problems in core and in various extensions that are detected by this warning have been mentioned here and fixed. I'll close this for now in favour of opening new tasks for remaining/future instances of this problem.TASK DETAILhttps://phabricator.wikimedia.org/T191282EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: KrinkleCc: Krinkle, Joe, Ladsgroup, hoo, RazShuty, gerritbot, Tgr, Pchelolo, mmodell, Marostegui, aaron, mobrovac, Aklapper, jcrespo, Akovalyov, Rayssa-, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Eevans, JAllemandou, Hardikj, Wikidata-bugs, aude, GWicke, Dinoguy1000, Mbch331, Jay8g, Krenair, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T203528: Calendar extension needed to run dumpRdf

2018-09-04 Thread Elfalem
Elfalem created this task.Elfalem added a project: Wikibase-Containers.Restricted Application added a subscriber: Aklapper.Restricted Application added a project: Wikidata.
TASK DESCRIPTIONUsing the mediawiki:1.30 image, I attempted to run dumpRdf.php and got the following error when it reached claims containing dates. It's looking for cal_days_in_month() which I believe requires PHP to be compiled with  --enable-calendar. I think this can be achieved in Docker by adding RUN docker-php-ext-install calendar in the dockerfile.

For the record, I was able to run dumpJson.php successfully.

sudo docker-compose exec wikibase php ./extensions/Wikibase/repo/maintenance/dumpRdf.php --output wikibase-dump-2018-09-04.ttl
Dumping shard 0/1
Processed 100 entities.
Processed 200 entities.
Processed 300 entities.
Processed 400 entities.
Processed 500 entities.
Processed 600 entities.
Processed 700 entities.
Processed 800 entities.
Processed 900 entities.
Processed 1000 entities.
Processed 1100 entities.
[09016aa90a6f713af43f7436] [no req]   Error from line 89 of /var/www/html/extensions/Wikibase/repo/includes/Rdf/DateTimeValueCleaner.php: Call to undefined function Wikibase\Rdf\cal_days_in_month()
Backtrace:
#0 /var/www/html/extensions/Wikibase/repo/includes/Rdf/DateTimeValueCleaner.php(46): Wikibase\Rdf\DateTimeValueCleaner->cleanupGregorianValue(string, integer)
#1 /var/www/html/extensions/Wikibase/repo/includes/Rdf/JulianDateTimeValueCleaner.php(43): Wikibase\Rdf\DateTimeValueCleaner->getStandardValue(DataValues\TimeValue)
#2 /var/www/html/extensions/Wikibase/repo/includes/Rdf/Values/TimeRdfBuilder.php(71): Wikibase\Rdf\JulianDateTimeValueCleaner->getStandardValue(DataValues\TimeValue)
#3 /var/www/html/extensions/Wikibase/repo/includes/Rdf/Values/TimeRdfBuilder.php(63): Wikibase\Rdf\Values\TimeRdfBuilder->sayDateLiteral(Wikimedia\Purtle\TurtleRdfWriter, DataValues\TimeValue)
#4 /var/www/html/extensions/Wikibase/repo/includes/Rdf/DispatchingValueSnakRdfBuilder.php(53): Wikibase\Rdf\Values\TimeRdfBuilder->addValue(Wikimedia\Purtle\TurtleRdfWriter, string, string, string, Wikibase\DataModel\Snak\PropertyValueSnak)
#5 /var/www/html/extensions/Wikibase/repo/includes/Rdf/SnakRdfBuilder.php(128): Wikibase\Rdf\DispatchingValueSnakRdfBuilder->addValue(Wikimedia\Purtle\TurtleRdfWriter, string, string, string, Wikibase\DataModel\Snak\PropertyValueSnak)
#6 /var/www/html/extensions/Wikibase/repo/includes/Rdf/SnakRdfBuilder.php(83): Wikibase\Rdf\SnakRdfBuilder->addSnakValue(Wikimedia\Purtle\TurtleRdfWriter, Wikibase\DataModel\Snak\PropertyValueSnak, string)
#7 /var/www/html/extensions/Wikibase/repo/includes/Rdf/TruthyStatementRdfBuilder.php(85): Wikibase\Rdf\SnakRdfBuilder->addSnak(Wikimedia\Purtle\TurtleRdfWriter, Wikibase\DataModel\Snak\PropertyValueSnak, string)
#8 /var/www/html/extensions/Wikibase/repo/includes/Rdf/TruthyStatementRdfBuilder.php(63): Wikibase\Rdf\TruthyStatementRdfBuilder->addMainSnak(Wikibase\DataModel\Entity\ItemId, Wikibase\DataModel\Statement\Statement)
#9 /var/www/html/extensions/Wikibase/repo/includes/Rdf/TruthyStatementRdfBuilder.php(97): Wikibase\Rdf\TruthyStatementRdfBuilder->addStatements(Wikibase\DataModel\Entity\ItemId, Wikibase\DataModel\Statement\StatementList)
#10 /var/www/html/extensions/Wikibase/repo/includes/Rdf/RdfBuilder.php(381): Wikibase\Rdf\TruthyStatementRdfBuilder->addEntity(Wikibase\DataModel\Entity\Item)
#11 /var/www/html/extensions/Wikibase/repo/includes/Dumpers/RdfDumpGenerator.php(151): Wikibase\Rdf\RdfBuilder->addEntity(Wikibase\DataModel\Entity\Item)
#12 /var/www/html/extensions/Wikibase/repo/includes/Dumpers/DumpGenerator.php(281): Wikibase\Dumpers\RdfDumpGenerator->generateDumpForEntityId(Wikibase\DataModel\Entity\ItemId)
#13 /var/www/html/extensions/Wikibase/repo/includes/Dumpers/DumpGenerator.php(251): Wikibase\Dumpers\DumpGenerator->dumpEntities(array, integer)
#14 /var/www/html/extensions/Wikibase/repo/maintenance/dumpEntities.php(175): Wikibase\Dumpers\DumpGenerator->generateDump(Wikibase\Repo\Store\Sql\SqlEntityIdPager)
#15 /var/www/html/extensions/Wikibase/repo/maintenance/dumpRdf.php(128): Wikibase\DumpScript->execute()
#16 /var/www/html/maintenance/doMaintenance.php(92): Wikibase\DumpRdf->execute()
#17 /var/www/html/extensions/Wikibase/repo/maintenance/dumpRdf.php(177): require_once(string)
#18 {main}TASK DETAILhttps://phabricator.wikimedia.org/T203528EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ElfalemCc: Aklapper, Elfalem, Lahi, Gq86, GoranSMilovanovic, QZanden, Gstupp, LawExplorer, Abbe98, 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] [Edited] T203496: Implement visual changes on CleanChanges for SDC

2018-09-04 Thread Nirzar
Nirzar updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONThis is the ticket for tracking the actual development work for the CleanChanges UI design updates shown in **Goal**
Update Visual design for CleanChanges UI to match design guidelines and wmf product aesthetic

**Design**
https://wikimedia.invisionapp.com/share/EZIQWA3SWNQ#/screens/297308715

Tracking card
T201431TASK DETAILhttps://phabricator.wikimedia.org/T203496EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Prtksxna, NirzarCc: Aklapper, Prtksxna, Nirzar, PDrouin-WMF, Ramsey-WMF, Lahi, E1presidente, Cparle, Anooprao, SandraF_WMF, Tramullas, Acer, Susannaanas, Aschroet, Jane023, Wikidata-bugs, Base, matthiasmullie, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Assigned] T203496: Implement visual changes on CleanChanges for SDC

2018-09-04 Thread Nirzar
Nirzar assigned this task to Prtksxna.
TASK DETAILhttps://phabricator.wikimedia.org/T203496EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Prtksxna, NirzarCc: Aklapper, Prtksxna, Nirzar, PDrouin-WMF, Ramsey-WMF, Lahi, E1presidente, Cparle, Anooprao, SandraF_WMF, Tramullas, Acer, Susannaanas, Aschroet, Jane023, Wikidata-bugs, Base, matthiasmullie, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T163642: Index Wikidata strings in statements for fulltext search

2018-09-04 Thread gerritbot
gerritbot added a comment.
Change 458074 had a related patch set uploaded (by Smalyshev; owner: Smalyshev):
[mediawiki/extensions/Wikibase@master] Add statement fields to "all" field.

https://gerrit.wikimedia.org/r/458074TASK DETAILhttps://phabricator.wikimedia.org/T163642EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, gerritbotCc: dcausse, Esc3300, ArthurPSmith, Stashbot, Lea_Lacroix_WMDE, gerritbot, Liuxinyu970226, Smalyshev, debt, aude, Lydia_Pintscher, Aklapper, Multichill, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, LawExplorer, Avner, Lewizho99, Maathavan, Gehel, FloNight, Wikidata-bugs, jayvdb, Mbch331, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T194750: Deploy Structured Data on Commons baseline

2018-09-04 Thread Jdforrester-WMF
Jdforrester-WMF updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...This requires MCR milestone MCR-SDC-2

Top-level steps needed:
[x] {icon check, color=green} MediaWiki database layer ready
[ ] Production database ready: {T174045}
[ ] MediaWiki storage layer ready: {T174044}
[ ] MediaWiki front-end ready: {T198308}
[ ] Existing extensions ready: {T189220}
[ ] SDC code ready: {T200903}
[ ] SDC code deployment: {T159708}TASK DETAILhttps://phabricator.wikimedia.org/T194750EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jdforrester-WMFCc: Cparle, Aklapper, Abit, Ramsey-WMF, daniel, Lahi, PDrouin-WMF, Gq86, E1presidente, Anooprao, SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, V4switch, LawExplorer, JJMC89, Agabi10, Susannaanas, Wong128hk, Aschroet, Jane023, Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Jdforrester-WMF, Steinsplitter, Matanya, Mbch331, Ltrlg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T200153: Add translations to disease terms in all South African languages

2018-09-04 Thread Andrawaag
Andrawaag added a comment.
Compare translations from Wikipedia versus those in Wikidata

http://tinyurl.com/ycrfjx3vTASK DETAILhttps://phabricator.wikimedia.org/T200153EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AndrawaagCc: Magnus, Andrawaag, Aklapper, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Salgo60, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T199916: query.wikidata.org returning different results when re-running a query, though the data is unchanged

2018-09-04 Thread Smalyshev
Smalyshev closed this task as "Resolved".Smalyshev added a comment.
@Alexsdutton I think this is fixed now. I'd suggest opening a new task next time some discrepancy is found (maybe as a child of this one), otherwise it's very hard to track it with so many opens and closes for the same task.TASK DETAILhttps://phabricator.wikimedia.org/T199916EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Alexsdutton, Greta_Doci_WMDE, Smalyshev, mhl20, Aklapper, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Jonas, Xmlizer, jkroll, 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] [Commented On] T203320: Ctrl/Control-Space is overridden by keyboard layout changing shortcut on macOS

2018-09-04 Thread Amire80
Amire80 added a comment.
Makes sense to me... I just hope it won't break yet another person's workflow :)TASK DETAILhttps://phabricator.wikimedia.org/T203320EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Amire80Cc: Smalyshev, Aklapper, Amire80, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Salgo60, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T203320: Ctrl/Control-Space is overridden by keyboard layout changing shortcut on macOS

2018-09-04 Thread Smalyshev
Smalyshev added a comment.
We probably should have more than one option for this. Maybe Cmd-Space or Alt-Space in this case?TASK DETAILhttps://phabricator.wikimedia.org/T203320EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Aklapper, Amire80, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Salgo60, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T200681: Wikidata Query UI Turkish version is not bringing results.

2018-09-04 Thread Smalyshev
Smalyshev added a comment.
Seems to be working for me now, please verify. Note that regular deployment of GUI updates is Monday, 10AM Pacific time, so all patches from previous week are deployed then. If emergency fix is needed, you can ping me, but this is the regular schedule.TASK DETAILhttps://phabricator.wikimedia.org/T200681EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDE, SmalyshevCc: Smalyshev, translatewiki.net, gerritbot, Lucas_Werkmeister_WMDE, HakanIST, Aklapper, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Salgo60, Lewizho99, Maathavan, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T196263: Reference a Sense in a statement

2018-09-04 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".Lydia_Pintscher moved this task from Test (Product Review) to Done on the Wikidata-Senses-Iteration4 board.Lydia_Pintscher claimed this task.
TASK DETAILhttps://phabricator.wikimedia.org/T196263WORKBOARDhttps://phabricator.wikimedia.org/project/board/3562/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Ladsgroup, Addshore, WMDE-leszek, RazShuty, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T196263: Reference a Sense in a statement

2018-09-04 Thread Lydia_Pintscher
Lydia_Pintscher closed subtask T203334: Accepting lowercase Sense IDs as values in statements as "Resolved".
TASK DETAILhttps://phabricator.wikimedia.org/T196263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Ladsgroup, Addshore, WMDE-leszek, RazShuty, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T203334: Accepting lowercase Sense IDs as values in statements

2018-09-04 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".Lydia_Pintscher moved this task from Test (Product Review) to Done on the Wikidata-Senses-Iteration3 board.Lydia_Pintscher added a comment.
\o/TASK DETAILhttps://phabricator.wikimedia.org/T203334WORKBOARDhttps://phabricator.wikimedia.org/project/board/3527/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDE, Lydia_PintscherCc: gerritbot, Lucas_Werkmeister_WMDE, Lydia_Pintscher, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] [Closed] T195463: Change "language of the lemma" to "Spelling variant of the Lemma" in Special:NewLexeme

2018-09-04 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".Lydia_Pintscher moved this task from Test (Product Review) to Done on the Wikidata-Editor-Experience-Improvements-Iteration6 board.Lydia_Pintscher claimed this task.Lydia_Pintscher added a comment.
\o/TASK DETAILhttps://phabricator.wikimedia.org/T195463WORKBOARDhttps://phabricator.wikimedia.org/project/board/3536/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Jakob_WMDE, gerritbot, Aklapper, Lydia_Pintscher, Pablo-WMDE, Lea_Lacroix_WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] [Updated] T203496: Implement visual changes on CleanChanges for SDC

2018-09-04 Thread Ramsey-WMF
Ramsey-WMF removed a project: Wikidata.
TASK DETAILhttps://phabricator.wikimedia.org/T203496EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ramsey-WMFCc: Aklapper, Prtksxna, Nirzar, PDrouin-WMF, Ramsey-WMF, Lahi, E1presidente, Cparle, Anooprao, SandraF_WMF, Tramullas, Acer, Susannaanas, Aschroet, Jane023, Wikidata-bugs, Base, matthiasmullie, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Gq86, GoranSMilovanovic, QZanden, LawExplorer, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T203496: Implement visual changes on CleanChanges for SDC

2018-09-04 Thread Ramsey-WMF
Ramsey-WMF created this task.Ramsey-WMF added a project: Structured-Data-Commons.Restricted Application added a subscriber: Aklapper.Restricted Application added a project: Wikidata.
TASK DESCRIPTIONThis is the ticket for tracking the actual development work for the CleanChanges UI design updates shown in T201431TASK DETAILhttps://phabricator.wikimedia.org/T203496EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ramsey-WMFCc: Aklapper, Prtksxna, Nirzar, PDrouin-WMF, Ramsey-WMF, Lahi, Gq86, E1presidente, Cparle, Anooprao, SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Susannaanas, Aschroet, Jane023, Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T201288: Improve qualifier suggestions using constraint definition (allowed qualifiers)

2018-09-04 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.32-release-notes (WMF-deploy-2018-09-18 (1.32.0-wmf.22)).
TASK DETAILhttps://phabricator.wikimedia.org/T201288EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jonas, ReleaseTaggerBotCc: Liuxinyu970226, gerritbot, WMDE-leszek, Aklapper, Jonas, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Salgo60, Lewizho99, Maathavan, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T200350: Impossibility to use Ping project on projects over 50 participants

2018-09-04 Thread MMiller_WMF
MMiller_WMF moved this task from Current Sprint to Revisit on the Growth-Team board.MMiller_WMF edited projects, added Growth-Team; removed Growth-Team (Current Sprint).
TASK DETAILhttps://phabricator.wikimedia.org/T200350WORKBOARDhttps://phabricator.wikimedia.org/project/board/1114/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MMiller_WMFCc: MMiller_WMF, kaldari, Dispenser, Daniel_Mietchen, Wostr, Liuxinyu970226, Jklamo, PKM, Mahir256, Yair_rand, Quiddity, Yann, Hsarrazin, Aklapper, kostajh, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Taiwania_Justo, SBisson, Luke081515, Wikidata-bugs, aude, Catrope, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T201288: Improve qualifier suggestions using constraint definition (allowed qualifiers)

2018-09-04 Thread gerritbot
gerritbot added a comment.
Change 455168 merged by jenkins-bot:
[mediawiki/extensions/WikibaseQualityConstraints@master] Introduce qualifier suggestions using allowed qualifiers

https://gerrit.wikimedia.org/r/455168TASK DETAILhttps://phabricator.wikimedia.org/T201288EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jonas, gerritbotCc: Liuxinyu970226, gerritbot, WMDE-leszek, Aklapper, Jonas, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Salgo60, Lewizho99, Maathavan, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T203455: Move senses over when merging lexemes

2018-09-04 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.32-release-notes (WMF-deploy-2018-09-18 (1.32.0-wmf.22)).
TASK DETAILhttps://phabricator.wikimedia.org/T203455EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, ReleaseTaggerBotCc: gerritbot, Lucas_Werkmeister_WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T195367: Use hyphenation for Long Lexeme Lemmas

2018-09-04 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.32-release-notes (WMF-deploy-2018-09-18 (1.32.0-wmf.22)).
TASK DETAILhttps://phabricator.wikimedia.org/T195367EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReleaseTaggerBotCc: Pablo-WMDE, gerritbot, Aklapper, WMDE-leszek, Lucas_Werkmeister_WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] [Updated] T203240: Use hyphenation for long form representation

2018-09-04 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.32-release-notes (WMF-deploy-2018-09-18 (1.32.0-wmf.22)).
TASK DETAILhttps://phabricator.wikimedia.org/T203240EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReleaseTaggerBotCc: gerritbot, Pablo-WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata] Wikidata SPARQL Query Log Analysis

2018-09-04 Thread Greg S
Hey all,
I've done a little digging into the SPARQL query logs and posted my
findings in two blog posts, here
 and here
. I've
looked mainly at item count, property count, and property co-occurrence,
stratified by organic/robotic and by user-agent. I also looked a little
more closely at biomedical properties and disease items. Please take a look
if you're interested.
-Greg

http://sulab.org/2018/08/wikidata-sparql-query-log-analysis/
http://sulab.org/2018/08/wikidata-sparql-query-log-item-analysis/
___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


[Wikidata-bugs] [Maniphest] [Claimed] T163642: Index Wikidata strings in statements for fulltext search

2018-09-04 Thread Smalyshev
Smalyshev claimed this task.
TASK DETAILhttps://phabricator.wikimedia.org/T163642EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: dcausse, Esc3300, ArthurPSmith, Stashbot, Lea_Lacroix_WMDE, gerritbot, Liuxinyu970226, Smalyshev, debt, aude, Lydia_Pintscher, Aklapper, Multichill, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, LawExplorer, Avner, Lewizho99, Maathavan, Gehel, FloNight, Wikidata-bugs, jayvdb, Mbch331, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T203455: Move senses over when merging lexemes

2018-09-04 Thread gerritbot
gerritbot added a comment.
Change 457909 merged by jenkins-bot:
[mediawiki/extensions/WikibaseLexeme@master] Add ChangeOpSenseClone

https://gerrit.wikimedia.org/r/457909TASK DETAILhttps://phabricator.wikimedia.org/T203455EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: gerritbot, Lucas_Werkmeister_WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T203240: Use hyphenation for long form representation

2018-09-04 Thread gerritbot
gerritbot added a comment.
Change 457434 merged by jenkins-bot:
[mediawiki/extensions/WikibaseLexeme@master] Use hyphenation for long form representations

https://gerrit.wikimedia.org/r/457434TASK DETAILhttps://phabricator.wikimedia.org/T203240EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Pablo-WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] [Commented On] T195367: Use hyphenation for Long Lexeme Lemmas

2018-09-04 Thread gerritbot
gerritbot added a comment.
Change 457426 merged by jenkins-bot:
[mediawiki/extensions/WikibaseLexeme@master] Use hyphenation for long Lexeme Lemmas

https://gerrit.wikimedia.org/r/457426TASK DETAILhttps://phabricator.wikimedia.org/T195367EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: Pablo-WMDE, gerritbot, Aklapper, WMDE-leszek, Lucas_Werkmeister_WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] [Updated] T203310: Remove mnw from monolingual text list

2018-09-04 Thread Nikki
Nikki added a comment.
I don't see any more where the codes match.

There is one that doesn't look right though: shy was added in T184783 for monolingual text and the request is clearly for Latin script, but https://translatewiki.net/wiki/Portal:Shy seems to have Arabic script as the default with shy-latn for Latin script. Neither code is in the language-data database. After shy was added for monolingual text, shy-latn was added to Names.php (T196473) because someone said on the first ticket that the code still didn't work for adding labels.TASK DETAILhttps://phabricator.wikimedia.org/T203310EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: NikkiCc: Aklapper, jhsoby, Nikki, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Salgo60, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T198946: Add Schema property 'sameAs' pointing to Wikidata entries

2018-09-04 Thread Jdlrobson
Jdlrobson added a comment.
To me, rather than creating a new extension this feels like something that should live in one of the Wikibase extensions. Can we reach out to Wikimedia DE to see where would be appropriate?
I don't like the gadget approach as I think we should be building for all search engines not just google

One thing I'm curious about.. https://schema.org/sameAs  says that the value of sameAs should point to  a "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website." so it seems a little strange that given Wikipedia is considered the authority by others, that this points somewhere else.TASK DETAILhttps://phabricator.wikimedia.org/T198946EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JdlrobsonCc: Jdlrobson, Niedzielski, phuedx, dr0ptp4kt, Imarlier, cscott, Krenair, Aklapper, Deskana, Lahi, Gq86, GoranSMilovanovic, Chicocvenancio, QZanden, LawExplorer, Winter, 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] T198946: Add Schema property 'sameAs' pointing to Wikidata entries

2018-09-04 Thread Niedzielski
Niedzielski added a comment.
> Also, Google can read JSON-LD data when it is dynamically injected into the page's contents, such as by _javascript_ code or embedded widgets in your content management system.

Are we concerned that other search engine crawlers might not have this ability?TASK DETAILhttps://phabricator.wikimedia.org/T198946EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: NiedzielskiCc: Niedzielski, phuedx, dr0ptp4kt, Imarlier, cscott, Krenair, Aklapper, Deskana, Lahi, Gq86, GoranSMilovanovic, Chicocvenancio, QZanden, LawExplorer, Winter, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata] HTTPS Proxy and Authentication

2018-09-04 Thread Raveesh Meena
Hi,

I am testing the sample example FetchOnlineDataExample but getting a Java
related error:

*Could not retrive data: java.io.IOException: Unable to tunnel through
proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required"*

Thinking that this issue seems to be related to Java's proxy settings I
have tried my bit and now wanted to seek a confirmation whether the logic
of establishing a HTTPS connection and authentication will work, given I
pass the following JVM Arguments during runtime:

-Dhttps.proxyHost=xxx.xxx.xx.xx -Dhttps.proxyPort=
-Dhttps.proxyUser=UserId -Dhttps.proxyPassword=Password
-Djdk.http.auth.tunneling.disabledSchemes=""

The last parameter is something I picked from various forums where it is
argued that Java 8 onwards Basic authentication scheme has been
deactivated. (
http://www.oracle.com/technetwork/java/javase/8u111-relnotes-3124969.html )

Actually, passing the Arguments did not resolve the error. Hence I wanted
to clarify if there are any Limitation on the Toolkit end.

Error logs

*** Wikidata Toolkit: FetchOnlineDataExample
--

*** This program fetches individual data using the wikidata.org API.
*** It does not download any dump files.
--

*** Fetching data for one entity:
2018-09-04 18:23:04 ERROR - Could not retrive data: java.io.IOException:
Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy
Authentication Required"
Exception in thread "main" java.lang.NullPointerException
at examples.FetchOnlineDataExample.main(FetchOnlineDataExample.java:100)
___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


[Wikidata-bugs] [Maniphest] [Commented On] T202427: [Bug] Adding a second Gloss in the same language overwrites existing Gloss

2018-09-04 Thread gerritbot
gerritbot added a comment.
Change 455863 abandoned by Ladsgroup:
[WIP] Throw error when two glosses in a sense have the same language

https://gerrit.wikimedia.org/r/455863TASK DETAILhttps://phabricator.wikimedia.org/T202427EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDE, gerritbotCc: Pablo-WMDE, Lexicographical data, Lea_Lacroix_WMDE, KaMan, gerritbot, Ladsgroup, Lydia_Pintscher, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] [Commented On] T203455: Move senses over when merging lexemes

2018-09-04 Thread gerritbot
gerritbot added a comment.
Change 457937 had a related patch set uploaded (by Ladsgroup; owner: Amir Sarabadani):
[mediawiki/extensions/WikibaseLexeme@master] Wire LexemeSensesMerger into LexemeMerger

https://gerrit.wikimedia.org/r/457937TASK DETAILhttps://phabricator.wikimedia.org/T203455EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: gerritbot, Lucas_Werkmeister_WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T203461: Have the focus on field when adding new element on Sense

2018-09-04 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a parent task: T201588: Improve keyboard navigation on Lexeme pages.
TASK DETAILhttps://phabricator.wikimedia.org/T203461EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lea_Lacroix_WMDECc: KaMan, Lydia_Pintscher, Lea_Lacroix_WMDE, Mringgaard, Lahi, Gq86, 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] [Updated] T201588: Improve keyboard navigation on Lexeme pages

2018-09-04 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a subtask: T203461: Have the focus on field when adding new element on Sense.
TASK DETAILhttps://phabricator.wikimedia.org/T201588EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lea_Lacroix_WMDECc: Jan_Dittrich, KaMan, Lydia_Pintscher, Lea_Lacroix_WMDE, Mringgaard, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, JGirault, 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] [Updated] T202287: Implement new File page design using OOUI

2018-09-04 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.32-release-notes (WMF-deploy-2018-09-18 (1.32.0-wmf.22)).
TASK DETAILhttps://phabricator.wikimedia.org/T202287EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Cparle, ReleaseTaggerBotCc: gerritbot, MarkTraceur, Aklapper, Ramsey-WMF, PDrouin-WMF, Cparle, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, E1presidente, Darkminds3113, Anooprao, SandraF_WMF, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Tramullas, Acer, V4switch, LawExplorer, Lewizho99, Maathavan, Susannaanas, Wong128hk, Aschroet, Jane023, Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Matanya, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T201605: Merging of Senses

2018-09-04 Thread Bugreporter
Bugreporter added a comment.
As each senses may have some statements, we may create a new special page Special:MergeSense to handle that.TASK DETAILhttps://phabricator.wikimedia.org/T201605EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BugreporterCc: Denny, Aklapper, daniel, thiemowmde, Bugreporter, WMDE-leszek, Lydia_Pintscher, Mringgaard, Lahi, Gq86, 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] [Updated] T99358: [Task] Security review of Wikibase-Quality-External-Validation branch master

2018-09-04 Thread chasemp
chasemp edited projects, added security-team-backlog; removed Security-Team.
TASK DETAILhttps://phabricator.wikimedia.org/T99358EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: chasempCc: dpatrick, Lydia_Pintscher, gerritbot, soeren.oldag, JanZerebecki, Jonaskeutel, Tamslo, csteipp, Andreasburmeister, Liuxinyu970226, Aklapper, Wikibase-Quality-External-Validation, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Scott_WUaS, Luke081515, abian, Wikidata-bugs, aude, Mbch331, Jay8g, Legoktm, Wong128hk, Bawolff, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T198308: Enable MCR migration stage "write both, read new" on live systems

2018-09-04 Thread Anomie
Anomie added a comment.
This task is currently blocked on some bugfixes. If it gets unblocked during the datacenter switchover (Sept 12 - Oct 12, I believe) we need to sync with the DBAs beforehand to be sure they have capacity to keep an eye out for DB overload in the read-new queries (and/or that the changed queries won't screw up other measurements they're trying to do).TASK DETAILhttps://phabricator.wikimedia.org/T198308EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AnomieCc: Keegan, Fjalapeno, CCicalese_WMF, Aklapper, Tgr, Anomie, Abit, daniel, Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, Anooprao, SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, JJMC89, Agabi10, Susannaanas, Aschroet, Jane023, Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Jdforrester-WMF, Steinsplitter, Mbch331, Ltrlg___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T195315: Showing the Lemma(s) or Representation(s) when Lexemes or Forms are mentioned in constraint reports

2018-09-04 Thread gerritbot
gerritbot added a comment.
Change 457924 had a related patch set uploaded (by Pablo Grass (WMDE); owner: Pablo Grass (WMDE)):
[mediawiki/extensions/Wikibase@master] Create LabelsProviderEntityIdHtmlLinkFormatter

https://gerrit.wikimedia.org/r/457924TASK DETAILhttps://phabricator.wikimedia.org/T195315EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: Tarrow, gerritbot, Jakob_WMDE, Lydia_Pintscher, Aklapper, Pablo-WMDE, WMDE-leszek, Lucas_Werkmeister_WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, merbst, LawExplorer, Lewizho99, Maathavan, Agabi10, 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] [Commented On] T202287: Implement new File page design using OOUI

2018-09-04 Thread gerritbot
gerritbot added a comment.
Change 456082 merged by jenkins-bot:
[mediawiki/extensions/Wikibase@master] Introduce EntityDocumentView interface

https://gerrit.wikimedia.org/r/456082TASK DETAILhttps://phabricator.wikimedia.org/T202287EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Cparle, gerritbotCc: gerritbot, MarkTraceur, Aklapper, Ramsey-WMF, PDrouin-WMF, Cparle, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, E1presidente, Darkminds3113, Anooprao, SandraF_WMF, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Tramullas, Acer, V4switch, LawExplorer, Lewizho99, Maathavan, Susannaanas, Wong128hk, Aschroet, Jane023, Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Matanya, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T198866: Uses of wb_terms SQL table to be migrated away from

2018-09-04 Thread GoranSMilovanovic
GoranSMilovanovic updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...## Planned/No longer using: Wikidata Concept Monitor (WDCM)

* Used to get English labels of items to be displayed from wb_terms. Now uses MW API.
* However, fetching a large number of labels from the MW API - even in a monolingual context - takes a considerable time in the  WDCM update cycle.
* Planned: to make the WDCM multilingual, there would be a need to get a label of item/items in the given language, using the language fallback functionality.
* Planned: to make the WDCM multi-lingual, there would be a need to get a label of item/items in the given language, possibly using the language fallback functionality.See: T203466
* Status: !!not started!!...TASK DETAILhttps://phabricator.wikimedia.org/T198866EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: GoranSMilovanovicCc: GoranSMilovanovic, Aklapper, RazShuty, Aleksey_WMDE, WMDE-leszek, Lahi, Gq86, 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] T202427: [Bug] Adding a second Gloss in the same language overwrites existing Gloss

2018-09-04 Thread gerritbot
gerritbot added a comment.
Change 457919 had a related patch set uploaded (by Lucas Werkmeister (WMDE); owner: Lucas Werkmeister (WMDE)):
[mediawiki/extensions/WikibaseLexeme@master] Check for duplicate gloss language codes

https://gerrit.wikimedia.org/r/457919TASK DETAILhttps://phabricator.wikimedia.org/T202427EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDE, gerritbotCc: Pablo-WMDE, Lexicographical data, Lea_Lacroix_WMDE, KaMan, gerritbot, Ladsgroup, Lydia_Pintscher, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] [Commented On] T196228: Lemmas widget: HTML validity

2018-09-04 Thread Pablo-WMDE
Pablo-WMDE added a comment.
@KaMan It will be, that's what the first AC is about. Thanks for the pointer.TASK DETAILhttps://phabricator.wikimedia.org/T196228EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Pablo-WMDECc: KaMan, gerritbot, Pablo-WMDE, abian, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] [Claimed] T202427: [Bug] Adding a second Gloss in the same language overwrites existing Gloss

2018-09-04 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.Lucas_Werkmeister_WMDE moved this task from To Do to Doing on the Wikidata-Senses-Iteration4 board.
TASK DETAILhttps://phabricator.wikimedia.org/T202427WORKBOARDhttps://phabricator.wikimedia.org/project/board/3562/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Pablo-WMDE, Lexicographical data, Lea_Lacroix_WMDE, KaMan, gerritbot, Ladsgroup, Lydia_Pintscher, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] [Commented On] T203461: Have the focus on field when adding new element on Sense

2018-09-04 Thread KaMan
KaMan added a comment.
I think this task should be included within https://phabricator.wikimedia.org/T201588TASK DETAILhttps://phabricator.wikimedia.org/T203461EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: KaManCc: KaMan, Lydia_Pintscher, Lea_Lacroix_WMDE, Mringgaard, Lahi, Gq86, 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] [Updated] T103912: [Task] Ex:WikibaseQualityExternalValidation - performance review of Special:CrossCheck

2018-09-04 Thread JBennett
JBennett removed a project: Security-Team.
TASK DETAILhttps://phabricator.wikimedia.org/T103912EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JBennettCc: StudiesWorld, Lydia_Pintscher, aaron, Wikibase-Quality-External-Validation, Aklapper, Liuxinyu970226, Andreasburmeister, csteipp, Tamslo, Jonaskeutel, JanZerebecki, soeren.oldag, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, merbst, LawExplorer, Scott_WUaS, abian, Wikidata-bugs, aude, Mbch331, EBjune, dpatrick, Wong128hk, Luke081515, Bawolff, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T203455: Move senses over when merging lexemes

2018-09-04 Thread gerritbot
gerritbot added a comment.
Change 457914 had a related patch set uploaded (by Ladsgroup; owner: Amir Sarabadani):
[mediawiki/extensions/WikibaseLexeme@master] Add LexemeSensesMerger

https://gerrit.wikimedia.org/r/457914TASK DETAILhttps://phabricator.wikimedia.org/T203455EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: gerritbot, Lucas_Werkmeister_WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T198946: Add Schema property 'sameAs' pointing to Wikidata entries

2018-09-04 Thread ovasileva
ovasileva added a project: Readers-Web-Backlog.
TASK DETAILhttps://phabricator.wikimedia.org/T198946EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ovasilevaCc: phuedx, dr0ptp4kt, Imarlier, cscott, Krenair, Aklapper, Deskana, Lahi, Gq86, GoranSMilovanovic, Chicocvenancio, QZanden, LawExplorer, Winter, 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] T203455: Move senses over when merging lexemes

2018-09-04 Thread gerritbot
gerritbot added a comment.
Change 457909 had a related patch set uploaded (by Ladsgroup; owner: Amir Sarabadani):
[mediawiki/extensions/WikibaseLexeme@master] Add ChangeOpSenseClone

https://gerrit.wikimedia.org/r/457909TASK DETAILhttps://phabricator.wikimedia.org/T203455EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: gerritbot, Lucas_Werkmeister_WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T203455: Move senses over when merging lexemes

2018-09-04 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T203455EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: gerritbot, Lucas_Werkmeister_WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T203241: Use hyphenation for long sense gloss

2018-09-04 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.32-release-notes (WMF-deploy-2018-09-18 (1.32.0-wmf.22)).
TASK DETAILhttps://phabricator.wikimedia.org/T203241EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, ReleaseTaggerBotCc: Lucas_Werkmeister_WMDE, gerritbot, Pablo-WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T195463: Change "language of the lemma" to "Spelling variant of the Lemma" in Special:NewLexeme

2018-09-04 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.32-release-notes (WMF-deploy-2018-09-18 (1.32.0-wmf.22)).
TASK DETAILhttps://phabricator.wikimedia.org/T195463EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReleaseTaggerBotCc: Jakob_WMDE, gerritbot, Aklapper, Lydia_Pintscher, Pablo-WMDE, Lea_Lacroix_WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] [Updated] T592: RfC: ChangesList formatting

2018-09-04 Thread Liuxinyu970226
Restricted Application added a project: Growth-Team.
TASK DETAILhttps://phabricator.wikimedia.org/T592EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Liuxinyu970226Cc: Addshore, aude, daniel, Qgil, Quiddity, wikibugs-l-list, kostajh, MMiller_WMF, Adrian1985, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Iniquity, TomT0m, Taiwania_Justo, SBisson, Wong128hk, Luke081515, Wikidata-bugs, GWicke, jayvdb, fbstj, santhosh, Jdforrester-WMF, Mbch331, Rxy, Jay8g, Ltrlg, bd808, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T203241: Use hyphenation for long sense gloss

2018-09-04 Thread Pablo-WMDE
Pablo-WMDE added a comment.
@Lucas_Werkmeister_WMDE

I don’t see what the directionality has to do with this

That's why it is not mentioned in the AC I put it in brackets in the info block. It's an attribute to the same node that can be derived from the language - so it seems a tempting by-catch which went wrong before, so I deemed it worth mentioning... T203384 (merged into T203081 since).TASK DETAILhttps://phabricator.wikimedia.org/T203241EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, Pablo-WMDECc: Lucas_Werkmeister_WMDE, gerritbot, Pablo-WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T198866: Uses of wb_terms SQL table to be migrated away from

2018-09-04 Thread Addshore
Addshore added a project: wikidata-tech-focus.
TASK DETAILhttps://phabricator.wikimedia.org/T198866EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Aklapper, RazShuty, Aleksey_WMDE, WMDE-leszek, 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] T203461: Have the focus on field when adding new element on Sense

2018-09-04 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE created this task.Lea_Lacroix_WMDE added a project: Lexicographical data.Restricted Application added a project: Wikidata.
TASK DESCRIPTIONAs an LexData editor, I want to quickly add data when creating Senses.

Problems:


When clicking on "Add Sense", there is no focus on a field. The language field of the first gloss should be selected.
When clicking "add" to add a gloss in another language, there is no focus on a field. . The newly-created language field should be selected.
When clicking "edit" to edit existing senses, nothing is focused. The expected behaviour is trickier here because you might want to edit a specific language or add a new language, but either way, focusing nothing makes keyboard navigation very difficult.


Example:

Screenshots/mockups:

BDD
GIVEN 
AND 
WHEN
AND
THEN
AND

Acceptance criteria:



TASK DETAILhttps://phabricator.wikimedia.org/T203461EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lea_Lacroix_WMDECc: Lydia_Pintscher, Lea_Lacroix_WMDE, Mringgaard, Lahi, Gq86, 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] [Commented On] T203241: Use hyphenation for long sense gloss

2018-09-04 Thread gerritbot
gerritbot added a comment.
Change 457887 merged by jenkins-bot:
[mediawiki/extensions/WikibaseLexeme@master] Use hyphen for glosses

https://gerrit.wikimedia.org/r/457887TASK DETAILhttps://phabricator.wikimedia.org/T203241EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: Lucas_Werkmeister_WMDE, gerritbot, Pablo-WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T202543: Enable arbitrary access on oldwikisource

2018-09-04 Thread jhsoby
jhsoby removed a project: Community-consensus-needed.
TASK DETAILhttps://phabricator.wikimedia.org/T202543EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: jhsobyCc: Jonas, StevenJ81, Addshore, Ladsgroup, gerritbot, Candalua, Aklapper, Lydia_Pintscher, Lea_Lacroix_WMDE, jhsoby, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Salgo60, Lewizho99, Maathavan, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, Wikidata-bugs, Snowolf, aude, Dcljr, Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair, Shizhao___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T202543: Enable arbitrary access on oldwikisource

2018-09-04 Thread jhsoby
jhsoby added a comment.
Thanks @Jonas et al. Community consensus is already there, see https://wikisource.org/wiki/Wikisource:Scriptorium#Enable_arbitrary_Wikidata_access_for_oldwikisource .TASK DETAILhttps://phabricator.wikimedia.org/T202543EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: jhsobyCc: Jonas, StevenJ81, Addshore, Ladsgroup, gerritbot, Candalua, Aklapper, Lydia_Pintscher, Lea_Lacroix_WMDE, jhsoby, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Salgo60, Lewizho99, Maathavan, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, Wikidata-bugs, Snowolf, aude, Dcljr, Shizhao, Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T192006: wdqs-frontend docker image should rebuild automatically when a new patch is pushed to master

2018-09-04 Thread Addshore
Addshore added a project: wikidata-tech-focus.
TASK DETAILhttps://phabricator.wikimedia.org/T192006EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, Gstupp, LawExplorer, Salgo60, Abbe98, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T192006: wdqs-frontend docker image should rebuild automatically when a new patch is pushed to master

2018-09-04 Thread Addshore
Addshore updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...Triggering builds with the API: https://docs.travis-ci.com/user/triggering-builds / a webhook
We could create a tiny jenkins job triggering the travis API, or look into a gerrit plugin (as in T87768#3958112)TASK DETAILhttps://phabricator.wikimedia.org/T192006EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, Gstupp, LawExplorer, Salgo60, Abbe98, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T192006: wdqs-frontend docker image should rebuild automatically when a new patch is pushed to master

2018-09-04 Thread Addshore
Addshore updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...Instead some jenkins / github hook should hit the travis API / trigger a new build

**Posible solution**
Triggering builds with the API: https://docs.travis-ci.com/user/triggering-builds
We could create a tiny jenkins job triggering the travis API, or look into a gerrit plugin (as in T87768#3958112)TASK DETAILhttps://phabricator.wikimedia.org/T192006EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, Gstupp, LawExplorer, Salgo60, Abbe98, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T198203: Check gloss language codes in UI

2018-09-04 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.
Well, we don’t really need there to be a form, that just means we’ll have to do manual work to disable the “save” button.TASK DETAILhttps://phabricator.wikimedia.org/T198203EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Lucas_Werkmeister_WMDE, Ladsgroup, WMDE-leszek, Lydia_Pintscher, RazShuty, Mringgaard, Lahi, Gq86, 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] [Updated] T195258: [weird] Wikidata SPARQL query results not the same when exported

2018-09-04 Thread Jonas
Jonas set the point value for this task to "8".
TASK DETAILhttps://phabricator.wikimedia.org/T195258EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Addshore, Aklapper, Pintoch, hoo, Seb35, abian, Lucas_Werkmeister_WMDE, VIGNERON, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Salgo60, Jonas, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T203460: Framing glosses in a similar way as the termbox

2018-09-04 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE created this task.Lea_Lacroix_WMDE added a project: Lexicographical data.Restricted Application added a project: Wikidata.
TASK DESCRIPTIONThis is a general ticket about improvements we want to do for glosses, so the glosses behave like something that is already known, the termbox on items.


order the glosses the same way that label/descriptions are ordered (by alphabetical order of languages)
select some languages to appear at the top of this list and collapse the others (language of the user's interface, language of the Lexeme, babel box, other system that we set up in the future?)
TASK DETAILhttps://phabricator.wikimedia.org/T203460EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lea_Lacroix_WMDECc: Lydia_Pintscher, Lea_Lacroix_WMDE, Mringgaard, Lahi, Gq86, 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] [Updated] T178786: Empty map results give an error

2018-09-04 Thread Jonas
Jonas added a project: Wikidata-Campsite-Iteration-∞.
TASK DETAILhttps://phabricator.wikimedia.org/T178786EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Aklapper, Yurik, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Salgo60, Avner, Gehel, Jonas, FloNight, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T178786: Empty map results give an error

2018-09-04 Thread Jonas
Jonas set the point value for this task to "5".
TASK DETAILhttps://phabricator.wikimedia.org/T178786EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Aklapper, Yurik, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Salgo60, Avner, Gehel, Jonas, FloNight, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T192006: wdqs-frontend docker image should rebuild automatically when a new patch is pushed to master

2018-09-04 Thread Addshore
Addshore updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...Instead some jenkins / github hook should hit the travis API / trigger a new build

Triggering builds with the API: https://docs.travis-ci.com/user/triggering-buildsTASK DETAILhttps://phabricator.wikimedia.org/T192006EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, Gstupp, LawExplorer, Salgo60, Abbe98, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T192006: wdqs-frontend docker image should rebuild automatically when a new patch is pushed to master

2018-09-04 Thread Jonas
Jonas set the point value for this task to "5".
TASK DETAILhttps://phabricator.wikimedia.org/T192006EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Addshore, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, Gstupp, LawExplorer, Salgo60, Abbe98, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T203078: Create test system for WDQ UI

2018-09-04 Thread Jonas
Jonas added a project: Wikidata-Campsite-Iteration-∞.Jonas updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONWe would like to have a URL under which current master of  wikidata/query/gui is deployed and regularly update, so new features can be tested there. 

[ ] Figure out where to deploy it
[ ] Deploy and update cronTASK DETAILhttps://phabricator.wikimedia.org/T203078EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Smalyshev, Aklapper, Jonas, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Salgo60, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T203459: Alphabetically ordering glosses

2018-09-04 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE created this task.Lea_Lacroix_WMDE added a project: Lexicographical data.Restricted Application added a project: Wikidata.
TASK DESCRIPTIONAs an LexData editor, I want to find easily a language in the list of the glosses. The first step for this is to order them alphabetically.

Problem: Currently glosses are sorted by order of entered time.

Open question: which "alphabetical order" should we use? Order of the language code? Language name?
Suggestion: the order we use for the termbox.

Example:

Screenshots/mockups:

BDD
GIVEN 
AND 
WHEN
AND
THEN
AND

Acceptance criteria:



TASK DETAILhttps://phabricator.wikimedia.org/T203459EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lea_Lacroix_WMDECc: Lydia_Pintscher, Lea_Lacroix_WMDE, Mringgaard, Lahi, Gq86, 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] [Updated] T203078: Create test system for WDQ UI

2018-09-04 Thread Jonas
Jonas set the point value for this task to "5".
TASK DETAILhttps://phabricator.wikimedia.org/T203078EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Smalyshev, Aklapper, Jonas, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Salgo60, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T192006: wdqs-frontend docker image should rebuild automatically when a new patch is pushed to master

2018-09-04 Thread Jonas
Jonas added a project: Wikidata-Campsite.
TASK DETAILhttps://phabricator.wikimedia.org/T192006EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Addshore, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, Gstupp, LawExplorer, Salgo60, Abbe98, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T192006: wdqs-frontend docker image should rebuild automatically when a new patch is pushed to master

2018-09-04 Thread Addshore
Addshore updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...Instead some jenkins / github hook should hit the docker cloud building api etc totravis API / trigger a new build.TASK DETAILhttps://phabricator.wikimedia.org/T192006EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, Gstupp, LawExplorer, Abbe98, 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] T203241: Use hyphenation for long sense gloss

2018-09-04 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.
TBH I don’t see what the directionality has to do with this, as far as I understand only the language is relevant for hyphenation.TASK DETAILhttps://phabricator.wikimedia.org/T203241EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, Lucas_Werkmeister_WMDECc: Lucas_Werkmeister_WMDE, gerritbot, Pablo-WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T203457: Glosses: display the language name instead of the language code

2018-09-04 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE created this task.Lea_Lacroix_WMDE added a project: Lexicographical data.Restricted Application added a project: Wikidata.
TASK DESCRIPTIONAs a LexData editor, I want to understand easily what is the language of the glosses I read and edit.

Problem: Currently, when reading and editing glosses, only the language code (eg "fr") is displayed. 
When reading, it would be way better if the language name is displayed (in the language of the user's interface)
When editing or adding a gloss, the user should be able to type either the language code or the language name, and have a suggester.

Example:

Screenshots/mockups:

BDD
GIVEN 
AND 
WHEN
AND
THEN
AND

Acceptance criteria:



TASK DETAILhttps://phabricator.wikimedia.org/T203457EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lea_Lacroix_WMDECc: Lydia_Pintscher, Lea_Lacroix_WMDE, Mringgaard, Lahi, Gq86, 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] [Closed] T196349: wbgetentities API call for a Form ID results in Serializers\\Exceptions\\UnsupportedObjectException

2018-09-04 Thread Addshore
Addshore closed this task as "Resolved".Addshore claimed this task.Addshore added a comment.Restricted Application added a project: User-Addshore.
Looking at logstash it looks like this one is solved, and also the reproduction URL is now fine.TASK DETAILhttps://phabricator.wikimedia.org/T196349EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Krinkle, Lydia_Pintscher, matej_suchanek, Addshore, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Salgo60, Jonas, Wikidata-bugs, aude, Darkdadaah, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T202543: Enable arbitrary access on oldwikisource

2018-09-04 Thread Jonas
Jonas added a comment.
It is fine from the dev side.
We can do it when community consensus is there.TASK DETAILhttps://phabricator.wikimedia.org/T202543EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Jonas, StevenJ81, Addshore, Ladsgroup, gerritbot, Candalua, Aklapper, Lydia_Pintscher, Lea_Lacroix_WMDE, jhsoby, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Salgo60, Lewizho99, Maathavan, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, Wikidata-bugs, Snowolf, aude, Dcljr, Shizhao, Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T202543: Enable arbitrary access on oldwikisource

2018-09-04 Thread Addshore
Addshore added a project: wikidata-tech-focus.
TASK DETAILhttps://phabricator.wikimedia.org/T202543EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: StevenJ81, Addshore, Ladsgroup, gerritbot, Candalua, Aklapper, Lydia_Pintscher, Lea_Lacroix_WMDE, jhsoby, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Salgo60, Lewizho99, Maathavan, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Jonas, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, Wikidata-bugs, Snowolf, aude, Dcljr, Shizhao, Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T203311: Add es-formal and hu-formal to excluded monolingual text codes

2018-09-04 Thread Jonas
Jonas added a project: Wikidata-Campsite-Iteration-∞.
TASK DETAILhttps://phabricator.wikimedia.org/T203311EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: gerritbot, MarcoAurelio, Aklapper, Nikki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Salgo60, Lewizho99, Maathavan, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T203311: Add es-formal and hu-formal to excluded monolingual text codes

2018-09-04 Thread Jonas
Jonas set the point value for this task to "2".
TASK DETAILhttps://phabricator.wikimedia.org/T203311EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: gerritbot, MarcoAurelio, Aklapper, Nikki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Salgo60, Lewizho99, Maathavan, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T203067: account creation captcha broken on structured-commons test system

2018-09-04 Thread Jonas
Jonas added a project: Wikidata-Campsite-Iteration-∞.
TASK DETAILhttps://phabricator.wikimedia.org/T203067EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Magnus, WMDE-leszek, Aklapper, Lydia_Pintscher, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Salgo60, Jonas, 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] T203067: account creation captcha broken on structured-commons test system

2018-09-04 Thread Addshore
Addshore added a project: Structured-Data-Commons.Addshore updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION... [] Account creation is un broken (for the WMF / sdoc team)TASK DETAILhttps://phabricator.wikimedia.org/T203067EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Magnus, WMDE-leszek, Aklapper, Lydia_Pintscher, Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, Anooprao, SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Salgo60, Jonas, Susannaanas, Aschroet, Jane023, Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Fabrice_Florin, Raymond, Steinsplitter, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T203067: account creation captcha broken on structured-commons test system

2018-09-04 Thread Jonas
Jonas set the point value for this task to "3".
TASK DETAILhttps://phabricator.wikimedia.org/T203067EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Magnus, WMDE-leszek, Aklapper, Lydia_Pintscher, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Salgo60, Jonas, 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] T203067: account creation captcha broken on structured-commons test system

2018-09-04 Thread Addshore
Addshore updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...The captcha box shows an error: "ERROR for site owner: Invalid domain for site key"

**Acceptance Criteria:**
 [] Magnus gets an account (WMDE priority)
 [] Account creation is un broken (for the WMF)TASK DETAILhttps://phabricator.wikimedia.org/T203067EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Magnus, WMDE-leszek, Aklapper, Lydia_Pintscher, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Salgo60, Jonas, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


Re: [Wikidata] Register for FORCE2018 by this Friday and save $100

2018-09-04 Thread Jérémie Roquet
Hi Violeta,

Thanks for the information and sorry for my previous email which
wasn't very sensitive.

May I suggest that in the future, you send the program in the very
first email? There's definitely a chance I get interested in an event
if the program looks great, and I assume that's true for some other
people on that list too. On the contrary, discounts right from the
mail subject and links to click are 100% certain to raise eyebrows.
I've re-read the initial email in that thread, and I'd for sure have
the same initial reaction I've had the first time I've read it,
because it says absolutely nothing about Wikidata and its content is
very abstract.

Léa, thanks a lot for the explanations and the upstream work to filter
incoming emails. That might be too early to discuss this topic given
the low volume of such threads, but maybe at some point should we have
different mailing lists for events and for Wikidata itself. I'm
personally very interested in reading your weekly summaries and
in-depth discussions about Wikidata, but I'm not interested at all in
conferences and I've already had to unsubscribe from a bunch of
mailing lists (including wiki-research-l) only because of the volume
of call for papers and other registration deadlines.

Thanks and best regards,

-- 
Jérémie

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


[Wikidata-bugs] [Maniphest] [Updated] T192145: Update Wikidata users of serialization/serialization to use version 4.0 of the library

2018-09-04 Thread Jonas
Jonas set the point value for this task to "5".
TASK DETAILhttps://phabricator.wikimedia.org/T192145EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: WMDE-leszek, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Salgo60, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T192145: Update Wikidata users of serialization/serialization to use version 4.0 of the library

2018-09-04 Thread Jonas
Jonas added a project: Wikidata-Campsite-Iteration-∞.
TASK DETAILhttps://phabricator.wikimedia.org/T192145EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: WMDE-leszek, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Salgo60, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T203454: Block lexeme merges if there are cross-references involving senses

2018-09-04 Thread gerritbot
gerritbot added a comment.
Change 457893 had a related patch set uploaded (by Ladsgroup; owner: Amir Sarabadani):
[mediawiki/extensions/WikibaseLexeme@master] Add NoCrossReferencingSenseStatements

https://gerrit.wikimedia.org/r/457893TASK DETAILhttps://phabricator.wikimedia.org/T203454EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: gerritbot, Lucas_Werkmeister_WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T203454: Block lexeme merges if there are cross-references involving senses

2018-09-04 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T203454EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: gerritbot, Lucas_Werkmeister_WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T195463: Change "language of the lemma" to "Spelling variant of the Lemma" in Special:NewLexeme

2018-09-04 Thread gerritbot
gerritbot added a comment.
Change 457866 merged by jenkins-bot:
[mediawiki/extensions/WikibaseLexeme@master] Change language to spelling variant on Special:NewLexeme

https://gerrit.wikimedia.org/r/457866TASK DETAILhttps://phabricator.wikimedia.org/T195463EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: Jakob_WMDE, gerritbot, Aklapper, Lydia_Pintscher, Pablo-WMDE, Lea_Lacroix_WMDE, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] [Commented On] T203334: Accepting lowercase Sense IDs as values in statements

2018-09-04 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.
This is live on Beta now, @Lydia_Pintscher please test :)TASK DETAILhttps://phabricator.wikimedia.org/T203334EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: gerritbot, Lucas_Werkmeister_WMDE, Lydia_Pintscher, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, 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] [Claimed] T203454: Block lexeme merges if there are cross-references involving senses

2018-09-04 Thread Ladsgroup
Ladsgroup claimed this task.Ladsgroup moved this task from To Do to Doing on the Wikidata-Senses-Iteration4 board.Restricted Application added a project: User-Ladsgroup.
TASK DETAILhttps://phabricator.wikimedia.org/T203454WORKBOARDhttps://phabricator.wikimedia.org/project/board/3562/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: Lucas_Werkmeister_WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T203455: Move senses over when merging lexemes

2018-09-04 Thread Ladsgroup
Ladsgroup claimed this task.Ladsgroup moved this task from To Do to Doing on the Wikidata-Senses-Iteration4 board.Restricted Application added a project: User-Ladsgroup.
TASK DETAILhttps://phabricator.wikimedia.org/T203455WORKBOARDhttps://phabricator.wikimedia.org/project/board/3562/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: Lucas_Werkmeister_WMDE, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T202543: Enable arbitrary access on oldwikisource

2018-09-04 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite.
TASK DETAILhttps://phabricator.wikimedia.org/T202543EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: StevenJ81, Addshore, Ladsgroup, gerritbot, Candalua, Aklapper, Lydia_Pintscher, Lea_Lacroix_WMDE, jhsoby, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Zoranzoki21, LawExplorer, Salgo60, Lewizho99, Maathavan, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Jonas, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, Wikidata-bugs, Snowolf, aude, Dcljr, Shizhao, Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T203310: Remove mnw from monolingual text list

2018-09-04 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite.
TASK DETAILhttps://phabricator.wikimedia.org/T203310EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Aklapper, jhsoby, Nikki, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Salgo60, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T203311: Add es-formal and hu-formal to excluded monolingual text codes

2018-09-04 Thread Lydia_Pintscher
Lydia_Pintscher moved this task from Incoming to Ready to go on the Wikidata-Campsite board.Lydia_Pintscher triaged this task as "Normal" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T203311WORKBOARDhttps://phabricator.wikimedia.org/project/board/3402/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: gerritbot, MarcoAurelio, Aklapper, Nikki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Salgo60, Lewizho99, Maathavan, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T203311: Add es-formal and hu-formal to excluded monolingual text codes

2018-09-04 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite.
TASK DETAILhttps://phabricator.wikimedia.org/T203311EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: gerritbot, MarcoAurelio, Aklapper, Nikki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Salgo60, Lewizho99, Maathavan, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


  1   2   >