##// END OF EJS Templates
Fixed Trac importer broken by r2670 (#3254)....
Fixed Trac importer broken by r2670 (#3254). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2705 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1554:a01f976b4cfa
r2609:ad1ffa06a070
Show More
enumerations.yml
47 lines | 723 B | text/x-yaml | YamlLexer
Jean-Philippe Lang
0.3 unstable...
r10 ---
enumerations_001:
name: Uncategorized
id: 1
opt: DCAT
enumerations_002:
name: User documentation
id: 2
opt: DCAT
enumerations_003:
name: Technical documentation
id: 3
opt: DCAT
enumerations_004:
name: Low
id: 4
opt: IPRI
enumerations_005:
name: Normal
id: 5
opt: IPRI
Jean-Philippe Lang
Adds basic support for issue creation via email (#1110)....
r1554 is_default: true
Jean-Philippe Lang
0.3 unstable...
r10 enumerations_006:
name: High
id: 6
opt: IPRI
enumerations_007:
name: Urgent
id: 7
opt: IPRI
enumerations_008:
name: Immediate
id: 8
opt: IPRI
Jean-Philippe Lang
Merged IssuesController change_status and add_note actions....
r1030 enumerations_009:
name: Design
id: 9
opt: ACTI
enumerations_010:
name: Development
id: 10
opt: ACTI
Jean-Philippe Lang
Fixed: IssueController#edit doesn't set default Activity as default (#1302)....
r1447 is_default: true
enumerations_011:
name: QA
id: 11
opt: ACTI
Jean-Philippe Lang
Merged IssuesController change_status and add_note actions....
r1030