mediawiki-extensions-Echo/modules/ooui
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
..
styles Make notification body text lighter 2015-12-18 13:13:22 -08:00
mw.echo.ui.ActionMenuPopupWidget.js Add OOUI widgets for cross-wiki bundled notifications 2015-12-14 17:22:34 -08:00
mw.echo.ui.BadgeLinkWidget.js Make middle-clicking badge work 2015-09-24 10:35:55 -07:00
mw.echo.ui.BundledNotificationGroupWidget.js Add OOUI widgets for cross-wiki bundled notifications 2015-12-14 17:22:34 -08:00
mw.echo.ui.js Add a global overlay to Echo 2015-11-23 18:47:57 +00:00
mw.echo.ui.NotificationBadgeWidget.js Add OOUI widgets for cross-wiki bundled notifications 2015-12-14 17:22:34 -08:00
mw.echo.ui.NotificationGroupItemWidget.js Add OOUI widgets for cross-wiki bundled notifications 2015-12-14 17:22:34 -08:00
mw.echo.ui.NotificationItemWidget.js Use UTC timestamps in flyout 2015-12-22 17:07:31 +01:00
mw.echo.ui.NotificationsWidget.js Add OOUI widgets for cross-wiki bundled notifications 2015-12-14 17:22:34 -08:00
mw.echo.ui.PlaceholderItemWidget.js Change the naming of 'notification option' to 'notification item' widgets 2015-11-19 16:52:04 -08:00