##// END OF EJS Templates
Moves link_to_message to ApplicationHelper to make it available to redmine links....
Moves link_to_message to ApplicationHelper to make it available to redmine links. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4760 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3459:8e3d1b694ab4
r4640:a2a01e6b72d8
Show More
enumerations.yml
83 lines | 1.4 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
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
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
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 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 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 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 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 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