mediawiki-extensions-Echo/modules/api
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
..
mw.echo.api.APIHandler.js BREAKING CHANGE: More ISO 8601 for seen time 2016-07-27 02:42:08 +00:00
mw.echo.api.EchoApi.js Add a mark-all-read button and a settings menu to Special:Notifications 2016-07-20 17:25:38 -07:00
mw.echo.api.ForeignAPIHandler.js Add a cross-wiki sidebar to the Special:Notifications page 2016-06-21 14:49:42 -07:00
mw.echo.api.js Refactoring Echo's front end for MVC 2016-05-18 12:28:45 -07:00
mw.echo.api.LocalAPIHandler.js BREAKING CHANGE: More ISO 8601 for seen time 2016-07-27 02:42:08 +00:00
mw.echo.api.NetworkHandler.js Initial version of Special:Notifications Javascript page 2016-05-27 13:42:25 -07:00
mw.echo.api.PromisePrioritizer.js Add a PromisePrioritizer and use it for notifications fetching 2016-06-23 14:12:00 -07:00