| | |
| | | # RESTART REQUIRED
|
| | | web.useClientTimezone = false
|
| | |
|
| | | # Time format
|
| | | # <http://download.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html>
|
| | | #
|
| | | # SINCE 0.8.0
|
| | | web.timeFormat = HH:mm
|
| | |
|
| | | # Short date format
|
| | | # <http://download.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html>
|
| | | #
|
| | | # SINCE 0.5.0
|
| | | web.datestampShortFormat = yyyy-MM-dd
|
| | |
|
| | | # Long date format
|
| | | #
|
| | | # SINCE 0.8.0
|
| | | web.datestampLongFormat = EEEE, MMMM d, yyyy
|
| | |
|
| | | # Long timestamp format
|
| | | # <http://download.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html>
|
| | |
| | | # SINCE 0.5.0
|
| | | web.generateActivityGraph = true
|
| | |
|
| | | # The number of days to show on the activity page.
|
| | | # Value must exceed 0 else default of 14 is used
|
| | | #
|
| | | # SINCE 0.8.0
|
| | | web.activityDuration = 14
|
| | |
|
| | | # The number of commits to display on the summary page
|
| | | # Value must exceed 0 else default of 20 is used
|
| | | #
|