stable

Clone or download

Read-only

Use tlp-relative-date in legacy docman

Change your user preference "relative_dates_display" to "absolute_first-relative_shown". (You have to do it manually in the db) Go to history of a file, embedded file or link. You should see the date in the form YYYY-MM-DD with the relative version (X days ago) on top. Part of story #14828: display dates with both absolute and relative dates Change-Id: I58d5184156431dde616e7867edf400046c315d43

Modified Files

Name
M plugins/docman/include/Docman_Log.class.php +3 −3 Go to diff View file
M plugins/docman/include/docmanPlugin.php +10 −0 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionHistory.class.php +11 −9 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php +1 −1 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 src/common/date/DateHelper.class.php +16 −3 Go to diff View file
M src/themes/FlamingParrot/css/utils/_typography.scss +1 −1 Go to diff View file
M tests/unit/common/date/helper/DateHelperTest.php +5 −5 Go to diff View file