| Commit message (Expand) | Author | Age | Files | Lines |
* | Use fixture. | Jean-Philippe Lang | 2012-02-24 | 1 | -1/+1 |
* | Adds a rake test that removes old unattached uploads (#10253). | Jean-Philippe Lang | 2012-02-16 | 1 | -0/+10 |
* | Better handling of attachments when issue validation fails (#10253). | Jean-Philippe Lang | 2012-02-16 | 1 | -0/+4 |
* | Copy attachments on issue and project copy (#3055). | Jean-Philippe Lang | 2012-01-20 | 1 | -0/+35 |
* | Make sure that tests restore the attachments path to the tmp dir so that fixt... | Jean-Philippe Lang | 2011-12-16 | 1 | -1/+1 |
* | Limit the characters stripped by Attachment#sanitize_filename (#4324). | Jean-Philippe Lang | 2011-11-24 | 1 | -0/+21 |
* | reset Attachment.storage_path at the end of attachment tests | Toshi MARUYAMA | 2011-11-24 | 1 | -0/+2 |
* | add missing fixtures at unit attachment test | Toshi MARUYAMA | 2011-11-24 | 1 | -1/+2 |
* | move logic to use latest image file attachment to class method for common use... | Toshi MARUYAMA | 2011-11-24 | 1 | -0/+20 |
* | use temporary attachments directory in unit attachment test | Toshi MARUYAMA | 2011-11-23 | 1 | -0/+1 |
* | add test to destroy at unit attachment test. | Toshi MARUYAMA | 2011-08-30 | 1 | -0/+17 |
* | remove trailing white-spaces from test/unit/attachment_test.rb. | Toshi MARUYAMA | 2011-08-29 | 1 | -2/+2 |
* | Fixed: file uploads broken by r6312 (#8912). | Jean-Philippe Lang | 2011-07-29 | 1 | -1/+22 |
* | remove trailing white-spaces from unit attachment test. | Toshi MARUYAMA | 2011-05-18 | 1 | -8/+8 |
* | Safer assertion. | Jean-Philippe Lang | 2010-12-31 | 1 | -1/+1 |
* | Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 | Jean-Baptiste Barth | 2010-12-12 | 1 | -1/+1 |
* | Refactor: extract test method | Eric Davis | 2010-06-19 | 1 | -9/+2 |
* | Fix a nil error when a Project cannot save attachments. | Eric Davis | 2010-06-19 | 1 | -0/+26 |
* | Fixed: attachments with the same name at the same time overwrite (#3691). | Jean-Philippe Lang | 2010-02-28 | 1 | -0/+10 |
* | Auto-detect attachment content type when blank (#3782). | Jean-Philippe Lang | 2009-12-29 | 1 | -0/+8 |
* | Sets file encoding to utf-8 for ruby 1.9. | Jean-Philippe Lang | 2009-10-10 | 1 | -0/+2 |
* | Renames uploaded_test_file helper. | Jean-Philippe Lang | 2009-10-10 | 1 | -2/+2 |
* | Upgraded to Rails 2.3.4 (#3597) | Eric Davis | 2009-09-13 | 1 | -1/+1 |
* | Fixes memory consumption on file upload (#3116). | Jean-Philippe Lang | 2009-04-10 | 1 | -4/+13 |
* | Fixed: wrong digest for text files under Windows (#2264). | Jean-Philippe Lang | 2008-12-02 | 1 | -1/+6 |
* | Fixed: possible error when attachment's filename is non-ASCII (#747, #1243, #... | Jean-Philippe Lang | 2008-05-17 | 1 | -0/+32 |