annotate test/fixtures/.svn/text-base/messages.yml.svn-base @ 8:0c83d98252d9 yuya

* Add custom repo prefix and proper auth realm, remove auth cache (seems like an unwise feature), pass DB handle around, various other bits of tidying
author Chris Cannam
date Thu, 12 Aug 2010 15:31:37 +0100
parents 513646585e45
children
rev   line source
Chris@0 1 ---
Chris@0 2 messages_001:
Chris@0 3 created_on: 2007-05-12 17:15:32 +02:00
Chris@0 4 updated_on: 2007-05-12 17:15:32 +02:00
Chris@0 5 subject: First post
Chris@0 6 id: 1
Chris@0 7 replies_count: 2
Chris@0 8 last_reply_id: 3
Chris@0 9 content: "This is the very first post\n\
Chris@0 10 in the forum"
Chris@0 11 author_id: 1
Chris@0 12 parent_id:
Chris@0 13 board_id: 1
Chris@0 14 messages_002:
Chris@0 15 created_on: 2007-05-12 17:18:00 +02:00
Chris@0 16 updated_on: 2007-05-12 17:18:00 +02:00
Chris@0 17 subject: First reply
Chris@0 18 id: 2
Chris@0 19 replies_count: 0
Chris@0 20 last_reply_id:
Chris@0 21 content: "Reply to the first post"
Chris@0 22 author_id: 1
Chris@0 23 parent_id: 1
Chris@0 24 board_id: 1
Chris@0 25 messages_003:
Chris@0 26 created_on: 2007-05-12 17:18:02 +02:00
Chris@0 27 updated_on: 2007-05-12 17:18:02 +02:00
Chris@0 28 subject: "RE: First post"
Chris@0 29 id: 3
Chris@0 30 replies_count: 0
Chris@0 31 last_reply_id:
Chris@0 32 content: "An other reply"
Chris@0 33 author_id: 2
Chris@0 34 parent_id: 1
Chris@0 35 board_id: 1
Chris@0 36 messages_004:
Chris@0 37 created_on: 2007-08-12 17:15:32 +02:00
Chris@0 38 updated_on: 2007-08-12 17:15:32 +02:00
Chris@0 39 subject: Post 2
Chris@0 40 id: 4
Chris@0 41 replies_count: 2
Chris@0 42 last_reply_id: 6
Chris@0 43 content: "This is an other post"
Chris@0 44 author_id:
Chris@0 45 parent_id:
Chris@0 46 board_id: 1
Chris@0 47 messages_005:
Chris@0 48 created_on: <%= 3.days.ago.to_date.to_s(:db) %>
Chris@0 49 updated_on: <%= 3.days.ago.to_date.to_s(:db) %>
Chris@0 50 subject: 'RE: post 2'
Chris@0 51 id: 5
Chris@0 52 replies_count: 0
Chris@0 53 last_reply_id:
Chris@0 54 content: "Reply to the second post"
Chris@0 55 author_id: 1
Chris@0 56 parent_id: 4
Chris@0 57 board_id: 1
Chris@0 58 messages_006:
Chris@0 59 created_on: <%= 2.days.ago.to_date.to_s(:db) %>
Chris@0 60 updated_on: <%= 2.days.ago.to_date.to_s(:db) %>
Chris@0 61 subject: 'RE: post 2'
Chris@0 62 id: 6
Chris@0 63 replies_count: 0
Chris@0 64 last_reply_id:
Chris@0 65 content: "Another reply to the second post"
Chris@0 66 author_id: 3
Chris@0 67 parent_id: 4
Chris@0 68 board_id: 1
Chris@0 69 messages_007:
Chris@0 70 created_on: <%= 2.days.ago.to_date.to_s(:db) %>
Chris@0 71 updated_on: <%= 2.days.ago.to_date.to_s(:db) %>
Chris@0 72 subject: 'Message on a private project'
Chris@0 73 id: 7
Chris@0 74 replies_count: 0
Chris@0 75 last_reply_id:
Chris@0 76 content: "This is a private message"
Chris@0 77 author_id: 1
Chris@0 78 parent_id:
Chris@0 79 board_id: 3