summaryrefslogtreecommitdiffstats
path: root/test/integration/lib/redmine/field_format
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA2024-12-111-16/+0
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-4/+4
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-291-2/+2
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of AttachmentFieldFormatTestToshi MARUYAMA2020-12-021-6/+24
* shorten long line of AttachmentFieldFormatTestToshi MARUYAMA2020-11-301-3/+10
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Add download buttons in Files columns of the issues list (#32240).Go MAEDA2020-02-061-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Fix that the following tests fail randomly due to uninitialized User.current ...Go MAEDA2018-11-031-0/+1
* Adds link to container to attachment view (#29190).Go MAEDA2018-07-081-1/+1
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Preview files by default instead of downloading them (#25988).Jean-Philippe Lang2017-06-171-2/+2
* Use Rails 5 syntax for integration tests.Jean-Philippe Lang2017-06-011-6/+6
* Option to specify allowed extensions for a file custom field (#6719).Jean-Philippe Lang2016-10-231-0/+38
* Adds file custom field format (#6719).Jean-Philippe Lang2016-10-231-0/+156