index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
functional
/
repositories_subversion_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rails3: scm: subversion: fix error of test_show at unit model test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
scm: subversion: define NUM_REV as the number of test repository revisions at...
Toshi MARUYAMA
2011-09-12
1
-0
/
+1
*
scm: subversion: code clean up functional test.
Toshi MARUYAMA
2011-07-10
1
-6
/
+3
*
scm: subversion: add functional test of destroying invalid repository (#8458,...
Toshi MARUYAMA
2011-07-10
1
-0
/
+26
*
scm: subversion: add functional test of destroying valid repository (#8458, #...
Toshi MARUYAMA
2011-07-10
1
-0
/
+14
*
scm: subversion: run both of "inline" and "side by side" diff in functional t...
Toshi MARUYAMA
2011-06-01
1
-9
/
+11
*
scm: subversion: run both of "inline" and "side by side" diff in functional t...
Toshi MARUYAMA
2011-06-01
1
-5
/
+7
*
scm: subversion: remove trailing white-spaces from functional test.
Toshi MARUYAMA
2011-05-08
1
-10
/
+10
*
scm: subversion: code clean up functional test.
Toshi MARUYAMA
2011-04-28
1
-18
/
+20
*
Fixes subversion tests not running on win32.
Jean-Philippe Lang
2011-03-20
1
-3
/
+3
*
scm: subversion: change some functional tests project id from 1 to 3.
Toshi MARUYAMA
2011-02-21
1
-19
/
+66
*
scm: fix diff revision param validation.
Toshi MARUYAMA
2011-02-17
1
-0
/
+6
*
scm: functional test of using format_revision() for annotate (#3724).
Toshi MARUYAMA
2011-01-21
1
-0
/
+7
*
Respond with 404 instead of 500 when revision/entry is not found in the repos...
Jean-Philippe Lang
2011-01-14
1
-2
/
+2
*
scm: fix error on revision page for empty revision (#7307).
Toshi MARUYAMA
2011-01-13
1
-1
/
+9
*
scm: add compatible functional test fof changing diff revisions label at SCM ...
Toshi MARUYAMA
2011-01-09
1
-0
/
+4
*
Restore rev param validation that was removed in r2840.
Jean-Philippe Lang
2010-12-18
1
-0
/
+6
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Fix the tests that were broken by r4286:
Eric Davis
2010-10-25
1
-1
/
+1
*
Support listing directories in svn which include square brackets. #5548
Eric Davis
2010-06-20
1
-1
/
+1
*
Adds test helpers for test repositories.
Jean-Philippe Lang
2010-05-01
1
-4
/
+1
*
Fixed: RepositoriesController#revision may show wrong revision (#3779).
Jean-Philippe Lang
2009-09-20
1
-1
/
+1
*
Upgraded to Rails 2.3.4 (#3597)
Eric Davis
2009-09-13
1
-1
/
+1
*
SCM:
Jean-Philippe Lang
2009-09-01
1
-2
/
+23
*
SCM:
Jean-Philippe Lang
2009-08-17
1
-0
/
+5
*
Added branch and tag support to the git repository viewer. (#1406)
Eric Davis
2009-08-15
1
-7
/
+7
*
Allows multiple roles on the same project (#706). Prerequisite for user group...
Jean-Philippe Lang
2009-05-10
1
-1
/
+1
*
Adds mime type specific css classes to the SCM browser.
Jean-Philippe Lang
2009-04-19
1
-0
/
+1
*
Limit the size of repository files displayed inline too.
Jean-Philippe Lang
2009-02-21
1
-0
/
+12
*
Converted routing and urls to follow the Rails REST convention.
Eric Davis
2009-01-26
1
-4
/
+4
*
Fixes a test failure with svn < 1.5 (#2455).
Jean-Philippe Lang
2009-01-07
1
-7
/
+9
*
Render the commit changes list as a tree (#1896).
Jean-Philippe Lang
2008-09-17
1
-14
/
+23
*
Functional tests fail when run on their own (#1895).
Jean-Philippe Lang
2008-09-14
1
-1
/
+3
*
Display svn properties in the browser, svn >= 1.5.0 only (#1581).
Jean-Philippe Lang
2008-07-05
1
-0
/
+13
*
Fixed: view file at given revision with CVS.
Jean-Philippe Lang
2008-06-15
1
-0
/
+9
*
Makes changes link to entries on the revision view.
Jean-Philippe Lang
2008-06-15
1
-1
/
+6
*
Fixed: View differences for individual file of a changeset fails if the subve...
Jean-Philippe Lang
2008-05-24
1
-0
/
+26
*
Fixed: Links to repository directories don't work (#1119).
Jean-Philippe Lang
2008-04-27
1
-0
/
+8
*
Fix repository browsing at given revision for various scm and add tests for t...
Jean-Philippe Lang
2008-04-06
1
-2
/
+11
*
Always show 'View' and 'Annotate' links on repository files (download will be...
Jean-Philippe Lang
2008-03-19
1
-1
/
+1
*
Fixed: CVS repository doesn't work if port is used in the url (#653).
Jean-Philippe Lang
2008-02-16
1
-0
/
+1
*
Fixed RepositoriesController: undefined local variable or method `show_error'...
Jean-Philippe Lang
2008-01-25
1
-0
/
+6
*
Added some functional tests and a CVS test repository.
Jean-Philippe Lang
2007-12-13
1
-1
/
+1
*
Added some functional tests (projects and repositories).
Jean-Philippe Lang
2007-12-12
1
-0
/
+91