index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
views
/
attachments
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unneeded #h calls in views.
Jean-Philippe Lang
2015-02-23
4
-5
/
+5
*
Don't check if attachments are editable individually.
Jean-Philippe Lang
2015-01-24
1
-1
/
+1
*
Adds a more specific title for the attachments edit link (#1326).
Jean-Philippe Lang
2014-11-29
2
-2
/
+4
*
Edit attachments after upload (#1326).
Jean-Philippe Lang
2014-11-29
2
-0
/
+33
*
revert r13199 (#17151)
Toshi MARUYAMA
2014-08-26
1
-3
/
+1
*
fix file upload broken on Chrome 36 (#17151)
Toshi MARUYAMA
2014-07-01
1
-1
/
+3
*
revert r13183 (#17151)
Toshi MARUYAMA
2014-06-25
1
-3
/
+1
*
fix file upload broken on Chrome 36 (#17151)
Toshi MARUYAMA
2014-06-25
1
-1
/
+3
*
Display error messages when attachment validation fails (#13949).
Jean-Philippe Lang
2013-05-13
1
-0
/
+5
*
Save the selected file just in case uploading stuff fails/is not supported.
Jean-Philippe Lang
2012-12-15
1
-1
/
+2
*
Moved javascript include tag to head.
Jean-Philippe Lang
2012-12-10
1
-1
/
+3
*
Merged ajax_upload branch (#3957).
Jean-Philippe Lang
2012-12-10
3
-12
/
+32
*
use radio buttons instead of a select at attachment as same as r10426 repository
Toshi MARUYAMA
2012-09-18
1
-7
/
+5
*
Fixed that git diff displays deleted files as /dev/null (#11868).
Jean-Philippe Lang
2012-09-18
1
-1
/
+1
*
html5 compliance.
Jean-Philippe Lang
2012-07-29
1
-1
/
+1
*
Adds maxlength=255 attribute on attachment description input field (#11365).
Jean-Philippe Lang
2012-07-15
1
-1
/
+1
*
Deprecated :confirm => 'Text' option.
Jean-Philippe Lang
2012-07-07
1
-1
/
+1
*
Displays thumbnails of attached images of the issue view (#1006).
Jean-Philippe Lang
2012-07-07
1
-0
/
+10
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-1
/
+1
*
Moved the magnifier just after the filename.
Jean-Philippe Lang
2012-04-06
1
-2
/
+2
*
replace tabs to spaces at app/views/attachments/_links.html.erb
Toshi MARUYAMA
2012-04-06
1
-3
/
+3
*
Ability to add non-member watchers on issue creation (#5159).
Jean-Philippe Lang
2012-03-24
1
-3
/
+2
*
Adds support for adding attachments to issues through the REST API (#8171).
Jean-Philippe Lang
2012-02-23
1
-0
/
+3
*
Better handling of attachments when issue validation fails (#10253).
Jean-Philippe Lang
2012-02-16
1
-0
/
+8
*
Resizes the attachment description field and moves the label to a placeholder...
Jean-Philippe Lang
2012-01-21
1
-1
/
+1
*
Change attachment link to download and add a view link for text attachments (...
Jean-Philippe Lang
2012-01-14
1
-3
/
+8
*
Resourcified attachments.
Jean-Philippe Lang
2011-11-27
1
-2
/
+2
*
Check attachment size when the user selects a file (#9667).
Jean-Philippe Lang
2011-11-25
1
-1
/
+2
*
attachment: add a new feature to switch "side by side" and "inline" for patch...
Toshi MARUYAMA
2011-11-20
1
-2
/
+9
*
Remove unecessary page title HTML escaping from views (#9252).
Etienne Massip
2011-10-02
2
-2
/
+2
*
replace tabs to spaces at app/views/attachments/_form.html.erb
Toshi MARUYAMA
2011-09-18
1
-4
/
+4
*
rename .rhtml to .html.erb of app/views/attachments/diff.rhtml.
Toshi MARUYAMA
2011-08-24
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/attachments/file.rhtml.
Toshi MARUYAMA
2011-08-24
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/attachments/_form.rhtml.
Toshi MARUYAMA
2011-08-24
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/attachments/_links.rhtml.
Toshi MARUYAMA
2011-08-24
1
-0
/
+0
*
HTML escape at app/views/attachments/file.rhtml.
Toshi MARUYAMA
2011-08-02
1
-2
/
+2
*
HTML escape at app/views/attachments/diff.rhtml.
Toshi MARUYAMA
2011-08-02
1
-2
/
+2
*
HTML escape at app/views/attachments/_links.rhtml.
Toshi MARUYAMA
2011-08-02
1
-1
/
+1
*
REST API for reading attachments (#7671).
Jean-Philippe Lang
2011-07-18
1
-0
/
+1
*
Adds a button to remove a file upload before submission (#5670).
Jean-Philippe Lang
2011-07-09
1
-3
/
+5
*
Fixed: Add Another file to ticket doesn't work in IE (broken by r3750).
Jean-Philippe Lang
2010-07-25
1
-2
/
+1
*
Convert the file attachment's description to a label.
Eric Davis
2010-05-25
1
-2
/
+2
*
Adds the filename to the html title of attachment view.
Jean-Philippe Lang
2009-04-25
2
-0
/
+4
*
AttachmentsController now handles attachments deletion.
Jean-Philippe Lang
2008-12-09
1
-3
/
+3
*
Appends the filename to the attachment url so that clients that ignore conten...
Jean-Philippe Lang
2008-07-22
3
-3
/
+3
*
File viewer for attached text files.
Jean-Philippe Lang
2008-06-09
1
-0
/
+15
*
Unified diff viewer for attached files with .patch or .diff extension (#1403).
Jean-Philippe Lang
2008-06-08
2
-1
/
+16
*
Prevent page reloading if something goes wrong in the 'add more file' javascr...
Jean-Philippe Lang
2008-03-16
1
-1
/
+1
*
Adds an optional description to attachments.
Jean-Philippe Lang
2008-02-29
2
-10
/
+20
*
Slight change to issues/show.
Jean-Philippe Lang
2007-09-24
1
-1
/
+1
[next]