[Wikidata-bugs] [Maniphest] T296572: wikibase-noentity (“this entity does not exist”) message shown on missing main-namespace pages on Commons

2021-11-27 Thread LucasWerkmeister
LucasWerkmeister added a comment.


  Caused by ViewEntityAction::onBeforeDisplayNoArticleText() 

 using a general entity namespace lookup instead of a local one, I believe; 
similar to T292336: Inconsistency on Special:Contributions for some edits 
.

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

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

To: LucasWerkmeister
Cc: Aklapper, LucasWerkmeister, Invadibot, GFontenelle_WMF, maantietaja, Y.ssk, 
FRomeo_WMF, Muchiri124, CBogen, Nintendofan885, Akuckartz, Nandana, JKSTNK, 
lucamauri, Lahi, Gq86, Af420, E1presidente, Ramsey-WMF, Cparle, Anoop, 
SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Salgo60, 
Silverfish, Poyekhali, _jensen, rosalieper, Taiwania_Justo, Scott_WUaS, 
MuhammadShuaib, Susannaanas, Ixocactus, LNDDYL, Psychoslave, Wong128hk, 
Jane023, Wikidata-bugs, Base, matthiasmullie, aude, El_Grafo, Dinoguy1000, 
Ricordisamoa, Wesalius, Lydia_Pintscher, Raymond, Arrbee, KartikMistry, 
Steinsplitter, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296572: wikibase-noentity (“this entity does not exist”) message shown on missing main-namespace pages on Commons

2021-11-27 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Aklapper, LucasWerkmeister, Invadibot, GFontenelle_WMF, maantietaja, Y.ssk, 
FRomeo_WMF, Muchiri124, CBogen, Nintendofan885, Akuckartz, Nandana, JKSTNK, 
lucamauri, Lahi, Gq86, Af420, E1presidente, Ramsey-WMF, Cparle, Anoop, 
SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Salgo60, 
Silverfish, Poyekhali, _jensen, rosalieper, Taiwania_Justo, Scott_WUaS, 
MuhammadShuaib, Susannaanas, Ixocactus, LNDDYL, Psychoslave, Wong128hk, 
Jane023, Wikidata-bugs, Base, matthiasmullie, aude, El_Grafo, Dinoguy1000, 
Ricordisamoa, Wesalius, Lydia_Pintscher, Raymond, Arrbee, KartikMistry, 
Steinsplitter, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296572: wikibase-noentity (“this entity does not exist”) message shown on missing main-namespace pages on Commons

2021-11-27 Thread AntiCompositeNumber
AntiCompositeNumber added a project: Commons.

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

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

To: AntiCompositeNumber
Cc: Aklapper, LucasWerkmeister, GFontenelle_WMF, Y.ssk, FRomeo_WMF, Muchiri124, 
CBogen, Nintendofan885, Akuckartz, JKSTNK, lucamauri, Lahi, Gq86, Af420, 
E1presidente, Ramsey-WMF, Cparle, Anoop, SandraF_WMF, Tramullas, Acer, Salgo60, 
Silverfish, Poyekhali, Taiwania_Justo, MuhammadShuaib, Susannaanas, Ixocactus, 
LNDDYL, Psychoslave, Wong128hk, Jane023, Wikidata-bugs, Base, matthiasmullie, 
El_Grafo, Dinoguy1000, Ricordisamoa, Wesalius, Lydia_Pintscher, Raymond, 
Arrbee, KartikMistry, Steinsplitter, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296572: wikibase-noentity (“this entity does not exist”) message shown on missing main-namespace pages on Commons

2021-11-27 Thread LucasWerkmeister
LucasWerkmeister created this task.
LucasWerkmeister added projects: MediaWiki-extensions-WikibaseRepository, SDC 
General, MediaWiki-Internationalization.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **To reproduce**, visit any of the following links:
  
  - https://commons.wikimedia.org/w/index.php?title=doesnotexist&uselang=en-gb
  - https://commons.wikimedia.org/w/index.php?title=doesnotexist&uselang=de
  - https://commons.wikimedia.org/w/index.php?title=doesnotexist&uselang=qqx
  
  **What happens?**:
  The `wikibase-noentity` message is shown; in en-gb:
  
  > This entity does not exist. You can search the related logs 
 
to find out where it went.
  
  **What should have happened instead?**:
  Given that the main namespace on Wikimedia Commons is not used for entities, 
the regular `noarticletext` message should be shown instead, as happens e.g. on 
Project:doesnotexist 
.
  
  **Software version (if not a Wikimedia wiki), browser information, 
screenshots, other information, etc**:
  1.38.0-wmf.9 (6639f89 
),
 WikibaseRepo 8d8c1ed 

  
  Note: in English, it’s not obvious that this happens, because 
MediaWiki:Wikibase-noentity 
 is locally 
overridden to transclude `{{int:noarticletext}}`, effectively hiding the bug as 
long as you use the English user interface.

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

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

To: LucasWerkmeister
Cc: Aklapper, LucasWerkmeister, GFontenelle_WMF, FRomeo_WMF, CBogen, 
Nintendofan885, Akuckartz, JKSTNK, lucamauri, Lahi, Gq86, Af420, E1presidente, 
Ramsey-WMF, Cparle, Anoop, SandraF_WMF, Tramullas, Acer, Salgo60, Silverfish, 
MuhammadShuaib, Susannaanas, LNDDYL, Psychoslave, Jane023, Wikidata-bugs, Base, 
matthiasmullie, Ricordisamoa, Wesalius, Lydia_Pintscher, Raymond, Arrbee, 
KartikMistry, Steinsplitter, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T160281: URL-encoding of external-id values in Wikidata frontend breaks (some) links

2021-11-27 Thread Epidosis
Epidosis added a comment.


  Another problem of encoding: https://www.wikidata.org/wiki/Property:P2549 
contains "&" in its IDs and due to encode all the links are broken. Could this 
be solved? Thanks!

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

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

To: Lydia_Pintscher, Epidosis
Cc: Nikki, CamelCaseNick, Lydia_Pintscher, Tom.Reding, Epidosis, MrFulano, 
Capmo, Ghouston, Abbe98, Jc86035, Marsupium, Manu1400, Pasleim, Aklapper, 
MisterSynergy, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T292282: Add env flag to enable simulated errors via ModHeader

2021-11-27 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".
Lydia_Pintscher moved this task from Test (Verification) to Done on the 
Mismatch Finder (Mismatch Finder - sprint 11) board.
Lydia_Pintscher added a comment.


  \o/

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

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

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

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


[Wikidata-bugs] [Maniphest] T285845: drop an upload from the mismatch store based on its ID

2021-11-27 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  Can some give me a quick hint how I would drop an upload now so I can test it?

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

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

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


[Wikidata-bugs] [Maniphest] T287359: Mismatch Finder website footer

2021-11-27 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  \o/  Looking good!
  @Mattia_Capozzi_WMDE please check and close

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

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

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


[Wikidata-bugs] [Maniphest] T292110: Security Readiness Review For Improved Property Suggester/Recommender for Wikidata

2021-11-27 Thread Aklapper
Aklapper added a comment.


  @Michaelcochez: Please see 
https://www.mediawiki.org/wiki/Phabricator/Creating_and_renaming_projects - 
thanks!

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

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

To: Reedy, Aklapper
Cc: sbassett, Michaelcochez, Martaannaj, Lydia_Pintscher, Addshore, 
WMDE-leszek, karapayneWMDE, Aklapper, Invadibot, Devnull, maantietaja, 
Akuckartz, Jcross, Dsharpe, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Bawolff, Mbch331, Legoktm
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org