Renamed helpers to correspond to renamed Controller classes.
[merb_radiant.git] / radiant_extensions_plugins / extensions / archive / test / fixtures / .svn / text-base / pages.yml.svn-base
blobef4c45071caeda73edb26d4c5afd05018f5f5d07
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2 homepage:
3   id: 1
4   title: Ruby Home Page
5   breadcrumb: Home
6   slug: /
7   status_id: 100
8   parent_id:
9   published_at: 2006-01-30 08:41:07 
10 documentation:
11   id: 2
12   title: Documentation
13   breadcrumb: Documentation
14   slug: documentation
15   status_id: 100
16   parent_id: 1
17   published_at: 2006-01-30 08:41:07 
18 books:
19   id: 3
20   title: Books
21   breadcrumb: Books
22   slug: books
23   status_id: 100
24   parent_id: 2
25   published_at: 2006-01-30 08:41:07 
26 textile:
27   id: 4
28   title: Textile
29   breadcrumb: Textile
30   slug: textile
31   status_id: 100
32   parent_id: 1
33   published_at: 2006-01-30 08:41:07 
34 radius:
35   id: 5
36   title: Radius Test Page
37   breadcrumb: Radius Test Page
38   slug: radius
39   status_id: 100
40   parent_id: 1
41   created_by: 3
42   published_at: 2006-01-30 08:41:07
43   created_at: 2006-01-30 08:40:00
44   updated_at: 2006-01-31 08:40:00 
45 <% for i in 1..3 %>
46 radius_child_<%= i %>:
47   id: <%= 5 + i %>
48   title: Radius Test Child <%= i %>
49   breadcrumb: Radius Test Child <%= i %>
50   slug: child-<%= i %>
51   status_id: 100
52   parent_id: 5
53   created_by: 1
54   published_at: 2006-01-30 08:41:07 
55 <% end %>
56 page_with_layout:
57   id: 9
58   title: Page With Layout
59   breadcrumb: Page With Layout
60   slug: page-with-layout
61   status_id: 100
62   layout_id: 1
63   parent_id: 1
64   published_at: 2006-01-30 08:41:07 
65 another_page_with_layout:
66   id: 52
67   title: Another Page With Layout
68   breadcrumb: Another Page With Layout
69   slug: another-page-with-layout
70   status_id: 100
71   layout_id: 1
72   parent_id: 1
73   published_at: 2006-01-30 08:41:07 
74 child_of_page_with_layout:
75   id: 18
76   title: Child of Page With Layout
77   breadcrumb: Child of Page With Layout
78   slug: child-of-page-with-layout
79   status_id: 100
80   parent_id: 9
81   published_at: 2006-01-30 08:47:07 
82 parent:
83   id: 10
84   title: Parent
85   breadcrumb: Parent
86   slug: parent
87   status_id: 100
88   parent_id: 1
89   published_at: 2006-01-30 08:41:07 
90 child:
91   id: 11
92   title: Child
93   breadcrumb: Child
94   slug: child
95   status_id: 100
96   parent_id: 10
97   published_at: 2006-01-30 08:41:07 
98 archive:
99   id: 12
100   title: Archive
101   breadcrumb: Parent
102   slug: archive
103   class_name: ArchivePage
104   status_id: 100
105   parent_id: 1
106   published_at: 2006-01-30 08:41:07 
107 year_index:
108   id: 41
109   title: %Y Archive
110   slug: year
111   class_name: ArchiveYearIndexPage
112   status_id: 101
113   parent_id: 12
114   virtual: true
115   published_at: 2006-02-05 08:44:07 
116 month_index:
117   id: 42
118   title: %B %Y Archive
119   slug: month
120   class_name: ArchiveMonthIndexPage
121   status_id: 101
122   parent_id: 12
123   virtual: true
124   published_at: 2006-02-05 08:44:07 
125 day_index:
126   id: 43
127   title: %B %d, %Y Archive
128   slug: day
129   class_name: ArchiveDayIndexPage
130   status_id: 101
131   parent_id: 12
132   virtual: true
133   published_at: 2006-02-05 08:44:07 
134 article:
135   id: 13
136   title: Article
137   breadcrumb: Article
138   slug: article
139   status_id: 100
140   parent_id: 12
141   published_at: 2000-05-01 08:41:07 
142 article2:
143   id: 14
144   title: Article Two
145   breadcrumb: Article Two
146   slug: article-2
147   status_id: 100
148   parent_id: 12
149   published_at: 2000-06-09 08:42:04 
150 article3:
151   id: 44
152   title: Article Three
153   breadcrumb: Article Three
154   slug: article-3
155   status_id: 100
156   parent_id: 12
157   published_at: 2000-06-10 12:02:43 
158 article4:
159   id: 45
160   title: Article Four
161   breadcrumb: Article Four
162   slug: article-4
163   status_id: 100
164   parent_id: 12
165   published_at: 2000-08-06 03:32:31 
166 article5:
167   id: 46
168   title: Article Five
169   breadcrumb: Article Five
170   slug: article-5
171   status_id: 100
172   parent_id: 12
173   published_at: 2001-08-06 03:32:31 
174 article_draft:
175   id: 53
176   title: Draft Article
177   breadcrumb: Draft Article
178   slug: draft
179   status_id: 1
180   parent_id: 12
181 draft:
182   id: 15
183   title: Draft Page
184   breadcrumb: Draft Page
185   slug: draft
186   status_id: 1
187   parent_id: 1
188 hidden:
189   id: 16
190   title: Hidden Page
191   breadcrumb: Hidden Page
192   slug: hidden
193   status_id: 101
194   parent_id: 1
195 no_cache:
196   id: 17
197   title: No Cache
198   breadcrumb: No Cache
199   slug: no-cache
200   status_id: 100
201   parent_id: 1
202   class_name: NoCachePage
203 assorted:
204   id: 19
205   title: Assorted Root
206   breadcrumb: No Cache
207   slug: assorted
208   status_id: 100
209   parent_id: 1
210 <% for i in 1..10 %>
211 assorted<%= i %>:
212   id: <%= 19 + i %>
213   title: Assorted <%= i %>
214   breadcrumb: <%= (i + 5) % 10 %>
215   slug: <%= (?a + (10 - i)).chr %>
216   status_id: 100
217   parent_id: 19
218   published_at: 2000-06-10 07:<%= '%02d' % (17 - i) %>:<%= '%02d' % (i + 11) %> 
219 <% end %>
220 assorted-draft:
221   id: 40
222   title: Draft
223   breadcrumb: Draft
224   slug: draft
225   status_id: 1
226   parent_id: 19
227 news:
228   id: 30
229   title: News Archives
230   breadcrumb: news
231   slug: news
232   status_id: 100
233   parent_id: 1
234   published_at: 2006-01-30 08:41:07 
235 news_child_published:
236   id: 31
237   title: A Great Day for Ruby
238   breadcrumb: news
239   slug: a-great-day-for-ruby
240   status_id: 100
241   parent_id: 30
242   published_at: 2006-01-30 08:41:07 
243 news_child_published_2:
244   id: 32
245   title: Another Great Day for Ruby
246   breadcrumb: news
247   slug: another-great-day-for-ruby
248   status_id: 100
249   parent_id: 30
250   published_at: 2006-02-05 08:44:07 
251 grandchild:
252   id: 33
253   title: Grandchild
254   breadcrumb: Grandchild
255   slug: grandchild
256   status_id: 100
257   parent_id: 11
258   published_at: 2006-02-05 08:44:07 
259 great_grandchild:
260   id: 34
261   title: Great-Grandchild
262   slug: great-grandchild
263   status_id: 100
264   parent_id: 33
265   published_at: 2006-02-05 08:44:07 
266 test_page:
267   id: 35
268   title: Test Page
269   slug: test-page
270   class_name: TestPage
271   status_id: 100
272   parent_id: 1
273   published_at: 2006-02-05 08:44:07 
274 custom_tags_child:
275   id: 36
276   title: Custom Tags Child
277   slug: child
278   status_id: 100
279   parent_id: 35
280   published_at: 2006-02-05 08:44:07 
281 page_with_yaml_config:
282   id: 37
283   title: Page with YAML config
284   slug: page-with-yaml-config
285   status_id: 100
286   parent_id: 1
287   published_at: 2006-02-05 08:44:07 
288 small_test:
289   id: 38
290   title: Small Test
291   slug: small-test
292   status_id: 100
293   parent_id: 1
294   published_at: 2006-02-05 08:44:07 
295 inheritance_test_page:
296   id: 47
297   title: Inheritance Test Page
298   slug: inheritance-test-page
299   status_id: 100
300   parent_id: 1
301   published_at: 2006-02-05 08:44:07 
302 inheritance_test_page_child:
303   id: 48
304   title: Inheritance Test Page Child
305   slug: child
306   status_id: 100
307   parent_id: 47
308   published_at: 2006-02-05 08:44:07 
309 inheritance_test_page_grandchild:
310   id: 49
311   title: Inheritance Test Page Grandchild
312   slug: grandchild
313   status_id: 100
314   parent_id: 48
315   published_at: 2006-02-05 08:44:07 
316 gallery:
317   id: 50
318   title: Gallery
319   slug: gallery
320   status_id: 100
321   parent_id: 1
322   published_at: 2006-02-05 08:44:07 
323 file_not_found:
324   id: 51
325   title: File Not Found
326   slug: missing
327   class_name: FileNotFoundPage
328   status_id: 100
329   parent_id: 50
330   published_at: 2006-02-05 08:44:07 
331 page_with_content_type_set_on_layout:
332   id: 54
333   title: Page With Content Type Set On Layout
334   slug: page_with_content_type_set_on_layout
335   status_id: 100
336   layout_id: 2
337   parent_id: 1
338   published_at: 2006-02-05 08:44:07 
339 deep_nested_child_for_breadcrumbs:
340   id: 55
341   title: Deeply nested child for testing breadcrumbs
342   slug: deep-nested-child
343   breadcrumb: Deeply nested child
344   status_id: 100
345   parent_id: 6
346   published_at: 2006-02-05 08:44:07 
347 homepage_draft:
348   id: 56
349   title: Home Page Draft
350   breadcrumb: Home Page Draft
351   slug: homepage_draft
352   status_id: 1
353   parent_id: 1
354   published_at: 2006-01-30 08:41:07 
355 gallery_draft:
356   id: 57
357   title: Gallery Draft
358   slug: gallery_draft
359   status_id: 1
360   parent_id: 50
361   published_at: 2006-02-05 08:44:07 
362 custom_404_root:
363   id: 58
364   title: Custom 404 Root
365   slug: custom_404
366   status_id: 100
367   parent_id: 1
368   published_at: 2006-02-05 08:44:07 
369 custom_404:
370   id: 59
371   title: Custom File Not Found
372   slug: missing
373   class_name: CustomFileNotFoundPage
374   status_id: 100
375   parent_id: 58
376   published_at: 2006-02-05 08:44:07 
377 devtags:
378   id: 60
379   title: Dev Test Page
380   slug: devtags
381   status_id: 100
382   parent_id: 1
383   published_at: 2006-02-05 08:44:07
384 another:
385   id: 61
386   title: Another Page
387   slug: another
388   status_id: 100
389   parent_id: 1
390   published_at: 2006-02-05 08:44:07
391 childless:
392   id: 62
393   title: Childless Page
394   slug: childless
395   status_id: 100
396   parent_id: 1
397   published_at: 2006-02-05 08:44:07