]> source.dussan.org Git - redmine.git/commit
Introduce a setting to change the display format of timespans to h:mm (#23996).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 18 Nov 2016 12:42:20 +0000 (12:42 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 18 Nov 2016 12:42:20 +0000 (12:42 +0000)
commit5495e6f3424f44faa16b4d03dfe1e76a30e50469
treef37543a819979725a0a916af660e49095ff303e3
parent9c3e3a4276612f60552379518ab8c9a11319e73b
Introduce a setting to change the display format of timespans to h:mm (#23996).

Patch by Jens Kraemer.

git-svn-id: http://svn.redmine.org/redmine/trunk@15965 e93f8b46-1217-0410-a6f0-8f06a7374b81
15 files changed:
app/helpers/application_helper.rb
app/helpers/queries_helper.rb
app/views/issues/_attributes.html.erb
app/views/issues/_edit.html.erb
app/views/my/blocks/_timelog.html.erb
app/views/settings/_display.html.erb
app/views/timelog/_form.html.erb
app/views/timelog/_report_criteria.html.erb
app/views/timelog/report.html.erb
config/locales/de.yml
config/locales/en.yml
config/locales/fr.yml
config/settings.yml
lib/redmine/i18n.rb
test/unit/helpers/application_helper_test.rb