You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

messages.yml 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ---
  2. messages_001:
  3. created_on: 2007-05-12 17:15:32 +02:00
  4. updated_on: 2007-05-12 17:15:32 +02:00
  5. subject: First post
  6. id: 1
  7. replies_count: 2
  8. last_reply_id: 3
  9. content: "This is the very first post\n\
  10. in the forum"
  11. author_id: 1
  12. parent_id:
  13. board_id: 1
  14. messages_002:
  15. created_on: 2007-05-12 17:18:00 +02:00
  16. updated_on: 2007-05-12 17:18:00 +02:00
  17. subject: First reply
  18. id: 2
  19. replies_count: 0
  20. last_reply_id:
  21. content: "Reply to the first post"
  22. author_id: 1
  23. parent_id: 1
  24. board_id: 1
  25. messages_003:
  26. created_on: 2007-05-12 17:18:02 +02:00
  27. updated_on: 2007-05-12 17:18:02 +02:00
  28. subject: "RE: First post"
  29. id: 3
  30. replies_count: 0
  31. last_reply_id:
  32. content: "An other reply"
  33. author_id:
  34. parent_id: 1
  35. board_id: 1
  36. messages_004:
  37. created_on: 2007-08-12 17:15:32 +02:00
  38. updated_on: 2007-08-12 17:15:32 +02:00
  39. subject: Post 2
  40. id: 4
  41. replies_count: 1
  42. last_reply_id: 5
  43. content: "This is an other post"
  44. author_id:
  45. parent_id:
  46. board_id: 1
  47. messages_005:
  48. created_on: 2007-09-12 17:18:00 +02:00
  49. updated_on: 2007-09-12 17:18:00 +02:00
  50. subject: 'RE: post 2'
  51. id: 5
  52. replies_count: 0
  53. last_reply_id:
  54. content: "Reply to the second post"
  55. author_id: 1
  56. parent_id: 4
  57. board_id: 1