You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom/conf/app.example.ini
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1245,8 +1245,9 @@ LEVEL = Info
1245
1245
;; Default is "recentupdate", but you also have "alphabetically", "reverselastlogin", "newest", "oldest".
1246
1246
;EXPLORE_PAGING_DEFAULT_SORT = recentupdate
1247
1247
;;
1248
-
;; Whether all timestamps should be rendered as absolute time (i.e. 1970-01-01, 11:59). Setting this to false means some timestamps would render as relative (i.e. 2 days ago).
1249
-
;PREFER_ABSOLUTE_TIMESTAMPS = false
1248
+
;; The tense all timestamps should be rendered as. Possible values are `absolute` time (i.e. 1970-01-01, 11:59) or `mixed`
1249
+
;; which means some timestamps would render as relative (i.e. 2 days ago).
Copy file name to clipboardExpand all lines: docs/content/administration/config-cheat-sheet.en-us.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -231,7 +231,7 @@ The following configuration set `Content-Type: application/vnd.android.package-a
231
231
-`ONLY_SHOW_RELEVANT_REPOS`: **false**: Whether to only show relevant repos on the explore page when no keyword is specified and default sorting is used.
232
232
A repo is considered irrelevant if it's a fork or if it has no metadata (no description, no icon, no topic).
233
233
-`EXPLORE_PAGING_DEFAULT_SORT`: **recentupdate**: Change the sort type of the explore pages. Valid values are "recentupdate", "alphabetically", "reverselastlogin", "newest" and "oldest"
234
-
-`PREFER_ABSOLUTE_TIMESTAMPS`: **false**: Whether all timestamps should be rendered asabsolute time (i.e. 1970-01-01, 11:59). Setting this to false means some timestamps would render as relative (i.e. 2 days ago).
234
+
-`PREFERRED_TIMESTAMP_TENSE`: **mixed**: The tense all timestamps should be rendered as. Possible values are `absolute` time (i.e. 1970-01-01, 11:59) or `mixed` which means some timestamps would render as relative (i.e. 2 days ago).
0 commit comments