[Wikidata-bugs] [Maniphest] [Commented On] T95793: DB update and mwscript failing on Beta Cluster with Wikibase.php error

2015-04-11 Thread greg
greg added a comment.

Thanks a ton for your quick response, @aude!


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

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: greg
Cc: gerritbot, aude, greg, Aklapper, Mattflaschen, Wikidata-bugs, scfc, hashar



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


[Wikidata-bugs] [Maniphest] [Commented On] T95026: PageImages should be able to pick Wikidata's P18 as chosen image

2015-04-11 Thread Smalyshev
Smalyshev added a comment.

If there are multiple https://phabricator.wikimedia.org/P18, one can always 
make one of them preferred rank.


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

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: aude, MaxSem, Krenair, Ricordisamoa, Smalyshev, TheDJ, Nemo_bis, 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] T95287: separate identifiers from other statements

2015-04-11 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.

Yes. In some rare cases we can change the datatype. This is one of them. That's 
what the maintenance script is for.


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

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: Ricordisamoa, Daniel_Mietchen, Ltrlg, Liuxinyu970226, 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] T95287: separate identifiers from other statements

2015-04-11 Thread Legoktm
Legoktm added a subscriber: Legoktm.
Legoktm added a comment.

At least pywikibot assumes that the data type will never change for a property 
(https://github.com/wikimedia/pywikibot-core/blob/669ea31a4c7849c576e5fb5b67b6bb5d6c6bc4e9/pywikibot/site.py#L5581),
 I'm not sure if any other client libraries do as well. Is that an bad 
assumption to make?


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

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: Legoktm, Ricordisamoa, Daniel_Mietchen, Ltrlg, Liuxinyu970226, 
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] [Updated] T88600: When creating a new page, suggest doing a translation instead

2015-04-11 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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: Amire80, gerritbot
Cc: gerritbot, Lydia_Pintscher, Pginer-WMF, Aklapper, Nirzar, santhosh, Arrbee, 
Amire80, Wikidata-bugs, aude, Jsahleen, KartikMistry



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


[Wikidata-bugs] [Maniphest] [Commented On] T88600: When creating a new page, suggest doing a translation instead

2015-04-11 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 203618 had a related patch set uploaded (by Amire80):
Show an invitation to translate an article instead of creating

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


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

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: Amire80, gerritbot
Cc: gerritbot, Lydia_Pintscher, Pginer-WMF, Aklapper, Nirzar, santhosh, Arrbee, 
Amire80, Wikidata-bugs, aude, Jsahleen, KartikMistry



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


[Wikidata-bugs] [Maniphest] [Commented On] T95779: Broken output from Munger tool

2015-04-11 Thread Smalyshev
Smalyshev added a comment.

I think in this case we shouldn't mess with the data. Rather, we'd have 
something like function bestLabel(item, languages) e.g. bestLabel(wd:Q123, 
'en', 'de', 'ru', 'es') which would try to find labels on any language but if 
not just return something like 'Q123'. The thing is not all queries even need 
labels... and for those that do it we can not predict what people would 
actually want there - simple lookup, hierarchy lookup, which languages, etc.

I think throwing out label data that we don't want is ok, but adding is not 
good as it may be confused with actual data.


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

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, Smalyshev
Cc: 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] [Commented On] T95287: separate identifiers from other statements

2015-04-11 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.

For the value type it is a relatively safe assumption to make. This in this 
case is string. For the data type it is a safe assumption to make most of the 
time. This in this case is changing from string to identifier. There will only 
be very few cases like this one where we'll do this. Another one I could 
imagine is later adding a formula datatype in case Wikidata is using string for 
that before we introduce it and wants to keep the property ids again. Other 
than that I can't think of any right now.


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

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: Legoktm, Ricordisamoa, Daniel_Mietchen, Ltrlg, Liuxinyu970226, 
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] T95026: PageImages should be able to pick Wikidata's P18 as chosen image

2015-04-11 Thread MaxSem
MaxSem added a subscriber: MaxSem.
MaxSem added a comment.

PageImages does not return images of article subject, it returns images 
representing the article itself, so this must not override the images on page. 
Using the WD images for pages without images is probably fine though.


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

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: MaxSem
Cc: MaxSem, Krenair, Ricordisamoa, Smalyshev, TheDJ, Nemo_bis, 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] T95026: PageImages should be able to pick Wikidata's P18 as chosen image

2015-04-11 Thread aude
aude added a subscriber: aude.
aude added a comment.

If the value of https://phabricator.wikimedia.org/P18 is among one of the 
images in a Wikipedia article, then that might be a reasonable choice.

Some wikipedias might want different images as chosen image.  There can be 
multiple statements for https://phabricator.wikimedia.org/P18 with different 
values and we could use qualifiers to say which wikipedia choses what image.

As it concerns featuring an image in the header of the mobile Wikipedia page 
(and in the app) or in search results, there should always be the option for 
Wikipedians to choose *not* to have any featured image for a page. (e.g. none 
are suitable for this purpose)  Sometimes this might be the case for abstract 
topics [1] or the page has only some tangentially related images [2], and 
sometimes graphs and maps don't work so nicely as featured images. [3]

I am also concerned about featuring fair use images in this way, and imho don't 
think they should be used in this way. [4] (and not possible currently to link 
them in Wikidata with https://phabricator.wikimedia.org/P18)

[1] 
https://en.m.wikipedia.org/wiki/Lawrence_Kohlberg%27s_stages_of_moral_development
[2] https://en.m.wikipedia.org/wiki/List_of_Vermont_Civil_War_units
[3] https://en.m.wikipedia.org/wiki/History_of_Rome
[4] https://en.m.wikipedia.org/wiki/Love_Generation_(song)


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

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, MaxSem, Krenair, Ricordisamoa, Smalyshev, TheDJ, Nemo_bis, Aklapper, 
Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Reopened] T78825: Popup/Hover on Wikidata Q pages shows plain /*![CDATA[*/ only

2015-04-11 Thread Ricordisamoa
Ricordisamoa added a subscriber: Ricordisamoa.
Ricordisamoa reopened this task as Open.
Ricordisamoa added a comment.

Should work without hacks.


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

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: Bene, Ricordisamoa
Cc: Ricordisamoa, SamB, hoo, Prtksxna, Lydia_Pintscher, Bene, Se4598, Aklapper, 
Raymond, Wikidata-bugs, aude, Quiddity



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


[Wikidata-bugs] [Maniphest] [Commented On] T95026: PageImages should be able to pick Wikidata's P18 as chosen image

2015-04-11 Thread Nemo_bis
Nemo_bis added a comment.

 PageImages does not return images of article subject, it returns images 
 representing the article itself,


True, in principle there is a difference; depending on how a client is using 
the Wikibase repo, they might also be the same.

 so this must not override the images on page. Using the WD images for pages 
 without images is probably fine though.


Sounds reasonable.

Once Wikimedia projects get accustomed to fetching Wikidata properties and the 
properties in question, by becoming more visible, have grown more used and more 
consistent, I expect someone will propose to give priority to Wikidata, but 
there is no need to do that now.


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

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: Nemo_bis
Cc: MaxSem, Krenair, Ricordisamoa, Smalyshev, TheDJ, Nemo_bis, Aklapper, 
Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Closed] T78825: Popup/Hover on Wikidata Q pages shows plain /*![CDATA[*/ only

2015-04-11 Thread Bene
Bene closed this task as Resolved.
Bene claimed this task.
Bene added a comment.

Closed per 
https://www.wikidata.org/wiki/Wikidata:Project_chat#Popups_extension_now_also_working_on_items_and_properties.
 This is done as a local javascript hack now but should perhaps go into the 
extension itself at some point.


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

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: Bene
Cc: SamB, hoo, Prtksxna, Lydia_Pintscher, Bene, Se4598, Aklapper, Raymond, 
Wikidata-bugs, aude, Ricordisamoa, Quiddity



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


[Wikidata-bugs] [Maniphest] [Commented On] T78825: Popup/Hover on Wikidata Q pages shows plain /*![CDATA[*/ only

2015-04-11 Thread Bene
Bene added a comment.

I will prepare another patch set for the Popups extension but if it again takes 
3 months to get a review or response this can't be implemented without local 
javascript hacks on the wiki.


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

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: Bene
Cc: Ricordisamoa, SamB, hoo, Prtksxna, Lydia_Pintscher, Bene, Se4598, Aklapper, 
Raymond, Wikidata-bugs, aude, Quiddity



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T55618: Special page to sort properties by datatype

2015-04-11 Thread Bene
Bene added a subscriber: Bene.

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

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: Bene
Cc: Bene, gerritbot, Wikidata-bugs, Legoktm, Addshore, Micru, matej_suchanek, 
Ricordisamoa, Lydia_Pintscher, hoo, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T55618: Special page to sort properties by datatype

2015-04-11 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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, Wikidata-bugs, Legoktm, Addshore, Micru, matej_suchanek, 
Ricordisamoa, Lydia_Pintscher, hoo, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T55618: Special page to sort properties by datatype

2015-04-11 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 203527 had a related patch set uploaded (by Bene):
Create a new special page to list properties by data type

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


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

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, Wikidata-bugs, Legoktm, Addshore, Micru, matej_suchanek, 
Ricordisamoa, Lydia_Pintscher, hoo, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T55618: Special page to sort properties by datatype

2015-04-11 Thread gerritbot
gerritbot added a comment.

Change 203528 had a related patch set uploaded (by Bene):
Link to Special:ListProperties on Special:ListDatatypes

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


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

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: Bene, gerritbot, Wikidata-bugs, Legoktm, Addshore, Micru, matej_suchanek, 
Ricordisamoa, Lydia_Pintscher, hoo, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T55618: Special page to sort properties by datatype

2015-04-11 Thread Bene
Bene added a project: Wikidata-Sprint-2015-04-07.

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

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: Bene
Cc: Bene, gerritbot, Wikidata-bugs, Legoktm, Addshore, Micru, matej_suchanek, 
Ricordisamoa, Lydia_Pintscher, hoo, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T64707: not possible to remove sitelinks using Special:SetSitelink

2015-04-11 Thread Bene
Bene added a project: Wikidata-Sprint-2015-04-07.

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

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: Bene
Cc: Wikidata-bugs, Bene, jayvdb, matej_suchanek, Lydia_Pintscher, aude



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T55618: Special page to sort properties by datatype

2015-04-11 Thread Bene
Bene moved this task to Review on the Wikidata-Sprint-2015-04-07 workboard.

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

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

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: Bene
Cc: Bene, gerritbot, Wikidata-bugs, Legoktm, Addshore, Micru, matej_suchanek, 
Ricordisamoa, 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 Project Column] T64707: not possible to remove sitelinks using Special:SetSitelink

2015-04-11 Thread Bene
Bene moved this task to Review on the Wikidata-Sprint-2015-04-07 workboard.

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

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

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: Bene
Cc: Wikidata-bugs, Bene, jayvdb, matej_suchanek, Lydia_Pintscher, aude



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T55618: Special page to sort properties by datatype

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

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

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: Bene
Cc: Bene, gerritbot, Wikidata-bugs, Legoktm, Addshore, Micru, matej_suchanek, 
Ricordisamoa, 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 Project Column] T73785: disallow properties with same name but different case

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

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

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: Bene
Cc: Bene, gerritbot, JanZerebecki, Lydia_Pintscher, daniel, hoo, Wikidata-bugs, 
aude



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


[Wikidata-bugs] [Maniphest] [Claimed] T64707: not possible to remove sitelinks using Special:SetSitelink

2015-04-11 Thread Bene
Bene claimed this task.

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

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: Bene
Cc: Wikidata-bugs, Bene, jayvdb, matej_suchanek, Lydia_Pintscher, aude



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


[Wikidata-bugs] [Maniphest] [Claimed] T55618: Special page to sort properties by datatype

2015-04-11 Thread Bene
Bene claimed this task.

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

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: Bene
Cc: Bene, gerritbot, Wikidata-bugs, Legoktm, Addshore, Micru, matej_suchanek, 
Ricordisamoa, 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 Project Column] T73785: disallow properties with same name but different case

2015-04-11 Thread Bene
Bene moved this task to Review on the Wikidata-Sprint-2015-04-07 workboard.

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

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

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: Bene
Cc: Bene, gerritbot, JanZerebecki, Lydia_Pintscher, daniel, 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] T73785: disallow properties with same name but different case

2015-04-11 Thread Bene
Bene added a project: Wikidata-Sprint-2015-04-07.
Bene added a subscriber: Bene.

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

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: Bene
Cc: Bene, gerritbot, JanZerebecki, Lydia_Pintscher, daniel, hoo, Wikidata-bugs, 
aude



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


[Wikidata-bugs] [Maniphest] [Claimed] T73785: disallow properties with same name but different case

2015-04-11 Thread Bene
Bene claimed this task.

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

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: Bene
Cc: Bene, gerritbot, JanZerebecki, Lydia_Pintscher, daniel, hoo, 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] T95682: add a new datatype for identifiers

2015-04-11 Thread matej_suchanek
matej_suchanek added a subscriber: matej_suchanek.

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

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: matej_suchanek
Cc: matej_suchanek, Ricordisamoa, Liuxinyu970226, aude, JanZerebecki, 
thiemowmde, hoo, daniel, Aklapper, Lydia_Pintscher, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Commented On] T95779: Broken output from Munger tool

2015-04-11 Thread Manybubbles
Manybubbles added a comment.

Its how I designed single label mode but I now think its stupid. The point
of single label was that you could always get a single label for a thing
and its in one of the languages you ask for.

Instead I think it shouldn't ever add a label or description if there isn't
one in the language.


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

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: 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] [Updated] T73785: disallow properties with same name but different case

2015-04-11 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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, JanZerebecki, Lydia_Pintscher, daniel, 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] T73785: disallow properties with same name but different case

2015-04-11 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 203531 had a related patch set uploaded (by Bene):
Dont allow properties with same label but different capitalization

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


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

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, JanZerebecki, Lydia_Pintscher, daniel, hoo, Wikidata-bugs, aude



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