您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

versions.yml 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. ---
  2. versions_001:
  3. created_on: 2006-07-19 21:00:07 +02:00
  4. name: "0.1"
  5. project_id: 1
  6. updated_on: 2006-07-19 21:00:07 +02:00
  7. id: 1
  8. description: Beta
  9. effective_date: 2006-07-01
  10. status: closed
  11. sharing: 'none'
  12. versions_002:
  13. created_on: 2006-07-19 21:00:33 +02:00
  14. name: "1.0"
  15. project_id: 1
  16. updated_on: 2006-07-19 21:00:33 +02:00
  17. id: 2
  18. description: Stable release
  19. effective_date: <%= 20.day.from_now.to_date.to_fs(:db) %>
  20. status: locked
  21. sharing: 'none'
  22. wiki_page_title: ECookBookV1
  23. versions_003:
  24. created_on: 2006-07-19 21:00:33 +02:00
  25. name: "2.0"
  26. project_id: 1
  27. updated_on: 2006-07-19 21:00:33 +02:00
  28. id: 3
  29. description: Future version
  30. effective_date:
  31. status: open
  32. sharing: 'none'
  33. versions_004:
  34. created_on: 2006-07-19 21:00:33 +02:00
  35. name: "2.0"
  36. project_id: 3
  37. updated_on: 2006-07-19 21:00:33 +02:00
  38. id: 4
  39. description: Future version on subproject
  40. effective_date:
  41. status: open
  42. sharing: 'tree'
  43. versions_005:
  44. created_on: 2006-07-19 21:00:07 +02:00
  45. name: "Alpha"
  46. project_id: 2
  47. updated_on: 2006-07-19 21:00:07 +02:00
  48. id: 5
  49. description: Private Alpha
  50. effective_date: 2006-07-01
  51. status: open
  52. sharing: 'none'
  53. versions_006:
  54. created_on: 2006-07-19 21:00:07 +02:00
  55. name: "Private Version of public subproject"
  56. project_id: 5
  57. updated_on: 2006-07-19 21:00:07 +02:00
  58. id: 6
  59. description: "Should be done any day now..."
  60. effective_date:
  61. status: open
  62. sharing: 'tree'
  63. versions_007:
  64. created_on: 2006-07-19 21:00:07 +02:00
  65. name: "Systemwide visible version"
  66. project_id: 2
  67. updated_on: 2006-07-19 21:00:07 +02:00
  68. id: 7
  69. description:
  70. effective_date:
  71. status: open
  72. sharing: 'system'