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
/
views
/
custom_fields
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include value and label of possible values in custom fields API (#22745).
Jean-Philippe Lang
2016-05-08
1
-0
/
+1
*
Use HTML5 date input fields instead of text fields with jquery ui date picker...
Jean-Philippe Lang
2016-05-07
1
-1
/
+1
*
Lists can be reordered with drag and drop (#12909).
Jean-Philippe Lang
2016-04-17
2
-3
/
+6
*
Speeds up the custom field edit view when having hundreds of projects.
Jean-Philippe Lang
2016-01-21
1
-1
/
+2
*
Moving a custom field value in the order switches in the edit view (#21535).
Jean-Philippe Lang
2015-12-20
1
-1
/
+2
*
Enlarge custom field name input.
Jean-Philippe Lang
2015-10-25
1
-1
/
+1
*
Helper method for custom field title.
Jean-Philippe Lang
2015-10-25
3
-8
/
+3
*
Adds Enumeration custom field format (#21060).
Jean-Philippe Lang
2015-10-25
1
-0
/
+12
*
Removed unneeded #h calls in views.
Jean-Philippe Lang
2015-02-23
2
-3
/
+3
*
Option to render boolean custom fields as a single check box or radio buttons...
Jean-Philippe Lang
2014-07-05
1
-1
/
+1
*
Missing type=array attributes in custom fields API (#16739).
Jean-Philippe Lang
2014-04-26
1
-2
/
+2
*
Move the field format at the top of the form.
Jean-Philippe Lang
2014-02-15
1
-1
/
+1
*
Show tabs for existing custom field types only and adds a view for choosing t...
Jean-Philippe Lang
2014-02-07
3
-3
/
+24
*
remove unneeded Relation#all from app/views/custom_fields/_form.html.erb
Toshi MARUYAMA
2014-01-08
1
-1
/
+1
*
Adds support for links on values for various custom field formats (#1358).
Jean-Philippe Lang
2013-12-22
5
-1
/
+6
*
Removed default values on custom field min and max length.
Jean-Philippe Lang
2013-12-14
2
-3
/
+2
*
Removed hardcoded format in API response.
Jean-Philippe Lang
2013-12-14
1
-3
/
+4
*
Merged custom fields format refactoring.
Jean-Philippe Lang
2013-12-14
13
-54
/
+101
*
Removed deprecated align and width html attributes (#15307).
Jean-Philippe Lang
2013-11-11
1
-7
/
+7
*
Adds a CSS class for reorder links (#15307).
Jean-Philippe Lang
2013-11-10
1
-1
/
+1
*
Projects selection on custom field form (#15136).
Jean-Philippe Lang
2013-10-20
3
-16
/
+35
*
REST API: custom fields definition (#11159).
Jean-Philippe Lang
2013-09-29
1
-0
/
+42
*
Adds missing html titles (#14517).
Jean-Philippe Lang
2013-07-28
3
-9
/
+7
*
Role-based issue custom field visibility (#5037).
Jean-Philippe Lang
2013-07-13
1
-0
/
+27
*
Adds the date picker for the default value of date custom fields.
Jean-Philippe Lang
2013-02-15
1
-0
/
+5
*
Use a textarea instead of an input for the default value of long text custom ...
Jean-Philippe Lang
2013-02-15
1
-2
/
+8
*
Adds a message about disabling multiple values on custom field form (#12251).
Jean-Philippe Lang
2013-01-12
1
-1
/
+6
*
Ability to uncheck "Multiple values" for existing custom fields (#12251).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Adds filters for regular/custom fields to the time entries list/report (#10191).
Jean-Philippe Lang
2012-12-09
1
-0
/
+1
*
Ability to filter issues using project, author, assignee and target version c...
Jean-Philippe Lang
2012-08-07
1
-0
/
+10
*
Update the new custom field form with remotely.
Jean-Philippe Lang
2012-08-07
4
-74
/
+27
*
JQuery in, Prototype/Scriptaculous out (#11445).
Jean-Philippe Lang
2012-07-22
1
-42
/
+44
*
Deprecated :confirm => 'Text' option.
Jean-Philippe Lang
2012-07-07
1
-4
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-05-25
1
-1
/
+1
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
2
-2
/
+2
*
Adds specific css class for information in forms.
Jean-Philippe Lang
2012-02-02
1
-1
/
+1
*
Allow existing single value custom fields to be changed to multiselect.
Jean-Philippe Lang
2012-01-29
1
-1
/
+1
*
Adds support for multiselect custom fields (#1189).
Jean-Philippe Lang
2012-01-29
1
-0
/
+8
*
Fixed reorder links on custom fields.
Jean-Philippe Lang
2011-12-10
1
-1
/
+1
*
Resourcified custom fields.
Jean-Philippe Lang
2011-12-09
4
-7
/
+7
*
Use #labelled_form_for instead of #labelled_tabular_form_for.
Jean-Philippe Lang
2011-12-09
3
-4
/
+4
*
[#9489] use class instead of redundant id for label "no-css"
Toshi MARUYAMA
2011-10-30
1
-2
/
+7
*
[#9489] set unique id for each checkbox and linked it
Toshi MARUYAMA
2011-10-29
1
-1
/
+2
*
replace tabs to spaces at app/views/custom_fields/_form.html.erb
Toshi MARUYAMA
2011-09-18
1
-5
/
+5
*
replace tabs to spaces at app/views/custom_fields/_index.html.erb
Toshi MARUYAMA
2011-09-18
1
-27
/
+27
*
remove trailing white-spaces from app/views/custom_fields/edit.html.erb
Toshi MARUYAMA
2011-09-16
1
-1
/
+1
*
rename .rhtml to .html.erb of app/views/custom_fields/index.rhtml.
Toshi MARUYAMA
2011-09-01
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/custom_fields/_form.rhtml.
Toshi MARUYAMA
2011-09-01
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/custom_fields/_index.rhtml.
Toshi MARUYAMA
2011-09-01
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/custom_fields/edit.rhtml.
Toshi MARUYAMA
2011-09-01
1
-0
/
+0
[next]