summaryrefslogtreecommitdiffstats
path: root/test/integration/issues_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-281-0/+21
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at integration ...Toshi MARUYAMA2014-01-101-1/+1
* Fixed that updating the issue form was broken by r4011 when user is not allow...Jean-Philippe Lang2013-02-161-9/+0
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed some more test/integration/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-0/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-2/+2
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-0/+19
* Fixed broken issue form update when changing tracker.Jean-Philippe Lang2011-12-121-0/+9
* Removed obsolete routes.Jean-Philippe Lang2011-12-011-6/+6
* remove trailing white-spaces from test/integration/issues_test.rb.Toshi MARUYAMA2011-08-271-29/+29
* Fix typo "attachements" in test/integration/issues_test.rb.Toshi MARUYAMA2011-04-021-1/+1
* Adds User and Version custom field format that can be used to reference a pro...Jean-Philippe Lang2011-04-011-2/+73
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-141-1/+1
* Refactor: convert many of the custom Issue routes to REST resources.Eric Davis2010-08-261-1/+1
* Refactor: Move the updating of an Issue to the #update method.Eric Davis2010-02-251-1/+1
* Renames uploaded_test_file helper.Jean-Philippe Lang2009-10-101-1/+1
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-1/+1
* Fixed: export links on the issue list lose project param after applying a fil...Jean-Philippe Lang2009-03-061-1/+38
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+1
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-4/+4
* Merged Rails 2.1 compatibility branch.Jean-Philippe Lang2008-07-041-0/+3
* File viewer for attached text files.Jean-Philippe Lang2008-06-091-0/+18
* Fix tests broken by r1243 (Redirect to issue page after creating a new issue).Jean-Philippe Lang2008-03-151-2/+2
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-291-1/+2
* Merged IssuesController #edit and #update into a single actions.Jean-Philippe Lang2008-02-091-1/+1
* Added default value for custom fields. Fixed javascript on custom field form ...Jean-Philippe Lang2008-01-201-2/+12
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-201-3/+3
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-061-1/+3
* Project identifier is now used in URLs (instead of project id).Jean-Philippe Lang2007-12-171-1/+1
* ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...Jean-Philippe Lang2007-11-051-1/+1
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-2/+2
* file upload test now uses ActionController::TestUploadedFileJean-Philippe Lang2007-02-181-23/+3
* added issues integration testsJean-Philippe Lang2006-12-261-0/+78