[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, Stang, Ericliu1912, Bugreporter, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, lucamauri, 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] 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 is redirect), so we 
should not add a redirect badge directly (instead we may first let user confirm 
which page they should link).
  Anyway the first scenario may be more important.

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

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

To: Bugreporter
Cc: Lucas_Werkmeister_WMDE, Ifeatu_Nnaobi_WMDE, Oudedutchman, Manuel, 
Tacsipacsi, Aklapper, Stang, Ericliu1912, Bugreporter, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, lucamauri, 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] 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 attempts to use the 'add links' widget in 
Wiki A to link a redirect from another Wiki B. In this second scenario, the 
page in Wiki A may also be a redirect.

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, Manuel, 
Tacsipacsi, Aklapper, Stang, Ericliu1912, Bugreporter, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, lucamauri, 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] 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
  https://phabricator.wikimedia.org/T324419

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Ifeatu_Nnaobi_WMDE, Oudedutchman, Manuel, 
Tacsipacsi, Aklapper, Stang, Ericliu1912, Bugreporter, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, lucamauri, 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] 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 = [
'site' => $this->siteGlobalId,
'page' => $title->getPrefixedText(),
];

$url = $this->repoLinker->getPageUrl( 'Special:NewItem' );
$url = $this->repoLinker->addQueryParams( $url, $params );

return $url;
}

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, Manuel, 
Tacsipacsi, Aklapper, Stang, Ericliu1912, Bugreporter, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, lucamauri, 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] 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 https://test.wikipedia.org/wiki/Test%E0%BA%81%E0%BB%8D%E0%BB%89, 
clicking on the //Add links// link did open up the gadget for me. It looks like 
this:
  
  F41551851: Screenshot 2023-12-01 at 21-55-43 Testກໍ້ - Test Wikipedia.png 


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

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

To: Tacsipacsi
Cc: Lucas_Werkmeister_WMDE, Ifeatu_Nnaobi_WMDE, Oudedutchman, Manuel, 
Tacsipacsi, Aklapper, Stang, Ericliu1912, Bugreporter, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, lucamauri, 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] 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
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Ifeatu_Nnaobi_WMDE, Oudedutchman, Manuel, 
Tacsipacsi, Aklapper, Stang, Ericliu1912, Bugreporter, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
786, Biggs657, Juan90264, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, 
joker88john, CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, 
Lewizho99, Maathavan, Neuronton
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[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, Manuel, 
Tacsipacsi, Aklapper, Stang, Ericliu1912, Bugreporter, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, 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


[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
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Oudedutchman
Cc: Lucas_Werkmeister_WMDE, Ifeatu_Nnaobi_WMDE, Oudedutchman, Manuel, 
Tacsipacsi, Aklapper, Stang, Ericliu1912, Bugreporter, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, 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


[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 DETAIL
  https://phabricator.wikimedia.org/T324419

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

To: Tacsipacsi
Cc: Lucas_Werkmeister_WMDE, Ifeatu_Nnaobi_WMDE, Oudedutchman, Manuel, 
Tacsipacsi, Aklapper, Stang, Ericliu1912, Bugreporter, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, 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


[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
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Oudedutchman
Cc: Lucas_Werkmeister_WMDE, Ifeatu_Nnaobi_WMDE, Oudedutchman, Manuel, 
Tacsipacsi, Aklapper, Stang, Ericliu1912, Bugreporter, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, 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


[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, Manuel, 
Tacsipacsi, Aklapper, Stang, Ericliu1912, Bugreporter, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, 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


[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 item with badges. Could you 
review it, please?

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, Manuel, 
Tacsipacsi, Aklapper, Stang, Ericliu1912, Bugreporter, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, 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


[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, Bugreporter, Danny_Benjafield_WMDE, Isabelladantes1983, 
Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, 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


[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
  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, Bugreporter, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, lucamauri, 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] 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 there reasons that make this particularly urgent or important for you?
  
  In case someone is testing this at some point, better use a different page 
then the example given in the original description (as there are now already 
sitelinks attached).
  
  (CC: @Ifeatu_Nnaobi_WMDE)

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

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

To: Manuel
Cc: Ifeatu_Nnaobi_WMDE, Oudedutchman, Manuel, Tacsipacsi, Aklapper, Stang, 
Ericliu1912, Bugreporter, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, lucamauri, 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] 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, Ericliu1912, 
Bugreporter, Danny_Benjafield_WMDE, Astuthiodit_1, 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] 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, Bugreporter, 
Astuthiodit_1, 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] 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 turned into a redirect between the time 
it’s loaded and the time it’s (attempted to be) connected to Wikidata, the 
badge should not be added, since the user is likely not aware of the situation. 
(Or, even better, the connection to Wikidata should fail even if the redirect 
target is not connected to Wikidata and thus adding the sitelink without a 
badge could succeed. A page being turned into a redirect is a point where the 
user needs to reconsider if adding the sitelink is still appropriate.)

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

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

To: Tacsipacsi
Cc: Tacsipacsi, Aklapper, Stang, Ericliu1912, Bugreporter, Astuthiodit_1, 
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] 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
  - Try to add sitelinks using "add links" widget
  
  Expected:
  A sitelink to redirect (with redirect badge) is added to some item, or a new 
item is created with the provided redirect as sitelink (with redirect badge)
  
  Actual:
  Failed to add the sitelink, or the item for the redirect target is 
incorrectly merged
  
  Note:
  We need to define a default redirect badge

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

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

To: Bugreporter
Cc: Aklapper, Stang, Ericliu1912, Bugreporter, Astuthiodit_1, 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