summaryrefslogtreecommitdiffstats
path: root/test/functional/attachments_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add missing fixtures to AttachmentsControllerTest (#34321).Go MAEDA2020-11-271-1/+1
* fix source indent of AttachmentsControllerTestToshi MARUYAMA2020-09-261-5/+17
* Display bulk_download_max_size in human-readable representation (#7056).Go MAEDA2020-03-231-1/+1
* Download all attachments at once (#7056).Go MAEDA2020-03-211-0/+44
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Add missing fixtures to AttachmentsControllerTest (#32929).Go MAEDA2020-01-311-2/+2
* Use #media_type instead of #content_type to test the MIME type of a response ...Go MAEDA2020-01-271-20/+20
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/attach...Toshi MARUYAMA2019-11-241-118/+130
* cleanup: rubocop: fix Layout/SpaceInsideHashLiteralBraces in test/functional/...Toshi MARUYAMA2019-11-241-1/+1
* Skip AttachmentsControllerTest#test_thumbnail_for_pdf_should_be_png when Imag...Go MAEDA2019-10-221-0/+2
* Render Textile and Markdown attachments on the preview page (#29752).Go MAEDA2019-10-031-0/+32
* Fixes not to call set_tmp_attachments_directory twice after each test (#32094).Go MAEDA2019-09-201-17/+0
* Run test only when GhostScript is available (#22481).Go MAEDA2019-06-021-10/+14
* Remove trailing whitespaces from test/functional/attachments_controller_test.rbGo MAEDA2019-06-021-6/+6
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Test for r18158 (#22481).Go MAEDA2019-05-121-0/+10
* Correct the fixture id (#31275).Go MAEDA2019-04-301-2/+2
* Fix that Content-Type header field is empty when sending a file of unknown ty...Go MAEDA2019-04-301-0/+10
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-3/+1
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Fix a test failure (#13688).Go MAEDA2019-02-051-1/+1
* Adds a link to container on attachments edit form.Jean-Philippe Lang2018-12-121-0/+3
* Attachments prev/next navigation (#29395).Go MAEDA2018-10-041-0/+10
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Add download link to no preview message (#26035).Jean-Philippe Lang2017-06-171-2/+2
* Rename a few tests.Jean-Philippe Lang2017-06-101-2/+2
* Highlight menu item when viewing an attachment (#25988).Jean-Philippe Lang2017-06-101-0/+8
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-49/+168
* Rename AttachmentsController#edit and #update to #edit_all and #update_all (#...Jean-Philippe Lang2016-10-011-12/+12
* Allow to download javascript attachments again (#23376).Jean-Philippe Lang2016-10-011-0/+13
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-20/+12
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Show attachment view even is no preview is available (#22482).Jean-Philippe Lang2016-05-081-4/+6
* Add basic test for image view (#22482).Jean-Philippe Lang2016-05-081-0/+9
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Send a better content type than application/octet-stream (#19131).Jean-Philippe Lang2015-02-191-1/+10
* Fixed attachment fixture (should be attached to issue 3 because one of its jo...Jean-Philippe Lang2015-01-241-4/+4
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-1/+1
* Adds a few functional tests.Jean-Philippe Lang2014-12-051-0/+5
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-291-0/+58
* Replaced some #assert_tag with #assert_select.Jean-Philippe Lang2014-11-201-31/+19
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+1
* Fixed: Files assigned to a version can not be deleted if Issue Tracking modul...Jean-Philippe Lang2014-09-131-0/+10
* add test of attachment thumbnail etagToshi MARUYAMA2014-06-081-1/+7
* add test of attachment download etagToshi MARUYAMA2014-06-021-0/+7
* use with_settings at AttachmentsControllerTest#test_show_text_file_should_sen...Toshi MARUYAMA2014-06-021-6/+6
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1