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
/
app
/
models
/
custom_field.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
<=> operator should return nil when invoked with an incomparable object (#387...
Go MAEDA
2023-06-29
1
-0
/
+2
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Switch to zeitwerk autoloader (#29914, #32938).
Marius Balteanu
2021-11-17
1
-2
/
+0
*
DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensiti...
Go MAEDA
2021-04-01
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Create custom field by copy (#34307).
Go MAEDA
2020-12-26
1
-0
/
+20
*
shorten long line of app/models/custom_field.rb
Toshi MARUYAMA
2020-12-12
1
-14
/
+24
*
use "do end" instead of {} at ActiveRecord scope lambda of app/models/custom_...
Toshi MARUYAMA
2020-11-10
1
-2
/
+2
*
add empty line after guard clause to app/models/custom_field.rb
Toshi MARUYAMA
2020-11-05
1
-0
/
+2
*
remove spaces inside {} of app/models/custom_field.rb
Toshi MARUYAMA
2020-10-03
1
-3
/
+3
*
Unify CSS classes for custom fields in issue#show, issue#edit and issue#bulk_...
Go MAEDA
2020-04-11
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Reverts r19478 (#32897).
Go MAEDA
2020-01-30
1
-1
/
+1
*
Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...
Go MAEDA
2020-01-28
1
-1
/
+1
*
cleanup: rubocop: fix Layout/AlignArguments in app/models/custom_field.rb
Toshi MARUYAMA
2019-11-09
1
-6
/
+8
*
Update copyright year.
Go MAEDA
2019-05-25
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
*
Move custom field classes to a method (#30994).
Go MAEDA
2019-03-09
1
-0
/
+4
*
Show Edit/Preview tabs for full width layout custom fields with text formatti...
Go MAEDA
2019-02-12
1
-0
/
+4
*
Remove unused and broken method CustomField.visibility_condition (#29160).
Jean-Philippe Lang
2018-09-23
1
-13
/
+0
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
1
-3
/
+2
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Fixes typo in safe attributes declaration (#25724).
Jean-Philippe Lang
2017-06-06
1
-1
/
+1
*
Option for long text custom fields to be displayed under the description fiel...
Jean-Philippe Lang
2017-01-25
1
-1
/
+6
*
Validate length of custom field regexp (#24283).
Jean-Philippe Lang
2017-01-04
1
-1
/
+1
*
use symbol instead of string for 'position' (#24013)
Toshi MARUYAMA
2016-11-28
1
-1
/
+1
*
Add length validations for string fields (#24283).
Jean-Philippe Lang
2016-11-19
1
-0
/
+1
*
Option to specify allowed extensions for a file custom field (#6719).
Jean-Philippe Lang
2016-10-23
1
-1
/
+2
*
Adds file custom field format (#6719).
Jean-Philippe Lang
2016-10-23
1
-12
/
+23
*
Use safe_attributes for custom fields.
Jean-Philippe Lang
2016-07-17
1
-1
/
+24
*
Limits the schemes that custom field URL patterns can use (#22925).
Jean-Philippe Lang
2016-06-01
1
-0
/
+8
*
Replaces acts_as_list with an implementation that handles #position= (#12909).
Jean-Philippe Lang
2016-04-17
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Moved custom fields totals logic to FieldFormat (#21413).
Jean-Philippe Lang
2015-12-05
1
-0
/
+4
*
Adds Enumeration custom field format (#21060).
Jean-Philippe Lang
2015-10-25
1
-0
/
+4
*
Display all versions in query filter (#19271).
Jean-Philippe Lang
2015-09-26
1
-0
/
+5
*
Use same logic for finding user as a custom field (#950).
Jean-Philippe Lang
2015-08-15
1
-13
/
+1
*
#downcase no longer needed after r14484 (#20369).
Jean-Philippe Lang
2015-08-15
1
-1
/
+1
*
use String#casecmp for case insensitive comparison (#20369)
Toshi MARUYAMA
2015-08-12
1
-1
/
+1
*
CustomField#possible_values may raise undefined method `force_encoding' error...
Jean-Philippe Lang
2015-03-14
1
-2
/
+2
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Use a CustomFieldValue instead of CustomValue.
Jean-Philippe Lang
2014-12-20
1
-1
/
+1
*
Order scopes cleanup.
Jean-Philippe Lang
2014-10-29
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-2
/
+3
*
Use #read/#write_attribute instead of #super when overwriting default accesso...
Jean-Philippe Lang
2014-03-15
1
-2
/
+3
*
Fixed that non-empty blank strings as custom field values are not properly va...
Jean-Philippe Lang
2014-02-28
1
-3
/
+1
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Prevents no method errors when reloading in development mode.
Jean-Philippe Lang
2014-01-19
1
-0
/
+2
[next]