##// END OF EJS Templates
tagged version 2.6.2...
tagged version 2.6.2 git-svn-id: http://svn.redmine.org/redmine/tags/2.6.2@14041 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r12130:e715c4b847a8
r13659:f6182db7de03 2.6.2
Show More
custom_fields.yml
147 lines | 2.6 KiB | text/x-yaml | YamlLexer
Jean-Philippe Lang
Adds missing native eol properties....
r2781 ---
custom_fields_001:
name: Database
regexp: ""
is_for_all: true
is_filter: true
type: IssueCustomField
possible_values:
- MySQL
- PostgreSQL
- Oracle
id: 1
is_required: false
field_format: list
default_value: ""
editable: true
Toshi MARUYAMA
insert position field to custom_fields fixture (#12018)...
r10338 position: 2
Jean-Philippe Lang
Adds missing native eol properties....
r2781 custom_fields_002:
name: Searchable field
min_length: 1
regexp: ""
is_for_all: true
Jean-Philippe Lang
Adds all/none operators to text custom field filters (#9790)....
r9488 is_filter: true
Jean-Philippe Lang
Adds missing native eol properties....
r2781 type: IssueCustomField
max_length: 100
possible_values: ""
id: 2
is_required: false
field_format: string
searchable: true
default_value: "Default string"
editable: true
Toshi MARUYAMA
insert position field to custom_fields fixture (#12018)...
r10338 position: 1
Jean-Philippe Lang
Adds missing native eol properties....
r2781 custom_fields_003:
name: Development status
regexp: ""
is_for_all: false
is_filter: true
type: ProjectCustomField
possible_values:
- Stable
- Beta
- Alpha
- Planning
id: 3
Jean-Philippe Lang
XML REST API for Projects (#296)....
r3199 is_required: false
Jean-Philippe Lang
Adds missing native eol properties....
r2781 field_format: list
default_value: ""
editable: true
Toshi MARUYAMA
insert position field to custom_fields fixture (#12018)...
r10338 position: 1
Jean-Philippe Lang
Adds missing native eol properties....
r2781 custom_fields_004:
name: Phone number
regexp: ""
is_for_all: false
type: UserCustomField
possible_values: ""
id: 4
is_required: false
field_format: string
default_value: ""
editable: true
Toshi MARUYAMA
insert position field to custom_fields fixture (#12018)...
r10338 position: 1
Jean-Philippe Lang
Adds missing native eol properties....
r2781 custom_fields_005:
name: Money
regexp: ""
is_for_all: false
type: UserCustomField
possible_values: ""
id: 5
is_required: false
field_format: float
default_value: ""
editable: true
Toshi MARUYAMA
insert position field to custom_fields fixture (#12018)...
r10338 position: 2
Jean-Philippe Lang
Adds missing native eol properties....
r2781 custom_fields_006:
name: Float field
regexp: ""
is_for_all: true
type: IssueCustomField
possible_values: ""
id: 6
is_required: false
field_format: float
default_value: ""
editable: true
Toshi MARUYAMA
insert position field to custom_fields fixture (#12018)...
r10338 position: 3
Eric Davis
Enumerations can now have custom fields defined on them. #4077...
r2831 custom_fields_007:
name: Billable
regexp: ""
is_for_all: false
is_filter: true
type: TimeEntryActivityCustomField
possible_values: ""
id: 7
is_required: false
field_format: bool
default_value: ""
editable: true
Toshi MARUYAMA
insert position field to custom_fields fixture (#12018)...
r10338 position: 1
Jean-Philippe Lang
Fixed: "None" category issue count is empty while grouping by category (#4308)....
r2998 custom_fields_008:
name: Custom date
regexp: ""
is_for_all: true
is_filter: false
type: IssueCustomField
possible_values: ""
id: 8
is_required: false
field_format: date
default_value: ""
editable: true
Toshi MARUYAMA
insert position field to custom_fields fixture (#12018)...
r10338 position: 4
Jean-Philippe Lang
Allow bulk edit custom fields of any type (#461)....
r3164 custom_fields_009:
name: Project 1 cf
regexp: ""
is_for_all: false
is_filter: true
type: IssueCustomField
possible_values: ""
id: 9
is_required: false
field_format: date
default_value: ""
editable: true
Toshi MARUYAMA
insert position field to custom_fields fixture (#12018)...
r10338 position: 5
Toshi MARUYAMA
add functional tests for bulk edit time entries (#7996)....
r5195 custom_fields_010:
name: Overtime
regexp: ""
is_for_all: false
is_filter: false
type: TimeEntryCustomField
possible_values: ""
id: 10
is_required: false
field_format: bool
default_value: 0
editable: true
Toshi MARUYAMA
insert position field to custom_fields fixture (#12018)...
r10338 position: 1
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 custom_fields_011:
id: 11
name: Binary
type: CustomField
possible_values:
- !binary |
SGXDqWzDp2prc2Tigqw2NTTDuQ==
- Other value
field_format: list