diff options
author | James Moger <james.moger@gitblit.com> | 2013-06-24 14:02:54 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-06-24 14:02:54 -0400 |
commit | 5abe3350a38b3cdfc28ac2839860d28b88f2306a (patch) | |
tree | 4ff7c87bcdd3f8cb7635a065bc13fb1b288f8713 /src/main/distrib | |
parent | f59874809d61baf25244756cb280beaeecc33e96 (diff) | |
download | gitblit-5abe3350a38b3cdfc28ac2839860d28b88f2306a.tar.gz gitblit-5abe3350a38b3cdfc28ac2839860d28b88f2306a.zip |
Improve time filter language and handling of daysBack parameter
Diffstat (limited to 'src/main/distrib')
-rw-r--r-- | src/main/distrib/data/gitblit.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties index a3270e45..d5573a61 100644 --- a/src/main/distrib/data/gitblit.properties +++ b/src/main/distrib/data/gitblit.properties @@ -825,7 +825,7 @@ web.activityDuration = 7 #
# SPACE-DELIMITED
# SINCE 1.3.0
-web.activityDurationChoices = 7 14 21 28
+web.activityDurationChoices = 1 3 7 14 21 28
# The number of days of commits to cache in memory for the dashboard, activity,
# and project pages. A value of 0 will disable all caching and will parse commits
|