summaryrefslogtreecommitdiffstats
path: root/test/functional/attachments_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Move the rest of the routing tests to RoutingTest.Eric Davis2010-04-211-15/+0
* Auto-detect attachment content type when blank (#3782).Jean-Philippe Lang2009-12-291-0/+8
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Returns a 404 error when trying to view/download an attachment that can't be ...Jean-Philippe Lang2009-04-251-2/+7
* Fixes new setting name.Jean-Philippe Lang2009-02-211-1/+1
* Adds a setting to limit the size of text attachments that can be displayed by...Jean-Philippe Lang2009-02-211-0/+11
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+1
* Slight changes in functional tests.Jean-Philippe Lang2009-01-041-2/+2
* Fixes functional tests fixtures (#2398).Jean-Philippe Lang2008-12-281-1/+2
* Files module: makes version field non required (#1053).Jean-Philippe Lang2008-12-091-0/+17
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-0/+29
* Functional tests fail when run on their own (#1895).Jean-Philippe Lang2008-09-141-1/+1
* Appends the filename to the attachment url so that clients that ignore conten...Jean-Philippe Lang2008-07-221-0/+15
* Move VersionsController#download to AttachmentsController.Jean-Philippe Lang2008-07-221-0/+5
* File viewer for attached text files.Jean-Philippe Lang2008-06-091-0/+59