index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
/
custom_field.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Force encoding of custom field possible values (#10593).
Jean-Philippe Lang
2012-04-06
1
-2
/
+12
*
Use #reduce instead of #inject for getting the intersection of arrays.
Jean-Philippe Lang
2012-02-09
1
-1
/
+1
*
Bulk-edit custom fields through context menu (#6296).
Jean-Philippe Lang
2012-02-09
1
-1
/
+5
*
Do not validate blank default custom field value.
Jean-Philippe Lang
2012-01-29
1
-1
/
+1
*
Adds support for multiselect custom fields (#1189).
Jean-Philippe Lang
2012-01-29
1
-4
/
+17
*
Extracts custom field values validation from CustomValue so that they can be ...
Jean-Philippe Lang
2012-01-28
1
-7
/
+47
*
Makes models #initialize accept additional arguments.
Jean-Philippe Lang
2011-12-18
1
-1
/
+1
*
Rails3: model: replace deprecated before_validation method at CustomField model
Toshi MARUYAMA
2011-12-11
1
-1
/
+2
*
Extracted new_subclass_instance method to a module.
Jean-Philippe Lang
2011-12-10
1
-16
/
+2
*
Resourcified custom fields.
Jean-Philippe Lang
2011-12-09
1
-0
/
+16
*
Fixed: Custom 'version' field don't show shared versions (#8615).
Jean-Philippe Lang
2011-11-11
1
-1
/
+1
*
Rails3: replace deprecated 'validate' method at CustomField model.
Toshi MARUYAMA
2011-08-31
1
-1
/
+3
*
remove trailing white-spaces from app/models/custom_field.rb.
Toshi MARUYAMA
2011-08-21
1
-17
/
+17
*
Validate custom field regexp (#8865).
Jean-Philippe Lang
2011-07-20
1
-0
/
+8
*
Fixed: empty list for user/version custom fields on bulk edit form (#2096).
Jean-Philippe Lang
2011-04-07
1
-0
/
+2
*
Fixes #possible_values for version custom field.
Jean-Philippe Lang
2011-04-07
1
-1
/
+1
*
Fixes #possible_values_options when given an object with nil project.
Jean-Philippe Lang
2011-04-01
1
-1
/
+1
*
Adds User and Version custom field format that can be used to reference a pro...
Jean-Philippe Lang
2011-04-01
1
-2
/
+31
*
Remove the limitation on characters that can be used in custom_field, issue_s...
Jean-Philippe Lang
2010-12-31
1
-1
/
+0
*
Replace the hardcoded CustomField::FIELD_FORMATS with a class.
Eric Davis
2010-04-16
1
-10
/
+1
*
Fixed: "None" category issue count is empty while grouping by category (#4308).
Jean-Philippe Lang
2009-12-02
1
-0
/
+19
*
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
Jean-Philippe Lang
2009-02-21
1
-3
/
+3
*
Use a textarea for custom fields possible values (#2472).
Jean-Philippe Lang
2009-01-16
1
-2
/
+9
*
Ability to sort the issue list by text, int and float custom fields (#1139).
Jean-Philippe Lang
2009-01-11
1
-1
/
+9
*
Ability to sort the issue list by text, list, date and boolean custom fields ...
Jean-Philippe Lang
2009-01-11
1
-0
/
+21
*
Dots allowed in custom field name (#1723).
Jean-Philippe Lang
2008-08-25
1
-1
/
+1
*
Fixes custom fields display order at several places (#1768).
Jean-Philippe Lang
2008-08-11
1
-1
/
+1
*
Allow same name for custom fields on different object types.
Jean-Philippe Lang
2008-08-11
1
-1
/
+1
*
Fixed: Issue custom fields "required" flag not stored (broken by r1090). Clos...
Jean-Philippe Lang
2008-02-22
1
-1
/
+1
*
Added default value for custom fields. Fixed javascript on custom field form ...
Jean-Philippe Lang
2008-01-20
1
-0
/
+5
*
Fixed: can not save numeric, date and boolean custom fields (broken by r994).
Jean-Philippe Lang
2007-12-14
1
-0
/
+1
*
Search engine: issue custom fields can now be searched.
Jean-Philippe Lang
2007-12-14
1
-0
/
+2
*
Custom fields can now be reordered.
Jean-Philippe Lang
2007-11-12
1
-0
/
+5
*
Added "Float" as a custom field format.
Jean-Philippe Lang
2007-10-25
1
-3
/
+4
*
Added several validates_length_of
Jean-Philippe Lang
2007-07-16
1
-0
/
+1
*
added svn:eol-style native property on /app files
Jean-Philippe Lang
2007-03-12
1
-59
/
+59
*
custom_field.possible_values is now serialized (no longer pipe separated)
Jean-Philippe Lang
2007-02-03
1
-2
/
+19
*
replaced deprecated ":dependent => true" statements
Jean-Philippe Lang
2006-12-26
1
-1
/
+1
*
* code and views cleaning
Jean-Philippe Lang
2006-12-17
1
-6
/
+6
*
various modifications to prevent xss
Jean-Philippe Lang
2006-12-17
1
-0
/
+1
*
trunk moved from /trunk/redmine to /trunk
Jean-Philippe Lang
2006-12-05
1
-0
/
+42