79 Commits (74d4d86a14cd683de9a70ffcae6db79344cdef2d)

Author SHA1 Message Date
  Go MAEDA 74d4d86a14 Store inline autocomplete data sources in a JS variable (#34122). 3 years ago
  Go MAEDA b46953247d Replace Hash#merge! with Hash#[]= (#34160). 3 years ago
  Toshi MARUYAMA d02808aaf3 remove spaces inside {} of CustomFieldsHelper 3 years ago
  Go MAEDA 5fe6aa0fc0 Fix issue inline auto complete in issues bulk edit page for custom fields with text formatting enabled (#33255). 4 years ago
  Go MAEDA 92169b1124 Show toolbar for full width custom fields with text formatting enabled on issues bulk edit page (#32471). 4 years ago
  Go MAEDA a14697df68 Unify CSS classes for custom fields in issue#show, issue#edit and issue#bulk_edit (#32471). 4 years ago
  Go MAEDA d449409ab9 Unable to edit user or group that has custom fields with text formatting enabled (#33183). 4 years ago
  Go MAEDA 907e0173e4 Update copyright year in source files to 2020 (#33069). 4 years ago
  Toshi MARUYAMA d40ed8bfa1 cleanup: rubocop: fix Layout/AlignArguments in app/helpers/custom_fields_helper.rb 4 years ago
  Go MAEDA 5ca458864e Inline auto complete for issue (#) in wiki-edit fields (#31989). 4 years ago
  Go MAEDA 4082069c75 Update copyright year. 5 years ago
  Go MAEDA d046da0d85 Set an appropriate default type in New custom field page depending on the current tab (#31320). 5 years ago
  Go MAEDA bd5977d97e Support frozen_string_literal in app/**/*.rb (#26561). 5 years ago
  Go MAEDA e70c283a22 Remove unnecessary encoding magic comment (#31034). 5 years ago
  Go MAEDA 5861160ffc Add "frozen_string_literal: false" for all files (#26561). 5 years ago
  Go MAEDA 82b707109f Refactor custom field value tag for custom fields with full text formatting enabled (#29712). 5 years ago
  Go MAEDA b6592a73e8 Show Edit/Preview tabs for full width layout custom fields with text formatting enabled (#29712). 5 years ago
  Jean-Philippe Lang 7fd04e1f8d Update copyright. 6 years ago
  Jean-Philippe Lang 335a16e4fd Cusotom field label should not be associated to the first input (#25760). 7 years ago
  Jean-Philippe Lang cda9c63d9c Updates copyright for 2016. 8 years ago
  Jean-Philippe Lang 57a22c3464 Helper method for custom field title. 8 years ago
  Jean-Philippe Lang de9b8e7ef4 Help cursor showing up on span tags with title (#20633). 8 years ago
  Jean-Philippe Lang ca2be43456 Include custom fields description in project settings and issue view (#19296). 9 years ago
  Jean-Philippe Lang ae4eb47881 Adds custom fields to documents (#7249). 9 years ago
  Jean-Philippe Lang 000124f44f Copyright update. 9 years ago
  Jean-Philippe Lang a18c719fcc Fixed: Custom field is rendered, even if its value is empty (for multiple) (#18654). 9 years ago
  Jean-Philippe Lang b91cbcaa03 Option to render boolean custom fields as a single check box or radio buttons (#17003). 9 years ago
  Jean-Philippe Lang 7b127ee489 Show tabs for existing custom field types only and adds a view for choosing the type when adding a new custom field. 10 years ago
  Toshi MARUYAMA 35cc911192 update copyright year (#15977) 10 years ago
  Jean-Philippe Lang 2e2e2cfe42 Merged custom fields format refactoring. 10 years ago
  Jean-Philippe Lang e35640f3e8 Allows user to clear dates and text fields when bulk editing issues (#2199). 10 years ago
  Jean-Philippe Lang b19b902345 Moved CUSTOM_FIELDS_TABS out of the model. 10 years ago
  Jean-Philippe Lang afa9100453 Fixed test broken by r11787 (#13943). 11 years ago
  Jean-Philippe Lang 70bdb86c53 Preserve field values on bulk edit failure (#13943). 11 years ago
  Toshi MARUYAMA 14fcac8160 remove trailing tab from app/helpers/custom_fields_helper.rb 11 years ago
  Jean-Philippe Lang e396a0eebe Copyright for 2013 (#12788). 11 years ago
  Toshi MARUYAMA fb4210b6d9 move CustomFieldsHelper tabs variable to model constant for common use (#12018) 11 years ago
  Jean-Philippe Lang d7b669e50b Workflow enhancement: editable and required fields configurable by role, tracker and status (#703, #3521). 11 years ago
  Jean-Philippe Lang 4f0aa2432c Fixes custom_field_tag helper broken by r9682. 12 years ago
  Jean-Philippe Lang 478a549356 Use content_tag helper. 12 years ago
  Jean-Philippe Lang c085367bb6 Adds css class to custom field input tags. 12 years ago
  Jean-Philippe Lang 07d20cc5f7 Let non required list/user/version custom fields to be set to blank when bulk editing (#10605). 12 years ago
  Jean-Philippe Lang 79b12c73d9 Display of multi custom fields. 12 years ago
  Jean-Philippe Lang cd6db6a3cb Adds support for multiselect custom fields (#1189). 12 years ago
  Jean-Philippe Lang 83e7ee6729 Extracts custom field values validation from CustomValue so that they can be validated globally from the customized object (#1189). 12 years ago
  Jean-Philippe Lang f488ee8b0a Missing html_safe. 12 years ago
  Jean-Philippe Lang e43df59168 Added encoding comment to helpers (#9792). 12 years ago
  Toshi MARUYAMA 7150f1b54d remove trailing white-spaces from app/helpers/custom_fields_helper.rb. 12 years ago
  Toshi MARUYAMA 86379d8203 Rails3: use String#html_safe for custom_field_label_tag() at CustomFieldsHelper. 12 years ago
  Jean-Philippe Lang c3be706ce5 Additional escaping. 12 years ago