summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-10-04 19:42:37 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-10-04 19:42:37 +0000
commit446f70f584320aa8da62b72a7116dce298eca07e (patch)
tree046ec4a3108ccd6af6ec4d70594923610408a329 /config
parent35a059a756144384888fcc576a72d20b2417e009 (diff)
downloadredmine-446f70f584320aa8da62b72a7116dce298eca07e.tar.gz
redmine-446f70f584320aa8da62b72a7116dce298eca07e.zip
Adds options to display totals on the issue list (#1561).
Works for estimated hours, spent hours and any numeric custom field. git-svn-id: http://svn.redmine.org/redmine/trunk@14642 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml1
-rw-r--r--config/locales/fr.yml1
-rw-r--r--config/settings.yml3
3 files changed, 5 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 4a3cac92a..90dcb9212 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -646,6 +646,7 @@ en:
one: 1 issue
other: "%{count} issues"
label_total: Total
+ label_total_plural: Totals
label_total_time: Total time
label_permissions: Permissions
label_current_status: Current status
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index 29e3a0727..d3dc55608 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -666,6 +666,7 @@ fr:
one: 1 demande
other: "%{count} demandes"
label_total: Total
+ label_total_plural: Totaux
label_total_time: Temps total
label_permissions: Permissions
label_current_status: Statut actuel
diff --git a/config/settings.yml b/config/settings.yml
index ffb6f97b1..fa5e0be88 100644
--- a/config/settings.yml
+++ b/config/settings.yml
@@ -180,6 +180,9 @@ issue_list_default_columns:
- subject
- assigned_to
- updated_on
+issue_list_default_totals:
+ serialized: true
+ default: []
display_subprojects_issues:
default: 1
issue_done_ratio: