summaryrefslogtreecommitdiff
path: root/app/views/attachments
AgeCommit message (Expand)Author
2018-05-17Adds previews for audio / video attachments (#27336).Go MAEDA
2017-07-19Fixed that remove upload icon is not visible after submitting the form (#26468).Jean-Philippe Lang
2017-06-17Add download link to no preview message (#26035).Jean-Philippe Lang
2017-06-10Preview files by default instead of downloading them (#25988).Jean-Philippe Lang
2017-04-03Use path instead of URL of image in preview (#25295).Jean-Philippe Lang
2016-10-23Adds file custom field format (#6719).Jean-Philippe Lang
2016-10-01Rename AttachmentsController#edit and #update to #edit_all and #update_all (#...Jean-Philippe Lang
2016-08-30Return attachment id in api response to attachment upload (#23566).Jean-Philippe Lang
2016-05-08Show attachment view even is no preview is available (#22482).Jean-Philippe Lang
2016-04-11Add inline image preview/display for attachments and repository entries (#220...Jean-Philippe Lang
2016-04-11Whitespace only change (#22058).Jean-Philippe Lang
2016-04-11Reduce view code duplication by using a nested layout for file rendering (#22...Jean-Philippe Lang
2016-03-20Improve accessibility for icon-only links by adding hidden text (#21805).Jean-Philippe Lang
2016-01-20Replace uses of image_tag() with CSS (#21256).Jean-Philippe Lang
2015-02-23Removed unneeded #h calls in views.Jean-Philippe Lang
2015-01-24Don't check if attachments are editable individually.Jean-Philippe Lang
2014-11-29Adds a more specific title for the attachments edit link (#1326).Jean-Philippe Lang
2014-11-29Edit attachments after upload (#1326).Jean-Philippe Lang
2014-08-26revert r13199 (#17151)Toshi MARUYAMA
2014-07-01fix file upload broken on Chrome 36 (#17151)Toshi MARUYAMA
2014-06-25revert r13183 (#17151)Toshi MARUYAMA
2014-06-25fix file upload broken on Chrome 36 (#17151)Toshi MARUYAMA
2013-05-13Display error messages when attachment validation fails (#13949).Jean-Philippe Lang
2012-12-15Save the selected file just in case uploading stuff fails/is not supported.Jean-Philippe Lang
2012-12-10Moved javascript include tag to head.Jean-Philippe Lang
2012-12-10Merged ajax_upload branch (#3957).Jean-Philippe Lang
2012-09-18use radio buttons instead of a select at attachment as same as r10426 repositoryToshi MARUYAMA
2012-09-18Fixed that git diff displays deleted files as /dev/null (#11868).Jean-Philippe Lang
2012-07-29html5 compliance.Jean-Philippe Lang
2012-07-15Adds maxlength=255 attribute on attachment description input field (#11365).Jean-Philippe Lang
2012-07-07Deprecated :confirm => 'Text' option.Jean-Philippe Lang
2012-07-07Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang
2012-04-25Merged rails-3.2 branch.Jean-Philippe Lang
2012-04-06Moved the magnifier just after the filename.Jean-Philippe Lang
2012-04-06replace tabs to spaces at app/views/attachments/_links.html.erbToshi MARUYAMA
2012-03-24Ability to add non-member watchers on issue creation (#5159).Jean-Philippe Lang
2012-02-23Adds support for adding attachments to issues through the REST API (#8171).Jean-Philippe Lang
2012-02-16Better handling of attachments when issue validation fails (#10253).Jean-Philippe Lang
2012-01-21Resizes the attachment description field and moves the label to a placeholder...Jean-Philippe Lang
2012-01-14Change attachment link to download and add a view link for text attachments (...Jean-Philippe Lang
2011-11-27Resourcified attachments.Jean-Philippe Lang
2011-11-25Check attachment size when the user selects a file (#9667).Jean-Philippe Lang
2011-11-20attachment: add a new feature to switch "side by side" and "inline" for patch...Toshi MARUYAMA
2011-10-02Remove unecessary page title HTML escaping from views (#9252).Etienne Massip
2011-09-18replace tabs to spaces at app/views/attachments/_form.html.erbToshi MARUYAMA
2011-08-24rename .rhtml to .html.erb of app/views/attachments/diff.rhtml.Toshi MARUYAMA
2011-08-24rename .rhtml to .html.erb of app/views/attachments/file.rhtml.Toshi MARUYAMA
2011-08-24rename .rhtml to .html.erb of app/views/attachments/_form.rhtml.Toshi MARUYAMA
2011-08-24rename .rhtml to .html.erb of app/views/attachments/_links.rhtml.Toshi MARUYAMA
2011-08-02HTML escape at app/views/attachments/file.rhtml.Toshi MARUYAMA