stable

Clone or download

Read-only

Use tlp-relative-date for follow-up edition

Change your user preference "relative_dates_display" to "absolute_first-relative_shown". (You have to do it manually in the db) Go to an artifact with existing follow-up comments. Edit one. After submission, you should see "last edited by user YYYY-MM-DD X seconds ago". Part of story #14828: display dates with both absolute and relative dates Change-Id: I7fbf93cfbee9b5a71185abc2bb7d64c905824a94

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Presenter/FollowUpCommentsPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetFactory.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetJsonFormatter.class.php +7 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetJsonPresenter.class.php +8 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Followup_Item.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityHistoryChange.class.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Artifact_ChangesetJsonFormatterTest.php +2 −1 Go to diff View file
M src/themes/tlp/src/js/custom-elements/relative-date/relative-date-formatter.test.ts +11 −2 Go to diff View file
M src/themes/tlp/src/js/custom-elements/relative-date/relative-date-formatter.ts +6 −1 Go to diff View file