summaryrefslogtreecommitdiffstats
path: root/app/views/custom_fields
Commit message (Expand)AuthorAgeFilesLines
* Create custom field by copy (#34307).Go MAEDA2020-12-262-0/+2
* Possible values field in list format custom field form is not marked as requi...Go MAEDA2020-05-021-1/+1
* Per role visibility settings for version custom fields (#23997).Go MAEDA2019-08-241-1/+1
* Per role visibility settings for project custom fields (#31925).Go MAEDA2019-08-201-2/+2
* Refactor custom fields form (#31859).Go MAEDA2019-08-183-84/+44
* Fix that "New custom field" button does not work if there are no custom field...Go MAEDA2019-08-171-1/+1
* Per role visibility settings for spent time custom fields (#31859).Go MAEDA2019-08-092-57/+69
* Set an appropriate default type in New custom field page depending on the cur...Go MAEDA2019-05-112-5/+2
* "Create and continue" button for custom fields (#31159).Go MAEDA2019-04-091-1/+8
* Wrap "splitcontentright" and "splitcontentleft" containers with a flexbox (#3...Go MAEDA2019-01-121-0/+2
* Replace check_all_links in new custom field form with toogle_checkboxes_link ...Go MAEDA2018-04-291-4/+2
* Use ids for testing inclusion.Jean-Philippe Lang2017-01-251-2/+4
* Option for long text custom fields to be displayed under the description fiel...Jean-Philippe Lang2017-01-251-0/+3
* Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang2017-01-251-2/+2
* Make it work for 0 projects (#24587).Jean-Philippe Lang2016-12-131-1/+1
* Improve custom fields list performance (#24587).Jean-Philippe Lang2016-12-131-1/+1
* Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang2016-12-031-2/+2
* Removes calls to #reset_cycle (#15361).Jean-Philippe Lang2016-12-031-1/+1
* Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang2016-12-031-1/+1
* Option to specify allowed extensions for a file custom field (#6719).Jean-Philippe Lang2016-10-231-0/+4
* Don't query for each role and tracker.Jean-Philippe Lang2016-10-231-2/+2
* Issue custom field form layout.Jean-Philippe Lang2016-10-231-28/+32
* Adds file custom field format (#6719).Jean-Philippe Lang2016-10-232-0/+12
* 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