root/trunk/data/fixtures/data.yml

Revision 75, 20.1 kB (checked in by nperriault, 3 months ago)

[1.1]:

  • Companies and people modules migrated, with according form classes and templates, and functional test suite
  • Enhanced SymfoniansTestBrowser?
Line 
1 Event:
2
3 sfGuardUser:
4   fabpot:
5     username:           fabpot
6     display_name:       Fabien Potencier
7     summary:            Father of the Symfony framework
8     password:           password
9     email:              nperriault+test1@gmail.com
10     trac_username:      fabien
11     homepage:           "http://www.symfony-project.com/"
12     country:            FR
13     is_validated:       1
14     allow_contact:      1
15     allow_localization: 0
16     is_for_hire:        0
17     avatar_path:        samples/fabpot.png
18     created_at:         "2005-01-01 00:00:00"
19   niko:
20     username:           niko
21     display_name:       Nicolas Perriault
22     password:           password
23     email:              nperriault+test2@gmail.com
24     trac_username:      nicolas
25     homepage:           "http://prendreuncafe.com/blog"
26     feed_url:           "http://feeds.feedburner.com/prendreuncafe"
27     summary:            "Web developper and web architect"
28     php_at:             "1998-08-10 00:00:00"
29     symfony_at:         "2006-06-01 00:00:00"
30     birthdate:          "1976-09-13 00:00:00"
31     address:            "15bis, rue Victor Carmignac"
32     zip:                94110
33     city:               Arcueil
34     country:            FR
35     phone:              "+33 6 60 92 08 67"
36     is_validated:       1
37     allow_contact:      1
38     allow_localization: 1
39     is_for_hire:        1
40     avatar_path:        samples/niko.jpg
41     created_at:         "2004-01-01 00:00:00"
42   mbertier:
43     username:           mbertier
44     display_name:       Tristan Rivoallan
45     password:           password
46     email:              nperriault+test3@gmail.com
47     trac_username:      trivoallan
48     country:            FR
49     is_validated:       1
50     allow_contact:      1
51     allow_localization: 0
52     is_for_hire:        0
53     avatar_path:        samples/mbertier.png
54     created_at:         "2006-01-01 00:00:00"
55   francois:
56     username:           francois
57     display_name:       François Zaninotto
58     password:           password
59     email:              nperriault+test4@gmail.com
60     trac_username:      francois
61     homepage:           "http://www.mageneration.com/"
62     country:            FR
63     is_validated:       1
64     allow_contact:      0
65     allow_localization: 0
66     is_for_hire:        0
67     created_at:         "2007-02-01 00:00:00"
68   johndoe:
69     username:           johndoe
70     password:           password
71     email:              nperriault+test5@gmail.com
72     summary:            "Super newbie"
73     country:            US
74     is_validated:       1
75     allow_contact:      0
76     allow_localization: 0
77     is_for_hire:        1
78     created_at:         "2007-07-01 00:00:00"
79   unvalidated_person:
80     username:           I_shouldnt_appear
81     password:           password
82     email:              nperriault+test6@gmail.com
83     country:            UK
84     is_validated:       0
85     is_active:          0
86     created_at:         "2007-12-01 00:00:00"
87
88 sfGuardPermission:
89   admin:
90     name:           admin
91     description:    Administrator permission
92
93 sfGuardGroup:
94   admin:
95     name:           admin
96     description:    Administrator group
97
98 sfGuardGroupPermission:
99   admin:
100     group_id:       admin
101     permission_id:  admin
102
103 sfGuardUserGroup:
104   admin:
105     group_id:       admin
106     user_id:        niko
107
108 BlogPost:
109   post1:
110     title:            This is the first post
111     author_id:        niko
112     is_published:     1
113     body: >
114       <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis sit amet
115       ligula vitae lorem posuere lobortis. Fusce nec dolor. Sed ultricies, nisl
116       et laoreet adipiscing, libero ligula condimentum sem, ac feugiat nisl
117       ligula id ligula. Duis tortor. Sed massa. Proin eu sem.</p>
118       <p>Aenean pellentesque libero vitae velit. Suspendisse commodo neque sed
119       quam. Phasellus vulputate venenatis urna. Morbi scelerisque dui quis
120       purus. Donec laoreet tellus non ipsum. Aenean consectetuer. Ut ut velit
121       quis nulla tincidunt mattis. Integer hendrerit lectus ac libero.</p>
122       <p>Integer vehicula tincidunt erat. Praesent neque magna, viverra ac,
123       blandit et, commodo nec, nisi. Praesent tempus pede at felis. Donec sed
124       libero.</p>
125
126 Company:
127   cleverage_company:
128     name:             Clever Age
129     summary:          French development company based in Paris
130     address:          "37, bd des Capucines"
131     zip:              75002
132     city:             Paris
133     country:          FR
134     homepage:         "http://www.clever-age.com/"
135     email:            contact@clever-age.com
136     submitter_id:     niko
137     phone:            "+33 1 34 56 78 90"
138     allow_contact:    1
139     logo_path:        samples/cleverage.png
140     created_at:       "2007-01-01 00:00:00"
141   cleverage_poland_company:
142     name:             Clever Age Poland
143     summary:          Plish development company based in Gdansk
144     country:          PL
145     homepage:         "http://www.clever-age.pl/"
146     email:            contact@clever-age.pl
147     submitter_id:     niko
148     allow_contact:    0
149     logo_path:        samples/cleverage.png
150     created_at:       "2007-01-02 00:00:00"
151   sensio_company:
152     name:             Sensio
153     summary:          The company behind Symfony
154     address:          "26, rue Salomon de Rothschild"
155     zip:              92150
156     city:             Suresnes
157     country:          FR
158     homepage:         "http://www.sensio.com/"
159     phone:            "+33 1 40 99 80 80"
160     email:            contact@sensio.com
161     submitter_id:     fabpot
162     allow_contact:    0
163     logo_path:        samples/sensio.gif
164     created_at:       "2007-01-03 00:00:00"
165   mageneration_company:
166     name:             Mageneration
167     address:          "3à, rue la Boétie"
168     zip:              75002
169     city:             Paris
170     country:          FR
171     homepage:         "http://www.mageneration.com/"
172     phone:            "+33 1 40 99 80 80"
173     email:            contact@ma-generation.com
174     submitter_id:     francois
175     allow_contact:    0
176     logo_path:        samples/mageneration.png
177     created_at:       "2007-01-04 00:00:00"
178
179 CompanyPerson:
180   mbertier_cleverage:
181     company_id:       cleverage_company
182     user_id:          mbertier
183     role:             Consultant
184     started_at:       "2004-02-01 00:00:00"
185     created_at:       "2007-01-01 00:00:00"
186   niko_cleverage:
187     company_id:       cleverage_company
188     user_id:          niko
189     role:             Consultant
190     started_at:       "2005-11-14 00:00:00"
191     created_at:       "2007-01-01 10:00:00"
192   fabpot_sensio:
193     company_id:       sensio_company
194     user_id:          fabpot
195     role:             Founder and CTO
196     started_at:       "2000-01-01 00:00:00"
197     created_at:       "2007-01-10 00:00:00"
198   johndoe_cleverage:
199     company_id:       cleverage_company
200     user_id:          johndoe
201     role:             Consultant
202     started_at:       "2007-10-01 00:00:00"
203     created_at:       "2007-01-11 00:00:00"
204   francois_mageneration:
205     company_id:       mageneration_company
206     user_id:          francois
207     role:             CTO
208     started_at:       "2007-07-01 00:00:00"
209     created_at:       "2007-01-12 00:00:00"
210   francois_sensio:
211     company_id:       sensio_company
212     user_id:          francois
213     role:             Technical Consultant
214     ended_at:         "2007-06-30 00:00:00"
215     created_at:       "2007-01-13 00:00:00"
216
217 Job:
218   cleverage_job1:
219     title:            Senior Symfony Developper
220     summary: >
221       We always need experienced Symfony developpers at Clever Age, that's why
222       we post job proposals everywhere.
223     expires_at:       "2009-01-01 00:00:00"
224     company_id:       cleverage_company
225     contact_id:       mbertier
226     city:             Paris
227     country:          FR
228     teleworking:      0
229     created_at:       "2007-02-10 00:00:00"
230   cleverage_job2:
231     title:            Junior Symfony Developper
232     summary: >
233       We always need junior Symfony developpers at Clever Age, that's why
234       we post job proposals everywhere.
235     expires_at:       "2009-01-01 00:00:00"
236     company_id:       cleverage_company
237     contact_id:       mbertier
238     city:             Bordeaux
239     country:          FR
240     teleworking:      0
241     created_at:       "2007-02-11 00:00:00"
242   cleverage_job3:
243     title:            Any aged Symfony Developper
244     summary: >
245       We always need Symfony developpers at Clever Age, that's why
246       we post job proposals everywhere.
247     expires_at:       "2009-01-01 00:00:00"
248     company_id:       cleverage_company
249     contact_id:       niko
250     city:             Gdansk
251     country:          PL
252     teleworking:      0
253     created_at:       "2007-02-12 00:00:00"
254   cleverage_poland_job:
255     title:            Symfony Developper
256     summary: >
257       We are lookink for several high-skilled Symfony developer
258     company_id:       cleverage_poland_company
259     contact_id:       niko
260     city:             Gdansk
261     country:          PL
262     teleworking:      0
263     created_at:       "2007-02-13 00:00:00"
264   sensio_job:
265     title:            Symfony evangelist
266     summary: >
267       We are looking for a Symfony evangelist at Sensio, in our Paris office.
268     company_id:       sensio_company
269     contact_id:       fabpot
270     city:             Suresnes
271     country:          FR
272     teleworking:      0
273     created_at:       "2007-02-14 00:00:00"
274   sensio_job2:
275     title:            Symfony developer
276     summary: >
277       We are looking for Symfony developers at Sensio, in our Paris office.
278     company_id:       sensio_company
279     contact_id:       fabpot
280     city:             Suresnes
281     country:          FR
282     teleworking:      0
283     created_at:       "2007-02-15 00:00:00"
284   johndoe_part:
285     title:            I need a partner to rule the world with my website
286     summary: >
287       I'm looking for a coder to code for myself. I will earn all the money.
288     expires_at:       "2016-01-01 00:00:00"
289     contact_id:       johndoe
290     teleworking:      1
291     created_at:       "2007-02-16 00:00:00"
292   perempted_job_offer:
293     title:            Perempted job offer
294     summary: >
295       This is a perempted job offer which should not appear in public lists
296     expires_at:       "2001-01-01 00:00:00"
297     company_id:       sensio_company
298     city:             Houston
299     country:          US
300     created_at:       "2007-02-17 00:00:00"
301   niko_part:
302     title:            Looking for some folks to code with
303     summary: >
304       I am starting a huge project based on several ideas but I need other
305       coders to join.
306     contact_id:       niko
307     teleworking:      1
308     created_at:       "2007-08-01 00:00:00"
309   mbertier_part:
310     title:            MyStuff.com needs help
311     summary: >
312       The website MyStuff which I maintain is now unmaintenable and I need some
313       people to recode it entirely for free.
314     contact_id:       mbertier
315     teleworking:      1
316     created_at:       "2007-12-25 00:00:00"
317   mageneration_offer:
318     title:            Mageneration.com needs devs
319     summary: >
320       Shit happens, we really need some skilled dudes to recode our website from
321       scracth in Fortran77.
322     contact_id:       francois
323     company_id:       mageneration_company
324     country:          FR
325     city:             Paris
326     teleworking:      0
327     created_at:       "2008-01-01 00:00:00"
328   francois_part:
329     title:            Motilee searches for a developer
330     summary: >
331       The Motilee project is waiting for its coders. Please apply quickly.
332     contact_id:       francois
333     teleworking:      1
334     created_at:       "2007-11-02 00:00:00"
335   niko_dotmarks:
336     title:            Dotmarks is looking for contributors
337     summary: >
338       The wonderful Dotmarks project needs arms. Help!
339     contact_id:       niko
340     teleworking:      1
341     created_at:       "2006-10-01 00:00:00"
342
343 Application:
344   symfony_project:
345     submitter_id:     fabpot
346     name:             "Symfony project"
347     description:      "Official Symfony framework project"
348     homepage:         "http://www.symfony-project.org/"
349     screenshot_path:  "samples/symfony.png"
350     started_at:       "2005-10-18 16:27:36"
351     is_opensource:    1
352     licence:          MIT
353     created_at:       "2007-01-01 00:00:00"
354     country:          FR
355   dotmarks_project:
356     submitter_id:     niko
357     name:             "Dotmarks"
358     description:      "Simple collaborative bookmarks manager"
359     homepage:         "http://www.dotmarks.org/"
360     screenshot_path:  "samples/dotmarks.png"
361     started_at:       "2006-06-06 00:00:00"
362     is_opensource:    1
363     licence:          MIT
364     created_at:       "2007-02-01 00:00:00"
365     country:          FR
366   symfonians_project:
367     submitter_id:     niko
368     name:             "Symfonians website"
369     description:      "The website you're currently surfing on ;)"
370     homepage:         "http://www.symfonians.org/"
371     screenshot_path:  "samples/symfonians.png"
372     started_at:       "2007-11-10 14:19:00"
373     is_opensource:    0
374     created_at:       "2007-03-01 00:00:00"
375     country:          FR
376   splitgames:
377     submitter_id:     niko
378     name:             "Splitgames"
379     description: >
380       SplitGames est la première communauté européenne d'échanges de jeux vidéo.
381       Multipliez les échanges de jeux vidéo et jouez sans limite.
382     homepage:         "http://www.splitgames.fr/"
383     screenshot_path:  "samples/splitgames.png"
384     started_at:       "2006-11-01 00:00:00"
385     released_at:      "2007-02-01 00:00:00"
386     is_opensource:    0
387     created_at:       "2007-04-01 00:00:00"
388     country:          FR
389     is_featured:      1
390   mageneration_project:
391     submitter_id:     francois
392     name:             "Mageneration.com"
393     description:      "Senior portal"
394     homepage:         "http://www.mageneration.com/"
395     screenshot_path:  "samples/mageneration_project.png"
396     started_at:       "2007-07-01 00:00:00"
397     is_opensource:    0
398     created_at:       "2007-05-01 00:00:00"
399     country:          FR
400   motilee_project:
401     submitter_id:     francois
402     name:             "Motilee"
403     description:      "Standalone and complete forum solution based on Symfony"
404     homepage:         "http://trac.motilee.com/"
405     screenshot_path:  "samples/motilee.png"
406     started_at:       "2007-09-01 00:00:00"
407     is_opensource:    0
408     created_at:       "2007-06-01 00:00:00"
409     country:          FR
410   gameofficer:
411     submitter_id:     niko
412     name:             "Games Officer"
413     description:      "Video games marketplace"
414     homepage:         "http://gamesofficer.fr/"
415     screenshot_path:  "samples/gamesofficer.png"
416     started_at:       "2007-09-01 00:00:00"
417     released_at:      "2007-11-01 00:00:00"
418     is_opensource:    0
419     created_at:       "2007-09-01 00:00:00"
420     country:          FR
421   yahoobookmarks:
422     submitter_id:     niko
423     name:             "Yahoo Bookmarks"
424     description:      "Online bookmarks manager and sharing platform"
425     homepage:         "http://bookmarks.yahoo.com/"
426     screenshot_path:  "samples/yahoobookmarks.png"
427     started_at:       "2006-02-01 00:00:00"
428     released_at:      "2006-12-01 00:00:00"
429     is_opensource:    0
430     created_at:       "2007-10-01 00:00:00"
431     country:          US
432   askeet:
433     submitter_id:     fabpot
434     name:             "Askeet!"
435     description:      "Question and answers based social platform"
436     homepage:         "http://askeet.com/"
437     screenshot_path:  "samples/askeet.png"
438     started_at:       "2005-09-01 00:00:00"
439     released_at:      "2005-10-01 00:00:00"
440     is_opensource:    1
441     licence:          MIT
442     created_at:       "2005-10-01 00:00:00"
443     country:          FR
444   credinoe:
445     submitter_id:     mbertier
446     name:             "Crédinoé"
447     description:      "Load refinance"
448     homepage:         "http://credinoe.com/"
449     screenshot_path:  "samples/credinoe.png"
450     started_at:       "2006-04-01 00:00:00"
451     released_at:      "2006-11-01 00:00:00"
452     is_opensource:    0
453     created_at:       "2007-03-15 00:00:00"
454     country:          PL
455
456 ApplicationCompany:
457   cleverage_splitgames:
458     company_id:       cleverage_company
459     application_id:   splitgames
460     role:             Development
461     submitter_id:     niko
462     created_at:       "2007-01-01 00:00:00"
463   cleverage_poland_credinoe:
464     company_id:       cleverage_poland_company
465     application_id:   credinoe
466     role:             Development
467     submitter_id:     mbertier
468     created_at:       "2007-02-01 00:00:00"
469   credinoe_cleverage:
470     company_id:       cleverage_company
471     application_id:   credinoe
472     role:             Development
473     submitter_id:     mbertier
474     created_at:       "2007-02-02 00:00:00"
475   sensio_symfony:
476     company_id:       sensio_company
477     application_id:   symfony_project
478     role:             Development
479     submitter_id:     fabpot
480     created_at:       "2006-02-01 00:00:00"
481   cleverage_symfony:
482     company_id:       cleverage_company
483     application_id:   symfony_project
484     role:             User
485     submitter_id:     niko
486     created_at:       "2006-02-01 00:00:00"
487   cleverage_mageneration:
488     company_id:       cleverage_company
489     application_id:   mageneration_project
490     role:             Development
491     submitter_id:     francois
492     created_at:       "2007-07-15 00:00:00"
493   mageneration_mageneration:
494     company_id:       mageneration_company
495     application_id:   mageneration_project
496     role:             Owner
497     submitter_id:     francois
498     created_at:       "2007-06-11 00:00:00"
499
500 ApplicationDeveloper:
501   niko_symfonians:
502     developer_id:     niko
503     application_id:   symfonians_project
504     role:             Technical supervisor
505     started_at:       "2007-11-10 14:19:00"
506     created_at:       "2007-08-01 00:00:00"
507   niko_dotmarks:
508     developer_id:     niko
509     application_id:   dotmarks_project
510     role:             Lead developer
511     started_at:       "2006-06-06 00:00:00"
512     created_at:       "2007-08-02 00:00:00"
513   niko_splitgames:
514     developer_id:     niko
515     application_id:   splitgames
516     role:             CTO
517     started_at:       "2006-11-01 00:00:00"
518     ended_at:         "2007-02-01 00:00:00"
519     created_at:       "2007-08-03 00:00:00"
520   fabpot_symfony:
521     developer_id:     fabpot
522     application_id:   symfony_project
523     role:             Creator and lead developer
524     started_at:       "2005-10-18 16:27:36"
525     created_at:       "2007-08-04 00:00:00"
526   francois_symfony:
527     developer_id:     francois
528     application_id:   symfony_project
529     role:             Serial pluginner and documenter
530     started_at:       "2005-10-18 16:27:36"
531     created_at:       "2007-08-05 00:00:00"
532   francois_mageneration:
533     developer_id:     francois
534     application_id:   mageneration_project
535     role:             CTO
536     started_at:       "2007-07-01 00:00:00"
537     created_at:       "2007-08-06 00:00:00"
538   francois_motilee:
539     developer_id:     francois
540     application_id:   motilee_project
541     role:             Project leader
542     started_at:       "2007-09-01 00:00:00"
543     created_at:       "2007-08-07 00:00:00"
544   mbertier_motilee:
545     developer_id:     mbertier
546     application_id:   motilee_project
547     role:             Contributor
548     started_at:       "2007-11-20 00:00:00"
549     created_at:       "2007-08-08 00:00:00"
550   johndoe_dotmarks:
551     developer_id:     johndoe
552     application_id:   dotmarks_project
553     role:             Fan
554     started_at:       "2007-07-01 00:00:00"
555     created_at:       "2007-08-09 00:00:00"
556
557 Recommendation:
558   niko_recommends_fabpot:
559     recommender_id:   niko
560     recommended_id:   fabpot
561     content: >
562       Fabien is a great programmer who has achieved a great framework
563     created_at:       "2007-05-01 00:00:00"
564   niko_recommends_francois:
565     recommender_id:   niko
566     recommended_id:   francois
567     content: >
568       Working with François is a pleasure
569     created_at:       "2007-05-02 00:00:00"
570   francois_recommends_niko:
571     recommender_id:   francois
572     recommended_id:   niko
573     content: >
574       Nicolas has been declared employee of the week on the Mageneration.com
575       project
576     created_at:       "2007-11-01 00:00:00"
577
578 LocalEvent:
579   ev1:
580     owner_id:         niko
581     title:            First event
582     description: >
583       blah blah blah
584     city:             Paris
585     country:          FR
586     start_at:         "2008-12-12 00:00:00"
587   ev2:
588     owner_id:         fabpot
589     title:            Second event
590     description: >
591       blah blah blah
592     city:             Paris
593     country:          FR
594     start_at:         "2009-01-01 00:00:00"
Note: See TracBrowser for help on using the browser.