[Wikidata-bugs] [Maniphest] T308443: Phan broken due to ResourceLoader namespace move

2022-05-16 Thread tstarling
tstarling added a comment.


  Basically it looks like at least a day of my time wasted debugging issues 
specific to the dinosaur version of PHP we are running in production. Potential 
fixes:
  
  - Patch all affected extensions to use the new class name. The core patch 
would be reapplied and the extension patches would be immediately merged. Would 
break anything using phan without release branches.
  - Add @phan-suppress to all affected methods in extensions.
  - Patch phan. Wastes upstream's time with ancient PHP version issues, and 
probably incurs a rebase cost when reapplying the core patch, due to phan 
deployment delay.
  - Temporarily have the core class use the old name in its signatures, and 
suppress the phan issues which will occur due to core having 
enable_class_alias_support=false
  - Forget it for now. Rebasing in future will be complex, so this option 
probably adds half a day to the project.
  - Upgrade to PHP 7.4 in production. Could be done in a few days and we need 
to do it anyway.

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

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

To: tstarling
Cc: Reedy, ItamarWMDE, Michael, RhinosF1, Krinkle, tstarling, kostajh, 
Aklapper, Lucas_Werkmeister_WMDE, Astuthiodit_1, Sgs, karapayneWMDE, Invadibot, 
caldera, maantietaja, NavinRizwi, Akuckartz, DannyS712, Nandana, Lahi, Gq86, 
Daimona, GoranSMilovanovic, Nattes, QZanden, LawExplorer, Iniquity, _jensen, 
rosalieper, Taiwania_Justo, Scott_WUaS, Wikidata-bugs, aude, geraki, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308443: Phan broken due to ResourceLoader namespace move

2022-05-16 Thread tstarling
tstarling added a comment.


  When phan is checking for a signature match, it first checks whether the 
names match:
  
if (!$overridden_parameter_union_type->isEqualTo($parameter_union_type) &&
  
  That always fails in the case of an alias. Then if the target PHP version is 
7.4+, it checks for what the PHP manual calls contravariance 
:
  
$is_exception_to_rule = 
(Config::get_closest_minimum_target_php_version_id() >= 70400 && 
$overridden_parameter_union_type->isStrictSubtypeOf($code_base, 
$parameter_union_type)) ||
  
  That check passes for an alias. So Phan does not properly implement alias 
checks for class overrides, but it accidentally works for 
--target-php-version=7.4 due to the contravariance feature.

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

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

To: tstarling
Cc: Reedy, ItamarWMDE, Michael, RhinosF1, Krinkle, tstarling, kostajh, 
Aklapper, Lucas_Werkmeister_WMDE, Astuthiodit_1, Sgs, karapayneWMDE, Invadibot, 
caldera, maantietaja, NavinRizwi, Akuckartz, DannyS712, Nandana, Lahi, Gq86, 
Daimona, GoranSMilovanovic, Nattes, QZanden, LawExplorer, Iniquity, _jensen, 
rosalieper, Taiwania_Justo, Scott_WUaS, Wikidata-bugs, aude, geraki, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308443: Phan broken due to ResourceLoader namespace move

2022-05-16 Thread tstarling
tstarling added a comment.


  In T308443#7931024 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > The patch includes a “ResourceLoaderContext72Hack” hack class, which is 
apparently supposed to work around T166010#5962098 
. Perhaps that hack, 
whatever it is, doesn’t work in Phan?
  
  No, that issue is not relevant for Phan.
  
  I'm currently trying to figure out how to run Phan against this extension 
locally. For some reason it doesn't pick up Wikibase/vendor and then throws 
errors about all the classes from there being missing e.g.
  
WikibaseLexeme.datatypes.client.php:8 PhanUndeclaredTypeParameter Parameter 
$options has undeclared type \ValueFormatters\FormatterOptions
  
  But the CI console does not show this package being installed so I'm not sure 
how it avoids the error. This is with MW_INSTALL_PATH set, without that 
variable phan just passes.

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

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

To: tstarling
Cc: Reedy, ItamarWMDE, Michael, RhinosF1, Krinkle, tstarling, kostajh, 
Aklapper, Lucas_Werkmeister_WMDE, Astuthiodit_1, Sgs, karapayneWMDE, Invadibot, 
caldera, maantietaja, NavinRizwi, Akuckartz, DannyS712, Nandana, Lahi, Gq86, 
Daimona, GoranSMilovanovic, Nattes, QZanden, LawExplorer, Iniquity, _jensen, 
rosalieper, Taiwania_Justo, Scott_WUaS, Wikidata-bugs, aude, geraki, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T307443: update input placeholders on no-JS page

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 792157 **merged** by jenkins-bot:
  
  [mediawiki/core@master] Support placeholder in OOUI HTMLComboboxField
  
  https://gerrit.wikimedia.org/r/792157

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

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

To: gerritbot
Cc: noarave, Lucas_Werkmeister_WMDE, Aklapper, Erdinc_Ciftci_WMDE, 
Lydia_Pintscher, Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T278962: Allow redirects and the target article as independent sitelinks if redirect badge is used

2022-05-16 Thread MisterSynergy
MisterSynergy added a comment.


  In T278962#7929755 , 
@Taylor wrote:
  
  > But storing it at WikiData requires to re-run the single bot and reinspect 
all pages on all wikis regularly.
  
  It's not that complicated. Using the existing SQL databases and the WDQS 
query endpoint, one can manage this efficiently—in particular with only one or 
two queries per project. A couple of minutes runtime per day would be 
sufficient to keep this synced with little delay for all client wikis.

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

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

To: MisterSynergy
Cc: Manuel, karapayneWMDE, Dexxor, CennoxX, Tagishsimon, William_Cheselden, 
Pokechu22, ExE-Boss, Ameisenigel, amy_rc, Mohammed_Sadat_WMDE, Bugreporter, 
Lea_Lacroix_WMDE, Taylor, Lucas_Werkmeister_WMDE, Addshore, Jakob_WMDE, MSGJ, 
Simon_Villeneuve, ChristianKl, Eugene, seav, kaldari, Naseweis520, Fuzheado, 
ItamarWMDE, Ladsgroup, DemonDays64, DannyS712, JAnD, Hsarrazin, deryckchan, 
agray, MisterSynergy, Liuxinyu970226, Delasse, Jheald, Aklapper, 
Lydia_Pintscher, Astuthiodit_1, Invadibot, maantietaja, Akuckartz, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T306644: re-run wbsearchentities optimization process

2022-05-16 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: EBernhardson, Maintenance_bot
Cc: Aklapper, Smalyshev, dcausse, Liuxinyu970226, EJoseph, EBernhardson, 
Astuthiodit_1, karapayneWMDE, Invadibot, MPhamWMF, maantietaja, CBogen, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, 
Fernandobacasegua34, 786, Suran38, Biggs657, Lalamarie69, Juan90264, 
Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, 
Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan, 
Neuronton
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T306644: re-run wbsearchentities optimization process

2022-05-16 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2022-05-16T20:41:31Z] 
 Synchronized wmf-config/InitialiseSettings.php: Config: 
[[gerrit:792141|Revert "cirrus: Turn on AB test of wbsearchentities profiles" 
(T306644 )]] (duration: 00m 51s)

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

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

To: EBernhardson, Stashbot
Cc: Aklapper, Smalyshev, dcausse, Liuxinyu970226, EJoseph, EBernhardson, 
Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, karapayneWMDE, 
Invadibot, Lalamarie69, MPhamWMF, maantietaja, Juan90264, Alter-paule, 
Beast1978, CBogen, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, EBjune, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T306644: re-run wbsearchentities optimization process

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 792141 **merged** by jenkins-bot:
  
  [operations/mediawiki-config@master] Revert "cirrus: Turn on AB test of 
wbsearchentities profiles"
  
  https://gerrit.wikimedia.org/r/792141

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

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

To: EBernhardson, gerritbot
Cc: Aklapper, Smalyshev, dcausse, Liuxinyu970226, EJoseph, EBernhardson, 
Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, karapayneWMDE, 
Invadibot, Lalamarie69, MPhamWMF, maantietaja, Juan90264, Alter-paule, 
Beast1978, CBogen, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, EBjune, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308180: Can't Set CORS with Blazegraph, which is needed to communicate with Wikidata Query Service GUI on Localhost

2022-05-16 Thread Superraptor123
Superraptor123 added a comment.


  This bug continues to be pervasive... just in case, I've attempted several 
tests with `mvn install`, `mvn clean install`, and `mvn package`. `mvn package` 
runs without error, but the other two each produce the following error:
  
[INFO] Shared code 0.3.11-SNAPSHOT  
SUCCESS [ 21.977 s]
[INFO] Wikidata Query RDF Testing Tools 0.3.11-SNAPSHOT ... 
SUCCESS [ 10.373 s]
[INFO] Blazegraph extension to improve performance for Wikibase 
0.3.11-SNAPSHOT SUCCESS [ 49.929 s]
[INFO] Blazegraph Service Package 0.3.11-SNAPSHOT . 
SUCCESS [ 18.286 s]
[INFO] Wikidata Query RDF Tools 0.3.11-SNAPSHOT ... 
SUCCESS [02:15 min]
[INFO] Wikidata Query Service Streaming Updater - Common 
0.3.11-SNAPSHOT SUCCESS [ 13.695 s]
[INFO] Wikidata Query Service Streaming Updater - Producer 
0.3.11-SNAPSHOT FAILURE [02:06 min]
[INFO] Wikidata Query Service Streaming Updater - Consumer 
0.3.11-SNAPSHOT SKIPPED
[INFO] MediaWiki OAuth 1.0a Proxy Service 0.3.11-SNAPSHOT . 
SKIPPED
[INFO] rdf-spark-tools 0.3.11-SNAPSHOT  
SKIPPED
[INFO] Wikibase RDF Query Service 0.3.11-SNAPSHOT . 
SKIPPED
[INFO] Wikidata Query Service 0.3.110-SNAPSHOT  
SKIPPED
[INFO] 

[INFO] BUILD FAILURE
[INFO] 

[INFO] Total time:  06:16 min
[INFO] Finished at: 2022-05-16T19:45:49Z
[INFO] 

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify 
(default) on project streaming-updater-producer: There 
are test failures.
[ERROR] 
[ERROR] Please refer to 
/var/lib/mediawiki/extensions/wikidata-query-rdf/streaming-updater-producer/target/failsafe-reports
 for the individual test results.
[ERROR] Please refer to dump files (if any exist) 
[date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] 
org.apache.maven.surefire.booter.SurefireBooterForkException: There was 
an error in the forked process
[ERROR] 
org/wikidata/query/rdf/updater/RDFChunkSerializer
[ERROR]    at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:733)
[ERROR]    at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:305)
[ERROR]    at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:265)
[ERROR]    at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1314)
[ERROR]    at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1159)
[ERROR]    at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:932)
[ERROR]    at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR]    at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[ERROR]    at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[ERROR]    at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[ERROR]    at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR]    at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR]    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR]    at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR]    at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR]    at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR]    at 
org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR]    at 
org.apache.maven.cli.Mave

[Wikidata-bugs] [Maniphest] T308422: It is possible to have two wikidata elements with the same label and description

2022-05-16 Thread Vargenau
Vargenau added a comment.


  Yes, displaying the history, clicking on (diff) link, then clicking on the 
(cancel) link and saving.

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

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

To: Vargenau
Cc: Lucas_Werkmeister_WMDE, Aklapper, Vargenau, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T109705: [Task] Consistently and correctly get target or 'cached' language in ParserOptions when userlang option is used

2022-05-16 Thread cscott
cscott added a parent task: T308487: Article content (in the "content 
language") often has user-interface elements ("in the UX language") mixed in.

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

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

To: cscott
Cc: Liuxinyu970226, Lydia_Pintscher, gerritbot, aude, Aklapper, 
Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, karapayneWMDE, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, JJMC89, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Nirmos, Cwek, 
Wikidata-bugs, Dinoguy1000, Arlolra, Jackmcbarn, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T306644: re-run wbsearchentities optimization process

2022-05-16 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: EBernhardson, gerritbot
Cc: Aklapper, Smalyshev, dcausse, Liuxinyu970226, EJoseph, EBernhardson, 
Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, karapayneWMDE, 
Invadibot, Lalamarie69, MPhamWMF, maantietaja, Juan90264, Alter-paule, 
Beast1978, CBogen, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, EBjune, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T306644: re-run wbsearchentities optimization process

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 792141 had a related patch set uploaded (by Ebernhardson; author: 
Ebernhardson):
  
  [operations/mediawiki-config@master] Revert "cirrus: Turn on AB test of 
wbsearchentities profiles"
  
  https://gerrit.wikimedia.org/r/792141

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

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

To: EBernhardson, gerritbot
Cc: Aklapper, Smalyshev, dcausse, Liuxinyu970226, EJoseph, EBernhardson, 
Astuthiodit_1, karapayneWMDE, Invadibot, MPhamWMF, maantietaja, CBogen, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T306899: WCQS 500 errors

2022-05-16 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: EBernhardson, FRomeo_WMF, GFontenelle_WMF, Gehel, Fuzheado, Aklapper, 
Dominicbm, Fernandobacasegua34, Astuthiodit_1, AWesterinen, 786, Suran38, 
Biggs657, karapayneWMDE, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, CBogen, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T306899: WCQS 500 errors

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 792266 had a related patch set uploaded (by Ebernhardson; author: 
Ebernhardson):
  
  [operations/puppet@production] rdf query service: Apply WARN log level only 
to com.bigdata
  
  https://gerrit.wikimedia.org/r/792266

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

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

To: gerritbot
Cc: EBernhardson, FRomeo_WMF, GFontenelle_WMF, Gehel, Fuzheado, Aklapper, 
Dominicbm, Astuthiodit_1, AWesterinen, karapayneWMDE, Invadibot, MPhamWMF, 
maantietaja, CBogen, ItamarWMDE, Akuckartz, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308443: Phan broken due to ResourceLoader namespace move

2022-05-16 Thread Umherirrender
Umherirrender added a project: phan.

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

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

To: Umherirrender
Cc: Reedy, ItamarWMDE, Michael, RhinosF1, Krinkle, tstarling, kostajh, 
Aklapper, Lucas_Werkmeister_WMDE, Astuthiodit_1, Sgs, karapayneWMDE, Invadibot, 
caldera, maantietaja, NavinRizwi, Akuckartz, DannyS712, Nandana, Lahi, Gq86, 
Daimona, GoranSMilovanovic, Nattes, QZanden, LawExplorer, Iniquity, _jensen, 
rosalieper, Taiwania_Justo, Scott_WUaS, Wikidata-bugs, aude, geraki, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T307443: update input placeholders on no-JS page

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 792214 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseLexeme@master] Use placeholders with example 
data in JS Special:NewLexemeAlpha
  
  https://gerrit.wikimedia.org/r/792214

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

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

To: gerritbot
Cc: noarave, Lucas_Werkmeister_WMDE, Aklapper, Erdinc_Ciftci_WMDE, 
Lydia_Pintscher, Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T302877: Update Labels and Placeholders for Special:NewLexeme inputs

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 792214 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseLexeme@master] Use placeholders with example 
data in JS Special:NewLexemeAlpha
  
  https://gerrit.wikimedia.org/r/792214

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

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

To: gerritbot
Cc: Nikki, Mahir256, Erdinc_Ciftci_WMDE, Lydia_Pintscher, Aklapper, Michael, 
Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Prufkick, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Bodhisattwa, Neuronton, Scott_WUaS, Srdjan, 
MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, 
Arrbee, Addshore, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308443: Phan broken due to ResourceLoader namespace move

2022-05-16 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: Reedy, ItamarWMDE, Michael, RhinosF1, Krinkle, tstarling, kostajh, 
Aklapper, Lucas_Werkmeister_WMDE, Astuthiodit_1, Sgs, karapayneWMDE, Invadibot, 
caldera, maantietaja, NavinRizwi, Akuckartz, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Nattes, QZanden, LawExplorer, Iniquity, _jensen, rosalieper, 
Taiwania_Justo, Scott_WUaS, Wikidata-bugs, aude, geraki, Jdforrester-WMF, 
Mbch331, Fernandobacasegua34, 786, Suran38, Biggs657, Lalamarie69, Juan90264, 
Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, 
Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan, 
Neuronton
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308443: Phan broken due to ResourceLoader namespace move

2022-05-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  In T308443#7931359 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > CI should be working again (I’ll verify in WikibaseLexeme in a moment)
  
  Phan is green again 


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

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

To: Lucas_Werkmeister_WMDE
Cc: Reedy, ItamarWMDE, Michael, RhinosF1, Krinkle, tstarling, kostajh, 
Aklapper, Lucas_Werkmeister_WMDE, Fernandobacasegua34, Astuthiodit_1, 786, Sgs, 
Suran38, Biggs657, karapayneWMDE, Invadibot, Lalamarie69, caldera, maantietaja, 
Juan90264, Alter-paule, NavinRizwi, Beast1978, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Nattes, QZanden, 
LawExplorer, Lewizho99, Maathavan, Iniquity, _jensen, rosalieper, 
Taiwania_Justo, Neuronton, Scott_WUaS, Wikidata-bugs, aude, geraki, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308443: Phan broken due to ResourceLoader namespace move

2022-05-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE lowered the priority of this task from "Unbreak Now!" to 
"Needs Triage".
Lucas_Werkmeister_WMDE added a subscriber: Reedy.
Lucas_Werkmeister_WMDE added a comment.


  CI should be working again (I’ll verify in WikibaseLexeme in a moment); 
leaving it up to @tstarling and @Reedy whether this task should stay open (for 
repeating the namespace move with fewer problems) or can be closed already.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Reedy, ItamarWMDE, Michael, RhinosF1, Krinkle, tstarling, kostajh, 
Aklapper, Lucas_Werkmeister_WMDE, Fernandobacasegua34, Astuthiodit_1, 786, Sgs, 
Suran38, Biggs657, karapayneWMDE, Invadibot, Lalamarie69, caldera, maantietaja, 
Juan90264, Alter-paule, NavinRizwi, Beast1978, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Nattes, QZanden, 
LawExplorer, Lewizho99, Maathavan, Iniquity, _jensen, rosalieper, 
Taiwania_Justo, Neuronton, Scott_WUaS, Wikidata-bugs, aude, geraki, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308443: Phan broken due to ResourceLoader namespace move

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 792137 **merged** by jenkins-bot:
  
  [mediawiki/core@master] Revert "ResourceLoader namespace"
  
  https://gerrit.wikimedia.org/r/792137

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

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

To: gerritbot
Cc: ItamarWMDE, Michael, RhinosF1, Krinkle, tstarling, kostajh, Aklapper, 
Lucas_Werkmeister_WMDE, Fernandobacasegua34, Astuthiodit_1, 786, Sgs, Suran38, 
Biggs657, karapayneWMDE, Invadibot, Lalamarie69, caldera, maantietaja, 
Juan90264, Alter-paule, NavinRizwi, Beast1978, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Nattes, QZanden, 
LawExplorer, Lewizho99, Maathavan, Iniquity, _jensen, rosalieper, 
Taiwania_Justo, Neuronton, Scott_WUaS, Wikidata-bugs, aude, geraki, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T307957: SVG export

2022-05-16 Thread Gehel
Gehel added subscribers: Addshore, Gehel.
Gehel edited projects, added Wikidata Query UI; removed Wikidata-Query-Service.
Gehel assigned this task to Addshore.
Gehel moved this task from Incoming to GUI on the Wikidata-Query-Service board.
Gehel added a comment.


  @Addshore is this something that your team can have a look into?

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

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

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

To: Addshore, Gehel
Cc: Gehel, Addshore, Aklapper, Bouzinac, Astuthiodit_1, AWesterinen, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, 
Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
Mahir256, QZanden, EBjune, merbst, LawExplorer, Salgo60, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297299: Ensure Team A gets notified if something breaks on Wikidata Analytics

2022-05-16 Thread Manuel
Manuel added a subscriber: ItamarWMDE.
Manuel added a comment.


  Hi @ItamarWMDE, update from today's meeting: @GoranSMilovanovic mentioned 
that he set up the server to inform him via email when stuff breaks. We should 
make sure that WMDE is also receiving these emails. Also, Goran wanted to ask 
WMF analytics for help to ensure that these emails are actually sent 
(currently, they are not).

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

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

To: Manuel
Cc: ItamarWMDE, Lucas_Werkmeister_WMDE, Michael, Addshore, WMDE-leszek, Manuel, 
GoranSMilovanovic, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T307635: Query service results are missing some variables on some servers

2022-05-16 Thread Gehel
Gehel added a comment.


  Leaving this opened at the moment. Please report other similar issues as 
comments on this ticket. If we don't see a recurring pattern, we're just going 
to close this in a week or two.

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

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

To: Gehel
Cc: Gehel, dcausse, LucasWerkmeister, Nikki, Aklapper, Astuthiodit_1, 
AWesterinen, karapayneWMDE, Invadibot, MPhamWMF, maantietaja, CBogen, 
ItamarWMDE, Akuckartz, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T209859: Wikidata autocomplete (wbsearchentities) results with score <= 0

2022-05-16 Thread EBernhardson
EBernhardson added a comment.


  In T209859#7903772 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > In T209859#7881777 , 
@gerritbot wrote:
  >
  >> Change 786267 **merged** by jenkins-bot:
  >>
  >> [mediawiki/extensions/CirrusSearch@es68] Prevent negative weights on 
BoostedQueriesFunction
  >>
  >> https://gerrit.wikimedia.org/r/786267
  >
  > Do you think there’s any chance that this change (which ended up in wmf.10) 
caused T307586: wbsearchentities produces no results on 1.39.0-wmf.10 
?
  >
  > (Edit: I quoted the wrong version of the change – the commit on master, 
rECIRd5cf710f34ee: Prevent negative weights on BoostedQueriesFunction 
,
 is the one that ended up in wmf.10. I think.)
  
  Nope, this would have been caused by c9c499fe19ec14e939f755e50b9f1c66805c79f4 
,
 or more generally by the in progress upgrade to elasticsearch 7.10.

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

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

To: EJoseph, EBernhardson
Cc: Lucas_Werkmeister_WMDE, EJoseph, Liuxinyu970226, dcausse, Smalyshev, 
EBernhardson, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, MPhamWMF, 
maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299568: Move WMDE analytics into a new CloudVPS project

2022-05-16 Thread Manuel
Manuel reopened this task as "Open".
Manuel added a comment.


  Reopening to keep track of the Docker Compose compatibility issue that you 
mentioned, @GoranSMilovanovic.

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

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

To: Manuel
Cc: Addshore, Aklapper, GoranSMilovanovic, Manuel, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, 
aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T283568: [Epic] Wikidata Analytics Core Codebase Maintenance

2022-05-16 Thread Manuel
Manuel reopened subtask T299568: Move WMDE analytics into a new CloudVPS 
project  as "Open".

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

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

To: GoranSMilovanovic, Manuel
Cc: Manuel, Lydia_Pintscher, WMDE-leszek, GoranSMilovanovic, Aklapper, 
Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, karapayneWMDE, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T306727: Split the test strategy into sub-components (scale, functional...)

2022-05-16 Thread Gehel
Gehel closed this task as "Resolved".

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

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

To: AWesterinen, Gehel
Cc: Aklapper, MPhamWMF, Astuthiodit_1, AWesterinen, karapayneWMDE, Invadibot, 
maantietaja, CBogen, ItamarWMDE, Akuckartz, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T306724: [EPIC] Create testing strategy for Blazegraph alternatives

2022-05-16 Thread Gehel
Gehel closed subtask T306727: Split the test strategy into sub-components 
(scale, functional...) as "Resolved".

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

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

To: Gehel
Cc: MPhamWMF, Aklapper, Astuthiodit_1, AWesterinen, karapayneWMDE, Invadibot, 
maantietaja, CBogen, ItamarWMDE, Akuckartz, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T305858: When replacing Blazegraph, need to understand how the proprietary GAS Service is used, in order to replace it

2022-05-16 Thread Gehel
Gehel closed this task as "Resolved".

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

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

To: AWesterinen, Gehel
Cc: Lydia_Pintscher, Jheald, Mahir256, Lucas_Werkmeister_WMDE, Aklapper, 
MPhamWMF, AWesterinen, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
CBogen, ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308443: Phan broken due to ResourceLoader namespace move

2022-05-16 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Michael, RhinosF1, Krinkle, tstarling, kostajh, Aklapper, 
Lucas_Werkmeister_WMDE, Fernandobacasegua34, Astuthiodit_1, 786, Sgs, Suran38, 
Biggs657, karapayneWMDE, Invadibot, Lalamarie69, caldera, maantietaja, 
Juan90264, Alter-paule, NavinRizwi, Beast1978, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Nattes, 
QZanden, LawExplorer, Lewizho99, Maathavan, Iniquity, _jensen, rosalieper, 
Taiwania_Justo, Neuronton, Scott_WUaS, Wikidata-bugs, aude, geraki, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308443: Phan broken due to ResourceLoader namespace move

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 792137 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/core@master] Revert "ResourceLoader namespace"
  
  https://gerrit.wikimedia.org/r/792137

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

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

To: gerritbot
Cc: Michael, RhinosF1, Krinkle, tstarling, kostajh, Aklapper, 
Lucas_Werkmeister_WMDE, Astuthiodit_1, Sgs, karapayneWMDE, Invadibot, caldera, 
maantietaja, NavinRizwi, ItamarWMDE, Akuckartz, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Nattes, QZanden, LawExplorer, Iniquity, _jensen, rosalieper, 
Taiwania_Justo, Scott_WUaS, Wikidata-bugs, aude, geraki, Jdforrester-WMF, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308443: Phan broken due to ResourceLoader namespace move

2022-05-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE removed a project: Wikidata Analytics.

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

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

To: Lucas_Werkmeister_WMDE
Cc: RhinosF1, Krinkle, tstarling, kostajh, Aklapper, Lucas_Werkmeister_WMDE, 
Astuthiodit_1, Sgs, karapayneWMDE, Invadibot, caldera, maantietaja, NavinRizwi, 
ItamarWMDE, Akuckartz, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Nattes, QZanden, LawExplorer, Iniquity, _jensen, rosalieper, Taiwania_Justo, 
Scott_WUaS, Wikidata-bugs, aude, geraki, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308443: Phan broken due to ResourceLoader namespace move

2022-05-16 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: RhinosF1, Krinkle, tstarling, kostajh, Aklapper, Lucas_Werkmeister_WMDE, 
Astuthiodit_1, Sgs, karapayneWMDE, Invadibot, caldera, maantietaja, NavinRizwi, 
ItamarWMDE, Akuckartz, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Nattes, QZanden, LawExplorer, Iniquity, _jensen, rosalieper, Taiwania_Justo, 
Scott_WUaS, Wikidata-bugs, aude, geraki, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T303394: METRICS - Metrics for page use

2022-05-16 Thread Michael
Michael changed the task status from "Open" to "Stalled".

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

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

To: Michael
Cc: Lydia_Pintscher, Michael, Aklapper, karapayneWMDE, Astuthiodit_1, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T303394: METRICS - Metrics for page use

2022-05-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE removed a project: Patch-For-Review.

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

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

To: Michael, Lucas_Werkmeister_WMDE
Cc: Lydia_Pintscher, Michael, Aklapper, karapayneWMDE, Astuthiodit_1, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Fernandobacasegua34, 
786, Suran38, Biggs657, Lalamarie69, Juan90264, Alter-paule, Beast1978, Un1tY, 
Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, 
Af420, Bsandipan, Lewizho99, Maathavan, Neuronton
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T295396: Redirect deprecated Wikidata Analytics URLs to the current URLs

2022-05-16 Thread ItamarWMDE
ItamarWMDE added a project: User-ItamarWMDE.

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

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

To: ItamarWMDE
Cc: noarave, Addshore, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Aklapper, 
Manuel, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T307443: update input placeholders on no-JS page

2022-05-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE edited projects, added Special:NewLexeme revival 
(Special:NewLexeme revival - sprint 7); removed Special:NewLexeme revival.

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

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

To: Lucas_Werkmeister_WMDE
Cc: noarave, Lucas_Werkmeister_WMDE, Aklapper, Erdinc_Ciftci_WMDE, 
Lydia_Pintscher, Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T302877: Update Labels and Placeholders for Special:NewLexeme inputs

2022-05-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE edited projects, added Special:NewLexeme revival 
(Special:NewLexeme revival - sprint 7); removed Special:NewLexeme revival.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Nikki, Mahir256, Erdinc_Ciftci_WMDE, Lydia_Pintscher, Aklapper, Michael, 
Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Prufkick, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Bodhisattwa, Neuronton, Scott_WUaS, Srdjan, 
MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, 
Arrbee, Addshore, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T302877: Update Labels and Placeholders for Special:NewLexeme inputs

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 792214 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/WikibaseLexeme@master] Use placeholders with example 
data in JS Special:NewLexemeAlpha
  
  https://gerrit.wikimedia.org/r/792214

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

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

To: gerritbot
Cc: Nikki, Mahir256, Erdinc_Ciftci_WMDE, Lydia_Pintscher, Aklapper, Michael, 
Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Prufkick, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Bodhisattwa, Neuronton, Scott_WUaS, Srdjan, 
MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, 
Arrbee, Addshore, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T307443: update input placeholders on no-JS page

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 792214 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/WikibaseLexeme@master] Use placeholders with example 
data in JS Special:NewLexemeAlpha
  
  https://gerrit.wikimedia.org/r/792214

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

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

To: gerritbot
Cc: noarave, Lucas_Werkmeister_WMDE, Aklapper, Erdinc_Ciftci_WMDE, 
Lydia_Pintscher, Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297303: Re-productionize the Wiktionary Cognate Dashboard

2022-05-16 Thread Manuel
Manuel closed this task as "Resolved".
Manuel added a comment.


  Closing this task: According to Goran the redeployment of the Cognate 
dashboard is now complete, except for T295396 
.

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

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

To: GoranSMilovanovic, Manuel
Cc: ItamarWMDE, Manuel, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T283568: [Epic] Wikidata Analytics Core Codebase Maintenance

2022-05-16 Thread Manuel
Manuel closed subtask T297303: Re-productionize the Wiktionary Cognate 
Dashboard  as "Resolved".

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

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

To: GoranSMilovanovic, Manuel
Cc: Manuel, Lydia_Pintscher, WMDE-leszek, GoranSMilovanovic, Aklapper, 
Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, karapayneWMDE, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T283568: [Epic] Wikidata Analytics Core Codebase Maintenance

2022-05-16 Thread Manuel
Manuel closed subtask T297503: Create knowledge-transfer document about the 
WMDE analytics infrastructure as "Resolved".

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

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

To: GoranSMilovanovic, Manuel
Cc: Manuel, Lydia_Pintscher, WMDE-leszek, GoranSMilovanovic, Aklapper, 
Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, karapayneWMDE, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297503: Create knowledge-transfer document about the WMDE analytics infrastructure

2022-05-16 Thread Manuel
Manuel closed this task as "Resolved".
Manuel claimed this task.
Manuel added a subscriber: ItamarWMDE.
Manuel added a comment.


  Closing this task: According to Goran and @ItamarWMDE, the knowledge transfer 
is now complete, Thank you Goran! \o/

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

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

To: Manuel
Cc: ItamarWMDE, Michael, GoranSMilovanovic, Aklapper, Manuel, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T283568: [Epic] Wikidata Analytics Core Codebase Maintenance

2022-05-16 Thread Manuel
Manuel closed subtask T299568: Move WMDE analytics into a new CloudVPS project  
as "Resolved".

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

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

To: GoranSMilovanovic, Manuel
Cc: Manuel, Lydia_Pintscher, WMDE-leszek, GoranSMilovanovic, Aklapper, 
Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, karapayneWMDE, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299568: Move WMDE analytics into a new CloudVPS project

2022-05-16 Thread Manuel
Manuel closed this task as "Resolved".
Manuel claimed this task.
Manuel added a comment.


  Closing this task: According to Goran the transfer of Wikidata Analytics to a 
new CloudVPS project is now complete, except for T295396 
.

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

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

To: Manuel
Cc: Addshore, Aklapper, GoranSMilovanovic, Manuel, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, 
aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T307443: update input placeholders on no-JS page

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 792124 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseLexeme@master] Update messages for new lexeme 
placeholders
  
  https://gerrit.wikimedia.org/r/792124

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

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

To: gerritbot
Cc: noarave, Lucas_Werkmeister_WMDE, Aklapper, Erdinc_Ciftci_WMDE, 
Lydia_Pintscher, Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T302877: Update Labels and Placeholders for Special:NewLexeme inputs

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 792124 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseLexeme@master] Update messages for new lexeme 
placeholders
  
  https://gerrit.wikimedia.org/r/792124

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

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

To: gerritbot
Cc: Nikki, Mahir256, Erdinc_Ciftci_WMDE, Lydia_Pintscher, Aklapper, Michael, 
Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Prufkick, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Bodhisattwa, Neuronton, Scott_WUaS, Srdjan, 
MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, 
Arrbee, Addshore, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T295396: Redirect deprecated Wikidata Analytics URLs to the current URLs

2022-05-16 Thread Manuel
Manuel updated the task description.

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

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

To: Manuel
Cc: noarave, Addshore, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Aklapper, 
Manuel, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T295396: Redirect deprecated Wikidata Analytics URLs to the current URLs

2022-05-16 Thread Manuel
Manuel updated the task description.

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

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

To: Manuel
Cc: noarave, Addshore, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Aklapper, 
Manuel, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T304328: Move Termbox SSR for Beta Wikidata into deployment-prep project

2022-05-16 Thread ItamarWMDE
ItamarWMDE claimed this task.

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

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

To: ItamarWMDE
Cc: ItamarWMDE, WMDE-leszek, Lucas_Werkmeister_WMDE, Aklapper, Astuthiodit_1, 
karapayneWMDE, Invadibot, Devnull, maantietaja, Nintendofan885, Akuckartz, 
CptViraj, darthmon_wmde, Majavah, DannyS712, Nandana, JKSTNK, skpuneethumar, 
Fheredia, Zylc, 1978Gage2001, Lahi, Operator873, Gq86, Bsandipan, 
GoranSMilovanovic, Chicocvenancio, QZanden, Tbscho, LawExplorer, JJMC89, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, Jitrixis, aude, Gryllida, 
Lydia_Pintscher, scfc, Addshore, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T300105: [Current Events] make data accessible for users

2022-05-16 Thread Manuel
Manuel triaged this task as "Lowest" priority.

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

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

To: GoranSMilovanovic, Manuel
Cc: Lydia_Pintscher, Ainali, Manuel, Aklapper, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T307443: update input placeholders on no-JS page

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 792157 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/core@master] Support placeholder in OOUI HTMLComboboxField
  
  https://gerrit.wikimedia.org/r/792157

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

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

To: gerritbot
Cc: noarave, Lucas_Werkmeister_WMDE, Aklapper, Erdinc_Ciftci_WMDE, 
Lydia_Pintscher, Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T307443: update input placeholders on no-JS page

2022-05-16 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: noarave, Lucas_Werkmeister_WMDE, Aklapper, Erdinc_Ciftci_WMDE, 
Lydia_Pintscher, Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T302877: Update Labels and Placeholders for Special:NewLexeme inputs

2022-05-16 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Nikki, Mahir256, Erdinc_Ciftci_WMDE, Lydia_Pintscher, Aklapper, Michael, 
Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Prufkick, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Bodhisattwa, Neuronton, Scott_WUaS, Srdjan, 
MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, 
Arrbee, Addshore, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T302877: Update Labels and Placeholders for Special:NewLexeme inputs

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 792124 had a related patch set uploaded (by Noa wmde; author: Noa 
wmde):
  
  [mediawiki/extensions/WikibaseLexeme@master] Update messages for new lexeme 
placeholders
  
  https://gerrit.wikimedia.org/r/792124

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

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

To: gerritbot
Cc: Nikki, Mahir256, Erdinc_Ciftci_WMDE, Lydia_Pintscher, Aklapper, Michael, 
Astuthiodit_1, Prufkick, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Bodhisattwa, Scott_WUaS, Srdjan, MuhammadShuaib, LNDDYL, 
Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Addshore, Mbch331, 
Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T307443: update input placeholders on no-JS page

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 792124 had a related patch set uploaded (by Noa wmde; author: Noa 
wmde):
  
  [mediawiki/extensions/WikibaseLexeme@master] Update messages for new lexeme 
placeholders
  
  https://gerrit.wikimedia.org/r/792124

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

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

To: gerritbot
Cc: noarave, Lucas_Werkmeister_WMDE, Aklapper, Erdinc_Ciftci_WMDE, 
Lydia_Pintscher, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, 
QZanden, LawExplorer, _jensen, rosalieper, Bodhisattwa, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T307751: Update message "unconnectedpages-summary" to reflect sorting order changes

2022-05-16 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: Manuel, Silvonen, JAnD, Lucas_Werkmeister_WMDE, Lydia_Pintscher, Stang, 
Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, 
Fernandobacasegua34, 786, Suran38, Biggs657, Lalamarie69, Juan90264, 
Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, 
Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan, 
Neuronton
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308117: Send Special:NewLexemeAlpha URL param data from server to client

2022-05-16 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Michael, Maintenance_bot
Cc: Lydia_Pintscher, Aklapper, ItamarWMDE, Lucas_Werkmeister_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Fernandobacasegua34, 
786, Suran38, Biggs657, Lalamarie69, Juan90264, Alter-paule, Beast1978, Un1tY, 
Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, 
Af420, Bsandipan, Lewizho99, Maathavan, Neuronton
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308117: Send Special:NewLexemeAlpha URL param data from server to client

2022-05-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE moved this task from Peer Review to Done on the 
Special:NewLexeme revival (Special:NewLexeme revival - sprint 7) board.

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

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

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

To: Michael, Lucas_Werkmeister_WMDE
Cc: Lydia_Pintscher, Aklapper, ItamarWMDE, Lucas_Werkmeister_WMDE, 
Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, karapayneWMDE, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Bodhisattwa, Neuronton, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T298154: Prefill input fields by URL parameter

2022-05-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T308117: Send Special:NewLexemeAlpha URL 
param data from server to client as "Resolved".

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

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

To: Lucas_Werkmeister_WMDE
Cc: ItamarWMDE, Lucas_Werkmeister_WMDE, Aklapper, Lydia_Pintscher, 
Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, karapayneWMDE, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Bodhisattwa, Neuronton, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308117: Send Special:NewLexemeAlpha URL param data from server to client

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 791636 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseLexeme@master] Pass URL params into 
Special:NewLexemeAlpha app
  
  https://gerrit.wikimedia.org/r/791636

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

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

To: Michael, gerritbot
Cc: Lydia_Pintscher, Aklapper, ItamarWMDE, Lucas_Werkmeister_WMDE, 
Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, karapayneWMDE, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Bodhisattwa, Neuronton, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T307751: Update message "unconnectedpages-summary" to reflect sorting order changes

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 789728 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Update message 
"unconnectedpages-summary"
  
  https://gerrit.wikimedia.org/r/789728

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

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

To: gerritbot
Cc: Manuel, Silvonen, JAnD, Lucas_Werkmeister_WMDE, Lydia_Pintscher, Stang, 
Aklapper, Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T307751: Update message "unconnectedpages-summary" to reflect sorting order changes

2022-05-16 Thread Manuel
Manuel added a comment.


  @Lucas_Werkmeister_WMDE: Considering our future plans removing the sort order 
from the message makes sense. Thx for bringing it up!

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

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

To: Manuel
Cc: Manuel, Silvonen, JAnD, Lucas_Werkmeister_WMDE, Lydia_Pintscher, Stang, 
Aklapper, Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308422: It is possible to have two wikidata elements with the same label and description

2022-05-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  What do you mean by “cancellation”? Reverting the edit?

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Vargenau, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T252443: Create dashboard to show growth of structured data on Commons over time

2022-05-16 Thread cchen
cchen closed this task as "Resolved".
cchen added a comment.


  Reviewed dashboard with the structured data team, add   `Median number of 
structured data elements per file` to dashboard.

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

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

To: cchen
Cc: matthiasmullie, kzimmerman, nettrom_WMF, GFontenelle_WMF, Abit, Ramsey-WMF, 
CBogen, Astuthiodit_1, EChetty, karapayneWMDE, toberto, ldelench_wmf, 
Invadibot, maantietaja, Y.ssk, FRomeo_WMF, Muchiri124, ItamarWMDE, 
Nintendofan885, Akuckartz, Nandana, JKSTNK, Lahi, Gq86, E1presidente, Cparle, 
SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Salgo60, 
Silverfish, _jensen, rosalieper, 4nn1l2, Taiwania_Justo, Scott_WUaS, 
Susannaanas, Ixocactus, Wong128hk, Fuzheado, Jane023, Wikidata-bugs, Base, 
aude, El_Grafo, Dinoguy1000, Ricordisamoa, Wesalius, Lydia_Pintscher, Raymond, 
Steinsplitter, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T252443: Create dashboard to show growth of structured data on Commons over time

2022-05-16 Thread cchen
cchen updated the task description.

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

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

To: cchen
Cc: matthiasmullie, kzimmerman, nettrom_WMF, GFontenelle_WMF, Abit, Ramsey-WMF, 
CBogen, Astuthiodit_1, EChetty, karapayneWMDE, toberto, ldelench_wmf, 
Invadibot, maantietaja, Y.ssk, FRomeo_WMF, Muchiri124, ItamarWMDE, 
Nintendofan885, Akuckartz, Nandana, JKSTNK, Lahi, Gq86, E1presidente, Cparle, 
SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Salgo60, 
Silverfish, _jensen, rosalieper, 4nn1l2, Taiwania_Justo, Scott_WUaS, 
Susannaanas, Ixocactus, Wong128hk, Fuzheado, Jane023, Wikidata-bugs, Base, 
aude, El_Grafo, Dinoguy1000, Ricordisamoa, Wesalius, Lydia_Pintscher, Raymond, 
Steinsplitter, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T277826: Add a new qualifier for the conflicts-with constraint to specify the properties and values that should be used instead

2022-05-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Include two line breaks in the source (`\n\n` – you can often see that in 
`qqq.json` before the list of parameters for a message, for example), then 
it’ll be wikitext-parsed as a paragraph break.

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

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

To: Agabi10, Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Pamputt, Esc3300, Bugreporter, Aklapper, Agabi10, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Eihel, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, abian, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T294803: WDQS query returns dead links instead of SomeValue values

2022-05-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  That would probably work, but seems like a hacky and potentially misleading 
solution to me (misleading because you wouldn’t want to use this prefix in a 
query). I think it shouldn’t be that much more effort to implement this task 
“more properly”, it just hasn’t been a priority for the dev team so far. If 
anyone wants to work on it themselves, the relevant code would probably be in 
`wikibase/queryService/ui/resultBrowser/helper/FormatterHelper.js`, 
`formatValue()` method, and it would use a new i18n message (pointing to 
`{{msg-mw|Wikibase-snakview-snaktypeselector-somevalue}}` and 
`{{msg-mw|Wikibase-snakview-variations-somevalue-label}}` in qqq.json).

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

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

To: Lucas_Werkmeister_WMDE
Cc: CamelCaseNick, Jheald, Bugreporter, Lucas_Werkmeister_WMDE, Jarekt, 
Aklapper, Astuthiodit_1, AWesterinen, karapayneWMDE, Invadibot, MPhamWMF, 
maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, EBjune, merbst, LawExplorer, Salgo60, 
_jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T278962: Allow redirects and the target article as independent sitelinks if redirect badge is used

2022-05-16 Thread ChristianKl
ChristianKl added a comment.


  Re-running the bot costs performance but not a kind of performance that 
matters. It doesn't increase page loading time and most of the bot activity is 
reading not writing so it also doesn't go produce problems with creating too 
many edits.
  
  "Let wikidata autodetect" is very imprecise. When do you think Wikidata 
should do that autodetection? Do you believe that if someone opens a Wikidata 
item with 100 sitelinks, Wikidata should query all 100 Wikipedia projects every 
time?
  
  Besides the technical, there's also the question of what we mean by "valid 
redirects". I believe that a valid redirect is one that's in line with Wikidata 
policy on which redirects we want to list on Wikidata. Spelling mistakes are 
for example not valid redirects according to our Wikidata policy. A redirect 
for a spelling mistake is on the other hand, perfectly in line with Wikipedia 
policy, so having to explain to the Wikipedians (in every project) that they 
should not put VALIDREDIRECT on their redirect pages with spelling mistakes has 
the potential for a lot of conflicts.

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

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

To: ChristianKl
Cc: Manuel, karapayneWMDE, Dexxor, CennoxX, Tagishsimon, William_Cheselden, 
Pokechu22, ExE-Boss, Ameisenigel, amy_rc, Mohammed_Sadat_WMDE, Bugreporter, 
Lea_Lacroix_WMDE, Taylor, Lucas_Werkmeister_WMDE, Addshore, Jakob_WMDE, MSGJ, 
Simon_Villeneuve, ChristianKl, Eugene, seav, kaldari, Naseweis520, Fuzheado, 
ItamarWMDE, Ladsgroup, DemonDays64, DannyS712, JAnD, Hsarrazin, deryckchan, 
agray, MisterSynergy, Liuxinyu970226, Delasse, Jheald, Aklapper, 
Lydia_Pintscher, Astuthiodit_1, Invadibot, maantietaja, Akuckartz, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308422: It is possible to have two wikidata elements with the same label and description

2022-05-16 Thread Vargenau
Vargenau created this task.
Vargenau added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Wikidata has implemented a check that disallows to have two wikidata elements 
with the same label and description.
  
  It is however possible to create such elements with the following trick:
  
  - create an element A with label L and description D
  - create an element B with label L
  - remove description D from element A
  - add description D to element B
  - cancel the removal of description D from element A
  - now both A and B have the same label and description
  
  **What happens?**:
  
  - the cancellation results in having two wikidata elements with the same 
label and description
  
  **What should have happened instead?**:
  
  - the cancellation should have failed
  
  **Software version (if not a Wikimedia wiki), browser information, 
screenshots, other information, etc.**:
  
  Current wikidata website

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

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

To: Vargenau
Cc: Aklapper, Vargenau, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T306899: WCQS 500 errors

2022-05-16 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: EBernhardson, FRomeo_WMF, GFontenelle_WMF, Gehel, Fuzheado, Aklapper, 
Dominicbm, Astuthiodit_1, AWesterinen, karapayneWMDE, Invadibot, MPhamWMF, 
maantietaja, CBogen, ItamarWMDE, Akuckartz, 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, 
Fernandobacasegua34, 786, Suran38, Biggs657, Lalamarie69, Juan90264, 
Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, 
Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan, 
Neuronton
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T306899: WCQS 500 errors

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 790775 **merged** by jenkins-bot:
  
  [wikidata/query/rdf@master] Separate logging deps into dedicated package
  
  https://gerrit.wikimedia.org/r/790775

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

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

To: gerritbot
Cc: EBernhardson, FRomeo_WMF, GFontenelle_WMF, Gehel, Fuzheado, Aklapper, 
Dominicbm, Fernandobacasegua34, Astuthiodit_1, AWesterinen, 786, Suran38, 
Biggs657, karapayneWMDE, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, CBogen, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T306008: Update installation instructions in WikibaseLexeme.git readme file

2022-05-16 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: noarave, gerritbot
Cc: Aklapper, ItamarWMDE, Fernandobacasegua34, Astuthiodit_1, 786, Suran38, 
Biggs657, karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Beast1978, Un1tY, Akuckartz, apaskulin, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, Ivana_Isadora, Mahir256, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, 
Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T306008: Update installation instructions in WikibaseLexeme.git readme file

2022-05-16 Thread gerritbot
gerritbot added a comment.


  Change 792103 had a related patch set uploaded (by Noa wmde; author: Noa 
wmde):
  
  [mediawiki/extensions/WikibaseLexeme@master] Update installation instructions 
for WikibaseLexeme.git
  
  https://gerrit.wikimedia.org/r/792103

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

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

To: noarave, gerritbot
Cc: Aklapper, ItamarWMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
Akuckartz, apaskulin, Nandana, Cpaulf30, Lahi, Gq86, GoranSMilovanovic, 
Ivana_Isadora, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org