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
*
Quote values in DOM selectors for Nokogiri compatibility.
Jean-Philippe Lang
2014-11-20
1
-3
/
+3
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
fix svn raw diff failure on svn version 1.6.17 (revision 1128011)
Toshi MARUYAMA
2013-12-20
1
-2
/
+2
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Remove trailing (revision nn) from filenames in subversion diffs.
Jean-Philippe Lang
2012-09-18
1
-2
/
+2
*
Use assert_select instead of assert_tag.
Jean-Philippe Lang
2012-07-28
1
-24
/
+18
*
Adds assertions for subversion annotate.
Jean-Philippe Lang
2012-07-28
1
-0
/
+13
*
Show repository images inline when clicking 'View' (#10362).
Jean-Philippe Lang
2012-06-07
1
-0
/
+7
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
route: scm: split entry and raw actions
Toshi MARUYAMA
2012-05-05
1
-3
/
+2
*
scm: fix broken main repository 'root' link
Toshi MARUYAMA
2012-05-02
1
-0
/
+3
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-0
/
+14
*
Removed assertions on blank template.
Jean-Philippe Lang
2012-02-25
1
-2
/
+0
*
Rails3: test: scm: subversion: use "repository_path_hash" for path param
Toshi MARUYAMA
2012-02-23
1
-14
/
+28
*
Removed duplicated test.
Jean-Philippe Lang
2012-01-16
1
-13
/
+4
*
Do not show revisions links and field on filesystem repositories.
Jean-Philippe Lang
2012-01-16
1
-0
/
+4
*
Resourcified repositories for CRUD operations to prepare for multiple SCM per...
Jean-Philippe Lang
2012-01-15
1
-45
/
+11
*
Adds a test for revision diff as raw format.
Jean-Philippe Lang
2011-12-03
1
-0
/
+12
*
Test class cleanup.
Jean-Philippe Lang
2011-12-03
1
-7
/
+2
*
Adds functional tests for repository creation/update.
Jean-Philippe Lang
2011-12-03
1
-0
/
+36
*
scm: subversion: remove fetch_changesets from test_revision at functional test
Toshi MARUYAMA
2011-09-12
1
-2
/
+0
*
Rails3: scm: subversion: fix error of test_entry_download at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: subversion: fix error of test_entry_not_found at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: subversion: fix error of test_entry_at_given_revision at functio...
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: subversion: fix error of test_entry_should_send_if_too_big at fu...
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: subversion: fix error of test_entry at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: subversion: fix error of test_directory_changes at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: subversion: fix error of test_file_changes at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: subversion: fix error of test_browse_at_given_revision at functi...
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: subversion: fix error of test_browse_directory at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: subversion: fix error of test_browse_root at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: subversion: fix error of test_destroy_invalid_repository at func...
Toshi MARUYAMA
2011-09-12
1
-3
/
+4
*
Rails3: scm: subversion: fix error of test_destroy_valid_repository at functi...
Toshi MARUYAMA
2011-09-12
1
-2
/
+3
*
Rails3: scm: subversion: fix error of test_annotate_at_given_revision at func...
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: subversion: fix error of test_annotate at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: subversion: fix error of test_directory_diff at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: subversion: fix error of test_revision_diff at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: subversion: fix error of test_empty_revision at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: subversion: fix error of test_invalid_revision at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: subversion: fix error of test_directory_entry at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
scm: subversion: code clean up test_entry_should_send_if_too_big at functiona...
Toshi MARUYAMA
2011-09-12
1
-1
/
+2
*
scm: subversion: code clean up test_browse_directory at functional test
Toshi MARUYAMA
2011-09-12
1
-2
/
+5
*
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
[next]