mediawiki-extensions-Echo/includes
Stephane Bisson f5f59a503b Use wikiId both server and client side
When creating the various notification sources,
the server was indexing them with wfWikiID() but
the client was using wgDBname to find which one
is local and which are remote. On some wikis,
like TWN, wfWikiID() includes a db suffix so
the JS app on Special:Notifications is failing to
find the local source and errors.

Bug: T167336
Change-Id: Id60f723b615fb7db54a6f17b1c1be20dfe98e36c
2019-05-08 09:03:28 -04:00
..
api Use wikiId both server and client side 2019-05-08 09:03:28 -04:00
cache cache: Reduce responsibility of subclass and remove unused parts 2018-08-17 03:28:02 +00:00
controller Remove per-type notify-type-availability (make it category-only) 2019-04-26 17:36:10 -07:00
exception
formatters Make phan ignore JsonSerializable redefinition 2019-05-07 16:21:22 -04:00
gateway Pass string as field to IDatabase::selectField and ::selectRowCount 2019-03-02 17:29:29 +00:00
iterator Fix some doc blocks 2017-11-07 17:06:17 +01:00
jobs NotificationJob: make sure we retry to load the event from master 2019-04-16 17:06:48 -07:00
mapper Remove usage of deprecated database access code from Echo 2019-05-07 20:46:07 +00:00
model Use echo_event.event_page_id to find events to moderate 2019-04-11 10:48:49 -04:00
ooui Use local vars in LabelIconWidget 2019-02-23 21:26:35 +01:00
special Remove per-type notify-type-availability (make it category-only) 2019-04-26 17:36:10 -07:00
AttributeManager.php Remove per-type notify-type-availability (make it category-only) 2019-04-26 17:36:10 -07:00
Bundleable.php Remove some non-helpful lines of documentation 2018-07-06 15:14:44 +00:00
Bundler.php
DataOutputFormatter.php Code improvements for includes/ **only** directory 2019-03-05 18:58:52 +01:00
DeferredMarkAsDeletedUpdate.php Merge "Make "@… array" type hints more specific" 2018-08-16 00:57:12 +00:00
DiscussionParser.php Simplify a few overly complex code snippets 2019-02-19 20:39:26 +00:00
EchoArrayList.php Fix multiple PHP class declarations in one file 2018-01-21 21:17:53 +00:00
EchoCachedList.php Convert caching to WANObjectCache 2019-02-28 21:56:38 -08:00
EchoContainmentList.php Make "@… array" type hints more specific 2018-08-13 09:27:37 +02:00
EchoContainmentSet.php Convert caching to WANObjectCache 2019-02-28 21:56:38 -08:00
EchoDbFactory.php Code improvements for includes/ **only** directory 2019-03-05 18:58:52 +01:00
EchoDiffGroup.php Make "@… array" type hints more specific 2018-08-13 09:27:37 +02:00
EchoDiffParser.php Code improvements for includes/ **only** directory 2019-03-05 18:58:52 +01:00
EchoHooks.php Use wikiId both server and client side 2019-05-08 09:03:28 -04:00
EchoOnWikiList.php Code improvements for includes/ **only** directory 2019-03-05 18:58:52 +01:00
EchoSummaryParser.php Replace two regular expressions with cheap string manipulations 2018-10-11 10:59:04 +02:00
EmailBatch.php Remove usage of deprecated database access code from Echo 2019-05-07 20:46:07 +00:00
EmailFormat.php
EmailFrequency.php
EventLogging.php Code improvements for includes/ **only** directory 2019-03-05 18:58:52 +01:00
ForeignNotifications.php Use php null coalesce operator ?? 2019-03-12 21:04:00 +01:00
ForeignWikiRequest.php Add phan 2019-04-10 18:51:59 +02:00
Notifier.php Drop $wgNotificationReplyName, instead let just show the e-mail 2018-08-29 01:03:54 +00:00
NotifUser.php Cleanup transition flags 2019-04-17 22:07:14 -07:00
ResourceLoaderEchoImageModule.php
schemaUpdate.php Code improvements for includes/ **only** directory 2019-03-05 18:58:52 +01:00
SeenTime.php Remove usage of deprecated cache code from Echo 2019-04-17 15:22:37 +01:00
UnreadWikis.php Merge "Use "false" as type hint in PHPDoc tags" 2018-08-16 01:00:05 +00:00
UserLocator.php Fix typo 2019-03-08 15:36:55 +02:00