summaryrefslogtreecommitdiffstats
path: root/test/functional/settings_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA2024-12-111-3/+0
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-3/+3
* 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
* Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).Marius Balteanu2021-08-011-4/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Add plugin CSS classes to plugin settings views (#33453).Go MAEDA2020-06-091-2/+4
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/functional/setti...Toshi MARUYAMA2019-11-241-4/+8
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/set...Toshi MARUYAMA2019-10-141-1/+0
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Fix plugins test to use correct plugin name and directory (#31110).Go MAEDA2019-04-191-2/+9
* 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
* Add missing fixtures to several tests (#30276).Go MAEDA2019-01-091-1/+1
* Don't error when posting empty plugin settings (#26393).Jean-Philippe Lang2017-07-101-0/+14
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-141-2/+2
* Optional Regex delimiters to truncate incoming emails (#5864).Jean-Philippe Lang2016-12-131-0/+29
* Don't error if an invalid setting is given.Jean-Philippe Lang2016-07-211-0/+9
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-211-3/+3
* Pass parameters with :params in controller tests.Jean-Philippe Lang2016-07-161-25/+39
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Clear settings that are changed by these tests.Jean-Philippe Lang2016-03-261-1/+5
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Send a notification when security settings are changed (#21421).Jean-Philippe Lang2016-02-051-0/+38
* Adds a configuration setting to enable sudo mode, disabled by default (#19851).Jean-Philippe Lang2015-06-191-1/+0
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-191-0/+1
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-2/+2
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds methods for loading and adding settings.Jean-Philippe Lang2014-12-051-4/+6
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-4/+4
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-201-4/+4
* add missing fixtures to SettingsControllerTestToshi MARUYAMA2014-07-131-1/+2
* Don't clear plugins in tests (#16258).Jean-Philippe Lang2014-03-211-3/+6
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Ability to define commit keywords per tracker (#7590).Jean-Philippe Lang2013-10-131-15/+19
* Rows may not be oredered as expected with ruby1.8 (#4911).Jean-Philippe Lang2013-10-051-2/+2
* Support for multiple issue update keywords/rules in commit messages (#4911).Jean-Philippe Lang2013-10-051-0/+51
* Fix 500 error for requests to the settings path for non-configurable plugins ...Jean-Philippe Lang2013-01-201-1/+21
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-1/+1
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Fixed that settings raises an error if not trackers exist (#11467).Jean-Philippe Lang2012-07-211-0/+7
* Tests should not change settings.Jean-Philippe Lang2012-07-081-0/+1
* Ability to set default column order in issue list (#11068).Jean-Philippe Lang2012-06-081-0/+20
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-1/+1