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

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


  I checked and `_, lang = mw.wikibase.getLabelWithLang( 'Q2' )` is a better 
approach, since Q2 had labels in 287 langiuages and Q1 "only" in 189. So is 
this an acceptable way to look up language of the user? Every template on 
Commons calls {{int:Lang}}, often many times per page. If we switch from 
`lang=frame:callParserFunction("int","lang")` to `_, lang = 
mw.wikibase.getLabelWithLang( 'Q2' )` than suddenly 50M pages will be querying 
Q2's label. Maybe there is a better way.

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

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

To: Jarekt
Cc: Want, 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] [Closed] T249263: SUPPORT: wikibase-composer using latest wikibase version

2020-04-22 Thread Addshore
Addshore closed this task as "Resolved".

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

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

To: Addshore
Cc: Samantha_Alipio_WMDE, Aklapper, DD063520, Iflorez, darthmon_wmde, 
alaa_wmde, Jelabra, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Asahiko, despens, 
Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T250908: WikibaseCirrusSearch needs experimental highlighter

2020-04-22 Thread Addshore
Addshore added a project: Wikidata-Campsite (Wikidata-Campsite-Iteration-∞).

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

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

To: Addshore
Cc: Aklapper, Danmichaelo, Samantha_Alipio_WMDE, Iflorez, darthmon_wmde, 
alaa_wmde, Jelabra, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Asahiko, despens, 
Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2020-04-22 Thread Addshore
Addshore moved this task from Blocked / Waiting / External to Needs Product 
Work on the Wikidata-Campsite board.
Addshore added a subscriber: Lydia_Pintscher.
Addshore added a comment.


  Looking a tiny bit deeper than I did in T250621#6070573 
 the code path that is taken 
goes through:
  
  WikiPageEntityStore::updateWatchlist and then watches the page via 
WatchAction::doWatch
  WatchAction::doWatch has a permission check, which I imagine fails due to the 
oauth grants
  
public static function doWatch(
Title $title,
User $user,
$checkRights = User::CHECK_USER_RIGHTS,
?string $expiry = null
) {
$permissionManager = 
MediaWikiServices::getInstance()->getPermissionManager();
if ( $checkRights && !$permissionManager->userHasRight( $user, 
'editmywatchlist' ) ) {
return User::newFatalPermissionDeniedStatus( 
'editmywatchlist' );
}
  
  Either:
  
  - The desired behaviour is that in this situation watches should work 
(question for @Lydia_Pintscher)
  - OR that oauth tools that expect to be able to watch when editing should 
have the grant.
  
  I suspect the answer is point 1, and that will need a fix in wikibase!

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

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

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

To: Addshore
Cc: Lydia_Pintscher, Mbch331, Addshore, Aklapper, Epidosis, darthmon_wmde, 
Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, 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] T250621: Items created through QuickStatements don't get added to Watchlist on wikidata.org

2020-04-22 Thread Addshore
Addshore added a comment.


  Looking at 
https://www.wikidata.org/w/index.php?title=Q91025771=history this was 
just created using wbeditentities
  From the short investigation that I already did in this code area it really 
looks like they should be added.
  
  I don't know how OAuth might interact with this.
  I'll note that the "grants" for quickstatements are as follows:
  
  F31775674: image.png 
  
  And they do not include the grants for:
  
  - View your watchlist
  - Edit your watchlist
  
  This might have something to do with it?

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T249540: WDQS Docker Image 0.3.10 fails to load RDF dump: BTree Exception after allocation error (Record exists)

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


  I think this applies to a conversation that we had about keeping the 
RWStore.properties files in the docker images in check this week!

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

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

To: Addshore
Cc: Addshore, Aklapper, Aschwarte10, Samantha_Alipio_WMDE, darthmon_wmde, 
Jelabra, Nandana, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, Asahiko, despens, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249540: WDQS Docker Image 0.3.10 fails to load RDF dump: BTree Exception after allocation error (Record exists)

2020-04-22 Thread Addshore
Addshore added a project: Wikidata-Query-Service.
Addshore added a comment.


  Tagging with the query service tag to see if the WMF search team have any 
comments!

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

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

To: Addshore
Cc: Addshore, Aklapper, Aschwarte10, Samantha_Alipio_WMDE, darthmon_wmde, 
Jelabra, Nandana, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, Asahiko, despens, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2020-04-22 Thread Addshore
Addshore added a subscriber: Ladsgroup.
Addshore added a comment.


  One thing to note in the profiling is that a significant portion of the time 
that the query is executing is spent in a section of code in 
ApiResult::addValue, specifically the validateValue and size methods.
  I don't think we really need to do this, but we should consult with the core 
platform team and potentially remove this from the execution path for our apis?
  
  An equal amount of time seems to be spent in 
Wikibase\Lib\Serialization\SerializationModifier::modifyUsingCallback which 
could likely do with some optimizations.
  
  Noticeably in this call property id creation seems to take quite some time, 
it looks like the bulk of this overhead is due to joining and splitting around 
id prefixes, which we do not actually use.
  @Ladsgroup recently filed a ticket about the performance of EntityId and 
ItemId etc.
  I think we could make an improvement here probably by not doing so much logic 
in the constructor when we don't need to.
  Perhap we can also just remove all of this id prefix stuff for now as we 
don't use it.
  
  It'll be good to try and get a full profile of a completed execution.
  To do that we will have to see if we can temporarily remove the timeline 
restriction on one of the mwdebug servers.

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

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

To: Addshore
Cc: Ladsgroup, 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] [Commented On] T249587: Wikidata API wbgetentities: Allowed memory size exceeded

2020-04-22 Thread Addshore
Addshore added a comment.


  So I tried the query on the debug servers with profiling on and I hit 
timeouts instead of memory limit.
  But generally at the time the requests hit the timeout, the memory limit is 
quite high.
  
  https://performance.wikimedia.org/xhgui/run/view?id=5ea0c61e3f3dfa135999325b
  https://performance.wikimedia.org/xhgui/run/view?id=5ea0c5ab3f3dfa1a59c01fa7
  https://performance.wikimedia.org/xhgui/run/view?id=5ea0c7106318cbb47153e294
  
  When running on the debug servers without profiling I end up hitting into the 
memory limit.

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] [Commented On] T221774: Add Wikidata query service lag to Wikidata maxlag

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


  Change 589874 abandoned by Addshore:
  Switch query service maxlag to be median  1
  
  https://gerrit.wikimedia.org/r/589874

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

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

To: Addshore, gerritbot
Cc: Bovlb, Dvorapa, dcausse, ArthurPSmith, Envlh, Gstupp, Sebotic, Tagishsimon, 
Liridon, Bugreporter, Magnus, Tpt, Lydia_Pintscher, Matthias_Geisler_WMDE, 
Simon_Villeneuve, Lea_Lacroix_WMDE, Tarrow, alaa_wmde, Andrawaag, Multichill, 
Ladsgroup, Smalyshev, fgiunchedi, hoo, Daniel_Mietchen, MisterSynergy, 
Addshore, Sjoerddebruin, Aklapper, Lucas_Werkmeister_WMDE, Blissjay007, 
Oblanco79, Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, Meekrab2012, joker88john, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Chicocvenancio, Th3d3v1ls, Ramalepe, 
Liugev6, QZanden, EBjune, merbst, LawExplorer, WSH1906, Lewizho99, Volans, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T238751: Only generate maxlag from pooled query service servers.

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


  Change 589874 abandoned by Addshore:
  Switch query service maxlag to be median  1
  
  https://gerrit.wikimedia.org/r/589874

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

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

To: Joe, gerritbot
Cc: Ladsgroup, Gehel, Jheald, Joe, Addshore, Aklapper, Blissjay007, Oblanco79, 
Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
Iflorez, darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _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] [Commented On] T205094: Investigate restructure SQL directory

2020-04-22 Thread Addshore
Addshore added a comment.


  In T205094#6036582 , 
@daniel wrote:
  
  > Note: the above patch apparently missed on occurrence of dropTable()
  
  I just did a quick grep and I think they are all definitely gone now?

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

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

To: Addshore
Cc: daniel, Addshore, Aklapper, Matthias_Geisler_WMDE, Jonas, darthmon_wmde, 
DannyS712, Nandana, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, Jayprakash12345, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Izno, Wikidata-bugs, 
aude, 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] T242453: Deadlock in blazegraph blocking all queries and updates

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


  Change 589874 abandoned by Addshore:
  Switch query service maxlag to be median  1
  
  https://gerrit.wikimedia.org/r/589874

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

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

To: gerritbot
Cc: Addshore, dcausse, Aklapper, Blissjay007, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, 
Liugev6, QZanden, EBjune, merbst, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T245396: SimpleCacheWithBagOStuff shouldnt be so easy to use bad keys with

2020-04-22 Thread Addshore
Addshore added a comment.


  There is still an issue with this as identified in T246207#6078825 
 and T246207#6078826 

  
  In T246207#6078826 , 
@Addshore wrote:
  
  > The comment in 
https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/Wikibase/+/583199/2/lib/includes/SimpleCacheWithBagOStuff.php
 is relevant here, as this is the extra assert that is now in Wikibase code 
that is throwing.
  > As said in that comment Wikibase code shouldn't care about the validity of 
the cache key for this class, as the contract of the cache class that we are 
using says that if we use makeKey which we do we will be good.
  > The URL decoded cache key is 
commonswiki:wikibase.repo.formatter.:Q6998382_1137583700_⧼lang⧽_label and again 
we see this ⧼lang⧽ that keeps cropping up.
  > Anyway, the bag o stuff is getting a valid cache key for storing in the 
cache medium, and our assert is then throwing the exception when it doesnt need 
to, so the assert should go.
  > Now, ⧼lang⧽ still shouldn't be making it all the way down the stack here...
  > I dont know what triggers calls to pages such as 
https://commons.wikimedia.org/wiki/Category:Plates?uselang=%E2%A7%BCLang%E2%A7%BD
 but I will file a seperate task for that.

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

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

To: Addshore
Cc: hoo, Liuxinyu970226, Agusbou2015, Ladsgroup, hashar, brennen, Krinkle, 
Lydia_Pintscher, Jdforrester-WMF, WMDE-leszek, Addshore, Jakob_WMDE, Tarrow, 
Aklapper, Rosalie_WMDE, Blissjay007, Oblanco79, Alter-paule, Hazizibinmahdi, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
Pablo-WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unassigned] T246207: Track down unusual callers to SimpleCacheWithBagOfStuff

2020-04-22 Thread Addshore
Addshore removed Addshore as the assignee of this task.
Addshore edited projects, added Wikidata-Campsite; removed Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).
Addshore added a comment.


  I'm going to submit the patch for removing the assert as part of T245396 

  
  I'm not sure if I have a good approach for the topic of this ticket as a 
whole "Track down unusual callers to SimpleCacheWithBagOfStuff"
  
  @Tarrow any thoughts? or is T250930 
 enough for now for the one case 
specificaly identified?

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

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

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


[Wikidata-bugs] [Maniphest] [Claimed] T245396: SimpleCacheWithBagOStuff shouldnt be so easy to use bad keys with

2020-04-22 Thread Addshore
Addshore claimed this task.
Addshore moved this task from Test (Verification) to Doing on the 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.

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

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

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

To: Addshore
Cc: hoo, Liuxinyu970226, Agusbou2015, Ladsgroup, hashar, brennen, Krinkle, 
Lydia_Pintscher, Jdforrester-WMF, WMDE-leszek, Addshore, Jakob_WMDE, Tarrow, 
Aklapper, Rosalie_WMDE, Blissjay007, Oblanco79, Alter-paule, Hazizibinmahdi, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
Pablo-WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T246207: Track down unusual callers to SimpleCacheWithBagOfStuff

2020-04-22 Thread Addshore
Addshore claimed this task.
Addshore edited projects, added Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞); removed Wikidata-Campsite.
Restricted Application added a project: User-Addshore.

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

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

To: Addshore
Cc: Addshore, Jdforrester-WMF, Aklapper, Tarrow, Iflorez, darthmon_wmde, 
alaa_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] [Created] T250930: Wikibase receiving ⧼Lang⧽ from uselang parameter and using it everwhere

2020-04-22 Thread Addshore
Addshore created this task.
Addshore added a project: Wikidata-Campsite.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  Calls to pages such as 
https://commons.wikimedia.org/wiki/Category:Plates?uselang=%E2%A7%BCLang%E2%A7%BD
 / https://commons.wikimedia.org/wiki/Category:Plates?uselang=⧼Lang⧽
  should not make it as far down the stack of wikibase code as demonstrated in 
T246207#6078825 
  
  This is not a valid language and it should be handeled much further up rather 
than making it into a cache key.
  In a situation like this I imagine a uselang=safjhaskfas should result in the 
default language being used.
  
  I believe this has come up before and this can likely be linked to another 
ticket.
  This might need fixing in mediawiki or in wikibase, but the root is to be 
determined.

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

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

To: Addshore
Cc: Addshore, 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] [Commented On] T246207: Track down unusual callers to SimpleCacheWithBagOfStuff

2020-04-22 Thread Addshore
Addshore added a comment.


  The comment in 
https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/Wikibase/+/583199/2/lib/includes/SimpleCacheWithBagOStuff.php
 is relevant here, as this is the extra assert that is now in Wikibase code 
that is throwing.
  As said in that comment Wikibase code shouldn't care about the validity of 
the cache key for this class, as the contract of the cache class that we are 
using says that if we use makeKey which we do we will be good.
  
  The URL decoded cache key is 
commonswiki:wikibase.repo.formatter.:Q6998382_1137583700_⧼lang⧽_label and again 
we see this ⧼lang⧽ that keeps cropping up.
  Anyway, the bag o stuff is getting a valid cache key for storing in the cache 
medium, and our assert is then throwing the exception when it doesnt need to, 
so the assert should go.
  
  Now, ⧼lang⧽ still shouldn't be making it all the way down the stack here...
  I dont know what triggers calls to pages such as 
https://commons.wikimedia.org/wiki/Category:Plates?uselang=%E2%A7%BCLang%E2%A7%BD
 but I will file a seperate task for that.

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

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

To: Addshore
Cc: Addshore, Jdforrester-WMF, Aklapper, Tarrow, 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] [Updated] T246207: Track down unusual callers to SimpleCacheWithBagOfStuff

2020-04-22 Thread Addshore
Addshore added a comment.


  In T246207#6060043 , 
@Jdforrester-WMF wrote:
  
  > Got a one-off(?) burst of this when switching group1 to 1.35.0-wmf.28:
  >
  >   Cache key contains characters that are not allowed: 
`commonswiki:wikibase.repo.formatter.:Q166_1132694752_%E2%A7%BClang%E2%A7%BD_label`
  >
  >> (from AXF_OSyE3bOlOASG0bng)
  >
  > … all on category page renders on Commons, if that helps.
  
  I would have thought that this would no longer happen because of 
https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/Wikibase/+/583199/
  This should have gone out with .26, and we are not in .28
  However I still see logs with this message right now.
  
  [XqC9YApAIDOmQ2sAAABD] 
/wiki/Category:Association_football_players_from_Austria?uselang=%E2 
%A7%BCLang%E2 
%A7%BD   
Wikibase\Lib\CacheInvalidArgumentException from line 269 of 
/srv/mediawiki/php-1.35.0-wmf.28/extensions/Wikibase/lib/includes/SimpleCacheWithBagOStuff.php:
 Cache key contains characters that are not allowed: 
`commonswiki:wikibase.repo.formatter.:Q6998382_1137583700_%E2%A7%BClang%E2%A7%BD_label`
  
#0 
/srv/mediawiki/php-1.35.0-wmf.28/extensions/Wikibase/lib/includes/SimpleCacheWithBagOStuff.php(70):
 Wikibase\Lib\SimpleCacheWithBagOStuff->assertKeyIsValid(string)
#1 
/srv/mediawiki/php-1.35.0-wmf.28/extensions/Wikibase/lib/includes/StatsdRecordingSimpleCache.php(59):
 Wikibase\Lib\SimpleCacheWithBagOStuff->get(string, string)
#2 
/srv/mediawiki/php-1.35.0-wmf.28/extensions/Wikibase/lib/includes/Store/CachingFallbackLabelDescriptionLookup.php(120):
 Wikibase\Lib\StatsdRecordingSimpleCache->get(string, string)
#3 
/srv/mediawiki/php-1.35.0-wmf.28/extensions/Wikibase/lib/includes/Store/CachingFallbackLabelDescriptionLookup.php(106):
 
Wikibase\Lib\Store\CachingFallbackLabelDescriptionLookup->getTerm(Wikibase\DataModel\Entity\ItemId,
 string, string)
#4 
/srv/mediawiki/php-1.35.0-wmf.28/extensions/Wikibase/client/includes/Usage/UsageTrackingLanguageFallbackLabelDescriptionLookup.php(71):
 
Wikibase\Lib\Store\CachingFallbackLabelDescriptionLookup->getLabel(Wikibase\DataModel\Entity\ItemId)
#5 
/srv/mediawiki/php-1.35.0-wmf.28/extensions/Wikibase/client/includes/DataAccess/Scribunto/WikibaseLanguageDependentLuaBindings.php(60):
 
Wikibase\Client\Usage\UsageTrackingLanguageFallbackLabelDescriptionLookup->getLabel(Wikibase\DataModel\Entity\ItemId)
#6 
/srv/mediawiki/php-1.35.0-wmf.28/extensions/Wikibase/client/includes/DataAccess/Scribunto/Scribunto_LuaWikibaseLibrary.php(606):
 
Wikibase\Client\DataAccess\Scribunto\WikibaseLanguageDependentLuaBindings->getLabel(string)
#7 
/srv/mediawiki/php-1.35.0-wmf.28/extensions/Scribunto/includes/engines/LuaSandbox/LuaSandboxCallback.php(26):
 
Wikibase\Client\DataAccess\Scribunto\Scribunto_LuaWikibaseLibrary->getLabel(string)
#8 [internal function]: Scribunto_LuaSandboxCallback->__call(string, array)
#9 
/srv/mediawiki/php-1.35.0-wmf.28/extensions/Scribunto/includes/engines/LuaSandbox/LuaSandboxInterpreter.php(113):
 LuaSandboxFunction->call(LuaSandboxFunction)
#10 
/srv/mediawiki/php-1.35.0-wmf.28/extensions/Scribunto/includes/engines/LuaCommon/LuaEngine.php(291):
 Scribunto_LuaSandboxInterpreter->callFunction(LuaSandboxFunction, 
LuaSandboxFunction)
#11 
/srv/mediawiki/php-1.35.0-wmf.28/extensions/Scribunto/includes/engines/LuaCommon/LuaModule.php(69):
 Scribunto_LuaEngine->executeFunctionChunk(LuaSandboxFunction, 
PPTemplateFrame_Hash)
#12 
/srv/mediawiki/php-1.35.0-wmf.28/extensions/Scribunto/includes/common/Hooks.php(128):
 Scribunto_LuaModule->invoke(string, PPTemplateFrame_Hash)
#13 /srv/mediawiki/php-1.35.0-wmf.28/includes/parser/Parser.php(3613): 
ScribuntoHooks::invokeHook(Parser, PPTemplateFrame_Hash, array)
#14 /srv/mediawiki/php-1.35.0-wmf.28/includes/parser/Parser.php(3317): 
Parser->callParserFunction(PPTemplateFrame_Hash, string, array)
#15 /srv/mediawiki/php-1.35.0-wmf.28/includes/parser/PPFrame_Hash.php(253): 
Parser->braceSubstitution(array, PPTemplateFrame_Hash)
#16 
/srv/mediawiki/php-1.35.0-wmf.28/extensions/ParserFunctions/includes/ParserFunctions.php(143):
 PPFrame_Hash->expand(PPNode_Hash_Tree)
#17 /srv/mediawiki/php-1.35.0-wmf.28/includes/parser/Parser.php(3613): 
MediaWiki\Extensions\ParserFunctions\ParserFunctions::ifeq(Parser, 
PPTemplateFrame_Hash, array)
#18 /srv/mediawiki/php-1.35.0-wmf.28/includes/parser/Parser.php(3317): 
Parser->callParserFunction(PPTemplateFrame_Hash, string, array)
#19 /srv/mediawiki/php-1.35.0-wmf.28/includes/parser/PPFrame_Hash.php(253): 
Parser->braceSubstitution(array, PPTemplateFrame_Hash)
#20 /srv/mediawiki/php-1.35.0-wmf.28/includes/parser/Parser.php(3495): 
PPFrame_Hash->expand(PPNode_Hash_Tree)
#21 /srv/mediawiki/php-1.35.0-wmf.28/includes/parser/PPFrame_Hash.php(253): 
Parser->braceSubstitution(array, 

[Wikidata-bugs] [Maniphest] [Retitled] T250928: Guard maintenance scripts that interact with certain entity types against use when on repo without the type locally

2020-04-22 Thread Addshore
Addshore renamed this task from "Guard maintenance scripts that interact with 
certain entity types against use when on repo without the type lcoally" to 
"Guard maintenance scripts that interact with certain entity types against use 
when on repo without the type locally".

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

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

To: Addshore
Cc: Addshore, 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] [Created] T250928: Guard maintenance scripts that interact with certain entity types against use when on repo without the type lcoally

2020-04-22 Thread Addshore
Addshore created this task.
Addshore added a project: Wikidata-Campsite.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  I raised this in the CR of 
https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/Wikibase/+/591971/6
  
  repo/maintenance/pruneItemsPerSite.php is a repo script, and now we have 
repos without all entity types enabled.
  This means a simple check that repo is enabled is no longer enough, and if a 
maintenance script interacts with "items" it should only be allowed to run on a 
repo with "items" on the lcaol entity source.
  
  We should audit all of our maintenance scripts and add this check where we 
deem neccesariy.

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

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

To: Addshore
Cc: Addshore, 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] [Commented On] T249696: URL shortening failed

2020-04-22 Thread Addshore
Addshore added a comment.


  I guess there could be a solution to this without needing to extend the limit 
of the URL shortener, so I wont merge it in as a dupe for now.
  
  Possible solution could be for the UI to have a bit more functionality, and 
save the query essentially to a pastebin somewhere (or some storage) and then 
be able to retrieve it with a much shorter ID rather than the full query in the 
URL.
  This might end up tying in with possible future query service UI work etc :)

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

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

To: Addshore
Cc: Lucas_Werkmeister_WMDE, Addshore, Aklapper, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T249696: URL shortening failed

2020-04-22 Thread Addshore
Addshore triaged this task as "Low" priority.

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

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

To: Addshore
Cc: Lucas_Werkmeister_WMDE, Addshore, Aklapper, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249260: SUPPORT: wikibase update from 1.33 to 1.34 error message elastic search

2020-04-22 Thread DD063520
DD063520 added a comment.


  I'm sorry for taking so much time, I didn't forgot this ... it is only that 
I'm working on many different things  on Friday or next week I will be 
again on this .

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

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

To: DD063520
Cc: Addshore, dcausse, Aklapper, DD063520, CBogen, Samantha_Alipio_WMDE, 
Iflorez, darthmon_wmde, alaa_wmde, Jelabra, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Asahiko, despens, 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] [Changed Status] T249260: SUPPORT: wikibase update from 1.33 to 1.34 error message elastic search

2020-04-22 Thread Addshore
Addshore assigned this task to DD063520.
Addshore changed the task status from "Open" to "Stalled".
Addshore added a comment.


  Ping @DD063520 for the above comment ^^ I think there are osme questions 
there for you!

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

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

To: DD063520, Addshore
Cc: Addshore, dcausse, Aklapper, DD063520, CBogen, Samantha_Alipio_WMDE, 
Iflorez, darthmon_wmde, alaa_wmde, Jelabra, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Asahiko, despens, 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] [Commented On] T249263: SUPPORT: wikibase-composer using latest wikibase version

2020-04-22 Thread DD063520
DD063520 added a comment.


  ok, thank you!
  I think we will wait for the next release, even if the features are nice they 
are not essential.
  
  Thank you for all the effort!

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

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

To: Addshore, DD063520
Cc: Samantha_Alipio_WMDE, Aklapper, DD063520, Iflorez, darthmon_wmde, 
alaa_wmde, Jelabra, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Asahiko, despens, 
Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T249263: SUPPORT: wikibase-composer using latest wikibase version

2020-04-22 Thread Addshore
Addshore triaged this task as "Medium" priority.

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

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

To: Addshore
Cc: Samantha_Alipio_WMDE, Aklapper, DD063520, Iflorez, darthmon_wmde, 
alaa_wmde, Jelabra, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Asahiko, despens, 
Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249263: SUPPORT: wikibase-composer using latest wikibase version

2020-04-22 Thread Addshore
Addshore added a comment.


  In T249263#6038830 , 
@DD063520 wrote:
  
  > Kartographer, is not a problem, we installed it separately ... the problems 
are:
  >
  > 1. rendering images different from Wikidata Commons images.
  
  This is still not supported by default in wikibase (using commons media)
  See T90492: [Task] Make Wikibase Repo work with a custom File collection, not 
only Wikimedia Commons 
  
  > 2. About the identifier section  the thread I'm point to is also 
discussing that the identifier section is not properly rendered, there is 
written ⧼wikibase-statementsection-identifiers⧽ instead of a proper language 
localisation. I understood from the thread that you pushed a fix for that.
  
  This was done in T240356: wikibase-statementsection-identifiers i18n message 
key should exist in Wikibase  and 
will be in the 1.35 release (not before)
  If desired we could possibly backport this one to previous versions as it 
should be pretty easy :)

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

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

To: Addshore
Cc: Samantha_Alipio_WMDE, Aklapper, DD063520, Iflorez, darthmon_wmde, 
alaa_wmde, Jelabra, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Asahiko, despens, 
Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T234070: Consider svgo use (via cssnano)

2020-04-22 Thread Volker_E
Volker_E added a comment.


  @Lucas_Werkmeister_WMDE The icons in OOUI dist are highly-optimized with 
manual steps  and 
multiple SVGO passes and are good to go.

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

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

To: Volker_E
Cc: Volker_E, Aklapper, Lucas_Werkmeister_WMDE, Pablo-WMDE, Sarai-WMDE, 
darthmon_wmde, Michael, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, 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] [Commented On] T243382: Embedded map does not display in IE11

2020-04-22 Thread Nikki
Nikki added a comment.


  I tried opening the linked query.wikidata.org page in IE and it sometimes 
works and sometimes doesn't. (The ascleiden.nl page seems to consistently not 
work but maybe I just didn't refresh enough times)
  
  The full contents of the console for me is:
  
DOM7011: Der Code auf dieser Seite hat die Zwischenspeicherung für das Vor- 
und Zurücknavigieren deaktiviert. Weitere Informationen dazu finden Sie unter: 
http://go.microsoft.com/fwlink/?LinkID=291337
embed.html
HTML1300: Navigation wurde ausgeführt.
embed.html
HTML1511: Unerwartetes Element auf Kopfebene außerhalb von "" 
gefunden.
embed.html (1,431)
HTML1511: Unerwartetes Element auf Kopfebene außerhalb von "" 
gefunden.
embed.html (267,10)
TypeError: Die Eigenschaft "clearCache" eines undefinierten oder 
Nullverweises kann nicht abgerufen werden.
   {
  [functions]: ,
  __proto__: { },
  description: "Die Eigenschaft "clearCache" eines undefinierten oder 
Nullverweises kann nicht abgerufen werden.",
  message: "Die Eigenschaft "clearCache" eines undefinierten oder 
Nullverweises kann nicht abgerufen werden.",
  name: "TypeError",
  number: -2146823281,
  stack: "TypeError: Die Eigenschaft "clearCache" eines undefinierten 
oder Nullverweises kann nicht abgerufen werden.
   at Anonymous function 
(https://query.wikidata.org/js/embed.wdqs.min.84c175c65543a687a0b2.js:1:17279)",
  Symbol()_6.uza5ehd9zg1: undefined,
  Symbol()_a.uza5ehd9zg1: undefined,
  Symbol()_f.uza5ehd9zg1: undefined,
  Symbol()_g.uza5ehd9zmj: undefined,
  Symbol()_h.uza5ehd9zmj: undefined,
  Symbol()_k.uza5ehd9zmj: undefined,
  Symbol()_n.uza5ehd9zmj: undefined,
  Symbol()_o.uza5ehd9zmj: undefined,
  Symbol(Symbol._hidden)_i.uza5ehd9zmj: undefined,
  Symbol(Symbol.asyncIterator)_l.uza5ehd9zmj: undefined,
  Symbol(Symbol.hasInstance)_j.uza5ehd9zmj: undefined,
  Symbol(Symbol.observable)_m.uza5ehd9zmj: undefined
   }

SEC7120: Der Ursprung https://query.wikidata.org wurde im 
Access-Control-Allow-Origin-Header nicht gefunden.
embed.html
SCRIPT7002: XMLHttpRequest: Netzwerkfehler 0x80700013, Der Vorgang konnte 
aufgrund des folgenden Fehlers nicht fortgesetzt werden: 80700013.
embed.html
SEC7120: Der Ursprung https://query.wikidata.org wurde im 
Access-Control-Allow-Origin-Header nicht gefunden.
embed.html
SCRIPT7002: XMLHttpRequest: Netzwerkfehler 0x80700013, Der Vorgang konnte 
aufgrund des folgenden Fehlers nicht fortgesetzt werden: 80700013.
embed.html
SEC7120: Der Ursprung https://query.wikidata.org wurde im 
Access-Control-Allow-Origin-Header nicht gefunden.
embed.html
SCRIPT7002: XMLHttpRequest: Netzwerkfehler 0x80700013, Der Vorgang konnte 
aufgrund des folgenden Fehlers nicht fortgesetzt werden: 80700013.
embed.html
SEC7120: Der Ursprung https://query.wikidata.org wurde im 
Access-Control-Allow-Origin-Header nicht gefunden.
embed.html
SCRIPT7002: XMLHttpRequest: Netzwerkfehler 0x80700013, Der Vorgang konnte 
aufgrund des folgenden Fehlers nicht fortgesetzt werden: 80700013.
embed.html
  
  The TypeError is the only bit which only appears when it doesn't work, so the 
other lines don't seem relevant.
  
  I can't work out whether MathJax is an object or not. I can't find a way to 
type in the console...

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

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

To: Nikki
Cc: Nikki, Lucas_Werkmeister_WMDE, Aklapper, Walkuraxx, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Salgo60, 
_jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T250208: Update Wikibase to use HtmlCacheUpdater service instead of doing things directly

2020-04-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: Aklapper, Krinkle, Addshore, darthmon_wmde, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Blissjay007, Oblanco79, 
Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
Kent7301, Meekrab2012, joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Af420, Darkminds3113, 
Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, 
Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T250208: Update Wikibase to use HtmlCacheUpdater service instead of doing things directly

2020-04-22 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.35-notes (1.35.0-wmf.30; 2020-04-28).

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

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

To: ReleaseTaggerBot
Cc: Aklapper, Krinkle, Addshore, Blissjay007, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, lucamauri, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _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] [Commented On] T250208: Update Wikibase to use HtmlCacheUpdater service instead of doing things directly

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


  Change 589061 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Avoid deprecated CdnCacheUpdate method 
in EntityDataRequestHandler
  
  https://gerrit.wikimedia.org/r/589061

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

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

To: gerritbot
Cc: Aklapper, Krinkle, Addshore, Blissjay007, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, lucamauri, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _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] [Unassigned] T249260: SUPPORT: wikibase update from 1.33 to 1.34 error message elastic search

2020-04-22 Thread Addshore
Addshore removed Addshore as the assignee of this task.

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

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

To: Addshore
Cc: Addshore, dcausse, Aklapper, DD063520, CBogen, Samantha_Alipio_WMDE, 
Iflorez, darthmon_wmde, alaa_wmde, Jelabra, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Asahiko, despens, 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] [Closed] T207132: Fulltext/ElasticSearch does not work

2020-04-22 Thread Addshore
Addshore closed this task as "Resolved".
Addshore claimed this task.
Addshore added a comment.
Restricted Application added a project: User-Addshore.


  These plugins are included now

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

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

To: Addshore
Cc: Bcbussche, Addshore, dbs, WMDE-leszek, CennoxX, Tarrow, Aklapper, Magnus, 
Samantha_Alipio_WMDE, darthmon_wmde, Jelabra, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Asahiko, despens, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T249496: wikibase 1.34 docker image, $wgServer must be set in LocalSettings.php

2020-04-22 Thread Addshore
Addshore closed this task as "Resolved".

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

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

To: Addshore
Cc: Samantha_Alipio_WMDE, Addshore, dcausse, Aklapper, Iflorez, darthmon_wmde, 
alaa_wmde, Jelabra, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Asahiko, despens, 
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] [Closed] T250908: WikibaseCirrusSearch needs experimental highlighter

2020-04-22 Thread Addshore
Addshore closed this task as "Resolved".
Addshore added a comment.


  https://github.com/wmde/wikibase-docker/pull/118

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

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

To: Addshore
Cc: Aklapper, Danmichaelo, Samantha_Alipio_WMDE, darthmon_wmde, Jelabra, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Asahiko, despens, Wikidata-bugs, aude, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T247518: Lexeme: Use "vue" ResourceLoader module from core

2020-04-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Okay, I finally found a solution (and took 
https://gerrit.wikimedia.org/r/578354 out of WIP).

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Pablo-WMDE, Blissjay007, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _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] T249712: Add “back” button type to EventEmittingButton

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


  Change 591976 had a related patch set uploaded (by Pablo Grass (WMDE); owner: 
Pablo Grass (WMDE)):
  [mediawiki/extensions/Wikibase@master] bridge: leverage dir attribute of 
 for our RTL
  
  https://gerrit.wikimedia.org/r/591976

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

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

To: Tonina_Zhelyazkova_WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Blissjay007, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, Michael, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
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] [Created] T250923: Popup when hovering over the last updated button doesn't go away again

2020-04-22 Thread Nikki
Nikki created this task.
Nikki added a project: Wikidata Query UI.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  I can't seem to get the box which pops up when hovering over the last updated 
button to go away.
  
  I've tried:
  
  - moving the mouse away
  - clicking on other parts of the page
  - clicking the box that pops up
  - clicking the button
  
  The only thing that works is refreshing the page. I can reproduce it in 
Vivaldi 2.11 and Firefox 75 in Linux and there are no errors in the console.

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

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

To: Nikki
Cc: Nikki, Aklapper, darthmon_wmde, Nandana, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Salgo60, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249613: Cleanup rows from wb_items_per_site that should not be there any more

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

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

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

To: hoo, gerritbot
Cc: Lea_Lacroix_WMDE, DannyS712, Addshore, Aklapper, Blissjay007, Oblanco79, 
Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
Iflorez, darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, lucamauri, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_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] [Commented On] T249613: Cleanup rows from wb_items_per_site that should not be there any more

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


  Change 591971 had a related patch set uploaded (by Hoo man; owner: Hoo man):
  [mediawiki/extensions/Wikibase@master] Add pruneItemsPerSite maintenance 
script
  
  https://gerrit.wikimedia.org/r/591971

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

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

To: hoo, gerritbot
Cc: Lea_Lacroix_WMDE, DannyS712, Addshore, Aklapper, Iflorez, darthmon_wmde, 
alaa_wmde, Nandana, lucamauri, 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] [Updated] T249716: Retry save when clicking “retry save” button

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

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

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

To: Tonina_Zhelyazkova_WMDE, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Blissjay007, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, Michael, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
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] [Commented On] T249716: Retry save when clicking “retry save” button

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


  Change 591968 had a related patch set uploaded (by Tonina Zhelyazkova; owner: 
Tonina Zhelyazkova):
  [mediawiki/extensions/Wikibase@master] Add action for retrying save operation
  
  https://gerrit.wikimedia.org/r/591968

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

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

To: Tonina_Zhelyazkova_WMDE, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Sarai-WMDE, darthmon_wmde, Michael, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, 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] [Commented On] T250265: Lexeme: Use "vuex" ResourceLoader module from core

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


  Change 578354 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/WikibaseLexeme@master] Use vue+vuex ResourceLoader 
modules from MediaWiki core
  
  https://gerrit.wikimedia.org/r/578354

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

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

To: gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Blissjay007, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
Pablo-WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _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] T249715: Add capability to provoke generic save error to browser tests

2020-04-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  > I'm not sure that this needs to be wrapped in a helper function on its own. 
If it does - where would that helper function live?
  
  Since we’ll likely only need it for the save tests, I’d put it in 
`specs/canSave.js`.

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

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

To: Michael, Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Sarai-WMDE, darthmon_wmde, Michael, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, 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] [Updated] T250917: Pipe 3: Filter extracted values by plaintext matching (matching by value) - geocoordinates

2020-04-22 Thread Lydia_Pintscher
Lydia_Pintscher set the point value for this task to "5".

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

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

To: Lydia_Pintscher
Cc: Aklapper, Lydia_Pintscher, Ferdinand0101, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Hjfocs, 
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] [Updated] T250916: Pipe 3: Filter extracted values by plaintext matching (matching by value) - dates

2020-04-22 Thread Lydia_Pintscher
Lydia_Pintscher set the point value for this task to "5".

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

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

To: Lydia_Pintscher
Cc: Aklapper, Lydia_Pintscher, Ferdinand0101, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Hjfocs, 
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] [Created] T250917: Pipe 3: Filter extracted values by plaintext matching (matching by value) - geocoordinates

2020-04-22 Thread Lydia_Pintscher
Lydia_Pintscher created this task.
Lydia_Pintscher added a project: Wikidata - Reference Treasure Hunt.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  In T248990  we do the plain-text 
matching for string Properties. We want to expand it for geocoordinates.
  
  How to compare geocoordinate Properties:
  
  - longitude exact match as normal string
  - latitude exact match as normal string
  - ignore precision entirely
  - Ignore anything that is not Earth for globe

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

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

To: Lydia_Pintscher
Cc: Aklapper, Lydia_Pintscher, Ferdinand0101, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Hjfocs, 
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] [Retitled] T248990: Pipe 3: Filter extracted values by plaintext matching (matching by value) - groundwork and strings

2020-04-22 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "Pipe 3: Filter extracted values by 
plaintext matching (matching by value)" to "Pipe 3: Filter extracted values by 
plaintext matching (matching by value) - groundwork and strings".

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

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

To: ItamarWMDE, Lydia_Pintscher
Cc: Aklapper, ItamarWMDE, Ferdinand0101, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Hjfocs, 
Scott_WUaS, 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] [Created] T250916: Pipe 3: Filter extracted values by plaintext matching (matching by value) - dates

2020-04-22 Thread Lydia_Pintscher
Lydia_Pintscher created this task.
Lydia_Pintscher added a project: Wikidata - Reference Treasure Hunt.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  In T248990  we do the plain-text 
matching for string Properties. We want to expand it for dates.
  
  How to compare date Properties:
  
  - How to handle precision?
  - If the statement on wikidata says precision is day: check if time on 
website is within that day if true then accept
  - If the statement on wikidata says precision is year: check if time on 
website is within that year if true then accept
  - Totally ignore the timezone field (in the Wikidata statement data)
  - How to handle timezones from websites is left to the implementer
  - Totally ignore `before`
  - Totally ignore `after`
  - Totally ignore `calendarmodel`

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

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

To: Lydia_Pintscher
Cc: Aklapper, Lydia_Pintscher, Ferdinand0101, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Hjfocs, 
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] [Edited] T248990: Pipe 3: Filter extracted values by plaintext matching (matching by value)

2020-04-22 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description.
Lydia_Pintscher set the point value for this task to "5".

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

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

To: ItamarWMDE, Lydia_Pintscher
Cc: Aklapper, ItamarWMDE, Ferdinand0101, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Hjfocs, 
Scott_WUaS, 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] [Claimed] T203461: Have the focus on field when adding new element on Sense

2020-04-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE added a comment.


  Worked a bit more on this, since it’s now in the campsite board and I didn’t 
like my previous solution, so I guess I should also claim this :)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, KaMan, Lydia_Pintscher, Lea_Lacroix_WMDE, 
Blissjay007, Oblanco79, Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
Meekrab2012, joker88john, CucyNoiD, Nandana, NebulousIris, Mringgaard, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _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] [Commented On] T203461: Have the focus on field when adding new element on Sense

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


  Change 591963 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/WikibaseLexeme@master] Autofocus inputs in glosses 
widget
  
  https://gerrit.wikimedia.org/r/591963

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

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

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, KaMan, Lydia_Pintscher, Lea_Lacroix_WMDE, 
Blissjay007, Oblanco79, Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
Meekrab2012, joker88john, CucyNoiD, Nandana, NebulousIris, Mringgaard, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _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] [Edited] T243388: Styles and component consolidation & documentation

2020-04-22 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Addshore, Aklapper, Sarai-WMDE, cristiana023, JanJaquemot, darthmon_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, JGirault, Scott_WUaS, Volker_E, 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] T249714: Add new component for generic error screen on save

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


  Change 591929 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/Wikibase@master] bridge: add ErrorSaving component
  
  https://gerrit.wikimedia.org/r/591929

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Sarai-WMDE, darthmon_wmde, Michael, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, 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] [Updated] T249714: Add new component for generic error screen on save

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

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Blissjay007, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, Michael, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
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] [Updated] T249718: Add more error information to store

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

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

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

To: Michael, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Blissjay007, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, Michael, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
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] [Commented On] T249718: Add more error information to store

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


  Change 591916 had a related patch set uploaded (by Michael Große; owner: 
Michael Große):
  [mediawiki/extensions/Wikibase@master] bridge: Add getter to store about 
whether back button may be shown
  
  https://gerrit.wikimedia.org/r/591916

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

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

To: Michael, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Sarai-WMDE, darthmon_wmde, Michael, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, 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] [Commented On] T235420: Create wikidata badges to indicate when sitelinks point to Wikipedia redirect pages

2020-04-22 Thread DemonDays64
DemonDays64 added a comment.


  Any progress on this?
  
  Being able to add Wikidata sitelinks to redirects is important in my opinion 
because of things like French Wikipedia having an article about Proxima 
Centauri c  but English just 
having a redirect that could become an article 
. 
Because it it is difficult to add a link to redirects from Wikidata, when 
someone turns ones like this into an article there is a high chance of 
duplicate items being made.
  
  Also, having redirects connected to Wikidata is good because if I were 
looking for more detailed info and knew French or another language that 
happened to have an article about the planet, I could easily find that it did 
and read that instead.
  
  Thanks, hope this gets fixed soon!

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

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

To: DemonDays64
Cc: Naseweis520, DemonDays64, DannyS712, Ladsgroup, Gamaliel, Fuzheado, 
ItamarWMDE, JAnD, Hsarrazin, deryckchan, agray, Lydia_Pintscher, MisterSynergy, 
Aklapper, Liuxinyu970226, Jheald, Iflorez, darthmon_wmde, alaa_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] T249718: Add more error information to store

2020-04-22 Thread Michael
Michael claimed this task.
Michael moved this task from To do to Doing on the Wikidata-Bridge-Sprint-18 
board.
Restricted Application added a project: User-Michael.

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

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

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

To: Michael
Cc: Lucas_Werkmeister_WMDE, Aklapper, Sarai-WMDE, darthmon_wmde, Michael, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, 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] [Changed Project Column] T249715: Add capability to provoke generic save error to browser tests

2020-04-22 Thread Michael
Michael moved this task from Doing to Peer Review on the 
Wikidata-Bridge-Sprint-18 board.
Michael added a comment.


  It turns out that webdriver+chrome can do this natively with:
  
browser.setNetworkConditions( { latency: 0, throughput: 0, offline: true } )
  
  See https://webdriver.io/docs/api/chromium.html#setnetworkconditions
  
  I'm not sure that this needs to be wrapped in a helper function on its own. 
If it does - where would that helper function live?

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

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

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

To: Michael
Cc: Lucas_Werkmeister_WMDE, Aklapper, Sarai-WMDE, darthmon_wmde, Michael, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, 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] [Claimed] T249716: Retry save when clicking “retry save” button

2020-04-22 Thread Tonina_Zhelyazkova_WMDE
Tonina_Zhelyazkova_WMDE claimed this task.

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

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

To: Tonina_Zhelyazkova_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Sarai-WMDE, darthmon_wmde, Michael, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, 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] [Commented On] T249124: Wire up reload button and reloading logic

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


  Change 591869 had a related patch set uploaded (by Pablo Grass (WMDE); owner: 
Pablo Grass (WMDE)):
  [mediawiki/extensions/Wikibase@master] bridge: selenium: assert loading is 
shown at first
  
  https://gerrit.wikimedia.org/r/591869

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

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

To: Pablo-WMDE, gerritbot
Cc: Aklapper, Pablo-WMDE, Blissjay007, Oblanco79, Alter-paule, Beast1978, 
Un1tY, Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, Michael, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
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] [Commented On] T249124: Wire up reload button and reloading logic

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


  Change 591863 had a related patch set uploaded (by Pablo Grass (WMDE); owner: 
Pablo Grass (WMDE)):
  [mediawiki/extensions/Wikibase@master] bridge: selenium: move error handling 
test to dedicated spec
  
  https://gerrit.wikimedia.org/r/591863

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

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

To: Pablo-WMDE, gerritbot
Cc: Aklapper, Pablo-WMDE, Blissjay007, Oblanco79, Alter-paule, Beast1978, 
Un1tY, Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, Michael, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
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] [Updated] T250908: WikibaseCirrusSearch needs experimental highlighter

2020-04-22 Thread Danmichaelo
Danmichaelo added a project: Wikibase-Containers.
Restricted Application added a project: Wikidata.

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

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

To: Addshore, Danmichaelo
Cc: Aklapper, Danmichaelo, Samantha_Alipio_WMDE, darthmon_wmde, Jelabra, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Asahiko, despens, Wikidata-bugs, aude, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T241126: Step 1: Improved generic error screen (impact: high)

2020-04-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: Lucas_Werkmeister_WMDE, Michael, Aklapper, Charlie_WMDE, Lydia_Pintscher, 
Pablo-WMDE, Tonina_Zhelyazkova_WMDE, Sarai-WMDE, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331, Blissjay007, Oblanco79, Alter-paule, Beast1978, 
Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Kent7301, Meekrab2012, 
joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Af420, Darkminds3113, Bsandipan, Lordiis, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T241126: Step 1: Improved generic error screen (impact: high)

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


  Change 591778 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] bridge: ReportIssue: use entityTitle 
instead of entity id
  
  https://gerrit.wikimedia.org/r/591778

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

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

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, Michael, Aklapper, Charlie_WMDE, Lydia_Pintscher, 
Pablo-WMDE, Tonina_Zhelyazkova_WMDE, Blissjay007, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _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] [Claimed] T248990: Pipe 3: Filter extracted values by plaintext matching (matching by value)

2020-04-22 Thread ItamarWMDE
ItamarWMDE claimed this task.

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

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

To: ItamarWMDE
Cc: Aklapper, ItamarWMDE, Ferdinand0101, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Hjfocs, 
Scott_WUaS, 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] [Commented On] T248990: Pipe 3: Filter extracted values by plaintext matching (matching by value)

2020-04-22 Thread ItamarWMDE
ItamarWMDE added a comment.


  Picking this task up, while keeping in mind our decision from task estimation 
to split it into three parts

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

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

To: ItamarWMDE
Cc: Aklapper, ItamarWMDE, Ferdinand0101, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Hjfocs, 
Scott_WUaS, 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] [Claimed] T249714: Add new component for generic error screen on save

2020-04-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE moved this task from To do to Doing on the 
Wikidata-Bridge-Sprint-18 board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Sarai-WMDE, darthmon_wmde, Michael, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, 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] [Claimed] T249715: Add capability to provoke generic save error to browser tests

2020-04-22 Thread Michael
Michael claimed this task.
Michael moved this task from To do to Doing on the Wikidata-Bridge-Sprint-18 
board.
Restricted Application added a project: User-Michael.

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

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

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

To: Michael
Cc: Lucas_Werkmeister_WMDE, Aklapper, Sarai-WMDE, darthmon_wmde, Michael, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, 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] [Unblock] T248087: Step 1: Improved generic error screen: on save (impact: high)

2020-04-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T249713: Extract header out of App as 
Resolved.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Masumrezarock100, Aklapper, Sarai-WMDE, darthmon_wmde, Michael, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, 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] [Closed] T249713: Extract header out of App

2020-04-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE added a comment.


  Okay.

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

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

To: Michael, Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Sarai-WMDE, darthmon_wmde, Michael, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, 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] [Commented On] T249713: Extract header out of App

2020-04-22 Thread Michael
Michael added a comment.


  In T249713#6075931 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > Anything left to do?
  >
  >> It’s not decided yet whether that component will directly use 
`ProcessDialogHeader`, or whether it will switch (depending on whether there 
may be a “back” button or not) between two other components, each of which then 
uses `ProcessDialogHeader`
  >
  > Has that decision been made now or is it still open?
  
  If that is to be done, then it might be a better idea to it when integrating 
that button.  I currently don't see a clear line where things would lend 
themselves to extracting exactly two more components.

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

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

To: Michael
Cc: Lucas_Werkmeister_WMDE, Aklapper, Sarai-WMDE, darthmon_wmde, Michael, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, 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] [Commented On] T248993: Pipe 5: Format reference into Quickstatments format

2020-04-22 Thread Tarrow
Tarrow added a comment.


  Poker guesses: 3 + 3+ 8
  We discuss tomorrow! :)

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

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

To: Tarrow
Cc: Tarrow, Aklapper, ItamarWMDE, Ferdinand0101, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Hjfocs, 
Scott_WUaS, 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] [Edited] T248993: Pipe 5: Format reference into Quickstatments format

2020-04-22 Thread Tarrow
Tarrow updated the task description.

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

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

To: Tarrow
Cc: Aklapper, ItamarWMDE, Ferdinand0101, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Hjfocs, 
Scott_WUaS, 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] [Edited] T248990: Pipe 3: Filter extracted values by plaintext matching (matching by value)

2020-04-22 Thread Tarrow
Tarrow updated the task description.

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

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

To: Tarrow
Cc: Aklapper, ItamarWMDE, Ferdinand0101, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Hjfocs, 
Scott_WUaS, 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] [Claimed] T249613: Cleanup rows from wb_items_per_site that should not be there any more

2020-04-22 Thread hoo
hoo claimed this task.
hoo moved this task from To Do to Doing on the Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞) board.

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

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

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

To: hoo
Cc: Lea_Lacroix_WMDE, DannyS712, Addshore, Aklapper, Iflorez, darthmon_wmde, 
alaa_wmde, Nandana, lucamauri, 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] [Closed] T250778: [WIP Task] figure out why Unrecognized subjects are reported by munger

2020-04-22 Thread Physikerwelt
Physikerwelt closed this task as "Resolved".
Physikerwelt reassigned this task from Physikerwelt to Lucas_Werkmeister_WMDE.
Physikerwelt added a comment.


  In T250778#6074606 , 
@Lucas_Werkmeister_WMDE wrote:
  
  >> Unrecognized subjects:  
[**https**://arq20.formulasearchengine.com/entity/statement/Q819-b86a346c-c1ab-44da-a227-4d7d8ab60a6d,
 …].  Expected only sitelinks and subjects starting with 
**http**://arq20.formulasearchengine.com
  >
  > It looks like your Wikibase RDF export is configured to use HTTPS, but your 
query service updater is configured to expect HTTP, hence the conflict.
  
  @Lucas_Werkmeister_WMDE You are my hero today. I changed added
  
- WIKIBASE_SCHEME=https
  
  et voila: Problem solved.

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

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

To: Lucas_Werkmeister_WMDE, Physikerwelt
Cc: Lucas_Werkmeister_WMDE, Aklapper, Physikerwelt, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T234070: Consider svgo use (via cssnano)

2020-04-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  With the above change, whitespace is now removed in the icons we inherit from 
OOUI:
  
-
-http://www.w3.org/2000/svg; width="20" height="20" viewBox="0 
0 20 20">
-
-close
-
-
-
-
+http://www.w3.org/2000/svg; width="20" height="20" viewBox="0 0 20 
20">close
  
  Those icons are also SVGOed already upstream, so I’m not sure if there’s much 
else to do here.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Volker_E, Aklapper, Lucas_Werkmeister_WMDE, Pablo-WMDE, Sarai-WMDE, 
darthmon_wmde, Michael, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, 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] T247300: Investigate what it takes to add a __EXPECTED_UNCONNECTED_PAGE__ magic word to exclude pages from Special:UnconnectedPages

2020-04-22 Thread Addshore
Addshore triaged this task as "Medium" priority.

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

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

To: Addshore
Cc: Aklapper, Lydia_Pintscher, hoo, daniel, Ladsgroup, WMDE-leszek, Iflorez, 
darthmon_wmde, alaa_wmde, Nandana, lucamauri, 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] [Raised Priority] T249613: Cleanup rows from wb_items_per_site that should not be there any more

2020-04-22 Thread Addshore
Addshore raised the priority of this task from "Medium" to "High".

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

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

To: Addshore
Cc: Lea_Lacroix_WMDE, DannyS712, Addshore, Aklapper, Iflorez, darthmon_wmde, 
alaa_wmde, Nandana, lucamauri, 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] [Unassigned] T244001: Investigate reminding people to update `npm audit`

2020-04-22 Thread WMDE-leszek
WMDE-leszek removed Tarrow as the assignee of this task.
WMDE-leszek moved this task from Doing to To Do on the Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞) board.

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

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

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

To: WMDE-leszek
Cc: Addshore, WMDE-leszek, Aklapper, Tarrow, Blissjay007, Oblanco79, 
Alter-paule, Beast1978, Un1tY, Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, 
joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_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] [Updated] T241126: Step 1: Improved generic error screen (impact: high)

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

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

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

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, Michael, Aklapper, Charlie_WMDE, Lydia_Pintscher, 
Pablo-WMDE, Tonina_Zhelyazkova_WMDE, Blissjay007, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _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] T241126: Step 1: Improved generic error screen (impact: high)

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


  Change 591778 had a related patch set uploaded (by Pablo Grass (WMDE); owner: 
Pablo Grass (WMDE)):
  [mediawiki/extensions/Wikibase@master] bridge: ReportIssue: use entityTitle 
instead of entity id
  
  https://gerrit.wikimedia.org/r/591778

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

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

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, Michael, Aklapper, Charlie_WMDE, Lydia_Pintscher, 
Pablo-WMDE, Tonina_Zhelyazkova_WMDE, Sarai-WMDE, 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] [Updated] T203461: Have the focus on field when adding new element on Sense

2020-04-22 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).

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

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

To: Lydia_Pintscher
Cc: Lucas_Werkmeister_WMDE, KaMan, Lydia_Pintscher, Lea_Lacroix_WMDE, 
Blissjay007, Oblanco79, Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
Meekrab2012, joker88john, CucyNoiD, Nandana, NebulousIris, Mringgaard, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _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] [Commented On] T250603: Wikidata item search fooled by apostrophe

2020-04-22 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  Hmmm this seems to work for me:
  F31771564: Screenshot_20200422_111541.png 

  
  Which browser are you using? Can you try it logged out?

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Aklapper, Nicolas_Raoul, 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] T247057: CachingFallbackLabelDescriptionLookup attempts to cache entries for invalid Term Languages

2020-04-22 Thread Tarrow
Tarrow added a comment.


  Unassigned myself because clearly I wasn't making progress on this.
  
  I was following the path mentioned in the above comment:
  
  - Is this really needing the rather special 
CachingFallbackLabelDescriptionLookup or would it be as good with an 
alternative implementation?
  - ItemPropertyIdHtmlLinkFormatter is the only other user which suggests that 
CachingFallbackLabelDescriptionLookup should maybe go
  - Particularly because the very similar 
LabelsProviderEntityIdHtmlLinkFormatter exists which seems to be an almost 
exact copy-paste

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

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

To: Tarrow
Cc: darthmon_wmde, WMDE-leszek, Jakob_WMDE, Aklapper, Tarrow, Iflorez, 
alaa_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] [Edited] T246456: Performance review of Wikidata Bridge

2020-04-22 Thread Pablo-WMDE
Pablo-WMDE updated the task description.

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

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

To: aaron, Pablo-WMDE
Cc: Jakob_WMDE, Lydia_Pintscher, Addshore, Krinkle, Aklapper, darthmon_wmde, 
Sarai-WMDE, Michael, Nandana, Jony, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Vali.matei, _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] [Unassigned] T247196: Wikibase property names are missing when renders

2020-04-22 Thread WMDE-leszek
WMDE-leszek removed Ladsgroup as the assignee of this task.
WMDE-leszek added a subscriber: Ladsgroup.
WMDE-leszek moved this task from Doing to To Do on the Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞) board.

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

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

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

To: WMDE-leszek
Cc: Ladsgroup, darthmon_wmde, WMDE-leszek, Jakob_WMDE, Tarrow, 
Samantha_Alipio_WMDE, Addshore, Aklapper, CXuesong, Blissjay007, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, Kent7301, alaa_wmde, RhinosF1, 
Meekrab2012, joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, lucamauri, 
Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, 
Af420, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 
Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, Wong128hk, 
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] [Unassigned] T247057: CachingFallbackLabelDescriptionLookup attempts to cache entries for invalid Term Languages

2020-04-22 Thread WMDE-leszek
WMDE-leszek removed Tarrow as the assignee of this task.
WMDE-leszek moved this task from Doing to To Do on the Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞) board.

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

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

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

To: WMDE-leszek
Cc: darthmon_wmde, WMDE-leszek, Jakob_WMDE, Aklapper, Tarrow, Iflorez, 
alaa_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] [Edited] T246456: Performance review of Wikidata Bridge

2020-04-22 Thread Pablo-WMDE
Pablo-WMDE updated the task description.

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

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

To: aaron, Pablo-WMDE
Cc: Jakob_WMDE, Lydia_Pintscher, Addshore, Krinkle, Aklapper, darthmon_wmde, 
Sarai-WMDE, Michael, Nandana, Jony, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Vali.matei, _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] [Edited] T247690: Detail of error message is no longer shown in Wikidata edit interface

2020-04-22 Thread Raymond
Raymond updated the task description.

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

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

To: Raymond
Cc: Petar.petkovic, RoySmith, agray, Keyacom, Lea_Lacroix_WMDE, 
Lydia_Pintscher, matej_suchanek, Aklapper, Bugreporter, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wong128hk, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T250889: Message "Wikibase-api-failed-save" is shown in content language

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

TASK DESCRIPTION
  The message "The save has failed." (message key: Wikibase-api-failed-save, 
existing translations 
)
 is shown in content language (on Wikidata and Commons: English) only.
  
  F31771394: Screenshot_2020-04-21 File Khaled Said Graffiti on Berlin Wall jpg 
– Wikimedia Commons.png 

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

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

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