mediawiki-extensions-Echo/includes
Matthew Flaschen c0a464e425 BREAKING CHANGE: More ISO 8601 for seen time
* Add ISO 8601 date format to notification output

  This is actually supposed to be the only output date format used,
  per https://www.mediawiki.org/wiki/API:Data_formats#Timestamps , but
  I'm not doing anything to deprecate the others right now.

* Change wgEchoSeenTime to use ISO 8601.  mwgrep and extension grep do
  not show any usages.  However, since it is a breaking change, to
  minimize disruption, I'm also using this opportunity to change
  'message' to 'notice'.

* Remove wgEchoInitialNotifCount.  I was going to also change 'message'
  to 'notice' here too, but then I saw it was totally unused.
  (It was read in Echo to populate a JS variable, but then it was
  unused.)

* Make sure the Special:Notifications page aggregation by days is
  done by local days, even though the timestamp per item is still
  UTC. This is to make sure the days are displayed correctly in
  the local timezone.

* Change all reverse sorting callbacks to handle comparisons of
  ISO 8601.

Bug: T141413
Change-Id: I20271345c7d350dc3e7f467288e5cdc98e6250cc
2016-07-27 02:42:08 +00:00
..
api Process bundled notifications when the base is filtered out 2016-07-26 15:07:23 -04:00
cache Migrate LocalCache from MapCacheLRU to HashBagOStuff 2015-11-03 06:49:50 +00:00
controller Remove deprecated formatter 2016-07-20 11:00:34 -04:00
exception Hygiene: Update method documentation & split exception to a file 2014-08-04 17:43:57 -07:00
formatters Documentation for EventPresentationModel 2016-07-21 12:25:46 -04:00
gateway Dynamic bundles 2016-06-27 09:49:13 -04:00
iterator Get rid of pre-5.4 CallbackFilterIterator implementation 2016-02-12 14:20:16 -08:00
jobs Get rid of email bundling 2016-05-17 16:24:16 -04:00
mapper Convert deferred update to using AtomicSectionUpdate 2016-07-21 23:43:21 -07:00
model Sort bundled notifications by read status AND timestamp 2016-07-06 16:02:04 -04:00
ooui No-JS special page: One-click mark as read 2016-05-27 17:23:29 -07:00
special Merge "Adjust mobile view for the new settings cog menu" 2016-07-25 20:12:38 +00:00
AttributeManager.php Display special: Add which section (curr. Alert v. Msg.) each type's in 2016-04-28 20:33:52 +00:00
Bundleable.php Dynamic bundles 2016-06-27 09:49:13 -04:00
Bundler.php Dynamic bundles 2016-06-27 09:49:13 -04:00
ContainmentSet.php Switch $wgMemc usage to proper cache/stash usage 2016-04-22 11:58:03 -07:00
DataOutputFormatter.php BREAKING CHANGE: More ISO 8601 for seen time 2016-07-27 02:42:08 +00:00
DeferredMarkAsReadUpdate.php Allow presentation models to indicate a notification can't be formatted 2015-10-28 18:28:08 -07:00
DiffParser.php build: Enable phpcs rule 'PSR2.Methods.MethodDeclaration.StaticBeforeVisibility' and make pass 2015-10-29 13:06:43 +01:00
DiscussionParser.php Merge "Optimize DiscussionParser.php" 2016-07-19 22:10:35 +00:00
EchoDbFactory.php Track what wikis a user has unread notifications on 2015-11-20 15:54:11 -08:00
EmailBatch.php Merge "Dynamic bundles" 2016-06-28 19:34:42 +00:00
EmailFormat.php HTML email formatter using presentation model 2016-05-12 09:29:24 -04:00
EmailFrequency.php HTML email formatter using presentation model 2016-05-12 09:29:24 -04:00
EventLogging.php EventLogging: Make sure eventId is an integer 2015-10-21 11:08:50 -07:00
ForeignNotifications.php Link project labels in xwiki bundle to their Special:Notifications page 2016-05-16 13:33:18 -07:00
ForeignWikiRequest.php Fix typo (canUseCentralAuthl -> canUseCentralAuth) 2016-07-19 10:16:57 -07:00
Notifier.php Don't send empty emails 2016-06-28 09:19:01 -04:00
NotifUser.php backfillUnreadWikis: Skip updateCount if race condition detected 2016-07-18 20:58:48 -04:00
schemaUpdate.php Clean up and fix updateEchoSchemaForSuppression.php 2016-06-06 23:56:28 +02:00
SeenTime.php Merge "Allow requesting TS_ISO_8601 for ApiEchoMarkSeen, and deprecate TS_MW" 2016-07-21 02:04:06 +00:00
UnreadWikis.php backfillUnreadWikis: Skip updateCount if race condition detected 2016-07-18 20:58:48 -04:00
UserLocator.php Replace EchoBatchRowUpdate with BatchRowUpdate 2015-12-16 16:36:59 +00:00