summaryrefslogtreecommitdiffstats
path: root/test/functional/custom_fields_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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