summaryrefslogtreecommitdiffstats
path: root/test/integration/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offenses in ThemesTest#test_old_theme_compatibility introduced in...Go MAEDA2024-11-021-2/+2
* Adds asset path to default to support old style theme (#39111).Marius Balteanu2024-10-311-0/+13
* Fix invalid "theme-*" CSS class in body element when theme name contains spac...Go MAEDA2024-10-191-0/+8
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...Go MAEDA2024-08-121-1/+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-264-4/+4
* Fix ThemesTest may fail if a third-party theme having theme.js is installed (...Marius Balteanu2024-02-131-1/+1
* Fix failing tests related to favicon in themes after r22692 (#39111).Marius Balteanu2024-02-131-1/+1
* Fix tests after asset pipeline implementation (#39111).Marius Balteanu2024-01-252-9/+9
* Add Propshaft library to enable the asset pipeline without modifying existing...Marius Balteanu2024-01-251-2/+2
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-014-4/+4
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-014-4/+4
* Repository tab is not displayed if no repository is set as the main repositor...Go MAEDA2022-07-271-1/+30
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-024-4/+4
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-291-2/+2
* MenuManagerTest randomly fails (#36241).Go MAEDA2021-11-291-1/+1
* Roadmap tab is missing if there are only inherited from parent project versio...Go MAEDA2021-04-071-0/+17
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-254-4/+4
* Activity tab in cross-project menu is sometimes broken (#34805).Go MAEDA2021-03-061-0/+6
* Reverts r20762Go MAEDA2021-03-061-6/+0
* Activity tab in cross-project menu is sometimes broken (#34032).Go MAEDA2021-03-061-0/+6
* fix source indent of AttachmentFieldFormatTestToshi MARUYAMA2020-12-021-6/+24
* shorten long line of AttachmentFieldFormatTestToshi MARUYAMA2020-11-301-3/+10
* shorten long line of test/integration/lib/redmine/menu_manager_test.rbToshi MARUYAMA2020-10-221-3/+16
* Show Roadmap tab when subprojects have defined versions (#7956).Go MAEDA2020-05-301-0/+16
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-034-4/+4
* Add download buttons in Files columns of the issues list (#32240).Go MAEDA2020-02-061-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/lib/redmine/m...Toshi MARUYAMA2019-11-081-1/+1
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/Indent...Toshi MARUYAMA2019-10-231-8/+8
* ThemesTest may fail if a third-party theme with a favicon is installed (#31941).Go MAEDA2019-08-251-4/+5
* Update copyright year.Go MAEDA2019-05-254-4/+4
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-164-4/+4
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-154-0/+8
* Hide menu item in the cross-project menu if the module is not enabled in any ...Go MAEDA2019-01-131-0/+26
* 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
* Add CSS to distinguish when a main menu is present or not (#28531).Go MAEDA2018-04-231-0/+7
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+1
* Update copyright.Jean-Philippe Lang2017-06-254-4/+4
* 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-013-8/+9
* ThemesTest#test_without_theme_js may fail if third-party theme is installed (...Jean-Philippe Lang2017-03-021-0/+2
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-191-0/+13
* 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
* Updates copyright for 2016.Jean-Philippe Lang2016-03-133-3/+3
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-10/+11
* Copyright update.Jean-Philippe Lang2015-01-113-3/+3
* Leading slash required with Rails 4.2.Jean-Philippe Lang2014-12-211-2/+2
* Moved helpers for integration tests in a specific class.Jean-Philippe Lang2014-11-303-3/+3