with wgUsePathInfo = false URLs like .../w/index.php?title=Email are always used.
But Hovercards are not shown for which "href.indexOf( '?' ) !== -1" is true for a reason I don't know.
Description
Description
Details
Details
- Reference
- bz68039
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| core: Better article link detection | mediawiki/extensions/Popups | master | +5 -11 |
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Declined | None | T88882 Move Hovercards to OOjs and OOjs UI | |||
| Resolved | None | T92555 Turn off 2 month test release of Hovercards on Catalan, and Greek Wikipedias on 2015-06-18 | |||
| Resolved | • Tnegrin | T88164 Make hovercards default for Catalan and Greek Wikipedias for 2 months starting 2015-04-15 | |||
| Resolved | • Prtksxna | T70039 Hovercards don't show up with $wgUsePathInfo = false |
Event Timeline
Comment Actions
Change 146477 had a related patch set uploaded by Se4598:
Show popups when wgUsePathInfo=false
Comment Actions
Change 146477 had a related patch set uploaded (by Prtksxna):
core: Better article link detection
Comment Actions
There is a similar bug on Wikidata spewing JS errors where there are links without href. That patch https://gerrit.wikimedia.org/r/#/c/190209/ would be a minimal fix but the patch linked above would also fix this.
Comment Actions
I'd rather see the actual patch merged rather than a hotfix. I don't want to merge https://gerrit.wikimedia.org/r/#/c/146477/ myself because I changed a lot of things from the original patchset in PS6.