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
/
test
/
functional
/
custom_fields_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r23391 from trunk to 5.1-stable (#41961).
Go MAEDA
12 days
1
-13
/
+0
*
Merged r22746 from trunk to 5.1-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
Fix RuboCop offense Rails/RedundantActiveRecordAllMethod (#37248).
Go MAEDA
2023-10-12
1
-2
/
+2
*
Fix RuboCop offense Performance/MapMethodChain (#37247).
Go MAEDA
2023-08-23
1
-1
/
+1
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
1
-1
/
+1
*
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
*
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
/
+73
*
Add a test for ProjectCustomField creation (#33268).
Go MAEDA
2020-12-16
1
-0
/
+26
*
fix source indent of CustomFieldsControllerTest
Toshi MARUYAMA
2020-10-28
1
-27
/
+105
*
shorten long line of CustomFieldsControllerTest
Toshi MARUYAMA
2020-10-03
1
-1
/
+3
*
Redirect to index page instead of edit page after creating a new custom field...
Go MAEDA
2020-05-04
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Use #media_type instead of #content_type to test the MIME type of a response ...
Go MAEDA
2020-01-27
1
-1
/
+1
*
Per role visibility settings for version custom fields (#23997).
Go MAEDA
2019-08-24
1
-0
/
+20
*
Per role visibility settings for project custom fields (#31925).
Go MAEDA
2019-08-20
1
-0
/
+20
*
Per role visibility settings for spent time custom fields (#31859).
Go MAEDA
2019-08-09
1
-0
/
+25
*
Remove trailing whitespaces from test (#31506).
Go MAEDA
2019-06-06
1
-2
/
+2
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
"Create and continue" button for custom fields (#31159).
Go MAEDA
2019-04-09
1
-0
/
+14
*
Enable frozen_string_literal for some files under test directory (#26561).
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
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Use Rails 5 syntax for functional tests.
Jean-Philippe Lang
2017-05-31
1
-36
/
+127
*
Option for long text custom fields to be displayed under the description fiel...
Jean-Philippe Lang
2017-01-25
1
-0
/
+14
*
Removes calls to #assert_template and #assigns in functional tests.
Jean-Philippe Lang
2016-07-18
1
-19
/
+21
*
Adds our own class for controller tests.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Redirect to custom field after create or update.
Jean-Philippe Lang
2015-10-25
1
-5
/
+4
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Subclasses may not be loaded when running the test.
Jean-Philippe Lang
2014-12-21
1
-1
/
+1
*
Replaced some #assert_tag with #assert_select.
Jean-Philippe Lang
2014-11-20
1
-1
/
+1
*
add missing fixtures to test/functional/custom_fields_controller_test.rb
Toshi MARUYAMA
2014-11-03
1
-1
/
+12
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-1
/
+1
*
Show tabs for existing custom field types only and adds a view for choosing t...
Jean-Philippe Lang
2014-02-07
1
-2
/
+19
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Merged custom fields format refactoring.
Jean-Philippe Lang
2013-12-14
1
-9
/
+20
*
Projects selection on custom field form (#15136).
Jean-Philippe Lang
2013-10-20
1
-1
/
+24
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
1
-1
/
+1
*
Use a textarea instead of an input for the default value of long text custom ...
Jean-Philippe Lang
2013-02-15
1
-0
/
+24
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Update the new custom field form with remotely.
Jean-Philippe Lang
2012-08-07
1
-24
/
+21
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Additional tests for CustomFieldsController.
Jean-Philippe Lang
2012-04-18
1
-0
/
+17
*
Resourcified custom fields.
Jean-Philippe Lang
2011-12-09
1
-9
/
+30
*
Adds functional tests for CustomFieldsController.
Jean-Philippe Lang
2011-11-27
1
-1
/
+37
*
remove trailing white-spaces from test/functional/custom_fields_controller_te...
Toshi MARUYAMA
2011-08-30
1
-7
/
+7
*
Adds User and Version custom field format that can be used to reference a pro...
Jean-Philippe Lang
2011-04-01
1
-6
/
+26
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
[next]