summaryrefslogtreecommitdiffstats
path: root/app/views/attachments
Commit message (Expand)AuthorAgeFilesLines
...
* rename .rhtml to .html.erb of app/views/attachments/diff.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/attachments/file.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/attachments/_form.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/attachments/_links.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* HTML escape at app/views/attachments/file.rhtml.Toshi MARUYAMA2011-08-021-2/+2
* HTML escape at app/views/attachments/diff.rhtml.Toshi MARUYAMA2011-08-021-2/+2
* HTML escape at app/views/attachments/_links.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* REST API for reading attachments (#7671).Jean-Philippe Lang2011-07-181-0/+1
* Adds a button to remove a file upload before submission (#5670).Jean-Philippe Lang2011-07-091-3/+5
* Fixed: Add Another file to ticket doesn't work in IE (broken by r3750).Jean-Philippe Lang2010-07-251-2/+1
* Convert the file attachment's description to a label.Eric Davis2010-05-251-2/+2
* Adds the filename to the html title of attachment view.Jean-Philippe Lang2009-04-252-0/+4
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-3/+3
* Appends the filename to the attachment url so that clients that ignore conten...Jean-Philippe Lang2008-07-223-3/+3
* File viewer for attached text files.Jean-Philippe Lang2008-06-091-0/+15
* Unified diff viewer for attached files with .patch or .diff extension (#1403).Jean-Philippe Lang2008-06-082-1/+16
* Prevent page reloading if something goes wrong in the 'add more file' javascr...Jean-Philippe Lang2008-03-161-1/+1
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-292-10/+20
* Slight change to issues/show.Jean-Philippe Lang2007-09-241-1/+1
* Removed User#display_name (replaced by User#name).Jean-Philippe Lang2007-06-291-1/+1
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-262-0/+17