summaryrefslogtreecommitdiffstats
path: root/test/functional/projects_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r16116 (#22034).Jean-Philippe Lang2017-01-041-0/+12
* 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
* Fixed that the sidebar may be displayed empty (#15414).Jean-Philippe Lang2013-11-201-0/+10
* Adds a project specific css class to body (#14767).Jean-Philippe Lang2013-09-291-0/+5
* not use assert_not_nil in Errors#[]Toshi MARUYAMA2013-07-301-3/+3
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-1/+1
* Code cleanup.Jean-Philippe Lang2013-02-181-246/+239
* Typo that makes the checkbox not visible (#5605).Jean-Philippe Lang2013-02-021-0/+2
* Typo that triggers an error when editing a subproject (#5605).Jean-Philippe Lang2013-02-021-0/+7
* Optionaly inherit members from parent project (#5605).Jean-Philippe Lang2013-02-021-0/+19
* 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
* Code cleanup.Jean-Philippe Lang2012-12-011-0/+6
* Issues assigned to a locked/closed version are now copied (#11207).Jean-Philippe Lang2012-09-091-3/+1
* Upgrade to Rails 3.2.8 (#11758).Jean-Philippe Lang2012-09-021-1/+1
* fix confirmation page has broken HTML when a project folding sub project is d...Toshi MARUYAMA2012-07-261-0/+4
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-251-0/+47
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixed that sidebar with hook content only should not be hidden.Jean-Philippe Lang2012-05-011-19/+0
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-1/+1
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-12/+0
* Adds functional tests.Jean-Philippe Lang2012-02-231-0/+16
* Explicitly declare all routes and deactivate default route.Etienne Massip2011-12-101-7/+0
* Changed ProjectsController#destroy to DELETE only.Jean-Philippe Lang2011-12-101-4/+4
* Rails3: test: replace deprecated errors.on at "fail with unauthorized parent_...Toshi MARUYAMA2011-10-071-1/+1
* Rails3: test: replace deprecated errors.on at "fail without parent_id" of fun...Toshi MARUYAMA2011-10-071-1/+1
* Rails3: test: replace deprecated errors.on at "fail with parent_id" of functi...Toshi MARUYAMA2011-10-071-1/+1