summaryrefslogtreecommitdiffstats
path: root/app/views/custom_fields
Commit message (Expand)AuthorAgeFilesLines
* Include value and label of possible values in custom fields API (#22745).Jean-Philippe Lang2016-05-081-0/+1
* Use HTML5 date input fields instead of text fields with jquery ui date picker...Jean-Philippe Lang2016-05-071-1/+1
* Lists can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-172-3/+6
* Speeds up the custom field edit view when having hundreds of projects.Jean-Philippe Lang2016-01-211-1/+2
* Moving a custom field value in the order switches in the edit view (#21535).Jean-Philippe Lang2015-12-201-1/+2
* Enlarge custom field name input.Jean-Philippe Lang2015-10-251-1/+1
* Helper method for custom field title.Jean-Philippe Lang2015-10-253-8/+3
* Adds Enumeration custom field format (#21060).Jean-Philippe Lang2015-10-251-0/+12
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-232-3/+3
* Option to render boolean custom fields as a single check box or radio buttons...Jean-Philippe Lang2014-07-051-1/+1
* Missing type=array attributes in custom fields API (#16739).Jean-Philippe Lang2014-04-261-2/+2
* Move the field format at the top of the form.Jean-Philippe Lang2014-02-151-1/+1
* Show tabs for existing custom field types only and adds a view for choosing t...Jean-Philippe Lang2014-02-073-3/+24
* remove unneeded Relation#all from app/views/custom_fields/_form.html.erbToshi MARUYAMA2014-01-081-1/+1
* Adds support for links on values for various custom field formats (#1358).Jean-Philippe Lang2013-12-225-1/+6
* Removed default values on custom field min and max length.Jean-Philippe Lang2013-12-142-3/+2
* Removed hardcoded format in API response.Jean-Philippe Lang2013-12-141-3/+4
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-1413-54/+101
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-111-7/+7
* Adds a CSS class for reorder links (#15307).Jean-Philippe Lang2013-11-101-1/+1
* Projects selection on custom field form (#15136).Jean-Philippe Lang2013-10-203-16/+35
* REST API: custom fields definition (#11159).Jean-Philippe Lang2013-09-291-0/+42
* Adds missing html titles (#14517).Jean-Philippe Lang2013-07-283-9/+7
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-0/+27
* Adds the date picker for the default value of date custom fields.Jean-Philippe Lang2013-02-151-0/+5
* Use a textarea instead of an input for the default value of long text custom ...Jean-Philippe Lang2013-02-151-2/+8
* Adds a message about disabling multiple values on custom field form (#12251).Jean-Philippe Lang2013-01-121-1/+6
* Ability to uncheck "Multiple values" for existing custom fields (#12251).Jean-Philippe Lang2013-01-121-1/+1
* Adds filters for regular/custom fields to the time entries list/report (#10191).Jean-Philippe Lang2012-12-091-0/+1
* Ability to filter issues using project, author, assignee and target version c...Jean-Philippe Lang2012-08-071-0/+10
* Update the new custom field form with remotely.Jean-Philippe Lang2012-08-074-74/+27
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-42/+44
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-071-4/+1
* Code cleanup.Jean-Philippe Lang2012-05-251-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-252-2/+2
* Adds specific css class for information in forms.Jean-Philippe Lang2012-02-021-1/+1
* Allow existing single value custom fields to be changed to multiselect.Jean-Philippe Lang2012-01-291-1/+1
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-0/+8
* Fixed reorder links on custom fields.Jean-Philippe Lang2011-12-101-1/+1
* Resourcified custom fields.Jean-Philippe Lang2011-12-094-7/+7
* Use #labelled_form_for instead of #labelled_tabular_form_for.Jean-Philippe Lang2011-12-093-4/+4
* [#9489] use class instead of redundant id for label "no-css"Toshi MARUYAMA2011-10-301-2/+7
* [#9489] set unique id for each checkbox and linked itToshi MARUYAMA2011-10-291-1/+2
* replace tabs to spaces at app/views/custom_fields/_form.html.erbToshi MARUYAMA2011-09-181-5/+5
* replace tabs to spaces at app/views/custom_fields/_index.html.erbToshi MARUYAMA2011-09-181-27/+27
* remove trailing white-spaces from app/views/custom_fields/edit.html.erbToshi MARUYAMA2011-09-161-1/+1
* rename .rhtml to .html.erb of app/views/custom_fields/index.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/custom_fields/_form.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/custom_fields/_index.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/custom_fields/edit.rhtml.Toshi MARUYAMA2011-09-011-0/+0