[Wikidata-bugs] [Maniphest] [Edited] T249789: Suggested Tags: JavaScript error "serialization is required for constructing a EntityId and must be a string"

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

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

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

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


[Wikidata-bugs] [Maniphest] [Created] T249789: Suggested Tags: JavaScript error "serialization is required for constructing a EntityId and must be a string"

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

TASK DESCRIPTION
  Since the latest deployment to 1.35.0-wmf.27 a JS error occurs when adding a 
tag: "serialization is required for constructing a EntityId and must be a 
string"

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

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

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


[Wikidata-bugs] [Maniphest] [Commented On] T157651: sql.php runs LoadExtensionSchemaUpdates

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


  Change 587389 had a related patch set uploaded (by Krinkle; owner: Tim 
Starling):
  [mediawiki/core@master] Revert "maintenance: Remove sql.php temporarily"
  
  https://gerrit.wikimedia.org/r/587389

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

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

To: gerritbot
Cc: Jdforrester-WMF, kostajh, WMDE-leszek, Addshore, Anomie, alaa_wmde, daniel, 
Ladsgroup, Pablo-WMDE, kchapman, Krinkle, Catrope, Reception123, gerritbot, 
aaron, Aklapper, Tgr, Oblanco79, Alter-paule, NavinRizwi, Beast1978, Un1tY, 
Demian, eprodromou, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, 94rain, CucyNoiD, Nandana, 
Lens0021, NebulousIris, jijiki, Gaboe420, Jony, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 45Jayjay1969, Jayprakash12345, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, Marostegui, EnricoCNC, LawExplorer, 
Vali.matei, WSH1906, Lewizho99, Minhnv-2809, Maathavan, elukey, _jensen, 
rosalieper, Agabi10, Taiwania_Justo, Scott_WUaS, Pchelolo, SBisson, Wong128hk, 
Wikidata-bugs, aude, Dcljr, Bawolff, Gryllida, jeblad, ArielGlenn, He7d3r, 
Mbch331, Rxy, Jay8g, Krenair, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T157651: sql.php runs LoadExtensionSchemaUpdates

2020-04-08 Thread Krinkle
Krinkle added a comment.


  As said, I don't mind keeping `sql.php` as a cross-rdbms debug tool if 
there's interest for that.
  
  However, I think use in production is problematic and should not be allowed 
for the same reason that `echo  | mwscript eval.php` shouldn't be 
used as part of production workflows. Such code will likely be untested, not 
reviewed by relevant maintainers, and not seen when change are made to the 
underlying code. We don't index the Puppet repository as part of "WMF-deployed 
MediaWiki code" and I don't think we should start.  Data from a db table should 
generally be read via a PHP class that abstracts it. But short of that, at the 
very least with a minimal WMF-specific script in the WikimediaMaintenance 
extension.
  
  The fact that that a Wikibase cron job is the only thing in production not 
following that, I think means this is something we generally follow but just 
didn't enforce or document in a way that new developers would have learned.
  
  > - keep `sql.php` for running scripts but require a `--write` flag like 
`mysql.php` does for scripts that change data. (I would even separate an admin 
mode for schema changes and a write mode for data changes via a restricted 
user.)
  
  Also, when invoking sql.php in this way, it should always fatal in wmf 
production in the same way that `update.php` are disabled. Possibly by levering 
the same feature flag.
  
  For the use case of patching, I think either of `sql.php --write --admin 
--patch ` or `patchSql.php ` would work. I do still prefer 
tha latter as it would make `sql.php` much easier to reason about and much less 
fragile.
  
  Having the same maintenance script be responsible for both seems like it 
could very well cause another outage in the future. So long as `sql.php` 
contains code that engages administrator credentials and initialises Installer 
classes, all it takes is one bad typo in a commit that changes `sql.php` and 
then the next person invoking it could be facing similar problems in the 
future. This is essentially Murphey's Law, which we've seen up close in T249565 
 where half a dozen edge cases lined 
up to make it happen. Leaving this unplugged by itself likely won't cause an 
outage, but it's just one of those things that could easily regress and we'd 
never know until months later when sometimes else ends up using it by mistake.

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

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

To: Krinkle
Cc: Jdforrester-WMF, kostajh, WMDE-leszek, Addshore, Anomie, alaa_wmde, daniel, 
Ladsgroup, Pablo-WMDE, kchapman, Krinkle, Catrope, Reception123, gerritbot, 
aaron, Aklapper, Tgr, Oblanco79, Alter-paule, NavinRizwi, Beast1978, Un1tY, 
Demian, eprodromou, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, 94rain, CucyNoiD, Nandana, 
Lens0021, NebulousIris, jijiki, Gaboe420, Jony, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 45Jayjay1969, Jayprakash12345, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, Marostegui, EnricoCNC, LawExplorer, 
Vali.matei, WSH1906, Lewizho99, Minhnv-2809, Maathavan, elukey, _jensen, 
rosalieper, Agabi10, Taiwania_Justo, Scott_WUaS, Pchelolo, SBisson, Wong128hk, 
Wikidata-bugs, aude, Dcljr, Bawolff, Gryllida, jeblad, ArielGlenn, He7d3r, 
Mbch331, Rxy, Jay8g, Krenair, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249688: PropertyDataTypeLookupException in Files with a deleted property

2020-04-08 Thread egardner
egardner added a comment.


  The WikibaseMediaInfo extension attempts to determine the data type of every 
property that's referenced on a given file page. This is done in PHP so that we 
don't have to make a bunch of API requests in the user's browser. Trying to 
look up a deleted property causes things to blow up here.
  
  I put a quick patch together to handle this situation a little better.
  
  1. If the server-side property type lookup fails (i.e. if a property is 
referenced in statements on a given file page, and later deleted) then set the 
type to "unsupported"
  2. When the JS on the page first initializes, don't bother replacing 
server-generated statement panels that correspond to deleted properties with 
interactive JS widgets; this means the user will at least see some messages 
about a deleted property and any values that had been attached to it. The user 
will not be able to edit or delete this panel for the time being, but we can 
figure out the best way to allow for that in a follow-up.
  3. At the qualifier level, show some kind of "unsupported property" message 
and don't allow users to edit the values that previously had been set. 
Currently, removing these qualifiers does not count as a valid "change" from 
the panel's perspective. But if the user makes other changes and clicks 
"publish", the qualifiers associated with the deleted property will be removed. 
This could be improved, obviously.
  
  Here are some screenshots of what the user would see in such a scenario.
  
  F31744685: Screen Shot 2020-04-08 at 3.26.13 PM.png 

  
  F31744720: Screen Shot 2020-04-08 at 3.26.24 PM.png 


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

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

To: egardner
Cc: egardner, Aklapper, nnikkhoui, Cparle, Bugreporter, Eric_Luth_WMSE, 
Alicia_Fagerving_WMSE, Oblanco79, Alter-paule, Beast1978, CBogen, Un1tY, 
Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, 
Tore_Danielsson_WMSE, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, Poyekhali, _jensen, rosalieper, 
Taiwania_Justo, Scott_WUaS, Ixocactus, Wong128hk, Wikidata-bugs, aude, 
El_Grafo, Dinoguy1000, 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] [Updated] T249688: PropertyDataTypeLookupException in Files with a deleted property

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

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

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

To: gerritbot
Cc: Aklapper, nnikkhoui, Cparle, Bugreporter, Eric_Luth_WMSE, 
Alicia_Fagerving_WMSE, Oblanco79, Alter-paule, Beast1978, CBogen, Un1tY, 
Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, 
Tore_Danielsson_WMSE, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, Poyekhali, _jensen, rosalieper, 
Taiwania_Justo, Scott_WUaS, Ixocactus, Wong128hk, Wikidata-bugs, aude, 
El_Grafo, Dinoguy1000, 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] T249688: PropertyDataTypeLookupException in Files with a deleted property

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


  Change 587604 had a related patch set uploaded (by Eric Gardner; owner: Eric 
Gardner):
  [mediawiki/extensions/WikibaseMediaInfo@master] Improve handling of deleted 
properties
  
  https://gerrit.wikimedia.org/r/587604

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

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

To: gerritbot
Cc: Aklapper, nnikkhoui, Cparle, Bugreporter, Eric_Luth_WMSE, 
Alicia_Fagerving_WMSE, CBogen, darthmon_wmde, Tore_Danielsson_WMSE, Nandana, 
Lahi, Gq86, Ramsey-WMF, GoranSMilovanovic, QZanden, LawExplorer, Poyekhali, 
_jensen, rosalieper, Taiwania_Justo, Scott_WUaS, Ixocactus, Wong128hk, 
Wikidata-bugs, aude, El_Grafo, Dinoguy1000, 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] [Unblock] T125050: [Task] Add Scribunto to extension-gate in CI

2020-04-08 Thread Jdforrester-WMF
Jdforrester-WMF closed subtask T225068: Add a PHPUnit group to skip test on 
gated CI runs as "Resolved".

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

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

To: Jdforrester-WMF
Cc: alaa_wmde, Jdforrester-WMF, WMDE-Fisch, Pablo-WMDE, Jakob_WMDE, Tarrow, 
gerritbot, Addshore, Liuxinyu970226, EBernhardson, Smalyshev, greg, Legoktm, 
Stashbot, Lydia_Pintscher, Aleksey_WMDE, Ladsgroup, WMDE-leszek, Anomie, 
hashar, aude, thcipriani, Paladox, hoo, Aklapper, JanZerebecki, StudiesWorld, 
Oblanco79, Alter-paule, Beast1978, Un1tY, Totolinototo3, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, Redabr4, Kent7301, Zanziii, 
Sadisticturd, Meekrab2012, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, A.S.Kochergin, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, SundanceRaphael, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, Dinoguy1000, jayvdb, 
MrStradivarius, Jackmcbarn, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T125050: [Task] Add Scribunto to extension-gate in CI

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


  Change 587600 had a related patch set uploaded (by Jforrester; owner: 
Jforrester):
  [mediawiki/extensions/Scribunto@master] tests: Mark LuaStandalone tests as 
@group Standalone
  
  https://gerrit.wikimedia.org/r/587600

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

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

To: gerritbot
Cc: alaa_wmde, Jdforrester-WMF, WMDE-Fisch, Pablo-WMDE, Jakob_WMDE, Tarrow, 
gerritbot, Addshore, Liuxinyu970226, EBernhardson, Smalyshev, greg, Legoktm, 
Stashbot, Lydia_Pintscher, Aleksey_WMDE, Ladsgroup, WMDE-leszek, Anomie, 
hashar, aude, thcipriani, Paladox, hoo, Aklapper, JanZerebecki, StudiesWorld, 
Oblanco79, Alter-paule, Beast1978, Un1tY, Totolinototo3, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, Redabr4, Kent7301, Zanziii, 
Sadisticturd, Meekrab2012, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, A.S.Kochergin, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, SundanceRaphael, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, Dinoguy1000, jayvdb, 
MrStradivarius, Jackmcbarn, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Reassigned] T241338: Allow linking to specific statements in Structured data on Commons

2020-04-08 Thread Ramsey-WMF
Ramsey-WMF moved this task from Code Review to Needs QA on the 
Structured-Data-Backlog (Current Work) board.
Ramsey-WMF reassigned this task from matthiasmullie to Etonkovidova.
Ramsey-WMF added a comment.


  Ready for testing on Beta Commons

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

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

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

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


[Wikidata-bugs] [Maniphest] [Reassigned] T249556: Structured Data interface does not work on IE11

2020-04-08 Thread Ramsey-WMF
Ramsey-WMF reassigned this task from matthiasmullie to Etonkovidova.
Ramsey-WMF added a subscriber: matthiasmullie.

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

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

To: Etonkovidova, Ramsey-WMF
Cc: matthiasmullie, Ramsey-WMF, LucasWerkmeister, Nikki, Aklapper, CBogen, 
darthmon_wmde, Nandana, JKSTNK, Lahi, PDrouin-WMF, Gq86, E1presidente, Cparle, 
Anooprao, SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, 
LawExplorer, Salgo60, Silverfish, _jensen, rosalieper, Scott_WUaS, Susannaanas, 
Jane023, Wikidata-bugs, Base, 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] [Changed Project Column] T249556: Structured Data interface does not work on IE11

2020-04-08 Thread Ramsey-WMF
Ramsey-WMF moved this task from Code Review to Needs QA on the 
Structured-Data-Backlog (Current Work) board.
Ramsey-WMF added a comment.


  should be testable on Beta but you'll need IE11

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

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

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

To: matthiasmullie, Ramsey-WMF
Cc: Ramsey-WMF, LucasWerkmeister, Nikki, Aklapper, CBogen, darthmon_wmde, 
Nandana, JKSTNK, Lahi, PDrouin-WMF, Gq86, E1presidente, 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] [Unblock] T169798: Create UDFs for analyzing SPARQL queries

2020-04-08 Thread Nuria
Nuria closed subtask T164020: Use spark to split webrequest on tags as 
"Declined".

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

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

To: Nuria
Cc: PokestarFan, gerritbot, AndrewSu, Nuria, Aklapper, Smalyshev, 
darthmon_wmde, ET4Eva, Nandana, Lahi, Gq86, Darkminds3113, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Avner, Gehel, _jensen, rosalieper, Scott_WUaS, Jonas, FloNight, 
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] [Closed] T249732: Database Update broken on beta

2020-04-08 Thread Reedy
Reedy closed this task as "Resolved".
Reedy assigned this task to tstarling.

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

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

To: tstarling, Reedy
Cc: Aklapper, Reedy, darthmon_wmde, WDoranWMF, holger.knust, EvanProdromou, 
DannyS712, Nandana, Lahi, Gq86, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, Jonas, 
Thibaut120094, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331, Rxy, 
Jay8g, Ltrlg, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T248363: Haslabel treats aliases as labels

2020-04-08 Thread dcausse
dcausse triaged this task as "Medium" priority.
dcausse moved this task from needs triage to Wikidata Search on the 
Discovery-Search board.
dcausse added a comment.


  Aliases were put in the labels field for performance reasons, we need to 
investigated whether it's feasible or not to add an alias field (note that due 
to the multilingual nature of wikidata this is something we have to ponder 
carefully because the current strategy is to add one field per language).

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

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

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

To: dcausse
Cc: dcausse, Aklapper, Bugreporter, CBogen, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, jayvdb, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T248365: New keyword hasalias and inalias

2020-04-08 Thread dcausse
dcausse triaged this task as "Medium" priority.
dcausse moved this task from needs triage to Wikidata Search on the 
Discovery-Search board.

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

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

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

To: dcausse
Cc: Aklapper, Bugreporter, CBogen, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, jayvdb, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T200009: Archive mediawiki/extensions/Wikidata (Wikidata build)

2020-04-08 Thread mmodell
mmodell updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T200009: Archive mediawiki/extensions/Wikidata (Wikidata build)

2020-04-08 Thread DannyS712
DannyS712 removed a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] [Closed] T200009: Archive mediawiki/extensions/Wikidata (Wikidata build)

2020-04-08 Thread mmodell
mmodell closed this task as "Resolved".
mmodell claimed this task.

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

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

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


[Wikidata-bugs] [Maniphest] [Commented On] T200009: Archive mediawiki/extensions/Wikidata (Wikidata build)

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


  Change 587577 **merged** by 20after4:
  [mediawiki/extensions/Wikidata@master] Archive the extension
  
  https://gerrit.wikimedia.org/r/587577

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

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

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


[Wikidata-bugs] [Maniphest] [Commented On] T200009: Archive mediawiki/extensions/Wikidata (Wikidata build)

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


  Change 587577 had a related patch set uploaded (by 20after4; owner: 20after4):
  [mediawiki/extensions/Wikidata@master] Archive the extension
  
  https://gerrit.wikimedia.org/r/587577

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

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

To: gerritbot
Cc: Zoranzoki21, Legoktm, Krinkle, mmodell, Aklapper, Bugreporter, 
darthmon_wmde, DannyS712, Nandana, Reari, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T200009: Archive mediawiki/extensions/Wikidata (Wikidata build)

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

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

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

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


[Wikidata-bugs] [Maniphest] [Commented On] T200009: Archive mediawiki/extensions/Wikidata (Wikidata build)

2020-04-08 Thread mmodell
mmodell added a comment.


  My apologies, my confusion came from miss-interpretation of "`Empty 
repository,`" in my mind that included deleting the history in git, which 
seemed a quite extreme.

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

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

To: mmodell
Cc: Zoranzoki21, Legoktm, Krinkle, mmodell, Aklapper, Bugreporter, 
darthmon_wmde, DannyS712, Nandana, Reari, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249732: Database Update broken on beta

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

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

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

To: Maintenance_bot
Cc: Aklapper, Reedy, darthmon_wmde, WDoranWMF, holger.knust, EvanProdromou, 
DannyS712, Nandana, Lahi, Gq86, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, Jonas, 
Thibaut120094, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331, Rxy, 
Jay8g, Ltrlg, Krenair, Oblanco79, Alter-paule, Beast1978, Un1tY, Hook696, 
Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Kent7301, Meekrab2012, joker88john, 
CucyNoiD, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Af420, Darkminds3113, Lordiis, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249732: Database Update broken on beta

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

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

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

To: ReleaseTaggerBot
Cc: Aklapper, Reedy, Oblanco79, Alter-paule, Beast1978, Un1tY, Hook696, 
Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, WDoranWMF, Kent7301, 
holger.knust, EvanProdromou, Meekrab2012, joker88john, DannyS712, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Pchelolo, Jonas, Thibaut120094, Wikidata-bugs, aude, 
Lydia_Pintscher, Darkdadaah, Mbch331, Rxy, Jay8g, Ltrlg, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T244487: WikibaseCirrusSearch and WikibaseLexemeCirrusSearch tests should run with WIkibase in CI

2020-04-08 Thread Jdforrester-WMF
Jdforrester-WMF added a comment.


  WikibaseCirrusSearch tests are in gate but not in 
https://gerrit.wikimedia.org/r/plugins/gitiles/integration/config/+/master/zuul/parameter_functions.py#436
  
  WikibaseLexemeCirrusSearch aren't in either.

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

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

To: Jdforrester-WMF
Cc: Jdforrester-WMF, Addshore, CBogen, Totolinototo3, darthmon_wmde, Redabr4, 
Zanziii, Sadisticturd, ET4Eva, Nandana, Mringgaard, A.S.Kochergin, Lahi, Gq86, 
Darkminds3113, GoranSMilovanovic, QZanden, EBjune, LawExplorer, Avner, Gehel, 
_jensen, rosalieper, Scott_WUaS, FloNight, Wikidata-bugs, aude, jayvdb, 
Mbch331, hashar, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249732: Database Update broken on beta

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


  Change 587386 **merged** by jenkins-bot:
  [mediawiki/extensions/Cognate@master] Do not extend DatabaseUpdater, copy its 
functionality instead
  
  https://gerrit.wikimedia.org/r/587386

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

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

To: gerritbot
Cc: Aklapper, Reedy, Oblanco79, Alter-paule, Beast1978, Un1tY, Hook696, 
Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, WDoranWMF, Kent7301, 
holger.knust, EvanProdromou, Meekrab2012, joker88john, DannyS712, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Pchelolo, Jonas, Thibaut120094, Wikidata-bugs, aude, 
Lydia_Pintscher, Darkdadaah, Mbch331, Rxy, Jay8g, Ltrlg, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Assigned] T249603: DatabaseUpdater: protect methods for direct database modification

2020-04-08 Thread Anomie
Anomie assigned this task to daniel.
Anomie moved this task from Ready to Doing on the Core Platform Team Workboards 
(Clinic Duty Team) board.
Anomie added a comment.


  Moving to "Doing" because there's a patch with unaddressed reviews.

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

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

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

To: daniel, Anomie
Cc: RhinosF1, Tgr, Aklapper, aaron, gerritbot, Reception123, Catrope, Krinkle, 
kchapman, Pablo-WMDE, Ladsgroup, alaa_wmde, Anomie, Addshore, WMDE-leszek, 
kostajh, daniel, Oblanco79, Alter-paule, NavinRizwi, Beast1978, Un1tY, 
eprodromou, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, 
MJL, Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Jony, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Hispano76, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, 
QZanden, LawExplorer, Vali.matei, WSH1906, Lewizho99, Maathavan, _jensen, 
rosalieper, Agabi10, Taiwania_Justo, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, 
Dcljr, Mbch331, Rxy
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T142082: Add another "Add statement" button on top to ensure consistent position

2020-04-08 Thread Eissink
Eissink added a comment.


  Copying remarks from Wikidatadiscussion 
(https://www.wikidata.org/w/index.php?title=Wikidata:Contact_the_development_team&oldid=1153153934#Adding_statements:_please_add_an_'add_statement'_possibility_on_the_top_side_of_the_page_also):
  
  The main blocking point seems to be that adding a button at the top of the 
sections would encourage people to add statements without checking if a similar 
statement is already there.
  :If you really want to have this button, I guess a userscript could work. I'm 
pretty sure it already exists but I couldn't find it, maybe someone can point 
it here? [[User:Lea Lacroix (WMDE)|Lea Lacroix (WMDE)]] ([[User talk:Lea 
Lacroix (WMDE)|{{int:Talkpagelinktext}}]])
  ::Thank you for answering and bringing the request over to Phabricator. In my 
case, I often come right from Commons to add an image, knowing from the 
Wikidata Infobox already that an image statement is not already there. And as 
someone else mentioned: the same possible problem would still be there when 
people jump right to the bottom (by keyboard End button) to find the statement 
button they need. I'm not sure what you mean by a userscript, but it was 
already suggested to me to use 
[https://tools.wmflabs.org/quickstatements/#/batch quickstatements], which 
doesn't seem comfortable, and also to use 
[https://www.wikidata.org/wiki/Wikidata:Tools/Enhance_user_interface#KeyShortcuts
 KeyShortcuts], which is hardly an improvement over using the End button, which 
besides from still requiring hand movement from mouse to keyboard also seems to 
favor editing the label, not creating a new statement. Unless discussion is 
continued here, I will further comment on Phabricator. Thanks again, 
[[User:Eissink|Eissink]] ([[User talk:Eissink|{{int:Talkpagelinktext}}]]) 17:08, 8 April 2020 
(UTC).

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

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

To: Eissink
Cc: Eissink, Lea_Lacroix_WMDE, Draceane, Dvorapa, Roy17, Liuxinyu970226, 
Marsupium, KaMan, Moebeus, PokestarFan, Daniel_Mietchen, Nikki, TerraCodes, 
Esc3300, Jonas, Lydia_Pintscher, Nemo_bis, Aklapper, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, dachary, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Ricordisamoa, Tacsipacsi, 
Sjoerddebruin, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249118: Implement the "reload" functionality

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

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T249688: PropertyDataTypeLookupException in Files with a deleted property

2020-04-08 Thread Ramsey-WMF
Ramsey-WMF edited projects, added Structured-Data-Backlog (Current Work); 
removed Structured-Data-Backlog.

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

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

To: Ramsey-WMF
Cc: Aklapper, nnikkhoui, Cparle, Bugreporter, Eric_Luth_WMSE, 
Alicia_Fagerving_WMSE, CBogen, darthmon_wmde, Tore_Danielsson_WMSE, Nandana, 
Lahi, Gq86, Ramsey-WMF, GoranSMilovanovic, QZanden, LawExplorer, Poyekhali, 
_jensen, rosalieper, Taiwania_Justo, Scott_WUaS, Ixocactus, Wong128hk, 
Wikidata-bugs, aude, El_Grafo, Dinoguy1000, 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] [Merged] T249348: Wikibase error when calling getProperty(). Property data type lookup failed for: P727

2020-04-08 Thread Ramsey-WMF
Ramsey-WMF closed this task as a duplicate of T249688: 
PropertyDataTypeLookupException in Files with a deleted property.

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

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

To: Ramsey-WMF
Cc: Aklapper, nnikkhoui, CBogen, darthmon_wmde, Nandana, Lahi, Gq86, 
Ramsey-WMF, GoranSMilovanovic, QZanden, LawExplorer, Poyekhali, _jensen, 
rosalieper, Taiwania_Justo, Scott_WUaS, Ixocactus, Wong128hk, Wikidata-bugs, 
aude, El_Grafo, Dinoguy1000, Ricordisamoa, 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] [Updated] T249688: PropertyDataTypeLookupException in Files with a deleted property

2020-04-08 Thread Ramsey-WMF
Ramsey-WMF merged a task: T249348: Wikibase error when calling getProperty(). 
Property data type lookup failed for: P727.
Ramsey-WMF added subscribers: nnikkhoui, Aklapper.

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

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

To: Ramsey-WMF
Cc: Aklapper, nnikkhoui, Cparle, Bugreporter, Eric_Luth_WMSE, 
Alicia_Fagerving_WMSE, CBogen, darthmon_wmde, Tore_Danielsson_WMSE, Nandana, 
Lahi, Gq86, Ramsey-WMF, GoranSMilovanovic, QZanden, LawExplorer, Poyekhali, 
_jensen, rosalieper, Taiwania_Justo, Scott_WUaS, Ixocactus, Wong128hk, 
Wikidata-bugs, aude, El_Grafo, Dinoguy1000, 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] [Updated] T249118: Implement the "reload" functionality

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

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

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

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


[Wikidata-bugs] [Maniphest] [Merged] T247690: Detail of error message is no longer shown in Wikidata edit interface

2020-04-08 Thread Bugreporter
Bugreporter merged a task: T249728: Error message for duplicate sitelink edits 
is very unclear.
Bugreporter added a subscriber: agray.

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T249728: Error message for duplicate sitelink edits is very unclear

2020-04-08 Thread Bugreporter
Bugreporter closed this task as a duplicate of T247690: Detail of error message 
is no longer shown in Wikidata edit interface.

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T76653: disable Special:MergeHistory for items and properties

2020-04-08 Thread DannyS712
DannyS712 added a project: MediaWiki-MergeHistory.

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

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

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


[Wikidata-bugs] [Maniphest] [Commented On] T249732: Database Update broken on beta

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


  Change 587386 had a related patch set uploaded (by Jforrester; owner: Tim 
Starling):
  [mediawiki/extensions/Cognate@master] Do not extend DatabaseUpdater, copy its 
functionality instead
  
  https://gerrit.wikimedia.org/r/587386

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

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

To: gerritbot
Cc: Aklapper, Reedy, darthmon_wmde, WDoranWMF, holger.knust, EvanProdromou, 
DannyS712, Nandana, Lahi, Gq86, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, Jonas, 
Thibaut120094, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331, Rxy, 
Jay8g, Ltrlg, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249732: Database Update broken on beta

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

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

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

To: gerritbot
Cc: Aklapper, Reedy, Oblanco79, Alter-paule, Beast1978, Un1tY, Hook696, 
Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, WDoranWMF, Kent7301, 
holger.knust, EvanProdromou, Meekrab2012, joker88john, DannyS712, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Pchelolo, Jonas, Thibaut120094, Wikidata-bugs, aude, 
Lydia_Pintscher, Darkdadaah, Mbch331, Rxy, Jay8g, Ltrlg, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249118: Implement the "reload" functionality

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


  Change 585459 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] bridge: implement ability to relaunch
  
  https://gerrit.wikimedia.org/r/585459

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T121978: Label of Wikidata item is not changed by rename of the source article

2020-04-08 Thread DannyS712
DannyS712 added a project: MediaWiki-Page-rename.

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

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

To: DannyS712
Cc: PokestarFan, Nikki, Sjoerddebruin, hoo, Aklapper, SJu, StudiesWorld, 
darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T231151: Moving from main space to user space resp. draft space does not reflect in the Wikidata item

2020-04-08 Thread DannyS712
DannyS712 added a project: MediaWiki-Page-rename.

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

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

To: DannyS712
Cc: Lydia_Pintscher, Mike_Peel, Robby, Aklapper, Ashot1997, darthmon_wmde, 
DannyS712, 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] [Triaged] T249732: Database Update broken on beta

2020-04-08 Thread Reedy
Reedy triaged this task as "High" priority.

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

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

To: Reedy
Cc: Aklapper, Reedy, darthmon_wmde, WDoranWMF, holger.knust, EvanProdromou, 
DannyS712, Nandana, Lahi, Gq86, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, Jonas, 
Thibaut120094, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331, Rxy, 
Jay8g, Ltrlg, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T246645: Recent changes about moving local page have broken links

2020-04-08 Thread DannyS712
DannyS712 added a project: MediaWiki-Page-rename.

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

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

To: DannyS712
Cc: Aklapper, matej_suchanek, darthmon_wmde, DannyS712, 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] T249688: PropertyDataTypeLookupException in Files with a deleted property

2020-04-08 Thread Cparle
Cparle updated the task description.

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

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

To: Cparle
Cc: Cparle, Bugreporter, Eric_Luth_WMSE, Alicia_Fagerving_WMSE, CBogen, 
darthmon_wmde, Tore_Danielsson_WMSE, Nandana, Lahi, Gq86, Ramsey-WMF, 
GoranSMilovanovic, QZanden, LawExplorer, Poyekhali, _jensen, rosalieper, 
Taiwania_Justo, Scott_WUaS, Ixocactus, Wong128hk, Wikidata-bugs, aude, 
El_Grafo, Dinoguy1000, 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] [Updated] T249687: gadget to add external ID as reference

2020-04-08 Thread ArthurPSmith
ArthurPSmith added a comment.


  Thanks for creating this! I'm not sure what the standard citation reference 
for an external ID is, but what I've been using is:
  
  - stated in (P248) the value of "subject item of this property" (P1629 
) for that external ID property, if any
  - external ID property with value from the item
  - retrieved (P813 ) on the current 
date.
  
  So it would be nice if this gadget could add these three (or 2 if no P1629 
 value) statements as a reference with 
a simple interaction...

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

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

To: ArthurPSmith
Cc: Aklapper, ArthurPSmith, Lydia_Pintscher, darthmon_wmde, Dinadineke, 
DannyS712, Nandana, tabish.shaikh91, Lahi, Gq86, GoranSMilovanovic, 
Soteriaspace, Jayprakash12345, JakeTheDeveloper, QZanden, dachary, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Ricordisamoa, Tacsipacsi, Sjoerddebruin, TheDJ, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249348: Wikibase error when calling getProperty(). Property data type lookup failed for: P727

2020-04-08 Thread Krinkle
Krinkle added projects: WikibaseMediaInfo, Structured Data Engineering, 
Wikidata.
Restricted Application added a project: Structured-Data-Backlog.

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

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

To: Krinkle
Cc: Aklapper, nnikkhoui, CBogen, darthmon_wmde, Nandana, Lahi, Gq86, 
Ramsey-WMF, GoranSMilovanovic, QZanden, LawExplorer, Poyekhali, _jensen, 
rosalieper, Taiwania_Justo, Scott_WUaS, Ixocactus, Wong128hk, Wikidata-bugs, 
aude, El_Grafo, Dinoguy1000, Ricordisamoa, 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] [Edited] T249728: Error message for duplicate sitelink edits is very unclear

2020-04-08 Thread agray
agray updated the task description.

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

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

To: agray
Cc: Aklapper, agray, 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] T249688: PropertyDataTypeLookupException in Files with a deleted property

2020-04-08 Thread Cparle
Cparle updated the task description.

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

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

To: Cparle
Cc: Cparle, Bugreporter, Eric_Luth_WMSE, Alicia_Fagerving_WMSE, CBogen, 
darthmon_wmde, Tore_Danielsson_WMSE, Nandana, Lahi, Gq86, Ramsey-WMF, 
GoranSMilovanovic, QZanden, LawExplorer, Poyekhali, _jensen, rosalieper, 
Taiwania_Justo, Scott_WUaS, Ixocactus, Wong128hk, Wikidata-bugs, aude, 
El_Grafo, Dinoguy1000, 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] [Retitled] T249688: PropertyDataTypeLookupException in Files with a deleted property

2020-04-08 Thread Cparle
Cparle renamed this task from "PropertyDataTypeLookupException in a file on 
Commons" to "PropertyDataTypeLookupException in Files with a deleted property".
Cparle updated the task description.

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

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

To: Cparle
Cc: Cparle, Bugreporter, Eric_Luth_WMSE, Alicia_Fagerving_WMSE, CBogen, 
darthmon_wmde, Tore_Danielsson_WMSE, Nandana, Lahi, Gq86, Ramsey-WMF, 
GoranSMilovanovic, QZanden, LawExplorer, Poyekhali, _jensen, rosalieper, 
Taiwania_Justo, Scott_WUaS, Ixocactus, Wong128hk, Wikidata-bugs, aude, 
El_Grafo, Dinoguy1000, 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] T249688: PropertyDataTypeLookupException in a file on Commons

2020-04-08 Thread Cparle
Cparle added a comment.


  Problem seems to exist for all files with the deleted property
  
  
https://commons.wikimedia.org/w/index.php?search=haswbstatement%3AP727&title=Special:Search&go=Go&ns0=1&ns6=1&ns12=1&ns14=1&ns100=1&ns106=1

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

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

To: Cparle
Cc: Cparle, Bugreporter, Eric_Luth_WMSE, Alicia_Fagerving_WMSE, CBogen, 
darthmon_wmde, Tore_Danielsson_WMSE, Nandana, Lahi, Gq86, Ramsey-WMF, 
GoranSMilovanovic, QZanden, LawExplorer, Poyekhali, _jensen, rosalieper, 
Taiwania_Justo, Scott_WUaS, Ixocactus, Wong128hk, Wikidata-bugs, aude, 
El_Grafo, Dinoguy1000, 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] [Created] T249728: Error message for duplicate sitelink edits is very unclear

2020-04-08 Thread agray
agray created this task.
agray added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  If a user tries to add a sitelink to an item which already exists, they get 
this message:
  
  > Could not save due to an error.
  > The save has failed.
  
  This is quite confusing for new users, since it doesn't explain what the 
error is. Would it be possible to give a more user-friendly message?
  
  For example, "Could not save due to an error: this link already exists on 
another item". (Listing what item it exists on which would be ideal, of course, 
but that would presumably be more work...)

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T241338: Allow linking to specific statements in Structured data on Commons

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

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

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

To: matthiasmullie, Maintenance_bot
Cc: Tacsipacsi, Salgo60, Ramsey-WMF, Cparle, matthiasmullie, Multichill, 
dcausse, Jarekt, Aklapper, CBogen, darthmon_wmde, Nandana, JKSTNK, Lahi, 
PDrouin-WMF, Gq86, E1presidente, Anooprao, SandraF_WMF, GoranSMilovanovic, 
QZanden, Tramullas, Acer, LawExplorer, Silverfish, Poyekhali, _jensen, 
rosalieper, Taiwania_Justo, Scott_WUaS, Susannaanas, Ixocactus, Wong128hk, 
Jane023, Wikidata-bugs, Base, aude, El_Grafo, Dinoguy1000, Ricordisamoa, 
Wesalius, Lydia_Pintscher, Fabrice_Florin, Raymond, Jdforrester-WMF, 
Steinsplitter, Mbch331, Keegan, Oblanco79, Alter-paule, Beast1978, Un1tY, 
Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Kent7301, Meekrab2012, 
joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Af420, Darkminds3113, Bsandipan, Lordiis, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T241338: Allow linking to specific statements in Structured data on Commons

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

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

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

To: matthiasmullie, ReleaseTaggerBot
Cc: Tacsipacsi, Salgo60, Ramsey-WMF, Cparle, matthiasmullie, Multichill, 
dcausse, Jarekt, Aklapper, Oblanco79, Alter-paule, Beast1978, CBogen, Un1tY, 
Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, Kent7301, 
Meekrab2012, joker88john, CucyNoiD, Nandana, NebulousIris, JKSTNK, Gaboe420, 
Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, 
PDrouin-WMF, Gq86, Af420, E1presidente, Darkminds3113, Anooprao, SandraF_WMF, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, 
QZanden, Tramullas, Acer, LawExplorer, WSH1906, Lewizho99, Maathavan, 
Silverfish, Poyekhali, _jensen, rosalieper, Taiwania_Justo, Scott_WUaS, 
Susannaanas, Ixocactus, Wong128hk, Jane023, Wikidata-bugs, Base, aude, 
El_Grafo, Dinoguy1000, Ricordisamoa, Wesalius, Lydia_Pintscher, Fabrice_Florin, 
Raymond, Jdforrester-WMF, Steinsplitter, Mbch331, Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T208416: Check whether wikidata-dev project requires NFS or not

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


  In T208416#5874432 , 
@Andrew wrote:
  
  > @Addshore, can you please follow up on this?  I see 
@https://phabricator.wikimedia.org/p/LucasWerkmeister/ creating a fair number 
of files in /home but not much in /data/project.
  
  If you were referring to the ones in `wikidata-dev` (or was this shared 
between instances?), I’ve cleared that out now. I don’t think it was required 
anymore.

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

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

To: Andrew, Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, WMDE-leszek, Addshore, Aklapper, Krenair, Phamhi, 
darthmon_wmde, Nandana, JKSTNK, Fheredia, sietec, Jony, Zylc, Bstorm, 
1978Gage2001, Lahi, aborrero, Gq86, GoranSMilovanovic, Chicocvenancio, 
Allthingsgo, QZanden, Tbscho, LawExplorer, JJMC89, _jensen, rosalieper, 
Scott_WUaS, Jonas, Wikidata-bugs, Jitrixis, aude, Gryllida, Lydia_Pintscher, 
scfc, Mbch331, Jay8g, bd808
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T221632: Storage capacity upgrade for WDQS

2020-04-08 Thread TJones
TJones closed subtask T246343: Service implementation on 
wdqs200[7-8].codfw.wmnet as "Resolved".

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

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

To: Gehel, TJones
Cc: wiki_willy, mark, RobH, faidon, Smalyshev, Aklapper, Gehel, CBogen, 
darthmon_wmde, Nandana, 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] [Closed] T246343: Service implementation on wdqs200[7-8].codfw.wmnet

2020-04-08 Thread TJones
TJones closed this task as "Resolved".

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

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

To: Gehel, TJones
Cc: elukey, Aklapper, Gehel, CBogen, darthmon_wmde, Nandana, 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] T241338: Allow linking to specific statements in Structured data on Commons

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


  Change 583091 **merged** by jenkins-bot:
  [mediawiki/extensions/WikibaseMediaInfo@master] Allow linking to specific 
statements
  
  https://gerrit.wikimedia.org/r/583091

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

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

To: matthiasmullie, gerritbot
Cc: Tacsipacsi, Salgo60, Ramsey-WMF, Cparle, matthiasmullie, Multichill, 
dcausse, Jarekt, Aklapper, Oblanco79, Alter-paule, Beast1978, CBogen, Un1tY, 
Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, Kent7301, 
Meekrab2012, joker88john, CucyNoiD, Nandana, NebulousIris, JKSTNK, Gaboe420, 
Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, 
PDrouin-WMF, Gq86, Af420, E1presidente, Darkminds3113, Anooprao, SandraF_WMF, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, 
QZanden, Tramullas, Acer, LawExplorer, WSH1906, Lewizho99, Maathavan, 
Silverfish, Poyekhali, _jensen, rosalieper, Taiwania_Justo, Scott_WUaS, 
Susannaanas, Ixocactus, Wong128hk, Jane023, Wikidata-bugs, Base, aude, 
El_Grafo, Dinoguy1000, Ricordisamoa, Wesalius, Lydia_Pintscher, Fabrice_Florin, 
Raymond, Jdforrester-WMF, Steinsplitter, Mbch331, Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249701: maps/wdqs: traffic to maps2004 dropped by iptables

2020-04-08 Thread Gehel
Gehel added a project: Discovery-Search (Current work).
Gehel added a comment.


  This is temporary during data reload on maps master (T249086 
). Note that looking at logs, I only 
found dropped packets from maps200[1-3], not from wdqs2001.

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

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

To: Gehel
Cc: Gehel, ayounsi, Aklapper, CBogen, Alilje, darthmon_wmde, Nandana, Lahi, 
Gq86, Looniverse, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, 
Orienteerix, merbst, LawExplorer, _jensen, rosalieper, JGirault, Scott_WUaS, 
Jonas, phabyogi, Xmlizer, Susannaanas, lxbarth, jkroll, Planemad, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Yurik, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249680: Clients failing API login due to dependence on "Set-Cookie" header name casing

2020-04-08 Thread Anomie
Anomie edited projects, added Traffic, Core Platform Team Workboards (Clinic 
Duty Team); removed MediaWiki-API, Core Platform Team, Wikidata.
Anomie added a comment.
Restricted Application added a project: Operations.


  There was no change to MediaWiki with respect to output of Set-Cookie 
headers. For that matter, MediaWiki does not directly output the Set-Cookie 
headers at all, it simply calls PHP's setcookie  
function and PHP handles the output.
  
  Further, the headers output from PHP itself are in fact using the 
"Set-Cookie" casing:
  
anomie@mwdebug1002:~$ curl -v -H 'Host: it.wikipedia.org' 
"http://$(hostname 
-i)/w/api.php?action=query&meta=tokens&type=login&format=json"; echo
*   Trying 10.64.0.46...
* TCP_NODELAY set
* Connected to 10.64.0.46 (10.64.0.46) port 80 (#0)
> GET /w/api.php?action=query&meta=tokens&type=login&format=json HTTP/1.1
> Host: it.wikipedia.org
> User-Agent: curl/7.52.1
> Accept: */*
> 
< HTTP/1.1 200 OK
< Date: Wed, 08 Apr 2020 13:03:42 GMT
< Server: mwdebug1002.eqiad.wmnet
< X-Powered-By: PHP/7.2.26-1+0~20191218.33+debian9~1.gbpb5a340+wmf1
< X-Content-Type-Options: nosniff
< P3P: CP="See https://it.wikipedia.org/wiki/Special:CentralAutoLogin/P3P 
for more info."
< X-Analytics: ns=-1;special=Badtitle
< X-Frame-Options: DENY
< Content-Disposition: inline; filename=api-result.json
< Cache-Control: private, must-revalidate, max-age=0
< Vary: Accept-Encoding
< Set-Cookie: itwikiSession=REDACTED; path=/; HttpOnly
< Set-Cookie: forceHTTPS=true; path=/; HttpOnly
< Backend-Timing: D=122696 t=1586351022770756
< Transfer-Encoding: chunked
< Content-Type: application/json; charset=utf-8
  
  But as noted, the request hitting the public IP rather than the internal 
appserver do return the headers in lowercase
  
anomie@mwdebug1002:~$ curl --http1.1 -v 
"https://it.wikipedia.org/w/api.php?action=query&meta=tokens&type=login&format=json";;
 echo
*   Trying 2620:0:861:ed1a::1...
* TCP_NODELAY set
* Connected to it.wikipedia.org (2620:0:861:ed1a::1) port 443 (#0)
[... bunch of TLS debugging info ...]
*  SSL certificate verify ok.
> GET /w/api.php?action=query&meta=tokens&type=login&format=json HTTP/1.1
> Host: it.wikipedia.org
> User-Agent: curl/7.52.1
> Accept: */*
> X-Wikimedia-Debug: backend=mwdebug1002.eqiad.wmnet
> 
< HTTP/1.1 200 OK
< date: Wed, 08 Apr 2020 13:13:43 GMT
< server: mwdebug1002.eqiad.wmnet
< x-powered-by: PHP/7.2.26-1+0~20191218.33+debian9~1.gbpb5a340+wmf1
< x-content-type-options: nosniff
< p3p: CP="See https://it.wikipedia.org/wiki/Special:CentralAutoLogin/P3P 
for more info."
< x-frame-options: DENY
< content-disposition: inline; filename=api-result.json
< cache-control: private, must-revalidate, max-age=0
< vary: Accept-Encoding
< set-cookie: itwikiSession=REDACTED; path=/; secure; HttpOnly
< set-cookie: forceHTTPS=true; path=/; HttpOnly
< backend-timing: D=74049 t=1586351623859249
< content-type: application/json; charset=utf-8
< x-envoy-upstream-service-time: 74
< X-ATS-Timestamp: 1586351623
< X-Varnish: 497730494
< Age: 0
< X-Cache: cp1081 pass, cp1079 pass
< X-Cache-Status: pass
< Server-Timing: cache;desc="pass"
< Strict-Transport-Security: max-age=106384710; includeSubDomains; preload
< Set-Cookie: 
WMF-Last-Access=08-Apr-2020;Path=/;HttpOnly;secure;Expires=Sun, 10 May 2020 
12:00:00 GMT
< Set-Cookie: 
WMF-Last-Access-Global=08-Apr-2020;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Sun,
 10 May 2020 12:00:00 GMT
< X-Client-IP: 2620:0:861:101:10:64:0:46
< Set-Cookie: GeoIP=US:::37.75:-97.82:v4; Path=/; secure; 
Domain=.wikipedia.org
< Accept-Ranges: bytes
< Content-Length: 100
< Connection: keep-alive
  
  On that basis, I'm going to poke this to #Traffic 
. My vaguely-informed guess 
would be that something has recently started to use HTTP/2 in communication 
between the front and back ends, and HTTP/2 of course requires header field 
names be transmitted in lowercase (RFC 7540 § 8.1.2 
).
  
  But as you noted, there's nothing actually //wrong// with the response. 
According to both RFC 2616  
(HTTP/1.1, June 1999) and RFC 1945 
 (HTTP/1.0, May 1996), header 
field names are case insensitive. I'll leave it to them to decide whether to 
close this as Invalid on that basis, or to try to munge things to output 
"Set-Cookie" instead of "set-cookie".

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

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

To: Anomie
Cc: Anomie, Afkbrb, Pintoch, Aklapper, eprodromou, Legado_Shulgi

[Wikidata-bugs] [Maniphest] [Retitled] T249680: Clients failing API login due to dependence on "Set-Cookie" header name casing

2020-04-08 Thread Anomie
Anomie renamed this task from "Wikidata password login via MediaWiki API fails" 
to "Clients failing API login due to dependence on "Set-Cookie" header name 
casing".

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

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

To: Anomie
Cc: Afkbrb, Pintoch, Aklapper, darthmon_wmde, WDoranWMF, holger.knust, 
EvanProdromou, DannyS712, Nandana, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, Sethakill, dg711, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Pchelolo, Wikidata-bugs, aude, jayvdb, Anomie, Nikerabbit, Mbch331, 
Rxy, Legoktm
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T249720: Make “go back” buttons go back in the app

2020-04-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Bridge-Sprint-18.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Add a new action to clear `applicationErrors` and set `applicationStatus` 
back to READY, most likely, and then dispatch that action from both copies of 
the “back” button (error page and header).
  
  Note: this task includes browser tests (using T249715 
), including tests that whatever 
value the user entered into the text field is still there when the text field 
is shown again (it wasn’t lost in the meantime).

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

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

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


[Wikidata-bugs] [Maniphest] [Created] T249719: Add “back” button to header when appropriate

2020-04-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Bridge-Sprint-18.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Wired up somewhere in the outcome of T249713 
, using store logic from T249718 
.

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

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

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


[Wikidata-bugs] [Maniphest] [Created] T249721: Tracking of generic save errors

2020-04-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Bridge-Sprint-18.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  In order to know which errors need to receive more specific handling, we 
would like to track how often different kinds of save errors happen. The 
details of this task are not decided yet, and it ties in with the ongoing 
discussion at T249120: Add tracking of errors 
.

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

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

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


[Wikidata-bugs] [Maniphest] [Created] T249714: Add new component for generic error screen on save

2020-04-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Bridge-Sprint-18.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Similar to `ErrorUnknown`, but with different messages and an extra “go back” 
button (which is hidden on mobile). Naming suggestions include `ErrorSaving` 
and `ErrorUnknownSaving`. The “retry save” button does not do anything yet, 
that is a separate task. The same goes for the “back” button.

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

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

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


[Wikidata-bugs] [Maniphest] [Created] T249716: Retry save when clicking “retry save” button

2020-04-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Bridge-Sprint-18.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  This probably consists of “clear `applicationErrors`” and then “dispatch 
`saveBridge` again”, which should likely be wrapped up in a single new action.
  
  Note: this task includes browser tests (using T249715 
).

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

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

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


[Wikidata-bugs] [Maniphest] [Created] T249718: Add more error information to store

2020-04-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Bridge-Sprint-18.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  The header component needs to know whether the current errors are of a kind 
such that a “back” button may be shown (only on mobile) or not; `ErrorWrapper` 
has similar logic when deciding which more specific error to show. Extract some 
of that to the store. (The scope and details of this are not clear yet.)

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

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

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


[Wikidata-bugs] [Maniphest] [Created] T249717: Wire up generic save error component in ErrorWrapper

2020-04-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Bridge-Sprint-18.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Note: this task includes browser tests (T249715 
).

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

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

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


[Wikidata-bugs] [Maniphest] [Created] T249711: Add “neutral” button type to EventEmittingButton

2020-04-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Bridge-Sprint-18.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  `neutral` is similar to `primaryProgressive`, but with different colors. See 
Figma for details.

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

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

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


[Wikidata-bugs] [Maniphest] [Created] T249712: Add “back” button type to EventEmittingButton

2020-04-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Bridge-Sprint-18.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  `back` is similar to `close` (also icon-only), but with a different icon.

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

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

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


[Wikidata-bugs] [Maniphest] [Created] T249715: Add capability to provoke generic save error to browser tests

2020-04-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Bridge-Sprint-18.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  For several other tasks, browser tests must be able to provoke the generic 
error screen on save. One way to do that is to delete the target item; browser 
tests that want to use the “retry” button would additionally have to undelete 
the item before that. But other options might also work – faking network 
traffic, for example (or potentially disabling it via setNetworkConnection 
).

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

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

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


[Wikidata-bugs] [Maniphest] [Created] T249713: Extract header out of App

2020-04-08 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Bridge-Sprint-18.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  The templating for the Bridge header should move out of `App` into a 
dedicated component. It’s not decided yet whether that component will directly 
use `ProcessDialogHeader`, or whether it will switch (depending on whether 
there may be a “back” button or not) between two other components, each of 
which then uses `ProcessDialogHeader`, but in either case, the component that 
is mounted by `App` will look at the store and make that decision. (The 
“back”/“close” toggle is then made via CSS, both buttons are always present in 
the DOM if the current status + errors call for a “back” option.) But in any 
case, actually introducing that distinction is subject of a separate task.

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T244341: Wikibase RDF dump: stop using blank nodes for encoding SomeValue and OWL constraints

2020-04-08 Thread Gehel
Gehel added a project: Discovery-Search (Current work).

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

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

To: Gehel
Cc: Luitzen, VladimirAlexiev, Lea_Lacroix_WMDE, Jheald, Daniel_Mietchen, 
mkroetzsch, Denny, Lucas_Werkmeister_WMDE, Aklapper, dcausse, CBogen, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2020-04-08 Thread Gehel
Gehel added a project: Discovery-Search (Current work).

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

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

To: Gehel
Cc: Ladsgroup, Multichill, darthmon_wmde, Iamamz3, Smalyshev, Ottomata, 
JAllemandou, Aklapper, Zbyszko, Gehel, dcausse, NavinRizwi, CBogen, DannyS712, 
Nandana, 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] [Changed Project Column] T246497: WDQS Categories update lag alert

2020-04-08 Thread Gehel
Gehel moved this task from In Progress to To Be Deployed on the 
Discovery-Search (Current work) board.
Gehel added a comment.


  We are fixing an issue in blazegraph that failed categories update in the 
next deployment. This should be fixed after the deployment is completed.

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

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

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

To: Gehel
Cc: dcausse, ayounsi, Aklapper, CBogen, darthmon_wmde, Legado_Shulgin, Nandana, 
Davinaclare77, Qtn1293, Techguru.pc, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, Th3d3v1ls, Hfbn0, QZanden, EBjune, merbst, LawExplorer, 
Zppix, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, Wong128hk, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, faidon, Mbch331, Rxy, 
Jay8g, fgiunchedi
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T246497: WDQS Categories update lag alert

2020-04-08 Thread Gehel
Gehel added a project: Discovery-Search (Current work).

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

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

To: Gehel
Cc: dcausse, ayounsi, Aklapper, CBogen, darthmon_wmde, Legado_Shulgin, Nandana, 
Davinaclare77, Qtn1293, Techguru.pc, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, Th3d3v1ls, Hfbn0, QZanden, EBjune, merbst, LawExplorer, 
Zppix, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, Wong128hk, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, faidon, Mbch331, Rxy, 
Jay8g, fgiunchedi
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T238661: Step 1: nicer formatting of reference snaks (impact: high)

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

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

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

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


[Wikidata-bugs] [Maniphest] [Retitled] T249493: Storybook not usable in IE 11 (tainted refs)

2020-04-08 Thread Addshore
Addshore renamed this task from "Storybook not usable in IE 11" to "Storybook 
not usable in IE 11 (tainted refs)".

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

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

To: Addshore
Cc: Aklapper, Pablo-WMDE, Sarai-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] [Retitled] T249492: Storybook not usable in IE 11 (termbox)

2020-04-08 Thread Addshore
Addshore renamed this task from "Storybook not usable in IE 11" to "Storybook 
not usable in IE 11 (termbox)".

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

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

To: Addshore
Cc: Aklapper, 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] [Updated] T238661: Step 1: nicer formatting of reference snaks (impact: high)

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

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

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

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


[Wikidata-bugs] [Maniphest] [Commented On] T238661: Step 1: nicer formatting of reference snaks (impact: high)

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


  Change 583664 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] ApiFormatReference: add basic tests
  
  https://gerrit.wikimedia.org/r/583664

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T249124: Wire up reload button and reloading logic

2020-04-08 Thread darthmon_wmde
darthmon_wmde added a project: Wikidata-Bridge-Sprint-18.

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

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

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


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

2020-04-08 Thread darthmon_wmde
darthmon_wmde added a project: Wikidata-Bridge-Sprint-18.

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T249120: Add tracking of errors

2020-04-08 Thread darthmon_wmde
darthmon_wmde added a project: Wikidata-Bridge-Sprint-18.

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T249123: Mend ErrorUnknown to show information per mock-up

2020-04-08 Thread darthmon_wmde
darthmon_wmde added a project: Wikidata-Bridge-Sprint-18.

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T249118: Implement the "reload" functionality

2020-04-08 Thread darthmon_wmde
darthmon_wmde added a project: Wikidata-Bridge-Sprint-18.

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

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

To: Lucas_Werkmeister_WMDE, darthmon_wmde
Cc: Michael, Aklapper, Pablo-WMDE, Oblanco79, Alter-paule, Beast1978, Un1tY, 
Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, 
Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, 
Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, 
Af420, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
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] T240083: "User::loadFromSession called before the end of Setup.php" (violation by Wikibase/ULS) [Story Points 5]

2020-04-08 Thread daniel
daniel added a comment.


  Note the the solution that was just merged is quite far from what is 
discussed in the task description. If further work is desired here, please 
re-open.

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

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

To: Anomie, daniel
Cc: Anomie, daniel, Ladsgroup, Addshore, Nikerabbit, Krinkle, Aklapper, 
eprodromou, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Agabi10, Taiwania_Justo, Scott_WUaS, 
Pchelolo, Wikidata-bugs, aude, Amire80, Arrbee, santhosh, KartikMistry, 
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] T240083: "User::loadFromSession called before the end of Setup.php" (violation by Wikibase/ULS) [Story Points 5]

2020-04-08 Thread daniel
daniel moved this task from Waiting for Review to Done on the Core Platform 
Team Workboards (Clinic Duty Team) board.
daniel closed this task as "Resolved".

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

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

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

To: Anomie, daniel
Cc: Anomie, daniel, Ladsgroup, Addshore, Nikerabbit, Krinkle, Aklapper, 
eprodromou, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Agabi10, Taiwania_Justo, Scott_WUaS, 
Pchelolo, Wikidata-bugs, aude, Amire80, Arrbee, santhosh, KartikMistry, 
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] T248087: Step 1: Improved generic error screen: on save (impact: high)

2020-04-08 Thread darthmon_wmde
darthmon_wmde edited projects, added Wikidata-Bridge-Sprint-18; removed 
Wikidata-Bridge.

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T240083: "User::loadFromSession called before the end of Setup.php" (violation by Wikibase/ULS) [Story Points 5]

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

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

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

To: Anomie, Maintenance_bot
Cc: Anomie, daniel, Ladsgroup, Addshore, Nikerabbit, Krinkle, Aklapper, 
eprodromou, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Agabi10, Taiwania_Justo, Scott_WUaS, 
Pchelolo, Wikidata-bugs, aude, Amire80, Arrbee, santhosh, KartikMistry, 
Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Kent7301, 
Meekrab2012, joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Af420, Darkminds3113, 
Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, 
Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249556: Structured Data interface does not work on IE11

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

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

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

To: matthiasmullie, Maintenance_bot
Cc: LucasWerkmeister, Nikki, Aklapper, 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, Oblanco79, 
Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
Kent7301, Meekrab2012, joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Af420, Darkminds3113, 
Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, 
Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T240211: Step 1: finalize edit flow name (impact: medium)

2020-04-08 Thread darthmon_wmde
darthmon_wmde edited projects, added Wikidata-Bridge-Sprint-18; removed 
Wikidata-Bridge.

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T240223: Step 1: Ensure that Wikidata Bridge uses fresh entity data (impact: high)

2020-04-08 Thread darthmon_wmde
darthmon_wmde edited projects, added Wikidata-Bridge-Sprint-18; removed 
Wikidata-Bridge.

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T240083: "User::loadFromSession called before the end of Setup.php" (violation by Wikibase/ULS) [Story Points 5]

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

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

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

To: Anomie, ReleaseTaggerBot
Cc: Anomie, daniel, Ladsgroup, Addshore, Nikerabbit, Krinkle, Aklapper, 
Oblanco79, Alter-paule, Beast1978, Un1tY, eprodromou, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, Kent7301, Meekrab2012, joker88john, 
DannyS712, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Agabi10, Taiwania_Justo, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Amire80, Arrbee, santhosh, KartikMistry, 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] T249556: Structured Data interface does not work on IE11

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

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

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

To: matthiasmullie, ReleaseTaggerBot
Cc: LucasWerkmeister, Nikki, Aklapper, Oblanco79, Alter-paule, Beast1978, 
CBogen, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, 
Kent7301, Meekrab2012, joker88john, CucyNoiD, Nandana, NebulousIris, JKSTNK, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, PDrouin-WMF, Gq86, Af420, E1presidente, Ramsey-WMF, Cparle, 
Darkminds3113, Anooprao, SandraF_WMF, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Tramullas, Acer, LawExplorer, 
Salgo60, WSH1906, 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] T249120: Add tracking of errors

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

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

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

To: Lucas_Werkmeister_WMDE, ReleaseTaggerBot
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, Pablo-WMDE, Oblanco79, 
Alter-paule, Beast1978, Un1tY, Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, 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] T249698: Create Dump of Prototype Data on Wiki

2020-04-08 Thread Ladsgroup
Ladsgroup moved this task from Doing to Peer Review on the Wikidata - Reference 
Treasure Hunt board.
Ladsgroup added a comment.


  
https://www.wikidata.org/wiki/User:Amir_Sarabadani_(WMDE)/Reference_island_first_result

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

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

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

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


[Wikidata-bugs] [Maniphest] [Commented On] T249120: Add tracking of errors

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


  Change 585513 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] bridge: introduce “initialization 
error” type
  
  https://gerrit.wikimedia.org/r/585513

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

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

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


[Wikidata-bugs] [Maniphest] [Created] T249701: maps/wdqs: traffic to maps2004 dropped by iptables

2020-04-08 Thread ayounsi
ayounsi created this task.
ayounsi added projects: Maps, Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  See https://logstash.wikimedia.org/goto/56eb965449061de26623ecb2b6d91c9c
  
  On April 2nd, maps2004 started logging a large amount of discarded (by 
iptables) packets from maps2001 and wdqs2001 towards maps2004:5432
  
  It's not urgent, but:
  1/ It might be the sign of a miss-configuration or larger issue
  2/ It floods the logs with ~2000 messages/h :)
  
  Please investigate it and either stop/re-configure what is sending the 
packets being dropped, or update Ferm to permit them.
  
  Thanks!

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

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

To: ayounsi
Cc: Gehel, ayounsi, Aklapper, Alilje, darthmon_wmde, Nandana, Lahi, Gq86, 
Looniverse, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, 
Orienteerix, merbst, LawExplorer, _jensen, rosalieper, JGirault, Scott_WUaS, 
Jonas, phabyogi, Xmlizer, Susannaanas, lxbarth, jkroll, Planemad, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Yurik, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T157651: sql.php runs LoadExtensionSchemaUpdates

2020-04-08 Thread Tgr
Tgr added a comment.


  I would suggest the opposite: keep `sql.php`, drop `patchSql.php`. I don't 
think many people are familiar with the latter (compare patchSql 

 vs sql 

 docs for example) and I don't think it's terribly useful - passing a file path 
is more user-friendly than passing a patch name. And it does not even replace 
the schema vars, meaning it's actively harmful to anyone who uses table 
prefixes or non-default table settings.
  
  So, IMO
  
  - keep `mysql.php` which is indeed widely used at least in Wikimedia 
production for debugging, more user-friendly than sql.php (which channels query 
output through PHP which does weird things to it) and not problematic (it 
already requires a write flag for performing any changes - although that relies 
on a master/slave distinction so that could be improved, cf T249683#6039238 
 - and does not accidentally 
run updares).
  - kill `patchSql.php` which is IMO pretty useless. (Probably worth a wikitech 
question to ensure it is indeed not used.)
  - keep `sql.php` manual debugging mode, which is the only way to debug a 
non-MySQL server, but require an explicit `--debug` flag used. Do not invoke 
the updater (not even for variable transformations) when that's used, it seems 
pointless and just extra code path exposure (cf the fatal error it gave during 
the incident).
  - keep `sql.php` for running scripts but require a `--write` flag like 
`mysql.php` does for scripts that change data. (I would even separate an admin 
mode for schema changes and a write mode for data changes via a restricted 
user.)
  - if `sql.php` is invoked with no script file and `--debug` flag just exit 
with an error (and without creating a DatabaseUpdater or doing anything else 
nontrivial).

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

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

To: Tgr
Cc: Jdforrester-WMF, kostajh, WMDE-leszek, Addshore, Anomie, alaa_wmde, daniel, 
Ladsgroup, Pablo-WMDE, kchapman, Krinkle, Catrope, Reception123, gerritbot, 
aaron, Aklapper, Tgr, Oblanco79, Alter-paule, NavinRizwi, Beast1978, Un1tY, 
Demian, eprodromou, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, 94rain, CucyNoiD, Nandana, 
Lens0021, NebulousIris, jijiki, Gaboe420, Jony, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 45Jayjay1969, Jayprakash12345, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, Marostegui, EnricoCNC, LawExplorer, 
Vali.matei, WSH1906, Lewizho99, Minhnv-2809, Maathavan, elukey, _jensen, 
rosalieper, Agabi10, Taiwania_Justo, Scott_WUaS, Pchelolo, SBisson, Wong128hk, 
Wikidata-bugs, aude, Dcljr, Bawolff, Gryllida, jeblad, ArielGlenn, He7d3r, 
Mbch331, Rxy, Jay8g, Krenair, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


  1   2   >