summaryrefslogtreecommitdiffstats
path: root/test/functional/custom_fields_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Create custom field by copy (#34307).Go MAEDA2020-12-261-0/+73
* Add a test for ProjectCustomField creation (#33268).Go MAEDA2020-12-161-0/+26
* fix source indent of CustomFieldsControllerTestToshi MARUYAMA2020-10-281-27/+105
* shorten long line of CustomFieldsControllerTestToshi MARUYAMA2020-10-031-1/+3
* Redirect to index page instead of edit page after creating a new custom field...Go MAEDA2020-05-041-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Use #media_type instead of #content_type to test the MIME type of a response ...Go MAEDA2020-01-271-1/+1
* Per role visibility settings for version custom fields (#23997).Go MAEDA2019-08-241-0/+20
* Per role visibility settings for project custom fields (#31925).Go MAEDA2019-08-201-0/+20
* Per role visibility settings for spent time custom fields (#31859).Go MAEDA2019-08-091-0/+25
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-061-2/+2
* Update copyright year.Go MAEDA2019-05-251-1/+1
* "Create and continue" button for custom fields (#31159).Go MAEDA2019-04-091-0/+14
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-36/+127
* Option for long text custom fields to be displayed under the description fiel...Jean-Philippe Lang2017-01-251-0/+14
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-19/+21
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Redirect to custom field after create or update.Jean-Philippe Lang2015-10-251-5/+4
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Subclasses may not be loaded when running the test.Jean-Philippe Lang2014-12-211-1/+1
* Replaced some #assert_tag with #assert_select.Jean-Philippe Lang2014-11-201-1/+1
* add missing fixtures to test/functional/custom_fields_controller_test.rbToshi MARUYAMA2014-11-031-1/+12
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* Show tabs for existing custom field types only and adds a view for choosing t...Jean-Philippe Lang2014-02-071-2/+19
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-9/+20
* Projects selection on custom field form (#15136).Jean-Philippe Lang2013-10-201-1/+24
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-1/+1
* Use a textarea instead of an input for the default value of long text custom ...Jean-Philippe Lang2013-02-151-0/+24
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Update the new custom field form with remotely.Jean-Philippe Lang2012-08-071-24/+21
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Additional tests for CustomFieldsController.Jean-Philippe Lang2012-04-181-0/+17
* Resourcified custom fields.Jean-Philippe Lang2011-12-091-9/+30
* Adds functional tests for CustomFieldsController.Jean-Philippe Lang2011-11-271-1/+37
* remove trailing white-spaces from test/functional/custom_fields_controller_te...Toshi MARUYAMA2011-08-301-7/+7
* Adds User and Version custom field format that can be used to reference a pro...Jean-Philippe Lang2011-04-011-6/+26
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Adds missing native eol properties.Jean-Philippe Lang2009-09-201-61/+61
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+1
* CustomFieldsController#list moved to #index.Jean-Philippe Lang2009-01-171-2/+2
* CustomFieldsController refactoring.Jean-Philippe Lang2009-01-171-1/+6
* Make use of tracker_ids association in issue custom field form.Jean-Philippe Lang2009-01-171-2/+2
* Adds custom fields functional tests.Jean-Philippe Lang2009-01-161-0/+56