##// END OF EJS Templates
Merged r11399 from trunk to 2.2-stable (#13138)...
Merged r11399 from trunk to 2.2-stable (#13138) not use htmlentities gem in rfpdf plugin. Contributed by Jun NAITOH. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.2-stable@11400 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9346:5e57a1a9d947
r11170:252df8dfc0a4
Show More
repositories.yml
19 lines | 436 B | text/x-yaml | YamlLexer
Jean-Philippe Lang
Adds missing native eol properties....
r2781 ---
repositories_001:
project_id: 1
Toshi MARUYAMA
replace RAILS_ROOT to Rails.root in test/fixtures/repositories.yml....
r5959 url: file:///<%= Rails.root %>/tmp/test/subversion_repository
Jean-Philippe Lang
Adds missing native eol properties....
r2781 id: 10
Toshi MARUYAMA
replace RAILS_ROOT to Rails.root in test/fixtures/repositories.yml....
r5959 root_url: file:///<%= Rails.root %>/tmp/test/subversion_repository
Jean-Philippe Lang
Adds missing native eol properties....
r2781 password: ""
login: ""
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 type: Repository::Subversion
Jean-Philippe Lang
Adds support for multiple repositories per project (#779)....
r8530 is_default: true
Jean-Philippe Lang
Adds missing native eol properties....
r2781 repositories_002:
project_id: 2
url: svn://localhost/test
id: 11
root_url: svn://localhost
password: ""
login: ""
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 type: Repository::Subversion
Jean-Philippe Lang
Adds support for multiple repositories per project (#779)....
r8530 is_default: true