[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2024-03-13 Thread Michael
Michael added a project: Wikidata Sitelinks. TASK DETAIL https://phabricator.wikimedia.org/T324419 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Michael Cc: Lucas_Werkmeister_WMDE, Ifeatu_Nnaobi_WMDE, Oudedutchman, Manuel, Tacsipacsi, Aklapper,

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2024-01-30 Thread Bugreporter
Bugreporter added a comment. > The second scenario happens when a user attempts to use the 'add links' widget in Wiki A to link a redirect from another Wiki B. Note in this case it is possible that the user intended to connect the redirect target in Wiki B (does not know the Wiki B page

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2024-01-30 Thread Oudedutchman
Oudedutchman added a comment. Did I understand correctly that there are two scenarios that need to be addressed? The first scenario occurs when a user utilizes the 'add links' widget in Wiki A on a redirect page that is not linked to a Wikidata item. The second scenario happens when a user

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2023-12-04 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. The main code for it is in `client/resources/jquery.wikibase/jquery.wikibase.linkitem.js`, with some other files listed in the `jquery.wikibase.linkitem` ResourceLoader module in `extension-client.json`. TASK DETAIL

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2023-12-04 Thread Oudedutchman
Oudedutchman added a comment. Do you know where there is a code for this add links” gadget? I only see in `mediawiki/extensions/Wikibase` repo `RepoItemLinkGenerator.php` where private function getNewItemUrl( Title $title ) { $params = [

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2023-12-01 Thread Tacsipacsi
Tacsipacsi added a comment. In T324419#9374215 , @Oudedutchman wrote: > For me it is actually navigating to the Special:NewItem if there are no interlanguage links. And I could not find any “add links” gadget. Tested on

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2023-12-01 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE removed a project: Patch-For-Review. Lucas_Werkmeister_WMDE added a comment. (Patch moved to T324420 .) TASK DETAIL https://phabricator.wikimedia.org/T324419 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2023-12-01 Thread Oudedutchman
Oudedutchman removed a project: MediaWiki-extensions-WikibaseRepository. TASK DETAIL https://phabricator.wikimedia.org/T324419 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Oudedutchman Cc: Lucas_Werkmeister_WMDE, Ifeatu_Nnaobi_WMDE, Oudedutchman,

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2023-12-01 Thread Oudedutchman
Oudedutchman added a comment. For me it is actually navigating to the Special:NewItem if there are no interlanguage links. And I could not find any “add links” gadget. TASK DETAIL https://phabricator.wikimedia.org/T324419 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2023-11-30 Thread Tacsipacsi
Tacsipacsi added a comment. It //links// to Special:NewItem, but a click handler brings up a dialog window (rather than navigating away) if there are no interlanguage links: that is the “add links” gadget. Being a JavaScript tool, it uses the MediaWiki action API, not a special page. TASK

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2023-11-30 Thread Oudedutchman
Oudedutchman added a comment. @Tacsipacsi as far as I understand we first need to allow creation of item with sitelinks to redirect, because client basically points to the Special:NewItem TASK DETAIL https://phabricator.wikimedia.org/T324419 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2023-11-30 Thread Oudedutchman
Oudedutchman added a project: MediaWiki-extensions-WikibaseRepository. TASK DETAIL https://phabricator.wikimedia.org/T324419 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Oudedutchman Cc: Lucas_Werkmeister_WMDE, Ifeatu_Nnaobi_WMDE, Oudedutchman,

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2023-11-30 Thread Oudedutchman
Oudedutchman added a subscriber: Lucas_Werkmeister_WMDE. Oudedutchman added a comment. @Lucas_Werkmeister_WMDE I want to start contributing to Wikibase, and for this purpose, I decided to begin with this issue. I've made an initial commit in which I've added the capability to create a new

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2023-11-30 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T324419 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: Ifeatu_Nnaobi_WMDE, Oudedutchman, Manuel, Tacsipacsi, Aklapper, Stang, Ericliu1912,

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2023-11-30 Thread gerritbot
gerritbot added a comment. Change 979156 had a related patch set uploaded (by Oudedutchman; author: Oudedutchman): [mediawiki/extensions/Wikibase@master] Allow creating a new item for redirects https://gerrit.wikimedia.org/r/979156 TASK DETAIL

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2023-11-22 Thread Manuel
Manuel added a project: MediaWiki-extensions-WikibaseClient. Manuel added a subscriber: Ifeatu_Nnaobi_WMDE. Manuel added a comment. Hi @Oudedutchman, thank you for adding me. I don't know of any updates on this from our side, but I am now mainly working on analytics so I can't be sure. Are

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2023-11-22 Thread Oudedutchman
Oudedutchman added a comment. @Manuel Any updated on this issue? TASK DETAIL https://phabricator.wikimedia.org/T324419 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Oudedutchman Cc: Oudedutchman, Manuel, Tacsipacsi, Aklapper, Stang,

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2023-01-26 Thread Caenus
Caenus added a parent task: T320491: [EPIC] Solve the Bonnie & Clyde problem. TASK DETAIL https://phabricator.wikimedia.org/T324419 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Caenus Cc: Manuel, Tacsipacsi, Aklapper, Stang, Ericliu1912,

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2023-01-07 Thread Tacsipacsi
Tacsipacsi added a comment. I think the default badge should be intentional sitelink to redirect , as we can assume that if the user opens a redirect page and decides to attach it to Wikidata, they know what they’re doing. However, if the page is

[Wikidata-bugs] [Maniphest] T324419: Allow connecting redirects using sitelink widget

2022-12-04 Thread Bugreporter
Bugreporter created this task. Bugreporter added a project: Wikidata. Restricted Application added subscribers: Ericliu1912, Stang, Aklapper. TASK DESCRIPTION Reproduce: - Find a redirect page such as this one: https://zh.wikipedia.org/w/index.php?title=%E6%9C%89%E5%90%91%E5%9B%BE=no -