summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed undefined method `compact!' error when additional_user_ids is empty (#1...Jean-Philippe Lang2015-03-071-0/+9
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-8/+2
* 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 "First argument in form cannot contain nil or be empty" error (#18275).Jean-Philippe Lang2014-11-281-0/+12
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-27/+22
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at Repositories...Toshi MARUYAMA2014-01-111-1/+1
* Accept issue id with leading sharp when adding a related issue.Jean-Philippe Lang2013-11-091-0/+8
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-1/+1
* Disable autofetching of repository changesets if projects are closed (#13945).Jean-Philippe Lang2013-05-121-0/+25
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Removes RJS from RepositoriesController.Jean-Philippe Lang2012-07-191-6/+13
* Makes repository url read-only after saving.Jean-Philippe Lang2012-06-201-2/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixed error on commits per month graph (#10806).Jean-Philippe Lang2012-05-011-0/+5
* Adds a test for project menu item when displaying a revision.Jean-Philippe Lang2012-02-271-0/+8
* Adds missing format parameter.Jean-Philippe Lang2012-02-251-3/+3
* Adds a "Manage related isses" permission to add/remove commits/issues relatio...Jean-Philippe Lang2012-02-051-0/+32
* Don't use a disabled SCM as a default repository SCM (#779).Jean-Philippe Lang2012-01-151-0/+16
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-151-8/+17
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-151-6/+82
* scm: remove trailing white-spaces from functional repositories controller test.Toshi MARUYAMA2011-05-241-5/+5
* scm: code clean up test/functional/repositories_controller_test.rb.Toshi MARUYAMA2011-03-221-11/+24
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-141-1/+1
* Refactor: Move the rest of the routing tests to RoutingTest.Eric Davis2010-04-211-123/+0
* Use /raw/ for url instead of ?format=raw for getting raw repository files (#1...Jean-Philippe Lang2009-11-161-0/+14
* Fixed: RepositoriesController#revision may show wrong revision (#3779).Jean-Philippe Lang2009-09-201-0/+7
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+1
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-2/+111
* Fixes repository user mapping submission when a repository username is blank ...Jean-Philippe Lang2008-12-151-3/+3
* Maps repository users to Redmine users (#1383).Jean-Philippe Lang2008-11-101-0/+34
* Fixes test broken by r1549.Jean-Philippe Lang2008-06-151-2/+2
* Project identifier is now used in URLs (instead of project id).Jean-Philippe Lang2007-12-171-2/+2
* Added some functional tests (projects and repositories).Jean-Philippe Lang2007-12-121-0/+18
* * Added links to previous and next revisions on revision view (patch by Cyril...Jean-Philippe Lang2007-12-011-0/+46