Page MenuHomePhabricator

Navigation-Popups-GadgetComponent
ActivePublic

Members (3)

Details

Description

The Navigation-Popups gadget (user script) offers easy access to article previews and several Wikipedia functions in popup windows which appear when you hover the cursor over links. This gadget is developed and maintained by volunteers.

It is something different from Page-Previews, which is a MediaWiki extension maintained by WMF.

Recent Activity

Wed, Sep 27

Tobi_WMDE_SW closed T347391: Don't show ReferencePreviews together with Navigation Popups Footnote Previews as Resolved.
Wed, Sep 27, 12:15 PM · MW-1.41-notes (1.41.0-wmf.29; 2023-10-03), Navigation-Popups-Gadget, WMDE-TechWish-Maintenance-2023, WMDE-TechWish, Reference Previews
WMDE-Fisch moved T347391: Don't show ReferencePreviews together with Navigation Popups Footnote Previews from Review to Done on the WMDE-TechWish-Maintenance-2023 board.
Wed, Sep 27, 5:57 AM · MW-1.41-notes (1.41.0-wmf.29; 2023-10-03), Navigation-Popups-Gadget, WMDE-TechWish-Maintenance-2023, WMDE-TechWish, Reference Previews

Tue, Sep 26

ReleaseTaggerBot added a project to T347391: Don't show ReferencePreviews together with Navigation Popups Footnote Previews: MW-1.41-notes (1.41.0-wmf.29; 2023-10-03).
Tue, Sep 26, 4:00 PM · MW-1.41-notes (1.41.0-wmf.29; 2023-10-03), Navigation-Popups-Gadget, WMDE-TechWish-Maintenance-2023, WMDE-TechWish, Reference Previews
Maintenance_bot removed a project from T347391: Don't show ReferencePreviews together with Navigation Popups Footnote Previews: Patch-For-Review.
Tue, Sep 26, 3:10 PM · MW-1.41-notes (1.41.0-wmf.29; 2023-10-03), Navigation-Popups-Gadget, WMDE-TechWish-Maintenance-2023, WMDE-TechWish, Reference Previews
gerritbot added a comment to T347391: Don't show ReferencePreviews together with Navigation Popups Footnote Previews.

Change 961098 merged by jenkins-bot:

[mediawiki/extensions/Popups@master] Disable reference previews when the navigation popups gadget is used

https://gerrit.wikimedia.org/r/961098

Tue, Sep 26, 3:02 PM · MW-1.41-notes (1.41.0-wmf.29; 2023-10-03), Navigation-Popups-Gadget, WMDE-TechWish-Maintenance-2023, WMDE-TechWish, Reference Previews
WMDE-Fisch moved T347391: Don't show ReferencePreviews together with Navigation Popups Footnote Previews from Doing to Review on the WMDE-TechWish-Maintenance-2023 board.
Tue, Sep 26, 1:18 PM · MW-1.41-notes (1.41.0-wmf.29; 2023-10-03), Navigation-Popups-Gadget, WMDE-TechWish-Maintenance-2023, WMDE-TechWish, Reference Previews
thiemowmde added a comment to T347391: Don't show ReferencePreviews together with Navigation Popups Footnote Previews.

The Popups code already knows if the gadget is enabled and automatically disables Page-Previews then. I think we can simply use the existing flag and disable Reference Previews as well:

isReferencePreviewsEnabled.js
-       if ( config.get( 'wgPopupsConflictsWithRefTooltipsGadget' ) ||
+       if ( config.get( 'wgPopupsConflictsWithRefTooltipsGadget' ) ||
+               config.get( 'wgPopupsConflictsWithNavPopupGadget' ) ||

That should be it.

Tue, Sep 26, 1:02 PM · MW-1.41-notes (1.41.0-wmf.29; 2023-10-03), Navigation-Popups-Gadget, WMDE-TechWish-Maintenance-2023, WMDE-TechWish, Reference Previews
gerritbot added a project to T347391: Don't show ReferencePreviews together with Navigation Popups Footnote Previews: Patch-For-Review.
Tue, Sep 26, 12:46 PM · MW-1.41-notes (1.41.0-wmf.29; 2023-10-03), Navigation-Popups-Gadget, WMDE-TechWish-Maintenance-2023, WMDE-TechWish, Reference Previews
gerritbot added a comment to T347391: Don't show ReferencePreviews together with Navigation Popups Footnote Previews.

Change 961098 had a related patch set uploaded (by WMDE-Fisch; author: WMDE-Fisch):

[mediawiki/extensions/Popups@master] Disable reference previews when the navigation popups gadget is used

https://gerrit.wikimedia.org/r/961098

Tue, Sep 26, 12:45 PM · MW-1.41-notes (1.41.0-wmf.29; 2023-10-03), Navigation-Popups-Gadget, WMDE-TechWish-Maintenance-2023, WMDE-TechWish, Reference Previews
thiemowmde attached a referenced file: F37766843: References NavPopups.png.
Tue, Sep 26, 12:43 PM · MW-1.41-notes (1.41.0-wmf.29; 2023-10-03), Navigation-Popups-Gadget, WMDE-TechWish-Maintenance-2023, WMDE-TechWish, Reference Previews
WMDE-Fisch claimed T347391: Don't show ReferencePreviews together with Navigation Popups Footnote Previews.
Tue, Sep 26, 12:41 PM · MW-1.41-notes (1.41.0-wmf.29; 2023-10-03), Navigation-Popups-Gadget, WMDE-TechWish-Maintenance-2023, WMDE-TechWish, Reference Previews
WMDE-Fisch moved T347391: Don't show ReferencePreviews together with Navigation Popups Footnote Previews from Backlog to Doing on the WMDE-TechWish-Maintenance-2023 board.
Tue, Sep 26, 12:41 PM · MW-1.41-notes (1.41.0-wmf.29; 2023-10-03), Navigation-Popups-Gadget, WMDE-TechWish-Maintenance-2023, WMDE-TechWish, Reference Previews
WMDE-Fisch created T347391: Don't show ReferencePreviews together with Navigation Popups Footnote Previews.
Tue, Sep 26, 12:09 PM · MW-1.41-notes (1.41.0-wmf.29; 2023-10-03), Navigation-Popups-Gadget, WMDE-TechWish-Maintenance-2023, WMDE-TechWish, Reference Previews

Aug 17 2023

Krinkle changed the subtype of T298492: NavigationPopups: URIError: URI malformed from "Production Error" to "Task".
Aug 17 2023, 11:46 PM · Navigation-Popups-Gadget, JavaScript
Krinkle removed a project from T298492: NavigationPopups: URIError: URI malformed: Wikimedia-production-error.
Aug 17 2023, 11:38 PM · Navigation-Popups-Gadget, JavaScript
Abdull added a watcher for Navigation-Popups-Gadget: Abdull.
Aug 17 2023, 9:48 PM

Aug 16 2023

Pigsonthewing added a comment to T243820: Show Wikidata QID as a link in Navigation-Popups.

Done with this diff (approved by @Novem_Linguae, thanks!)

Aug 16 2023, 12:44 AM · Wikimania-Hackathon-2023, Navigation-Popups-Gadget

Aug 15 2023

Pigsonthewing added a comment to T307139: Link to template sandboxes and testcases from Navigation Popups.

Any thought how this should look? Something like the "user" dropdown when hovering over a username?

Aug 15 2023, 3:25 PM · Navigation-Popups-Gadget
Chlod closed T243820: Show Wikidata QID as a link in Navigation-Popups as Resolved.

Done with this diff (approved by @Novem_Linguae, thanks!)

Aug 15 2023, 1:40 PM · Wikimania-Hackathon-2023, Navigation-Popups-Gadget
Tgr added a comment to T307139: Link to template sandboxes and testcases from Navigation Popups.

Any thought how this should look? Something like the "user" dropdown when hovering over a username?

Aug 15 2023, 9:13 AM · Navigation-Popups-Gadget
Chlod added a comment to T243820: Show Wikidata QID as a link in Navigation-Popups.

Patch for this filed and awaiting interface administrator review.

Aug 15 2023, 8:52 AM · Wikimania-Hackathon-2023, Navigation-Popups-Gadget
Chlod moved T243820: Show Wikidata QID as a link in Navigation-Popups from Inbox to Hacking Projects on the Wikimania-Hackathon-2023 board.
Aug 15 2023, 5:49 AM · Wikimania-Hackathon-2023, Navigation-Popups-Gadget
Chlod added a project to T243820: Show Wikidata QID as a link in Navigation-Popups: Wikimania-Hackathon-2023.
Aug 15 2023, 5:48 AM · Wikimania-Hackathon-2023, Navigation-Popups-Gadget

Jul 11 2023

Aklapper changed the edit policy for Navigation-Popups-Gadget.
Jul 11 2023, 7:27 PM

Jul 4 2023

Aklapper added a project to T341028: explanation pop up should include original text: Navigation-Popups-Gadget.
Jul 4 2023, 8:40 AM · Navigation-Popups-Gadget

Feb 8 2023

MarcoAurelio created T329217: Create a config option to alter URL path for wikis not using index.php.
Feb 8 2023, 6:16 PM · Navigation-Popups-Gadget

Jan 11 2023

Maintenance_bot added a project to T326696: User options supplied to client side empty due to json encoding errors (multibyte character cut in half): VisualEditor.
Jan 11 2023, 3:29 AM · MW-1.41-notes (1.41.0-wmf.28; 2023-09-26), MW-1.40-notes, MW-1.39-notes, Performance-Team (Radar), MediaWiki-Core-Preferences, Chinese-Sites
Shizhao added projects to T326696: User options supplied to client side empty due to json encoding errors (multibyte character cut in half): Chinese-Sites, VisualEditor-MediaWiki-2017WikitextEditor, IP Info, Navigation-Popups-Gadget, JavaScript.
Jan 11 2023, 3:01 AM · MW-1.41-notes (1.41.0-wmf.28; 2023-09-26), MW-1.40-notes, MW-1.39-notes, Performance-Team (Radar), MediaWiki-Core-Preferences, Chinese-Sites

Sep 11 2022

Aklapper added a project to T317493: raw <em> tags instead of italics in hover preview: Navigation-Popups-Gadget.
Sep 11 2022, 11:23 AM · Navigation-Popups-Gadget

Jun 30 2022

Jgiannelos removed a project from T305315: Empty elements should be removed when producing the extract: Page Content Service.
Jun 30 2022, 2:32 PM · Reading Epics (Page Previews), Page-Previews, Navigation-Popups-Gadget, TextExtracts
Jgiannelos removed a project from T305315: Empty elements should be removed when producing the extract: Product-Infrastructure-Team-Backlog-Deprecated.
Jun 30 2022, 2:32 PM · Reading Epics (Page Previews), Page-Previews, Navigation-Popups-Gadget, TextExtracts

Jun 22 2022

Pcoombe attached a referenced file: F35265885: Screenshot 2022-06-22 at 23.57.40.png.
Jun 22 2022, 11:00 PM · Navigation-Popups-Gadget
Pcoombe created T311185: Popups broken for pages with percent sign in title.
Jun 22 2022, 11:00 PM · Navigation-Popups-Gadget

Jun 18 2022

Umherirrender added a project to T310138: TypeError: user is null: JavaScript.
Jun 18 2022, 7:44 AM · JavaScript, Browser-Support-Firefox, Navigation-Popups-Gadget, Wikimedia-production-error

Jun 10 2022

TheDJ added a project to T310138: TypeError: user is null: Browser-Support-Firefox.

This is not a new error. What is interesting is that it only seems to occur on Firefox.
Its also not doing much fancy stuff, its just parsing an api JSON response into a variable, so ... maybe it is getting the wrong info as input for the API or something ? Hard to say.

Jun 10 2022, 2:24 PM · JavaScript, Browser-Support-Firefox, Navigation-Popups-Gadget, Wikimedia-production-error
kostajh edited projects for T310138: TypeError: user is null, added: Navigation-Popups-Gadget; removed Growth-Team, MediaWiki-Recent-changes.

Seems like this is from the Navigation-Popups-Gadget, so untagging MediaWiki-Recent-changes and Growth-Team.

Jun 10 2022, 10:59 AM · JavaScript, Browser-Support-Firefox, Navigation-Popups-Gadget, Wikimedia-production-error

May 10 2022

mb added a comment to T307925: Toast notifications not appearing when watching or unwatching pages with the gadget.

I, too, noticed this changed behaviour, but much earlier than "a few days ago", more like a couple of months ago. I didn't bother reporting it because the requested action, un-/watch, is still performed.

May 10 2022, 1:39 AM · Navigation-Popups-Gadget

May 9 2022

Aklapper removed projects from T307925: Toast notifications not appearing when watching or unwatching pages with the gadget: Notifications, Growth-Team.
May 9 2022, 6:08 PM · Navigation-Popups-Gadget
Tenryuu created T307925: Toast notifications not appearing when watching or unwatching pages with the gadget.
May 9 2022, 2:31 PM · Navigation-Popups-Gadget

Apr 28 2022

Pigsonthewing created T307139: Link to template sandboxes and testcases from Navigation Popups.
Apr 28 2022, 8:27 PM · Navigation-Popups-Gadget

Apr 3 2022

Od1n updated the task description for T305315: Empty elements should be removed when producing the extract.
Apr 3 2022, 3:29 AM · Reading Epics (Page Previews), Page-Previews, Navigation-Popups-Gadget, TextExtracts
Od1n created T305315: Empty elements should be removed when producing the extract.
Apr 3 2022, 2:02 AM · Reading Epics (Page Previews), Page-Previews, Navigation-Popups-Gadget, TextExtracts

Jan 7 2022

Tgr added a comment to T298492: NavigationPopups: URIError: URI malformed.

Not related to Growth. I'm not sure why it showed up in our error feed - sometimes that happens due to ResourceLoader bundling unrelated modules together, but that doesn't seem to be the case here.

Jan 7 2022, 2:52 AM · Navigation-Popups-Gadget, JavaScript
Tgr renamed T298492: NavigationPopups: URIError: URI malformed from URIError: URI malformed to NavigationPopups: URIError: URI malformed.
Jan 7 2022, 2:50 AM · Navigation-Popups-Gadget, JavaScript

Oct 20 2021

Ponor added a comment to T225181: Add mark as patrolled option to the menu.

Given how many clicks it takes to mark a change patrolled, I'm surprised that there's no option for patrollers to quickly view a diff in recent changes and (at least) mark it as good without going to other pages (and back). So much time of our most experienced users is wasted for patrolling, having this in Navigation Popups, if not in the wm software itself, should be high on priorities list.

Oct 20 2021, 12:00 AM · Navigation-Popups-Gadget

Oct 19 2021

TheDJ closed T213205: text exceeds popup window width as Resolved.
Oct 19 2021, 6:46 PM · Navigation-Popups-Gadget

Oct 13 2021

zeljkofilipin updated the task description for T293096: Fix MediaWiki-Docker/Extension/Popups.
Oct 13 2021, 2:15 PM · Page-Previews, User-zeljkofilipin, Documentation, MediaWiki-Docker

Oct 12 2021

zeljkofilipin added a parent task for T293096: Fix MediaWiki-Docker/Extension/Popups: T256239: Create MediaWiki-Docker documentation for all repositories with Selenium tests.
Oct 12 2021, 2:13 PM · Page-Previews, User-zeljkofilipin, Documentation, MediaWiki-Docker
zeljkofilipin created T293096: Fix MediaWiki-Docker/Extension/Popups.
Oct 12 2021, 2:13 PM · Page-Previews, User-zeljkofilipin, Documentation, MediaWiki-Docker

Oct 8 2021

TheDJ claimed T213205: text exceeds popup window width.

https://en.wikipedia.org/wiki/MediaWiki_talk:Gadget-popups.js#Interface-protected_edit_request_on_8_October_2021_(2)

Oct 8 2021, 10:21 PM · Navigation-Popups-Gadget