summaryrefslogtreecommitdiffstats
path: root/app/views/attachments
Commit message (Expand)AuthorAgeFilesLines
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-234-5/+5
* Don't check if attachments are editable individually.Jean-Philippe Lang2015-01-241-1/+1
* Adds a more specific title for the attachments edit link (#1326).Jean-Philippe Lang2014-11-292-2/+4
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-292-0/+33
* revert r13199 (#17151)Toshi MARUYAMA2014-08-261-3/+1
* fix file upload broken on Chrome 36 (#17151)Toshi MARUYAMA2014-07-011-1/+3
* revert r13183 (#17151)Toshi MARUYAMA2014-06-251-3/+1
* fix file upload broken on Chrome 36 (#17151)Toshi MARUYAMA2014-06-251-1/+3
* Display error messages when attachment validation fails (#13949).Jean-Philippe Lang2013-05-131-0/+5
* Save the selected file just in case uploading stuff fails/is not supported.Jean-Philippe Lang2012-12-151-1/+2
* Moved javascript include tag to head.Jean-Philippe Lang2012-12-101-1/+3
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-103-12/+32
* use radio buttons instead of a select at attachment as same as r10426 repositoryToshi MARUYAMA2012-09-181-7/+5
* Fixed that git diff displays deleted files as /dev/null (#11868).Jean-Philippe Lang2012-09-181-1/+1
* html5 compliance.Jean-Philippe Lang2012-07-291-1/+1
* Adds maxlength=255 attribute on attachment description input field (#11365).Jean-Philippe Lang2012-07-151-1/+1
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-071-1/+1
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-071-0/+10
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-1/+1
* Moved the magnifier just after the filename.Jean-Philippe Lang2012-04-061-2/+2
* replace tabs to spaces at app/views/attachments/_links.html.erbToshi MARUYAMA2012-04-061-3/+3
* Ability to add non-member watchers on issue creation (#5159).Jean-Philippe Lang2012-03-241-3/+2
* Adds support for adding attachments to issues through the REST API (#8171).Jean-Philippe Lang2012-02-231-0/+3
* Better handling of attachments when issue validation fails (#10253).Jean-Philippe Lang2012-02-161-0/+8
* Resizes the attachment description field and moves the label to a placeholder...Jean-Philippe Lang2012-01-211-1/+1
* Change attachment link to download and add a view link for text attachments (...Jean-Philippe Lang2012-01-141-3/+8
* Resourcified attachments.Jean-Philippe Lang2011-11-271-2/+2
* Check attachment size when the user selects a file (#9667).Jean-Philippe Lang2011-11-251-1/+2
* attachment: add a new feature to switch "side by side" and "inline" for patch...Toshi MARUYAMA2011-11-201-2/+9
* Remove unecessary page title HTML escaping from views (#9252).Etienne Massip2011-10-022-2/+2
* replace tabs to spaces at app/views/attachments/_form.html.erbToshi MARUYAMA2011-09-181-4/+4
* 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