index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
redmine
/
field_format.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use anonymous block forwarding introduced in Ruby 3.1 (#38585).
Go MAEDA
2024-08-21
1
-1
/
+1
*
Add an option to render Integer and Float custom fields with thousands delimi...
Go MAEDA
2024-07-18
1
-0
/
+1
*
Refactor ApplicationHelper#format_object to accept options as a hash (#39997).
Go MAEDA
2024-07-18
1
-1
/
+1
*
Key/value-pair custom field type not available to all customizable contents (...
Go MAEDA
2024-05-16
1
-0
/
+2
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
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
[next]