Mercurial > hg > soundsoftware-site
comparison test/fixtures/journals.yml @ 1337:077b8890835a cannam
Merge from live branch
author | Chris Cannam |
---|---|
date | Thu, 20 Jun 2013 13:14:02 +0100 |
parents | 433d4f72a19b |
children |
comparison
equal
deleted
inserted
replaced
1304:6137548ba453 | 1337:077b8890835a |
---|---|
1 --- | 1 --- |
2 journals_001: | 2 journals_001: |
3 created_on: <%= 2.days.ago.to_date.to_s(:db) %> | 3 created_on: <%= 2.days.ago.to_date.to_s(:db) %> |
4 notes: "Journal notes" | 4 notes: "Journal notes" |
5 id: 1 | 5 id: 1 |
6 journalized_type: Issue | 6 journalized_type: Issue |
7 user_id: 1 | 7 user_id: 1 |
11 notes: "Some notes with Redmine links: #2, r2." | 11 notes: "Some notes with Redmine links: #2, r2." |
12 id: 2 | 12 id: 2 |
13 journalized_type: Issue | 13 journalized_type: Issue |
14 user_id: 2 | 14 user_id: 2 |
15 journalized_id: 1 | 15 journalized_id: 1 |
16 journals_003: | 16 journals_003: |
17 created_on: <%= 1.days.ago.to_date.to_s(:db) %> | 17 created_on: <%= 1.days.ago.to_date.to_s(:db) %> |
18 notes: "A comment with inline image: !picture.jpg!" | 18 notes: "A comment with inline image: !picture.jpg! and a reference to #1 and r2." |
19 id: 3 | 19 id: 3 |
20 journalized_type: Issue | 20 journalized_type: Issue |
21 user_id: 2 | 21 user_id: 2 |
22 journalized_id: 2 | 22 journalized_id: 2 |
23 journals_004: | 23 journals_004: |
24 created_on: <%= 1.days.ago.to_date.to_s(:db) %> | 24 created_on: <%= 1.days.ago.to_date.to_s(:db) %> |
25 notes: "A comment with a private version." | 25 notes: "A comment with a private version." |
26 id: 4 | 26 id: 4 |
27 journalized_type: Issue | 27 journalized_type: Issue |
28 user_id: 1 | 28 user_id: 1 |
29 journalized_id: 6 | 29 journalized_id: 6 |
30 journals_005: | 30 journals_005: |
31 id: 5 | 31 id: 5 |
32 created_on: <%= 1.days.ago.to_date.to_s(:db) %> | 32 created_on: <%= 1.days.ago.to_date.to_s(:db) %> |
33 notes: "A comment on a private issue." | 33 notes: "A comment on a private issue." |
34 user_id: 2 | 34 user_id: 2 |
35 journalized_type: Issue | 35 journalized_type: Issue |