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
/
test
/
functional
/
attachments_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Add tests for #37772.
Marius Balteanu
2022-12-01
1
-0
/
+16
*
Revert r21975.
Marius Balteanu
2022-12-01
1
-16
/
+0
*
Add tests for #37772.
Marius Balteanu
2022-12-01
1
-0
/
+16
*
Redirect to container URL in case of error in attachments#download_all (#37880).
Go MAEDA
2022-11-03
1
-1
/
+17
*
Constraints *_all attachments routes to actually supported values of containe...
Go MAEDA
2022-10-20
1
-11
/
+0
*
Make common_mark the default text formatting for new installations (#34863).
Marius Balteanu
2022-10-04
1
-1
/
+1
*
Fix two typos.
Marius Balteanu
2022-05-17
1
-2
/
+2
*
Fix code copying in common browsers (#36580).
Go MAEDA
2022-02-19
1
-3
/
+3
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Fixed attachments deletable by user without edit issue permission on tracker ...
Marius Balteanu
2021-08-05
1
-0
/
+21
*
Adds tests for issue attachment edit by user without edit issue permission on...
Marius Balteanu
2021-08-05
1
-0
/
+17
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Add missing fixtures to AttachmentsControllerTest (#34321).
Go MAEDA
2020-11-27
1
-1
/
+1
*
fix source indent of AttachmentsControllerTest
Toshi MARUYAMA
2020-09-26
1
-5
/
+17
*
Display bulk_download_max_size in human-readable representation (#7056).
Go MAEDA
2020-03-23
1
-1
/
+1
*
Download all attachments at once (#7056).
Go MAEDA
2020-03-21
1
-0
/
+44
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Add missing fixtures to AttachmentsControllerTest (#32929).
Go MAEDA
2020-01-31
1
-2
/
+2
*
Use #media_type instead of #content_type to test the MIME type of a response ...
Go MAEDA
2020-01-27
1
-20
/
+20
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/attach...
Toshi MARUYAMA
2019-11-24
1
-118
/
+130
*
cleanup: rubocop: fix Layout/SpaceInsideHashLiteralBraces in test/functional/...
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
Skip AttachmentsControllerTest#test_thumbnail_for_pdf_should_be_png when Imag...
Go MAEDA
2019-10-22
1
-0
/
+2
*
Render Textile and Markdown attachments on the preview page (#29752).
Go MAEDA
2019-10-03
1
-0
/
+32
*
Fixes not to call set_tmp_attachments_directory twice after each test (#32094).
Go MAEDA
2019-09-20
1
-17
/
+0
*
Run test only when GhostScript is available (#22481).
Go MAEDA
2019-06-02
1
-10
/
+14
*
Remove trailing whitespaces from test/functional/attachments_controller_test.rb
Go MAEDA
2019-06-02
1
-6
/
+6
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Test for r18158 (#22481).
Go MAEDA
2019-05-12
1
-0
/
+10
*
Correct the fixture id (#31275).
Go MAEDA
2019-04-30
1
-2
/
+2
*
Fix that Content-Type header field is empty when sending a file of unknown ty...
Go MAEDA
2019-04-30
1
-0
/
+10
*
Support frozen_string_literal in test/**/*.rb (#26561).
Go MAEDA
2019-03-21
1
-1
/
+1
*
Decode hexadecimal-encoded literals in order to be frozen string literals fri...
Go MAEDA
2019-03-19
1
-3
/
+1
*
Remove unnecessary encoding magic comment (#31034).
Go MAEDA
2019-03-16
1
-2
/
+0
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Fix a test failure (#13688).
Go MAEDA
2019-02-05
1
-1
/
+1
*
Adds a link to container on attachments edit form.
Jean-Philippe Lang
2018-12-12
1
-0
/
+3
*
Attachments prev/next navigation (#29395).
Go MAEDA
2018-10-04
1
-0
/
+10
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Add download link to no preview message (#26035).
Jean-Philippe Lang
2017-06-17
1
-2
/
+2
*
Rename a few tests.
Jean-Philippe Lang
2017-06-10
1
-2
/
+2
*
Highlight menu item when viewing an attachment (#25988).
Jean-Philippe Lang
2017-06-10
1
-0
/
+8
*
Use Rails 5 syntax for functional tests.
Jean-Philippe Lang
2017-05-31
1
-49
/
+168
*
Rename AttachmentsController#edit and #update to #edit_all and #update_all (#...
Jean-Philippe Lang
2016-10-01
1
-12
/
+12
*
Allow to download javascript attachments again (#23376).
Jean-Philippe Lang
2016-10-01
1
-0
/
+13
*
Removes calls to #assert_template and #assigns in functional tests.
Jean-Philippe Lang
2016-07-18
1
-20
/
+12
*
Adds our own class for controller tests.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Show attachment view even is no preview is available (#22482).
Jean-Philippe Lang
2016-05-08
1
-4
/
+6
*
Add basic test for image view (#22482).
Jean-Philippe Lang
2016-05-08
1
-0
/
+9
[next]