mediawiki-extensions-Echo/modules
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 BREAKING CHANGE: More ISO 8601 for seen time 2016-07-27 02:42:08 +00:00
controller BREAKING CHANGE: More ISO 8601 for seen time 2016-07-27 02:42:08 +00:00
icons Adjust styling for "Mark group as read" 2016-05-26 13:30:49 -07:00
logger Add JSDuck support and fix errors 2016-05-11 14:07:12 -07:00
model BREAKING CHANGE: More ISO 8601 for seen time 2016-07-27 02:42:08 +00:00
nojs Adjust mobile view for the new settings cog menu 2016-07-25 19:30:44 +00:00
special Adjust mobile view for the new settings cog menu 2016-07-25 19:30:44 +00:00
styles Merge "Adjust mobile view for the new settings cog menu" 2016-07-25 20:12:38 +00:00
ui BREAKING CHANGE: More ISO 8601 for seen time 2016-07-27 02:42:08 +00:00
echo.mixins.less Truncate usernames, titles and excerpts in notifications 2016-01-29 07:04:23 -05:00
echo.variables.less Make Special:Notifications responsive 2016-07-19 15:11:47 -07:00
echo.variables.monobook.less Separate skin specific styles and improve Monobook appearance 2015-11-10 17:57:44 -08:00
echo.variables.vector.less Separate skin specific styles and improve Monobook appearance 2015-11-10 17:57:44 -08:00
ext.echo.init.js Merge "Check for local unread talk notifications in alert popup too" 2016-07-22 01:54:32 +00:00
ext.echo.moment-hack.js Use localized weekdays on Special:Notifications 2016-06-13 13:09:51 +01:00
hooks.txt Add overlay hook for user scripts. 2013-06-13 21:27:26 -04:00
mw.echo.js Refactoring Echo's front end for MVC 2016-05-18 12:28:45 -07:00