summaryrefslogtreecommitdiffstats
path: root/test/functional/attachments_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at AttachmentsC...Toshi MARUYAMA2014-01-101-1/+1
* fix typo of attachments controller test namesToshi MARUYAMA2013-01-131-2/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed duplicate test name.Jean-Philippe Lang2012-12-111-1/+1
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-101-1/+10
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-7/+0
* set user preference diff type nil at functional testsToshi MARUYAMA2012-09-281-1/+6
* add functional attachment test of mercurial export file (#11868)Toshi MARUYAMA2012-09-191-0/+15
* Adds a macro for inserting thumbnails in formatted text (#3510).Jean-Philippe Lang2012-07-161-23/+24
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-071-1/+47
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-4/+7
* Adds functional tests.Jean-Philippe Lang2012-02-231-0/+5
* Fixed a test that writes into fixtures directory.Jean-Philippe Lang2012-02-191-0/+1
* Better handling of attachments when issue validation fails (#10253).Jean-Philippe Lang2012-02-161-0/+8
* attachment: fix that diff type is not saved in user preference (#10152)Toshi MARUYAMA2012-02-041-0/+15
* Make sure that tests restore the attachments path to the tmp dir so that fixt...Jean-Philippe Lang2011-12-161-1/+5
* Fixed: version files in Files module cannot be downloaded if issue tracking i...Jean-Philippe Lang2011-11-291-0/+6
* Prevent fixture files from being deleted.Jean-Philippe Lang2011-11-291-5/+5
* Resourcified attachments.Jean-Philippe Lang2011-11-271-6/+8
* reset Attachment.storage_path at the end of attachment testsToshi MARUYAMA2011-11-241-1/+18
* attachment: add missing diff type at functional tests (#2371, #9612)Toshi MARUYAMA2011-11-221-2/+2
* attachment: update a functional test to switch "side by side" and "inline" fo...Toshi MARUYAMA2011-11-201-12/+13
* attachment: add a functional test to show an ISO-8859-1 content file (#2371)Toshi MARUYAMA2011-11-201-0/+20
* attachment: add a functional test to show an ISO-8859-1 patch (#2371)Toshi MARUYAMA2011-11-201-0/+17
* attachment: use repositories setting to convert contents character encoding (...Toshi MARUYAMA2011-11-201-28/+32
* code layout clean up test/functional/attachments_controller_test.rbToshi MARUYAMA2011-11-201-1/+1
* attachment: update functional tests to switch "side by side" and "inline" for...Toshi MARUYAMA2011-11-201-22/+26
* Fixed functional tests that writes in fixtures folder.Jean-Philippe Lang2011-11-191-0/+2
* attachment: add a functional test to show invalid UTF-8 text file (#2371)Toshi MARUYAMA2011-11-171-0/+17
* attachment: add a functional test to show UTF-8 text file (#2371)Toshi MARUYAMA2011-11-171-0/+20
* code layout clean up test/functional/attachments_controller_test.rbToshi MARUYAMA2011-11-161-2/+2
* replace RAILS_ROOT to Rails.root in functional attachments controller test.Toshi MARUYAMA2011-06-161-1/+1
* remove trailing white-spaces from functional functional attachments controlle...Toshi MARUYAMA2011-05-071-24/+24
* Private issues (#7414).Jean-Philippe Lang2011-04-151-0/+12
* Strip non utf8 content when displaying diff (ruby1.9 compatibility).Jean-Philippe Lang2011-01-011-3/+26
* 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: 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