To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / test / fixtures / projects.yml @ 442:753f1380d6bc

History | View | Annotate | Download (1.63 KB)

1
--- 
2
projects_001: 
3
  created_on: 2006-07-19 19:13:59 +02:00
4
  name: eCookbook
5
  updated_on: 2006-07-19 22:53:01 +02:00
6
  id: 1
7
  description: Recipes management application
8
  homepage: http://ecookbook.somenet.foo/
9
  is_public: true
10
  identifier: ecookbook
11
  parent_id: 
12
  lft: 1
13
  rgt: 10
14
projects_002: 
15
  created_on: 2006-07-19 19:14:19 +02:00
16
  name: OnlineStore
17
  updated_on: 2006-07-19 19:14:19 +02:00
18
  id: 2
19
  description: E-commerce web site
20
  homepage: ""
21
  is_public: false
22
  identifier: onlinestore
23
  parent_id: 
24
  lft: 11
25
  rgt: 12
26
projects_003: 
27
  created_on: 2006-07-19 19:15:21 +02:00
28
  name: eCookbook Subproject 1
29
  updated_on: 2006-07-19 19:18:12 +02:00
30
  id: 3
31
  description: eCookBook Subproject 1
32
  homepage: ""
33
  is_public: true
34
  identifier: subproject1
35
  parent_id: 1
36
  lft: 6
37
  rgt: 7
38
projects_004: 
39
  created_on: 2006-07-19 19:15:51 +02:00
40
  name: eCookbook Subproject 2
41
  updated_on: 2006-07-19 19:17:07 +02:00
42
  id: 4
43
  description: eCookbook Subproject 2
44
  homepage: ""
45
  is_public: true
46
  identifier: subproject2
47
  parent_id: 1
48
  lft: 8
49
  rgt: 9
50
projects_005: 
51
  created_on: 2006-07-19 19:15:51 +02:00
52
  name: Private child of eCookbook
53
  updated_on: 2006-07-19 19:17:07 +02:00
54
  id: 5
55
  description: This is a private subproject of a public project
56
  homepage: ""
57
  is_public: false
58
  identifier: private-child
59
  parent_id: 1
60
  lft: 2
61
  rgt: 5
62
projects_006: 
63
  created_on: 2006-07-19 19:15:51 +02:00
64
  name: Child of private child
65
  updated_on: 2006-07-19 19:17:07 +02:00
66
  id: 6
67
  description: This is a public subproject of a private project
68
  homepage: ""
69
  is_public: true
70
  identifier: project6
71
  parent_id: 5
72
  lft: 3
73
  rgt: 4
74