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
/
app
/
models
/
attachment.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Mail instead of TMail in MailHandler.
Jean-Philippe Lang
2012-05-05
1
-4
/
+9
*
Code cleanup.
Jean-Philippe Lang
2012-04-28
1
-2
/
+2
*
Fix no longer required with Rails 3.
Jean-Philippe Lang
2012-04-28
1
-9
/
+0
*
Uploading of attachments which filename contains non-ASCII chars fails with R...
Jean-Philippe Lang
2012-04-06
1
-0
/
+1
*
remove trailing white-spaces from app/models/attachment.rb
Toshi MARUYAMA
2012-02-26
1
-3
/
+3
*
Better message for file size validation error.
Jean-Philippe Lang
2012-02-23
1
-1
/
+1
*
Adds support for adding attachments to issues through the REST API (#8171).
Jean-Philippe Lang
2012-02-23
1
-5
/
+16
*
Adds a rake test that removes old unattached uploads (#10253).
Jean-Philippe Lang
2012-02-16
1
-1
/
+1
*
Better handling of attachments when issue validation fails (#10253).
Jean-Philippe Lang
2012-02-16
1
-24
/
+37
*
Copy attachments on issue and project copy (#3055).
Jean-Philippe Lang
2012-01-20
1
-4
/
+22
*
Limit the characters stripped by Attachment#sanitize_filename (#4324).
Jean-Philippe Lang
2011-11-24
1
-4
/
+2
*
move logic to use latest image file attachment to class method for common use...
Toshi MARUYAMA
2011-11-24
1
-0
/
+6
*
fix inconsistent image filename extensions (#9638)
Toshi MARUYAMA
2011-11-23
1
-1
/
+1
*
Rails3: replace deprecated 'after_destroy' method at Attachment model.
Toshi MARUYAMA
2011-08-30
1
-1
/
+2
*
Rails3: replace deprecated 'before_save' method at Attachment model.
Toshi MARUYAMA
2011-08-30
1
-1
/
+3
*
Rails3: replace deprecate 'validate' instance method to declared validation m...
Toshi MARUYAMA
2011-08-29
1
-1
/
+2
*
remove trailing white-spaces from app/models/attachment.rb.
Toshi MARUYAMA
2011-08-22
1
-1
/
+1
*
Fixed: file uploads broken by r6312 (#8912).
Jean-Philippe Lang
2011-07-29
1
-1
/
+2
*
Fixed: MailHandler does not include JournalDetail for attached files (#7966).
Jean-Philippe Lang
2011-07-24
1
-1
/
+2
*
replace RAILS_ROOT to Rails.root of attachments storage path.
Toshi MARUYAMA
2011-06-15
1
-1
/
+1
*
remove trailing white-spaces from Attachment model source.
Toshi MARUYAMA
2011-05-15
1
-22
/
+22
*
Makes the folder for attachments storage configurable in config/configuration...
Jean-Philippe Lang
2011-01-23
1
-1
/
+1
*
Unused variable
Eric Davis
2010-06-19
1
-1
/
+0
*
Fix a nil error when a Project cannot save attachments.
Eric Davis
2010-06-19
1
-1
/
+7
*
Refactor: Decouple failed attachments and the flash messages
Eric Davis
2010-03-03
1
-7
/
+2
*
Refactor: Moved ApplicationController#attach_files to the Attachment model
Eric Davis
2010-03-02
1
-0
/
+27
*
Fixed: attachments with the same name at the same time overwrite (#3691).
Jean-Philippe Lang
2010-02-28
1
-5
/
+9
*
Auto-detect attachment content type when blank (#3782).
Jean-Philippe Lang
2009-12-29
1
-0
/
+3
*
Returns a 404 error when trying to view/download an attachment that can't be ...
Jean-Philippe Lang
2009-04-25
1
-0
/
+5
*
Fixes memory consumption on file upload (#3116).
Jean-Philippe Lang
2009-04-10
1
-10
/
+9
*
Fixes that custom values length and attachment size validation error raises a...
Jean-Philippe Lang
2009-04-08
1
-1
/
+3
*
Fixed: Files without Version aren't visible in the Activity page (#2930).
Jean-Philippe Lang
2009-03-08
1
-1
/
+1
*
AttachmentsController now handles attachments deletion.
Jean-Philippe Lang
2008-12-09
1
-0
/
+8
*
Fixed: wrong digest for text files under Windows (#2264).
Jean-Philippe Lang
2008-12-02
1
-1
/
+8
*
Display latest user's activity on account/show view.
Jean-Philippe Lang
2008-11-30
1
-0
/
+2
*
Activity refactoring.
Jean-Philippe Lang
2008-07-27
1
-0
/
+12
*
Appends the filename to the attachment url so that clients that ignore conten...
Jean-Philippe Lang
2008-07-22
1
-1
/
+1
*
File viewer for attached text files.
Jean-Philippe Lang
2008-06-09
1
-0
/
+4
*
Unified diff viewer for attached files with .patch or .diff extension (#1403).
Jean-Philippe Lang
2008-06-08
1
-0
/
+4
*
Fixed: TypeError in WikiController#destroy_attachment (#1281).
Jean-Philippe Lang
2008-05-22
1
-3
/
+1
*
Fixed: possible error when attachment's filename is non-ASCII (#747, #1243, #...
Jean-Philippe Lang
2008-05-17
1
-1
/
+14
*
Attachment model clean up: fixed some inconsistent indentation and an inaccur...
Jean-Philippe Lang
2008-04-02
1
-49
/
+48
*
Activity enhancements:
Jean-Philippe Lang
2008-03-11
1
-1
/
+0
*
Fixed: error when uploading a file with no content-type specified by the brow...
Jean-Philippe Lang
2008-02-03
1
-1
/
+1
*
* Updated German translation (Thomas Löber)
Jean-Philippe Lang
2007-11-27
1
-1
/
+1
*
Anonymous users can now be allowed to create, edit, comment issues, comment n...
Jean-Philippe Lang
2007-11-20
1
-6
/
+1
*
Activity view now uses events attributes.
Jean-Philippe Lang
2007-10-28
1
-1
/
+1
*
Fixed: error when uploading a file with a content type longer than 60 chars.
Jean-Philippe Lang
2007-09-17
1
-0
/
+4
*
Merged 0.6 branch into trunk.
Jean-Philippe Lang
2007-08-29
1
-1
/
+5
*
Image attachments are now sent inline to be viewed directly in the browser.
Jean-Philippe Lang
2007-08-15
1
-0
/
+4
[next]