index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
attachment_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Removes attachment from disk after rollback on create (#21125).
Jean-Philippe Lang
2016-01-21
1
-1
/
+1
*
Files upload restriction by files extensions (#20008).
Jean-Philippe Lang
2015-11-01
1
-0
/
+39
*
Extend Filesize in the attachments table for files with size > 2GB (#10672).
Jean-Philippe Lang
2015-10-20
1
-0
/
+11
*
Remove attachment after transaction commit (#20388).
Jean-Philippe Lang
2015-09-30
1
-0
/
+4
*
Typo.
Jean-Philippe Lang
2015-09-30
1
-1
/
+1
*
Wrong syntax for resizing inline images may throw a 500 error (#20278).
Jean-Philippe Lang
2015-08-02
1
-0
/
+7
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Make sure that Redmine::Thumbnail.generate is called.
Jean-Philippe Lang
2014-12-05
1
-1
/
+2
*
Adds some Attachment tests.
Jean-Philippe Lang
2014-12-05
1
-0
/
+22
*
Edit attachments after upload (#1326).
Jean-Philippe Lang
2014-11-29
1
-0
/
+39
*
Blank content type for attachments attached via Ajax file upload (Patch by Je...
Jean-Philippe Lang
2014-05-02
1
-0
/
+9
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Rails4: replace deprecated Relation#first with finder options at AttachmentTest
Toshi MARUYAMA
2014-01-08
1
-2
/
+1
*
remove trailing white-spaces from test/unit/attachment_test.rb
Toshi MARUYAMA
2013-12-04
1
-4
/
+4
*
Strip eols from file names (#14819).
Jean-Philippe Lang
2013-09-11
1
-0
/
+7
*
not use assert_not_nil in Errors#[]
Toshi MARUYAMA
2013-07-30
1
-1
/
+1
*
Removing shoulda context.
Jean-Philippe Lang
2013-02-03
1
-34
/
+32
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
NoMethodError: private method `now' called for DateTime:Class error in tests ...
Jean-Philippe Lang
2012-12-13
1
-3
/
+0
*
Store attachments in subdirectories (#5298).
Jean-Philippe Lang
2012-12-13
1
-0
/
+33
*
Adds Attachment#title.
Jean-Philippe Lang
2012-07-16
1
-0
/
+8
*
Validate attachment description length (#11365).
Jean-Philippe Lang
2012-07-15
1
-0
/
+6
*
Displays thumbnails of attached images of the issue view (#1006).
Jean-Philippe Lang
2012-07-07
1
-0
/
+24
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
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
[next]