122 Commits (master)

Author SHA1 Message Date
  Marius Balteanu 38d950df55 Remove current year from source file copyright headers and update year in footer to 2024 (#40043). 3 months ago
  Marius Balteanu 13aeb797cf Use ApplicationRecord instead of ActiveRecord::Base (#38975). 4 months ago
  Go MAEDA 945a82b5c0 <=> operator should return nil when invoked with an incomparable object (#38772). 11 months ago
  Go MAEDA 92bd67c279 Update copyright year to 2023 (#38141). 1 year ago
  Go MAEDA 3686b77eb6 Update copyright year in source files to 2022 (#36379). 2 years ago
  Marius Balteanu a914cf4c40 Switch to zeitwerk autoloader (#29914, #32938). 2 years ago
  Go MAEDA 2a564a1376 DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensitive comparison in Rails 6.1. (#29914, #32897). 3 years ago
  Go MAEDA 3e36b5c452 Update copyright year in source files to 2021 (#33069). 3 years ago
  Go MAEDA 972f00eb47 Create custom field by copy (#34307). 3 years ago
  Toshi MARUYAMA 655057f08b shorten long line of app/models/custom_field.rb 3 years ago
  Toshi MARUYAMA 36ecb821b8 use "do end" instead of {} at ActiveRecord scope lambda of app/models/custom_field.rb 3 years ago
  Toshi MARUYAMA 4394198751 add empty line after guard clause to app/models/custom_field.rb 3 years ago
  Toshi MARUYAMA 3ffc75bcf6 remove spaces inside {} of app/models/custom_field.rb 3 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 907e0173e4 Update copyright year in source files to 2020 (#33069). 4 years ago
  Go MAEDA 47a71c8011 Reverts r19478 (#32897). 4 years ago
  Go MAEDA 10bb12e09f Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensitive comparison in Rails 6.1.' (#32897). 4 years ago
  Toshi MARUYAMA 58b2d8e627 cleanup: rubocop: fix Layout/AlignArguments in app/models/custom_field.rb 4 years ago
  Go MAEDA 4082069c75 Update copyright year. 5 years ago
  Go MAEDA 07b3087fda Enable frozen_string_literal for some files under app and lib directory (#26561). 5 years ago
  Go MAEDA 5861160ffc Add "frozen_string_literal: false" for all files (#26561). 5 years ago
  Go MAEDA 1fbb2fa33a Move custom field classes to a method (#30994). 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 e978d480cd Remove unused and broken method CustomField.visibility_condition (#29160). 5 years ago
  Jean-Philippe Lang d74f0bfd5c Merged rails-5.1 branch (#23630). 6 years ago
  Jean-Philippe Lang 7fd04e1f8d Update copyright. 7 years ago
  Jean-Philippe Lang ee0e821cc4 Fixes typo in safe attributes declaration (#25724). 7 years ago
  Jean-Philippe Lang b40d66f39f Option for long text custom fields to be displayed under the description field (#21705). 7 years ago
  Jean-Philippe Lang 1c44b16023 Validate length of custom field regexp (#24283). 7 years ago
  Toshi MARUYAMA 65e08b259d use symbol instead of string for 'position' (#24013) 7 years ago
  Jean-Philippe Lang 7b3f2b51c0 Add length validations for string fields (#24283). 7 years ago
  Jean-Philippe Lang f94711ea8c Option to specify allowed extensions for a file custom field (#6719). 7 years ago
  Jean-Philippe Lang ef45304817 Adds file custom field format (#6719). 7 years ago
  Jean-Philippe Lang 316eae078c Use safe_attributes for custom fields. 8 years ago
  Jean-Philippe Lang 91e991e951 Limits the schemes that custom field URL patterns can use (#22925). 8 years ago
  Jean-Philippe Lang 64afa24a7f Replaces acts_as_list with an implementation that handles #position= (#12909). 8 years ago
  Jean-Philippe Lang cda9c63d9c Updates copyright for 2016. 8 years ago
  Jean-Philippe Lang 3f44fad9ba Moved custom fields totals logic to FieldFormat (#21413). 8 years ago
  Jean-Philippe Lang 2f51dc11cf Adds Enumeration custom field format (#21060). 8 years ago
  Jean-Philippe Lang 42238a74f4 Display all versions in query filter (#19271). 8 years ago
  Jean-Philippe Lang f820ccce3b Use same logic for finding user as a custom field (#950). 8 years ago
  Jean-Philippe Lang 9c8c1cdb54 #downcase no longer needed after r14484 (#20369). 8 years ago
  Toshi MARUYAMA 918a412fd4 use String#casecmp for case insensitive comparison (#20369) 8 years ago
  Jean-Philippe Lang 1aea5ccfd4 CustomField#possible_values may raise undefined method `force_encoding' error (#19316). 9 years ago
  Jean-Philippe Lang 000124f44f Copyright update. 9 years ago
  Jean-Philippe Lang b35ed2ea2b Use a CustomFieldValue instead of CustomValue. 9 years ago
  Jean-Philippe Lang 522bebe5ed Order scopes cleanup. 9 years ago
  Jean-Philippe Lang 2d1866d966 Merged rails-4.1 branch (#14534). 9 years ago
  Jean-Philippe Lang d7729d6d4f Use #read/#write_attribute instead of #super when overwriting default accessors (#16319). 10 years ago
  Jean-Philippe Lang 4c7a76785d Fixed that non-empty blank strings as custom field values are not properly validated (#16169). 10 years ago