summaryrefslogtreecommitdiffstats
path: root/app/helpers/custom_fields_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in app/helpers/custom_fields_help...Toshi MARUYAMA2019-11-091-8/+9
* Inline auto complete for issue (#) in wiki-edit fields (#31989).Go MAEDA2019-09-091-2/+10
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Set an appropriate default type in New custom field page depending on the cur...Go MAEDA2019-05-111-0/+11
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-171-3/+3
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Refactor custom field value tag for custom fields with full text formatting e...Go MAEDA2019-02-121-0/+11
* Show Edit/Preview tabs for full width layout custom fields with text formatti...Go MAEDA2019-02-121-3/+6
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Cusotom field label should not be associated to the first input (#25760).Jean-Philippe Lang2017-05-271-2/+9
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Helper method for custom field title.Jean-Philippe Lang2015-10-251-0/+9
* Help cursor showing up on span tags with title (#20633).Jean-Philippe Lang2015-09-121-1/+2
* Include custom fields description in project settings and issue view (#19296).Jean-Philippe Lang2015-03-211-2/+7
* Adds custom fields to documents (#7249).Jean-Philippe Lang2015-02-141-0/+2
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Fixed: Custom field is rendered, even if its value is empty (for multiple) (#...Jean-Philippe Lang2015-01-101-0/+11
* Option to render boolean custom fields as a single check box or radio buttons...Jean-Philippe Lang2014-07-051-2/+6
* Show tabs for existing custom field types only and adds a view for choosing t...Jean-Philippe Lang2014-02-071-2/+7
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-87/+44
* Allows user to clear dates and text fields when bulk editing issues (#2199).Jean-Philippe Lang2013-09-301-3/+15
* Moved CUSTOM_FIELDS_TABS out of the model.Jean-Philippe Lang2013-08-041-1/+22
* Fixed test broken by r11787 (#13943).Jean-Philippe Lang2013-05-041-1/+1
* Preserve field values on bulk edit failure (#13943).Jean-Philippe Lang2013-05-041-6/+6
* remove trailing tab from app/helpers/custom_fields_helper.rbToshi MARUYAMA2013-02-171-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* move CustomFieldsHelper tabs variable to model constant for common use (#12018)Toshi MARUYAMA2012-10-041-10/+1
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-151-5/+7
* Fixes custom_field_tag helper broken by r9682.Jean-Philippe Lang2012-05-131-1/+1
* Use content_tag helper.Jean-Philippe Lang2012-05-131-3/+3
* Adds css class to custom field input tags.Jean-Philippe Lang2012-05-011-11/+15
* Let non required list/user/version custom fields to be set to blank when bulk...Jean-Philippe Lang2012-04-061-0/+1
* Display of multi custom fields.Jean-Philippe Lang2012-01-291-1/+1
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-8/+40
* Extracts custom field values validation from CustomValue so that they can be ...Jean-Philippe Lang2012-01-281-3/+2
* Missing html_safe.Jean-Philippe Lang2012-01-021-1/+1
* Added encoding comment to helpers (#9792).Jean-Philippe Lang2011-12-141-0/+2
* remove trailing white-spaces from app/helpers/custom_fields_helper.rb.Toshi MARUYAMA2011-08-281-11/+11
* Rails3: use String#html_safe for custom_field_label_tag() at CustomFieldsHelper.Toshi MARUYAMA2011-08-201-1/+1
* Additional escaping.Jean-Philippe Lang2011-07-301-1/+1
* Fixes test broken by r5354.Jean-Philippe Lang2011-04-071-1/+1
* Fixed: empty list for user/version custom fields on bulk edit form (#2096).Jean-Philippe Lang2011-04-071-2/+2
* Adds User and Version custom field format that can be used to reference a pro...Jean-Philippe Lang2011-04-011-4/+4
* Fixed: unknown custom field format causes error when editing/bulk editing (#7...Jean-Philippe Lang2011-03-241-4/+4
* Fixed: error when serializing back objects with custom fields using ActiveRes...Jean-Philippe Lang2010-12-101-0/+11
* Let custom field formats control how they are edited.Eric Davis2010-04-161-3/+5
* Refactor: Move methodEric Davis2010-04-161-9/+1