[Wikidata-bugs] [Maniphest] T360826: Wikibase blocks merges to GrowthExperiments

2024-03-24 Thread Reedy
Reedy edited projects, added ci-test-error (WMF-deployed Build Failure); 
removed ci-test-error.

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

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

To: Reedy
Cc: Umherirrender, Jdforrester-WMF, Urbanecm_WMF, Aklapper, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, Sgs, karapayneWMDE, Invadibot, 
caldera, maantietaja, NavinRizwi, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Nattes, QZanden, KimKelting, LawExplorer, Iniquity, _jensen, 
rosalieper, Taiwania_Justo, Scott_WUaS, Wikidata-bugs, aude, geraki, 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] T360859: Timestamps with calendarmodel other than Q1985727 and Q1985786

2024-03-24 Thread Mitar
Mitar created this task.
Mitar added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Recently, a timestamp with calendarmodel https://www.wikidata.org/wiki/Q12138 
has been introduced into
  Wikidata: 
https://www.wikidata.org/w/index.php?title=Q105958428&oldid=2004936527
  
  I think this should not be possible and there should be checks to only allow 
values Q1985727 and Q1985786 as it is documented here: 
https://www.wikidata.org/wiki/Help:Dates#Time_datatype

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

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

To: Mitar
Cc: Aklapper, Mitar, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, KimKelting, 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] T360854: Statement values are left-aligned for rtl languages on the mobile site

2024-03-24 Thread Nikki
Nikki created this task.
Nikki added projects: Wikidata, Mobile, RTL.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: I18n.

TASK DESCRIPTION
  **Steps to replicate the issue** (include links if applicable):
  
  - Open https://m.wikidata.org/wiki/Q746157?uselang=he in a private window
  -
  -
  
  **What happens?**:
  
  Statement values are left-aligned even though the interface is in a rtl 
language.
  
  F43210804: Bildschirmfoto_2024-03-24_11-57-49.png 

  
  **What should have happened instead?**:
  
  Statement values should be right-aligned when the interface is in a rtl 
language.
  
  **Software version** (skip for WMF-hosted wikis like Wikipedia):
  
  **Other information** (browser name/version, screenshots, etc.):
  
  `.wikibase-statementview-mainsnak` and `.wikibase-snakview-value-container` 
both have `dir="auto"` and the mobile site has extra CSS which causes 
`.wikibase-snakview-value-container` to be displayed as an inline element.
  
  The `dir` attribute isolates the element, i.e. the direction inside the 
element won't affect anything outside the element, and the direction of 
anything outside the element won't affect anything inside the element 
(https://www.w3.org/International/articles/inline-bidi-markup/index.en.html 
describes how it works).
  
  What seems to be happening:
  
  Setting `dir="auto"` on `.wikibase-snakview-value-container` means its 
content does not affect the direction of its container.
  Setting `display: inline` causes it to only be as wide as its content and 
positioned in the parent element according to the parent element's direction.
  
  Setting `dir="auto"` on `.wikibase-statementview-mainsnak` means its 
direction is based only on its content.
  Its content is directionally isolated.
  It can't determine a direction from the parent elements or the child 
elements, and defaults to ltr.

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

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

To: Nikki
Cc: Aklapper, Nikki, Danny_Benjafield_WMDE, Astuthiodit_1, MaryMunyoki, 
Prufkick, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, srishakatux, KimKelting, 
Muhammed4IT, LawExplorer, _jensen, rosalieper, Scott_WUaS, Srdjan, 
MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Huji, Amire80, 
Gryllida, Shizhao, Arrbee, 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] T360852: Broken layout for maps in statements on the mobile site

2024-03-24 Thread Nikki
Nikki created this task.
Nikki added projects: Wikidata, Mobile, Maps (Kartographer).
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **Steps to replicate the issue** (include links if applicable):
  
  - Go to https://m.wikidata.org/wiki/Q746157 in a private window
  - Make the window approximately 950px wide (just narrow enough that it 
switches from 3 columns to 2 columns)
  -
  
  **What happens?**:
  
  The layout of the statements containing maps is broken:
  The map is displayed below the rank selector.
  The rest of the statement is displayed to the right of the map.
  When there are multiple statements, the next statement is also displayed next 
to the map.
  
  F43207160: Bildschirmfoto_2024-03-24_11-00-19.png 

  
  **What should have happened instead?**:
  
  The map should be displayed to the right of the rank selector.
  The rest of the statement should be displayed below the map.
  Each statement should start on a new line.
  
  **Software version** (skip for WMF-hosted wikis like Wikipedia):
  
  **Other information** (browser name/version, screenshots, etc.):
  
  This seems to be caused by a "floatleft" class on the map element, which 
seems to be coming from Kartographer.

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

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

To: Nikki
Cc: Nikki, Aklapper, Danny_Benjafield_WMDE, mrephabricator, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Alilje, Nabetaro, 
Nandana, MSantos, Lahi, Gq86, Looniverse, GoranSMilovanovic, Sturm, QZanden, 
Orienteerix, KimKelting, LawExplorer, Ddproxy, _jensen, rosalieper, JGirault, 
Scott_WUaS, phabyogi, GAllegre, Susannaanas, ferdbold, lxbarth, Planemad, 
Wikidata-bugs, aude, awight, Yurik, TheDJ, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org