Issue #13 Due time handling (local time / UTC)
This commit is contained in:
@@ -506,7 +506,7 @@ $cfg['idf_strong_key_check'] = false;
|
||||
# submitted as value of the HTTP header 'Post-Commit-Hook-Hmac' during
|
||||
# such a request. Since newer versions of Indefero use the same authentication
|
||||
# mechanism (based on the same secret key) for other web hooks of the same
|
||||
# project as well, the name of this HTTP header was no longer appropriate
|
||||
# project as well, the name of this HTTP header was no longer appropriate
|
||||
# and as such changed to simply 'Web-Hook-Hmac'.
|
||||
#
|
||||
# Setting the following configuration option to 'compat' now restores the
|
||||
@@ -533,7 +533,7 @@ $cfg['activity_section_weights'] = array(
|
||||
'wiki' => 2,
|
||||
'downloads' => 1,
|
||||
'review' => 1,
|
||||
);
|
||||
);
|
||||
|
||||
# Here you can define the timespan in days how long the activity calculation
|
||||
# process should look into the history to get meaningful activity values for
|
||||
@@ -544,9 +544,4 @@ $cfg['activity_section_weights'] = array(
|
||||
# high enough to show a proper activity index for those projects as well.
|
||||
$cfg['activity_lookback'] = 7;
|
||||
|
||||
# Configure the default time that should be used when setting an issue due date
|
||||
# via the quick (COB, EOW, etc) menu or via the date picker
|
||||
$cfg['issue_default_due_date_time'] = '17:30';
|
||||
|
||||
return $cfg;
|
||||
|
||||
return $cfg;
|
Reference in New Issue
Block a user