[Wikidata-bugs] [Maniphest] [Updated] T244590: EPIC: Rework the WDQS updater as an event driven application

2020-07-02 Thread dcausse
dcausse added a subtask: T256946: Add a custom watermark generator that 
supports low rate streams.

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

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

To: dcausse
Cc: revi, Mholloway, Ladsgroup, Multichill, darthmon_wmde, Iamamz3, Smalyshev, 
Ottomata, JAllemandou, Aklapper, Zbyszko, Gehel, dcausse, NavinRizwi, CBogen, 
DannyS712, Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Dinoguy1000, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T256946: Add a custom watermark generator that supports low rate streams

2020-07-02 Thread dcausse
dcausse added a parent task: T244590: EPIC: Rework the WDQS updater as an event 
driven application.

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

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

To: dcausse
Cc: dcausse, Aklapper, CBogen, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, 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] [Created] T256946: Add a custom watermark generator that supports low rate streams

2020-07-02 Thread dcausse
dcausse created this task.
dcausse added a project: Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  When mixing incoming streams with different rate (e.g. one high volume stream 
and another with rare messages) the extractor 
`BoundedOutOfOrdernessTimestampExtractor` we use is not designed to deal with 
such configuration as it requires continuous flow on the stream to emit "sane" 
watermarks.
  
  In the case a stream is not emitting messages for long the whole pipeline 
might be stuck just waiting for a message from that stream to trigger the next 
lower watermark. The reason is that the default watermark generators in flink 
do not take the responsibility to decide if the stream is simply late or 
inactive.
  
  There seems to be two solutions to address this problem:
  
  - have a watermark generator that also inspect the processing time and emits 
a watermark with `processing time - Xsec` if no events have been seen in a 
while, this will unblock downstream operators like windows function waiting for 
low watermark for firing the windows that started to accumulate.
  - Investigate using 
org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext#markAsTemporarilyIdle
 (wrap FlinkKafkaConsumer ?)
  
  AC:
  
  - when adding a low rate stream the operators relying on low watermarks must 
not be waiting for events from this stream to trigger their operations.
  
  size: M

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

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

To: dcausse
Cc: dcausse, Aklapper, CBogen, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, 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] T255410: Termbox SSR connection terminated very often

2020-07-02 Thread Pablo-WMDE
Pablo-WMDE added a comment.


  > termbox can possibly make multiple requests to MediaWiki depending on the 
state of the cache. I guess these each have a timeout?
  
  Yes. All alike AFAIK.
  
  
https://gerrit.wikimedia.org/r/plugins/gitiles/wikibase/termbox/+/21be68a/src/server/server.ts#48
  
https://gerrit.wikimedia.org/r/plugins/gitiles/operations/deployment-charts/+/059eef0/helmfile.d/services/codfw/termbox/values.yaml#7

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

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

To: Pablo-WMDE
Cc: Sakretsu, akosiaris, JMeybohm, WMDE-leszek, Pablo-WMDE, Tarrow, Jakob_WMDE, 
Addshore, Aklapper, Michael, darthmon_wmde, 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] [Created] T256948: Evaluate using LinkedDataFragments/Server.js instead of custom blazegraph integration

2020-07-02 Thread dcausse
dcausse created this task.
dcausse added a project: Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  The way we provide the LDF service is not scalable (T161240 
) and overtime has diverged from 
upstream LinkedDataFragments/Server.Java.
  
  LinkedDataFragments/Server.js seems more active than 
LinkedDataFragments/Server.Java and seems to provide an external layer that can 
work on top of a sparql service. This could hopefully fix our scalability issue 
and address the tech dept of having to maintain our own fork of 
LinkedDataFragments/Server.Java.
  
  The WMCS machine ldf-test.wmflabs has been created for this purpose.

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

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

To: dcausse
Cc: dcausse, Aklapper, CBogen, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, 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] [Edited] T249039: Security Readiness Review For Wikidata Bridge

2020-07-02 Thread Pablo-WMDE
Pablo-WMDE updated the task description.

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

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

To: sbassett, Pablo-WMDE
Cc: WMDE-leszek, sbassett, Addshore, Michael, Lucas_Werkmeister_WMDE, 
Tonina_Zhelyazkova_WMDE, Pablo-WMDE, Lydia_Pintscher, Aklapper, darthmon_wmde, 
Dsharpe, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Bawolff, 
Mbch331, Legoktm
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249039: Security Readiness Review For Wikidata Bridge

2020-07-02 Thread Pablo-WMDE
Pablo-WMDE added a comment.


  In T249039#6273038 , 
@sbassett wrote:
  
  > So 
https://gerrit.wikimedia.org/g/mediawiki/extensions/Wikibase/+/master/client/resources/Resources.php
 no longer appears to exist, as it is ref'd in the task description.  Does that 
live somewhere else or is it just gone now?
  
  This was talking about e.g. 
https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/Wikibase/+/908df45/client/resources/Resources.php#28
 ff.
  
  which now is configured in 
  
https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/Wikibase/+/077e63c/extension-client-wip.json#252
  
  Heavy refactoring going on, sorry.

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

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

To: sbassett, Pablo-WMDE
Cc: WMDE-leszek, sbassett, Addshore, Michael, Lucas_Werkmeister_WMDE, 
Tonina_Zhelyazkova_WMDE, Pablo-WMDE, Lydia_Pintscher, Aklapper, darthmon_wmde, 
Dsharpe, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Bawolff, 
Mbch331, Legoktm
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T256949: The streaming updater should support suppressed deletes

2020-07-02 Thread dcausse
dcausse created this task.
dcausse added a project: Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  When an item is deleted the streaming updater should produce a message 
instructing the consumer to delete the item from the graph.
  
  TODO: fill the rest of this task once I figure out how to gain oversight 
perms on test.wikidata.org to capture test events
  
  AC:
  
  - fix T105427 
  - the streaming updater output must not leak any information of the 
suppression and should appear like a "normal" delete

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

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

To: dcausse
Cc: dcausse, Aklapper, CBogen, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, 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] [Updated] T256949: The streaming updater should support suppressed deletes

2020-07-02 Thread dcausse
dcausse added a parent task: T244590: EPIC: Rework the WDQS updater as an event 
driven application.

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

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

To: dcausse
Cc: dcausse, Aklapper, CBogen, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, 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] [Updated] T244590: EPIC: Rework the WDQS updater as an event driven application

2020-07-02 Thread dcausse
dcausse added a subtask: T256949: The streaming updater should support 
suppressed deletes.

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

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

To: dcausse
Cc: revi, Mholloway, Ladsgroup, Multichill, darthmon_wmde, Iamamz3, Smalyshev, 
Ottomata, JAllemandou, Aklapper, Zbyszko, Gehel, dcausse, NavinRizwi, CBogen, 
DannyS712, Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Dinoguy1000, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T256948: Evaluate using LinkedDataFragments/Server.js instead of custom blazegraph integration

2020-07-02 Thread dcausse
dcausse updated the task description.

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

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

To: dcausse
Cc: dcausse, Aklapper, CBogen, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, 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] T256949: The streaming updater should support suppressed deletes

2020-07-02 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-07-02T09:07:25Z]  
addshore@mwmaint1002:~$ mwscript maintenance/createAndPromote.php --wiki 
testwikidatawiki --force --custom-groups oversight "Addshore" # T256949 


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

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

To: Stashbot
Cc: dcausse, Aklapper, CBogen, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, 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] T256949: The streaming updater should support suppressed deletes

2020-07-02 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-07-02T09:07:36Z]  
addshore@mwmaint1002:~$ mwscript maintenance/createAndPromote.php --wiki 
testwikidatawiki --force --custom-groups oversight "DCausse_(WMF)" # T256949 


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

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

To: Stashbot
Cc: dcausse, Aklapper, CBogen, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, 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] T249039: Security Readiness Review For Wikidata Bridge

2020-07-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Though the Data Bridge-related modules actually moved to 
DataBridgeResourceLoaderModules.php 
,
 since they can’t be configured statically in the JSON file yet.

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

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

To: sbassett, Lucas_Werkmeister_WMDE
Cc: WMDE-leszek, sbassett, Addshore, Michael, Lucas_Werkmeister_WMDE, 
Tonina_Zhelyazkova_WMDE, Pablo-WMDE, Lydia_Pintscher, Aklapper, darthmon_wmde, 
Dsharpe, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Bawolff, 
Mbch331, Legoktm
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T256243: Migrate Client API modules to extension JSON file

2020-07-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE moved this task from Verification to Done on the 
Wikibase Extension Decoupling and Registration (Sprint 2) board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, DannyS712, Nandana, 
lucamauri, 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] [Unblock] T256228: Convert WikibaseClient to use extension registration

2020-07-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T256243: Migrate Client API modules to 
extension JSON file as "Resolved".

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, DannyS712, Nandana, 
lucamauri, 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] [Closed] T256756: Remove $wgWBRepoDataTypes and $wgWBClientDataTypes global variables

2020-07-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE moved this task from Verification to Done on the 
Wikibase Extension Decoupling and Registration (Sprint 2) board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, DannyS712, Nandana, 
lucamauri, 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] [Closed] T256764: Migrate Client ParserOutputUpdateHookHandlers hooks to extension JSON

2020-07-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE moved this task from Verification to Done on the 
Wikibase Extension Decoupling and Registration (Sprint 2) board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, ItamarWMDE, Lucas_Werkmeister_WMDE, darthmon_wmde, DannyS712, 
Nandana, lucamauri, 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] [Unblock] T256252: Migrate wgWBClientDataTypes + wgWBClientSettings loading out of Client PHP entry point

2020-07-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T256756: Remove $wgWBRepoDataTypes and 
$wgWBClientDataTypes global variables as "Resolved".

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

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

To: Lucas_Werkmeister_WMDE
Cc: Ladsgroup, Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, Un1tY, 
Hook696, darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Pablo-WMDE, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, 
Lewizho99, Maathavan, _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] [Unblock] T256246: Migrate Client hooks to extension JSON

2020-07-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T256764: Migrate Client 
ParserOutputUpdateHookHandlers hooks to extension JSON as "Resolved".

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

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

To: Lucas_Werkmeister_WMDE
Cc: ItamarWMDE, Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, DannyS712, 
Nandana, lucamauri, 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] T221917: Create RDF dump of structured data on Commons

2020-07-02 Thread gerritbot
gerritbot added a comment.


  Change 609114 had a related patch set uploaded (by Gehel; owner: Gehel):
  [operations/puppet@production] snapshots: enable dumps of structured data 
from commons
  
  https://gerrit.wikimedia.org/r/c/operations/puppet/ /609114

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

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

To: ArielGlenn, gerritbot
Cc: D063520, CBogen, nettrom_WMF, Mahir256, dcausse, EBernhardson, Cparle, 
Abit, Gehel, jleedev, hoo, ArielGlenn, WMDE-leszek, Poyekhali, Steinsplitter, 
Aklapper, Lydia_Pintscher, Bugreporter, Tgr, Ramsey-WMF, Jarekt, Addshore, Tpt, 
Salgo60, Lucas_Werkmeister_WMDE, Smalyshev, Alter-paule, jannee_e, Beast1978, 
Un1tY, Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, 
Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Lunewa, QZanden, EBjune, merbst, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Taiwania_Justo, Scott_WUaS, Jonas, Xmlizer, 
Ixocactus, Wong128hk, gnosygnu, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, El_Grafo, Dinoguy1000, Manybubbles, Mbch331, Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T221917: Create RDF dump of structured data on Commons

2020-07-02 Thread gerritbot
gerritbot added a comment.


  Change 609114 **merged** by Gehel:
  [operations/puppet@production] snapshots: enable dumps of structured data 
from commons
  
  https://gerrit.wikimedia.org/r/c/operations/puppet/ /609114

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

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

To: ArielGlenn, gerritbot
Cc: D063520, CBogen, nettrom_WMF, Mahir256, dcausse, EBernhardson, Cparle, 
Abit, Gehel, jleedev, hoo, ArielGlenn, WMDE-leszek, Poyekhali, Steinsplitter, 
Aklapper, Lydia_Pintscher, Bugreporter, Tgr, Ramsey-WMF, Jarekt, Addshore, Tpt, 
Salgo60, Lucas_Werkmeister_WMDE, Smalyshev, Alter-paule, jannee_e, Beast1978, 
Un1tY, Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, 
Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Lunewa, QZanden, EBjune, merbst, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Taiwania_Justo, Scott_WUaS, Jonas, Xmlizer, 
Ixocactus, Wong128hk, gnosygnu, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, El_Grafo, Dinoguy1000, Manybubbles, Mbch331, Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T247521: Tainted Ref: Use "vue" ResourceLoader module from core

2020-07-02 Thread gerritbot
gerritbot added a comment.


  Change 609115 had a related patch set uploaded (by Guergana Tzatchkova; 
owner: Guergana Tzatchkova):
  [mediawiki/extensions/Wikibase@master] Tainted Ref: Use "vue" ResourceLoader 
module->core
  
  https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/ /609115

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

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

To: guergana.tzatchkova, gerritbot
Cc: Aklapper, Pablo-WMDE, Sarai-WMDE, 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] [Updated] T247521: Tainted Ref: Use "vue" ResourceLoader module from core

2020-07-02 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: guergana.tzatchkova, gerritbot
Cc: Aklapper, Pablo-WMDE, Alter-paule, Beast1978, Un1tY, Sarai-WMDE, Hook696, 
Iflorez, darthmon_wmde, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, 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] [Claimed] T228528: Termbox: Use "vue" ResourceLoader module from core

2020-07-02 Thread guergana.tzatchkova
guergana.tzatchkova claimed this task.

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

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

To: guergana.tzatchkova
Cc: WMDE-leszek, Aklapper, Jakob_WMDE, Tarrow, Pablo-WMDE, darthmon_wmde, 
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] [Edited] T256949: The streaming updater should support suppressed deletes

2020-07-02 Thread dcausse
dcausse updated the task description.

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

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

To: dcausse
Cc: dcausse, Aklapper, CBogen, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, 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] [Updated] T228528: Termbox: Use "vue" ResourceLoader module from core

2020-07-02 Thread guergana.tzatchkova
guergana.tzatchkova added a project: Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).

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

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

To: guergana.tzatchkova
Cc: WMDE-leszek, Aklapper, Jakob_WMDE, Tarrow, Pablo-WMDE, 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] [Edited] T256949: The streaming updater should support suppressed deletes

2020-07-02 Thread dcausse
dcausse updated the task description.

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

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

To: dcausse
Cc: dcausse, Aklapper, CBogen, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, 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] [Edited] T256949: The streaming updater should support suppressed deletes

2020-07-02 Thread dcausse
dcausse updated the task description.

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

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

To: dcausse
Cc: dcausse, Aklapper, CBogen, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, 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] T256949: The streaming updater should support suppressed deletes

2020-07-02 Thread Bugreporter
Bugreporter added a comment.


  Please make sure data does not got deleted when only a history revision is 
suppressed.

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

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

To: Bugreporter
Cc: Bugreporter, dcausse, Aklapper, CBogen, darthmon_wmde, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, 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] [Claimed] T254675: Rename WPBSkinBlacklist

2020-07-02 Thread Peter.ovchyn
Peter.ovchyn claimed this task.

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

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

To: Peter.ovchyn
Cc: Reedy, Aklapper, abi_, Amire80, Ladsgroup, Dinoguy1000, APerson, Isarra, 
MZMcBride, Krenair, Anomie, bd808, jeblad, Majavah, Izno, Peachey88, Jdlrobson, 
sgrabarczuk, holger.knust, Amorymeltzer, Winter, Wikidata-bugs, 
Lydia_Pintscher, siebrand, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T256852: Create visualization for Font Size, Font Weight and Font Family

2020-07-02 Thread Jakob_WMDE
Jakob_WMDE renamed this task from "Create visalization for Font Size, Font 
Weight and Font Family" to "Create visualization for Font Size, Font Weight and 
Font Family".
Jakob_WMDE updated the task description.

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

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

To: Jakob_WMDE
Cc: Pablo-WMDE, Aklapper, Sarai-WMDE, Jakob_WMDE, Tonina_Zhelyazkova_WMDE, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T255422: Visual guidelines to follow when creating new components

2020-07-02 Thread raja_wmde
raja_wmde added a comment.


  Should be tackled after hike to have a guidelines overview together with the 
tokens

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

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

To: raja_wmde
Cc: raja_wmde, Sarai-WMDE, Aklapper, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, 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] T254882: Define design tokens’ standards

2020-07-02 Thread raja_wmde
raja_wmde closed this task as "Resolved".
raja_wmde claimed this task.

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

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

To: raja_wmde
Cc: Aklapper, raja_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Volker_E, 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] T256788: Define the handover elements from UX to Devs

2020-07-02 Thread raja_wmde
raja_wmde closed subtask T254882: Define design tokens’ standards as 
"Resolved".

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

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

To: raja_wmde
Cc: Aklapper, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Volker_E, 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] T256861: Create visalization for cursors

2020-07-02 Thread Pablo-WMDE
Pablo-WMDE added a comment.


  @Sarai-WMDE 
https://wmde.github.io/wikit/?path=/docs/design-tokens-cursors--page

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

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

To: Pablo-WMDE
Cc: Pablo-WMDE, Aklapper, Sarai-WMDE, Jakob_WMDE, Tonina_Zhelyazkova_WMDE, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T256238: Remove WB_VERSION, WBL_VERSION, WBC_VERSION constants

2020-07-02 Thread gerritbot
gerritbot added a comment.


  Change 609137 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/Wikibase@master] Stop checking WBC?_VERSION for 
extension registration
  
  https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/ /609137

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, Un1tY, Hook696, 
darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Lewizho99, Maathavan, 
_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] T256238: Remove WB_VERSION, WBL_VERSION, WBC_VERSION constants

2020-07-02 Thread gerritbot
gerritbot added a comment.


  Change 609138 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/Wikibase@master] Remove WBC_VERSION constant
  
  https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/ /609138

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, Un1tY, Hook696, 
darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Lewizho99, Maathavan, 
_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] T256861: Create visalization for cursors

2020-07-02 Thread Sarai-WMDE
Sarai-WMDE added a comment.


  thanks for this, @Pablo-WMDE. Love the demo! Is there a reason why the token 
names are styled as URLs 👀?

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

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

To: Pablo-WMDE, Sarai-WMDE
Cc: Pablo-WMDE, Aklapper, Sarai-WMDE, Jakob_WMDE, Tonina_Zhelyazkova_WMDE, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T245529: Namespace alias for EntitySchema

2020-07-02 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".
Lydia_Pintscher moved this task from Needs Announcement to Done on the 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.
Lydia_Pintscher claimed this task.
Lydia_Pintscher added a comment.


  \o/

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

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Fralambert, Lea_Lacroix_WMDE, VIGNERON, 
Lucas_Werkmeister_WMDE, Premeditated, Aklapper, Iflorez, darthmon_wmde, 
pdehaye, alaa_wmde, Nandana, Lahi, Gq86, Andrawaag, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, Scott_WUaS, 
Jonas, MisterSynergy, abian, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T254675: Rename WPBSkinBlacklist

2020-07-02 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Peter.ovchyn, gerritbot
Cc: Reedy, Aklapper, abi_, Amire80, Ladsgroup, Dinoguy1000, APerson, Isarra, 
MZMcBride, Krenair, Anomie, bd808, jeblad, Majavah, Izno, Peachey88, Jdlrobson, 
sgrabarczuk, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, holger.knust, 
joker88john, CucyNoiD, Gaboe420, Amorymeltzer, Giuliamocci, Cpaulf30, Af420, 
Bsandipan, Winter, Lewizho99, Maathavan, Wikidata-bugs, Lydia_Pintscher, 
siebrand, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T254675: Rename WPBSkinBlacklist

2020-07-02 Thread gerritbot
gerritbot added a comment.


  Change 609141 had a related patch set uploaded (by Peter.ovchyn; owner: 
Peter.ovchyn):
  [mediawiki/extensions/WikidataPageBanner@master] Rename WPBSkinBlacklist to 
WPBSkinEnabled and invert logic
  
  https://gerrit.wikimedia.org/r/c/mediawiki/extensions/WikidataPageBanner/ 
/609141

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

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

To: Peter.ovchyn, gerritbot
Cc: Reedy, Aklapper, abi_, Amire80, Ladsgroup, Dinoguy1000, APerson, Isarra, 
MZMcBride, Krenair, Anomie, bd808, jeblad, Majavah, Izno, Peachey88, Jdlrobson, 
sgrabarczuk, holger.knust, Amorymeltzer, Winter, Wikidata-bugs, 
Lydia_Pintscher, siebrand, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T254675: Rename WPBSkinBlacklist

2020-07-02 Thread Peter.ovchyn
Peter.ovchyn updated the task description.

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

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

To: Peter.ovchyn
Cc: Reedy, Aklapper, abi_, Amire80, Ladsgroup, Dinoguy1000, APerson, Isarra, 
MZMcBride, Krenair, Anomie, bd808, jeblad, Majavah, Izno, Peachey88, Jdlrobson, 
sgrabarczuk, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, holger.knust, 
joker88john, CucyNoiD, Gaboe420, Amorymeltzer, Giuliamocci, Cpaulf30, Af420, 
Bsandipan, Winter, Lewizho99, Maathavan, Wikidata-bugs, Lydia_Pintscher, 
siebrand, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T254675: Rename WPBSkinBlacklist

2020-07-02 Thread Peter.ovchyn
Peter.ovchyn added a comment.


  @Jdlrobson I renamed opt name and inverted logic accordingly. Is there any 
instruction on how to change mediawiki-config ?

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

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

To: Peter.ovchyn
Cc: Reedy, Aklapper, abi_, Amire80, Ladsgroup, Dinoguy1000, APerson, Isarra, 
MZMcBride, Krenair, Anomie, bd808, jeblad, Majavah, Izno, Peachey88, Jdlrobson, 
sgrabarczuk, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, holger.knust, 
joker88john, CucyNoiD, Gaboe420, Amorymeltzer, Giuliamocci, Cpaulf30, Af420, 
Bsandipan, Winter, Lewizho99, Maathavan, Wikidata-bugs, Lydia_Pintscher, 
siebrand, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T256852: Create visualization for Font Size, Font Weight and Font Family

2020-07-02 Thread Pablo-WMDE
Pablo-WMDE added a comment.


  @Sarai-WMDE 
https://wmde.github.io/wikit/?path=/docs/design-tokens-font-family--page
  
  A question came up: What do you think about using something more involved as 
a specimen (not "wiki"), e.g. "the quick brown fox jumps over the lazy dog"

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

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

To: Jakob_WMDE, Pablo-WMDE
Cc: Pablo-WMDE, Aklapper, Sarai-WMDE, Jakob_WMDE, Tonina_Zhelyazkova_WMDE, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T254675: Rename WPBSkinBlacklist

2020-07-02 Thread Reedy
Reedy added a comment.


  In T254675#6274431 , 
@Peter.ovchyn wrote:
  
  > @Jdlrobson I renamed opt name and inverted logic accordingly. Is there any 
instruction on how to change mediawiki-config ?
  
  So with how your patch current is, it's pretty difficult.
  
  In Wikimedia production, we generally support two different versions of MW at 
once, for most of a week. So when you explicitly rename things, without leaving 
the old version, it's potentially hard to migrate. Depending on how it's used
  
  For migrationary purposes (of config vars, at least. Though, you could argue 
there should be the same for function renames as per the deprecation policy), 
it's easier to add the new one, make it have prescedence in the code, wait for 
the new code to be deployed everwhere and stable, update medawiki-config, and 
then remove the old variable at some point later.
  
  However, looking at the usage in mediawiki-config, it's a no-op and the same 
as default, currently:
  
'wgWPBSkinBlacklist' => [
'default' => [],
],
  
  So that should really just be removed from InitialiseSettings.php, as it 
serves no value.
  
  However, your inverting the logic, which then means we've presumably go to 
list all the skins. Does that really make sense?
  
  You can contribute patches to the operations/mediawiki-config like any other 
repo. Deployment just requires being included in Backport windows 


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

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

To: Peter.ovchyn, Reedy
Cc: Reedy, Aklapper, abi_, Amire80, Ladsgroup, Dinoguy1000, APerson, Isarra, 
MZMcBride, Krenair, Anomie, bd808, jeblad, Majavah, Izno, Peachey88, Jdlrobson, 
sgrabarczuk, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, holger.knust, 
joker88john, CucyNoiD, Gaboe420, Amorymeltzer, Giuliamocci, Cpaulf30, Af420, 
Bsandipan, Winter, Lewizho99, Maathavan, Wikidata-bugs, Lydia_Pintscher, 
siebrand, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T256861: Create visalization for cursors

2020-07-02 Thread Pablo-WMDE
Pablo-WMDE added a comment.


  In T256861#6274287 , 
@Sarai-WMDE wrote:
  
  > Is there a reason why the token names are styled as URLs 👀?
  
  We are trying (not organized, more in the evolutionary sense) different 
approaches of making this more usable. Linkability is one thing I think makes 
sense (see how the anchor in the URL changes if you click them). Shout if you 
think this makes it impossible for you to use it.

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

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

To: Pablo-WMDE
Cc: Pablo-WMDE, Aklapper, Sarai-WMDE, Jakob_WMDE, Tonina_Zhelyazkova_WMDE, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T251498: Access restriction for SPARQL Endpoint for Commons

2020-07-02 Thread gerritbot
gerritbot added a comment.


  Change 605922 **merged** by jenkins-bot:
  [wikidata/query/rdf@master] OAuth Proxy for MediaWiki oauth plugin
  
  https://gerrit.wikimedia.org/r/c/wikidata/query/rdf/ /605922

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

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

To: gerritbot
Cc: Lea_Lacroix_WMDE, Aklapper, Gehel, Alter-paule, Beast1978, CBogen, Un1tY, 
Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, 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] [Edited] T256852: Create visualization for Font Size, Font Weight and Font Family

2020-07-02 Thread Jakob_WMDE
Jakob_WMDE updated the task description.

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

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

To: Jakob_WMDE
Cc: Pablo-WMDE, Aklapper, Sarai-WMDE, Jakob_WMDE, Tonina_Zhelyazkova_WMDE, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T256860: Create visalization for z-index (positioning)

2020-07-02 Thread Pablo-WMDE
Pablo-WMDE claimed this task.

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

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

To: Pablo-WMDE
Cc: Pablo-WMDE, Aklapper, Sarai-WMDE, Jakob_WMDE, Tonina_Zhelyazkova_WMDE, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T256852: Create visualization for Font Size, Font Weight and Font Family

2020-07-02 Thread Pablo-WMDE
Pablo-WMDE added a comment.


  @Sarai-WMDE Also
  
  https://wmde.github.io/wikit/?path=/docs/design-tokens-font-size--page
  https://wmde.github.io/wikit/?path=/docs/design-tokens-font-weight--page

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

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

To: Jakob_WMDE, Pablo-WMDE
Cc: Pablo-WMDE, Aklapper, Sarai-WMDE, Jakob_WMDE, Tonina_Zhelyazkova_WMDE, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T256852: Create visualization for Font Size, Font Weight and Font Family

2020-07-02 Thread Sarai-WMDE
Sarai-WMDE added a comment.


  @Pablo-WMDE Look at all those pages! Excellent. Just wondering, why are the 
descenders cut off everywhere and how can we correct that?
  
  F31914165: Screenshot 2020-07-02 at 16.02.43.png 


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

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

To: Jakob_WMDE, Sarai-WMDE
Cc: Pablo-WMDE, Aklapper, Sarai-WMDE, Jakob_WMDE, Tonina_Zhelyazkova_WMDE, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T256238: Remove WB_VERSION, WBL_VERSION, WBC_VERSION constants

2020-07-02 Thread gerritbot
gerritbot added a comment.


  Change 609166 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/Wikibase@master] Don’t use WB_VERSION in Client example 
config
  
  https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/ /609166

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, Un1tY, Hook696, 
darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Lewizho99, Maathavan, 
_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] [Updated] T254883: Decide how to share visual guidelines

2020-07-02 Thread raja_wmde
raja_wmde edited projects, added Wikidata Design System; removed Wikidata - DS 
hike.

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

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

To: raja_wmde
Cc: Sarai-WMDE, raja_wmde, Aklapper, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, 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] T256792: Show tokens that are used in a component

2020-07-02 Thread raja_wmde
raja_wmde edited projects, added Wikidata Design System; removed Wikidata - DS 
hike.

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

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

To: raja_wmde
Cc: Aklapper, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Volker_E, 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] T256245: Migrate Client i18n globals to extension JSON

2020-07-02 Thread gerritbot
gerritbot added a comment.


  Change 608899 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Migrate Client i18n globals to 
extension JSON
  
  https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/ /608899

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

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

To: Ladsgroup, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Hazizibinmahdi, Beast1978, 
Un1tY, Hook696, darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, 
Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, Pablo-WMDE, GoranSMilovanovic, Jayprakash12345, QZanden, 
LawExplorer, Lewizho99, Maathavan, _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] [Closed] T254885: Define the implementation standards of Vue.js system components

2020-07-02 Thread raja_wmde
raja_wmde closed this task as "Invalid".

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

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

To: raja_wmde
Cc: Aklapper, raja_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Volker_E, 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] T254885: Define the implementation standards of Vue.js system components

2020-07-02 Thread raja_wmde
raja_wmde closed subtask T246460: Define components' testing methodologies 
and criteria as "Invalid".

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

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

To: raja_wmde
Cc: Aklapper, raja_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Volker_E, 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] T246460: Define components' testing methodologies and criteria

2020-07-02 Thread raja_wmde
raja_wmde closed this task as "Invalid".

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

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

To: raja_wmde
Cc: Aklapper, Sarai-WMDE, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, 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] T256245: Migrate Client i18n globals to extension JSON

2020-07-02 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.35-notes (1.35.0-wmf.40; 2020-07-07).

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

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

To: Ladsgroup, ReleaseTaggerBot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Hazizibinmahdi, Beast1978, 
Un1tY, Hook696, darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, 
Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, Pablo-WMDE, GoranSMilovanovic, Jayprakash12345, QZanden, 
LawExplorer, Lewizho99, Maathavan, _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] T256241: Check whether Client can load Lib without PHP entry point

2020-07-02 Thread Ladsgroup
Ladsgroup added a comment.


  Do we still need to pick this up as we already decided on how to load lib in 
client?

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

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

To: Ladsgroup
Cc: Ladsgroup, Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, DannyS712, 
Nandana, lucamauri, 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] T256259: Migrate Client ChangesListLinesHandler hooks to extension JSON

2020-07-02 Thread gerritbot
gerritbot added a comment.


  Change 608809 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Migrate ChangesListLinesHandler to 
extension.json
  
  https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/ /608809

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

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

To: Tarrow, gerritbot
Cc: Aklapper, ItamarWMDE, Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, 
Un1tY, Hook696, darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, 
Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, Pablo-WMDE, GoranSMilovanovic, Jayprakash12345, QZanden, 
LawExplorer, Lewizho99, Maathavan, _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] [Changed Project Column] T256259: Migrate Client ChangesListLinesHandler hooks to extension JSON

2020-07-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from Verification to Doing on the 
Wikibase Extension Decoupling and Registration (Sprint 2) board.
Lucas_Werkmeister_WMDE added a comment.


  Hook is moved, but let’s leave this task open for the migration to the hook 
container system (which the above change didn’t do yet, but Tom is working on).

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

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

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

To: Tarrow, Lucas_Werkmeister_WMDE
Cc: Aklapper, ItamarWMDE, Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, 
Un1tY, Hook696, darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, 
Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, Pablo-WMDE, GoranSMilovanovic, Jayprakash12345, QZanden, 
LawExplorer, Lewizho99, Maathavan, _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] [Unblock] T256228: Convert WikibaseClient to use extension registration

2020-07-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T256246: Migrate Client hooks to 
extension JSON as "Resolved".

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, DannyS712, Nandana, 
lucamauri, 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] [Closed] T256245: Migrate Client i18n globals to extension JSON

2020-07-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from Verification to Done on the 
Wikibase Extension Decoupling and Registration (Sprint 2) board.
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE added a comment.


  (I couldn’t find that old issue, by the way; it doesn’t seem to have been in 
WikibaseQualityConstraints as far as I can tell from the Git history, and I 
can’t remember what other extension that would have been in.)

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

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

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

To: Ladsgroup, Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Hazizibinmahdi, Beast1978, 
Un1tY, Hook696, darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, 
Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, Pablo-WMDE, GoranSMilovanovic, Jayprakash12345, QZanden, 
LawExplorer, Lewizho99, Maathavan, _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] [Closed] T256246: Migrate Client hooks to extension JSON

2020-07-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE moved this task from Verification to Done on the 
Wikibase Extension Decoupling and Registration (Sprint 2) board.
Lucas_Werkmeister_WMDE claimed this task.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: ItamarWMDE, Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, DannyS712, 
Nandana, lucamauri, 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] [Unassigned] T256246: Migrate Client hooks to extension JSON

2020-07-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE removed Lucas_Werkmeister_WMDE as the assignee of this 
task.

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

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

To: Lucas_Werkmeister_WMDE
Cc: ItamarWMDE, Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, DannyS712, 
Nandana, lucamauri, 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] [Unblock] T256228: Convert WikibaseClient to use extension registration

2020-07-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T256245: Migrate Client i18n globals to 
extension JSON as "Resolved".

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, DannyS712, Nandana, 
lucamauri, 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] [Updated] T256259: Migrate Client ChangesListLinesHandler hooks to extension JSON

2020-07-02 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Tarrow, Maintenance_bot
Cc: Aklapper, ItamarWMDE, Lucas_Werkmeister_WMDE, darthmon_wmde, DannyS712, 
Nandana, lucamauri, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, Jayprakash12345, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Izno, Wikidata-bugs, 
aude, Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g, Alter-paule, Beast1978, 
Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, Giuliamocci, 
Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T256245: Migrate Client i18n globals to extension JSON

2020-07-02 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Ladsgroup, Maintenance_bot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Hazizibinmahdi, darthmon_wmde, DannyS712, 
Nandana, lucamauri, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, Jayprakash12345, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Izno, Wikidata-bugs, 
aude, Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g, Alter-paule, Beast1978, 
Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, Giuliamocci, 
Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T256859: Create visalization for transitions (duration, property)

2020-07-02 Thread Pablo-WMDE
Pablo-WMDE claimed this task.

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

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

To: Pablo-WMDE
Cc: Pablo-WMDE, Aklapper, Sarai-WMDE, Jakob_WMDE, Tonina_Zhelyazkova_WMDE, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T256238: Remove WB_VERSION, WBL_VERSION, WBC_VERSION constants

2020-07-02 Thread gerritbot
gerritbot added a comment.


  Change 609166 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Don’t use WB_VERSION in Client example 
config
  
  https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/ /609166

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, Un1tY, Hook696, 
darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Lewizho99, Maathavan, 
_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] T256859: Create visalization for transitions (duration, property)

2020-07-02 Thread Pablo-WMDE
Pablo-WMDE added a comment.


  https://github.com/wmde/wikit/pull/38

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

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

To: Pablo-WMDE
Cc: Pablo-WMDE, Aklapper, Sarai-WMDE, Jakob_WMDE, Tonina_Zhelyazkova_WMDE, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T256933: Alter the look of SDC GUI to hide input fields for properties which are not beeing edited

2020-07-02 Thread matthiasmullie
matthiasmullie claimed this task.
matthiasmullie edited projects, added Structured-Data-Backlog (Current Work); 
removed Structured-Data-Backlog.

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

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

To: matthiasmullie
Cc: ChristianFerrer, Aklapper, Jarekt, Alter-paule, Beast1978, CBogen, Un1tY, 
Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, JKSTNK, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, PDrouin-WMF, Gq86, Af420, E1presidente, 
Ramsey-WMF, Cparle, Anooprao, SandraF_WMF, Bsandipan, GoranSMilovanovic, 
QZanden, Tramullas, Acer, LawExplorer, Salgo60, Lewizho99, Maathavan, 
Silverfish, _jensen, rosalieper, Scott_WUaS, Susannaanas, Jane023, 
Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Wesalius, 
Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T256933: Alter the look of SDC GUI to hide input fields for properties which are not beeing edited

2020-07-02 Thread gerritbot
gerritbot added a comment.


  Change 609190 had a related patch set uploaded (by Matthias Mullie; owner: 
Matthias Mullie):
  [mediawiki/extensions/WikibaseMediaInfo@master] Don't always display input by 
default
  
  https://gerrit.wikimedia.org/r/c/mediawiki/extensions/WikibaseMediaInfo/ 
/609190

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T256933: Alter the look of SDC GUI to hide input fields for properties which are not beeing edited

2020-07-02 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: ChristianFerrer, Aklapper, Jarekt, Alter-paule, Beast1978, CBogen, Un1tY, 
Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, JKSTNK, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, PDrouin-WMF, Gq86, Af420, E1presidente, 
Ramsey-WMF, Cparle, Anooprao, SandraF_WMF, Bsandipan, GoranSMilovanovic, 
QZanden, Tramullas, Acer, LawExplorer, Salgo60, Lewizho99, Maathavan, 
Silverfish, _jensen, rosalieper, Scott_WUaS, Susannaanas, Jane023, 
Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Wesalius, 
Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T256259: Migrate Client ChangesListLinesHandler hooks to extension JSON

2020-07-02 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.35-notes (1.35.0-wmf.40; 2020-07-07).

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

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

To: Tarrow, ReleaseTaggerBot
Cc: Aklapper, ItamarWMDE, Lucas_Werkmeister_WMDE, darthmon_wmde, DannyS712, 
Nandana, lucamauri, 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] [Updated] T256238: Remove WB_VERSION, WBL_VERSION, WBC_VERSION constants

2020-07-02 Thread ReleaseTaggerBot
ReleaseTaggerBot edited projects, added MW-1.35-notes (1.35.0-wmf.40; 
2020-07-07); removed MW-1.35-notes (1.35.0-wmf.39; 2020-06-30).

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

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

To: Lucas_Werkmeister_WMDE, ReleaseTaggerBot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, Un1tY, Hook696, 
darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Lewizho99, Maathavan, 
_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] T256238: Remove WB_VERSION, WBL_VERSION, WBC_VERSION constants

2020-07-02 Thread gerritbot
gerritbot added a comment.


  Change 609137 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Stop checking WBC?_VERSION for 
extension registration
  
  https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/ /609137

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, Un1tY, Hook696, 
darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Lewizho99, Maathavan, 
_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] [Edited] T256114: Create MediaWiki-Docker/Wikibase

2020-07-02 Thread zeljkofilipin
zeljkofilipin updated the task description.

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

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

To: Vidhi-Mody, zeljkofilipin
Cc: Lucas_Werkmeister_WMDE, Addshore, Aklapper, Vidhi-Mody, zeljkofilipin, 
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] [Edited] T256114: Create MediaWiki-Docker/Wikibase

2020-07-02 Thread zeljkofilipin
zeljkofilipin updated the task description.

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

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

To: Vidhi-Mody, zeljkofilipin
Cc: Lucas_Werkmeister_WMDE, Addshore, Aklapper, Vidhi-Mody, zeljkofilipin, 
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] [Unassigned] T256118: Create MediaWiki-Docker/WikibaseLexeme

2020-07-02 Thread zeljkofilipin
zeljkofilipin removed Vidhi-Mody as the assignee of this task.
zeljkofilipin added a subscriber: Vidhi-Mody.
zeljkofilipin moved this task from In Progress to Backlog on the 
User-Vidhi-Mody board.

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

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

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

To: zeljkofilipin
Cc: Vidhi-Mody, zeljkofilipin, darthmon_wmde, Nandana, Mringgaard, 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] T256238: Remove WB_VERSION, WBL_VERSION, WBC_VERSION constants

2020-07-02 Thread gerritbot
gerritbot added a comment.


  Change 609138 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Remove WBC_VERSION constant
  
  https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/ /609138

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, Un1tY, Hook696, 
darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Lewizho99, Maathavan, 
_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] T256238: Remove WB_VERSION, WBL_VERSION, WBC_VERSION constants

2020-07-02 Thread gerritbot
gerritbot added a comment.


  Change 609205 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/Wikibase@master] Remove WB_VERSION constant
  
  https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/ /609205

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, Un1tY, Hook696, 
darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Lewizho99, Maathavan, 
_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] [Closed] T255949: Provide usage statistics on Wikibase APIs

2020-07-02 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".
Lydia_Pintscher added a comment.


  Closing this as we seem to have what we need with 
https://phabricator.wikimedia.org/T256255#6253264 :)

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

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

To: GoranSMilovanovic, Lydia_Pintscher
Cc: darthmon_wmde, Aklapper, GoranSMilovanovic, WMDE-leszek, Addshore, 
Lydia_Pintscher, Samantha_Alipio_WMDE, Nandana, Lahi, Gq86, 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] [Changed Project Column] T254675: Rename WPBSkinBlacklist

2020-07-02 Thread Jdlrobson
Jdlrobson moved this task from Doing to Needs More Work on the 
Readers-Web-Backlog (Kanbanana-2019-20-Q4) board.
Jdlrobson added a comment.


  I can confirm the config is empty so no need to worry about mediawiki config. 
Have flagged the same concern about inverting logic on the associated gerrit 
patch.

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

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

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

To: Peter.ovchyn, Jdlrobson
Cc: Reedy, Aklapper, abi_, Amire80, Ladsgroup, Dinoguy1000, APerson, Isarra, 
MZMcBride, Krenair, Anomie, bd808, jeblad, Majavah, Izno, Peachey88, Jdlrobson, 
sgrabarczuk, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, holger.knust, 
joker88john, CucyNoiD, Gaboe420, Amorymeltzer, Giuliamocci, Cpaulf30, Af420, 
Bsandipan, Winter, Lewizho99, Maathavan, Wikidata-bugs, Lydia_Pintscher, 
siebrand, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249039: Security Readiness Review For Wikidata Bridge

2020-07-02 Thread sbassett
sbassett added a comment.


  Update: I still hope to have this security review completed by EOBD tomorrow 
(10:00 PM UTC for me) but note that the review may have to be posted on Monday 
2020-07-06 due to some delays.  Apologies and thanks for your patience.

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

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

To: sbassett
Cc: WMDE-leszek, sbassett, Addshore, Michael, Lucas_Werkmeister_WMDE, 
Tonina_Zhelyazkova_WMDE, Pablo-WMDE, Lydia_Pintscher, Aklapper, darthmon_wmde, 
Dsharpe, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Bawolff, 
Mbch331, Legoktm
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T256391: Evaluate Puppeteer in EntitySchema

2020-07-02 Thread gerritbot
gerritbot added a comment.


  Change 609239 had a related patch set uploaded (by AlQaholic007; owner: 
AlQaholic007):
  [mediawiki/extensions/EntitySchema@master] WIP Puppeteer: Setup environment 
and eslint
  
  https://gerrit.wikimedia.org/r/609239

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

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

To: Soham, gerritbot
Cc: Aklapper, zeljkofilipin, Alter-paule, Beast1978, Un1tY, Hook696, 
darthmon_wmde, Kent7301, pdehaye, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, Salgo60, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, MisterSynergy, abian, 
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] T257002: Internal error on Special:Contributions in Wikidata

2020-07-02 Thread jhsoby
jhsoby created this task.
jhsoby added projects: Wikidata, Wikimedia-production-error.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  I was trying to fetch my contributions in the Wikidata namespace on Wikidata, 
but I get an internal error:
  
  F31914601: Skjermdump fra 2020-07-02 22-54-33.png 

  
  
https://www.wikidata.org/w/index.php?target=Jon+Harald+S%C3%B8by&namespace=4&tagfilter=&start=&end=&limit=500&title=Special%3AContributions

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

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

To: jhsoby
Cc: jhsoby, Aklapper, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T257002: Internal error on Special:Contributions in Wikidata

2020-07-02 Thread Nintendofan885
Nintendofan885 added a project: MediaWiki-Special-pages.

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

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

To: Nintendofan885
Cc: jhsoby, Aklapper, darthmon_wmde, Nandana, Amorymeltzer, Lahi, Gq86, 
Lsherwinforone, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, 
Sethakill, _jensen, rosalieper, Scott_WUaS, Wong128hk, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T256238: Remove WB_VERSION, WBL_VERSION, WBC_VERSION constants

2020-07-02 Thread gerritbot
gerritbot added a comment.


  Change 609205 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Remove WB_VERSION constant
  
  https://gerrit.wikimedia.org/r/609205

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, Un1tY, Hook696, 
darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Lewizho99, Maathavan, 
_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] [Updated] T174031: MCR: Include all slots in XML dumps

2020-07-02 Thread CCicalese_WMF
CCicalese_WMF added a subtask: T220525: MCR: Import all slots from XML dumps.

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

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

To: daniel, CCicalese_WMF
Cc: gerritbot, ArielGlenn, Fjalapeno, Aklapper, daniel, Naike, Alter-paule, 
Beast1978, CBogen, Un1tY, Hook696, darthmon_wmde, Kent7301, joker88john, 
DannyS712, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Ramsey-WMF, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, 
Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, 
Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T257002: Internal error on Special:Contributions in Wikidata

2020-07-02 Thread Bugreporter
Bugreporter added a comment.


  -> T234450#5629763 

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

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

To: Bugreporter
Cc: Bugreporter, jhsoby, Aklapper, darthmon_wmde, Nandana, Amorymeltzer, Lahi, 
Gq86, Lsherwinforone, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, 
Sethakill, _jensen, rosalieper, Scott_WUaS, Wong128hk, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T257002: Internal error on Special:Contributions in Wikidata

2020-07-02 Thread Bugreporter
Bugreporter closed this task as a duplicate of T234450: Some 
Special:Contributions requests cause "Error: 0" from database or 
WMFTimeoutException.

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

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

To: Bugreporter
Cc: Bugreporter, jhsoby, Aklapper, darthmon_wmde, Nandana, Amorymeltzer, Lahi, 
Gq86, Lsherwinforone, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, 
Sethakill, _jensen, rosalieper, Scott_WUaS, Wong128hk, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T242958: InvalidArgumentException: "property is not provided by source" (via wbeditentity API)

2020-07-02 Thread Krinkle
Krinkle closed this task as "Resolved".
Krinkle added a comment.


  It now responds differnetly, suggesting that the issue has been acknowledge 
in the code as the user/input error that it is, and thus no longer  causes a 
PHP crash:
  
{
"error": {
"code": "param-illegal",
"info": "A datatype was expected, but either missing or not 
recognized.",
"messages": [
{
"name": "wikibase-api-not-recognized-datatype",
"parameters": [],
"html": {
"*": "A datatype was expected, but either missing or 
not recognized."
}
}
],

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

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

To: Krinkle
Cc: Krinkle, Pablo-WMDE, Addshore, Aklapper, CBogen, darthmon_wmde, Nandana, 
JKSTNK, Lahi, Gq86, Ramsey-WMF, GoranSMilovanovic, QZanden, LawExplorer, 
Poyekhali, _jensen, rosalieper, Taiwania_Justo, Scott_WUaS, Ixocactus, 
Wong128hk, Wikidata-bugs, aude, El_Grafo, Dinoguy1000, Lydia_Pintscher, 
Jdforrester-WMF, Steinsplitter, Mbch331, Rxy, Jay8g, Krenair, Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T255885: Figure out what to do with uses of Repo classes in Lib and Client tests

2020-07-02 Thread Ladsgroup
Ladsgroup added a comment.


  I have been thinking about this, I looked at the two tests that have a bad 
dependency.  Both seems to be legitimate cases, I have thought moving them to 
another component, or moving them to a shared place but couldn't come up with a 
good solution.
  
  For LuaWikibaseIntegrationTest: I have no idea.
  
  For EntityChangeLookupTest: Move ChangeStore and SqlChangeStore from repo to 
lib to be next to EntityChangeLookup. For example for term store, we move the 
write logic to lib while only repo uses the write logic.

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

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

To: Ladsgroup
Cc: Ladsgroup, Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, 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] T255885: Figure out what to do with uses of Repo classes in Lib and Client tests

2020-07-02 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Ladsgroup, Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, Un1tY, 
Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, LawExplorer, 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] T255885: Figure out what to do with uses of Repo classes in Lib and Client tests

2020-07-02 Thread gerritbot
gerritbot added a comment.


  Change 609271 had a related patch set uploaded (by Ladsgroup; owner: 
Ladsgroup):
  [mediawiki/extensions/Wikibase@master] Move SqlChangeStore from repo to lib
  
  https://gerrit.wikimedia.org/r/609271

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

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

To: gerritbot
Cc: Ladsgroup, Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, 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] T255885: Figure out what to do with uses of Repo classes in Lib and Client tests

2020-07-02 Thread Ladsgroup
Ladsgroup claimed this task.
Ladsgroup moved this task from Backlog to Peer Review on the Wikibase Extension 
Decoupling and Registration (Sprint 2) board.
Restricted Application added a project: User-Ladsgroup.

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

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

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

To: Ladsgroup
Cc: Ladsgroup, Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Hazizibinmahdi, 
Beast1978, Un1tY, Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, 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] [Changed Project Column] T256238: Remove WB_VERSION, WBL_VERSION, WBC_VERSION constants

2020-07-02 Thread Ladsgroup
Ladsgroup moved this task from Peer Review to Verification on the Wikibase 
Extension Decoupling and Registration (Sprint 2) board.
Ladsgroup added a comment.


  All done: https://gerrit.wikimedia.org/r/q/bug:T256238

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

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

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

To: Lucas_Werkmeister_WMDE, Ladsgroup
Cc: Ladsgroup, Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, Un1tY, 
Hook696, darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Lewizho99, Maathavan, 
_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


  1   2   >