[Wikidata-bugs] [Maniphest] [Updated] T85358: Testing Pywikibot-Wikidata changes on non-production wikis

2015-06-16 Thread jayvdb
jayvdb added a project: Wikidata.

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

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

To: jayvdb
Cc: jayvdb, Qgil, Aklapper, pywikibot-bugs-list, Quality-Assurance, 
Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Raised Priority] T85358: Testing Pywikibot-Wikidata changes on non-production wikis

2015-06-16 Thread jayvdb
jayvdb raised the priority of this task from "Normal" to "High".

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

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

To: jayvdb
Cc: jayvdb, Qgil, Aklapper, pywikibot-bugs-list, Quality-Assurance, 
Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T102741: Python library for Wikibase data values

2015-06-16 Thread Ricordisamoa
Ricordisamoa added a subscriber: Ricordisamoa.

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

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

To: Ricordisamoa
Cc: Ricordisamoa, Yurik, Husky, mkroetzsch, Denny, jcreus, Legoktm, Pyfisch, 
johl, Lucie, JeroenDeDauw, hashar, Aklapper, jayvdb, pywikibot-bugs-list, 
Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T102741: Python library for Wikibase data values

2015-06-16 Thread jayvdb
jayvdb added a blocked task: T89451: Reducing complexity of the Family class.

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

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

To: jayvdb
Cc: Yurik, Husky, mkroetzsch, Denny, jcreus, Legoktm, Pyfisch, johl, Lucie, 
JeroenDeDauw, hashar, Aklapper, jayvdb, pywikibot-bugs-list, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Created] T102741: Python library for Wikibase data values

2015-06-16 Thread jayvdb
jayvdb created this task.
jayvdb added subscribers: jayvdb, hashar, JeroenDeDauw, Lucie, johl, Pyfisch, 
Legoktm, jcreus, Denny, mkroetzsch, Husky, Yurik.
jayvdb added projects: pywikibot-core, Pywikibot-Wikidata, Wikidata, 
Wikidata-Quality-External-Validation.
Herald added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
  There should be a reusable and well maintained Python package for Wikibase 
data types, data streams, etc.
  
  I expect most Wikibase Python users can agree on it needing to be a very 
modern and powerful Python toolkit - we dont (yet) have a lot of legacy 
applications.
  
  We may have more difficulty agreeing on the scope of this new library.
  
  @JeroenDeDauw has built https://pypi.python.org/pypi/WikibaseDataModel hosted 
at https://github.com/JeroenDeDauw/WikibaseDataModelPython , which looks a bit 
unmaintained, and needs to be converted to modern Python to be honest, but I 
think that it is a good 'scope' for this new library.  I see he 
[[https://lists.wikimedia.org/pipermail/pywikibot/2013-September/008300.html| 
emailed pywikipedia-l]] asking for it to be adopted by someone.  We need to do 
that.  If we're going to get a lot of adoption of this library, I would like it 
to be hosted in a tool like Gerrit, so that the quality of code reviews is 
high.  (This could be an opportunity to start the project using Diffusion ?)
  
  Pywikibot has its own classes for the Wikibase data types. e.g. 
https://github.com/wikimedia/pywikibot-core/blob/master/pywikibot/__init__.py#L199
 for WbCoordinate and WbTime is below it.  We will need to identity which parts 
of Pywikibot need to be migrated to the new library.
  
  here is another one:
  https://github.com/asdil12/pywikibase/blob/master/things.py
  
  Some custom property detection
  https://github.com/frimelle/wikibase-stuff/blob/master/obsolete-property.py
  
  datatype detection here:
  
https://github.com/mkroetzsch/wda/blob/1e5b1582344a5405609177a3965ca04e9707488b/includes/epTurtleFileWriter.py#L79
  
  Some good stuff in here:
  
https://github.com/asciimoo/searx/blob/aac8d3a7bfdd77a5369e52a4ece99b20669a4625/searx/engines/wikidata.py
  
  nasty parsing here:
  
https://github.com/gnowledge/gstudio/blob/mongokit/gnowsys-ndf/gnowsys_ndf/ndf/management/commands/iterative_script.py#L359
  
  more
  
https://github.com/WikidataQuality/WikidataQuality/blob/master/external%20validation/wikidata/datatypes.py
  
https://github.com/Wikidata-lib/PropertySuggester-Python/blob/master/propertysuggester/parser/JsonReader.py
  https://github.com/hay/chantek/blob/master/commands/wikidata/entity.py
  
  In addition to the classes, Wikibase datatypes need to have data.
  
  For example pywikibot includes the following in the wikidata `family` file:
  
  ```
  def globes(self, code):
  """Supported globes for Coordinate datatype."""
  return {
  'ariel': 'http://www.wikidata.org/entity/Q3343',
  'callisto': 'http://www.wikidata.org/entity/Q3134',
  'ceres': 'http://www.wikidata.org/entity/Q596',
  'deimos': 'http://www.wikidata.org/entity/Q7548',
  'dione': 'http://www.wikidata.org/entity/Q15040',
  'earth': 'http://www.wikidata.org/entity/Q2',
  'enceladus': 'http://www.wikidata.org/entity/Q3303',
  'europa': 'http://www.wikidata.org/entity/Q3143',
  'ganymede': 'http://www.wikidata.org/entity/Q3169',
  'hyperion': 'http://www.wikidata.org/entity/Q15037',
  'iapetus': 'http://www.wikidata.org/entity/Q17958',
  'io': 'http://www.wikidata.org/entity/Q3123',
  'jupiter': 'http://www.wikidata.org/entity/Q319',
  'mars': 'http://www.wikidata.org/entity/Q111',
  'mercury': 'http://www.wikidata.org/entity/Q308',
  'mimas': 'http://www.wikidata.org/entity/Q15034',
  'miranda': 'http://www.wikidata.org/entity/Q3352',
  'moon': 'http://www.wikidata.org/entity/Q405',
  'oberon': 'http://www.wikidata.org/entity/Q3332',
  'phobos': 'http://www.wikidata.org/entity/Q7547',
  'phoebe': 'http://www.wikidata.org/entity/Q17975',
  'pluto': 'http://www.wikidata.org/entity/Q339',
  'rhea': 'http://www.wikidata.org/entity/Q108419',
  'tethys': 'http://www.wikidata.org/entity/Q15047',
  'titan': 'http://www.wikidata.org/entity/Q2565',
  'titania': 'http://www.wikidata.org/entity/Q3322',
  'triton': 'http://www.wikidata.org/entity/Q3359',
  'umbriel': 'http://www.wikidata.org/entity/Q3338',
  'venus': 'http://www.wikidata.org/entity/Q313',
  'vesta': 'http://www.wikidata.org/entity/Q3030',
  }
  ```
  
  Note that these are http , not https.  I cant find any task about Wikidata 
converting to using #HTTPS for these URIs, and I dont expect would or should.  
At least Q2 is ba

[Wikidata-bugs] [Maniphest] [Unblock] T96579: EPIC: Deploy Wikidata Query 0.1 Release in labs as official service

2015-06-16 Thread Smalyshev
Smalyshev closed blocking task T101140: Create monitoring for WDQS update tool 
as "Resolved".

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

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

To: Smalyshev
Cc: Daniel_Mietchen, -jem-, Liuxinyu970226, phuedx, JKatzWMF, Deskana, ksmith, 
Smalyshev, Aklapper, Manybubbles, jkroll, Wikidata-bugs, Jdouglas, aude, 
daniel, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Unblock] T85159: Deploy a Wikidata complex query service into production

2015-06-16 Thread Smalyshev
Smalyshev closed blocking task T101140: Create monitoring for WDQS update tool 
as "Resolved".

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

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

To: Smalyshev
Cc: Addshore, Laddo, bd808, MBlissett, Krenair, waldyrious, MrStradivarius, 
JeroenDeDauw, JanZerebecki, aude, Aklapper, RobLa-WMF, daniel, jkroll, 
Smalyshev, Wikidata-bugs, Jdouglas, Manybubbles



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T101621: Wikibase "Quality" seems to not be a correct name for this extension

2015-06-16 Thread Ricordisamoa
Ricordisamoa added a subscriber: Ricordisamoa.

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

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

To: Ricordisamoa
Cc: Ricordisamoa, Bugreporter, jeblad, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T102628: Request Gerrit repositories for Wikidata.org and WikimediaBadges

2015-06-16 Thread Ricordisamoa
Ricordisamoa added a comment.

Easy ;-)
https://www.mediawiki.org/wiki/Git/New_repositories/Requests


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

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

To: Ricordisamoa
Cc: hoo, Dereckson, Lydia_Pintscher, MZMcBride, aude, JanZerebecki, 
JeroenDeDauw, Legoktm, GPHemsley, Tobi_WMDE_SW, adrianheine, daniel, 
Snaterlicious, Qgil, thiemowmde, Aklapper, Abraham, mmodell, chasemp, 
Ricordisamoa, Liuxinyu970226, Addshore, Wikidata-bugs, greg



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T102733: Wikidata registers ResourceLoader module called 'dependencies'

2015-06-16 Thread hoo
hoo added a subscriber: hoo.

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

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

To: hoo
Cc: hoo, Aklapper, Catrope, Wikidata-bugs, aude, Jdforrester-WMF, Legoktm



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


[Wikidata-bugs] [Maniphest] [Updated] T101752: Introduce ExternalEntityId

2015-06-16 Thread jayvdb
jayvdb added a subscriber: jayvdb.
jayvdb added a comment.

It would be lovely to have some supported way to distinguish between items on 
'wikidata' and the local wikibase.  To work around this, I set up a private 
wikibase which is a subset of wikidata, syncronised periodically with a manual 
verification process, and changed the Q number generation for local (private) 
items to start at an extremely high number.  Not the cleanest solution, but it 
worked.  My first idea was to use a different letter prefix or namespace for 
the local items, but those approaches were not feasible in the time I had to 
get it working.

On the issue of foreign sites, please work the core team to create a single API 
for sites.  See https://phabricator.wikimedia.org/T85153 and and 
https://phabricator.wikimedia.org/T89540.


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

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

To: jayvdb
Cc: jayvdb, mkroetzsch, JeroenDeDauw, Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Created] T102733: Wikidata registers ResourceLoader module called 'dependencies'

2015-06-16 Thread Catrope
Catrope created this task.
Catrope added a subscriber: Catrope.
Catrope added projects: MediaWiki-ResourceLoader, Wikidata, Technical-Debt.
Herald added a subscriber: Aklapper.

TASK DESCRIPTION
  This is already fixed upstream in DataTypes on github: 
https://github.com/wmde/DataTypes/blame/master/js/resources.php but it just 
missed the 0.4.1 release by a few days.

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

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

To: Catrope
Cc: Aklapper, Catrope, Wikidata-bugs, aude, Jdforrester-WMF, Legoktm, Malyacko, 
P.Copp



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


[Wikidata-bugs] [Maniphest] [Updated] T102723: Weird software bug on Wikidata with the "performer" property.

2015-06-16 Thread aude
aude added a subscriber: aude.
aude added a comment.

@chess I think this issue is related to 
https://phabricator.wikimedia.org/T102148

there isn't supposed to be two properties with the same label in a given 
language.  the bug allowed that to happen, but is fixed now.

side effect is that we need to fix the conflicts where they exist.  It's not 
great that unrelated labels can't be saved right now without fixing the 
conflict but fixing it is probably the easiest thing to do in this case. :/

either https://www.wikidata.org/wiki/Property:P161?uselang=scn or 
https://www.wikidata.org/wiki/Property:P175?uselang=scn needs to be changed to 
something else.

Peppepz added one of the labels so he/she might have an idea of an alternative.

https://www.wikidata.org/w/index.php?title=Property%3AP175&type=revision&diff=221999444&oldid=211633658


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

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

To: aude
Cc: aude, Aklapper, Chess, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Commented On] T93375: vagrant default wiki is not in interwiki table / sites table which means it can not be linked in wikidata

2015-06-16 Thread bd808
bd808 added a subscriber: bd808.
bd808 added a comment.

The neatest fix for this that I can think of would be for the 
`::mediawiki::wiki` Puppet resource to maintain an interwiki CDB cache file 
 that is 
configured to be used by all wikis on the VM.


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

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

To: bd808
Cc: bd808, Lydia_Pintscher, hoo, JanZerebecki, Aklapper, mobrovac, 
Wikidata-bugs, aude, jeremyb



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


[Wikidata-bugs] [Maniphest] [Updated] T102723: Weird software bug on Wikidata with the "performer" property.

2015-06-16 Thread Chess
Chess added a project: Wikidata.
Chess set Security to None.

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

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

To: Chess
Cc: Aklapper, Chess, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T100897: Allow formatting references by a callback in Wikibase's infobox functionality

2015-06-16 Thread Bene
Bene added a project: Wikidata-Sprint-2015-06-16.

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

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

To: Bene
Cc: gerritbot, hoo, Aklapper, Bene, Wikidata-bugs, aude, Jackmcbarn



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


[Wikidata-bugs] [Maniphest] [Created] T102681: Provide a convenient way to prefetch terms with a language fallback

2015-06-16 Thread Bene
Bene created this task.
Bene added a subscriber: Bene.
Bene added projects: Wikidata, MediaWiki-extensions-WikibaseRepository, 
Wikidata-Sprint-2015-06-16.
Herald added a subscriber: Aklapper.

TASK DESCRIPTION
  There should be a nice way to (pre)fetch terms with a language fallback 
applied. This is used at several places in our code base.

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

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

To: Bene
Cc: Bene, Aklapper, Wikidata-bugs, aude, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Commented On] T102026: Create Wikipedia Northern Luri

2015-06-16 Thread Krenair
Krenair added a comment.

For future reference: my list of syncs to run was a bit silly (includes 
unnecessary stuff, misses important stuff), use:

  sync-dblist
  sync-wikiversions
  sync-file wmf-config/InitialiseSettings.php
  sync-file langlist
  sync-file w/static/images/project-logos/logo-filename.png


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

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

To: Krenair
Cc: Matanya, Forrestbot, greg, Nikerabbit, Glaisher, Rschen7754, 
Liuxinyu970226, Dzahn, Ebe123, jcrespo, coren, Springle, Mogoeilor, Mjbmr, 
Krenair, gerritbot, Aklapper, MF-Warburg, Wikidata-bugs, Snowolf, aude, tomasz, 
gpaumier, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Updated] T100886: Have Wikibase client extend Capiunto with an addStatement method

2015-06-16 Thread Bene
Bene added a project: Wikidata-Sprint-2015-06-16.

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

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

To: Bene
Cc: gerritbot, hoo, Aklapper, Bene, Wikidata-bugs, aude, Jackmcbarn



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


[Wikidata-bugs] [Maniphest] [Commented On] T99148: Fix unstable tests

2015-06-16 Thread gerritbot
gerritbot added a comment.

Change 218652 merged by jenkins-bot:
Hang around for up to 20s for executorService

https://gerrit.wikimedia.org/r/218652


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

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

To: Jdouglas, gerritbot
Cc: gerritbot, Jdouglas, Manybubbles, Aklapper, Smalyshev, jkroll, 
Wikidata-bugs, aude, daniel, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Created] T102717: https switch changed wdata prefix to https:

2015-06-16 Thread Smalyshev
Smalyshev created this task.
Smalyshev claimed this task.
Smalyshev added subscribers: Smalyshev, daniel.
Smalyshev added projects: Wikidata-Query-Service, Wikidata.
Herald added a subscriber: Aklapper.
Herald added a project: Discovery.

TASK DESCRIPTION
  After the https switch, the page 
http://www.wikidata.org/wiki/Special:EntityData/Q1.ttl?flavor=dump redirects to 
https://www.wikidata.org/wiki/Special:EntityData/Q1.ttl?flavor=dump - which 
produces this prefix:
  
  ```
  @prefix wdata:  .
  ```
  
  Which doesn't seem right since our URLs are defined as http:// canonically. 
Should we change the definition or (my preference) fix the output so it 
displays http:// even if current page is https. Data should not depend on the 
transfer protocol IMO.

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

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

To: Smalyshev
Cc: daniel, Aklapper, Smalyshev, jkroll, Wikidata-bugs, Jdouglas, aude, 
Manybubbles, JanZerebecki, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Triaged] T102717: https switch changed wdata prefix to https:

2015-06-16 Thread Smalyshev
Smalyshev triaged this task as "Normal" priority.
Smalyshev set Security to None.

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

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

To: Smalyshev
Cc: daniel, Aklapper, Smalyshev, jkroll, Wikidata-bugs, Jdouglas, aude, 
Manybubbles, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Created] T102709: fix JavaScript jscs violations from npm job

2015-06-16 Thread JanZerebecki
JanZerebecki created this task.
JanZerebecki added a subscriber: JanZerebecki.
JanZerebecki added a project: Wikidata-Quality.
Herald added a subscriber: Aklapper.
Herald added a project: Wikidata.

TASK DESCRIPTION
  Fix JavaScript jscs violations from npm job. Example run: 
https://integration.wikimedia.org/ci/job/npm/9064/console

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

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

To: JanZerebecki
Cc: JanZerebecki, Aklapper, Wikidata-bugs, aude, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Commented On] T97423: (Re-)Naming our extension(s)

2015-06-16 Thread JanZerebecki
JanZerebecki added a comment.

Was anything done for actually renaming the repositories this like ask for the 
new repo names?


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

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

To: dominic.sauer, JanZerebecki
Cc: jeblad, Bugreporter, Legoktm, Liuxinyu970226, Andreasburmeister, 
JanZerebecki, Ricordisamoa, Aklapper, Tamslo, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T99148: Fix unstable tests

2015-06-16 Thread Jdouglas
Jdouglas added a comment.

@smalyshev The first thing that the bigBang() test does is update(1,1) which 
appears to fail with the above message, but only on Jenkins.


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

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

To: Jdouglas
Cc: gerritbot, Jdouglas, Manybubbles, Aklapper, Smalyshev, jkroll, 
Wikidata-bugs, aude, daniel, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Commented On] T99148: Fix unstable tests

2015-06-16 Thread Jdouglas
Jdouglas added a comment.

This is happening during the Big Bang test, and I can't yet figure out why:

  20:25:56   1> 20:25:55.957 [pool-1-thread-1] DEBUG 
o.wikidata.query.rdf.tool.rdf.Munger - Unrecognized subjects: 
[https://www.wikidata.org/wiki/Special:EntityData/Q1].  Expected only sitelinks 
and subjects starting with http://www.wikidata.org/wiki/Special:EntityData/ and 
http://www.wikidata.org/entity/
  20:25:56   1> 20:25:55.969 [pool-1-thread-1] WARN  
org.wikidata.query.rdf.tool.Update - Contained error syncing.  Giving up on Q1


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

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

To: Jdouglas
Cc: gerritbot, Jdouglas, Manybubbles, Aklapper, Smalyshev, jkroll, 
Wikidata-bugs, aude, daniel, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Updated] T102685: Add basic style sheets to mobile Wikidata

2015-06-16 Thread Bene
Bene set Security to None.
Bene set Story Points to 1.

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

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

To: Bene
Cc: Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T95884: Decide how to use table of contents on mobile Wikidata

2015-06-16 Thread Bene
Bene set Story Points to 1.

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

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

To: Bene
Cc: gerritbot, Moushira, Jdlrobson, Lydia_Pintscher, MaxSem, Florian, Aklapper, 
Snaterlicious, adrianheine, thiemowmde, Bene, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T102681: Provide a convenient way to prefetch terms with a language fallback

2015-06-16 Thread Bene
Bene set Story Points to 1.

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

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

To: Bene
Cc: gerritbot, Bene, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T100897: Allow formatting references by a callback in Wikibase's infobox functionality

2015-06-16 Thread Bene
Bene set Story Points to 1.

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

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

To: Bene
Cc: gerritbot, hoo, Aklapper, Bene, Wikidata-bugs, aude, Jackmcbarn



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


[Wikidata-bugs] [Maniphest] [Updated] T100784: Deploy usage tracking to s3 wikis (part 2, maiwiki - zuwiki) + dewiki + ruwiki + cswiki

2015-06-16 Thread Bene
Bene set Story Points to 1.

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

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

To: aude, Bene
Cc: gerritbot, Aklapper, aude, Wikidata-bugs, gpaumier, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Commented On] T92520: Move Wikidata.org and WikimediaBadges extensions to gerrit

2015-06-16 Thread Bene
Bene added a subscriber: Bene.
Bene added a comment.

Is there a way to import the discussions on issues and pull requests from 
github to a safer place hosted by WMF? Either somewhere on gerrit or even 
better inside of phabricator.


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

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

To: Bene
Cc: Bene, Liuxinyu970226, Ricordisamoa, hoo, Dereckson, Lydia_Pintscher, 
MZMcBride, aude, JanZerebecki, JeroenDeDauw, Legoktm, GPHemsley, Tobi_WMDE_SW, 
adrianheine, daniel, Snaterlicious, Qgil, thiemowmde, Aklapper, Abraham, 
mmodell, chasemp, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Updated] T100886: Have Wikibase client extend Capiunto with an addStatement method

2015-06-16 Thread Bene
Bene set Story Points to 1.

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

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

To: Bene
Cc: gerritbot, hoo, Aklapper, Bene, Wikidata-bugs, aude, Jackmcbarn



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T100897: Allow formatting references by a callback in Wikibase's infobox functionality

2015-06-16 Thread Bene
Bene moved this task to Review on the Wikidata-Sprint-2015-06-16 workboard.

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

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

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

To: Bene
Cc: gerritbot, hoo, Aklapper, Bene, Wikidata-bugs, aude, Jackmcbarn



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T102681: Provide a convenient way to prefetch terms with a language fallback

2015-06-16 Thread Bene
Bene moved this task to Review on the Wikidata-Sprint-2015-06-16 workboard.

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

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

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

To: Bene
Cc: gerritbot, Bene, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T102628: Request Gerrit repositories for Wikidata.org and WikimediaBadges

2015-06-16 Thread Bene
Bene added a blocked task: T92520: Move Wikidata.org and WikimediaBadges 
extensions to gerrit.

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

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

To: Bene
Cc: hoo, Dereckson, Lydia_Pintscher, MZMcBride, aude, JanZerebecki, 
JeroenDeDauw, Legoktm, GPHemsley, Tobi_WMDE_SW, adrianheine, daniel, 
Snaterlicious, Qgil, thiemowmde, Aklapper, Abraham, mmodell, chasemp, 
Ricordisamoa, Liuxinyu970226, Addshore, Wikidata-bugs, greg



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


[Wikidata-bugs] [Maniphest] [Updated] T92520: Move Wikidata.org and WikimediaBadges extensions to gerrit

2015-06-16 Thread Bene
Bene added a blocking task: T102628: Request Gerrit repositories for 
Wikidata.org and WikimediaBadges.

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

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

To: Bene
Cc: Liuxinyu970226, Ricordisamoa, hoo, Dereckson, Lydia_Pintscher, MZMcBride, 
aude, JanZerebecki, JeroenDeDauw, Legoktm, GPHemsley, Tobi_WMDE_SW, 
adrianheine, daniel, Snaterlicious, Qgil, thiemowmde, Aklapper, Abraham, 
mmodell, chasemp, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T95884: Decide how to use table of contents on mobile Wikidata

2015-06-16 Thread Bene
Bene moved this task to Doing on the Wikidata-Sprint-2015-06-16 workboard.

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

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

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

To: Bene
Cc: gerritbot, Moushira, Jdlrobson, Lydia_Pintscher, MaxSem, Florian, Aklapper, 
Snaterlicious, adrianheine, thiemowmde, Bene, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Created] T102685: Add basic style sheets to mobile Wikidata

2015-06-16 Thread Bene
Bene created this task.
Bene claimed this task.
Bene added projects: MediaWiki-extensions-WikibaseRepository, Mobile-Web, 
Wikidata, Wikidata-Sprint-2015-06-16.
Herald added a subscriber: Aklapper.

TASK DESCRIPTION
  We need some custom styling on mobile Wikidata because the desktop styles 
don't get loaded in MobileFrontend and they aren't designed for mobile devices. 
This basically means importing 
http://wikidata-mobile.wmflabs.org/wiki/MediaWiki:Mobile.css into the Wikibase 
code base.

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

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

To: Bene
Cc: Aklapper, Wikidata-bugs, aude, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T100886: Have Wikibase client extend Capiunto with an addStatement method

2015-06-16 Thread Bene
Bene moved this task to Review on the Wikidata-Sprint-2015-06-16 workboard.

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

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

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

To: Bene
Cc: gerritbot, hoo, Aklapper, Bene, Wikidata-bugs, aude, Jackmcbarn



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


[Wikidata-bugs] [Maniphest] [Commented On] T102681: Provide a convenient way to prefetch terms with a language fallback

2015-06-16 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 205097 had a related patch set uploaded (by Bene):
Introduce new LanguageFallbackLabelDescriptionLookupFactory

https://gerrit.wikimedia.org/r/205097


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

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

To: gerritbot
Cc: gerritbot, Bene, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T95884: Decide how to use table of contents on mobile Wikidata

2015-06-16 Thread Bene
Bene added a project: Wikidata-Sprint-2015-06-16.
Bene added a comment.

To summarize, we won't show a TOC right now because our site has less than 3 
sections but will show one as soon as we have a third section for identifiers, 
right @Lydia_Pintscher?


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

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

To: Bene
Cc: gerritbot, Moushira, Jdlrobson, Lydia_Pintscher, MaxSem, Florian, Aklapper, 
Snaterlicious, adrianheine, thiemowmde, Bene, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Triaged] T102681: Provide a convenient way to prefetch terms with a language fallback

2015-06-16 Thread Bene
Bene triaged this task as "Normal" priority.
Bene set Security to None.

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

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

To: Bene
Cc: gerritbot, Bene, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T102681: Provide a convenient way to prefetch terms with a language fallback

2015-06-16 Thread Bene
Bene moved this task to consider for next sprint on the Wikidata workboard.

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

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

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

To: Bene
Cc: gerritbot, Bene, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T102681: Provide a convenient way to prefetch terms with a language fallback

2015-06-16 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: gerritbot, Bene, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Claimed] T102681: Provide a convenient way to prefetch terms with a language fallback

2015-06-16 Thread Bene
Bene claimed this task.

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

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

To: Bene
Cc: gerritbot, Bene, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T100983: Banner not displayed correctly in preview

2015-06-16 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 218691 had a related patch set uploaded (by Sumit):
WikidataPageBanner custom banner on page-preview

https://gerrit.wikimedia.org/r/218691


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

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

To: Sumit, gerritbot
Cc: gerritbot, Nicolas_Raoul, Aklapper, Wikidata-bugs, aude, Lydia_Pintscher



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


[Wikidata-bugs] [Maniphest] [Updated] T100983: Banner not displayed correctly in preview

2015-06-16 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Sumit, gerritbot
Cc: gerritbot, Nicolas_Raoul, Aklapper, Wikidata-bugs, aude, Lydia_Pintscher



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


[Wikidata-bugs] [Maniphest] [Commented On] T75130: Skip images when required attribution is impossible

2015-06-16 Thread Tgr
Tgr added a subscriber: Tgr.
Tgr added a comment.

There is an `AttributionRequired` 
 field 
already.


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

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

To: Tgr
Cc: Tgr, Matanya, Vibhabamba, JKatzWMF, Ricordisamoa, Elitre, Nemo_bis, saper, 
cscott, LuisV_WMF, wikibugs-l-list, Wikidata-bugs, aude, Fabrice_Florin, 
Krenair, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Commented On] T102669: InvalidArgumentException from line 78 of UsageUpdater.php: $touched must be a timestamp string

2015-06-16 Thread aude
aude added a comment.

I am not entirely sure the reason but it appears that TItle::getTouched could 
return false (via Database::selectField) if there is some database error.

the error is not so frequent in the logs


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

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

To: aude
Cc: Aklapper, aude, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Created] T102669: InvalidArgumentException from line 78 of UsageUpdater.php: $touched must be a timestamp string

2015-06-16 Thread aude
aude created this task.
aude added a subscriber: aude.
aude added projects: Wikidata, MediaWiki-extensions-WikibaseClient.
Herald added a subscriber: Aklapper.

TASK DESCRIPTION
  
/w/index.php?title=Wikipedia:Featured_article_candidates/Typhoon_Nabi/archive1&action=submit
   InvalidArgumentException from line 78 of 
/srv/mediawiki/php-1.26wmf9/extensions/Wikidata/extensions/Wikibase/client/includes/store/UsageUpdater.php:
 $touched must be a timestamp string!
  #0 
/srv/mediawiki/php-1.26wmf9/extensions/Wikidata/extensions/Wikibase/client/includes/Hooks/DataUpdateHookHandlers.php(142):
 Wikibase\Client\Store\UsageUpdater->addUsagesForPage()
  #1 
/srv/mediawiki/php-1.26wmf9/extensions/Wikidata/extensions/Wikibase/client/includes/Hooks/DataUpdateHookHandlers.php(62):
 Wikibase\Client\Hooks\DataUpdateHookHandlers->doLinksUpdateComplete()
  #2 /srv/mediawiki/php-1.26wmf9/includes/Hooks.php(204): 
Wikibase\Client\Hooks\DataUpdateHookHandlers::onLinksUpdateComplete()
  #3 /srv/mediawiki/php-1.26wmf9/includes/deferred/LinksUpdate.php(146): 
Hooks::run()
  #4 /srv/mediawiki/php-1.26wmf9/includes/deferred/DeferredUpdates.php(119): 
LinksUpdate->doUpdate()
  #5 /srv/mediawiki/php-1.26wmf9/includes/MediaWiki.php(654): 
DeferredUpdates::doUpdates()
  #6 /srv/mediawiki/php-1.26wmf9/includes/MediaWiki.php(479): 
MediaWiki->restInPeace()

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

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

To: aude
Cc: Aklapper, aude, Wikidata-bugs, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Updated] T97839: drop-down TOC for wikivoyage banners

2015-06-16 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Sumit, gerritbot
Cc: gerritbot, Andyrom75, Danapit, Glaisher, Qgil, kaldari, Sumit, 
Nicolas_Raoul, Matroc, Shaundd, LtPowers, Aklapper, Florian, Lydia_Pintscher, 
KLans_WMF, Jdlrobson, Wrh2, Bene, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T97839: drop-down TOC for wikivoyage banners

2015-06-16 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 218672 had a related patch set uploaded (by Sumit):
WikidataPageBanner toc added

https://gerrit.wikimedia.org/r/218672


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

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

To: Sumit, gerritbot
Cc: gerritbot, Andyrom75, Danapit, Glaisher, Qgil, kaldari, Sumit, 
Nicolas_Raoul, Matroc, Shaundd, LtPowers, Aklapper, Florian, Lydia_Pintscher, 
KLans_WMF, Jdlrobson, Wrh2, Bene, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T75130: Skip images when required attribution is impossible

2015-06-16 Thread Nemo_bis
Nemo_bis added a comment.

> Certainly OCG shouldn't be trying to parse license fields itself.


What is generating the "?" then?


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

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

To: Nemo_bis
Cc: Matanya, Vibhabamba, JKatzWMF, Ricordisamoa, Elitre, Nemo_bis, saper, 
cscott, LuisV_WMF, wikibugs-l-list, Wikidata-bugs, aude, Fabrice_Florin, 
Krenair, Tgr, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Updated] T75130: Skip images when required attribution is impossible

2015-06-16 Thread cscott
cscott edited projects, added Structured-Multimedia-Data; removed 
MediaWiki-extensions-MultimediaViewer.
Herald added a subscriber: Matanya.
Herald added a project: Wikidata.

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

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

To: cscott
Cc: Matanya, Vibhabamba, JKatzWMF, Ricordisamoa, Elitre, Nemo_bis, saper, 
cscott, LuisV_WMF, wikibugs-l-list, Wikidata-bugs, aude, Fabrice_Florin, 
Krenair, Tgr, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Commented On] T75130: Skip images when required attribution is impossible

2015-06-16 Thread cscott
cscott added a comment.

We should get a boolean from the imageinfo API for this.  "Includable" or 
"licensed" or something like that.  Certainly OCG shouldn't be trying to parse 
license fields itself.


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

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

To: cscott
Cc: Matanya, Vibhabamba, JKatzWMF, Ricordisamoa, Elitre, Nemo_bis, saper, 
cscott, LuisV_WMF, wikibugs-l-list, Wikidata-bugs, aude, Fabrice_Florin, 
Krenair, Tgr, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Updated] T100784: Deploy usage tracking to s3 wikis (part 2, maiwiki - zuwiki) + dewiki + ruwiki + cswiki

2015-06-16 Thread aude
aude added a project: Wikidata-Sprint-2015-06-16.

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

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

To: aude
Cc: gerritbot, Aklapper, aude, Wikidata-bugs, gpaumier, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T100784: Deploy usage tracking to s3 wikis (part 2, maiwiki - zuwiki) + dewiki + ruwiki + cswiki

2015-06-16 Thread aude
aude moved this task to Done on the Wikidata-Sprint-2015-06-16 workboard.

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

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

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

To: aude
Cc: gerritbot, Aklapper, aude, Wikidata-bugs, gpaumier, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Retitled] T100784: Deploy usage tracking to s3 wikis (part 2, maiwiki - zuwiki) + dewiki + ruwiki + cswiki

2015-06-16 Thread aude
aude changed the title from "Deploy usage tracking to s3 wikis (part 2, maiwiki 
- zuwiki) + dewiki + ruwiki" to "Deploy usage tracking to s3 wikis (part 2, 
maiwiki - zuwiki) + dewiki + ruwiki + cswiki".
aude closed this task as "Resolved".
aude removed a project: Patch-For-Review.
aude set Security to None.

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

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

To: aude
Cc: gerritbot, Aklapper, aude, Wikidata-bugs, gpaumier, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Unblock] T49288: Track Wikidata entity usage on client pages

2015-06-16 Thread aude
aude closed blocking task T100784: Deploy usage tracking to s3 wikis (part 2, 
maiwiki - zuwiki) + dewiki + ruwiki + cswiki as "Resolved".

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

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

To: aude
Cc: Candalua, aude, jeremyb, liangent, Wikidata-bugs, greg, Abraham, Legoktm, 
Tobi_WMDE_SW, Daniel_Mietchen, jayvdb, Micru, Ricordisamoa, MZMcBride, 
Liuxinyu970226, Ainali, Sannita, Lydia_Pintscher, Eloquence, zhuyifei1999, 
daniel, hoo, gpaumier, Aklapper, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Unblock] T100787: Deploy arbitrary access to s3 wikis (part 2, maiwiki - zuwiki) + dewiki + ruwiki

2015-06-16 Thread aude
aude closed blocking task T100784: Deploy usage tracking to s3 wikis (part 2, 
maiwiki - zuwiki) + dewiki + ruwiki + cswiki as "Resolved".

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

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

To: aude
Cc: Liuxinyu970226, aude, Aklapper, Wikidata-bugs, gpaumier, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T94713: Beta: A user is able to see wikidata descriptions in mobile web search results (in order to learn better select from results)

2015-06-16 Thread bmansurov
bmansurov moved this task to Doing on the Mobile-Web-Sprint-49-Wayne's-World 
workboard.

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

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

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

To: bmansurov
Cc: Lydia_Pintscher, Florian, JKatzWMF, Aklapper, Johan, Wikidata-bugs, aude, 
gpaumier, Jay8g, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Updated] T102654: BadMethodCallException from line 52 of OtherProjectsSitesGenerator.php: Call to a member function getGroup() on a non-object (NULL)

2015-06-16 Thread aude
aude added a project: Wikidata-Sprint-2015-06-16.
aude set Security to None.

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

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

To: aude
Cc: Aklapper, aude, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Commented On] T102654: BadMethodCallException from line 52 of OtherProjectsSitesGenerator.php: Call to a member function getGroup() on a non-object (NULL)

2015-06-16 Thread aude
aude added a comment.

purging sites memcached on gomwiki fixed this.

questions:

1. the code should be more robust for this situation

2. why did populate sites table script not purge the memcached?


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

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

To: aude
Cc: Aklapper, aude, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Commented On] T101693: Add autocompletion to the SPARQL ui to allow entering items by typing their label

2015-06-16 Thread Bene
Bene added a comment.

This should be split into two parts:

One suggestor should handle general SPARQL keywords (and would therefore be 
reusable in a broad context).  Ultimately the first suggestor could 
automatically read the PREFIX annotations and show them to the user as well. 
Also variables which have been used already might be suggested if the user 
types ? or $.

The second suggestor would contain the Wikidata-specific stuff and add 
autocompletion based on IRIs to wikidata.org and wikiba.se. At first, it makes 
sense to support only English labels and aliases but it would be nice if the 
interface language could be changed to be able to search in other languages as 
well.


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

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

To: Jdouglas, Bene
Cc: Bene, Aklapper, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, 
Manybubbles, daniel, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Commented On] T102654: BadMethodCallException from line 52 of OtherProjectsSitesGenerator.php: Call to a member function getGroup() on a non-object (NULL)

2015-06-16 Thread aude
aude added a comment.

we are creating a new wikipedia and i added a link from wikidata to the new 
wiki.

and then purged the page on the new wiki


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

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

To: aude
Cc: Aklapper, aude, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Created] T102654: BadMethodCallException from line 52 of OtherProjectsSitesGenerator.php: Call to a member function getGroup() on a non-object (NULL)

2015-06-16 Thread aude
aude created this task.
aude claimed this task.
aude added a subscriber: aude.
aude added projects: Wikidata, MediaWiki-extensions-WikibaseClient.
Herald added a subscriber: Aklapper.

TASK DESCRIPTION
  mw1103 gomwiki exception INFO: [57cf6146] 
/w/index.php?title=%E0%A4%AE%E0%A5%81%E0%A4%96%E0%A5%87%E0%A4%B2_%E0%A4%AA%E0%A4%BE%E0%A4%A8&curid=1&diff=10&oldid=1
   BadMethodCallException from line 52 of 
/srv/mediawiki/php-1.26wmf9/extensions/Wikidata/extensions/Wikibase/client/includes/OtherProjectsSitesGenerator.php:
 Call to a member function getGroup() on a non-object (NULL)
  #0 
/srv/mediawiki/php-1.26wmf9/extensions/Wikidata/extensions/Wikibase/client/includes/CachingOtherProjectsSitesProvider.php(71):
 Wikibase\Client\OtherProjectsSitesGenerator->getOtherProjectsSiteIds()
  #1 
/srv/mediawiki/php-1.26wmf9/extensions/Wikidata/extensions/Wikibase/client/includes/CachingOtherProjectsSitesProvider.php(59):
 Wikibase\Client\CachingOtherProjectsSitesProvider->generateAndCache()
  #2 
/srv/mediawiki/php-1.26wmf9/extensions/Wikidata/extensions/Wikibase/client/config/WikibaseClient.default.php(280):
 Wikibase\Client\CachingOtherProjectsSitesProvider->getOtherProjectsSiteIds()
  #3 
/srv/mediawiki/php-1.26wmf9/extensions/Wikidata/extensions/Wikibase/lib/includes/SettingsArray.php(57):
 Closure$#11()
  #4 
/srv/mediawiki/php-1.26wmf9/extensions/Wikidata/extensions/Wikibase/client/includes/Hooks/OtherProjectsSidebarGeneratorFactory.php(72):
 Wikibase\SettingsArray->getSetting()
  #5 
/srv/mediawiki/php-1.26wmf9/extensions/Wikidata/extensions/Wikibase/client/includes/Hooks/OtherProjectsSidebarGeneratorFactory.php(57):
 
Wikibase\Client\Hooks\OtherProjectsSidebarGeneratorFactory->newOtherProjectsSidebarGenerator()
  #6 
/srv/mediawiki/php-1.26wmf9/extensions/Wikidata/extensions/Wikibase/client/includes/ParserOutputDataUpdater.php(88):
 
Wikibase\Client\Hooks\OtherProjectsSidebarGeneratorFactory->getOtherProjectsSidebarGenerator()
  #7 
/srv/mediawiki/php-1.26wmf9/extensions/Wikidata/extensions/Wikibase/client/includes/LangLinkHandler.php(449):
 Wikibase\Client\ParserOutputDataUpdater->updateOtherProjectsLinksData()
  #8 
/srv/mediawiki/php-1.26wmf9/extensions/Wikidata/extensions/Wikibase/client/includes/Hooks/ParserOutputUpdateHookHandlers.php(126):
 Wikibase\LangLinkHandler->updateOtherProjectsLinksData()
  #9 
/srv/mediawiki/php-1.26wmf9/extensions/Wikidata/extensions/Wikibase/client/includes/Hooks/ParserOutputUpdateHookHandlers.php(81):
 
Wikibase\Client\Hooks\ParserOutputUpdateHookHandlers->doContentAlterParserOutput()

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

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

To: aude
Cc: Aklapper, aude, Wikidata-bugs, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Commented On] T90692: Consolidate code backing the SearchEntities (wbsearchentities) module and the ItemDisambiguation special page.

2015-06-16 Thread gerritbot
gerritbot added a comment.

Change 218607 had a related patch set uploaded (by Addshore):
Implement TermSearchInteractor

https://gerrit.wikimedia.org/r/218607


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

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

To: Addshore, gerritbot
Cc: gerritbot, Manybubbles, Addshore, Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Created] T102649: Ex:WikibaseQuality - Needs to escape output by default

2015-06-16 Thread csteipp
csteipp created this task.
csteipp claimed this task.
csteipp added subscribers: csteipp, Andreasburmeister, Liuxinyu970226, 
Lydia_Pintscher, Wikidata-Quality, Aklapper.
csteipp added projects: Security-Team, Wikidata, Security-Reviews, 
Wikidata-Quality.

TASK DESCRIPTION
  As a library (the html table building classes), both HtmlTableHeaderBuilder 
and HtmlTableCellBuilder need to escape their output by default, and have a 
class / function / flag, that is clearly named (should probably have "raw" or 
"nonEscaped" in the name), that allows the library user to put raw html into 
the table headers/cells.

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

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

To: csteipp
Cc: Aklapper, Wikidata-Quality, Lydia_Pintscher, Liuxinyu970226, 
Andreasburmeister, csteipp, Wikidata-bugs, aude, Krenair, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T102026: Create Wikipedia Northern Luri

2015-06-16 Thread Mjbmr
Mjbmr moved this task to Done on the Wikimedia-Site-requests workboard.

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

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

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

To: Krenair, Mjbmr
Cc: Matanya, Forrestbot, greg, Nikerabbit, Glaisher, Rschen7754, 
Liuxinyu970226, Dzahn, Ebe123, jcrespo, coren, Springle, Mogoeilor, Mjbmr, 
Krenair, gerritbot, Aklapper, MF-Warburg, Wikidata-bugs, Snowolf, aude, tomasz, 
gpaumier, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T96468: Create Wikipedia Goan Konkani

2015-06-16 Thread Mjbmr
Mjbmr moved this task to Done on the Wikimedia-Site-requests workboard.

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

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

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

To: Krenair, Mjbmr
Cc: Matanya, Forrestbot, siebrand, Katherine-WMF, Tbayer, Dzahn, Nemo_bis, 
Elitre, aude, Visdaviva, Mjbmr, Legoktm, Ijon, Liuxinyu970226, santhosh, 
Ebe123, Rschen7754, Raymond, Krenair, coren, Springle, gerritbot, Glaisher, 
SPQRobin, MF-Warburg, Amire80, Aklapper, Nikerabbit, Wikidata-bugs, Snowolf, 
tomasz, gpaumier, greg, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Commented On] T98959: Update addWiki.php to handle adding wbc_entity_usage table

2015-06-16 Thread gerritbot
gerritbot added a comment.

Change 218657 had a related patch set uploaded (by Aude):
Add wikibase usage tracking table for new wikis

https://gerrit.wikimedia.org/r/218657


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

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

To: gerritbot
Cc: gerritbot, Liuxinyu970226, Glaisher, demon, Krenair, aude, Aklapper, 
Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Commented On] T98959: Update addWiki.php to handle adding wbc_entity_usage table

2015-06-16 Thread gerritbot
gerritbot added a comment.

Change 217553 abandoned by Aude:
Add wikibase usage tracking table for new wikis

Reason:
no idea why i submitted to a branch

https://gerrit.wikimedia.org/r/217553


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

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

To: gerritbot
Cc: gerritbot, Liuxinyu970226, Glaisher, demon, Krenair, aude, Aklapper, 
Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Closed] T96468: Create Wikipedia Goan Konkani

2015-06-16 Thread Krenair
Krenair closed this task as "Resolved".
Krenair added a comment.

Done.


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

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

To: Krenair
Cc: Matanya, Forrestbot, siebrand, Katherine-WMF, Tbayer, Dzahn, Nemo_bis, 
Elitre, aude, Visdaviva, Mjbmr, Legoktm, Ijon, Liuxinyu970226, santhosh, 
Ebe123, Rschen7754, Raymond, Krenair, coren, Springle, gerritbot, Glaisher, 
SPQRobin, MF-Warburg, Amire80, Aklapper, Nikerabbit, Wikidata-bugs, Snowolf, 
tomasz, gpaumier, greg, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Unblock] T18976: Wikis waiting for creation (tracking)

2015-06-16 Thread Krenair
Krenair closed blocking task T96468: Create Wikipedia Goan Konkani as 
"Resolved".

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

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

To: Krenair
Cc: Mjbmr, Matanya, Arseny1992, aude, brion, Amire80, Ebe123, SPQRobin, mxn, 
TTO, Az1568, Pathoschild, Merl, Petrb, Steinsplitter, Revi, Glaisher, 
Rschen7754, Peachey88, Kanjy, Snowolf, Hkjacksonhk, Catrope, Liuxinyu970226, 
jeremyb, MF-Warburg, Stryn, zhuyifei1999, Dcljr, Dereckson, JohnLewis, 
Wikidata-bugs, tomasz, Krenair, Aklapper, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T89784: Can't edit claim value once save clicked and got Malformed URL error

2015-06-16 Thread Mbch331
Mbch331 added a subscriber: Mbch331.

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

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

To: Mbch331
Cc: Mbch331, Sjoerddebruin, Snaterlicious, thiemowmde, adrianheine, hoo, 
JanZerebecki, Lydia_Pintscher, Addshore, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T96468: Create Wikipedia Goan Konkani

2015-06-16 Thread gerritbot
gerritbot added a comment.
Herald added a subscriber: Matanya.

Change 206300 merged by jenkins-bot:
Create Wikipedia Goan Konkani

https://gerrit.wikimedia.org/r/206300


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

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

To: Krenair, gerritbot
Cc: Matanya, Forrestbot, siebrand, Katherine-WMF, Tbayer, Dzahn, Nemo_bis, 
Elitre, aude, Visdaviva, Mjbmr, Legoktm, Ijon, Liuxinyu970226, santhosh, 
Ebe123, Rschen7754, Raymond, Krenair, coren, Springle, gerritbot, Glaisher, 
SPQRobin, MF-Warburg, Amire80, Aklapper, Nikerabbit, Wikidata-bugs, Snowolf, 
tomasz, gpaumier, greg, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Claimed] T101693: Add autocompletion to the SPARQL ui to allow entering items by typing their label

2015-06-16 Thread Jdouglas
Jdouglas claimed this task.

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

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

To: Jdouglas
Cc: Bene, Aklapper, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, 
Manybubbles, daniel, JanZerebecki, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Unblock] T18976: Wikis waiting for creation (tracking)

2015-06-16 Thread Krenair
Krenair closed blocking task T102026: Create Wikipedia Northern Luri as 
"Resolved".
Herald added subscribers: Matanya, Mjbmr.

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

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

To: Krenair
Cc: Mjbmr, Matanya, Arseny1992, aude, brion, Amire80, Ebe123, SPQRobin, mxn, 
TTO, Az1568, Pathoschild, Merl, Petrb, Steinsplitter, Revi, Glaisher, 
Rschen7754, Peachey88, Kanjy, Snowolf, Hkjacksonhk, Catrope, Liuxinyu970226, 
jeremyb, MF-Warburg, Stryn, zhuyifei1999, Dcljr, Dereckson, JohnLewis, 
Wikidata-bugs, tomasz, Krenair, Aklapper, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Edited] T102026: Create Wikipedia Northern Luri

2015-06-16 Thread Krenair
Krenair edited the task description.
Herald added a subscriber: Matanya.

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

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

To: Krenair
Cc: Matanya, Forrestbot, greg, Nikerabbit, Glaisher, Rschen7754, 
Liuxinyu970226, Dzahn, Ebe123, jcrespo, coren, Springle, Mogoeilor, Mjbmr, 
Krenair, gerritbot, Aklapper, MF-Warburg, Wikidata-bugs, Snowolf, aude, tomasz, 
gpaumier, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Closed] T102026: Create Wikipedia Northern Luri

2015-06-16 Thread Krenair
Krenair closed this task as "Resolved".
Krenair added a comment.

Done.


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

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

To: Krenair
Cc: Matanya, Forrestbot, greg, Nikerabbit, Glaisher, Rschen7754, 
Liuxinyu970226, Dzahn, Ebe123, jcrespo, coren, Springle, Mogoeilor, Mjbmr, 
Krenair, gerritbot, Aklapper, MF-Warburg, Wikidata-bugs, Snowolf, aude, tomasz, 
gpaumier, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Commented On] T99148: Fix unstable tests

2015-06-16 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 218652 had a related patch set uploaded (by Jdouglas):
Hang around for up to 20s for executorService

https://gerrit.wikimedia.org/r/218652


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

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

To: Jdouglas, gerritbot
Cc: gerritbot, Jdouglas, Manybubbles, Aklapper, Smalyshev, jkroll, 
Wikidata-bugs, aude, daniel, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Updated] T99148: Fix unstable tests

2015-06-16 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Jdouglas, gerritbot
Cc: gerritbot, Jdouglas, Manybubbles, Aklapper, Smalyshev, jkroll, 
Wikidata-bugs, aude, daniel, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Commented On] T101410: Invoke automatic wikidata linking only if the article published to Main namespace

2015-06-16 Thread daniel
daniel added a subscriber: daniel.
daniel added a comment.

Wikidata linking is configurable and not exclusive to the main namespace. 
Connected namespaces can be whitelisted using the "namespaces" setting, or 
blacklisted using the "excludeNamespaces" setting in $wgWikibaseConfig.


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

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

To: Amire80, daniel
Cc: daniel, Nikerabbit, Forrestbot, gerritbot, hoo, Amire80, santhosh, 
Aklapper, Wikidata-bugs, aude, Jsahleen, Arrbee, KartikMistry



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


[Wikidata-bugs] [Maniphest] [Commented On] T99148: Fix unstable tests

2015-06-16 Thread Jdouglas
Jdouglas added a comment.

  22:36:46   2> Jun 10, 2015 10:36:46 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
  22:36:46   2> SEVERE: 1 thread leaked from SUITE scope at 
org.wikidata.query.rdf.blazegraph.WikibaseInlineUriFactoryUnitTest: 
  22:36:46   2>1) Thread[id=15, 
name=com.bigdata.journal.TemporaryStore.executorService4, state=TERMINATED, 
group={null group}]
  22:36:46   2> at sun.misc.Unsafe.park(Native Method)
  22:36:46   2> at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  22:36:46   2> at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  22:36:46   2> at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
  22:36:46   2> at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
  22:36:46   2> at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  22:36:46   2> at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  22:36:46   2> at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  22:36:46   2> at java.lang.Thread.run(Thread.java:745)
  22:36:46   2> Jun 10, 2015 10:36:46 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
  22:36:46   2> INFO: Starting to interrupt leaked threads:
  22:36:46   2>1) Thread[id=15, 
name=com.bigdata.journal.TemporaryStore.executorService4, state=TERMINATED, 
group={null group}]
  22:36:46   2> Jun 10, 2015 10:36:46 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
  22:36:46   2> INFO: All leaked threads terminated.
  22:36:46 [22:36:44.758] ERROR   0.00s J0 | WikibaseInlineUriFactoryUnitTest 
(suite) <<<
  22:36:46> Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.wikidata.query.rdf.blazegraph.WikibaseInlineUriFactoryUnitTest: 
  22:36:46>1) Thread[id=15, 
name=com.bigdata.journal.TemporaryStore.executorService4, state=TERMINATED, 
group={null group}]
  22:36:46> at sun.misc.Unsafe.park(Native Method)
  22:36:46> at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  22:36:46> at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  22:36:46> at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
  22:36:46> at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
  22:36:46> at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  22:36:46> at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  22:36:46> at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  22:36:46> at java.lang.Thread.run(Thread.java:745)
  22:36:46> at 
__randomizedtesting.SeedInfo.seed([8C1A18EB3053752B]:0)
  22:36:46 [22:36:46.932] Completed [1/2] on J0 in 2.17s, 6 tests, 1 error <<< 
FAILURES!


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

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

To: Jdouglas
Cc: Jdouglas, Manybubbles, Aklapper, Smalyshev, jkroll, Wikidata-bugs, aude, 
daniel, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Commented On] T67253: Make TimeValue represent an interval always.

2015-06-16 Thread daniel
daniel added a comment.

@Jc3s5h: DataValue precisions are intended for the first meaning you mentioned: 
the exact time is not know. The precision does not represent an interval or 
duration.

We were considering a special PropertyValueRangeSnak for representing this kind 
of thing. But as it turns out, people are quite happy expressing intervals be 
creating separate Statements for start- and end-point. Which is actually quite 
useful, since the (un)certainty and sources may be different for start- and 
end-point (e.g. when talking about wars, which different historians may give 
different start or end dates for).


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

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

To: daniel
Cc: Jc3s5h, Wikidata-bugs, thiemowmde, Lydia_Pintscher, daniel, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T102026: Create Wikipedia Northern Luri

2015-06-16 Thread gerritbot
gerritbot added a comment.

Change 217331 merged by jenkins-bot:
Add Config for Northern Luri Wikipedia

https://gerrit.wikimedia.org/r/217331


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

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

To: Krenair, gerritbot
Cc: Forrestbot, greg, Nikerabbit, Glaisher, Rschen7754, Liuxinyu970226, Dzahn, 
Ebe123, jcrespo, coren, Springle, Mogoeilor, Mjbmr, Krenair, gerritbot, 
Aklapper, MF-Warburg, Wikidata-bugs, Snowolf, aude, tomasz, gpaumier, Malyacko, 
P.Copp



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


[Wikidata-bugs] [Maniphest] [Commented On] T67253: Make TimeValue represent an interval always.

2015-06-16 Thread Jc3s5h
Jc3s5h added a comment.

I think there are two distinct meanings. First, there is an event that has a 
duration much less than the precision. For example, Benjamin Franklin died on  
April 17, 1790 in Philadelphia; our article does not give the time of death. 
Supposing that the editor who placed the information in Wikidata didn't have 
information about the time of day, the precision would be 1 day. But the event 
of dying presumably took much less than a day.

A different meaning would be a celebration of a legal holiday. For simplicity, 
suppose the holiday was a one-time event rather than recurring every year. 
Since it was legally defined, the beginning and end are exactly known.

How these two different meanings should be represented in Wikidata is unclear.


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

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

To: Jc3s5h
Cc: Jc3s5h, Wikidata-bugs, thiemowmde, Lydia_Pintscher, daniel, aude



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


[Wikidata-bugs] [Maniphest] [Claimed] T99148: Fix unstable tests

2015-06-16 Thread Jdouglas
Jdouglas claimed this task.

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

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

To: Jdouglas
Cc: Jdouglas, Manybubbles, Aklapper, Smalyshev, jkroll, Wikidata-bugs, aude, 
daniel, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T97528: Setup CI for WikidataQualityExternalValidation

2015-06-16 Thread JanZerebecki
JanZerebecki moved this task to Doing on the Wikidata-Sprint-2015-06-16 
workboard.

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

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

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

To: JanZerebecki
Cc: gerritbot, Liuxinyu970226, Tamslo, Aklapper, Tobi_WMDE_SW, JanZerebecki, 
Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T88258: Convert Wikibase* to use extension registration

2015-06-16 Thread JanZerebecki
JanZerebecki moved this task to Backlog on the Wikidata-Sprint-2015-06-16 
workboard.

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

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

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

To: JanZerebecki
Cc: gerritbot, Ricordisamoa, Sumit, Jdlrobson, JanZerebecki, hoo, aude, 
Lydia_Pintscher, Aklapper, Legoktm, Liuxinyu970226, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T97527: Setup CI for WikidataQualityConstraints

2015-06-16 Thread JanZerebecki
JanZerebecki moved this task to Doing on the Wikidata-Sprint-2015-06-16 
workboard.

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

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

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

To: JanZerebecki
Cc: Wikidata-Sprint-2015-06-02, gerritbot, Liuxinyu970226, Tamslo, 
JanZerebecki, Tobi_WMDE_SW, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T101410: Invoke automatic wikidata linking only if the article published to Main namespace

2015-06-16 Thread KartikMistry
KartikMistry set Story Points to 1.

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

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

To: Amire80, KartikMistry
Cc: Nikerabbit, Forrestbot, gerritbot, hoo, Amire80, santhosh, Aklapper, 
Wikidata-bugs, aude, Jsahleen, Arrbee, KartikMistry



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T67253: Make TimeValue represent an interval always.

2015-06-16 Thread Jc3s5h
Jc3s5h added a subscriber: Jc3s5h.

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

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

To: Jc3s5h
Cc: Jc3s5h, Wikidata-bugs, thiemowmde, Lydia_Pintscher, daniel, aude, Malyacko, 
P.Copp



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T87768: trigger packagist.org from repo on gerrit.w.o

2015-06-16 Thread Glaisher
Glaisher removed a subscriber: Glaisher.

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

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

To: Glaisher
Cc: Tobi_WMDE_SW, hoo, Dereckson, Lydia_Pintscher, MZMcBride, aude, 
JanZerebecki, JeroenDeDauw, Legoktm, GPHemsley, Aklapper, Wikidata-bugs, QChris



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T59930: Representation of time inside TimeValue objects should depend on the calendar model

2015-06-16 Thread Jc3s5h
Jc3s5h added a subscriber: Jc3s5h.

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

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

To: Jc3s5h
Cc: Jc3s5h, Wikidata-bugs, Ricordisamoa, Lydia_Pintscher, daniel, aude



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T67267: Specify whether TimeValue stores timestamps in UTC or local time.

2015-06-16 Thread Jc3s5h
Jc3s5h added a subscriber: Jc3s5h.

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

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

To: Jc3s5h
Cc: Jc3s5h, Wikidata-bugs, Lydia_Pintscher, daniel, JohnLewis, aude, Malyacko, 
P.Copp



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T87074: Please provide human readable timestamps in api response

2015-06-16 Thread Jc3s5h
Jc3s5h added a subscriber: Jc3s5h.

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

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

To: Jc3s5h
Cc: Jc3s5h, Addshore, JanZerebecki, aude, daniel, Liuxinyu970226, kaldari, 
bmansurov, Aklapper, Jdlrobson, Wikidata-bugs, Malyacko, P.Copp



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T74907: move git repositories that are dependencies of wikidata to gerrit

2015-06-16 Thread Glaisher
Glaisher removed a subscriber: Glaisher.

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

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

To: Glaisher
Cc: Addshore, Liuxinyu970226, Ricordisamoa, chasemp, mmodell, Abraham, 
Aklapper, thiemowmde, Qgil, Snaterlicious, daniel, adrianheine, Tobi_WMDE_SW, 
GPHemsley, Legoktm, JeroenDeDauw, JanZerebecki, aude, MZMcBride, 
Lydia_Pintscher, Dereckson, hoo, Wikidata-bugs, greg



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


[Wikidata-bugs] [Maniphest] [Updated] T102629: Request Gerrit repository for WikibaseDataModelServices

2015-06-16 Thread Tobi_WMDE_SW
Tobi_WMDE_SW set Security to None.
Tobi_WMDE_SW set Story Points to 1.

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

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

To: Tobi_WMDE_SW
Cc: JanZerebecki, Tobi_WMDE_SW, Aklapper, Wikidata-bugs, aude



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


  1   2   3   >