Mercurial > hg > soundsoftware-site
annotate test/fixtures/repositories.yml @ 1376:6ba24edae331 luisf
Moved the code in bibliography.js and order_authorships.js from the js files to the view files - so that I can use ERB to build the AJAX call paths - otherwise I woudl have problems with redmine installations in subfolders.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 30 Aug 2013 17:33:05 +0100 |
parents | 433d4f72a19b |
children | 261b3d9a4903 |
rev | line source |
---|---|
Chris@0 | 1 --- |
Chris@0 | 2 repositories_001: |
Chris@0 | 3 project_id: 1 |
Chris@909 | 4 url: file:///<%= Rails.root %>/tmp/test/subversion_repository |
Chris@0 | 5 id: 10 |
Chris@909 | 6 root_url: file:///<%= Rails.root %>/tmp/test/subversion_repository |
Chris@0 | 7 password: "" |
Chris@0 | 8 login: "" |
Chris@1115 | 9 type: Repository::Subversion |
Chris@1115 | 10 is_default: true |
Chris@0 | 11 repositories_002: |
Chris@0 | 12 project_id: 2 |
Chris@0 | 13 url: svn://localhost/test |
Chris@0 | 14 id: 11 |
Chris@0 | 15 root_url: svn://localhost |
Chris@0 | 16 password: "" |
Chris@0 | 17 login: "" |
Chris@1115 | 18 type: Repository::Subversion |
Chris@1115 | 19 is_default: true |