summaryrefslogtreecommitdiffstats
path: root/test/unit/attachment_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Removes attachment from disk after rollback on create (#21125).Jean-Philippe Lang2016-01-211-1/+1
* Files upload restriction by files extensions (#20008).Jean-Philippe Lang2015-11-011-0/+39
* Extend Filesize in the attachments table for files with size > 2GB (#10672).Jean-Philippe Lang2015-10-201-0/+11
* Remove attachment after transaction commit (#20388).Jean-Philippe Lang2015-09-301-0/+4
* Typo.Jean-Philippe Lang2015-09-301-1/+1
* Wrong syntax for resizing inline images may throw a 500 error (#20278).Jean-Philippe Lang2015-08-021-0/+7
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Make sure that Redmine::Thumbnail.generate is called.Jean-Philippe Lang2014-12-051-1/+2
* Adds some Attachment tests.Jean-Philippe Lang2014-12-051-0/+22
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-291-0/+39
* Blank content type for attachments attached via Ajax file upload (Patch by Je...Jean-Philippe Lang2014-05-021-0/+9
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at AttachmentTestToshi MARUYAMA2014-01-081-2/+1
* remove trailing white-spaces from test/unit/attachment_test.rbToshi MARUYAMA2013-12-041-4/+4
* Strip eols from file names (#14819).Jean-Philippe Lang2013-09-111-0/+7
* not use assert_not_nil in Errors#[]Toshi MARUYAMA2013-07-301-1/+1
* Removing shoulda context.Jean-Philippe Lang2013-02-031-34/+32
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* 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