Go to file
Michael Holloway c9a826190d Remove overbroad DB error catching in ApiEchoPushSubscriptionsCreate
Rather than catching all DB errors (and assuming they are duplicate
entry errors), ignore duplicate entry errors and use affectedRows() to
determine whether the subscription already existed.

Change-Id: I4d50cb8222e52cc1a4e1f0fb3f596f36cb565dbb
2020-06-09 23:48:12 -04:00
.phan Add phan 2019-04-10 18:51:59 +02:00
db_patches Add push subscription management 2020-06-02 13:40:00 -04:00
i18n Localisation updates from https://translatewiki.net. 2020-06-08 08:50:04 +02:00
images Remove all traces of cross-wiki beta feature 2019-04-17 22:18:13 -07:00
includes Remove overbroad DB error catching in ApiEchoPushSubscriptionsCreate 2020-06-09 23:48:12 -04:00
maintenance Pass function name to database functions 2020-06-07 03:35:53 +02:00
modules Fix positioning of the secondary actions menu 2020-06-03 04:41:13 +00:00
scripts Use addDescription() instead of accessing guts directly 2019-03-26 22:07:48 -07:00
tests Fix push subscription retrieval 2020-06-08 13:58:42 +02:00
.eslintrc.json build: Updating dependencies 2020-04-22 08:44:15 +00:00
.gitignore build: Upgrade eslint-config-wikimedia from 0.10.1 to 0.11.0 2019-04-03 15:57:20 -07:00
.gitreview Whoops, track not trace 2016-10-24 17:02:28 -07:00
.mailmap Add Kunal, Moriel, Jon to credits; add mailmap file 2015-12-15 16:30:19 -08:00
.phpcs.xml build: Updating mediawiki/mediawiki-codesniffer to 31.0.0 2020-05-29 13:24:56 +00:00
.stylelintrc.json build: Update linters 2018-02-04 21:23:28 +00: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 composer dependencies 2020-05-31 14:57:47 +00:00
COPYING Add COPYING 2014-01-24 16:00:24 -08:00
Echo.alias.php Remove U+200E (LRM) from comments 2018-09-24 22:15:51 +02:00
echo.sql Remove unused index echo_notification_user_hash_timestamp also from the canonical SQL file 2020-01-10 21:04:03 +02:00
extension.json Add push notifier 2020-06-02 13:40:04 -04:00
Gruntfile.js build: Update linters 2019-12-12 11:20:49 +00:00
jsduck.external.js jsduck: Remove custom @source tag 2016-09-21 00:51:46 +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 dependencies 2020-04-22 08:44:15 +00:00
package.json build: Updating dependencies 2020-04-22 08:44:15 +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 Add push notifier 2020-06-02 13:40:04 -04:00