##// END OF EJS Templates
Don't fail if new filter is added....
Don't fail if new filter is added. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11401 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r10508:113f8b5cf278
r11171:723e21243e8d
Show More
enumerations.yml
103 lines | 1.7 KiB | text/x-yaml | YamlLexer
Jean-Philippe Lang
Adds missing native eol properties....
r2781 ---
enumerations_001:
name: Uncategorized
id: 1
type: DocumentCategory
Eric Davis
Added an active field track if an Enumeration is active on the frontend view....
r2832 active: true
Toshi MARUYAMA
add position to DocumentCategory in enumerations fixture (#11665)...
r10039 position: 1
Jean-Philippe Lang
Adds missing native eol properties....
r2781 enumerations_002:
name: User documentation
id: 2
type: DocumentCategory
Eric Davis
Added an active field track if an Enumeration is active on the frontend view....
r2832 active: true
Toshi MARUYAMA
add position to DocumentCategory in enumerations fixture (#11665)...
r10039 position: 2
Jean-Philippe Lang
Adds missing native eol properties....
r2781 enumerations_003:
name: Technical documentation
id: 3
type: DocumentCategory
Eric Davis
Added an active field track if an Enumeration is active on the frontend view....
r2832 active: true
Toshi MARUYAMA
add position to DocumentCategory in enumerations fixture (#11665)...
r10039 position: 3
Jean-Philippe Lang
Adds missing native eol properties....
r2781 enumerations_004:
name: Low
id: 4
type: IssuePriority
Eric Davis
Added an active field track if an Enumeration is active on the frontend view....
r2832 active: true
Jean-Philippe Lang
Adds subtasking (#443) including:...
r3459 position: 1
Jean-Philippe Lang
Adds a textual css class for issue priorities (#12216)....
r10508 position_name: lowest
Jean-Philippe Lang
Adds missing native eol properties....
r2781 enumerations_005:
name: Normal
id: 5
type: IssuePriority
is_default: true
Eric Davis
Added an active field track if an Enumeration is active on the frontend view....
r2832 active: true
Jean-Philippe Lang
Adds subtasking (#443) including:...
r3459 position: 2
Jean-Philippe Lang
Adds a textual css class for issue priorities (#12216)....
r10508 position_name: default
Jean-Philippe Lang
Adds missing native eol properties....
r2781 enumerations_006:
name: High
id: 6
type: IssuePriority
Eric Davis
Added an active field track if an Enumeration is active on the frontend view....
r2832 active: true
Jean-Philippe Lang
Adds subtasking (#443) including:...
r3459 position: 3
Jean-Philippe Lang
Adds a textual css class for issue priorities (#12216)....
r10508 position_name: high3
Jean-Philippe Lang
Adds missing native eol properties....
r2781 enumerations_007:
name: Urgent
id: 7
type: IssuePriority
Eric Davis
Added an active field track if an Enumeration is active on the frontend view....
r2832 active: true
Jean-Philippe Lang
Adds subtasking (#443) including:...
r3459 position: 4
Jean-Philippe Lang
Adds a textual css class for issue priorities (#12216)....
r10508 position_name: high2
Jean-Philippe Lang
Adds missing native eol properties....
r2781 enumerations_008:
name: Immediate
id: 8
type: IssuePriority
Eric Davis
Added an active field track if an Enumeration is active on the frontend view....
r2832 active: true
Jean-Philippe Lang
Adds subtasking (#443) including:...
r3459 position: 5
Jean-Philippe Lang
Adds a textual css class for issue priorities (#12216)....
r10508 position_name: highest
Jean-Philippe Lang
Adds missing native eol properties....
r2781 enumerations_009:
name: Design
id: 9
type: TimeEntryActivity
Jean-Philippe Lang
Fixes test failure....
r3099 position: 1
Eric Davis
Added an active field track if an Enumeration is active on the frontend view....
r2832 active: true
Jean-Philippe Lang
Adds missing native eol properties....
r2781 enumerations_010:
name: Development
id: 10
type: TimeEntryActivity
Jean-Philippe Lang
Fixes test failure....
r3099 position: 2
Jean-Philippe Lang
Adds missing native eol properties....
r2781 is_default: true
Eric Davis
Added an active field track if an Enumeration is active on the frontend view....
r2832 active: true
Jean-Philippe Lang
Adds missing native eol properties....
r2781 enumerations_011:
name: QA
id: 11
type: TimeEntryActivity
Jean-Philippe Lang
Fixes test failure....
r3099 position: 3
Eric Davis
Added an active field track if an Enumeration is active on the frontend view....
r2832 active: true
Jean-Philippe Lang
Adds missing native eol properties....
r2781 enumerations_012:
name: Default Enumeration
id: 12
type: Enumeration
is_default: true
Eric Davis
Added an active field track if an Enumeration is active on the frontend view....
r2832 active: true
Jean-Philippe Lang
Adds missing native eol properties....
r2781 enumerations_013:
name: Another Enumeration
id: 13
type: Enumeration
Eric Davis
Added an active field track if an Enumeration is active on the frontend view....
r2832 active: true
enumerations_014:
name: Inactive Activity
id: 14
type: TimeEntryActivity
Jean-Philippe Lang
Fixes test failure....
r3099 position: 4
Eric Davis
Added an active field track if an Enumeration is active on the frontend view....
r2832 active: false
Jean-Baptiste Barth
Do not show inactive issue priorities where not necessary (#8573)....
r5950 enumerations_015:
name: Inactive Priority
id: 15
type: IssuePriority
position: 6
active: false
Jean-Baptiste Barth
Do not show inactive document categories where not necessary (#8573)....
r5951 enumerations_016:
name: Inactive Document Category
id: 16
type: DocumentCategory
active: false
Toshi MARUYAMA
add position to DocumentCategory in enumerations fixture (#11665)...
r10039 position: 4