| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed that updating the issue form was broken by r4011 when user is not allow... | Jean-Philippe Lang | 2013-02-16 | 1 | -9/+0 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Fixed some more test/integration/*_test.rb breaking when run alone (#12285) | Jean-Baptiste Barth | 2012-11-01 | 1 | -0/+1 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |
* | Merged rails-3.2 branch. | Jean-Philippe Lang | 2012-04-25 | 1 | -2/+2 |
* | Removes all #verify calls in controllers. Verification is handled at routing ... | Jean-Philippe Lang | 2012-03-03 | 1 | -0/+19 |
* | Fixed broken issue form update when changing tracker. | Jean-Philippe Lang | 2011-12-12 | 1 | -0/+9 |
* | Removed obsolete routes. | Jean-Philippe Lang | 2011-12-01 | 1 | -6/+6 |
* | remove trailing white-spaces from test/integration/issues_test.rb. | Toshi MARUYAMA | 2011-08-27 | 1 | -29/+29 |
* | Fix typo "attachements" in test/integration/issues_test.rb. | Toshi MARUYAMA | 2011-04-02 | 1 | -1/+1 |
* | Adds User and Version custom field format that can be used to reference a pro... | Jean-Philippe Lang | 2011-04-01 | 1 | -2/+73 |
* | Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 | Jean-Baptiste Barth | 2010-12-12 | 1 | -1/+1 |
* | Adds leading slash to all assert_redirected_to arguments (#6887). | Jean-Philippe Lang | 2010-11-14 | 1 | -1/+1 |
* | Refactor: convert many of the custom Issue routes to REST resources. | Eric Davis | 2010-08-26 | 1 | -1/+1 |
* | Refactor: Move the updating of an Issue to the #update method. | Eric Davis | 2010-02-25 | 1 | -1/+1 |
* | Renames uploaded_test_file helper. | Jean-Philippe Lang | 2009-10-10 | 1 | -1/+1 |
* | Changed Enumerations to use a Single Table Inheritance | Eric Davis | 2009-05-30 | 1 | -1/+1 |
* | Fixed: export links on the issue list lose project param after applying a fil... | Jean-Philippe Lang | 2009-03-06 | 1 | -1/+38 |
* | Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. | Jean-Philippe Lang | 2009-02-21 | 1 | -1/+1 |
* | Converted routing and urls to follow the Rails REST convention. | Eric Davis | 2009-01-26 | 1 | -4/+4 |
* | Merged Rails 2.1 compatibility branch. | Jean-Philippe Lang | 2008-07-04 | 1 | -0/+3 |
* | File viewer for attached text files. | Jean-Philippe Lang | 2008-06-09 | 1 | -0/+18 |
* | Fix tests broken by r1243 (Redirect to issue page after creating a new issue). | Jean-Philippe Lang | 2008-03-15 | 1 | -2/+2 |
* | Adds an optional description to attachments. | Jean-Philippe Lang | 2008-02-29 | 1 | -1/+2 |
* | Merged IssuesController #edit and #update into a single actions. | Jean-Philippe Lang | 2008-02-09 | 1 | -1/+1 |
* | Added default value for custom fields. Fixed javascript on custom field form ... | Jean-Philippe Lang | 2008-01-20 | 1 | -2/+12 |
* | ProjectsController#add_issue moved to IssuesController#new. | Jean-Philippe Lang | 2008-01-20 | 1 | -3/+3 |
* | Merged IssuesController change_status and add_note actions. | Jean-Philippe Lang | 2008-01-06 | 1 | -1/+3 |
* | Project identifier is now used in URLs (instead of project id). | Jean-Philippe Lang | 2007-12-17 | 1 | -1/+1 |
* | ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer... | Jean-Philippe Lang | 2007-11-05 | 1 | -1/+1 |
* | Merged 0.6 branch into trunk. | Jean-Philippe Lang | 2007-08-29 | 1 | -2/+2 |
* | file upload test now uses ActionController::TestUploadedFile | Jean-Philippe Lang | 2007-02-18 | 1 | -23/+3 |
* | added issues integration tests | Jean-Philippe Lang | 2006-12-26 | 1 | -0/+78 |