[Wikidata-bugs] [Maniphest] [Commented On] T68051: Implement Lua alternative to {{int:Lang}} / wgUserLanguage

2020-04-19 Thread Jarekt
Jarekt added a comment.


  Can we just use `_, lang = mw.wikibase.getLabelWithLang( 'Q1' )` ? That line 
seems to always return the language of the viewer. I do not know if Q1 has a 
label for all supported languages, but if not than we can add some.

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

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

To: Jarekt
Cc: Perhelion, IKhitron, Iniquity, Dvorapa, daniel, Ricordisamoa, 
Capankajsmilyo, zhuyifei1999, Jackmcbarn, Liuxinyu970226, Rama, Jarekt, 
Multichill, Aklapper, Rical, Nemo_bis, Anomie, He7d3r, tstarling, 
wikibugs-l-list, vvv, darthmon_wmde, Nandana, Lahi, Gq86, Af420, 
GoranSMilovanovic, QZanden, LawExplorer, SundanceRaphael, _jensen, rosalieper, 
Scott_WUaS, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, 
Dinoguy1000, jayvdb, MrStradivarius, Arrbee, KartikMistry, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T250621: Items created through QuickStatements don't get added to Watchlist on wikidata.org

2020-04-19 Thread Reedy
Reedy edited projects, added MediaWiki-extensions-WikibaseRepository, 
Wikidata-Campsite; removed Growth-Team, MediaWiki-Watchlist.

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

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

To: Reedy
Cc: Aklapper, Epidosis, darthmon_wmde, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, NavinRizwi, DannyS712, 
kostajh, Jony, Taiwania_Justo, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T242797: Universally allowed qualifiers

2020-04-19 Thread PKM
PKM added a comment.


  Completed for all properties through P6801 
 except for a few that have been 
reverted.  Big thank you to whatever team got QuickStatements working again.

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

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

To: PKM
Cc: MisterSynergy, Jura1, Esc3300, SilentSpike, Eihel, Lucas_Werkmeister_WMDE, 
Lydia_Pintscher, Lea_Lacroix_WMDE, Yair_rand, Aklapper, PKM, darthmon_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Agabi10, Scott_WUaS, abian, 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] T250634: Clarification on Interface/Wikibase-SortedProperties to improve documentation

2020-04-19 Thread Bugreporter
Bugreporter added a comment.


$wgWBClientSettings['propertyOrderUrl'] = 
'https://www.wikidata.org/w/index.php?title=MediaWiki:Wikibase-SortedProperties&action=raw&sp_ver=1';
  
  This means the MediaWiki:Wikibase-SortedProperties in Wikidata is used in all 
Wikibase clients. clients do not have Wikibase Repository installed, so they do 
not use wgWBRepoSettings.
  
  > Second question: is there limitation on where the 
MediaWiki:Wikibase-SortedProperties can be placed? Can it be either on 
Repository or Client MediaWiki?
  
  You can place it in any place (page name) in any wiki. The only thing is make 
sure the setting is pointed to that page. Note if the page is publicly 
editable, this may be a target of vandalism.
  
  > I would better specify what these conventions are.
  
  See 
https://gerrit.wikimedia.org/g/mediawiki/extensions/Wikibase/+/52e59d940192da6cf0e3ac90b65e57918cdcd6ff/lib/includes/Store/WikiTextPropertyOrderProvider.php
  
  The actual regex is ^\*\h*(?:\[\[(?:d:)?Property:)?(P\d+\b) which matches a 
string
  
  - starts with *
  - followed by zero or more whitespace characters, which are spaces or tabs
  - optionally, followed by one of [[Property: or [[d:Property:
  - followed by letter P
  - followed by a sequence of digits
  - followed by any character which is not one of A-Z, a-z, 0-9, or _
  - end of match, any following characters will be ignored
  
  Any lines not matching are treated as comments and ignored.

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

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

To: Bugreporter
Cc: Bugreporter, Aklapper, lucamauri, Pavithraes, darthmon_wmde, Nandana, 
Cpaulf30, Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, Jayprakash12345, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T250634: Clarification on Interface/Wikibase-SortedProperties to improve documentation

2020-04-19 Thread lucamauri
lucamauri created this task.
lucamauri added projects: Wikibase-Lua, 
MediaWiki-extensions-WikibaseRepository, MediaWiki-extensions-WikibaseClient, 
Documentation.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  As I am willing to use mw.wikibase.getPropertyOrder 

 method in a Module on my local WikiBase instance, I ended up on the manual 
page for Interface/Wikibase-SortedProperties 
 .
  There are a few things regarding this page that IMHO are unclear and its use 
is not properly explain. I would like to improve documentation, but I need 
input from an expert to clarify things.
  
  **1)** First of all, is this setting a "Client" or a "Repository" one?
  On the manual page, the example is:
  
$wgWBRepoSettings['propertyOrderUrl'] = $wgServer . 
'/w/index.php?title=MediaWiki:Wikibase-SortedProperties&action=raw&sp_ver=1';
  
  while in the WikiData own configuration (found here on Gerrit 

 after reading T149540 ), the string 
is written as:
  
$wgWBClientSettings['propertyOrderUrl'] = 
'https://www.wikidata.org/w/index.php?title=MediaWiki:Wikibase-SortedProperties&action=raw&sp_ver=1';
  
  So it is unclear if this configuration has to set once in the Repository 
installation, being valid for all the Clients connected, or if it needs to be 
set on each of the Clients.
  
  **2)** Second question: is there limitation on where the 
`MediaWiki:Wikibase-SortedProperties` can be placed?
  Can it be either on Repository or Client MediaWiki?
  
  **3)** Third question: in the manual it is written
  
  > For best results, simply follow the conventions present in Wikidata's 
Wikibase-SortedProperties page 
.
  
  I would better specify what these conventions are.
  My induction is that the parsing work this way
  
  - each row //not// starting by `*` is ignored
  - if a row start with `*P…` or `* P…`, the property is extracted, ignoring 
everything following the first space after `P…`
  
  Am I correct in these assumptions?
  
  I would kindly ask anybody with a deep understanding of this mechanism to 
contribute here, so documentation can be improved for the sake of all the users.

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

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

To: lucamauri
Cc: Aklapper, lucamauri, Pavithraes, darthmon_wmde, Nandana, Cpaulf30, Lahi, 
Gq86, GoranSMilovanovic, Ivana_Isadora, Jayprakash12345, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, Mbch331, 
Jay8g, Quiddity
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T250618: Trouble accessing wikidata JSON pages

2020-04-19 Thread Greg.collver
Greg.collver added a comment.


  evidently a recent change to the wikidata server software and it now requires 
URIencoding, this seems to work ok:
  
  var s1 = "Krüppel";
  
  var url1 = 
"https://www.wikidata.org/w/api.php?action=wbgetentities&sites=enwiki&titles="; 
+ s1 + "&languages=en&format=json";
  url1 = encodeURI(url1);
  print(url1);
  
  var httpclient = require('ringo/httpclient');
  var result = httpclient.get(url1);
  var s1 = result.content;
  print(s1);

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

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

To: Greg.collver
Cc: Reedy, Aklapper, Greg.collver, Liuxinyu970226, darthmon_wmde, Nandana, 
Lahi, Gq86, Darkminds3113, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
_jensen, rosalieper, Scott_WUaS, Jonas, Volker_E, Wikidata-bugs, aude, GWicke, 
Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T250618: Trouble accessing wikidata JSON pages

2020-04-19 Thread Reedy
Reedy added a comment.


  Bets on the client doing something weird with encoding?

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

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

To: Reedy
Cc: Reedy, Aklapper, Greg.collver, Liuxinyu970226, darthmon_wmde, Nandana, 
Lahi, Gq86, Darkminds3113, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
_jensen, rosalieper, Scott_WUaS, Jonas, Volker_E, Wikidata-bugs, aude, GWicke, 
Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T250627: wrong rendering of coordinates in Wikidata

2020-04-19 Thread Herzi.Pinki
Herzi.Pinki created this task.
Herzi.Pinki added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  https://www.wikidata.org/wiki/Q207576 
(https://www.wikidata.org/w/index.php?title=Q207576&oldid=1153317172) has got 
two different coordinates (yes, a constraint violation, but this is not the 
point). Values linked to are
  
  - 48.2083_N_16.3731_E
  - 48.20833_N_16.373064_E
  
  a minor difference at the 5th digit after the period
  the coordinates are rendered (below the map) as follows:
  
  - 48°11'N, 16°23'E
  - 48°12'29.99"N, 16°22'23.02"E
  
  which is a huge difference of 1.5/0.5 minutes (not visible on the two maps, 
that's why I was wondering).
  
  The first coordinate should render / geohack renders: 48° 12′ 29.88″ N, 16° 
22′ 23.16″ E which seems to be correct and near to the other coordinate.

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

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

To: Herzi.Pinki
Cc: Aklapper, Herzi.Pinki, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
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] T250618: Trouble accessing wikidata JSON pages

2020-04-19 Thread Greg.collver
Greg.collver added a comment.


  It works fine for me from in the browser also, but it fails when I use the 
javascript code shown at the bottom of the report. This javascript code is ran 
from the command line.

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

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

To: Greg.collver
Cc: Reedy, Aklapper, Greg.collver, Liuxinyu970226, darthmon_wmde, Nandana, 
Lahi, Gq86, Darkminds3113, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
_jensen, rosalieper, Scott_WUaS, Jonas, Volker_E, Wikidata-bugs, aude, GWicke, 
Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T65015: [Bug] SpamBlacklist hook causes Wikibase LinkTitle api phpunit tests to fail

2020-04-19 Thread Krinkle
Krinkle removed a subscriber: wikibugs-l-list.
Krinkle removed a project: ci-test-error (WMF-deployed Build Failure).

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

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

To: Krinkle
Cc: Umherirrender, Aklapper, Wikidata-bugs, aude, Lydia_Pintscher, daniel, hoo, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
TerraCodes, _jensen, rosalieper, Scott_WUaS, Jackmcbarn, Mbch331, Legoktm, 
wikibugs-l-list, DannyS712, Pablo-WMDE, Jdforrester-WMF, hashar
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T250621: Items created through QuickStatements don't get added to Watchlist on wikidata.org

2020-04-19 Thread Aklapper
Aklapper renamed this task from "Items created through QuickStatements don't 
get added to Watchlist" to "Items created through QuickStatements don't get 
added to Watchlist on wikidata.org".

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

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

To: Aklapper
Cc: Aklapper, Epidosis, NavinRizwi, darthmon_wmde, DannyS712, Nandana, kostajh, 
Jony, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Taiwania_Justo, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T250618: Trouble accessing wikidata JSON pages

2020-04-19 Thread Aklapper
Aklapper added a comment.


  @Greg.collver: How exactly do you access 
https://www.wikidata.org/w/api.php?action=wbgetentities&sites=enwiki&titles=Kr%C3%BCppel&languages=en&format=json
 ? In some web browser? Which one and version, on which operating system? 
Cannot reproduce any problem with that link in Firefox 75 on Linux...

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

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

To: Aklapper
Cc: Reedy, Aklapper, Greg.collver, Liuxinyu970226, darthmon_wmde, Nandana, 
Lahi, Gq86, Darkminds3113, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
_jensen, rosalieper, Scott_WUaS, Jonas, Volker_E, Wikidata-bugs, aude, GWicke, 
Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T227266: Find out why 'old revisions do not have edit links' selenium test is flaky on CI

2020-04-19 Thread Krinkle
Krinkle removed a project: ci-test-error (WMF-deployed Build Failure).

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

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

To: Krinkle
Cc: Addshore, Pablo-WMDE, Jakob_WMDE, Ladsgroup, WMDE-leszek, Rosalie_WMDE, 
Lucas_Werkmeister_WMDE, Michael, alaa_wmde, Aklapper, noarave, Hazizibinmahdi, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331, DannyS712, Jdforrester-WMF, hashar
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T250618: Trouble accessing wikidata JSON pages

2020-04-19 Thread Reedy
Reedy added a comment.


  > For instance, when I try: 
https://www.wikidata.org/w/api.php?action=wbgetentities&sites=enwiki&titles=Krüppel&languages=en&format=json
 the error message I get is this HTML:
  
  Works fine for me...

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

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

To: Reedy
Cc: Reedy, Aklapper, Greg.collver, Liuxinyu970226, darthmon_wmde, Nandana, 
Lahi, Gq86, Darkminds3113, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
_jensen, rosalieper, Scott_WUaS, Jonas, Volker_E, Wikidata-bugs, aude, GWicke, 
Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T250621: Items created through QuickStatements don't get added to Watchlist

2020-04-19 Thread Epidosis
Epidosis updated the task description.

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

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

To: Epidosis
Cc: Aklapper, Epidosis, NavinRizwi, darthmon_wmde, DannyS712, Nandana, kostajh, 
Jony, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Taiwania_Justo, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T250621: Items created through QuickStatements don't get added to Watchlist

2020-04-19 Thread Epidosis
Epidosis created this task.
Epidosis added projects: Wikidata, MediaWiki-Watchlist.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Growth-Team.

TASK DESCRIPTION
  I have checked "Add pages I create and files I upload to my watchlist" in my 
Preferences; however, when I create new items through QuickStatements 
(https://tools.wmflabs.org/quickstatements/#/), they don't get added to my 
watchlist.

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

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

To: Epidosis
Cc: Aklapper, Epidosis, NavinRizwi, darthmon_wmde, DannyS712, Nandana, kostajh, 
Jony, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Taiwania_Justo, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T250618: Trouble accessing wikidata JSON pages

2020-04-19 Thread Reedy
Reedy added projects: MediaWiki-extensions-WikibaseRepository, 
Wikidata-Campsite, Performance Issue.
Restricted Application added a project: Wikidata.

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

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

To: Reedy
Cc: Aklapper, Greg.collver, Liuxinyu970226, darthmon_wmde, Nandana, Lahi, Gq86, 
Darkminds3113, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _jensen, 
rosalieper, Scott_WUaS, Jonas, Volker_E, Wikidata-bugs, aude, GWicke, 
Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249587: Wikidata API wbgetentities: Allowed memory size exceeded

2020-04-19 Thread Addshore
Addshore added a project: Wikidata-Campsite.

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

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

To: Addshore
Cc: Lea_Lacroix_WMDE, Addshore, Ixocactus, Tarrow, Magnus, Aklapper, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T250070: wikibase.statement.saved hook is no longer fired after error in tainted refs

2020-04-19 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "High" priority.

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

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

To: Lydia_Pintscher
Cc: matej_suchanek, Nikki, Aklapper, LucasWerkmeister, EgbeRef, Vaibhav0199, 
Sarai-WMDE, Tinzawoo533, darthmon_wmde, Onmir, DannyS712, Nandana, Mh-3110, 
Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, 
enigmaeth, rohitt, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
Dixtosa, Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T239707: remove feedback link from tainted references again once feedback round is finished

2020-04-19 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Medium" priority.

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

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

To: Lydia_Pintscher
Cc: Lea_Lacroix_WMDE, Aklapper, Lydia_Pintscher, Sarai-WMDE, darthmon_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T249811: Add more properties to the PageImages list

2020-04-19 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Low" priority.

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

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

To: Lydia_Pintscher
Cc: hoo, Lydia_Pintscher, Lea_Lacroix_WMDE, Aklapper, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T250570: AFPException when saving filter on wikidata: Refusing to cast DUNDEFINED to something else

2020-04-19 Thread Daimona
Daimona claimed this task.

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

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

To: Daimona
Cc: matej_suchanek, Daimona, DannyS712, Aklapper, Blissjay007, Oblanco79, 
Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, 94rain, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, Pablo-WMDE, 
GoranSMilovanovic, Adik2382, ihojose, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, Litanwei, WSH1906, Lewizho99, JJMC89, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wong128hk, Nirmos, Wikidata-bugs, aude, Nullzero, Huji, 
Jdforrester-WMF, Jackmcbarn, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T250570: AFPException when saving filter on wikidata: Refusing to cast DUNDEFINED to something else

2020-04-19 Thread gerritbot
gerritbot added a comment.


  Change 590342 had a related patch set uploaded (by Daimona Eaytoy; owner: 
Daimona Eaytoy):
  [mediawiki/extensions/AbuseFilter@master] Add new methods for checking 
DUNDEFINED recursively, use them
  
  https://gerrit.wikimedia.org/r/590342

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

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

To: gerritbot
Cc: matej_suchanek, Daimona, DannyS712, Aklapper, darthmon_wmde, 94rain, 
Nandana, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, ihojose, QZanden, 
LawExplorer, Litanwei, JJMC89, _jensen, rosalieper, Scott_WUaS, Wong128hk, 
Nirmos, Wikidata-bugs, aude, Nullzero, Huji, Jdforrester-WMF, Jackmcbarn, 
Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T250570: AFPException when saving filter on wikidata: Refusing to cast DUNDEFINED to something else

2020-04-19 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: matej_suchanek, Daimona, DannyS712, Aklapper, Blissjay007, Oblanco79, 
Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, 94rain, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, Pablo-WMDE, 
GoranSMilovanovic, Adik2382, ihojose, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, Litanwei, WSH1906, Lewizho99, JJMC89, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wong128hk, Nirmos, Wikidata-bugs, aude, Nullzero, Huji, 
Jdforrester-WMF, Jackmcbarn, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T250611: action=info links for section "Wikidata entities used in this page" to Wikidata instead of Commons

2020-04-19 Thread Raymond
Raymond created this task.
Raymond added a project: SDC General.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  This image 

 shows the link https://www.wikidata.org/wiki/Special:EntityPage/M89240152 
which is obviously a "Bad Request".
  
  https://commons.wikimedia.org/wiki/Special:EntityPage/M89240152 works well.

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

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

To: Raymond
Cc: Aklapper, Raymond, CBogen, darthmon_wmde, Nandana, JKSTNK, Lahi, 
PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, Anooprao, SandraF_WMF, 
GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, 
_jensen, rosalieper, Scott_WUaS, Susannaanas, Jane023, Wikidata-bugs, Base, 
matthiasmullie, aude, Ricordisamoa, Wesalius, Lydia_Pintscher, Fabrice_Florin, 
Steinsplitter, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T250570: AFPException when saving filter on wikidata: Refusing to cast DUNDEFINED to something else

2020-04-19 Thread matej_suchanek
matej_suchanek added a comment.


  FYI I updated 
 
the filter to use modern syntax.

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

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

To: matej_suchanek
Cc: matej_suchanek, Daimona, DannyS712, Aklapper, darthmon_wmde, 94rain, 
Nandana, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, ihojose, QZanden, 
LawExplorer, Litanwei, JJMC89, _jensen, rosalieper, Scott_WUaS, Wong128hk, 
Nirmos, Wikidata-bugs, aude, Nullzero, Huji, Jdforrester-WMF, Jackmcbarn, 
Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T137681: Add table of contents for items/properties on Wikidata

2020-04-19 Thread Pigsonthewing
Pigsonthewing added a comment.


  Per T250584 :
  
  The TOC should be at the top of the page (either between the label and the 
desscription, or immediately below the latter), and styled horizontally.
  
  The TOC should include the "Sister links" heading proposed in T250581 
 if that proposal is implemented.
  
  It should be possible for user scripts that add H2 headings to inject links 
to those headings into the TOC.

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

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

To: Pigsonthewing
Cc: Pigsonthewing, abian, Izno, Wikidata-bugs, Aklapper, Kwj2772, Zppix, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs