]> source.dussan.org Git - redmine.git/commit
Adds support for links on values for various custom field formats (#1358).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 22 Dec 2013 14:09:33 +0000 (14:09 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 22 Dec 2013 14:09:33 +0000 (14:09 +0000)
commit4333a80bc1f9680782bdb468fceff98d30b1e32a
tree1aecd770ccbb320db89ca771b990e29d54319969
parentb8b358a85fdab392f707b5da73da151728cd8441
Adds support for links on values for various custom field formats (#1358).

git-svn-id: http://svn.redmine.org/redmine/trunk@12442 e93f8b46-1217-0410-a6f0-8f06a7374b81
55 files changed:
app/views/custom_fields/formats/_bool.html.erb
app/views/custom_fields/formats/_date.html.erb
app/views/custom_fields/formats/_list.html.erb
app/views/custom_fields/formats/_numeric.html.erb
app/views/custom_fields/formats/_string.html.erb
config/locales/ar.yml
config/locales/az.yml
config/locales/bg.yml
config/locales/bs.yml
config/locales/ca.yml
config/locales/cs.yml
config/locales/da.yml
config/locales/de.yml
config/locales/el.yml
config/locales/en-GB.yml
config/locales/en.yml
config/locales/es.yml
config/locales/et.yml
config/locales/eu.yml
config/locales/fa.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hr.yml
config/locales/hu.yml
config/locales/id.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/lt.yml
config/locales/lv.yml
config/locales/mk.yml
config/locales/mn.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ro.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sl.yml
config/locales/sq.yml
config/locales/sr-YU.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/vi.yml
config/locales/zh-TW.yml
config/locales/zh.yml
lib/redmine/field_format.rb
test/unit/lib/redmine/field_format/list_format_test.rb