summaryrefslogtreecommitdiffstats
path: root/app/models/attachment.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Attachment content-type is now chomped before being saved.Jean-Philippe Lang2007-08-121-1/+1
* Added several validates_length_ofJean-Philippe Lang2007-07-161-1/+3
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-261-1/+5
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-121-90/+90
* settings are now stored in the database (config_custom.rb no more used) and e...Jean-Philippe Lang2007-01-211-6/+9
* option to set maximum size of uploaded filesJean-Philippe Lang2007-01-011-1/+5
* fixed bug when no version is selected in projects/add_fileJean-Philippe Lang2006-12-161-1/+5
* trunk moved from /trunk/redmine to /trunkJean-Philippe Lang2006-12-051-0/+81