##// END OF EJS Templates
Refactor: Moved the raw SQL finders from ReportsController to Issue....
Refactor: Moved the raw SQL finders from ReportsController to Issue. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3362 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3126:8db9ecef08ee
r3248:b86b9b898e4d
Show More
enumerations.yml
78 lines | 1.3 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 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 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 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 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 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