[Wikidata-bugs] [Maniphest] [Commented On] T92996: Figure out how to represent non-Gregorian dates in RDF export

2015-03-19 Thread Smalyshev
Smalyshev added a comment.

Current solution in https://gerrit.wikimedia.org/r/196712 - non-gregorian dates 
are strings. Julian support may be added later.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T92006: Add date filtering to RDF export

2015-03-19 Thread Smalyshev
Smalyshev moved this task to Needs Review/Feedback on the 
Wikidata-Query-Service workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T92586: Remove reference duplicates from RDF dump

2015-03-19 Thread Smalyshev
Smalyshev moved this task to Needs Review/Feedback on the 
Wikidata-Query-Service workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Commented On] T90101: Confirm selection of BlazeGraph for wikidata query

2015-03-19 Thread Smalyshev
Smalyshev added a comment.

I think this can be closed as done?


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Smalyshev
Cc: Daniel_Mietchen, Thompsonbry.systap, Legoktm, Smalyshev, daniel, 
Beebs.systap, Haasepeter, Aklapper, Manybubbles, jkroll, Wikidata-bugs, 
Jdouglas, aude, GWicke, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Commented On] T93207: Better namespace URI for the wikibase ontology

2015-03-19 Thread mkroetzsch
mkroetzsch added a comment.

@daniel: Have you wondered why XML Schema decided against changing their URIs? 
It is by far the most disruptive thing that you could possibly do. Ontologies 
don't work like software libraries where you download a new version and build 
your tool against it, changing identifiers as required. Changing all URIs of an 
ontology (even if only on a major version increment) will break third-party 
applications and established usage patterns in a single step. There is no 
mechanism in place to do this smoothly. You never want to do this. Even 
changing a single URI can be very costly, and is probably not what you want if 
the breaking change affects only a diminishing part of your users (How many BCE 
dates are there in XSD files? How many of those were already assuming the ISO 
reading anyway?).

Having a version number in URLs does not solve the problem of versioning: it 
just creates an obligation for you to change *all* URIs whenever you update the 
ontology. If you really ever want to make a breaking change to one URI, then 
you just create a new URI for this purpose and keep the old one defined as it 
was. Then you stop using the old one in the data. Clean, easy, and usually 
without any disruption to 99% of the users (depending on which URI you changed 
of course ;-). This introduction of new names is completely independent of your 
ontology document version.

Besides all this, breaking changes are extremely rare. The example you gave 
(changing the meaning of an XML Schema datatype) does not apply to us, since we 
cannot do such things in our ontology. In essence, our ontology is just a 
declaration of technical vocabulary. Most changes you could make do not cause 
any incompatibility -- the Semantic Web is built on an open-world assumption so 
that additions of information to the ontology never are breaking anything. The 
only potentially breaking change to an ontology is when you delete some 
information, but even there it is hard to see how it should break a specific 
application.

Summing up, the only breaking change to an ontology is to change an important 
URI that many people rely on. The current proposal is to introduce a mechanism 
for doing exactly this.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: mkroetzsch
Cc: adrianheine, Manybubbles, Smalyshev, mkroetzsch, Denny, Lydia_Pintscher, 
Aklapper, daniel, Wikidata-bugs, aude, Krenair, Dzahn



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


[Wikidata-bugs] [Maniphest] [Commented On] T92949: No javascript loaded on test.wikidata

2015-03-19 Thread adrianheine
adrianheine added a subscriber: adrianheine.
adrianheine added a comment.

Why is this in done?


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Blocker] T63601: DataTypes should pass jshint

2015-03-19 Thread Lydia_Pintscher
Lydia_Pintscher changed the status of blocking task T93171: Delete 
mediawiki/extensions/DataTypes from Gerrit from Open to Stalled.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: adrianheine, Lydia_Pintscher
Cc: gerritbot, Ricordisamoa, adrianheine, Wikidata-bugs, hashar, JeroenDeDauw, 
Lydia_Pintscher, aude, wikibugs-l



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


[Wikidata-bugs] [Maniphest] [Changed Status] T93171: Delete mediawiki/extensions/DataTypes from Gerrit

2015-03-19 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: Lydia_Pintscher.
Lydia_Pintscher changed the task status from Open to Stalled.
Lydia_Pintscher added a comment.

Let's wait please and minimize the drama.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Ricordisamoa, adrianheine, Aklapper, Wikidata-bugs, aude, 
QChris



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


[Wikidata-bugs] [Maniphest] [Commented On] T93183: Narrow fields in Special:NewItem and Special:NewProperty

2015-03-19 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 197878 had a related patch set uploaded (by Aude):
Fix css for Wikibase special pages

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Created] T93183: Narrow fields in Special:NewItem and Special:NewProperty

2015-03-19 Thread aude
aude created this task.
aude added a subscriber: aude.
aude added projects: Wikidata, MediaWiki-extensions-WikibaseRepository.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  The fields in Special:NewItem and Special:NewProperty are now quite narrow:
  
  {F100222}
  
  see https://test.wikidata.org/wiki/Special:NewProperty and 
https://test.wikidata.org/wiki/Special:NewItem
  
  having the form be wide and responsive currently depends on presence and 
amount of intro text (e.g. wikibase-setlabeldescriptionaliases-intro).

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Lowered Priority] T87759: Allow simultaneous editing of mainsnak and references

2015-03-19 Thread adrianheine
adrianheine moved this task to Doing on the § Wikidata-Sprint-2015-03-11 
workboard.
adrianheine lowered the priority of this task from High to Normal.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Snaterlicious, adrianheine
Cc: gerritbot, Tobi_WMDE_SW, Aklapper, Snaterlicious, thiemowmde, adrianheine, 
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] T92384: create gadget for showing padlock on protected item pages

2015-03-19 Thread Liuxinyu970226
Liuxinyu970226 added a subscriber: Liuxinyu970226.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude, Liuxinyu970226
Cc: Liuxinyu970226, Tobi_WMDE_SW, Ricordisamoa, Sjoerddebruin, Aklapper, 
Lydia_Pintscher, 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] T92948: test.wikidata uses wikipedia apple touch icon

2015-03-19 Thread aude
aude added a comment.

I think we can use the wikidata touch icon, at least for now.  it's better than 
the wikipedia one :)  if we have something better in the future, it's easy to 
change to a new icon.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Created] T93184: Uncaught TypeError: undefined is not a functionjquery.webfonts.js (line 65)

2015-03-19 Thread aude
aude created this task.
aude added a subscriber: aude.
aude added projects: MediaWiki-extensions-UniversalLanguageSelector, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  on Special:NewItem and Special:NewProperty pages in Wikibase, I get a 
javascript error:
  
  only happens on master.  I have pulled latest ULS and Wikibase and (afaik) 
all other extensions I have enabled.
  
  Uncaught TypeError: undefined is not a functionjquery.webfonts.js:65
  WebFonts.getFontjquery.webfonts.js:217 (anonymous 
function)load.php?debug=truelang=enmodules=jquery%2Cmediawikionly=scriptsskin=vectorversion=20150319T10…:384
  
jQuery.extend.eachload.php?debug=truelang=enmodules=jquery%2Cmediawikionly=scriptsskin=vectorversion=20150319T10…:136
 
  jQuery.fn.jQuery.eachjquery.webfonts.js:201 
WebFonts.parsejquery.webfonts.js:82 WebFonts.initjquery.webfonts.js:31 
  WebFontsjquery.webfonts.js:478 (anonymous 
function)load.php?debug=truelang=enmodules=jquery%2Cmediawikionly=scriptsskin=vectorversion=20150319T10…:384
 
  
jQuery.extend.eachload.php?debug=truelang=enmodules=jquery%2Cmediawikionly=scriptsskin=vectorversion=20150319T10…:136
 
  jQuery.fn.jQuery.eachjquery.webfonts.js:472 
$.fn.webfontsext.uls.webfonts.js:210 (anonymous function)

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Created] T93171: Delete mediawiki/extensions/DataTypes from Gerrit

2015-03-19 Thread hashar
hashar created this task.
hashar added a subscriber: adrianheine.
hashar added projects: Wikidata, DataTypes, Wikimedia-Git-or-Gerrit.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  The mediawiki/extensions/DataTypes.git repo has been migrated to GitHub and 
should now be deleted.
  
  Some context on T63601 , in short: we still maintain the Jenkins jobs for the 
repo which is rather useless.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: hashar
Cc: adrianheine, Aklapper, Wikidata-bugs, aude, QChris



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


[Wikidata-bugs] [Maniphest] [Updated] T93183: Narrow fields in Special:NewItem and Special:NewProperty

2015-03-19 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, 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] T93171: Delete mediawiki/extensions/DataTypes from Gerrit

2015-03-19 Thread Ricordisamoa
Ricordisamoa added a comment.

Doesn't this conflict with T74907: move git repositories that are dependencies 
of wikidata to gerrit https://phabricator.wikimedia.org/T74907?


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Ricordisamoa
Cc: Ricordisamoa, adrianheine, Aklapper, Wikidata-bugs, aude, QChris



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


[Wikidata-bugs] [Maniphest] [Commented On] T92949: No javascript loaded on test.wikidata

2015-03-19 Thread aude
aude added a comment.

because javascript works again on test.wikidata?


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude
Cc: adrianheine, gerritbot, 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] T92949: No javascript loaded on test.wikidata

2015-03-19 Thread adrianheine
adrianheine added a comment.

Ok, cool. I suppose the linked change is fixing the underlying issue?


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Edited] T77925: Wikidata PageBanner extension

2015-03-19 Thread Qgil
Qgil edited the task description.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Qgil
Cc: Sushrutsg, Andyrom75, Danapit, Glaisher, NiharikaKohli, Qgil, kaldari, 
Sumit, Nicolas_Raoul, Matroc, Shaundd, Deskana, LtPowers, Aklapper, Florian, 
Lydia_Pintscher, KLans_WMF, Jdlrobson, Wrh2, Imaculate, 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] T63601: DataTypes should pass jshint

2015-03-19 Thread adrianheine
adrianheine added a comment.

In https://phabricator.wikimedia.org/T63601#1125148, @hashar wrote:

 @adrianheine should we delete in Gerrit the mediawiki/extensions/DataTypes 
 repository ?


Yeah, we should. It doesn't even mirror the current HEAD.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: adrianheine
Cc: gerritbot, Ricordisamoa, adrianheine, Wikidata-bugs, hashar, JeroenDeDauw, 
Lydia_Pintscher, aude, wikibugs-l



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


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

2015-03-19 Thread Ricordisamoa
Ricordisamoa added a subscriber: Ricordisamoa.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Ricordisamoa
Cc: Ricordisamoa, hoo, Dereckson, Lydia_Pintscher, MZMcBride, Glaisher, 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] [Commented On] T92949: No javascript loaded on test.wikidata

2015-03-19 Thread aude
aude added a comment.

yes it does.  just need to deploy the patch now, maybe today...


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T93191: Usage Tracking: correctly track redirect usage

2015-03-19 Thread daniel
daniel added a subscriber: adrianheine.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: daniel
Cc: adrianheine, 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] T91408: Values in qualifiers and references not linked by AuthorityControl Gadget

2015-03-19 Thread aude
aude added a comment.

https://gerrit.wikimedia.org/r/#/c/189018/ is what has caused the gadget to 
completely break again.  gadget needs to be adjusted for that,


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Created] T93191: Usage Tracking: correctly track redirect usage

2015-03-19 Thread daniel
daniel created this task.
daniel added a subscriber: daniel.
daniel added projects: Wikidata, MediaWiki-extensions-WikibaseClient.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  When a redirect is resolved while accessing repo data from a client wiki, 
  * the usage should be associated with the redirect target
  * the usage of the redirect itself should be tracked (using aspect, X or a 
new R aspect)
  
  When a redirect is created or changed, this should be considered an X change, 
since it affects all types of usage.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: daniel
Cc: 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] [Changed Subscribers] T93191: Usage Tracking: correctly track redirect usage

2015-03-19 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: Multichill.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: Multichill, adrianheine, 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] [Updated] T91408: Values in qualifiers and references not linked by AuthorityControl Gadget

2015-03-19 Thread aude
aude removed a project: Patch-For-Review.
aude set Security to None.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Updated] T93191: Usage Tracking: correctly track redirect usage

2015-03-19 Thread daniel
daniel added a blocked task: T49288: Track Wikidata entity usage on client 
pages.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: daniel
Cc: adrianheine, 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] T93193: Label in header and edit toolbar overlap if label is extra long

2015-03-19 Thread aude
aude created this task.
aude added a subscriber: aude.
aude added a project: MediaWiki-extensions-WikibaseRepository.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  {F100350}

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude
Cc: 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] T90431: wikibase-setlabeldescriptionaliases-introfull needs GENDER support and qqq documentation

2015-03-19 Thread gerritbot
gerritbot added a comment.

Change 197510 merged by jenkins-bot:
Add missing qqq messages

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lucie, gerritbot
Cc: gerritbot, Kenrick95, thiemowmde, Lucie, 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] [Edited] T93191: Usage Tracking: correctly track redirect usage

2015-03-19 Thread daniel
daniel edited the task description.
daniel set Security to None.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: daniel
Cc: adrianheine, 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] [Changed Project Column] T88409: Showcase/inspire: Mobile page description from Wikidata

2015-03-19 Thread Spage
Spage moved this task to For review on the dev.wikimedia.org workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Spage
Cc: Qgil, Deskana, Lydia_Pintscher, Spage, Aklapper, Wikidata-bugs, aude, Ltrlg



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T88409: Showcase/inspire: Mobile page description from Wikidata

2015-03-19 Thread Spage
Spage moved this task to Tech on the dev.wikimedia.org workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Spage
Cc: Qgil, Deskana, Lydia_Pintscher, Spage, Aklapper, Wikidata-bugs, aude, Ltrlg



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T92946: Make mwext-Wikibase-qunit voting

2015-03-19 Thread Krinkle
Krinkle moved this task to Done on the Continuous-Integration workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: hashar, Krinkle
Cc: hashar, gerritbot, hoo, JanZerebecki, adrianheine, 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] [Commented On] T90115: BlazeGraph Security Review

2015-03-19 Thread csteipp
csteipp added a comment.

It's a little concerning that systap doesn't have any security updates for 
blazegraph that I can find. Their engineers must write flawless code ;)

Can we schedule some hangout time to talk through how your planning to set this 
up, and where we need to have different controls?


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: csteipp
Cc: Liuxinyu970226, csteipp, Beebs.systap, Haasepeter, Aklapper, Manybubbles, 
jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, GWicke, daniel, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Updated] T93057: add eu_page_touched field to wbc_entity_usage_tracking

2015-03-19 Thread daniel
daniel added a project: § Wikidata-Sprint-2015-03-11.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: daniel
Cc: gerritbot, daniel, Aklapper, Rical, hoo, Lydia_Pintscher, Daniel_Mietchen, 
Liuxinyu970226, Ricordisamoa, 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] T76827: Image thumbnail urls should be included where applicable in wikidata API response for commonsMedia

2015-03-19 Thread Jdlrobson
Jdlrobson added a comment.

Ping @MaxSem @Brion would this really fry the cluster? Could thumb.php not 
simply be updated to redirect to the image file itself?


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Jdlrobson
Cc: brion, MaxSem, Addshore, JanZerebecki, aude, MZMcBride, Aklapper, 
Lydia_Pintscher, Jdlrobson, daniel, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Commented On] T76827: Image thumbnail urls should be included where applicable in wikidata API response for commonsMedia

2015-03-19 Thread brion
brion added a comment.

(If the redirect gets cached that'd still have the roundtrip, though the first 
request would be cheaper once the thumbnail's created as we'd avoid hitting PHP 
app servers.)


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: brion
Cc: brion, MaxSem, Addshore, JanZerebecki, aude, MZMcBride, Aklapper, 
Lydia_Pintscher, Jdlrobson, daniel, 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] T92288: Increase width of the eu_aspect column to allow inclusion of language codes.

2015-03-19 Thread daniel
daniel moved this task to Review on the § Wikidata-Sprint-2015-03-11 workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: daniel
Cc: gerritbot, 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] T93207: Better namespace URI for the wikibase ontology

2015-03-19 Thread daniel
daniel added a comment.

The domain wikiba.se is owned by WMDE, I think.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: daniel
Cc: adrianheine, Manybubbles, Smalyshev, mkroetzsch, Denny, Lydia_Pintscher, 
Aklapper, daniel, Wikidata-bugs, aude, Krenair, Dzahn



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


[Wikidata-bugs] [Maniphest] [Commented On] T93207: Better namespace URI for the wikibase ontology

2015-03-19 Thread Manybubbles
Manybubbles added a comment.

In https://phabricator.wikimedia.org/T93207#1133107, @daniel wrote:

 Regarding the version in the ontology URI: I think this is actually very 
 important, since it allows us to make breaking changes to the ontology. 
 People checking for the exact URI is exactly what we want.

 Fun fact: XSD uses the same URI for 1.0 and 1.1, but *completely* changed the 
 interpretation of negative year numbers in xsd:date (shifting it by one 
 year). Any consumer not aware of what version the file is actually using is 
 going to get broken data. I would *really* like to avoid that situation.

 However, this is only relevant for breaking changes. So perhaps we should 
 only include *major* version numbers in the URI.


+1


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: adrianheine, Manybubbles, Smalyshev, mkroetzsch, Denny, Lydia_Pintscher, 
Aklapper, daniel, Wikidata-bugs, aude, Krenair, Dzahn



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


[Wikidata-bugs] [Maniphest] [Updated] T93256: Documentation of year 0 and negative years

2015-03-19 Thread thiemowmde
thiemowmde added a blocked task: T87764: Bugs related to time datatype.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: thiemowmde
Cc: thiemowmde, 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] T93207: Better namespace URI for the wikibase ontology

2015-03-19 Thread daniel
daniel added a comment.

Regarding the version in the ontology URI: I think this is actually very 
important, since it allows us to make breaking changes to the ontology. People 
checking for the exact URI is exactly what we want.

Fun fact: XSD uses the same URI for 1.0 and 1.1, but *completely* changed the 
interpretation of negative year numbers in xsd:date (shifting it by one year). 
Any consumer not aware of what version the file is actually using is going to 
get broken data. I would *really* like to avoid that situation.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: daniel
Cc: adrianheine, Manybubbles, Smalyshev, mkroetzsch, Denny, Lydia_Pintscher, 
Aklapper, daniel, Wikidata-bugs, aude, Krenair, Dzahn



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


[Wikidata-bugs] [Maniphest] [Closed] T85454: Connecting the sitelinks via Wikipedia doesn't add the created item to your watchlist

2015-03-19 Thread hoo
hoo closed this task as Resolved.
hoo claimed this task.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: hoo
Cc: gerritbot, Aklapper, Stryn, hoo, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T85454: Connecting the sitelinks via Wikipedia doesn't add the created item to your watchlist

2015-03-19 Thread hoo
hoo removed a project: Patch-For-Review.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: hoo
Cc: gerritbot, Aklapper, Stryn, hoo, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T90952: Figure out if we need/can use RDR

2015-03-19 Thread Manybubbles
Manybubbles added a project: MediaWiki-Core-Team.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: Haasepeter, Thompsonbry.systap, Beebs.systap, Manybubbles, Aklapper, 
Smalyshev, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke, 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] T90952: Figure out if we need/can use RDR

2015-03-19 Thread Manybubbles
Manybubbles moved this task to In Dev/Progress on the MediaWiki-Core-Team 
workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: Haasepeter, Thompsonbry.systap, Beebs.systap, Manybubbles, Aklapper, 
Smalyshev, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke, daniel, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Claimed] T90952: Figure out if we need/can use RDR

2015-03-19 Thread Manybubbles
Manybubbles claimed this task.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: Haasepeter, Thompsonbry.systap, Beebs.systap, Manybubbles, Aklapper, 
Smalyshev, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke, daniel, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Unblock] T90101: Confirm selection of BlazeGraph for wikidata query

2015-03-19 Thread Manybubbles
Manybubbles closed blocking task T90119: BlazeGraph Finalization: RDF Issues as 
Resolved.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: Daniel_Mietchen, Thompsonbry.systap, Legoktm, Smalyshev, daniel, 
Beebs.systap, Haasepeter, Aklapper, Manybubbles, jkroll, Wikidata-bugs, 
Jdouglas, aude, GWicke, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Updated] T90119: BlazeGraph Finalization: RDF Issues

2015-03-19 Thread Manybubbles
Manybubbles removed a blocking task: T90952: Figure out if we need/can use RDR.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: Thompsonbry.systap, Smalyshev, Manybubbles, Aklapper, Haasepeter, 
Beebs.systap, daniel, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke, 
JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Commented On] T90101: Confirm selection of BlazeGraph for wikidata query

2015-03-19 Thread Manybubbles
Manybubbles added a comment.

Yes.  Let me do the needful phab things to do that.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: Daniel_Mietchen, Thompsonbry.systap, Legoktm, Smalyshev, daniel, 
Beebs.systap, Haasepeter, Aklapper, Manybubbles, jkroll, Wikidata-bugs, 
Jdouglas, aude, GWicke, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Updated] T90952: Figure out if we need/can use RDR

2015-03-19 Thread Manybubbles
Manybubbles removed a blocked task: T90119: BlazeGraph Finalization: RDF Issues.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: Haasepeter, Thompsonbry.systap, Beebs.systap, Manybubbles, Aklapper, 
Smalyshev, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke, daniel, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Closed] T90119: BlazeGraph Finalization: RDF Issues

2015-03-19 Thread Manybubbles
Manybubbles closed this task as Resolved.
Manybubbles claimed this task.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: Thompsonbry.systap, Smalyshev, Manybubbles, Aklapper, Haasepeter, 
Beebs.systap, daniel, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke, 
JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Updated] T90123: BlazeGraph Finalization: Value representation

2015-03-19 Thread Manybubbles
Manybubbles removed a blocked task: T90119: BlazeGraph Finalization: RDF Issues.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: Thompsonbry.systap, Jdouglas, daniel, Beebs.systap, Haasepeter, Aklapper, 
Manybubbles, jkroll, Smalyshev, Wikidata-bugs, aude, GWicke, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Updated] T90119: BlazeGraph Finalization: RDF Issues

2015-03-19 Thread Manybubbles
Manybubbles removed a blocking task: T90123: BlazeGraph Finalization: Value 
representation.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: Thompsonbry.systap, Smalyshev, Manybubbles, Aklapper, Haasepeter, 
Beebs.systap, daniel, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke, 
JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Commented On] T90115: BlazeGraph Security Review

2015-03-19 Thread Manybubbles
Manybubbles added a comment.

In https://phabricator.wikimedia.org/T90115#1132377, @csteipp wrote:

 It's a little concerning that systap doesn't have any security updates for 
 blazegraph that I can find. Their engineers must write flawless code ;)


You mean like dot releases that mention that they fix security bugs?  I see 1.4 
didn't have any dot releases but 1.3 and below had a few.  One thing that makes 
this weird is that it used to be called BigData, which is totally 
un-google-able.

 Can we schedule some hangout time to talk through how your planning to set 
 this up, and where we need to have different controls?


Invite sent.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: csteipp, Manybubbles
Cc: Liuxinyu970226, csteipp, Beebs.systap, Haasepeter, Aklapper, Manybubbles, 
jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, GWicke, daniel, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Commented On] T92288: Increase width of the eu_aspect column to allow inclusion of language codes.

2015-03-19 Thread daniel
daniel added a comment.

For consistency, the entire chain leading up to I3f5d70802 should be merged.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: daniel
Cc: gerritbot, 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] [Updated] T93057: add eu_page_touched field to wbc_entity_usage_tracking

2015-03-19 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, daniel, Aklapper, Rical, hoo, Lydia_Pintscher, Daniel_Mietchen, 
Liuxinyu970226, Ricordisamoa, 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] T93057: add eu_page_touched field to wbc_entity_usage_tracking

2015-03-19 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 197940 had a related patch set uploaded (by Daniel Kinzler):
Add eu_touched field to wbc_entity_usage.

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, daniel, Aklapper, Rical, hoo, Lydia_Pintscher, Daniel_Mietchen, 
Liuxinyu970226, Ricordisamoa, 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] T76827: Image thumbnail urls should be included where applicable in wikidata API response for commonsMedia

2015-03-19 Thread brion
brion added a comment.

Hmm, well if thumb.php redirected you'd have an extra round-trip plus the 
overhead of hitting the PHP app servers in the first place... might not be 
ideal either. :(


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: brion
Cc: brion, MaxSem, Addshore, JanZerebecki, aude, MZMcBride, Aklapper, 
Lydia_Pintscher, Jdlrobson, daniel, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Commented On] T85719: Tours are broken

2015-03-19 Thread Lucie
Lucie added a comment.

We figured you'd have to replace the function removeData() in the 
MediaWiki:Guidedtour-lib.js 
https://www.wikidata.org/wiki/MediaWiki:Guidedtour-lib.js with

function removeData( tourName, newData ) {
mw.loader.using( 'mediawiki.api.edit', function() {
   
new mw.Api()
.postWithEditToken( {
action: 'wbeditentity',
id: mw.config.get( 'wbEntityId' ),
clear: true,
data: JSON.stringify( newData ),
summary: 'Clearing data for [[Wikidata:Tours#' 
+ tourName + '|' + tourName + ']] tour'
} )
.done( function() {
location.href += 'data=ok';
} );
});
}

so the module mediawiki.api.edit is loaded, which is needed for 
.postWithEditToken. 
Might not be the whole solution but at least we will be able to see the tour at 
all and can see how to proceed from there.
I don't have the necessary rights to change the page on Wikidata, so if someone 
could have a look into it would be great!


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lucie
Cc: JanZerebecki, Bene, thiemowmde, adrianheine, Snaterlicious, Aklapper, 
Lucie, Lydia_Pintscher, hoo, 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] T92006: Add date filtering to RDF export

2015-03-19 Thread Smalyshev
Smalyshev added a comment.

The code is doing 4+ digits and + removal. Not sure about Z - this page 
http://books.xmlschemata.org/relaxng/ch19-77049.html suggests Z is valid. 
Didn't find any issues with times on current data but we may check that too.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T93057: add eu_page_touched field to wbc_entity_usage_tracking

2015-03-19 Thread daniel
daniel moved this task to Review on the § Wikidata-Sprint-2015-03-11 workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: daniel
Cc: gerritbot, daniel, Aklapper, Rical, hoo, Lydia_Pintscher, Daniel_Mietchen, 
Liuxinyu970226, Ricordisamoa, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Closed] T90101: Confirm selection of BlazeGraph for wikidata query

2015-03-19 Thread Manybubbles
Manybubbles closed this task as Resolved.
Manybubbles claimed this task.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: Daniel_Mietchen, Thompsonbry.systap, Legoktm, Smalyshev, daniel, 
Beebs.systap, Haasepeter, Aklapper, Manybubbles, jkroll, Wikidata-bugs, 
Jdouglas, aude, GWicke, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T93202: GENDER support of qqq documentation

2015-03-19 Thread Lucie
Lucie added subscribers: Amire80, Kenrick95, thiemowmde.
Lucie set Security to None.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lucie
Cc: thiemowmde, Kenrick95, Amire80, Aklapper, Lucie, 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] [Closed] T92948: test.wikidata uses wikipedia apple touch icon

2015-03-19 Thread aude
aude closed this task as Resolved.
aude removed a project: Patch-For-Review.
aude set Security to None.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude
Cc: gerritbot, Sjoerddebruin, 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] T90109: BlazeGraph Finalization: Zookeeper

2015-03-19 Thread Manybubbles
Manybubbles closed this task as Resolved.
Manybubbles added a comment.

Resolving.  We expect to cohost zookeeper on 3ish BlazeGraph nodes, assuming we 
use BlazeGraph's HA at all.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Joe, Manybubbles
Cc: ArielGlenn, GWicke, JanZerebecki, Beebs.systap, Haasepeter, 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] [Unblock] T90103: BlazeGraph Finalization: Operational issues

2015-03-19 Thread Manybubbles
Manybubbles closed blocking task T90109: BlazeGraph Finalization: Zookeeper as 
Resolved.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: JanZerebecki, Jdouglas, Manybubbles, Aklapper, Haasepeter, Beebs.systap, 
jkroll, Smalyshev, Wikidata-bugs, aude, GWicke, daniel



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


[Wikidata-bugs] [Maniphest] [Closed] T90117: BlazeGraph Finalization: Scale out plans

2015-03-19 Thread Manybubbles
Manybubbles closed this task as Resolved.
Manybubbles claimed this task.
Manybubbles added a comment.

Resolving this.  Our official scale out plans are as follows:

1. Each node will hold all data.  We should have tons of spare room to grow 
here.
2. We may or may not use HA.  If we don't use HA we'll just keep each on up to 
date with its own poller.

When it comes to sharding style stuff we'll cross that bridge when we get 
closer - BlazeGraph has something for this.  It'll need more review.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: Joe, Smalyshev, Thompsonbry.systap, Jdouglas, daniel, Beebs.systap, 
Haasepeter, Aklapper, Manybubbles, jkroll, Wikidata-bugs, aude, GWicke, 
JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Unblock] T90103: BlazeGraph Finalization: Operational issues

2015-03-19 Thread Manybubbles
Manybubbles closed blocking task T90117: BlazeGraph Finalization: Scale out 
plans as Resolved.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: JanZerebecki, Jdouglas, Manybubbles, Aklapper, Haasepeter, Beebs.systap, 
jkroll, Smalyshev, Wikidata-bugs, aude, GWicke, daniel



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


[Wikidata-bugs] [Maniphest] [Updated] T90103: BlazeGraph Finalization: Operational issues

2015-03-19 Thread Manybubbles
Manybubbles removed a blocking task: T90115: BlazeGraph Security Review.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: JanZerebecki, Jdouglas, Manybubbles, Aklapper, Haasepeter, Beebs.systap, 
jkroll, Smalyshev, Wikidata-bugs, aude, GWicke, daniel



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


[Wikidata-bugs] [Maniphest] [Closed] T90103: BlazeGraph Finalization: Operational issues

2015-03-19 Thread Manybubbles
Manybubbles closed this task as Resolved.
Manybubbles claimed this task.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: JanZerebecki, Jdouglas, Manybubbles, Aklapper, Haasepeter, Beebs.systap, 
jkroll, Smalyshev, Wikidata-bugs, aude, GWicke, daniel



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


[Wikidata-bugs] [Maniphest] [Unblock] T90101: Confirm selection of BlazeGraph for wikidata query

2015-03-19 Thread Manybubbles
Manybubbles closed blocking task T90103: BlazeGraph Finalization:  Operational 
issues  as Resolved.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: Daniel_Mietchen, Thompsonbry.systap, Legoktm, Smalyshev, daniel, 
Beebs.systap, Haasepeter, Aklapper, Manybubbles, jkroll, Wikidata-bugs, 
Jdouglas, aude, GWicke, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Created] T93202: GENDER support of qqq documentation

2015-03-19 Thread Lucie
Lucie created this task.
Lucie added a subscriber: Lucie.
Lucie added projects: MediaWiki-extensions-WikibaseRepository, Wikidata, I18n.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  The gender support for you should be discussed by people who speak the 
affected languages. 
  
  I'm not sure what gender support you expect and why. Currently the 
{{GENDER:...}} keyword occurs only once, in the message 
wikibase-mylanguagefallbackchain-babel, and I'm not even sure if it's used 
right. You occurs 74 times in Wikibase messages. I don't think all of them 
should have a {{GENDER:...}} keyword. We need users that are able to speak a 
language where this is important and tell us which words in which messages need 
gender support. The best way to do this is to edit all our en.json (we 
currently have 3 for client/lib/repo) and submit that edit as a patch to 
Gerrit.
  https://phabricator.wikimedia.org/T90431

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lucie
Cc: Aklapper, Lucie, 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] [Changed Project Column] T93202: GENDER support of qqq documentation

2015-03-19 Thread Lucie
Lucie moved this task to needs discussion or investigation on the Wikidata 
workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lucie
Cc: thiemowmde, Kenrick95, Amire80, Aklapper, Lucie, 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] [Commented On] T90431: wikibase-setlabeldescriptionaliases-introfull needs GENDER support and qqq documentation

2015-03-19 Thread Lucie
Lucie added a comment.

The follow-up for the gender support is 
https://phabricator.wikimedia.org/T93202


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lucie
Cc: gerritbot, Kenrick95, thiemowmde, Lucie, 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] [Commented On] T90115: BlazeGraph Security Review

2015-03-19 Thread Manybubbles
Manybubbles added a comment.

Disconnected from the decision finalization - the decision has been finalized.  
We did some initial security investigations and it'll need work but nothing 
that is beyond us.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: csteipp, Manybubbles
Cc: Liuxinyu970226, csteipp, Beebs.systap, Haasepeter, Aklapper, Manybubbles, 
jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, GWicke, daniel, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Commented On] T92949: No javascript loaded on test.wikidata

2015-03-19 Thread gerritbot
gerritbot added a comment.

Change 197381 merged by jenkins-bot:
Don't use bits for test.wikidata

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: adrianheine, gerritbot, 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] T92948: test.wikidata uses wikipedia apple touch icon

2015-03-19 Thread gerritbot
gerritbot added a comment.

Change 197354 merged by jenkins-bot:
Use wikidata touch icon for test.wikidata

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, Sjoerddebruin, 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] T93127: Setup WikidataPageBanner extension repository on Gerrit

2015-03-19 Thread NiharikaKohli
NiharikaKohli removed projects: Possible-Tech-Projects, 
Google-Summer-of-Code-2015, Outreachy-Round-10.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Updated] T93127: Setup WikidataPageBanner extension repository on Gerrit

2015-03-19 Thread Dereckson
Dereckson removed a project: Easy.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Dereckson
Cc: Wrh2, Jdlrobson, KLans_WMF, Lydia_Pintscher, Florian, Aklapper, LtPowers, 
Deskana, Shaundd, Matroc, Nicolas_Raoul, Sumit, kaldari, Qgil, NiharikaKohli, 
Glaisher, Danapit, Andyrom75, Sushrutsg, 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] T93273: UnresolvedRedirectException from line 87 of WikiPageEntityRevisionLookup.php

2015-03-19 Thread aude
aude added a comment.

we get these on the repo also:

Wikibase\Lib\Store\UnresolvedRedirectException from line 87 of 
/srv/mediawiki/php-1.25wmf21/extensions/Wikidata/extensions/Wikibase/lib/includes/store/sql/WikiPageEntityRevisionLookup.php:
 Unresolved redirect to Q744286
#0 
/srv/mediawiki/php-1.25wmf21/extensions/Wikidata/extensions/Wikibase/repo/includes/EditEntity.php(276):
 Wikibase\Lib\Store\WikiPageEntityRevisionLookup-getEntityRevision()
#1 
/srv/mediawiki/php-1.25wmf21/extensions/Wikidata/extensions/Wikibase/repo/includes/EditEntity.php(703):
 Wikibase\EditEntity-getLatestRevision()
#2 
/srv/mediawiki/php-1.25wmf21/extensions/Wikidata/extensions/Wikibase/repo/includes/api/ApiWikibase.php(427):
 Wikibase\EditEntity-attemptSave()
#3 
/srv/mediawiki/php-1.25wmf21/extensions/Wikidata/extensions/Wikibase/repo/includes/api/ModifyEntity.php(374):
 Wikibase\Api\ApiWikibase-attemptSaveEntity()
#4 /srv/mediawiki/php-1.25wmf21/includes/api/ApiMain.php(1037): 
Wikibase\Api\ModifyEntity-execute()
#5 /srv/mediawiki/php-1.25wmf21/includes/api/ApiMain.php(394): 
ApiMain-executeAction()
#6 /srv/mediawiki/php-1.25wmf21/includes/api/ApiMain.php(367): 
ApiMain-executeActionWithErrorHandling()
#7 /srv/mediawiki/php-1.25wmf21/api.php(84): ApiMain-execute()


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Created] T93273: UnresolvedRedirectException from line 87 of WikiPageEntityRevisionLookup.php

2015-03-19 Thread aude
aude created this task.
aude added a subscriber: aude.
aude added projects: Wikidata, MediaWiki-extensions-WikibaseClient, 
MediaWiki-extensions-WikibaseRepository.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Wikibase\Lib\Store\UnresolvedRedirectException from line 87 of 
/srv/mediawiki/php-1.25wmf21/extensions/Wikidata/extensions/Wikibase/lib/includes/store/sql/WikiPageEntityRevisionLookup.php:
 Unresolved redirect to Q12773225
  #0 
/srv/mediawiki/php-1.25wmf21/extensions/Wikidata/extensions/Wikibase/lib/includes/store/CachingEntityRevisionLookup.php(152):
 Wikibase\Lib\Store\WikiPageEntityRevisionLookup-getEntityRevision()
  #1 
/srv/mediawiki/php-1.25wmf21/extensions/Wikidata/extensions/Wikibase/lib/includes/store/CachingEntityRevisionLookup.php(132):
 Wikibase\Lib\Store\CachingEntityRevisionLookup-fetchEntityRevision()
  #2 
/srv/mediawiki/php-1.25wmf21/extensions/Wikidata/extensions/Wikibase/lib/includes/store/CachingEntityRevisionLookup.php(152):
 Wikibase\Lib\Store\CachingEntityRevisionLookup-getEntityRevision()
  #3 
/srv/mediawiki/php-1.25wmf21/extensions/Wikidata/extensions/Wikibase/lib/includes/store/CachingEntityRevisionLookup.php(132):
 Wikibase\Lib\Store\CachingEntityRevisionLookup-fetchEntityRevision()
  #4 
/srv/mediawiki/php-1.25wmf21/extensions/Wikidata/extensions/Wikibase/lib/includes/store/RevisionBasedEntityLookup.php(41):
 Wikibase\Lib\Store\CachingEntityRevisionLookup-getEntityRevision()
  #5 (): Wikibase\Lib\Store\RevisionBasedEntityLookup-getEntity()
  #6 
/srv/mediawiki/php-1.25wmf21/extensions/Wikidata/extensions/Wikibase/lib/includes/store/EntityRedirectResolvingDecorator.php(79):
 call_user_func_array()
  #7 
/srv/mediawiki/php-1.25wmf21/extensions/Wikidata/extensions/Wikibase/lib/includes/store/RedirectResolvingEntityLookup.php(50):
 Wikibase\Lib\Store\EntityRedirectResolvingDecorator-__call()
  #8 
/srv/mediawiki/php-1.25wmf21/extensions/Wikidata/extensions/Wikibase/client/includes/scribunto/WikibaseLuaBindings.php(165):
 Wikibase\Lib\Store\RedirectResolvingEntityLookup-getEntity()
  #9 
/srv/mediawiki/php-1.25wmf21/extensions/Wikidata/extensions/Wikibase/client/includes/scribunto/Scribunto_LuaWikibaseLibrary.php(273):
 Wikibase\Client\Scribunto\WikibaseLuaBindings-getSiteLinkPageName()
  #10 
/srv/mediawiki/php-1.25wmf21/extensions/Scribunto/engines/LuaSandbox/Engine.php(384):
 Scribunto_LuaWikibaseLibrary-getSiteLinkPageName()
  #11 (): Scribunto_LuaSandboxCallback-__call()
  #12 
/srv/mediawiki/php-1.25wmf21/extensions/Scribunto/engines/LuaSandbox/Engine.php(297):
 LuaSandboxFunction-call()
  #13 
/srv/mediawiki/php-1.25wmf21/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(257):
 Scribunto_LuaSandboxInterpreter-callFunction()
  #14 
/srv/mediawiki/php-1.25wmf21/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(873):
 Scribunto_LuaEngine-executeFunctionChunk()
  #15 /srv/mediawiki/php-1.25wmf21/extensions/Scribunto/common/Hooks.php(113): 
Scribunto_LuaModule-invoke()
  #16 /srv/mediawiki/php-1.25wmf21/includes/parser/Parser.php(3768): 
ScribuntoHooks::invokeHook()
  #17 /srv/mediawiki/php-1.25wmf21/includes/parser/Parser.php(3502): 
Parser-callParserFunction()
  #18 /srv/mediawiki/php-1.25wmf21/includes/parser/Preprocessor_Hash.php(1094): 
Parser-braceSubstitution()
  #19 /srv/mediawiki/php-1.25wmf21/includes/parser/Parser.php(3644): 
PPFrame_Hash-expand()
  #20 /srv/mediawiki/php-1.25wmf21/includes/parser/Preprocessor_Hash.php(1094): 
Parser-braceSubstitution()

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Created] T93282: wbmergeitems ignoreconflicts incorrect documentation

2015-03-19 Thread Multichill
Multichill created this task.
Multichill added a subscriber: Multichill.
Multichill added projects: Wikidata, MediaWiki-API.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  On https://www.wikidata.org/w/api.php?action=helpmodules=wbmergeitems the 
documentations says:
  
  ignoreconflicts: Array of elements of the item to ignore conflicts for, can 
only contain values of label and or description and or sitelink 
  
  It should be labels, descriptions and sitelinks (+s)
  
  Also the last example is lacking an s
  
  Would probably be better if the api threw a warning if anything else than  
labels, descriptions and sitelinks is passed.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Multichill
Cc: Aklapper, Multichill, Wikidata-bugs, aude, Anomie, Legoktm



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


[Wikidata-bugs] [Maniphest] [Updated] T93282: wbmergeitems ignoreconflicts incorrect documentation

2015-03-19 Thread Legoktm
Legoktm edited projects, added MediaWiki-extensions-WikibaseRepository; removed 
MediaWiki-API.
Legoktm set Security to None.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Legoktm
Cc: Aklapper, Multichill, 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] T92006: Add date filtering to RDF export

2015-03-19 Thread JanZerebecki
JanZerebecki added a comment.

Yes. Keeping the ones that we can't make sense of as string maybe allows people 
to query Blazegraph for those?

A few additional things that we need to fix to be valid XSD 1.1:
Only have padding zeros in the year to 4 digits, not more. (Currently we have 
more.)
Remove the leading + if there is one.
Remove the Z at the end or put the valid time zone representation there.
Only seconds up to 59 are allowed.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Updated] T93209: Order of aliases and descriptions in the header should be switched around

2015-03-19 Thread aude
aude added a project: Patch-For-Review.
aude set Security to None.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Claimed] T93209: Order of aliases and descriptions in the header should be switched around

2015-03-19 Thread aude
aude triaged this task as Normal priority.
aude claimed this task.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude
Cc: 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] T93209: Order of aliases and descriptions in the header should be switched around

2015-03-19 Thread aude
aude added a comment.

https://gerrit.wikimedia.org/r/#/c/197924/


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T93207: Better namespace URI for the wikibase ontology

2015-03-19 Thread daniel
daniel added subscribers: Lydia_Pintscher, Denny, mkroetzsch.
daniel added projects: Wikidata, domains.
daniel set Security to None.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: daniel
Cc: mkroetzsch, Denny, Lydia_Pintscher, Aklapper, daniel, Wikidata-bugs, aude, 
Krenair, Dzahn



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T93207: Better namespace URI for the wikibase ontology

2015-03-19 Thread daniel
daniel added subscribers: Smalyshev, Manybubbles.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: daniel
Cc: Manybubbles, Smalyshev, mkroetzsch, Denny, Lydia_Pintscher, Aklapper, 
daniel, Wikidata-bugs, aude, Krenair, Dzahn



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T93207: Better namespace URI for the wikibase ontology

2015-03-19 Thread adrianheine
adrianheine added a subscriber: adrianheine.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: adrianheine
Cc: adrianheine, Manybubbles, Smalyshev, mkroetzsch, Denny, Lydia_Pintscher, 
Aklapper, daniel, Wikidata-bugs, aude, Krenair, Dzahn



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


[Wikidata-bugs] [Maniphest] [Created] T93209: Order of aliases and descriptions in the header should be switched around

2015-03-19 Thread aude
aude created this task.
aude added a subscriber: aude.
aude added projects: Wikidata, MediaWiki-extensions-WikibaseRepository.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  per Denny's feedback on project chat and elsewhere:
  
  
https://www.wikidata.org/w/index.php?title=Wikidata:Project_chatoldid=204961134#Please_help_test_next_step_for_header_redesign

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude
Cc: 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] T49288: Track Wikidata entity usage on client pages

2015-03-19 Thread daniel
daniel added a blocking task: T89002: Track multi-lingual label usage.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: daniel
Cc: 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, aude, 
Aklapper



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


[Wikidata-bugs] [Maniphest] [Updated] T89002: Track multi-lingual label usage

2015-03-19 Thread daniel
daniel added a blocked task: T49288: Track Wikidata entity usage on client 
pages.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: daniel
Cc: Ricordisamoa, Liuxinyu970226, Daniel_Mietchen, Lydia_Pintscher, hoo, Rical, 
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] T92390: entitytermsview edit toolbar should not stick to the header-row of the other languages box

2015-03-19 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 196011 had a related patch set uploaded (by Aude):
Fix overlap of label and edit toolbar in entitytermsview

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, 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] T93193: Label in header and edit toolbar overlap if label is extra long

2015-03-19 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 196011 had a related patch set uploaded (by Aude):
Fix overlap of label and edit toolbar in entitytermsview

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, 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] T91327: wbmergeitems adds alias when a duplicate label / alias already existed on target item

2015-03-19 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 197909 had a related patch set uploaded (by Sumit):
ChangeOpsMerge Case insensitive string check added

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, matej_suchanek, JanZerebecki, aude, hoo, daniel, Sjoerddebruin, 
Lydia_Pintscher, Addshore, Aklapper, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Updated] T93193: Label in header and edit toolbar overlap if label is extra long

2015-03-19 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

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



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


  1   2   >