Page MenuHomePhabricator

Remove the "Add notifications" button in the Russian-language mobile app
Open, Needs TriagePublicBUG REPORT

Description

Screenshot_20251226-165032.png (1×933 px, 154 KB)

Russian:

В мобильном приложении Википедии на Андроид на русском языке при попытке редактирования статьи о персоналиях появляется «уведомление о правках» с кнопкой «добавить уведомления». Эту кнопку необходимо убрать по следующим причинам:

  1. Она перенаправляет пользователя в пространство MediaWiki, где редактировать могут только ограниченный круг участников (администраторы и инженеры).
  2. Кнопка доступна даже для участников, которые заблокированы.
  3. Она пытается создать бессмысленный шаблон Editnotice с кодом:
{{Editnotice
| type   = warning
| header =
| text   =
}}

Например, из статьи "Алентова, Вера Валентиновна" кнопка перенаправляет по такой ссылке: https://ru.wikipedia.org/w/index.php?title=MediaWiki:Editnotice-0-Алентова,_Вера_Валентиновна&action=edit&editintro=template:editintro/editnotice&summary=editnotice%20для%20[[Алентова,+Вера+Валентиновна]]&preload=template:preload/editnotice

English (google translate):

In the Russian-language Wikipedia app on Android, when trying to edit articles about people, an "edit notification" appears with a "Add notifications" button. This button should be removed for the following reasons:

  1. It redirects the user to the MediaWiki namespace, where only a limited group of participants (administrators and engineers) can make edits.
  2. The button is available even to users who are blocked.
  3. It attempts to create a meaningless Editnotice template with the code:
{{Editnotice
| type   = warning
| header =
| text   =
}}

For example, in the article "Алентова, Вера Валентиновна", the button redirects to the link: https://ru.wikipedia.org/w/index.php?title=MediaWiki:Editnotice-0-Алентова,_Вера_Валентиновна&action=edit&editintro=template:editintro/editnotice&summary=editnotice%20для%20[[Алентова,+Вера+Валентиновна]]&preload=template:preload/editnotice