[Wikidata-bugs] [Maniphest] [Commented On] T98303: Deploy usage tracking and arbitrary access to itwiki

2015-06-02 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: Lydia_Pintscher.
Lydia_Pintscher added a comment.

:)
Let us know how it goes.


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

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

To: aude, Lydia_Pintscher
Cc: Lydia_Pintscher, ValterVB, Sannita, Moroboshi, Rotpunkt, Elitre, 
Bugreporter, Ricordisamoa, aude, Aklapper, Wikidata-bugs, gpaumier



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


[Wikidata-bugs] [Maniphest] [Updated] T95291: Fix browsertests for rank-, snaktype- and badge-selectors

2015-06-02 Thread Tobi_WMDE_SW
Tobi_WMDE_SW added a comment.

Please note that this is currently blocked by upstream (Saucelabs): 
https://phabricator.wikimedia.org/T92619

Something that would fix the tests also, is changing the behavior of the 
selector widgets in our UI: https://phabricator.wikimedia.org/T97288


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

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

To: WMDE-Fisch, Tobi_WMDE_SW
Cc: Liuxinyu970226, 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] [Changed Subscribers] T77982: Decide on implementation of Unit Selector widget

2015-06-02 Thread Yair_rand
Yair_rand added a subscriber: Yair_rand.

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

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

To: Yair_rand
Cc: Yair_rand, Micru, Ricordisamoa, Bene, Lydia_Pintscher, Snipre, thiemowmde, 
Tobi_WMDE_SW, adrianheine, Snaterlicious, 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] [Commented On] T73170: Ensure feature parity of serialization based on WikibaseDataModelSerialization with what we do with WikibaseLib

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

We'd need at least:

- Term with fallback (already exists)
- Snak with DataType
- Snak with extra DataValues (normalized/expanded)
- Grouped StatementList and SnakList
- Link, Term, Statement, etc with a deleted flag
- LinkList, TermList, StatementList, etc with a filtered flag
- Entities with secondary IDs (redirects)

All of them should be acceptable for deserialization, but should not be 
acceptable input for EditEntity and friends, since the information is derived 
or imposed by filtering/sorting parameters. We can go this route, shifting some 
of the required changes from the serializer component to the datamodel 
component. But the serializers still need to support the new types, and we are 
still blocked on implementing all this before we can ditch the old serializer.

On top of the above, we still need the serializer itself, or the ResultBuilder, 
to support:

- empty maps (not lists) as objects
- indexedTagName markers (I think post-processing is ok for this)
- injection of version info
- maintaining order of map entries


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

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

To: daniel
Cc: JeroenDeDauw, thiemowmde, Bene, Wikidata-bugs, Tobi_WMDE_SW, JanZerebecki, 
adrianheine, 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] T98303: Deploy usage tracking and arbitrary access to itwiki

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

/me does the wave along with the itwiki community


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

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

To: aude, Ricordisamoa
Cc: ValterVB, Sannita, Moroboshi, Rotpunkt, Elitre, Bugreporter, Ricordisamoa, 
aude, Aklapper, Wikidata-bugs, gpaumier



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T96892: Implement UnDeserializableValue ::toJSON and newFromJSON in DataValuesJavascript

2015-06-02 Thread Tobi_WMDE_SW
Tobi_WMDE_SW moved this task to Done on the Wikidata-Sprint-2015-05-05 
workboard.

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

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

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

To: aude, Tobi_WMDE_SW
Cc: thiemowmde, 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] T75603: update documentation of high-level data model

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

 For properties:

 

 - ( language + label ): Labels act as identifiers, because properties are 
 usually shown with their label and nothing else (no id, no description) in 
 property-value pairs.

 - ( language + alias ): I wonder where this comes from. Aliases are unique 
 per entity, but different properties can have the same aliases. This is still 
 useful in search results and suggesters, given they show perfect matches 
 first.


No, different properties should //never// have the same alias. In Wikitext 
(parser function, Lua), properties can be //addressed// by their alias, so the 
alias must act as an identifier, and be unique. I'm not sure we are actually 
enforcing this right now, but conceptually, this constraint exists. However, 
like most of the constraints we impose, this is not absolutely guaranteed. 
Violations could for instance be introduced through import of property 
definitions (which is one reason imports are disabled per default).

 For items:

 

 - ( language + label + description ): This reflects what we learned from 
 Wikipedia. Concepts with the same label exist (e.g. 
 http://en.wikipedia.org/wiki/Albert_Einstein_(album) ) and must be allowed. 
 The description is the tool to make these otherwise indistinguishable 
 concepts distinguishable in search results and suggesters.

 - ( siteid + page ): Each item should describe one (and only one) concept. So 
 should each linked page. We know this is not true for all pages, but we 
 decided that not having this constraint would be much more painful than 
 having it. This reflects what was done with on-page sitelinks before: syncing 
 sitelinks (e.g. via bot) got screwed if two enwiki pages pointed to the same 
 dewiki page. The dewiki page can not point back to the two enwiki pages.


Yes... Conceptually, every Wikipedia page in each language describes a concept. 
By Wikipedia rules, there cannot be two pages about the same concept in the 
same language; nor should a page describe two concepts (though this is a bit 
more loose). We assume that the same is true for other projects too (Commons, 
Wikivoyage, etc).

Practically, the one-to-one relationship allows us to manage language links 
semi-automatically, as Thiemo described.

  For a second I wondered if dataTypeId: string should be dataType: DataType, 
  but the string is fine.

 

 

 If I'm not mistaken we originally had it like that in the PHP DataModel, but 
 then moved away from it due to binding that did not provide sufficient value.


Conceptually, it refers to a DataType; for the abstract data model, it is not 
relevant whether this reference is using a string name, or an object reference. 
That distinction is only relevant for the documentation of the PHP binding.


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

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

To: daniel
Cc: thiemowmde, Spage, Abraham, Tobi_WMDE_SW, Snaterlicious, Wikidata-bugs, 
mkroetzsch, JeroenDeDauw, JanZerebecki, aude, Aklapper, Liuxinyu970226, Lucie, 
Lydia_Pintscher, daniel



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


[Wikidata-bugs] [Maniphest] [Commented On] T57755: allow time values more precise than day

2015-06-02 Thread Yair_rand
Yair_rand added a subscriber: Yair_rand.
Yair_rand added a comment.

Has the method of adding time zones been determined yet? Claims with the time 
datatype have a timezone property in the data, and it seems to be a simple 
number. Would this translate, for example, UTC -9:30 to -9.5?

(It would probably be helpful to allow a wide range of options for 
abbreviations for time zones, by the way.)


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

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

To: Yair_rand
Cc: Yair_rand, Apsdehal, Wikidata-bugs, Ricordisamoa, Lydia_Pintscher, Ltrlg, 
aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T93741: [RFC] Create place to put common Wikibase services

2015-06-02 Thread Tobi_WMDE_SW
Tobi_WMDE_SW added a subscriber: Tobi_WMDE_SW.
Tobi_WMDE_SW added a comment.

@JeroenDeDauw sorry, missed you when writing the email about this. Ignore the 1 
point for now, it was for getting Phragile working with our current sprint.


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

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

To: Tobi_WMDE_SW
Cc: Tobi_WMDE_SW, Lydia_Pintscher, adrianheine, JeroenDeDauw, Aklapper, 
Wikidata-bugs, aude



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


[Wikidata-bugs] [Project] [Updated] Wikidata-Gadgets

2015-06-02 Thread Mbch331
Mbch331 added a watcher: Mbch331.

PROJECT DETAIL
  https://phabricator.wikimedia.org/project/profile/1278/

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

To: Mbch331, Tobi_WMDE_SW, Ricordisamoa, Wikidata-bugs, Addshore, Sjoerddebruin



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


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

2015-06-02 Thread Smalyshev
Smalyshev added blocking tasks: T98030: Log metrics to evaluate the success of 
the Wikidata Query Service, T95679: Make a puppet role that sets up a query 
service and loads it.

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

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

To: Smalyshev
Cc: 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] [Updated] T85159: Deploy a Wikidata complex query service into production

2015-06-02 Thread Smalyshev
Smalyshev edited blocking tasks, added: T91812: Wikidata Query: Secure 
BlazeGraph's SPARQL; removed: T91813: Add whitelist of RDF datasets that 
queries can operate on.

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

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

To: Smalyshev
Cc: 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] [Updated] T91812: Wikidata Query: Secure BlazeGraph's SPARQL

2015-06-02 Thread Smalyshev
Smalyshev added a blocked task: T85159: Deploy a Wikidata complex query service 
into production.

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

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

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



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


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

2015-06-02 Thread Smalyshev
Smalyshev added a blocking task: T96700: Lock down public Blazegraph instance.

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

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

To: Smalyshev
Cc: 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] [Updated] T101013: Switch Wikidata Query Service logging to EventLogging infrastructure

2015-06-02 Thread Smalyshev
Smalyshev added a blocked task: T85159: Deploy a Wikidata complex query service 
into production.

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

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

To: Smalyshev
Cc: Smalyshev, Deskana, Aklapper, jkroll, 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] [Updated] T91813: Add whitelist of RDF datasets that queries can operate on

2015-06-02 Thread Smalyshev
Smalyshev added a blocked task: T85159: Deploy a Wikidata complex query service 
into production.

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

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

To: Smalyshev
Cc: Smalyshev, Manybubbles, Aklapper, 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] [Updated] T85159: Deploy a Wikidata complex query service into production

2015-06-02 Thread Smalyshev
Smalyshev added a blocking task: T90115: BlazeGraph Security Review.

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

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

To: Smalyshev
Cc: 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] [Updated] T76373: Evaluate Titan as graph storage/query engine for Wikidata Query service

2015-06-02 Thread Smalyshev
Smalyshev removed a blocked task: T85159: Deploy a Wikidata complex query 
service into production.

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

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

To: Smalyshev
Cc: JanZerebecki, aude, GWicke, aaron, Lydia_Pintscher, Eloquence, Smalyshev, 
Manybubbles, jkroll, Wikidata-bugs, Jdouglas, daniel



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


[Wikidata-bugs] [Maniphest] [Updated] T96700: Lock down public Blazegraph instance

2015-06-02 Thread Smalyshev
Smalyshev added a blocked task: T85159: Deploy a Wikidata complex query service 
into production.

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

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

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



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


[Wikidata-bugs] [Maniphest] [Updated] T91813: Add whitelist of RDF datasets that queries can operate on

2015-06-02 Thread Smalyshev
Smalyshev removed a blocked task: T85159: Deploy a Wikidata complex query 
service into production.

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

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

To: Smalyshev
Cc: Smalyshev, Manybubbles, Aklapper, 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] [Commented On] T90765: Hacking: Make app Wikidata description editable

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

somewhere / somehow, it should be mentioned that their contributions to 
Wikidata (via the app) are CC-0 license.


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

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

To: Mhurd, aude
Cc: jeblad, aude, bearND, Tbayer, Rberchie, hoo, Krenair, Qgil, Deskana, 
Vibhabamba, Mhurd, Aklapper, Sylvain_WMFr, Cxyshine, AlexWang, Wikidata-bugs, 
Ryasmeen, Daniel_Mietchen, Dbrant



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


[Wikidata-bugs] [Maniphest] [Created] T101147: wikibase-linkitem-alreadylinked should link directly to the article that is already linked

2015-06-02 Thread Amire80
Amire80 created this task.
Amire80 added a subscriber: Amire80.
Amire80 added projects: MediaWiki-extensions-WikibaseClient, I18n.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  The message wikibase-linkitem-alreadylinked has a link to the item page in 
the repository. This is convenient, but it should also link to the article that 
is already linked.

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

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

To: Amire80
Cc: Amire80, Aklapper, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee



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


[Wikidata-bugs] [Maniphest] [Updated] T100813: when the autoloader of Wikibase is loaded the Mediawiki installer fails

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

This bug could be solved by removing loading of the entry point from the 
autoloader. That however doesn't answer if the extension should be enabled 
automatically when the entry point is loaded (or with the new extension 
loading, after it was called on wikibase). This overlaps somewhat with 
https://phabricator.wikimedia.org/T88258.

One way would be converting the sub-extensions in the Wikibase repo to 
extension.json (https://phabricator.wikimedia.org/T88258) but having an 
extension point similar to Wikibase.composer.php but named Wikibase.php and 
instead of loading the entry point sub-extensions are loaded by calling 
wfLoadExtensions( array( ... ) );. All this needs to be made to work with the 
build and how configuration and extension loading is done in production.

Maybe we can also remove any knowledge/recognition of 
wgEnableWikibaseRepo/Client.


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

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

To: JanZerebecki
Cc: JeroenDeDauw, aude, hoo, Aklapper, JanZerebecki, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Commented On] T100813: when the autoloader of Wikibase is loaded the Mediawiki installer fails

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

Probably need to use wfLoadExtension instead of wfLoadExtensions because the 
former takes a path. The later wouldn't find the sub-extensions.


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

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

To: JanZerebecki
Cc: JeroenDeDauw, aude, hoo, Aklapper, JanZerebecki, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Updated] T88258: Convert Wikibase* to use extension registration

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

One roadblock which we want to remove in the long run, but not in this step is 
that we have extensions (WikibaseClient and WikibaseClient) in extensions 
(Wikibase the git repo that has the former two in it) in extensions (Wikidata 
the build result after running composer). We should be able to work around that 
by calling wfLoadExtension with a path in the build. I'll see if I find 
anything else while reviewing these patches, working on 
https://phabricator.wikimedia.org/T100813 and changing the Wikidata build to 
work with it.


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

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] [Updated] T101098: [SPIKE] Create a prototype Wikidata infobox service

2015-06-02 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata.
Lydia_Pintscher added a subscriber: Lydia_Pintscher.

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Moushira, phuedx, 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] T85159: Deploy a Wikidata complex query service into production

2015-06-02 Thread Smalyshev
Smalyshev added a blocking task: T91813: Add whitelist of RDF datasets that 
queries can operate on.

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

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

To: Smalyshev
Cc: 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] [Updated] T85159: Deploy a Wikidata complex query service into production

2015-06-02 Thread Smalyshev
Smalyshev added a blocking task: T101013: Switch Wikidata Query Service logging 
to EventLogging infrastructure.

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

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

To: Smalyshev
Cc: 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] [Updated] T85181: Investigate design public API, possibly using MQL

2015-06-02 Thread Smalyshev
Smalyshev removed a blocked task: T85159: Deploy a Wikidata complex query 
service into production.

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

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

To: Smalyshev
Cc: scfc, Laddo, colibri_vola, MBlissett, Spencerk, waldyrious, Addshore, 
thiemowmde, Daniel_Mietchen, JeroenDeDauw, JanZerebecki, aude, Ricordisamoa, 
mobrovac, GWicke, Tpt, daniel, Hardikj, Smalyshev, Manybubbles, hoo, Eevans, 
jkroll, Wikidata-bugs, Jdouglas



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


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

2015-06-02 Thread Smalyshev
Smalyshev removed blocking tasks: T85181: Investigate  design public API, 
possibly using MQL, T76373: Evaluate Titan as graph storage/query engine for 
Wikidata Query service.

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

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

To: Smalyshev
Cc: 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] [Updated] T85159: Deploy a Wikidata complex query service into production

2015-06-02 Thread Smalyshev
Smalyshev added blocking tasks: T101140: Create monitoring for WDQS update 
tool, T101139: Create monitoring for Blazegraph.

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

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

To: Smalyshev
Cc: 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] [Commented On] T101101: Automatic update of Wikidata items after moving an article with suppression of the landing page

2015-06-02 Thread Horcrux92
Horcrux92 added a comment.

I'm referring to the possibility to automatically delete the existing 
destination page and replace it with the one you are moving.
To understand this better, is the operation that causes the automatic message 
MediaWiki:Delete_and_move_reason.


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

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

To: Horcrux92
Cc: hoo, Lydia_Pintscher, Horcrux92, 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] T91813: Add whitelist of RDF datasets that queries can operate on

2015-06-02 Thread Smalyshev
Smalyshev moved this task to In progress on the 
Search-and-Discovery-Wikidata-Query-Service-Sprint workboard.

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

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

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

To: Smalyshev
Cc: Smalyshev, Manybubbles, Aklapper, 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] [Created] T101161: Mark as patrolled gadget for Contributions and History

2015-06-02 Thread MGChecker
MGChecker created this task.
MGChecker added a subscriber: MGChecker.
MGChecker added a project: Wikidata-Gadgets.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  For patrolling changes in Wikidata made by one users or in one article it 
would be really helpful.

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

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

To: MGChecker
Cc: Aklapper, MGChecker, Wikidata-bugs, aude, Ricordisamoa, Sjoerddebruin, 
Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T101164: make ValueView into a lib or do not require it via composer.json

2015-06-02 Thread JanZerebecki
JanZerebecki added a blocked task: T95663: Use composer-merge-plugin to include 
Wikidata components in mediawiki-vendor.

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

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

To: JanZerebecki
Cc: JanZerebecki, 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] T54136: Redesign Item UI for Wikidata repo

2015-06-02 Thread MGChecker
MGChecker added a subscriber: MGChecker.

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

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

To: MGChecker
Cc: MGChecker, Wikidata-bugs, Bene, Nemo_bis, Yair_rand, thiemowmde, He7d3r, 
jayvdb, Denny, Micru, adrianheine, aude, Glaisher, matej_suchanek, SJu, 
Snaterlicious, Ricordisamoa, Yamaha5, Lydia_Pintscher, Danmichaelo, Aklapper



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T87316: redesign statement section

2015-06-02 Thread MGChecker
MGChecker added a subscriber: MGChecker.

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

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

To: MGChecker
Cc: MGChecker, Bene, Liuxinyu970226, adrianheine, thiemowmde, Snaterlicious, 
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] T75654: Redesign header

2015-06-02 Thread MGChecker
MGChecker added a subscriber: MGChecker.

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

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

To: MGChecker
Cc: MGChecker, Ricordisamoa, Daniel_Mietchen, Wikidata-bugs, thiemowmde, 
Tobi_WMDE_SW, adrianheine, Snaterlicious, aude, Aklapper



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T64695: Draft a computer-assisted translation system for Wikidata labels/descriptions

2015-06-02 Thread MGChecker
MGChecker added a subscriber: MGChecker.

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

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

To: MGChecker
Cc: MGChecker, jayvdb, Ricordisamoa, Magnus, Nikerabbit, Wikidata-bugs, 
Amire80, Nemo_bis, He7d3r, Micru, Lydia_Pintscher, JohnLewis, aude, Gryllida, 
Shizhao, Arrbee



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


[Wikidata-bugs] [Maniphest] [Commented On] T90765: Hacking: Make app Wikidata description editable

2015-06-02 Thread Mhurd
Mhurd added a comment.

@deskana @aude good points! :)


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

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

To: Mhurd
Cc: jeblad, aude, bearND, Tbayer, Rberchie, hoo, Krenair, Qgil, Deskana, 
Vibhabamba, Mhurd, Aklapper, Sylvain_WMFr, Cxyshine, AlexWang, Wikidata-bugs, 
Ryasmeen, Daniel_Mietchen, Dbrant



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


[Wikidata-bugs] [Maniphest] [Block] T76705: SiteStore / SiteList performance and caching (tracking)

2015-06-02 Thread ori
ori reopened blocking task T58602: avoid fetching SiteList object from 
memcached as Open.

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

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

To: ori
Cc: Aklapper, daniel, Wikidata-bugs, aude, GWicke, wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Reopened] T58602: avoid fetching SiteList object from memcached

2015-06-02 Thread ori
ori reopened this task as Open.
ori added a comment.

`{$wgDBname}:SiteList:sites/SiteList#2014-03-17+Site:2013-01-23` items are at 
or near the top of memcached keys sorted by bandwidth utilization on the 
production memcached cluster. This really needs to be fixed and stay fixed.


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

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

To: Wikidata-bugs, ori
Cc: Wikidata-bugs, ori, JanZerebecki, aude, faidon, Ricordisamoa, MZMcBride, 
csteipp, aaron, Lydia_Pintscher, jeremyb, hoo, GWicke, wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Block] T76705: SiteStore / SiteList performance and caching (tracking)

2015-06-02 Thread ori
ori reopened blocking task T58602: avoid fetching SiteList object from 
memcached as Open.

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

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

To: ori
Cc: Aklapper, daniel, Wikidata-bugs, aude, GWicke, 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] T58602: avoid fetching SiteList object from memcached

2015-06-02 Thread JanZerebecki
JanZerebecki moved this task to needs discussion or investigation on the 
Wikidata workboard.

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

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

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

To: Wikidata-bugs, JanZerebecki
Cc: Wikidata-bugs, ori, JanZerebecki, aude, faidon, Ricordisamoa, MZMcBride, 
csteipp, aaron, Lydia_Pintscher, jeremyb, hoo, GWicke, wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Edited] T101161: Mark as patrolled gadget for Contributions and History

2015-06-02 Thread MGChecker
MGChecker edited the task description.
MGChecker set Security to None.

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

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

To: MGChecker
Cc: Aklapper, MGChecker, Wikidata-bugs, aude, Ricordisamoa, Sjoerddebruin, 
Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T95663: Use composer-merge-plugin to include Wikidata components in mediawiki-vendor

2015-06-02 Thread JanZerebecki
JanZerebecki added a blocking task: T101164: make ValueView into a lib or do 
not require it via composer.json.

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

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

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



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


[Wikidata-bugs] [Project] [Updated] Wikidata-Gadgets

2015-06-02 Thread Bene
Bene added a member: Bene.

PROJECT DETAIL
  https://phabricator.wikimedia.org/project/profile/1278/

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

To: Bene, Mbch331, Tobi_WMDE_SW, Ricordisamoa, Wikidata-bugs, Addshore, 
Sjoerddebruin



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T41150: Create Special:EmptyItems

2015-06-02 Thread MGChecker
MGChecker added a subscriber: MGChecker.

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

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

To: MGChecker
Cc: MGChecker, Liuxinyu970226, Wikidata-bugs, jeblad, Denny, matej_suchanek, 
Ricordisamoa, MZMcBride, Lydia_Pintscher, Stryn, daniel, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T100885: Add Wikidata json dumps to labs in /public/dumps

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

Is there some automated script in some git repo that puts either these dumps 
there? From a quick glance it seems not to be in operations/puppet.git .


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

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

To: JanZerebecki
Cc: Hydriz, yuvipanda, JanZerebecki, hoo, Addshore, Aklapper, Wikidata-bugs, 
aude, Svick, Gryllida, scfc, jeremyb



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


[Wikidata-bugs] [Maniphest] [Reopened] T58602: avoid fetching SiteList object from memcached

2015-06-02 Thread ori
ori reopened this task as Open.
ori added a comment.

`{$wgDBname}:SiteList:sites/SiteList#2014-03-17+Site:2013-01-23` items are at 
or near the top of memcached keys sorted by bandwidth utilization on the 
production memcached cluster. This really needs to be fixed and stay fixed.


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

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

To: Wikidata-bugs, ori
Cc: Wikidata-bugs, ori, JanZerebecki, aude, faidon, Ricordisamoa, MZMcBride, 
csteipp, aaron, Lydia_Pintscher, jeremyb, hoo, GWicke, 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] T58602: avoid fetching SiteList object from memcached

2015-06-02 Thread JanZerebecki
JanZerebecki moved this task to needs discussion or investigation on the 
Wikidata workboard.

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

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

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

To: Wikidata-bugs, JanZerebecki
Cc: Wikidata-bugs, ori, JanZerebecki, aude, faidon, Ricordisamoa, MZMcBride, 
csteipp, aaron, Lydia_Pintscher, jeremyb, hoo, GWicke, wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Up For Grabs] T58602: avoid fetching SiteList object from memcached

2015-06-02 Thread JanZerebecki
JanZerebecki placed this task up for grabs.

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

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

To: JanZerebecki
Cc: Wikidata-bugs, ori, JanZerebecki, aude, faidon, Ricordisamoa, MZMcBride, 
csteipp, aaron, Lydia_Pintscher, jeremyb, hoo, GWicke, wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Up For Grabs] T58602: avoid fetching SiteList object from memcached

2015-06-02 Thread JanZerebecki
JanZerebecki placed this task up for grabs.

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

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

To: JanZerebecki
Cc: Wikidata-bugs, ori, JanZerebecki, aude, faidon, Ricordisamoa, MZMcBride, 
csteipp, aaron, Lydia_Pintscher, jeremyb, hoo, GWicke, wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Commented On] T100654: Run composer install for WikibaseJavaScriptApi jenkins jobs

2015-06-02 Thread JanZerebecki
JanZerebecki added a subscriber: JanZerebecki.
JanZerebecki added a comment.

The job mwext-WikibaseJavaScriptApi-qunit was overridden some time ago to run 
composer and thus working.
Do you mean the job mwext-WikibaseJavaScriptApi-testextension-zend job which 
should be made to run the resource tests from core?


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

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

To: JanZerebecki
Cc: JanZerebecki, aude, Aklapper, Wikidata-bugs, hashar, greg



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


[Wikidata-bugs] [Project] [Updated] Wikidata-Gadgets

2015-06-02 Thread MGChecker
MGChecker added a member: MGChecker.

PROJECT DETAIL
  https://phabricator.wikimedia.org/project/profile/1278/

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

To: MGChecker, Mbch331, Tobi_WMDE_SW, Ricordisamoa, Wikidata-bugs, Addshore, 
Sjoerddebruin



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


[Wikidata-bugs] [Maniphest] [Created] T101164: make ValueView into a lib or do not require it via composer.json

2015-06-02 Thread JanZerebecki
JanZerebecki created this task.
JanZerebecki added a subscriber: JanZerebecki.
JanZerebecki added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Wikibase requires data-values/value-view in its composer.json. That has 
type: mediawiki-extension in its composer.json, which makes composer 
install it under extensions instead of vendor, which won't be supported for 
production and only works for now because it is contained within the Wikidata 
build. Either change it to be a normal lib/component, which itself is e.g. not 
allowed to register hooks, the requiring code could to that however. Or (not 
preferred) stop depending on it via composer, see 
https://www.mediawiki.org/wiki/Requests_for_comment/Improving_extension_management#Dependencies_upon_extensions
 .

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

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

To: JanZerebecki
Cc: JanZerebecki, 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] T90765: Hacking: Make app Wikidata description editable

2015-06-02 Thread Mhurd
Mhurd added a comment.

Note that there is a functional work-in-progess patch here: 
https://gerrit.wikimedia.org/r/#/c/215074/


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

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

To: Mhurd
Cc: jeblad, aude, bearND, Tbayer, Rberchie, hoo, Krenair, Qgil, Deskana, 
Vibhabamba, Mhurd, Aklapper, Sylvain_WMFr, Cxyshine, AlexWang, Wikidata-bugs, 
Ryasmeen, Daniel_Mietchen, Dbrant



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


[Wikidata-bugs] [Maniphest] [Updated] T100844: Flow bugs and feature requests from Wikidata (tracking)

2015-06-02 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata.
Lydia_Pintscher added a subscriber: Lydia_Pintscher.

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Aklapper, DannyH, Wikidata-bugs, matthiasmullie, aude, 
Gryllida, Quiddity



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T100813: when the autoloader of Wikibase is loaded the Mediawiki installer fails

2015-06-02 Thread Liuxinyu970226
Liuxinyu970226 added a subscriber: Liuxinyu970226.

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

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

To: Liuxinyu970226
Cc: Liuxinyu970226, JeroenDeDauw, aude, hoo, Aklapper, JanZerebecki, 
Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Updated] T100844: Flow bugs and feature requests from Wikidata (tracking)

2015-06-02 Thread DannyH
DannyH added a blocking task: T101184: Using Tab as keyboard shortcut in Flow 
entry fields: the active Reply button is almost indistinguishable.

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

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

To: DannyH
Cc: Lydia_Pintscher, Aklapper, DannyH, Wikidata-bugs, matthiasmullie, aude, 
Gryllida, Quiddity



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


[Wikidata-bugs] [Maniphest] [Updated] T100844: Flow bugs and feature requests from Wikidata (tracking)

2015-06-02 Thread DannyH
DannyH added a blocking task: T101187: Using Tab as keyboard shortcut in Flow 
entry fields should include the VE/source toggle in Firefox.

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

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

To: DannyH
Cc: Lydia_Pintscher, Aklapper, DannyH, Wikidata-bugs, matthiasmullie, aude, 
Gryllida, Quiddity



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


[Wikidata-bugs] [Maniphest] [Reassigned] T90765: Hacking: Make app Wikidata description editable

2015-06-02 Thread Fjalapeno
Fjalapeno added a subscriber: Fjalapeno.
Fjalapeno reassigned this task from Mhurd to Vibhabamba.
Fjalapeno added a comment.

Assigning this to vibha to discus with jon and get the new mockups made.


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

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

To: Vibhabamba, Fjalapeno
Cc: Fjalapeno, jeblad, aude, bearND, Tbayer, Rberchie, hoo, Krenair, Qgil, 
Deskana, Vibhabamba, Mhurd, Aklapper, Sylvain_WMFr, Cxyshine, AlexWang, 
Wikidata-bugs, Ryasmeen, Daniel_Mietchen, Dbrant



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


[Wikidata-bugs] [Maniphest] [Updated] T100844: Flow bugs and feature requests from Wikidata (tracking)

2015-06-02 Thread DannyH
DannyH added a blocking task: T101189: Switching between source  VE in Flow 
entry field should keep the cursor focus in the entry field.

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

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

To: DannyH
Cc: Lydia_Pintscher, Aklapper, DannyH, Wikidata-bugs, matthiasmullie, aude, 
Gryllida, Quiddity



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


[Wikidata-bugs] [Maniphest] [Commented On] T101088: Missing links on ceb: Wikipedia

2015-06-02 Thread Bugreporter
Bugreporter added a subscriber: Bugreporter.
Bugreporter added a comment.

This is a general issue, not only in cebwiki.

Reported in (outdated) https://www.wikidata.org/wiki/User:Pasleim/Duplicates , 
where exposed items have the same problem.


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

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

To: Bugreporter
Cc: Bugreporter, Thibaut120094, Vargenau, 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] T101088: Missing links on ceb: Wikipedia

2015-06-02 Thread Bugreporter
Bugreporter added a comment.

Probably this problem no longer happens and doing null edits to all existing 
items will solve the problem of all existing items.


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

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

To: Bugreporter
Cc: Bugreporter, Thibaut120094, Vargenau, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Created] T101223: Add php entry points for WikidatPageBanner extension

2015-06-02 Thread Sumit
Sumit created this task.
Sumit claimed this task.
Sumit added subscribers: Sumit, Jdlrobson.
Sumit added a project: Wikidata-Page-Banner.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  As mentioned in 
https://www.mediawiki.org/wiki/Continuous_integration/Entry_points#PHP , add 
composer.json to WikidataPageBanner extension.

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

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

To: Sumit
Cc: Jdlrobson, Sumit, 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] T101013: Switch Wikidata Query Service logging to EventLogging infrastructure

2015-06-02 Thread Aklapper
Aklapper added a project: Wikidata-Query-Service.
Herald added a project: Wikidata.

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

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

To: Aklapper
Cc: Smalyshev, Deskana, Aklapper, jkroll, 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] T75603: update documentation of high-level data model

2015-06-02 Thread Snaterlicious
Snaterlicious added a comment.

OK, thanks so far. Will add that information to the documentation draft.
As for conceptual data model - logical data model. Would something like the 
appended graphic, accompanied by some short explanation, be sufficient?

F172954: Modelling.png https://phabricator.wikimedia.org/F172954


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

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

To: daniel, Snaterlicious
Cc: thiemowmde, Spage, Abraham, Tobi_WMDE_SW, Snaterlicious, Wikidata-bugs, 
mkroetzsch, JeroenDeDauw, JanZerebecki, aude, Aklapper, Liuxinyu970226, Lucie, 
Lydia_Pintscher, daniel



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


[Wikidata-bugs] [Maniphest] [Updated] T75603: update documentation of high-level data model

2015-06-02 Thread thiemowmde
thiemowmde added a comment.

 I'm not sure we are actually enforcing this right now


We aren't: T89661: Enforce uniqueness of property aliases 
https://phabricator.wikimedia.org/T89661.

 Conceptually, it refers to a DataType; for the abstract data model, it is not 
 relevant whether this reference is using a string name, or an object 
 reference. That distinction is only relevant for the documentation of the PHP 
 binding.


It's not only relevant for PHP, it's relevant for everybody working with 
DataValue serializations. So I think this should be described as an object 
reference on the conceptual level, but it's already a string in the 
representation.

 Would something like the appended graphic [...] be sufficient?


Love it.


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

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

To: daniel, thiemowmde
Cc: thiemowmde, Spage, Abraham, Tobi_WMDE_SW, Snaterlicious, Wikidata-bugs, 
mkroetzsch, JeroenDeDauw, JanZerebecki, aude, Aklapper, Liuxinyu970226, Lucie, 
Lydia_Pintscher, daniel



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


[Wikidata-bugs] [Maniphest] [Updated] T93762: Authority Control gadget tracking bug

2015-06-02 Thread Sjoerddebruin
Sjoerddebruin added a project: Wikidata-Gadgets.
Sjoerddebruin added a subscriber: Sjoerddebruin.

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

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

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



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


[Wikidata-bugs] [Maniphest] [Updated] T38637: WikiData RTL / BiDi tracker bug

2015-06-02 Thread Aklapper
Aklapper added a project: RTL.

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

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

To: Aklapper
Cc: Wikidata-bugs, Amire80, jeblad, SPQRobin, MarkAHershberger, Denny, aude, 
Gryllida, Shizhao, Arrbee



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T47932: wrong display of bracket ) in RTL languages

2015-06-02 Thread Abraham
Abraham removed a subscriber: Abraham.

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

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

To: Abraham
Cc: Wikidata-bugs, Amire80, aude, Lydia_Pintscher, Gryllida, Shizhao, Arrbee, 
wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Commented On] T75603: update documentation of high-level data model

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

 Would something like the appended graphic [...] be sufficient?


Very helpful, yes!

 Follow-up on that for clarification: Does the uniqueness constraint ( site id 
 + page ) have more to it than being a consequence of MediaWiki (in particular 
 being used as Wikibase Client) not being able (and/or not intended per 
 Wikipedia rules) to link to multiple pages of a single site?


Yes: the idea is that sitelinks represent descriptions of the same concept on 
other sites. If we had multiple items referencing the same page on another 
site, or multiple pages of a site per item, then the target page would not be 
describing the //same// concept.


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

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

To: daniel
Cc: thiemowmde, Spage, Abraham, Tobi_WMDE_SW, Snaterlicious, Wikidata-bugs, 
mkroetzsch, JeroenDeDauw, JanZerebecki, aude, Aklapper, Liuxinyu970226, Lucie, 
Lydia_Pintscher, daniel



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


[Wikidata-bugs] [Maniphest] [Created] T101103: Rewrite merge gadget to OOjs UI

2015-06-02 Thread Sjoerddebruin
Sjoerddebruin created this task.
Sjoerddebruin added a subscriber: Sjoerddebruin.
Sjoerddebruin added projects: Wikidata, Wikidata-Gadgets, UI-Standardization, 
Need-volunteer.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  The merge gadget should be rewritten to OOjs UI. This will lead to a 
consistent experience on Wikimedia projects.

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

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

To: Sjoerddebruin
Cc: Sjoerddebruin, Aklapper, Wikidata-bugs, aude, Ricordisamoa, Jay8g



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


[Wikidata-bugs] [Maniphest] [Commented On] T75603: update documentation of high-level data model

2015-06-02 Thread thiemowmde
thiemowmde added a comment.

I think this can be explained without mentioning MediaWiki:

- Items are meant to describe unique concepts.
- The sitelinks list is not just a weblinks section. Sitelinks are not meant to 
be a collection of all web links to pages that happen to describe the same 
concept.
- Sitelinks are meant to connect a Wikibase Repo to other sites that also 
describe one concept per page.

Does this help?


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

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

To: daniel, thiemowmde
Cc: thiemowmde, Spage, Abraham, Tobi_WMDE_SW, Snaterlicious, Wikidata-bugs, 
mkroetzsch, JeroenDeDauw, JanZerebecki, aude, Aklapper, Liuxinyu970226, Lucie, 
Lydia_Pintscher, daniel



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T67257: Create tests for default gadgets (tracking)

2015-06-02 Thread Sjoerddebruin
Sjoerddebruin added a subscriber: Sjoerddebruin.

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

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

To: Sjoerddebruin
Cc: Sjoerddebruin, Aklapper, WMDE-Fisch, Wikidata-bugs, Tobi_WMDE_SW, 
Christopher, Lydia_Pintscher, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T85365: Wikidata identifiers are not linked on mobile

2015-06-02 Thread Sjoerddebruin
Sjoerddebruin added a project: Wikidata-Gadgets.
Sjoerddebruin added a subscriber: Sjoerddebruin.

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

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

To: Sjoerddebruin
Cc: Sjoerddebruin, Legoktm, thiemowmde, adrianheine, Snaterlicious, Aklapper, 
Florian, MaxSem, Lydia_Pintscher, Jdlrobson, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T93763: Coordinates in references and qualifiers are not linked in authority control gadget

2015-06-02 Thread Sjoerddebruin
Sjoerddebruin added a project: Wikidata-Gadgets.
Sjoerddebruin added a subscriber: Sjoerddebruin.

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

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

To: Sjoerddebruin
Cc: Sjoerddebruin, Ricordisamoa, 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] T93809: CommonsMedia gadget broken

2015-06-02 Thread Sjoerddebruin
Sjoerddebruin added a subscriber: Sjoerddebruin.
Sjoerddebruin closed this task as Resolved.
Sjoerddebruin claimed this task.
Sjoerddebruin added a comment.

Looks fixed to me.


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

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

To: Sjoerddebruin
Cc: Sjoerddebruin, Tobi_WMDE_SW, adrianheine, Lydia_Pintscher, aude, Bene, 
Aklapper, hoo, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Updated] T41351: create a Hebrew Wikidata client test wiki

2015-06-02 Thread Aklapper
Aklapper added a project: RTL.
Herald added a project: Wikidata.

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

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

To: Aklapper
Cc: johl, Wikidata-bugs, Amire80, siebrand, SPQRobin, Denny, aude, 
Lydia_Pintscher, Gryllida, Shizhao, Arrbee, wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Commented On] T90765: Hacking: Make app Wikidata description editable

2015-06-02 Thread Deskana
Deskana added a comment.

Some friendly suggestions:

- Consider adding a specialised tag for edits to the Wikidata description. That 
way, edits to descriptions via the app could be easily tracked and curated on 
Wikidata.
- It's possible that the existing tag is enough: 
https://www.wikidata.org/w/index.php?title=Special:RecentChangestagfilter=mobile+app+edit
- When this is being rolled out or tested, this should be socialised to the 
Wikidata community so they're aware of it.
- You can use this tag to perform quantitative analysis of how many of the 
description additions were reverted. This hard numerical evidence can be used 
to evaluate the success of the feature.


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

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

To: Mhurd, Deskana
Cc: jeblad, aude, bearND, Tbayer, Rberchie, hoo, Krenair, Qgil, Deskana, 
Vibhabamba, Mhurd, Aklapper, Sylvain_WMFr, Cxyshine, AlexWang, Wikidata-bugs, 
Ryasmeen, Daniel_Mietchen, Dbrant



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


[Wikidata-bugs] [Maniphest] [Commented On] T75603: update documentation of high-level data model

2015-06-02 Thread Snaterlicious
Snaterlicious added a comment.

  - ( siteid + page ): Each item should describe one (and only one) concept. 
  So should each linked page. We know this is not true for all pages, but we 
  decided that not having this constraint would be much more painful than 
  having it. This reflects what was done with on-page sitelinks before: 
  syncing sitelinks (e.g. via bot) got screwed if two enwiki pages pointed to 
  the same dewiki page. The dewiki page can not point back to the two enwiki 
  pages.

 

 

 Yes... Conceptually, every Wikipedia page in each language describes a 
 concept. By Wikipedia rules, there cannot be two pages about the same concept 
 in the same language; nor should a page describe two concepts (though this is 
 a bit more loose). We assume that the same is true for other projects too 
 (Commons, Wikivoyage, etc).

 

 Practically, the one-to-one relationship allows us to manage language links 
 semi-automatically, as Thiemo described.


Follow-up on that for clarification: Does the uniqueness constraint ( site id + 
page ) have more to it than being a consequence of MediaWiki (in particular 
being used as Wikibase Client) not being able (and/or not intended per 
Wikipedia rules) to link to multiple pages of a single site?
I just wonder whether it is possible to explain the semi-automatic link 
management without explaining the concept of Repo/Client and mentioning the 
supposedly implicit assumption in Wikibase that Clients are MediaWiki instances.


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

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

To: daniel, Snaterlicious
Cc: thiemowmde, Spage, Abraham, Tobi_WMDE_SW, Snaterlicious, Wikidata-bugs, 
mkroetzsch, JeroenDeDauw, JanZerebecki, aude, Aklapper, Liuxinyu970226, Lucie, 
Lydia_Pintscher, daniel



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


[Wikidata-bugs] [Maniphest] [Updated] T75317: ota language displays as ltr on Wikidata

2015-06-02 Thread Aklapper
Aklapper added a project: RTL.
Herald added projects: Wikidata, I18n.

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

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

To: Amire80, Aklapper
Cc: Amire80, JanZerebecki, aude, Lydia_Pintscher, hoo, Wikidata-bugs, Gryllida, 
Shizhao, Arrbee, wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Updated] T75317: ota language displays as ltr on Wikidata

2015-06-02 Thread Aklapper
Aklapper added a project: RTL.
Herald added projects: Wikidata, I18n.

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

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

To: Amire80, Aklapper
Cc: Amire80, JanZerebecki, aude, Lydia_Pintscher, hoo, Wikidata-bugs, Gryllida, 
Shizhao, Arrbee, wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Created] T101104: Make gadget definitions translatable with translate extension

2015-06-02 Thread Sjoerddebruin
Sjoerddebruin created this task.
Sjoerddebruin added a subscriber: Sjoerddebruin.
Sjoerddebruin added projects: Wikidata, Wikidata-Gadgets.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  This will lead to more translations than the current system, because 
translations can be made by anyone instead of sysops only. Also, translations 
could be imported from other projects this way.
  
  **wikidata**
  
  [ ] Merge
  [ ] slurpInterwiki
  [ ] autoEdit
  [ ] FindRedirectsForAliases
  [ ] labelLister
  [ ] Move
  [ ] Search
  [ ] Preview
  [ ] SitelinkCheck
  [ ] enumItems
  [ ] RequestDeletion
  [ ] MainLangFirst
  [ ] AuthorityControl
  [ ] CommonsMedia
  [ ] Descriptions
  [ ] KeyShortcuts
  [ ] SimpleTransliterate
  [ ] ReasonatorTools
  [ ] DraggableSitelinks
  [ ] SiteIdToInterwiki
  [x] FamilyAncestors
  [x] ProtectionIndicators
  [x] PopupsFix
  [x] Mark as patrolled
  
  **general**
  [ ] popups
  [ ] UTCLiveClock
  [ ] LocalLiveClock
  [ ] wikEd
  [ ] diff
  [ ] HotCat
  [ ] revisionjumper
  [ ] dropdown-menus
  [ ] rightsfilter
  [ ] markAdmins
  [ ] mySandbox
  [ ] quickeditcounter
  [ ] historyNumbered
  [ ] contribsrange
  [ ] imagelinks
  [ ] NewSection
  
  **admin-gadgets**
  [ ] RfDHelper
  [ ] RfDLink

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

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

To: Sjoerddebruin
Cc: Sjoerddebruin, 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] T69434: Make Hovercards work on Wikidata item links

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

@Ricordisamoa is there an option to opt out from hovercards and can we somehow 
get that information in the gadget?


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

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

To: Bene
Cc: Quiddity, Raymond, Bene, Ricordisamoa, SamB, Aklapper, Se4598, 
JanZerebecki, Wikidata-bugs, Jdforrester-WMF, Vibhabamba, Prtksxna, 
Liuxinyu970226, Lydia_Pintscher, hoo, aude



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T101088: Missing links on ceb: Wikipedia

2015-06-02 Thread Thibaut120094
Thibaut120094 added a subscriber: Thibaut120094.

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

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

To: Thibaut120094
Cc: Thibaut120094, Vargenau, 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] T93764: If a particular property is only used in a reference or qualifier, then the value does not get linked by authority control gadget

2015-06-02 Thread Sjoerddebruin
Sjoerddebruin added a project: Wikidata-Gadgets.
Sjoerddebruin added a subscriber: Sjoerddebruin.

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

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

To: Sjoerddebruin
Cc: Sjoerddebruin, Ricordisamoa, Fomafix, aude, Aklapper, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Updated] T67257: Create tests for default gadgets (tracking)

2015-06-02 Thread Sjoerddebruin
Sjoerddebruin added a project: Wikidata-Gadgets.

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

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

To: Sjoerddebruin
Cc: Sjoerddebruin, Aklapper, WMDE-Fisch, Wikidata-bugs, Tobi_WMDE_SW, 
Christopher, Lydia_Pintscher, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T93809: CommonsMedia gadget broken

2015-06-02 Thread Sjoerddebruin
Sjoerddebruin added a project: Wikidata-Gadgets.

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

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

To: Sjoerddebruin
Cc: Sjoerddebruin, Tobi_WMDE_SW, adrianheine, Lydia_Pintscher, aude, Bene, 
Aklapper, hoo, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Updated] T41351: create a Hebrew Wikidata client test wiki

2015-06-02 Thread Aklapper
Aklapper added a project: RTL.
Herald added a project: Wikidata.

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

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

To: Aklapper
Cc: johl, Wikidata-bugs, Amire80, siebrand, SPQRobin, Denny, aude, 
Lydia_Pintscher, Gryllida, Shizhao, Arrbee, wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Updated] T47932: wrong display of bracket ) in RTL languages

2015-06-02 Thread Aklapper
Aklapper added a project: RTL.
Herald added a project: Wikidata.

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

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

To: Aklapper
Cc: Wikidata-bugs, Abraham, Amire80, aude, Lydia_Pintscher, Gryllida, Shizhao, 
Arrbee, wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T47932: wrong display of bracket ) in RTL languages

2015-06-02 Thread Abraham
Abraham removed a subscriber: Abraham.

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

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

To: Abraham
Cc: Wikidata-bugs, Amire80, aude, Lydia_Pintscher, Gryllida, Shizhao, Arrbee, 
wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Updated] T94588: property label doesn't scroll with viewport anymore

2015-06-02 Thread Tobi_WMDE_SW
Tobi_WMDE_SW added a project: Wikidata-Sprint-2015-06-02.

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

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

To: Tobi_WMDE_SW
Cc: Snaterlicious, thiemowmde, Lydia_Pintscher, JanZerebecki, 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] T74696: Database query error on [[Special:UnconnectedPages]]

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

https://gerrit.wikimedia.org/r/#/c/167795/ (to extend QueryPage) by ladsgroup 
might be a good starting point.  needs rebase and to have the tests work (and 
added)


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

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

To: aude
Cc: Liuxinyu970226, Reedy, Multichill, Denny, matmarex, Wikidata-bugs, Mbch331, 
Aklapper, Tobi_WMDE_SW, Sjoerddebruin, He7d3r, JanZerebecki, aude, 
Lydia_Pintscher, daniel, hoo



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


[Wikidata-bugs] [Maniphest] [Updated] T96685: JS time widget: add option to let the backend choose the correct calendar

2015-06-02 Thread Tobi_WMDE_SW
Tobi_WMDE_SW added a project: Wikidata-Sprint-2015-06-02.

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

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

To: thiemowmde, Tobi_WMDE_SW
Cc: Tobi_WMDE_SW, thiemowmde, Aklapper, aude, Lydia_Pintscher, daniel, 
Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Created] T101096: Workboard CSS partly unresponsive in the narrow mobile view

2015-06-02 Thread thiemowmde
thiemowmde created this task.
thiemowmde added a subscriber: thiemowmde.
thiemowmde added projects: Phabricator, Phabricator-Upstream, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  In the Workboard view, e.g. in 
https://phabricator.wikimedia.org/tag/wikidata-sprint-2015-05-05/, the 
individual tasks are able to show story points, e.g. Points: 1. The CSS for 
this information is broken in the narrow, mobile-friendly view. It seems the 
CSS does not respond to Phabricators device switching in the `body 
class=...`.
  {F173004}
  
  Can you help me understand which part of the software is responsible for 
this? So where should this task go?

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

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

To: thiemowmde
Cc: thiemowmde, Aklapper, Wikidata-bugs, aude, scfc, jeremyb, greg, Qgil



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


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

2015-06-02 Thread Tobi_WMDE_SW
Tobi_WMDE_SW added a subscriber: Wikidata-Sprint-2015-06-02.
Tobi_WMDE_SW added a project: Wikidata-Sprint-2015-06-02.

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

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

To: JanZerebecki, Tobi_WMDE_SW
Cc: Tobi_WMDE_SW, gerritbot, Liuxinyu970226, Tamslo, JanZerebecki, 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] T99231: Release data-values/javascript 0.7.0

2015-06-02 Thread Tobi_WMDE_SW
Tobi_WMDE_SW moved this task to Doing on the Wikidata-Sprint-2015-06-02 
workboard.

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

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

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

To: thiemowmde, Tobi_WMDE_SW
Cc: Tobi_WMDE_SW, aude, Lydia_Pintscher, JeroenDeDauw, JanZerebecki, 
thiemowmde, Aklapper, 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] T96685: JS time widget: add option to let the backend choose the correct calendar

2015-06-02 Thread Tobi_WMDE_SW
Tobi_WMDE_SW moved this task to Doing on the Wikidata-Sprint-2015-06-02 
workboard.

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

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

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

To: thiemowmde, Tobi_WMDE_SW
Cc: Tobi_WMDE_SW, thiemowmde, Aklapper, aude, Lydia_Pintscher, daniel, 
Wikidata-bugs



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


  1   2   3   >