summaryrefslogtreecommitdiffstats
path: root/lib/redmine/field_format.rb
Commit message (Expand)AuthorAgeFilesLines
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-211-1/+1
* Add an option to render Integer and Float custom fields with thousands delimi...Go MAEDA2024-07-181-0/+1
* Refactor ApplicationHelper#format_object to accept options as a hash (#39997).Go MAEDA2024-07-181-1/+1
* Key/value-pair custom field type not available to all customizable contents (...Go MAEDA2024-05-161-0/+2
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Support localized decimal separators for float values (#22024).Go MAEDA2024-01-041-1/+2
* Rendering a custom field with a URL pattern set and containing " :" in the va...Go MAEDA2023-04-211-5/+5
* Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).Go MAEDA2023-01-171-2/+2
* Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#38146).Go MAEDA2023-01-111-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Uses the new html sanitizer for links rendered by custom fields (#37750).Marius Balteanu2022-10-041-5/+7
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-291-2/+2
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Drag and drop file upload to file type custom field (#30776).Go MAEDA2021-01-131-1/+2
* shorten long line of lib/redmine/field_format.rbToshi MARUYAMA2020-12-091-21/+47
* shorten long line of lib/redmine/field_format.rbToshi MARUYAMA2020-11-191-5/+14
* use "do end" instead of {} at lib/redmine/field_format.rbToshi MARUYAMA2020-11-131-4/+4
* shorten long line of lib/redmine/field_format.rbToshi MARUYAMA2020-11-101-1/+3
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Ruby 2.7: Remove deprecated URI.escape/unescape (#32752).Go MAEDA2020-01-231-5/+5
* code layout clean up lib/redmine/field_format.rbToshi MARUYAMA2019-11-251-2/+10
* cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression in lib/redmine/fiel...Toshi MARUYAMA2019-11-241-2/+2
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/field_format.rbToshi MARUYAMA2019-11-091-2/+6
* Add "<< me >>" option to user format issue custom fields (#31444).Jean-Philippe Lang2019-06-201-1/+4
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-6/+6
* Support frozen_string_literal in lib/**/*.rb (#26561).Go MAEDA2019-03-171-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Missing validation for custom field formats based on RecordList (#29674).Jean-Philippe Lang2018-11-281-0/+10
* Strip whitespace from integer custom field (#8317).Go MAEDA2018-11-081-1/+1
* Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA2018-10-061-7/+7
* Dangerous query method deprecation warnings (#23630).Jean-Philippe Lang2018-06-231-3/+3
* Links for custom field value don't have "external" class (#27024).Go MAEDA2018-01-011-2/+6
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-3/+3
* 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-4/+2
* Allow to set multiple values in emails for list custom fields (#16549).Jean-Philippe Lang2017-03-081-10/+38
* Reverts unwanted change (#24769).Jean-Philippe Lang2017-01-301-2/+0
* Show all members in user custom field filter on the cross project issue list ...Jean-Philippe Lang2017-01-301-6/+4
* Raise the height of text custom fields.Jean-Philippe Lang2017-01-251-2/+2
* Option for long text custom fields to be displayed under the description fiel...Jean-Philippe Lang2017-01-251-1/+1
* Group versions by status in version custom field filter (#23265).Jean-Philippe Lang2017-01-141-5/+6
* Add "me" value for logged users only.Jean-Philippe Lang2017-01-141-1/+5
* Don't preload custom field filter values (#24787).Jean-Philippe Lang2017-01-121-1/+5
* Removed left-over code comment.Jean-Philippe Lang2016-11-181-1/+1
* Typo in class name (#24150).Jean-Philippe Lang2016-11-181-1/+1
* Don't bulk edit file custom fields (#6719).Jean-Philippe Lang2016-10-231-0/+5
* Option to specify allowed extensions for a file custom field (#6719).Jean-Philippe Lang2016-10-231-2/+13