##// END OF EJS Templates
Replaces find(:first) calls in migrations....
Replaces find(:first) calls in migrations. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10929 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r10338:5ddd6e7d1f77
r10702:738cf2e187f9
Show More
custom_fields.yml
165 lines | 2.9 KiB | text/x-yaml | YamlLexer
Jean-Philippe Lang
Adds missing native eol properties....
r2781 ---
custom_fields_001:
name: Database
min_length: 0
regexp: ""
is_for_all: true
is_filter: true
type: IssueCustomField
max_length: 0
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
min_length: 0
regexp: ""
is_for_all: false
is_filter: true
type: ProjectCustomField
max_length: 0
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
min_length: 0
regexp: ""
is_for_all: false
type: UserCustomField
max_length: 0
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
min_length: 0
regexp: ""
is_for_all: false
type: UserCustomField
max_length: 0
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
min_length: 0
regexp: ""
is_for_all: true
type: IssueCustomField
max_length: 0
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
min_length: 0
regexp: ""
is_for_all: false
is_filter: true
type: TimeEntryActivityCustomField
max_length: 0
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
min_length: 0
regexp: ""
is_for_all: true
is_filter: false
type: IssueCustomField
max_length: 0
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
min_length: 0
regexp: ""
is_for_all: false
is_filter: true
type: IssueCustomField
max_length: 0
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
min_length: 0
regexp: ""
is_for_all: false
is_filter: false
type: TimeEntryCustomField
max_length: 0
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