summaryrefslogtreecommitdiffstats
path: root/test/functional/projects_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-201-0/+21
* Project search should select subprojects scope when the project has subprojec...Go MAEDA2019-03-251-0/+31
* Remove trailing whitespaces from test/functional/projects_controller_test.rbGo MAEDA2019-03-251-28/+28
* 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 CSS class to project custom fields (#30977).Go MAEDA2019-03-061-1/+1
* Show estimated time on the overview page as well as spent time (#30464).Go MAEDA2019-01-221-0/+12
* Let admins unarchive the project when trying to access an archived project (#...Jean-Philippe Lang2018-12-021-2/+14
* Mark default version in versions tab from project settings (#27799).Go MAEDA2018-08-091-0/+21
* Fix improper way of getting roles in test_settings_should_show_tabs_depending...Go MAEDA2018-06-031-3/+4
* Tests for r17359 (#28693).Go MAEDA2018-06-031-0/+22
* Adds a few tests.Jean-Philippe Lang2017-07-311-0/+10
* Removes wiki tab in project settings (#26579).Jean-Philippe Lang2017-07-301-15/+0
* Project settings: Move issue tracking settings to their own tab (#26488).Jean-Philippe Lang2017-07-271-4/+2
* Removes the Modules tab in project settings (#26488).Jean-Philippe Lang2017-07-261-4/+6
* Fixed that issue counts are 0 on project overview (#26376).Jean-Philippe Lang2017-07-081-0/+10
* Don't redirect anonymous users to the login form when module is disabled (#26...Jean-Philippe Lang2017-06-261-2/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-128/+323
* Moves project quick search to a dedicated action.Jean-Philippe Lang2017-05-131-2/+2
* Adds a link to all projects in the jump drop down (#23310).Jean-Philippe Lang2017-01-101-0/+10
* Fixed that project settings should show locked members (#22034).Jean-Philippe Lang2016-12-311-0/+12
* Replaces project jump select with custom dropdown (#23310).Jean-Philippe Lang2016-11-261-0/+6
* Enable filtering versions on Project -> Settings -> Versions (#22608).Jean-Philippe Lang2016-08-301-0/+30
* Disable "Select project modules" permission does not apply to the new project...Jean-Philippe Lang2016-08-301-0/+44
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-191-51/+32
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Removed the "New issue" menu item (#6204).Jean-Philippe Lang2016-04-191-24/+0
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Error message when editing a child project without add project/subprojects pe...Jean-Philippe Lang2015-09-211-0/+11
* Project copy does not copy custom field settings (#20360).Jean-Philippe Lang2015-09-201-0/+14
* Fixed invalid search link on the new project form (#20565).Jean-Philippe Lang2015-09-201-0/+9
* 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
* Menu should not include "New issue" for users with copy issues permission only.Jean-Philippe Lang2015-05-301-0/+10
* Custom field (long text format) displayed even if empty (#19482).Jean-Philippe Lang2015-04-251-0/+9
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Fixed: Custom field is rendered, even if its value is empty (for multiple) (#...Jean-Philippe Lang2015-01-101-0/+12
* Fixed that project copy triggers a 500 error if project validation fails.Jean-Philippe Lang2015-01-071-0/+7
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-1/+1
* Tab "New Issue" should not be displayed if a project has no trackers (#18571).Jean-Philippe Lang2014-12-051-0/+14
* Adds a few tests.Jean-Philippe Lang2014-12-031-0/+8
* add missing fixtures to test/functional/projects_controller_test.rbToshi MARUYAMA2014-11-301-1/+2
* Error raised on project settings after project wiki is deleted (#18429).Jean-Philippe Lang2014-11-281-0/+14
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-1/+1
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-201-2/+2
* use escaped "can't" constant at ProjectsControllerTestToshi MARUYAMA2014-02-041-1/+1
* code format clean up ProjectsControllerTestToshi MARUYAMA2014-02-041-2/+4
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1