summaryrefslogtreecommitdiffstats
path: root/app/controllers/attachments_controller.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix in AttachmentsController#show.Jean-Philippe Lang2009-01-181-1/+1
* Increment project files downloads.Jean-Philippe Lang2008-12-301-1/+3
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-8/+25
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Appends the filename to the attachment url so that clients that ignore conten...Jean-Philippe Lang2008-07-221-0/+3
* Move VersionsController#download to AttachmentsController.Jean-Philippe Lang2008-07-221-4/+8
* File viewer for attached text files.Jean-Philippe Lang2008-06-091-4/+7
* Unified diff viewer for attached files with .patch or .diff extension (#1403).Jean-Philippe Lang2008-06-081-3/+10
* Non-ascii attachement filename fix for IE.Jean-Philippe Lang2008-01-101-1/+1
* Image attachments are now sent inline to be viewed directly in the browser.Jean-Philippe Lang2007-08-151-10/+5
* Added filename header when sending an image inlineJean-Philippe Lang2007-05-271-1/+1
* Show a 404 error page if attachment can not be read.Jean-Philippe Lang2007-05-261-0/+5
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-261-0/+39