| Commit message (Expand) | Author | Age | Files | Lines |
* | Support localized decimal separators for float values (#22024). | Go MAEDA | 2024-01-04 | 1 | -1/+2 |
* | Rendering a custom field with a URL pattern set and containing " :" in the va... | Go MAEDA | 2023-04-21 | 1 | -5/+5 |
* | Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134). | Go MAEDA | 2023-01-17 | 1 | -2/+2 |
* | Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#38146). | Go MAEDA | 2023-01-11 | 1 | -1/+1 |
* | Update copyright year to 2023 (#38141). | Go MAEDA | 2023-01-01 | 1 | -1/+1 |
* | Uses the new html sanitizer for links rendered by custom fields (#37750). | Marius Balteanu | 2022-10-04 | 1 | -5/+7 |
* | Update copyright year in source files to 2022 (#36379). | Go MAEDA | 2022-01-02 | 1 | -1/+1 |
* | Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa... | Go MAEDA | 2021-12-29 | 1 | -2/+2 |
* | Update copyright year in source files to 2021 (#33069). | Go MAEDA | 2021-03-25 | 1 | -1/+1 |
* | Drag and drop file upload to file type custom field (#30776). | Go MAEDA | 2021-01-13 | 1 | -1/+2 |
* | shorten long line of lib/redmine/field_format.rb | Toshi MARUYAMA | 2020-12-09 | 1 | -21/+47 |
* | shorten long line of lib/redmine/field_format.rb | Toshi MARUYAMA | 2020-11-19 | 1 | -5/+14 |
* | use "do end" instead of {} at lib/redmine/field_format.rb | Toshi MARUYAMA | 2020-11-13 | 1 | -4/+4 |
* | shorten long line of lib/redmine/field_format.rb | Toshi MARUYAMA | 2020-11-10 | 1 | -1/+3 |
* | Update copyright year in source files to 2020 (#33069). | Go MAEDA | 2020-03-03 | 1 | -1/+1 |
* | Ruby 2.7: Remove deprecated URI.escape/unescape (#32752). | Go MAEDA | 2020-01-23 | 1 | -5/+5 |
* | code layout clean up lib/redmine/field_format.rb | Toshi MARUYAMA | 2019-11-25 | 1 | -2/+10 |
* | cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression in lib/redmine/fiel... | Toshi MARUYAMA | 2019-11-24 | 1 | -2/+2 |
* | cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/field_format.rb | Toshi MARUYAMA | 2019-11-09 | 1 | -2/+6 |
* | Add "<< me >>" option to user format issue custom fields (#31444). | Jean-Philippe Lang | 2019-06-20 | 1 | -1/+4 |
* | Update copyright year. | Go MAEDA | 2019-05-25 | 1 | -1/+1 |
* | Use Regexp#match? to reduce allocations of MatchData object (#28940). | Go MAEDA | 2019-03-27 | 1 | -6/+6 |
* | Support frozen_string_literal in lib/**/*.rb (#26561). | Go MAEDA | 2019-03-17 | 1 | -1/+1 |
* | Enable frozen_string_literal for some files under app and lib directory (#265... | Go MAEDA | 2019-03-16 | 1 | -1/+1 |
* | Add "frozen_string_literal: false" for all files (#26561). | Go MAEDA | 2019-03-15 | 1 | -0/+2 |
* | Missing validation for custom field formats based on RecordList (#29674). | Jean-Philippe Lang | 2018-11-28 | 1 | -0/+10 |
* | Strip whitespace from integer custom field (#8317). | Go MAEDA | 2018-11-08 | 1 | -1/+1 |
* | Use find_by instead of where.first to remove unnecessary sorting (#26747). | Go MAEDA | 2018-10-06 | 1 | -7/+7 |
* | Dangerous query method deprecation warnings (#23630). | Jean-Philippe Lang | 2018-06-23 | 1 | -3/+3 |
* | Links for custom field value don't have "external" class (#27024). | Go MAEDA | 2018-01-01 | 1 | -2/+6 |
* | Merged rails-5.1 branch (#23630). | Jean-Philippe Lang | 2017-07-23 | 1 | -3/+3 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 1 | -1/+1 |
* | Cusotom field label should not be associated to the first input (#25760). | Jean-Philippe Lang | 2017-05-27 | 1 | -4/+2 |
* | Allow to set multiple values in emails for list custom fields (#16549). | Jean-Philippe Lang | 2017-03-08 | 1 | -10/+38 |
* | Reverts unwanted change (#24769). | Jean-Philippe Lang | 2017-01-30 | 1 | -2/+0 |
* | Show all members in user custom field filter on the cross project issue list ... | Jean-Philippe Lang | 2017-01-30 | 1 | -6/+4 |
* | Raise the height of text custom fields. | Jean-Philippe Lang | 2017-01-25 | 1 | -2/+2 |
* | Option for long text custom fields to be displayed under the description fiel... | Jean-Philippe Lang | 2017-01-25 | 1 | -1/+1 |
* | Group versions by status in version custom field filter (#23265). | Jean-Philippe Lang | 2017-01-14 | 1 | -5/+6 |
* | Add "me" value for logged users only. | Jean-Philippe Lang | 2017-01-14 | 1 | -1/+5 |
* | Don't preload custom field filter values (#24787). | Jean-Philippe Lang | 2017-01-12 | 1 | -1/+5 |
* | Removed left-over code comment. | Jean-Philippe Lang | 2016-11-18 | 1 | -1/+1 |
* | Typo in class name (#24150). | Jean-Philippe Lang | 2016-11-18 | 1 | -1/+1 |
* | Don't bulk edit file custom fields (#6719). | Jean-Philippe Lang | 2016-10-23 | 1 | -0/+5 |
* | Option to specify allowed extensions for a file custom field (#6719). | Jean-Philippe Lang | 2016-10-23 | 1 | -2/+13 |
* | Adds file custom field format (#6719). | Jean-Philippe Lang | 2016-10-23 | 1 | -0/+129 |
* | Encode values, not full URL (#23841). | Jean-Philippe Lang | 2016-10-01 | 1 | -6/+6 |
* | Removes calls to #assert_template and #assigns in functional tests. | Jean-Philippe Lang | 2016-07-18 | 1 | -0/+7 |
* | Makes spent time queries savable (#14790). | Jean-Philippe Lang | 2016-07-12 | 1 | -1/+1 |
* | Custom field List Link values to URL breaks on entries with spaces (#23067). | Jean-Philippe Lang | 2016-06-18 | 1 | -1/+3 |