OSDN Git Service

Ability to remove enumerations (activities, priorities, document categories) that...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 17 Jun 2008 19:10:54 +0000 (19:10 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 17 Jun 2008 19:10:54 +0000 (19:10 +0000)
commit3c95f761e610a1d5957ca9f96708958ba80565ab
tree37efaadcfb59ffb57a003d8115c7528b21118de9
parentf4e0c77c8357958e713466c000e135e321600249
Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value (#1467).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1558 e93f8b46-1217-0410-a6f0-8f06a7374b81
33 files changed:
app/controllers/enumerations_controller.rb
app/models/enumeration.rb
app/views/enumerations/destroy.rhtml [new file with mode: 0644]
app/views/enumerations/list.rhtml
lang/bg.yml
lang/cs.yml
lang/da.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fi.yml
lang/fr.yml
lang/he.yml
lang/hu.yml
lang/it.yml
lang/ja.yml
lang/ko.yml
lang/lt.yml
lang/nl.yml
lang/no.yml
lang/pl.yml
lang/pt-br.yml
lang/pt.yml
lang/ro.yml
lang/ru.yml
lang/sr.yml
lang/sv.yml
lang/th.yml
lang/uk.yml
lang/zh-tw.yml
lang/zh.yml
test/functional/enumerations_controller.rb [new file with mode: 0644]
test/unit/enumeration_test.rb [new file with mode: 0644]