mediawiki-extensions-Echo/modules
Matthias Mullie 089d922ac7 Use UTC timestamps in flyout
We already output unix timestamp both in user preference timezone as well as
utc, but we only had the user timezone version for TS_MW format.
While we could change the frontend to use the unix timestamp format, I don't see
any reason not to also include the MW format in utc. Frontend can now easily use
that.

Also fixed creation of the moment object. The timestamp was created as UTC, but
the way it got there was wrong: it expects the timezone offset (Z) to be
included in the timestamp, which is not the case (so it just ended up at +0:00,
which was fine, but confusing). I removed the 'Z' and forced it to be
interpreted as utc.

Bug: T121813
Change-Id: I09403615a1ffbde5dd69af9914afdbdd86cbfe4d
2015-12-22 17:07:31 +01:00
..
icons Clarify link and revert icons on notifications 2015-12-17 20:04:33 +00:00
logger Add support for cross-wiki notifications to Schema:EchoInteraction 2015-12-10 10:07:20 -08:00
nojs Make notification body text lighter 2015-12-18 13:13:22 -08:00
ooui Use UTC timestamps in flyout 2015-12-22 17:07:31 +01:00
special Special:Notifications formatter 2015-11-25 10:22:04 -08:00
viewmodel Use UTC timestamps in flyout 2015-12-22 17:07:31 +01:00
echo.mixins.less Add OOUI widgets for cross-wiki bundled notifications 2015-12-14 17:22:34 -08:00
echo.variables.less Make notification body text lighter 2015-12-18 13:13:22 -08: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 Use the double speech bubble icon in the Messages panel 2015-12-16 18:02:48 -06:00
hooks.txt Add overlay hook for user scripts. 2013-06-13 21:27:26 -04:00