[Wikidata-bugs] [Maniphest] T283333: Add dependabot change mirroring to Wikidata / Wikibase gerrit repositories

2022-03-11 Thread DannyS712
DannyS712 added a comment.


  I couldn't find a specific phab project for addbot, so linking here: 
https://github.com/wmde/dependabot-gerrit-action/pull/1 will *hopefully* 
automatically abandon closed patches

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

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

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


[Wikidata-bugs] [Maniphest] T303632: Interwiki links cannot be recovered

2022-03-11 Thread Largon_Dragon
Largon_Dragon created this task.
Largon_Dragon added projects: API Platform, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  1. I am trying to recover the Wikipedia page from the tab "In other projects" 
with the API but it is not working. Using this page as an example 
https://en.wikinews.org/wiki/Category:Oceania the Wikipedia in that tab is 
https://en.wikipedia.org/wiki/Insular_Oceania. However, if I use this query 
https://en.wikinews.org/w/api.php?action=query&prop=iwlinks&titles=Category:Oceania
 there is no reference to the "Insular_Oceania" page.
  
  2. In the same way, I am trying to recover the Wikipedia entry section from 
the Wikidata item https://www.wikidata.org/wiki/Q538 that should be 
https://en.wikipedia.org/wiki/Insular_Oceania. However, using the query 
https://www.wikidata.org//w/api.php?action=query&prop=iwlinks&titles=Q538 
doesn't recover any link at all from all the different entries in Wikipedia, 
Wikinews etc.

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

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

To: Largon_Dragon
Cc: Aklapper, Largon_Dragon, Astuthiodit_1, karapayneWMDE, Invadibot, DAbad, 
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] T303629: Include file information (imageinfo) in JSON output of MediaInfo entities

2022-03-11 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Aklapper, Nikki, Astuthiodit_1, karapayneWMDE, Invadibot, GFontenelle_WMF, 
maantietaja, FRomeo_WMF, CBogen, Nintendofan885, Akuckartz, Nandana, JKSTNK, 
Lahi, Gq86, E1presidente, Ramsey-WMF, Cparle, SandraF_WMF, GoranSMilovanovic, 
QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, _jensen, 
rosalieper, Scott_WUaS, Susannaanas, Jane023, Wikidata-bugs, Base, 
matthiasmullie, aude, Ricordisamoa, Wesalius, Lydia_Pintscher, Raymond, 
Steinsplitter, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T303629: Include file information (imageinfo) in JSON output of MediaInfo entities

2022-03-11 Thread Nikki
Nikki created this task.
Nikki added a project: SDC General.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **Feature summary** (what you would like to be able to do and where):
  The JSON output for MediaInfo entities should include the same file 
information that is included for RDF formats.
  
  For example, https://commons.wikimedia.org/wiki/Special:EntityData/M1547.ttl 
includes
  
sdc:M1547 a schema:MediaObject,
schema:AudioObject ;
  schema:encodingFormat "application/ogg" ;
  schema:contentUrl 
 ;
  schema:url 
 ;
  schema:contentSize "26195"^^xsd:integer ;
  schema:duration "PT1.369977324263S"^^xsd:duration .
  
  The only similar information included in 
https://commons.wikimedia.org/wiki/Special:EntityData/M1547.json is `"title": 
"File:Nl-Nederlands.ogg"`.
  
  Some other properties included in the RDF output but not the JSON output are 
`schema:height`, `schema:width` and `schema:numberOfPages`.
  
  **Use case(s)** (list the steps that you performed to discover that problem, 
and describe the actual underlying problem which you want to solve. Do not 
describe only a solution):
  
  Users have started running bots to duplicate this information as statements 
in the structured data (discussion here 
)
 where it can get out of sync.
  
  **Benefits** (why should this be implemented?):
  
  It would provide users of the JSON data with the same information as users of 
the RDF data.
  There would be no need to duplicate the data as statements, which requires 
less maintenance and the data would not get out of sync.

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

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

To: Nikki
Cc: Aklapper, Nikki, GFontenelle_WMF, FRomeo_WMF, CBogen, Nintendofan885, 
JKSTNK, Lahi, E1presidente, Ramsey-WMF, Cparle, SandraF_WMF, Tramullas, Acer, 
Salgo60, Silverfish, Susannaanas, Jane023, Wikidata-bugs, Base, matthiasmullie, 
Ricordisamoa, Wesalius, Lydia_Pintscher, Raymond, Steinsplitter
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T303317: Do word-level diff on textual fields in Wikibase diffs

2022-03-11 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: ItamarWMDE, Addshore, Manuel, 
Lydia_Pintscher.
Lydia_Pintscher removed a project: MediaWiki-extensions-WikibaseView.
Lydia_Pintscher added a comment.


  Thank you! The illustration is very helpful. I agree that this would be a 
very useful improvement, especially for patrollers.
  @Addshore @ItamarWMDE Any idea how big an endeavor this could be?

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

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

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


[Wikidata-bugs] [Maniphest] T283686: Replace Content::getNativeData() calls with TextContent::getText() in Wikibase

2022-03-11 Thread RussRogovetz
RussRogovetz added a comment.


  Hello team,
  I'm working on those sub-tasks to replace **Content::getNativeData()** to 
**TextContent::getText()**.
  For me is not clear how to replace it in **EntityContent** as it didn't have 
any dependency with **TextContent**.
  So we have public method **getNativeData** in **EntityContent** that 
implements from **Content**, we call this method in **getSize()**. As we 
deprecate **Content::getNativeData** we should remove any usage of this method 
there.
  And as I understand well the propose was to replace it with 
**TextContent::getText()**.
  Could you please provide more details about better way to replace it?

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

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

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