[Wikidata-bugs] [Maniphest] [Commented On] T120452: Allow tabular datasets on Commons (or some similar central repository) (CSV, TSV, JSON, XML)

2016-04-20 Thread brion
brion added a comment.


  Pulling individual data items out of large lists; pulling relevant columns in 
order to sum them; pulling or updating a small number of cells during editing; 
sub setting a large data set to graph the subset; sub setting a large data set 
to perform operations on it Ina Lua module.
  
  For a concrete example: say I have a data set that lists the voting breakdown 
during US primary elections for every county. That's roughly 3000 rows, each 
with data points for each candidate. Not too awful perhaps, so let's make a 
bigger table.
  
  Population of every US census place for every 10-year census since 1790. 
That's probably a lot. Now add more columns for various breakdown information.
  
  Subset queries on a large data set would allow for reading in data relevant 
to a map area, or a particular place, or a particular breakdown column, or a 
particular year range, or some combination of all these things, having had to 
pull in only the column list and do some sort of index scan on the key rows.
  
  The alternative is to break down the giant table into lots of small tables, 
and have the client code in a Lua module or whatever 'stitch' together the 
multiple data sets when needing to cross boundaries.
  
  You might say that no one should store that much data in one table, but I'm 
pretty sure people will push the limits of a system like this. :)

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

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

To: Yurik, brion
Cc: Jdforrester-PERSONAL, Jdforrester-WMF, brion, ThurnerRupert, intracer, 
TerraCodes, Pokefan95, gerritbot, -jem-, Bawolff, MZMcBride, Alkamid, 
Milimetric, Thryduulf, JEumerus, MarkTraceur, Yurik, Matanya, ekkis, matmarex, 
Lydia_Pintscher, Aklapper, Steinsplitter, StudiesWorld, DannyH, Riley_Huntley, 
D3r1ck01, Izno, JAllemandou, Wikidata-bugs, aude, El_Grafo, Ricordisamoa, 
Shizhao, Fabrice_Florin, Mbch331, Jay8g, Krenair, jeremyb



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


[Wikidata-bugs] [Maniphest] [Commented On] T120452: Allow tabular datasets on Commons (or some similar central repository) (CSV, TSV, JSON, XML)

2016-04-20 Thread Yurik
Yurik added a comment.


  @brion, could you think of use cases for partial data reads? I think it will 
be mostly "draw data as a wiki list or a table with some magical 
highlighting/string concatenation/...", or "draw a graph with all the data".  
That's why at this point I simply provide Lua's 
`mw.data.getData("page_name.tabular")`, which returns the whole thing as JSON 
decoded into a Lua table structure. I see no reason not to provide 
`mw.data.query("SELECT field1 FROM page_name WHERE field2 > 10")`, but that's a 
whole other ball game :)
  
  Also, adding JSON storage should provide an easy solution for lookups, e.g. 
`mw.data.lookup("page_name.json", "top-level-field-value")`, which could be 
very efficient for large but shallow jsons.

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

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

To: Yurik
Cc: Jdforrester-PERSONAL, Jdforrester-WMF, brion, ThurnerRupert, intracer, 
TerraCodes, Pokefan95, gerritbot, -jem-, Bawolff, MZMcBride, Alkamid, 
Milimetric, Thryduulf, JEumerus, MarkTraceur, Yurik, Matanya, ekkis, matmarex, 
Lydia_Pintscher, Aklapper, Steinsplitter, StudiesWorld, DannyH, Riley_Huntley, 
D3r1ck01, Izno, JAllemandou, Wikidata-bugs, aude, El_Grafo, Ricordisamoa, 
Shizhao, Fabrice_Florin, Mbch331, Jay8g, Krenair, jeremyb



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T120452: Allow tabular datasets on Commons (or some similar central repository) (CSV, TSV, JSON, XML)

2016-04-20 Thread Yurik
Yurik added subscribers: Jdforrester-WMF, Jdforrester-PERSONAL.
Yurik added a comment.


  Juts wrote in-depth implementation details at 
https://www.mediawiki.org/wiki/Extension:JsonConfig/Tabular

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

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

To: Yurik
Cc: Jdforrester-PERSONAL, Jdforrester-WMF, brion, ThurnerRupert, intracer, 
TerraCodes, Pokefan95, gerritbot, -jem-, Bawolff, MZMcBride, Alkamid, 
Milimetric, Thryduulf, JEumerus, MarkTraceur, Yurik, Matanya, ekkis, matmarex, 
Lydia_Pintscher, Aklapper, Steinsplitter, StudiesWorld, DannyH, Riley_Huntley, 
D3r1ck01, Izno, JAllemandou, Wikidata-bugs, aude, El_Grafo, Ricordisamoa, 
Shizhao, Fabrice_Florin, Mbch331, Jay8g, Krenair, jeremyb



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


[Wikidata-bugs] [Maniphest] [Commented On] T101086: Standardize invalid language codes for Babel extension

2016-04-20 Thread Whatamidoing-WMF
Whatamidoing-WMF added a comment.


  I'm not sure if this is the right place to add this, but 
https://meta.wikimedia.org/wiki/User:Purodha has a list of languages that claim 
to be English.  For example, the last is "wep-1", and the text says that the 
user has a basic knowledge of English, rather than a basic knowledge of the 
Westphalien language.

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

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

To: Whatamidoing-WMF
Cc: Whatamidoing-WMF, Glaisher, MarcoAurelio, StudiesWorld, Ricordisamoa, 
Liuxinyu970226, Nikki, Aklapper, Bugreporter, D3r1ck01, Izno, Wikidata-bugs, 
aude, SPQRobin, Dereckson, Arrbee, KartikMistry, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T132756: [Story] Introduce basic language support

2016-04-20 Thread gerritbot
gerritbot added a comment.


  Change 284151 merged by jenkins-bot:
  Enable languages in Wikibase API
  
  https://gerrit.wikimedia.org/r/284151

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

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

To: Jonas, gerritbot
Cc: gerritbot, Sylvain_WMFr, Lydia_Pintscher, Smalyshev, Jonas, Aklapper, 
Avner, Lewizho99, Maathavan, debt, Gehel, D3r1ck01, FloNight, Izno, jkroll, 
Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T133026: [Bug] WDQS GUI caching

2016-04-20 Thread Gehel
Gehel added a comment.


  General note: the grunt-hashres  
change was meant mainly as an example of what I was talking about with Stas. 
Grunt, Javascript and frontend dev in general are not really my cup of tea. The 
important part for me is that we ensure that resources are addressed by 
content, so that we can start caching strictly based on TTL (dropping etags, 
last-modified, ...). hashres was just the first thing that mostly did what I 
was thinking. If you know of a better solution, let me know!

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

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

To: Smalyshev, Gehel
Cc: gerritbot, daniel, TerraCodes, Gehel, Lydia_Pintscher, JanZerebecki, Jonas, 
Aklapper, Avner, Lewizho99, Maathavan, debt, D3r1ck01, FloNight, Izno, jkroll, 
Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T120452: Allow tabular datasets on Commons (or some similar central repository) (CSV, TSV, JSON, XML)

2016-04-20 Thread brion
brion added a comment.


  Couple quick notes:
  
  - pretty cool. :)
  - I worry about efficiency of storage and queries; for small tables json 
blobs are fine but for large data sets thisll get extremely verbose, and 
loading/saving small updates to a large table will get very slow. Consider 
providing query and update primitives that don't require the client (lua 
module, wiki API client, editor form, etc) to load and parse the entire blob. 
Eg "gimme the rows with key value in this range" or "update columns A B and C 
with these values in rows with key values X Y and Z". This could then be 
extended in future to a different storage backend, or a streaming json reader.

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

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

To: Yurik, brion
Cc: brion, ThurnerRupert, intracer, TerraCodes, Pokefan95, gerritbot, -jem-, 
Bawolff, MZMcBride, Alkamid, Milimetric, Thryduulf, JEumerus, MarkTraceur, 
Yurik, Matanya, ekkis, matmarex, Lydia_Pintscher, Aklapper, Steinsplitter, 
StudiesWorld, DannyH, Riley_Huntley, D3r1ck01, Izno, JAllemandou, 
Wikidata-bugs, aude, El_Grafo, Ricordisamoa, Shizhao, Fabrice_Florin, Mbch331, 
Jay8g, Krenair, jeremyb



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


[Wikidata-bugs] [Maniphest] [Updated] T88986: [Task] Avoid inconsistencies in Wikidata editing due to slave lag

2016-04-20 Thread aaron
aaron removed a blocked task: T88445: MediaWiki multi-datacenter investigation 
and work.

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

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

To: aaron
Cc: aaron, Addshore, Lydia_Pintscher, JanZerebecki, hoo, aude, Aklapper, 
daniel, Minhnv-2809, Volans, D3r1ck01, Izno, Wikidata-bugs, 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] T133158: [Story] SPARQL textual representation 2nd edition

2016-04-20 Thread Smalyshev
Smalyshev added a comment.


  I'm not sure removing variables would make it better. If we have a list of 
conditions, English requires something to attach those to - e.g. the natural 
phrase would be "Find somebody who has occupation of politician and cause of 
death of some kind of cancer". Saying "Find occupation politician" does not 
sound natural. Preserving ?variables kind of goes half way - it allows you to 
keep some object to attach conditions, and it also encourages the query writer 
to use meaningful variable names.
  
  Also I think "cause of death" should be in "find", not "show" part.

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

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

To: Smalyshev
Cc: Smalyshev, hoo, Bene, Aklapper, Lydia_Pintscher, Jonas, TerraCodes, Avner, 
debt, Gehel, D3r1ck01, FloNight, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, 
Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T120452: Allow tabular datasets on Commons (or some similar central repository) (CSV, TSV, JSON, XML)

2016-04-20 Thread ThurnerRupert
ThurnerRupert added a comment.


  just to add another example which might help the zillion of sports results on 
wikipedia. taken an example of kicker.de:
  
  - basedata: 
http://www.kicker.de/news/fussball/bundesliga/vereine/1-bundesliga/2015-16/bayern-muenchen-14/vereinstermine.html
  - league table: 
http://www.kicker.de/news/fussball/bundesliga/spieltag/1-bundesliga/2015-16/spieltag.html
  - wikipedia: managerial statistics: 
https://en.wikipedia.org/wiki/Pep_Guardiola#Managerial
  - wikipedia: player statistics: 
https://en.wikipedia.org/wiki/Thomas_M%C3%BCller#Career_statistics

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

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

To: Yurik, ThurnerRupert
Cc: ThurnerRupert, intracer, TerraCodes, Pokefan95, gerritbot, -jem-, Bawolff, 
MZMcBride, Alkamid, Milimetric, Thryduulf, JEumerus, MarkTraceur, Yurik, 
Matanya, ekkis, matmarex, Lydia_Pintscher, Aklapper, Steinsplitter, 
StudiesWorld, DannyH, Riley_Huntley, D3r1ck01, Izno, JAllemandou, 
Wikidata-bugs, aude, El_Grafo, Ricordisamoa, Shizhao, Fabrice_Florin, Mbch331, 
Jay8g, Krenair, jeremyb



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


[Wikidata-bugs] [Maniphest] [Commented On] T132964: Allow EntityFactory to work in Wikibase for more entity types

2016-04-20 Thread gerritbot
gerritbot added a comment.


  Change 284482 had a related patch set (by Daniel Kinzler) published:
  Let EntityFactory take callbacks instead of class names.
  
  https://gerrit.wikimedia.org/r/284482

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

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

To: gerritbot
Cc: TerraCodes, gerritbot, Steinsplitter, Aklapper, Bene, Ricordisamoa, 
Tobi_WMDE_SW, El_Grafo, Jheald, Micru, DannyH, Raymond, Ayack, Smalyshev, 
LikeLifer, adrianheine, Pokefan95, aude, Lewizho99, Maathavan, Riley_Huntley, 
D3r1ck01, Izno, Wikidata-bugs, Fabrice_Florin, Mbch331, Tgr



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


[Wikidata-bugs] [Maniphest] [Commented On] T133154: Introduce ULS and i18n

2016-04-20 Thread gerritbot
gerritbot added a comment.


  Change 284468 had a related patch set uploaded (by Jonas Kress (WMDE)):
  Add support for Wikidata Query GUI
  
  https://gerrit.wikimedia.org/r/284468

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

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

To: Jonas, gerritbot
Cc: gerritbot, Aklapper, TerraCodes, Lydia_Pintscher, Jonas, Avner, Lewizho99, 
Maathavan, debt, Gehel, D3r1ck01, FloNight, Izno, jkroll, Smalyshev, 
Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T133000: Fatal BadMethodCallException: Call to a member function getText() on a non-object (null) in Wikidata/ArticlePlaceholder/SearchHookHandle

2016-04-20 Thread gerritbot
gerritbot added a comment.


  Change 284459 merged by jenkins-bot:
  Fall back to entity id for search results with no label
  
  https://gerrit.wikimedia.org/r/284459

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

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

To: gerritbot
Cc: Luke081515, gerritbot, Addshore, TerraCodes, Lucie, Urbanecm, Krinkle, 
Aklapper, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, jayvdb, 
Ricordisamoa, 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] T133028: [Story] Wikibase documentation

2016-04-20 Thread Jonas
Jonas added a comment.


  I added the jsduck.json files to the relevant repos could someone please 
configure (or tell me how to do it)  the CI to use them to build and upload the 
docs.

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

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

To: Jonas
Cc: gerritbot, hashar, TerraCodes, Lydia_Pintscher, JanZerebecki, Tobi_WMDE_SW, 
Jonas, Aklapper, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, 
Mbch331, Jay8g, Spage, greg



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


[Wikidata-bugs] [Maniphest] [Commented On] T133028: [Story] Wikibase documentation

2016-04-20 Thread gerritbot
gerritbot added a comment.


  Change 284477 had a related patch set uploaded (by Jonas Kress (WMDE)):
  Add jsduck file for JS docs generation
  
  https://gerrit.wikimedia.org/r/284477

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

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

To: gerritbot
Cc: gerritbot, hashar, TerraCodes, Lydia_Pintscher, JanZerebecki, Tobi_WMDE_SW, 
Jonas, Aklapper, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, 
Mbch331, Jay8g, Spage, greg



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


[Wikidata-bugs] [Maniphest] [Updated] T133028: [Story] Wikibase documentation

2016-04-20 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: gerritbot, hashar, TerraCodes, Lydia_Pintscher, JanZerebecki, Tobi_WMDE_SW, 
Jonas, Aklapper, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, 
Mbch331, Jay8g, Spage, greg



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


[Wikidata-bugs] [Maniphest] [Commented On] T133028: [Story] Wikibase documentation

2016-04-20 Thread gerritbot
gerritbot added a comment.


  Change 284475 had a related patch set uploaded (by Jonas Kress (WMDE)):
  Add jsduck file for JS docs generation
  
  https://gerrit.wikimedia.org/r/284475

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

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

To: gerritbot
Cc: gerritbot, hashar, TerraCodes, Lydia_Pintscher, JanZerebecki, Tobi_WMDE_SW, 
Jonas, Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, Spage, 
greg



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


[Wikidata-bugs] [Maniphest] [Edited] T132690: [Story] Maintain Query Examples

2016-04-20 Thread Jonas
Jonas edited the task description.
Herald added a subscriber: TerraCodes.

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

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

To: Jonas
Cc: TerraCodes, Jura1, Smalyshev, Lydia_Pintscher, Jonas, Aklapper, Avner, 
debt, Gehel, D3r1ck01, FloNight, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, 
Deskana, Manybubbles, TheDJ, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T133026: [Bug] WDQS GUI caching

2016-04-20 Thread Gehel
Gehel added a comment.


  @daniel the caching header configuration is well under my area of expertise. 
All those are set in nginx conf 
.
 So as soon as we have content based URLs I can take care of it.
  
  On the content based URLs side and / or aggregation of resources, I'm less 
sure. We don't really have a build step at the moment so the solutions we have 
rely on too much human intervention for my taste (and it's not my time that is 
going to take the cost, so I'm unwilling to push this on others).

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

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

To: Smalyshev, Gehel
Cc: gerritbot, daniel, TerraCodes, Gehel, Lydia_Pintscher, JanZerebecki, Jonas, 
Aklapper, Avner, Lewizho99, Maathavan, debt, D3r1ck01, FloNight, Izno, jkroll, 
Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T133158: [Story] SPARQL textual representation 2nd edition

2016-04-20 Thread Jonas
Jonas moved this task to GUI on the Wikidata-Query-Service workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/891/

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

To: Jonas
Cc: Smalyshev, hoo, Bene, Aklapper, Lydia_Pintscher, Jonas, TerraCodes, Avner, 
debt, Gehel, D3r1ck01, FloNight, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, 
Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Created] T133158: [Story] SPARQL textual representation 2nd edition

2016-04-20 Thread Jonas
Jonas created this task.
Herald added subscribers: TerraCodes, Aklapper.
Herald added a project: Discovery.

TASK DESCRIPTION
  We would like to have a textual representation of SPARQL queries that is more 
advanced than the first edition.
  It should be able to handle two bound variables without showing actual 
variables in the textual representation.
  
  An example of textual representation of the query Politicians who died of 
cancer (of any type)  should be:
  
Find occupation politician that has cause of death any subclass of cancer
  
  instead of
  
Find ?politician occupation politician with ?cause any subclass of cancer
Show ?politician cause of death ?cause

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

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

To: Jonas
Cc: Smalyshev, hoo, Bene, Aklapper, Lydia_Pintscher, Jonas, TerraCodes, Avner, 
debt, Gehel, D3r1ck01, FloNight, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, 
Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T133026: [Bug] WDQS GUI caching

2016-04-20 Thread daniel
daniel added a comment.


  @Gehel grunt-hashres should fix the issue of stale assets being used, but it 
will not fix the issue of the same asset being served from different serves 
with different etags.
  
  It seems to me that we should also not send an etag (and maybe also no 
Last-Modified header), and add a Cache-Control header with"max-age" set to a 
high value (and no must-revalidate flag). Together with content based urls, 
this should be sufficient.
  
  Do you know how to achieve this?

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

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

To: Smalyshev, daniel
Cc: gerritbot, daniel, TerraCodes, Gehel, Lydia_Pintscher, JanZerebecki, Jonas, 
Aklapper, Avner, Lewizho99, Maathavan, debt, D3r1ck01, FloNight, Izno, jkroll, 
Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T133052: [Story] Portal for Query Service documentation on Wikidata

2016-04-20 Thread Jonas
Jonas moved this task to GUI on the Wikidata-Query-Service workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/891/

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

To: johl, Jonas
Cc: TerraCodes, Aklapper, Jonas, Lydia_Pintscher, Smalyshev, johl, Avner, debt, 
Gehel, D3r1ck01, FloNight, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, 
Deskana, Manybubbles, TheDJ, Mbch331, Jay8g, Spage



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


[Wikidata-bugs] [Maniphest] [Closed] T129400: Display of (some) Unicode names is broken in query results

2016-04-20 Thread Jonas
Jonas closed this task as "Resolved".

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

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

To: Jonas
Cc: Jonas, Aklapper, Smalyshev, Avner, debt, Gehel, D3r1ck01, FloNight, Izno, 
jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T133154: Introduce ULS and i18n

2016-04-20 Thread Jonas
Jonas moved this task to GUI on the Wikidata-Query-Service workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/891/

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

To: Jonas
Cc: gerritbot, Aklapper, TerraCodes, Lydia_Pintscher, Jonas, Avner, Lewizho99, 
Maathavan, debt, Gehel, D3r1ck01, FloNight, Izno, jkroll, Smalyshev, 
Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T133154: Introduce ULS and i18n

2016-04-20 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Jonas, gerritbot
Cc: gerritbot, Aklapper, TerraCodes, Lydia_Pintscher, Jonas, Avner, Lewizho99, 
Maathavan, debt, Gehel, D3r1ck01, FloNight, Izno, jkroll, Smalyshev, 
Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T133154: Introduce ULS and i18n

2016-04-20 Thread gerritbot
gerritbot added a comment.


  Change 284447 had a related patch set uploaded (by Jonas Kress (WMDE)):
  Introduce i18n for UI
  
  https://gerrit.wikimedia.org/r/284447

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

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

To: Jonas, gerritbot
Cc: gerritbot, Aklapper, TerraCodes, Lydia_Pintscher, Jonas, Avner, Lewizho99, 
Maathavan, debt, Gehel, D3r1ck01, FloNight, Izno, jkroll, Smalyshev, 
Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T133154: Introduce ULS and i18n

2016-04-20 Thread gerritbot
gerritbot added a comment.


  Change 284164 had a related patch set uploaded (by Jonas Kress (WMDE)):
  Introduce language selector
  
  https://gerrit.wikimedia.org/r/284164

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

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

To: Jonas, gerritbot
Cc: gerritbot, Aklapper, TerraCodes, Lydia_Pintscher, Jonas, Avner, debt, 
Gehel, D3r1ck01, FloNight, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, 
aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Created] T133154: Introduce ULS and i18n

2016-04-20 Thread Jonas
Jonas created this task.
Herald added subscribers: TerraCodes, Aklapper.

TASK DESCRIPTION
  We would like to have ULS to be able to select an arbitrary language.
  When a language is selected we would like to use i18n to translate the UI.
  We would like to use translatewiki to provide translations for arbitrary 
languages.

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

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

To: Jonas
Cc: Aklapper, TerraCodes, Lydia_Pintscher, Jonas, Avner, debt, Gehel, D3r1ck01, 
FloNight, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, 
Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Block] T100475: [Epic] Add arbitrary language support

2016-04-20 Thread Jonas
Jonas created blocking task T133154: Introduce ULS and i18n.

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

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

To: Jonas
Cc: Lydia_Pintscher, Jonas, Sylvain_WMFr, JanZerebecki, Smalyshev, Aklapper, 
Jdouglas, Avner, debt, Gehel, D3r1ck01, FloNight, Izno, jkroll, Wikidata-bugs, 
aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Retitled] T132756: [Story] Introduce basic language support

2016-04-20 Thread Jonas
Jonas changed the title from "[Story] Introduce basic language support with 
ULS" to "[Story] Introduce basic language support ".

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

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

To: Jonas
Cc: gerritbot, Sylvain_WMFr, Lydia_Pintscher, Smalyshev, Jonas, Aklapper, 
Avner, Lewizho99, Maathavan, debt, Gehel, D3r1ck01, FloNight, Izno, jkroll, 
Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T133000: Fatal BadMethodCallException: Call to a member function getText() on a non-object (null) in Wikidata/ArticlePlaceholder/SearchHookHandle

2016-04-20 Thread gerritbot
gerritbot added a comment.


  Change 284429 merged by jenkins-bot:
  Fix Call to a getText() on a non-object (null)
  
  https://gerrit.wikimedia.org/r/284429

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

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

To: gerritbot
Cc: Luke081515, gerritbot, Addshore, TerraCodes, Lucie, Urbanecm, Krinkle, 
Aklapper, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, jayvdb, 
Ricordisamoa, Mbch331, Jay8g, Krenair



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T133000: Fatal BadMethodCallException: Call to a member function getText() on a non-object (null) in Wikidata/ArticlePlaceholder/SearchHookHandle

2016-04-20 Thread gerritbot
gerritbot added a comment.
Herald added a subscriber: Luke081515.


  Change 284459 had a related patch set uploaded (by Thiemo Mättig (WMDE)):
  Fall back to entity id for search results with no label
  
  https://gerrit.wikimedia.org/r/284459

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

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

To: gerritbot
Cc: Luke081515, gerritbot, Addshore, TerraCodes, Lucie, Urbanecm, Krinkle, 
Aklapper, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, jayvdb, 
Ricordisamoa, Mbch331, Jay8g, Krenair



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


[Wikidata-bugs] [Maniphest] [Triaged] T127783: Templates and their parameters from Wikidata

2016-04-20 Thread Amire80
Amire80 triaged this task as "Normal" priority.

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

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

To: Amire80
Cc: Amire80, Ricordisamoa, Aklapper, StudiesWorld, Dvorapa, D3r1ck01, 
Ixocactus, Izno, Wikidata-bugs, aude, Jsahleen, Arrbee, KartikMistry, Mbch331



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


[Wikidata-bugs] [Maniphest] [Edited] T132441: [Task] Move MonthNameProvider and depending classes to DataValues Time

2016-04-20 Thread thiemowmde
thiemowmde edited the task description.

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

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

To: thiemowmde
Cc: gerritbot, aude, Tobi_WMDE_SW, adrianheine, Addshore, Jonas, Aklapper, 
thiemowmde, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T127088: When Content Translation connects articles in Wikidata, it should also add a label

2016-04-20 Thread Amire80
Amire80 moved this task to Upcoming on the 
MediaWiki-extensions-ContentTranslation workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/776/

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

To: Amire80
Cc: YonaB, Lydia_Pintscher, Bugreporter, hoo, daniel, Amire80, Aklapper, 
D3r1ck01, Ixocactus, Izno, Wikidata-bugs, aude, Jsahleen, Arrbee, KartikMistry, 
Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T106535: Descriptions shown in the wrong language on link inspector suggestions

2016-04-20 Thread Amire80
Amire80 moved this task to Upcoming on the 
MediaWiki-extensions-ContentTranslation workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/776/

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

To: Amire80
Cc: Aklapper, Pginer-WMF, D3r1ck01, Ixocactus, Izno, Wikidata-bugs, aude, 
Jsahleen, Arrbee, KartikMistry, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T88580: Red links in the article as entry points for translation

2016-04-20 Thread Amire80
Amire80 moved this task to Upcoming on the 
MediaWiki-extensions-ContentTranslation workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/776/

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

To: Amire80
Cc: Ricordisamoa, Liuxinyu970226, Lydia_Pintscher, Pginer-WMF, Aklapper, 
Nirzar, santhosh, Arrbee, Amire80, codynguyen1116, D3r1ck01, Ixocactus, Izno, 
Wikidata-bugs, aude, Jsahleen, KartikMistry, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T88600: When creating a new page, suggest doing a translation instead

2016-04-20 Thread Amire80
Amire80 moved this task to Upcoming on the 
MediaWiki-extensions-ContentTranslation workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/776/

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

To: Amire80
Cc: Ricordisamoa, rasmusskjoldan, Liuxinyu970226, gerritbot, Lydia_Pintscher, 
Pginer-WMF, Aklapper, Nirzar, santhosh, Arrbee, Amire80, codynguyen1116, 
D3r1ck01, Ixocactus, Izno, Wikidata-bugs, aude, Jsahleen, KartikMistry, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T105448: when a corresponding article does not exist, but a label exists in Wikidata, suggest the label as the target link title

2016-04-20 Thread Amire80
Amire80 moved this task to Upcoming on the 
MediaWiki-extensions-ContentTranslation workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/776/

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

To: Amire80
Cc: Amire80, Aklapper, D3r1ck01, Ixocactus, Izno, Wikidata-bugs, aude, 
Jsahleen, Arrbee, KartikMistry, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T133144: Wikidata skipped dispatching some changes during the wqiad->codfw switch

2016-04-20 Thread gerritbot
gerritbot added a comment.


  Change 284440 had a related patch set uploaded (by Addshore):
  Add requeueChanges maint script
  
  https://gerrit.wikimedia.org/r/284440

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

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

To: gerritbot
Cc: gerritbot, Sjoerddebruin, Aklapper, TerraCodes, aude, Lydia_Pintscher, hoo, 
Addshore, daniel, D3r1ck01, Izno, Wikidata-bugs, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Updated] T133144: Wikidata skipped dispatching some changes during the wqiad->codfw switch

2016-04-20 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: gerritbot, Sjoerddebruin, Aklapper, TerraCodes, aude, Lydia_Pintscher, hoo, 
Addshore, daniel, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Mbch331, 
Jay8g



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


[Wikidata-bugs] [Maniphest] [Commented On] T133144: Wikidata skipped dispatching some changes during the wqiad->codfw switch

2016-04-20 Thread daniel
daniel added a comment.


  For reference: the ChangeDispatcher (using ChangeDispatchCoordinator) keeps 
track of which changes have been dispatched to which client wiki in the 
`wb_changes_dispatch` table. The `chd_seen` field indicates which `ch_id` has 
been dispatched to ("seen") by each client wiki. When ChangeDispatcher fails to 
queue jobs for a given client wiki, the `chd_seen` pointer should not be 
updated, causing the batch to be re-tried later. Apparently, this does not 
quite work as expected. Perhaps some optimization based on `chd_touched` is 
getting in the way.
  
  The critical code is in `ChangeDispatcher::dispatchTo`; the `chd_seen` is set 
by `$wikiState['chd_seen'] = $continueAfter`.

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

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

To: daniel
Cc: Sjoerddebruin, Aklapper, TerraCodes, aude, Lydia_Pintscher, hoo, Addshore, 
daniel, D3r1ck01, Izno, Wikidata-bugs, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Updated] T133042: Quantity datatype precision (tracking)

2016-04-20 Thread Tobi_WMDE_SW
Tobi_WMDE_SW added blocking tasks: T115269: [Story] When a Quantity is entered 
with no uncertainty/bounds given, do not guess uncertainty/bounds until 
needed., T105623: [Task] Investigate quantification of quantity precision (+/- 
1 or +/- 0.5), T112247: [RFC] Create a "number" datatype for exact values.

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

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

To: Tobi_WMDE_SW
Cc: Nikki, Stryn, Lydia_Pintscher, Liuxinyu970226, Snipre, Event, Ash_Crow, 
mgrabovsky, Micru, Denny, He7d3r, Bene, Wikidata-bugs, Ricordisamoa, Kelson, 
MSGJ, Klortho, Wolfvoll, Aklapper, Darkdadaah, DixonD, jeblad, Tobi_WMDE_SW, 
thiemowmde, JanZerebecki, TerraCodes, daniel, D3r1ck01, Izno, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T112247: [RFC] Create a "number" datatype for exact values

2016-04-20 Thread Tobi_WMDE_SW
Tobi_WMDE_SW added a blocked task: T133042: Quantity datatype precision 
(tracking).

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

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

To: Tobi_WMDE_SW
Cc: Nikki, TerraCodes, JohnLewis, JanZerebecki, Micru, mkroetzsch, thiemowmde, 
Ricordisamoa, daniel, Lydia_Pintscher, Liuxinyu970226, Snaterlicious, jayvdb, 
SPQRobin, Wikidata-bugs, DSGalaktos, Bugreporter, geraki, Ayack, Gareth, 
kaldari, Smalyshev, Izno, AmaryllisGardener, Sjoerddebruin, Mbch331, Stryn, 
Denny, Jc3s5h, Aklapper, D3r1ck01, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T105623: [Task] Investigate quantification of quantity precision (+/- 1 or +/- 0.5)

2016-04-20 Thread Tobi_WMDE_SW
Tobi_WMDE_SW added a blocked task: T133042: Quantity datatype precision 
(tracking).

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

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

To: Tobi_WMDE_SW
Cc: Edgars2007, Yellowcard, Jonas, JanZerebecki, harej-NIOSH, Thryduulf, 
Mike_Peel, Jc3s5h, thiemowmde, kaldari, daniel, Stryn, Lydia_Pintscher, 
Liuxinyu970226, Snipre, Event, Ash_Crow, mgrabovsky, Micru, Denny, He7d3r, 
Bene, Wikidata-bugs, Ricordisamoa, Kelson, MSGJ, Wolfvoll, Aklapper, D3r1ck01, 
Izno, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T115269: [Story] When a Quantity is entered with no uncertainty/bounds given, do not guess uncertainty/bounds until needed.

2016-04-20 Thread Tobi_WMDE_SW
Tobi_WMDE_SW added a blocked task: T133042: Quantity datatype precision 
(tracking).

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

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

To: Tobi_WMDE_SW
Cc: Sylvain_WMFr, Lydia_Pintscher, StudiesWorld, He7d3r, Thryduulf, 
Ricordisamoa, Mike_Peel, Aklapper, daniel, D3r1ck01, Izno, Wikidata-bugs, aude, 
JeroenDeDauw, Mbch331



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


[Wikidata-bugs] [Maniphest] [Edited] T133026: [Bug] WDQS GUI caching

2016-04-20 Thread daniel
daniel edited the task description.

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

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

To: Smalyshev, daniel
Cc: gerritbot, daniel, TerraCodes, Gehel, Lydia_Pintscher, JanZerebecki, Jonas, 
Aklapper, Avner, Lewizho99, Maathavan, debt, D3r1ck01, FloNight, Izno, jkroll, 
Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T66996: [Story] Automatically create Doxygen documentation of Wikibase PHP code

2016-04-20 Thread Jonas
Jonas added a blocked task: T133028: [Story] Wikibase documentation .

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

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

To: Jonas
Cc: JanZerebecki, TerraCodes, Ricordisamoa, Aklapper, Spage, hashar, 
Tobi_WMDE_SW, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, greg



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


[Wikidata-bugs] [Maniphest] [Updated] T133028: [Story] Wikibase documentation

2016-04-20 Thread Jonas
Jonas added a blocking task: T66996: [Story] Automatically create Doxygen 
documentation of Wikibase PHP code.

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

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

To: Jonas
Cc: hashar, TerraCodes, Lydia_Pintscher, JanZerebecki, Tobi_WMDE_SW, Jonas, 
Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, Spage, greg



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


[Wikidata-bugs] [Maniphest] [Created] T133144: Wikidata skipped dispatching some changes during the wqiad->codfw switch

2016-04-20 Thread Addshore
Addshore created this task.
Herald added subscribers: TerraCodes, Aklapper.

TASK DESCRIPTION
  > SAL
  >  13:55 ori: [switchover #1]: disabling eqiad jobrunners via "salt -C 
'G@cluster:jobrunner and G@site:eqiad' cmd.run 'service jobrunner stop; service 
jobchron stop;'".
  >  13:56 _joe_: [switchover #3] disabling cronjobs on terbium
  >  15:02 _joe_: [switchover #13] starting maintenace jobs
  >  15:10 logmsgbot: ori@tin Synchronized wmf-config/ProductionServices.php: 
live-hack fix for rdb2*.eqiad (duration: 00m 34s)
  
  During the switch there were times that the maint scripts were running (so 
the dispatcher in our case) but job queues were not able to be written to.
  ie. between 13:55 and 13:56 and then between 15:02 and 15:10   (the whole 
windows being 13:55 to 15:10)
  
  As far as I can tell in the case of wikidata this causes the dispatchers to 
run and try to queue jobs. The jobs will not get queued.
  Looking at the code and speaking to @daniel this should not cause things to 
get missed.
  
  However the following change was not dispatched to fiwiki
  
select * from wb_changes where change_revision_id = 323124588 limit 1;

+---+--++--++++
| change_id | change_type  | change_time| change_object_id | 
change_revision_id | change_user_id | change_info

+---+--++--++++
| 321229424 | wikibase-item~update | 20160419145156 | q1926802 |
  323124588 |1896387 | 
{"diff":{"type":"diff\/item","isassoc":true,"operations":{"links":{"type":"diff","isassoc":true,"operations":{"fiwiki":{"type":"diff","isassoc":true,"operations":{"name":{"type":"add","newvalue":"Michael
 
Valgren"},"claim":{"type":"diff","isassoc":true,"operations":[]}}},"metadata":{"user_text":"Quinn","page_id":1856525,"parent_id":319636412,"comment":"\/*
 wbsetsitelink-add:1|fiwiki *\/ Michael Valgren","rev_id":323124588}} |

+---+--++--++++
1 row in set (0.03 sec)
  
  Until I manually poked the item 
https://www.wikidata.org/w/index.php?title=Q1926802=history
  
  Another example that I have no fiddled with yet is a few rows down in the 
changes table.
  
  https://www.wikidata.org/w/index.php?title=Q19933855=323124612
  Link change not dispatched to 
https://de.wikipedia.org/wiki/Richard_Hamann_(Sanit%C3%A4tsoffizier) so no 
links in the side bar
  
| 321229448 | wikibase-item~update | 20160419145212 | q19933855|
  323124612 |1895734 | 
{"diff":{"type":"diff\/item","isassoc":true,"operations":{"links":{"type":"diff","isassoc":true,"operations":{"dewiki":{"type":"diff","isassoc":true,"operations":{"name":{"type":"add","newvalue":"Richard
 Hamann 
(Sanit\u00e4tsoffizier)"},"claim":{"type":"diff","isassoc":true,"operations":[]}}},"metadata":{"user_text":"M2k~dewiki","page_id":21575717,"parent_id":316407931,"comment":"\/*
 wbsetsitelink-add:1|dewiki *\/ Richard Hamann 
(Sanit\u00e4tsoffizier)","rev_id":323124612}}
  
  Per something @daniel just said we could always take the change rows out 
between 2 timestamps and add them to the table again (causing them to be re 
dispatched)
  I uses we should avoid doing this for things that have since had other 
changes dispatched?
  I feel a maint script is needed here :)

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

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

To: Addshore
Cc: Aklapper, 

[Wikidata-bugs] [Maniphest] [Commented On] T133026: [Bug] WDQS GUI caching

2016-04-20 Thread Gehel
Gehel added a comment.


  In https://phabricator.wikimedia.org/T133026#2221842, @daniel wrote:
  
  > @Smalyshev yes, that's what I suspected. But that's not how load balancing 
for static resources should work. It screws with the logic of IFM headers. 
Varnish should hide the differences, there should be only one state of the 
virtual resource represented by a url.
  >
  > Basically, this kind of load balancing causes more load, because static 
resources that are already cached in the browser are often delivered again, 
when the request is hitting a different box, where the resources has a 
different etag.
  >
  > The simplest fix would probably be to just force the mtime on all the 
static files.
  
  
  Forcing mtime would need to be done by Trebuchet during deployment. Varnish 
does not have shared state as far as I know, so it will not be able to hide the 
mtime differences. While it might be possible to do it via trebuchet, I would 
prefer to remove etags, push for a very large caching time and have a clean 
cache busting solution (https://gerrit.wikimedia.org/r/284428).

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

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

To: Smalyshev, Gehel
Cc: gerritbot, daniel, TerraCodes, Gehel, Lydia_Pintscher, JanZerebecki, Jonas, 
Aklapper, Avner, Lewizho99, Maathavan, debt, D3r1ck01, FloNight, Izno, jkroll, 
Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T133000: Fatal BadMethodCallException: Call to a member function getText() on a non-object (null) in Wikidata/ArticlePlaceholder/SearchHookHandle

2016-04-20 Thread gerritbot
gerritbot added a comment.


  Change 284429 had a related patch set uploaded (by Addshore):
  Fix Call to a getText() on a non-object (null)
  
  https://gerrit.wikimedia.org/r/284429

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

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

To: gerritbot
Cc: gerritbot, Addshore, TerraCodes, Lucie, Urbanecm, Krinkle, Aklapper, 
D3r1ck01, Izno, Wikidata-bugs, aude, jayvdb, Ricordisamoa, Mbch331, Jay8g, 
Krenair



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


[Wikidata-bugs] [Maniphest] [Updated] T133000: Fatal BadMethodCallException: Call to a member function getText() on a non-object (null) in Wikidata/ArticlePlaceholder/SearchHookHandle

2016-04-20 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: gerritbot, Addshore, TerraCodes, Lucie, Urbanecm, Krinkle, Aklapper, 
Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, jayvdb, 
Ricordisamoa, Mbch331, Jay8g, Krenair



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


[Wikidata-bugs] [Maniphest] [Updated] T133026: [Bug] WDQS GUI caching

2016-04-20 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Smalyshev, gerritbot
Cc: gerritbot, daniel, TerraCodes, Gehel, Lydia_Pintscher, JanZerebecki, Jonas, 
Aklapper, Avner, Lewizho99, Maathavan, debt, D3r1ck01, FloNight, Izno, jkroll, 
Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T133026: [Bug] WDQS GUI caching

2016-04-20 Thread gerritbot
gerritbot added a comment.


  Change 284428 had a related patch set uploaded (by Gehel):
  Introduce grunt-hashres to ensure caching coherence of assets
  
  https://gerrit.wikimedia.org/r/284428

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

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

To: Smalyshev, gerritbot
Cc: gerritbot, daniel, TerraCodes, Gehel, Lydia_Pintscher, JanZerebecki, Jonas, 
Aklapper, Avner, debt, D3r1ck01, FloNight, Izno, jkroll, Smalyshev, 
Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T48251: [Task] Make search suggestions work for pages outside the main namespace

2016-04-20 Thread Beta16
Beta16 added a comment.


  A possible solution can be add a 'hamburger menu' (or other of similar) next 
to the search box. When open this new menu you can find two option (radio 
button: only one can be selected):
  
  - Search only among Wikidata items
  - Search into non-main namespaces

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

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

To: Beta16
Cc: Beta16, thiemowmde, Aklapper, Mbch331, MGChecker, Liuxinyu970226, Legoktm, 
Yair_rand, He7d3r, matej_suchanek, Ricordisamoa, Lydia_Pintscher, jeremyb, 
Stryn, D3r1ck01, Izno, Wikidata-bugs, aude, TheDJ



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T129033: Confusion between Wikidata rank and value switches

2016-04-20 Thread adrianheine
adrianheine moved this task to Done on the Wikidata-Sprint-2016-04-12 workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/1926/

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

To: thiemowmde, adrianheine
Cc: gerritbot, Tobi_WMDE_SW, Lydia_Pintscher, Jonas, thiemowmde, Sjoerddebruin, 
putnik, Aklapper, codynguyen1116, D3r1ck01, Izno, Wikidata-bugs, aude, TheDJ, 
Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T133028: [Story] Wikibase documentation

2016-04-20 Thread hashar
hashar added a comment.


  jsduck is a ruby gems, we had a recentish version provided as a Debian 
package for Ubuntu Trusty but it turned out to be a nightmare to build for 
Debian Jessie.  So instead we should move to use bundler to install it and 
define a `rake doc` command to generate it (Jan pointed to 
https://phabricator.wikimedia.org/T109005).
  
  Regarding Doxygen, other extensions have similar needs such as Echo 
https://phabricator.wikimedia.org/T117025. Potentially one of the issue is 
generating the documentation would probably need a copy of MediaWiki core and 
it seems dumb to generate the whole mw doc for each extension.

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

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

To: hashar
Cc: hashar, TerraCodes, Lydia_Pintscher, JanZerebecki, Tobi_WMDE_SW, Jonas, 
Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, Spage, greg



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


[Wikidata-bugs] [Maniphest] [Commented On] T133026: [Bug] WDQS GUI caching

2016-04-20 Thread daniel
daniel added a comment.


  @Smalyshev yes, that's what I suspected. But that's not how load balancing 
for static resources should work. It screws with the logic of IFM headers. 
Varnish should hide the differences, there should be only one state of the 
virtual resource represented by a url.

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

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

To: Smalyshev, daniel
Cc: daniel, TerraCodes, Gehel, Lydia_Pintscher, JanZerebecki, Jonas, Aklapper, 
Avner, debt, D3r1ck01, FloNight, Izno, jkroll, Smalyshev, Wikidata-bugs, 
Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T133026: [Bug] WDQS GUI caching

2016-04-20 Thread Smalyshev
Smalyshev added a comment.


  Those two are from two different servers. But I wonder why they are 
different. The files are:
  
-rw-r--r-- 1 root root 1150537 Feb 22 22:23 gui/vendor/wdqs-explorer/vis.js
-rw-r--r-- 1 root root 1150537 Apr 12 21:03 gui/vendor/wdqs-explorer/vis.js
  
  The files are the same, but modified time differs. Probably because the 
second server was reimaged, so the timestamps are from when it was imaged (not 
sure why trebuchet does that but that seems to be the case).

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

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

To: Smalyshev
Cc: daniel, TerraCodes, Gehel, Lydia_Pintscher, JanZerebecki, Jonas, Aklapper, 
Avner, debt, D3r1ck01, FloNight, Izno, jkroll, Smalyshev, Wikidata-bugs, 
Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T133026: [Bug] WDQS GUI caching

2016-04-20 Thread daniel
daniel added a comment.


  When reloading the query interface multiple times, I only sometimes get the 
304 response as expected. Sometimes I get a 200 response with a new copy of the 
data - and a different timestamp and etag. Here are two responses for 
https://query.wikidata.org/vendor/wdqs-explorer/vis.js:
  
  HTTP/1.1 304 Not Modified
  Date: Tue, 19 Apr 2016 14:16:08 GMT
  Content-Type: application/javascript
  Server: nginx/1.9.3
  Last-Modified: Mon, 22 Feb 2016 22:23:01 GMT
  Etag: "56cb8a45-118e49"
  X-Served-By: wdqs1001
  Content-Encoding: gzip
  x-varnish: 690103699, 2499762542, 1219053830
  Via: 1.1 varnish, 1.1 varnish, 1.1 varnish
  Accept-Ranges: bytes
  Age: 0
  X-Cache: cp1061 miss(0), cp3009 miss(0), cp3010 frontend miss(0)
  Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
  x-analytics: WMF-Last-Access=19-Apr-2016;https=1
  x-client-ip: 87.138.110.76
  X-Firefox-Spdy: 3.1
  
  HTTP/1.1 200 OK
  Date: Tue, 19 Apr 2016 14:37:50 GMT
  Content-Type: application/javascript
  Content-Length: 231830
  Server: nginx/1.9.4
  Last-Modified: Tue, 12 Apr 2016 21:03:03 GMT
  Etag: "570d6287-118e49"
  X-Served-By: wdqs1002
  Content-Encoding: gzip
  x-varnish: 690662416, 2499930515, 1219092302 1219089585
  Via: 1.1 varnish, 1.1 varnish, 1.1 varnish
  Accept-Ranges: bytes
  Age: 96
  X-Cache: cp1061 miss(0), cp3009 miss(0), cp3010 frontend hit(1)
  Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
  x-analytics: WMF-Last-Access=19-Apr-2016;https=1
  x-client-ip: 87.138.110.76
  X-Firefox-Spdy: 3.1
  
  So it seems that the responses I get from different varnish or nginx 
instances are inconsistent.

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

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

To: Smalyshev, daniel
Cc: daniel, TerraCodes, Gehel, Lydia_Pintscher, JanZerebecki, Jonas, Aklapper, 
Avner, debt, D3r1ck01, FloNight, Izno, jkroll, Smalyshev, Wikidata-bugs, 
Jdouglas, aude, Deskana, Manybubbles, Mbch331



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