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