[Wikidata-bugs] [Maniphest] [Commented On] T126383: [Story] link to Special:AboutTopic when on a non-existing, but deleted page

2016-04-05 Thread Ricordisamoa
Ricordisamoa added a comment.


  In https://phabricator.wikimedia.org/T126383#2175475, @Lydia_Pintscher wrote:
  
  > - show the placeholder and show a little note at the top of the page
  
  
  What happens if the subject is notable enough for Wikidata but isn't for 
Wikipedia? Newbies would feel encouraged to create the page via the 
placeholder, over and over again.

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

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

To: Ricordisamoa
Cc: Ricordisamoa, Lydia_Pintscher, StudiesWorld, aude, Aklapper, D3r1ck01, 
Izno, Wikidata-bugs, Mbch331



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


[Wikidata-bugs] [Maniphest] [Claimed] T131665: [Bug] Geohack link ignores globe in coordinates

2016-04-05 Thread Ricordisamoa
Ricordisamoa claimed this task.
Ricordisamoa added projects: DataValues-JavaScript, Patch-For-Review.
Ricordisamoa added a comment.


  https://github.com/wmde/DataValuesJavascript/pull/94

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

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

To: Ricordisamoa
Cc: Ricordisamoa, Aklapper, Smalyshev, Lewizho99, D3r1ck01, Izno, 
Wikidata-bugs, aude, Sjoerddebruin, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T121135: Banners fail to show up occassionally on Russian Wikivoyage

2016-04-05 Thread Jdlrobson
Jdlrobson added a comment.


  My current theory is that under some circumstances the banner is generated 
before the table of contents has been generated and thus doesn't successfully 
disable it and replace it.

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

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

To: Jdlrobson
Cc: BBlack, faidon, Tgr, jcrespo, Krenair, Legoktm, LtPowers, mark, Wrh2, 
Sumit, Jdlrobson, Atsirlin, Aklapper, TerraCodes, D3r1ck01, Izno, 
Wikidata-bugs, aude, Lydia_Pintscher, Arlolra, Jackmcbarn, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Commented On] T121135: Banners fail to show up occassionally on Russian Wikivoyage

2016-04-05 Thread Jdlrobson
Jdlrobson added a comment.


  In https://phabricator.wikimedia.org/T121135#2182584, @Wrh2 wrote:
  
  > If the template was at fault the behavior should be consistent - currently 
if a page is edited or flushed from the cache the banner always shows 
correctly, but after some time passes TOCs start showing up within articles, 
which doesn't seem like a template issue to me.  I can update the template, but 
doing so will flush all banners on the site and it will be several days until 
the problem shows up again - if you don't need to see any example pages to 
debug further let me know if it's safe to update the template.  Also, are you 
certain you want __NOTOC__?  That would suppress the TOC from both the article 
and the banner if I'm understanding correctly, which doesn't seem right.
  >
  > To explain what the template code is doing:
  >
  > toc={{#ifeq: {{{notoc|}}} | true | no | yes }}
  >
  > Per https://www.mediawiki.org/wiki/Extension:WikidataPageBanner the page 
banner extension takes a parameter of "toc=yes" or "toc=no" to determine 
whether to display the TOC in the banner or in the article.  This template code 
says that when a "notoc" param is passed to the template with the exact value 
of "true" that the pagebanner will be invoked with "toc=no"; at all other times 
it will be invoked with "toc=yes".
  
  
  Okay so it's doing what it's supposed to. Working hard to see if I can 
replicate this locally.
  Is someone able to check if any extension calls ParserOutput->setText in the 
Wikivoyage setup?
  
  @tgr could you do me a favour and check what the value of 
$parserOutput->getTOCEnabled and getTOCHTML is on the cached ParserOutput for 
that page?

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

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

To: Jdlrobson
Cc: BBlack, faidon, Tgr, jcrespo, Krenair, Legoktm, LtPowers, mark, Wrh2, 
Sumit, Jdlrobson, Atsirlin, Aklapper, TerraCodes, D3r1ck01, Izno, 
Wikidata-bugs, aude, Lydia_Pintscher, Arlolra, Jackmcbarn, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Commented On] T121135: Banners fail to show up occassionally on Russian Wikivoyage

2016-04-05 Thread Wrh2
Wrh2 added a comment.


  If the template was at fault the behavior should be consistent - currently if 
a page is edited or flushed from the cache the banner always shows correctly, 
but after some time passes TOCs start showing up within articles, which doesn't 
seem like a template issue to me.  I can update the template, but doing so will 
flush all banners on the site and it will be several days until the problem 
shows up again - if you don't need to see any example pages to debug further 
let me know if it's safe to update the template.  Also, are you certain you 
want __NOTOC__?  That would suppress the TOC from both the article and the 
banner if I'm understanding correctly, which doesn't seem right.
  
  To explain what the template code is doing:
  
  toc={{#ifeq: {{{notoc|}}} | true | no | yes }}
  
  Per https://www.mediawiki.org/wiki/Extension:WikidataPageBanner the page 
banner extension takes a parameter of "toc=yes" or "toc=no" to determine 
whether to display the TOC in the banner or in the article.  This template code 
says that when a "notoc" param is passed to the template with the exact value 
of "true" that the pagebanner will be invoked with "toc=no"; at all other times 
it will be invoked with "toc=yes".

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

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

To: Jdlrobson, Wrh2
Cc: BBlack, faidon, Tgr, jcrespo, Krenair, Legoktm, LtPowers, mark, Wrh2, 
Sumit, Jdlrobson, Atsirlin, Aklapper, TerraCodes, D3r1ck01, Izno, 
Wikidata-bugs, aude, Lydia_Pintscher, Arlolra, Jackmcbarn, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Commented On] T121135: Banners fail to show up occassionally on Russian Wikivoyage

2016-04-05 Thread Jdlrobson
Jdlrobson added a comment.


  In https://phabricator.wikimedia.org/T121135#2182349, @Wrh2 wrote:
  
  > Cache is cleared fairly regularly even if articles aren't edited - I've 
made minor updates to Template:Pagebanner numerous times over the past months, 
which forces a cache flush of all articles with page banners.
  >
  > https://en.wikivoyage.org/wiki/Kedung_Kayang says it was last edited on 10 
March 2016 and I'm seeing an in-article TOC.
  
  
  I'm not too familiar with template logic but I see in 
https://en.wikivoyage.org/wiki/Template:Pagebanner:
  
  > | toc={{#ifeq: {{{notoc | }}} | true | no | yes }} |
  
  can you explain what this means?
  It seems to me that when I pass toc=no or toc=false I get a table of contents 
in the HTML - https://en.wikivoyage.org/wiki/User:Jdlrobson/test
  
  This seems suspicious to me and might be having unexpected side effects 
somewhere in the stack.
  Can you update the template so that it omits the parameter when not provided 
and applies __NOTOC__? e.g. https://en.wikivoyage.org/wiki/User:Jdlrobson/test2
  
  Let's see if that gets us anywhere...
  
  {{PAGEBANNER:Mena-asia_default_banner.jpg|toc=true}} will render the default 
template.

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

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

To: Jdlrobson
Cc: BBlack, faidon, Tgr, jcrespo, Krenair, Legoktm, LtPowers, mark, Wrh2, 
Sumit, Jdlrobson, Atsirlin, Aklapper, TerraCodes, D3r1ck01, Izno, 
Wikidata-bugs, aude, Lydia_Pintscher, Arlolra, Jackmcbarn, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Commented On] T121135: Banners fail to show up occassionally on Russian Wikivoyage

2016-04-05 Thread BBlack
BBlack added a comment.


  In https://phabricator.wikimedia.org/T121135#1910435, @Atsirlin wrote:
  
  > @Legoktm: Frankly speaking, for a small project like Wikivoyage the cache 
brings no obvious benefits, but triggers many serious issues including the 
problem of page banners and ToC. The dirty trick of automatic cache purge 
worked perfectly fine in the last 3 weeks, and I believe that it could be used 
further even if it violates some general philosophy of the Mediawiki software. 
I am fine with having this cache purge feature reverted, but you have to 
propose another solution. At this point, having stable page banners and ToC is 
very important for us, while anything related to the cache is of minor 
relevance to the project.
  
  
  That JS hack, if I'm reading it correctly, effectively sends us a purge on 
every pageview?  That's horrendous and abusive of our infrastructure, and the 
problem could grow if people start copying it to other wikis to work around 
other perceived problems.

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

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

To: Jdlrobson, BBlack
Cc: BBlack, faidon, Tgr, jcrespo, Krenair, Legoktm, LtPowers, mark, Wrh2, 
Sumit, Jdlrobson, Atsirlin, Aklapper, TerraCodes, D3r1ck01, Izno, 
Wikidata-bugs, aude, Lydia_Pintscher, Arlolra, Jackmcbarn, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Commented On] T121135: Banners fail to show up occassionally on Russian Wikivoyage

2016-04-05 Thread Jdlrobson
Jdlrobson added a comment.


  Thanks. Then it's definitely not fixed. Looking at source it looks like the 
exact same problem as we had on Wikipedia so hopefully I can get to the bottom 
of this and we can fix it in a similar way...

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

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

To: Jdlrobson
Cc: faidon, Tgr, jcrespo, Krenair, Legoktm, LtPowers, mark, Wrh2, Sumit, 
Jdlrobson, Atsirlin, Aklapper, TerraCodes, D3r1ck01, Izno, Wikidata-bugs, aude, 
Lydia_Pintscher, Arlolra, Jackmcbarn, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Commented On] T121135: Banners fail to show up occassionally on Russian Wikivoyage

2016-04-05 Thread Wrh2
Wrh2 added a comment.


  Cache is cleared fairly regularly even if articles aren't edited - I've made 
minor updates to Template:Pagebanner numerous times over the past months, which 
forces a cache flush of all articles with page banners.
  
  https://en.wikivoyage.org/wiki/Kedung_Kayang says it was last edited on 10 
March 2016 and I'm seeing an in-article TOC.

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

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

To: Jdlrobson, Wrh2
Cc: faidon, Tgr, jcrespo, Krenair, Legoktm, LtPowers, mark, Wrh2, Sumit, 
Jdlrobson, Atsirlin, Aklapper, TerraCodes, D3r1ck01, Izno, Wikidata-bugs, aude, 
Lydia_Pintscher, Arlolra, Jackmcbarn, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Claimed] T121135: Banners fail to show up occassionally on Russian Wikivoyage

2016-04-05 Thread Jdlrobson
Jdlrobson claimed this task.
Jdlrobson added a comment.


  @Wrh2 this article says:
  "This travel guide page was last edited at 02:45, on 14 September 2013 by 
Wikivoyage anonymous user 123.211.111.136. Based on work by Wikivoyage users 
Traveler100bot, SteveRBot, Inasbot, The Anomebot2, Stefan2bot, LtPowers and 
(WT-en) Kambayashi."
  
  Thus it would still be cached as it was edited last before 14th September. 
Are there any examples of pages which have been edited post 4th March with this 
problem?

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

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

To: Jdlrobson
Cc: faidon, Tgr, jcrespo, Krenair, Legoktm, LtPowers, mark, Wrh2, Sumit, 
Jdlrobson, Atsirlin, Aklapper, TerraCodes, D3r1ck01, Izno, Wikidata-bugs, aude, 
Lydia_Pintscher, Arlolra, Jackmcbarn, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Commented On] T121135: Banners fail to show up occassionally on Russian Wikivoyage

2016-04-05 Thread Wrh2
Wrh2 added a comment.


  In https://phabricator.wikimedia.org/T121135#2182312, @Jdlrobson wrote:
  
  > @Whr2 have there been any reports of this happening on pages that have been 
edited since the 4th March? MobileFrontend was causing an issue with TOC 
rendering which should have been fixed since then.
  >
  > If you can point me at a new example I can debug this further.
  
  
  I see it multiple times each week, and it has definitely still been occurring 
since March 4.  After hitting "random page" three times on Wikivoyage just now 
I reached https://en.wikivoyage.org/wiki/Hatsukaichi which is showing the TOC 
in the article instead of the banner as of 4:10PM Pacific time.

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

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

To: Wrh2
Cc: faidon, Tgr, jcrespo, Krenair, Legoktm, LtPowers, mark, Wrh2, Sumit, 
Jdlrobson, Atsirlin, Aklapper, TerraCodes, D3r1ck01, Izno, Wikidata-bugs, aude, 
Lydia_Pintscher, Arlolra, Jackmcbarn, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Raised Priority] T121135: Banners fail to show up occassionally on Russian Wikivoyage

2016-04-05 Thread Jdlrobson
Jdlrobson raised the priority of this task from "Normal" to "High".

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

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

To: Jdlrobson
Cc: faidon, Tgr, jcrespo, Krenair, Legoktm, LtPowers, mark, Wrh2, Sumit, 
Jdlrobson, Atsirlin, Aklapper, TerraCodes, D3r1ck01, Izno, Wikidata-bugs, aude, 
Lydia_Pintscher, Arlolra, Jackmcbarn, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Commented On] T121135: Banners fail to show up occassionally on Russian Wikivoyage

2016-04-05 Thread Jdlrobson
Jdlrobson added a comment.


  @Whr2 have there been any reports of this happening on pages that have been 
edited since the 4th March? MobileFrontend was causing an issue with TOC 
rendering which should have been fixed since then.
  
  If you can point me at a new example I can debug this further.

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

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

To: Jdlrobson
Cc: faidon, Tgr, jcrespo, Krenair, Legoktm, LtPowers, mark, Wrh2, Sumit, 
Jdlrobson, Atsirlin, Aklapper, TerraCodes, D3r1ck01, Izno, Wikidata-bugs, aude, 
Lydia_Pintscher, Arlolra, Jackmcbarn, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Commented On] T121135: Banners fail to show up occassionally on Russian Wikivoyage

2016-04-05 Thread Wrh2
Wrh2 added a comment.


  Pinging Jdlrobson as I believe that this issue is the one being referenced in 
the English Wikivoyage discussion earlier today: 
https://en.wikivoyage.org/wiki/Wikivoyage:Travellers%27_pub#Pagebanner_-_why_cannot_it_not_be_fixed

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

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

To: Wrh2
Cc: faidon, Tgr, jcrespo, Krenair, Legoktm, LtPowers, mark, Wrh2, Sumit, 
Jdlrobson, Atsirlin, Aklapper, TerraCodes, D3r1ck01, Izno, Wikidata-bugs, aude, 
Lydia_Pintscher, Arlolra, Jackmcbarn, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Commented On] T107595: [RFC] Multi-Content Revisions

2016-04-05 Thread RobLa-WMF
RobLa-WMF added a comment.


  In https://phabricator.wikimedia.org/T107595#2180530, @Yurik wrote:
  
  > Can we solve some of the proposed usecases by simply wraping "content" into 
a higher level structure, e.g. json, to store multiple streams?  For example, 
for a hypothetical "tabular data", we could have
  >
  >   {
  > "license": "...",
  > "headers": [...],
  > "rows": [ [...], [...], ... ]
  >   }
  >
  
  
  I think this is a really good point; and generally, many of us probably need 
to spend some quality time reading through @daniel wrote (I confess I haven't 
done that yet).  We'll almost certainly need to do something like what Yuri is 
suggesting to have a sane import/export format.  Daniel has clearly thought 
about the dump format problem, so I wouldn't be surprised if the answer is 
already spelled out above.
  
  @Daniel, I suspect the bulk of the prose for this RFC should migrate to 
mediawiki.org as we more seriously consider it.  Is this something you are 
planning on, or do you need help/buy-in/gnome-help in order to accomplish?

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

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

To: daniel, RobLa-WMF
Cc: RobLa-WMF, Yurik, ArielGlenn, APerson, TomT0m, Krenair, intracer, Tgr, 
Qgil, Tobi_WMDE_SW, Addshore, Lydia_Pintscher, cscott, PleaseStand, awight, 
Ricordisamoa, GWicke, MarkTraceur, waldyrious, Legoktm, Aklapper, 
Jdforrester-WMF, Ltrlg, brion, Spage, MZMcBride, daniel, D3r1ck01, Izno, 
Wikidata-bugs, aude, jayvdb, fbstj, Mbch331, Jay8g, bd808



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T120439: Create a tool to auto-populate categories through Wikidata/other wiki comparison

2016-04-05 Thread valhallasw
valhallasw added subscribers: Magnus, Mormegil.
valhallasw edited the task description.

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

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

To: valhallasw
Cc: Mormegil, Magnus, Edgars2007, valhallasw, Izno, ZhouZ, JEumerus, Billghost, 
AS, Lydia_Pintscher, Aklapper, StudiesWorld, DannyH, WebIntegrity, Avner, 
D3r1ck01, OrenBochman, Wikidata-bugs, Malyacko, aude, Ricordisamoa, Mbch331, 
Jay8g, Krenair



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


[Wikidata-bugs] [Maniphest] [Commented On] T131747: [Story] SPARQL textual representation

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


  I finished the implementation of the basic algorithm we come up with at the 
hackathon.
  Please try it out and give feedback!
  
  I think it works pretty well with basic queries, but there are a lot of edge 
cases we don't cover.
  We should come up with a list of things we want to implement, before we can 
deploy this.
  I guess BIND() is one of those things on that list.
  
  The UI integration is still to be done and I will talk with Lydia to come up 
with something.
  I also will implement some functionality to change values.

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

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T131747: [Story] SPARQL textual representation

2016-04-05 Thread Jonas
Jonas added a subscriber: Bene.

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

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

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



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


[Wikidata-bugs] [Maniphest] [Created] T131862: Give L10n-bot push and merge access to Gerrit repo data-values/value-view

2016-04-05 Thread siebrand
siebrand created this task.
Herald added a subscriber: Aklapper.
Herald added a project: Wikidata.

TASK DESCRIPTION
  In  https://gerrit.wikimedia.org/r/#/c/281305 I've added support for the 
extension to translatewiki.net, but I found out that L10n-bot does not have 
push and merge access. Please set that up.

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

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

To: JanZerebecki, siebrand
Cc: siebrand, Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T127474: Finding good-faith contributors with ORES

2016-04-05 Thread Halfak
Halfak moved this task to Ideas on the Revision-Scoring-As-A-Service-Backlog 
workboard.

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

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

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

To: Halfak
Cc: Ricordisamoa, Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, 
D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T127467: Finding items that should be merged

2016-04-05 Thread Halfak
Halfak moved this task to Ideas on the Revision-Scoring-As-A-Service-Backlog 
workboard.

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

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

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

To: Halfak
Cc: matej_suchanek, Bugreporter, Ricordisamoa, Aklapper, johl, StudiesWorld, 
Lydia_Pintscher, samuwmde, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Updated] T127474: Finding good-faith contributors with ORES

2016-04-05 Thread Halfak
Halfak added a project: Revision-Scoring-As-A-Service-Backlog.

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

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

To: Halfak
Cc: Ricordisamoa, Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, 
D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Updated] T127467: Finding items that should be merged

2016-04-05 Thread Halfak
Halfak added a project: Revision-Scoring-As-A-Service-Backlog.

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

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

To: Halfak
Cc: matej_suchanek, Bugreporter, Ricordisamoa, Aklapper, johl, StudiesWorld, 
Lydia_Pintscher, samuwmde, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Commented On] T107595: [RFC] Multi-Content Revisions

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


  Can we solve some of the proposed usecases by simply wraping "content" into a 
higher level structure, e.g. json, to store multiple streams?  For example, for 
a hypothetical "tabular data", we could have
  
{
  "license": "...",
  "headers": [...],
  "rows": [ [...], [...], ... ]
}

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

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

To: daniel, Yurik
Cc: Yurik, ArielGlenn, APerson, TomT0m, Krenair, intracer, Tgr, Qgil, 
Tobi_WMDE_SW, Addshore, Lydia_Pintscher, cscott, PleaseStand, awight, 
Ricordisamoa, GWicke, MarkTraceur, waldyrious, Legoktm, Aklapper, 
Jdforrester-WMF, Ltrlg, brion, Spage, MZMcBride, daniel, D3r1ck01, Izno, 
Wikidata-bugs, aude, jayvdb, fbstj, RobLa-WMF, Mbch331, Jay8g, bd808



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T129275: [Task] Create js widget for media info entity type

2016-04-05 Thread adrianheine
adrianheine moved this task to Review on the Wikidata-Sprint-2016-03-01 
workboard.

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

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

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

To: adrianheine
Cc: gerritbot, Steinsplitter, Aklapper, JeanFred, Ricordisamoa, Tobi_WMDE_SW, 
El_Grafo, Jheald, Micru, DannyH, Raymond, Ayack, Smalyshev, LikeLifer, Bene, 
Lewizho99, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T125066: [Task] Add already-requested language codes to set of language codes available for monolingual text values

2016-04-05 Thread adrianheine
adrianheine moved this task to Doing on the Wikidata-Sprint-2016-03-01 
workboard.

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

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

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

To: adrianheine
Cc: Lydia_Pintscher, Candalua, gerritbot, Nikki, Liuxinyu970226, adrianheine, 
Aklapper, Lewizho99, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T129275: [Task] Create js widget for media info entity type

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

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

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

To: adrianheine, gerritbot
Cc: gerritbot, Steinsplitter, Aklapper, JeanFred, Ricordisamoa, Tobi_WMDE_SW, 
El_Grafo, Jheald, Micru, DannyH, Raymond, Ayack, Smalyshev, LikeLifer, Bene, 
Lewizho99, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T129275: [Task] Create js widget for media info entity type

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


  Change 281648 had a related patch set uploaded (by Adrian Heine):
  Implement mediainfoview
  
  https://gerrit.wikimedia.org/r/281648

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

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

To: adrianheine, gerritbot
Cc: gerritbot, Steinsplitter, Aklapper, JeanFred, Ricordisamoa, Tobi_WMDE_SW, 
El_Grafo, Jheald, Micru, DannyH, Raymond, Ayack, Smalyshev, LikeLifer, Bene, 
D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Edited] T103485: [Story] Performance of sticky elements feels bad

2016-04-05 Thread Jonas
Jonas edited the task description.

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

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

To: Jonas
Cc: gerritbot, Jonas, Lydia_Pintscher, Snaterlicious, adrianheine, thiemowmde, 
Bene, Aklapper, Lewizho99, D3r1ck01, Izno, Wikidata-bugs, aude, GWicke, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T103485: [Story] Performance of sticky elements feels bad

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


  Change 279369 merged by jenkins-bot:
  Replace statementgrouplabelscroll animation with CSS transition
  
  https://gerrit.wikimedia.org/r/279369

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

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

To: gerritbot
Cc: gerritbot, Jonas, Lydia_Pintscher, Snaterlicious, adrianheine, thiemowmde, 
Bene, Aklapper, Lewizho99, D3r1ck01, Izno, Wikidata-bugs, aude, GWicke, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T125822: [Epic] Basic first prototype for structured data support for Commons

2016-04-05 Thread adrianheine
adrianheine added a comment.


  I just tried to create a MediaInfo entity through `wbeditentity` using 
I78ce2ac14a6750807f09722c7b0a48a3e199228e. What still fails and thus prevents 
successful creation of entities:
  
  - `WikiPageEntityMetaDataLookup` uses `getNumericId`
  - `EntityFactory` is initialized with a static list in `WikibaseRepo` and 
calls the factory methods `newEmpty` on `EntityId` classes.
  - `WikiPageEntityStore` calls `setId` with a number
  - Diffing support

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

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

To: adrianheine
Cc: adrianheine, LikeLifer, Smalyshev, Ayack, Raymond, DannyH, Micru, Jheald, 
El_Grafo, Tobi_WMDE_SW, Ricordisamoa, JeanFred, Bene, Aklapper, Steinsplitter, 
D3r1ck01, Izno, Wikidata-bugs, aude, Fabrice_Florin, Mbch331, Tgr



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


[Wikidata-bugs] [Maniphest] [Updated] T127929: [Story] Add a new datatype for linking to creators of artwork and more (smart URI)

2016-04-05 Thread Lydia_Pintscher
Lydia_Pintscher removed a project: Patch-For-Review.
Lydia_Pintscher added a comment.


  The above patch is not related to this task.

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

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

To: Lydia_Pintscher
Cc: gerritbot, DannyH, Micru, intracer, mkroetzsch, Aklapper, daniel, 
Steinsplitter, Lydia_Pintscher, D3r1ck01, Izno, Wikidata-bugs, aude, El_Grafo, 
Mbch331



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