summaryrefslogtreecommitdiffstats
path: root/test/unit/attachment_test.rb
Commit message (Expand)AuthorAgeFilesLines
* NoMethodError: private method `now' called for DateTime:Class error in tests ...Jean-Philippe Lang2012-12-131-3/+0
* Store attachments in subdirectories (#5298).Jean-Philippe Lang2012-12-131-0/+33
* Adds Attachment#title.Jean-Philippe Lang2012-07-161-0/+8
* Validate attachment description length (#11365).Jean-Philippe Lang2012-07-151-0/+6
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-071-0/+24
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Use fixture.Jean-Philippe Lang2012-02-241-1/+1
* Adds a rake test that removes old unattached uploads (#10253).Jean-Philippe Lang2012-02-161-0/+10
* Better handling of attachments when issue validation fails (#10253).Jean-Philippe Lang2012-02-161-0/+4
* Copy attachments on issue and project copy (#3055).Jean-Philippe Lang2012-01-201-0/+35
* Make sure that tests restore the attachments path to the tmp dir so that fixt...Jean-Philippe Lang2011-12-161-1/+1
* Limit the characters stripped by Attachment#sanitize_filename (#4324).Jean-Philippe Lang2011-11-241-0/+21
* reset Attachment.storage_path at the end of attachment testsToshi MARUYAMA2011-11-241-0/+2
* add missing fixtures at unit attachment testToshi MARUYAMA2011-11-241-1/+2
* move logic to use latest image file attachment to class method for common use...Toshi MARUYAMA2011-11-241-0/+20
* use temporary attachments directory in unit attachment testToshi MARUYAMA2011-11-231-0/+1
* add test to destroy at unit attachment test.Toshi MARUYAMA2011-08-301-0/+17
* remove trailing white-spaces from test/unit/attachment_test.rb.Toshi MARUYAMA2011-08-291-2/+2
* Fixed: file uploads broken by r6312 (#8912).Jean-Philippe Lang2011-07-291-1/+22
* remove trailing white-spaces from unit attachment test.Toshi MARUYAMA2011-05-181-8/+8
* Safer assertion.Jean-Philippe Lang2010-12-311-1/+1
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Refactor: extract test methodEric Davis2010-06-191-9/+2
* Fix a nil error when a Project cannot save attachments.Eric Davis2010-06-191-0/+26
* Fixed: attachments with the same name at the same time overwrite (#3691).Jean-Philippe Lang2010-02-281-0/+10
* Auto-detect attachment content type when blank (#3782).Jean-Philippe Lang2009-12-291-0/+8
* Sets file encoding to utf-8 for ruby 1.9.Jean-Philippe Lang2009-10-101-0/+2
* Renames uploaded_test_file helper.Jean-Philippe Lang2009-10-101-2/+2
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Fixes memory consumption on file upload (#3116).Jean-Philippe Lang2009-04-101-4/+13
* Fixed: wrong digest for text files under Windows (#2264).Jean-Philippe Lang2008-12-021-1/+6
* Fixed: possible error when attachment's filename is non-ASCII (#747, #1243, #...Jean-Philippe Lang2008-05-171-0/+32