Go to file
Bartosz Dziewoński 54c27e5763 Fix notification dynamic actions outside of the dropdown
* Event handler was not registered for the non-dropdown version
* Clicks would be handled by both the action and by the default link

Also remove returning false to prevent default and stop propagation,
this is not supported by OOUI events and did nothing. Handling a
'click' event always returns false to jQuery (so this was not needed),
handling 'choose' event never does (hence my other fix was needed).

Change-Id: Ia8a21749a8edc20f34b2a3e445278ea6922b9109
2022-08-24 00:28:54 +02:00
.phan Add phan 2019-04-10 18:51:59 +02:00
i18n Localisation updates from https://translatewiki.net. 2022-08-22 08:22:44 +02:00
images Remove all traces of cross-wiki beta feature 2019-04-17 22:18:13 -07:00
includes Merge "Simplify linking to fragments of Special:Preferences" 2022-08-22 00:13:55 +00:00
maintenance schema: Remove IF EXISTS from DROP FOREIGN KEY 2022-08-08 21:25:33 +02:00
modules Fix notification dynamic actions outside of the dropdown 2022-08-24 00:28:54 +02:00
scripts Use ::class for class name resolution 2022-06-16 22:36:46 +02:00
sql schema: Remove IF EXISTS from DROP FOREIGN KEY 2022-08-08 21:25:33 +02:00
tests Replace deprecated WikiPage::factory/newFromID 2022-06-03 23:25:37 +02:00
.eslintignore eslint: Use .eslintignore 2022-05-09 14:00:02 +01:00
.eslintrc.json eslint: Lint Gruntile.js using server rules 2022-02-07 16:30:24 +00:00
.gitignore Add DS_Store to gitignore 2021-07-13 13:58:44 -05:00
.gitreview Whoops, track not trace 2016-10-24 17:02:28 -07:00
.mailmap Update Legoktm's mailmap entry 2021-04-11 19:15:52 -07:00
.phpcs.xml build: Updating dependencies 2022-05-21 03:08:16 +00:00
.stylelintrc.json build: Update stylelint-config-wikimedia to 0.13.0 2022-05-09 14:05:59 +01:00
.svgo.config.js eslint: Use .eslintignore 2022-05-09 14:00:02 +01:00
CODE_OF_CONDUCT.md build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-03 01:46:10 +00:00
composer.json build: Updating dependencies 2022-05-21 03:08:16 +00:00
COPYING Add COPYING 2014-01-24 16:00:24 -08:00
Echo.alias.php Update special page aliase for Kurdish (Latin script) 2020-10-08 15:35:22 +02:00
extension.json Drop SkinMinervaReplaceNotificationsBadge hook 2022-06-22 15:36:11 +00:00
Gruntfile.js eslint: Use .eslintignore 2022-05-09 14:00:02 +01:00
jsduck.external.js build: Update eslint-config-wikimedia to 0.16.1 2020-06-15 16:19:00 +01:00
jsduck.json Add JSDuck support and fix errors 2016-05-11 14:07:12 -07:00
jsduck_custom_tags.rb jsduck: Remove custom @source tag 2016-09-21 00:51:46 +01:00
package-lock.json build: Updating got to 11.8.5 2022-06-22 06:01:55 +00:00
package.json build: Updating grunt to 1.5.3 2022-05-26 10:21:32 +00:00
RELEASE_NOTES BREAKING CHANGE: Use ISO 8601 for 'ts' in cross-wiki summary. 2016-07-27 17:00:05 -04:00
ServiceWiring.php Move EchoPush namespace to MediaWiki\Extension\Notifications\Push 2022-04-25 13:56:09 +01:00