/[drupal]/contributions/profiles/drupalorg_testing/drupalorg_testing_release_info.inc
ViewVC logotype

Contents of /contributions/profiles/drupalorg_testing/drupalorg_testing_release_info.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Fri Mar 20 06:37:51 2009 UTC (8 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2264 -1799 lines
File MIME type: text/x-php
273586 by hunmonk: Port Drupal.org testing profile to D6.  basically working.  needs to be converted to batch api, and more conversion to install profile api.
1 <?php
2 // $Id: drupalorg_testing_build_release_info.php,v 1.2 2009/03/17 22:38:07 thehunmonkgroup Exp $
3
4 // Generated with: drupalorg_testing_build_release_info.php
5 // Generated on: Thu, 19 Mar 2009 15:28:26 -0400
6
7 /**
8 * @file
9 *
10 * This file defines two arrays of information about project release nodes
11 * that should be created.
12 *
13 * This file is separate from the rest of the drupalorg_testing profile so
14 * that it can be easily regenerated by a script that uses the XML feed from
15 * updates.drupal.org to get actual data about project releases from
16 * drupal.org.
17 */
18
19
20 /**
21 * Array of information about releases.
22 */
23 $releases = array (
24 0 =>
25 array (
26 'title' => 'Drupal 4.7.11',
27 'project_uri' => 'drupal',
28 'categories' =>
29 array (
30 0 => '4.7.x',
31 1 => 'Bug fixes',
32 2 => 'Security update',
33 ),
34 'filename' => 'drupal-4.7.11.tar.gz',
35 'filehash' => 'b3cd74a717ef66d37927eb08e272adb2',
36 'filedate' => 1200004206,
37 'status' => 1,
38 'project_release' =>
39 array (
40 'version' => '4.7.11',
41 'version_major' => 4,
42 'version_minor' => 7,
43 'version_patch' => 11,
44 'version_extra' => '',
45 'tag' => 'DRUPAL-4-7-11',
46 'rebuild' => 0,
47 ),
48 ),
49 1 =>
50 array (
51 'title' => 'drupal 4.7.10',
52 'project_uri' => 'drupal',
53 'categories' =>
54 array (
55 0 => '4.7.x',
56 1 => 'Bug fixes',
57 ),
58 'filename' => 'drupal-4.7.10.tar.gz',
59 'filehash' => 'aff4a0d9305b5201596bba808d4f46c5',
60 'filedate' => 1196973008,
61 'status' => 1,
62 'project_release' =>
63 array (
64 'version' => '4.7.10',
65 'version_major' => 4,
66 'version_minor' => 7,
67 'version_patch' => 10,
68 'version_extra' => '',
69 'tag' => 'DRUPAL-4-7-10',
70 'rebuild' => 0,
71 ),
72 ),
73 2 =>
74 array (
75 'title' => 'Drupal 4.7.9',
76 'project_uri' => 'drupal',
77 'categories' =>
78 array (
79 0 => '4.7.x',
80 1 => 'Security update',
81 ),
82 'filename' => 'drupal-4.7.9.tar.gz',
83 'filehash' => 'c4bf889830f776649df4af61c06a67a4',
84 'filedate' => 1196889614,
85 'status' => 1,
86 'project_release' =>
87 array (
88 'version' => '4.7.9',
89 'version_major' => 4,
90 'version_minor' => 7,
91 'version_patch' => 9,
92 'version_extra' => '',
93 'tag' => 'DRUPAL-4-7-9',
94 'rebuild' => 0,
95 ),
96 ),
97 3 =>
98 array (
99 'title' => 'drupal 4.7.8',
100 'project_uri' => 'drupal',
101 'categories' =>
102 array (
103 0 => '4.7.x',
104 1 => 'Security update',
105 ),
106 'filename' => 'drupal-4.7.8.tar.gz',
107 'filehash' => '770159167fc12e977c9a17252f41a70e',
108 'filedate' => 1192657503,
109 'status' => 1,
110 'project_release' =>
111 array (
112 'version' => '4.7.8',
113 'version_major' => 4,
114 'version_minor' => 7,
115 'version_patch' => 8,
116 'version_extra' => '',
117 'tag' => 'DRUPAL-4-7-8',
118 'rebuild' => 0,
119 ),
120 ),
121 4 =>
122 array (
123 'title' => 'Drupal 4.7.7',
124 'project_uri' => 'drupal',
125 'categories' =>
126 array (
127 0 => '4.7.x',
128 1 => 'Bug fixes',
129 2 => 'Security update',
130 ),
131 'filename' => 'drupal-4.7.7.tar.gz',
132 'filehash' => 'b1c9f7f05c1bd8a0ae4627d864ee8c25',
133 'filedate' => 1185485294,
134 'status' => 1,
135 'project_release' =>
136 array (
137 'version' => '4.7.7',
138 'version_major' => 4,
139 'version_minor' => 7,
140 'version_patch' => 7,
141 'version_extra' => '',
142 'tag' => 'DRUPAL-4-7-7',
143 'rebuild' => 0,
144 ),
145 ),
146 5 =>
147 array (
148 'title' => 'drupal 4.7.6',
149 'project_uri' => 'drupal',
150 'categories' =>
151 array (
152 0 => '4.7.x',
153 ),
154 'filename' => 'drupal-4.7.6.tar.gz',
155 'filehash' => 'ea9c5ec140f7a27caab8fbaa7585de4b',
156 'filedate' => 1170107705,
157 'status' => 1,
158 'project_release' =>
159 array (
160 'version' => '4.7.6',
161 'version_major' => 4,
162 'version_minor' => 7,
163 'version_patch' => 6,
164 'version_extra' => '',
165 'tag' => 'DRUPAL-4-7-6',
166 'rebuild' => 0,
167 ),
168 ),
169 6 =>
170 array (
171 'title' => 'drupal 4.7.5',
172 'project_uri' => 'drupal',
173 'categories' =>
174 array (
175 0 => '4.7.x',
176 ),
177 'filename' => 'drupal-4.7.5.tar.gz',
178 'filehash' => 'fc398d8c8f287dac0ccac23ae0665a2b',
179 'filedate' => 1167943807,
180 'status' => 1,
181 'project_release' =>
182 array (
183 'version' => '4.7.5',
184 'version_major' => 4,
185 'version_minor' => 7,
186 'version_patch' => 5,
187 'version_extra' => '',
188 'tag' => 'DRUPAL-4-7-5',
189 'rebuild' => 0,
190 ),
191 ),
192 7 =>
193 array (
194 'title' => 'Drupal 4.7.4',
195 'project_uri' => 'drupal',
196 'categories' =>
197 array (
198 0 => '4.7.x',
199 ),
200 'filename' => 'drupal-4.7.4.tar.gz',
201 'filehash' => '623cec7e3cae59d0be6b4d6e8361540c',
202 'filedate' => 1161204179,
203 'status' => 1,
204 'project_release' =>
205 array (
206 'version' => '4.7.4',
207 'version_major' => 4,
208 'version_minor' => 7,
209 'version_patch' => 4,
210 'version_extra' => '',
211 'tag' => 'DRUPAL-4-7-4',
212 'rebuild' => 0,
213 ),
214 ),
215 8 =>
216 array (
217 'title' => 'Drupal 4.7.3',
218 'project_uri' => 'drupal',
219 'categories' =>
220 array (
221 0 => '4.7.x',
222 ),
223 'filename' => 'drupal-4.7.3.tar.gz',
224 'filehash' => 'a5634cc8e9ed9795d5204b7fe9b3d226',
225 'filedate' => 1154542910,
226 'status' => 1,
227 'project_release' =>
228 array (
229 'version' => '4.7.3',
230 'version_major' => 4,
231 'version_minor' => 7,
232 'version_patch' => 3,
233 'version_extra' => '',
234 'tag' => 'DRUPAL-4-7-3',
235 'rebuild' => 0,
236 ),
237 ),
238 9 =>
239 array (
240 'title' => 'Drupal 4.7.2',
241 'project_uri' => 'drupal',
242 'categories' =>
243 array (
244 0 => '4.7.x',
245 ),
246 'filename' => 'drupal-4.7.2.tar.gz',
247 'filehash' => '696592448c0b3e87ec6d3a3869213875',
248 'filedate' => 1149206910,
249 'status' => 1,
250 'project_release' =>
251 array (
252 'version' => '4.7.2',
253 'version_major' => 4,
254 'version_minor' => 7,
255 'version_patch' => 2,
256 'version_extra' => '',
257 'tag' => 'DRUPAL-4-7-2',
258 'rebuild' => 0,
259 ),
260 ),
261 10 =>
262 array (
263 'title' => 'Drupal 4.7.1',
264 'project_uri' => 'drupal',
265 'categories' =>
266 array (
267 0 => '4.7.x',
268 ),
269 'filename' => 'drupal-4.7.1.tar.gz',
270 'filehash' => '25e232c279e4c38c1da872f4983a99d3',
271 'filedate' => 1148521078,
272 'status' => 1,
273 'project_release' =>
274 array (
275 'version' => '4.7.1',
276 'version_major' => 4,
277 'version_minor' => 7,
278 'version_patch' => 1,
279 'version_extra' => '',
280 'tag' => 'DRUPAL-4-7-1',
281 'rebuild' => 0,
282 ),
283 ),
284 11 =>
285 array (
286 'title' => 'Drupal 4.7.0-beta5',
287 'project_uri' => 'drupal',
288 'categories' =>
289 array (
290 0 => '4.7.x',
291 ),
292 'filename' => 'drupal-4.7.0-beta5.tar.gz',
293 'filehash' => 'd37be19cce40774ae8cac0b0bc6c3839',
294 'filedate' => 1235015737,
295 'status' => 1,
296 'project_release' =>
297 array (
298 'version' => '4.7.0-beta5',
299 'version_major' => 4,
300 'version_minor' => 7,
301 'version_patch' => 0,
302 'version_extra' => 'beta5',
303 'tag' => 'DRUPAL-4-7-0-BETA-5',
304 'rebuild' => 0,
305 ),
306 ),
307 12 =>
308 array (
309 'title' => 'Drupal 4.7.0-beta4',
310 'project_uri' => 'drupal',
311 'categories' =>
312 array (
313 0 => '4.7.x',
314 ),
315 'filename' => 'drupal-4.7.0-beta4.tar.gz',
316 'filehash' => '09225de2e0edb24a0e0f79a6793fe5c8',
317 'filedate' => 1235015734,
318 'status' => 1,
319 'project_release' =>
320 array (
321 'version' => '4.7.0-beta4',
322 'version_major' => 4,
323 'version_minor' => 7,
324 'version_patch' => 0,
325 'version_extra' => 'beta4',
326 'tag' => 'DRUPAL-4-7-0-BETA-4',
327 'rebuild' => 0,
328 ),
329 ),
330 13 =>
331 array (
332 'title' => 'Drupal 4.7.0-beta6',
333 'project_uri' => 'drupal',
334 'categories' =>
335 array (
336 0 => '4.7.x',
337 ),
338 'filename' => 'drupal-4.7.0-beta6.tar.gz',
339 'filehash' => 'dfdebe835d1ebfde6088026ae5760ecd',
340 'filedate' => 1235015728,
341 'status' => 1,
342 'project_release' =>
343 array (
344 'version' => '4.7.0-beta6',
345 'version_major' => 4,
346 'version_minor' => 7,
347 'version_patch' => 0,
348 'version_extra' => 'beta6',
349 'tag' => 'DRUPAL-4-7-0-BETA-6',
350 'rebuild' => 0,
351 ),
352 ),
353 14 =>
354 array (
355 'title' => 'Drupal 4.7.0-rc4',
356 'project_uri' => 'drupal',
357 'categories' =>
358 array (
359 0 => '4.7.x',
360 ),
361 'filename' => 'drupal-4.7.0-rc4.tar.gz',
362 'filehash' => 'e9f03cc24aa29bb28dd16c77b0151305',
363 'filedate' => 1235015727,
364 'status' => 1,
365 'project_release' =>
366 array (
367 'version' => '4.7.0-rc4',
368 'version_major' => 4,
369 'version_minor' => 7,
370 'version_patch' => 0,
371 'version_extra' => 'rc4',
372 'tag' => 'DRUPAL-4-7-0-RC-4',
373 'rebuild' => 0,
374 ),
375 ),
376 15 =>
377 array (
378 'title' => 'Drupal 4.7.0-rc1',
379 'project_uri' => 'drupal',
380 'categories' =>
381 array (
382 0 => '4.7.x',
383 ),
384 'filename' => 'drupal-4.7.0-rc1.tar.gz',
385 'filehash' => 'd8eebfa42cb03f2c1407298b95be1196',
386 'filedate' => 1235015723,
387 'status' => 1,
388 'project_release' =>
389 array (
390 'version' => '4.7.0-rc1',
391 'version_major' => 4,
392 'version_minor' => 7,
393 'version_patch' => 0,
394 'version_extra' => 'rc1',
395 'tag' => 'DRUPAL-4-7-0-RC-1',
396 'rebuild' => 0,
397 ),
398 ),
399 16 =>
400 array (
401 'title' => 'Drupal 4.7.0-rc3',
402 'project_uri' => 'drupal',
403 'categories' =>
404 array (
405 0 => '4.7.x',
406 ),
407 'filename' => 'drupal-4.7.0-rc3.tar.gz',
408 'filehash' => 'dffd4e08ae243ae7cea5d01d6de71561',
409 'filedate' => 1235015721,
410 'status' => 1,
411 'project_release' =>
412 array (
413 'version' => '4.7.0-rc3',
414 'version_major' => 4,
415 'version_minor' => 7,
416 'version_patch' => 0,
417 'version_extra' => 'rc3',
418 'tag' => 'DRUPAL-4-7-0-RC-3',
419 'rebuild' => 0,
420 ),
421 ),
422 17 =>
423 array (
424 'title' => 'Drupal 4.7.0-beta3',
425 'project_uri' => 'drupal',
426 'categories' =>
427 array (
428 0 => '4.7.x',
429 ),
430 'filename' => 'drupal-4.7.0-beta3.tar.gz',
431 'filehash' => 'd6980c4acd9f5be90c9090217c2b2249',
432 'filedate' => 1235015719,
433 'status' => 1,
434 'project_release' =>
435 array (
436 'version' => '4.7.0-beta3',
437 'version_major' => 4,
438 'version_minor' => 7,
439 'version_patch' => 0,
440 'version_extra' => 'beta3',
441 'tag' => 'DRUPAL-4-7-0-BETA-3',
442 'rebuild' => 0,
443 ),
444 ),
445 18 =>
446 array (
447 'title' => 'Drupal 4.7.0-rc2',
448 'project_uri' => 'drupal',
449 'categories' =>
450 array (
451 0 => '4.7.x',
452 ),
453 'filename' => 'drupal-4.7.0-rc2.tar.gz',
454 'filehash' => 'ecdafa4ecafd04705a79cea2cb81c3f2',
455 'filedate' => 1235015717,
456 'status' => 1,
457 'project_release' =>
458 array (
459 'version' => '4.7.0-rc2',
460 'version_major' => 4,
461 'version_minor' => 7,
462 'version_patch' => 0,
463 'version_extra' => 'rc2',
464 'tag' => 'DRUPAL-4-7-0-RC-2',
465 'rebuild' => 0,
466 ),
467 ),
468 19 =>
469 array (
470 'title' => 'Drupal 4.7.0',
471 'project_uri' => 'drupal',
472 'categories' =>
473 array (
474 0 => '4.7.x',
475 ),
476 'filename' => 'drupal-4.7.0.tar.gz',
477 'filehash' => '1df238bb0dbb11addbd5387014018015',
478 'filedate' => 1146476364,
479 'status' => 1,
480 'project_release' =>
481 array (
482 'version' => '4.7.0',
483 'version_major' => 4,
484 'version_minor' => 7,
485 'version_patch' => 0,
486 'version_extra' => '',
487 'tag' => 'DRUPAL-4-7-0',
488 'rebuild' => 0,
489 ),
490 ),
491 20 =>
492 array (
493 'title' => 'Drupal 5.16',
494 'project_uri' => 'drupal',
495 'categories' =>
496 array (
497 0 => '5.x',
498 1 => 'Bug fixes',
499 6 => 'Security update',
500 ),
501 'filename' => 'drupal-5.16.tar.gz',
502 'filehash' => 'b8b603a5dbf5e7f280ed6e1521ca9bae',
503 'filedate' => 1235604024,
504 'status' => 1,
505 'project_release' =>
506 array (
507 'version' => '5.16',
508 'version_major' => 5,
509 'version_minor' => NULL,
510 'version_patch' => 16,
511 'version_extra' => '',
512 'tag' => 'DRUPAL-5-16',
513 'rebuild' => 0,
514 ),
515 ),
516 25 =>
517 array (
518 'title' => 'Drupal 5.15',
519 'project_uri' => 'drupal',
520 'categories' =>
521 array (
522 0 => '5.x',
523 1 => 'Bug fixes',
524 2 => 'Security update',
525 ),
526 'filename' => 'drupal-5.15.tar.gz',
527 'filehash' => '4c3c71bcf17bdbbe8c4e8dacbb1d0072',
528 'filedate' => 1231976415,
529 'status' => 1,
530 'project_release' =>
531 array (
532 'version' => '5.15',
533 'version_major' => 5,
534 'version_minor' => NULL,
535 'version_patch' => 15,
536 'version_extra' => '',
537 'tag' => 'DRUPAL-5-15',
538 'rebuild' => 0,
539 ),
540 ),
541 26 =>
542 array (
543 'title' => 'Drupal 5.14',
544 'project_uri' => 'drupal',
545 'categories' =>
546 array (
547 0 => '5.x',
548 1 => 'Bug fixes',
549 ),
550 'filename' => 'drupal-5.14.tar.gz',
551 'filehash' => '281c9ef75f757ab660d5e190b4a6c6c5',
552 'filedate' => 1229017817,
553 'status' => 1,
554 'project_release' =>
555 array (
556 'version' => '5.14',
557 'version_major' => 5,
558 'version_minor' => NULL,
559 'version_patch' => 14,
560 'version_extra' => '',
561 'tag' => 'DRUPAL-5-14',
562 'rebuild' => 0,
563 ),
564 ),
565 27 =>
566 array (
567 'title' => 'Drupal 5.13',
568 'project_uri' => 'drupal',
569 'categories' =>
570 array (
571 0 => '5.x',
572 1 => 'Bug fixes',
573 2 => 'Security update',
574 ),
575 'filename' => 'drupal-5.13.tar.gz',
576 'filehash' => 'ceb0122cb27fd503fd24d1bacd967c2a',
577 'filedate' => 1228949101,
578 'status' => 1,
579 'project_release' =>
580 array (
581 'version' => '5.13',
582 'version_major' => 5,
583 'version_minor' => NULL,
584 'version_patch' => 13,
585 'version_extra' => '',
586 'tag' => 'DRUPAL-5-13',
587 'rebuild' => 0,
588 ),
589 ),
590 28 =>
591 array (
592 'title' => 'Drupal 5.12',
593 'project_uri' => 'drupal',
594 'categories' =>
595 array (
596 0 => '5.x',
597 1 => 'Security update',
598 ),
599 'filename' => 'drupal-5.12.tar.gz',
600 'filehash' => 'c07181e42894dc14438598f7772df434',
601 'filedate' => 1224703814,
602 'status' => 1,
603 'project_release' =>
604 array (
605 'version' => '5.12',
606 'version_major' => 5,
607 'version_minor' => NULL,
608 'version_patch' => 12,
609 'version_extra' => '',
610 'tag' => 'DRUPAL-5-12',
611 'rebuild' => 0,
612 ),
613 ),
614 29 =>
615 array (
616 'title' => 'Drupal 5.11',
617 'project_uri' => 'drupal',
618 'categories' =>
619 array (
620 0 => '5.x',
621 1 => 'Bug fixes',
622 2 => 'Security update',
623 ),
624 'filename' => 'drupal-5.11.tar.gz',
625 'filehash' => 'de0936e4a991d1945129a56afcb6ef59',
626 'filedate' => 1223496909,
627 'status' => 1,
628 'project_release' =>
629 array (
630 'version' => '5.11',
631 'version_major' => 5,
632 'version_minor' => NULL,
633 'version_patch' => 11,
634 'version_extra' => '',
635 'tag' => 'DRUPAL-5-11',
636 'rebuild' => 0,
637 ),
638 ),
639 30 =>
640 array (
641 'title' => 'Drupal 5.10',
642 'project_uri' => 'drupal',
643 'categories' =>
644 array (
645 0 => '5.x',
646 1 => 'Bug fixes',
647 2 => 'Security update',
648 ),
649 'filename' => 'drupal-5.10.tar.gz',
650 'filehash' => '819a914e97de48d2b2a8ab6955d01215',
651 'filedate' => 1218672307,
652 'status' => 1,
653 'project_release' =>
654 array (
655 'version' => '5.10',
656 'version_major' => 5,
657 'version_minor' => NULL,
658 'version_patch' => 10,
659 'version_extra' => '',
660 'tag' => 'DRUPAL-5-10',
661 'rebuild' => 0,
662 ),
663 ),
664 31 =>
665 array (
666 'title' => 'Drupal 5.9',
667 'project_uri' => 'drupal',
668 'categories' =>
669 array (
670 0 => '5.x',
671 1 => 'Bug fixes',
672 2 => 'Security update',
673 ),
674 'filename' => 'drupal-5.9.tar.gz',
675 'filehash' => '2937fd1503ee3d22d232e259d839e314',
676 'filedate' => 1216843213,
677 'status' => 1,
678 'project_release' =>
679 array (
680 'version' => '5.9',
681 'version_major' => 5,
682 'version_minor' => NULL,
683 'version_patch' => 9,
684 'version_extra' => '',
685 'tag' => 'DRUPAL-5-9',
686 'rebuild' => 0,
687 ),
688 ),
689 32 =>
690 array (
691 'title' => 'Drupal 5.8',
692 'project_uri' => 'drupal',
693 'categories' =>
694 array (
695 0 => '5.x',
696 1 => 'Bug fixes',
697 2 => 'Security update',
698 ),
699 'filename' => 'drupal-5.8.tar.gz',
700 'filehash' => '2a570ce3cb6a104c2cc540a02a3cb11d',
701 'filedate' => 1215640810,
702 'status' => 1,
703 'project_release' =>
704 array (
705 'version' => '5.8',
706 'version_major' => 5,
707 'version_minor' => NULL,
708 'version_patch' => 8,
709 'version_extra' => '',
710 'tag' => 'DRUPAL-5-8',
711 'rebuild' => 0,
712 ),
713 ),
714 33 =>
715 array (
716 'title' => 'Drupal 5.7',
717 'project_uri' => 'drupal',
718 'categories' =>
719 array (
720 0 => '5.x',
721 1 => 'Bug fixes',
722 ),
723 'filename' => 'drupal-5.7.tar.gz',
724 'filehash' => 'c7d9911ad1001c790bbdfe6fd4cdfc89',
725 'filedate' => 1201565405,
726 'status' => 1,
727 'project_release' =>
728 array (
729 'version' => '5.7',
730 'version_major' => 5,
731 'version_minor' => NULL,
732 'version_patch' => 7,
733 'version_extra' => '',
734 'tag' => 'DRUPAL-5-7',
735 'rebuild' => 0,
736 ),
737 ),
738 34 =>
739 array (
740 'title' => 'Drupal 5.6',
741 'project_uri' => 'drupal',
742 'categories' =>
743 array (
744 0 => '5.x',
745 1 => 'Bug fixes',
746 2 => 'Security update',
747 ),
748 'filename' => 'drupal-5.6.tar.gz',
749 'filehash' => 'c276a585821f87f09061bf7641eaa199',
750 'filedate' => 1200003605,
751 'status' => 1,
752 'project_release' =>
753 array (
754 'version' => '5.6',
755 'version_major' => 5,
756 'version_minor' => NULL,
757 'version_patch' => 6,
758 'version_extra' => '',
759 'tag' => 'DRUPAL-5-6',
760 'rebuild' => 0,
761 ),
762 ),
763 35 =>
764 array (
765 'title' => 'Drupal 5.5',
766 'project_uri' => 'drupal',
767 'categories' =>
768 array (
769 0 => '5.x',
770 1 => 'Bug fixes',
771 ),
772 'filename' => 'drupal-5.5.tar.gz',
773 'filehash' => 'f61f0df531cbeed51e65fcba96b65ed3',
774 'filedate' => 1196973010,
775 'status' => 1,
776 'project_release' =>
777 array (
778 'version' => '5.5',
779 'version_major' => 5,
780 'version_minor' => NULL,
781 'version_patch' => 5,
782 'version_extra' => '',
783 'tag' => 'DRUPAL-5-5',
784 'rebuild' => 0,
785 ),
786 ),
787 36 =>
788 array (
789 'title' => 'Drupal 5.4',
790 'project_uri' => 'drupal',
791 'categories' =>
792 array (
793 0 => '5.x',
794 1 => 'Security update',
795 ),
796 'filename' => 'drupal-5.4.tar.gz',
797 'filehash' => '363c29a5e8c1e9fbec83044ae04c9b2a',
798 'filedate' => 1196889610,
799 'status' => 1,
800 'project_release' =>
801 array (
802 'version' => '5.4',
803 'version_major' => 5,
804 'version_minor' => NULL,
805 'version_patch' => 4,
806 'version_extra' => '',
807 'tag' => 'DRUPAL-5-4',
808 'rebuild' => 0,
809 ),
810 ),
811 37 =>
812 array (
813 'title' => 'drupal 5.3',
814 'project_uri' => 'drupal',
815 'categories' =>
816 array (
817 0 => '5.x',
818 1 => 'Bug fixes',
819 2 => 'Security update',
820 ),
821 'filename' => 'drupal-5.3.tar.gz',
822 'filehash' => '21979a64f1ea2ffffac688811d342771',
823 'filedate' => 1192656905,
824 'status' => 1,
825 'project_release' =>
826 array (
827 'version' => '5.3',
828 'version_major' => 5,
829 'version_minor' => NULL,
830 'version_patch' => 3,
831 'version_extra' => '',
832 'tag' => 'DRUPAL-5-3',
833 'rebuild' => 0,
834 ),
835 ),
836 38 =>
837 array (
838 'title' => 'Drupal 5.2',
839 'project_uri' => 'drupal',
840 'categories' =>
841 array (
842 0 => '5.x',
843 1 => 'Bug fixes',
844 2 => 'Security update',
845 ),
846 'filename' => 'drupal-5.2.tar.gz',
847 'filehash' => 'c7971b5d3d8eed28c52cea519948dfb8',
848 'filedate' => 1185477907,
849 'status' => 1,
850 'project_release' =>
851 array (
852 'version' => '5.2',
853 'version_major' => 5,
854 'version_minor' => NULL,
855 'version_patch' => 2,
856 'version_extra' => '',
857 'tag' => 'DRUPAL-5-2',
858 'rebuild' => 0,
859 ),
860 ),
861 39 =>
862 array (
863 'title' => 'drupal 5.1',
864 'project_uri' => 'drupal',
865 'categories' =>
866 array (
867 0 => '5.x',
868 ),
869 'filename' => 'drupal-5.1.tar.gz',
870 'filehash' => '1b68368c650da73af5051bae163a8ed1',
871 'filedate' => 1170116410,
872 'status' => 1,
873 'project_release' =>
874 array (
875 'version' => '5.1',
876 'version_major' => 5,
877 'version_minor' => NULL,
878 'version_patch' => 1,
879 'version_extra' => '',
880 'tag' => 'DRUPAL-5-1',
881 'rebuild' => 0,
882 ),
883 ),
884 40 =>
885 array (
886 'title' => 'drupal 5.0',
887 'project_uri' => 'drupal',
888 'categories' =>
889 array (
890 0 => '5.x',
891 ),
892 'filename' => 'drupal-5.0.tar.gz',
893 'filehash' => '2e1d7573d21b8c97b02b63e28d356200',
894 'filedate' => 1168849206,
895 'status' => 1,
896 'project_release' =>
897 array (
898 'version' => '5.0',
899 'version_major' => 5,
900 'version_minor' => NULL,
901 'version_patch' => 0,
902 'version_extra' => '',
903 'tag' => 'DRUPAL-5-0',
904 'rebuild' => 0,
905 ),
906 ),
907 41 =>
908 array (
909 'title' => 'Drupal 5.0-rc2',
910 'project_uri' => 'drupal',
911 'categories' =>
912 array (
913 0 => '5.x',
914 ),
915 'filename' => 'drupal-5.0-rc2.tar.gz',
916 'filehash' => '8d7281ff5c709cacf4ed0f0e5db5cd6e',
917 'filedate' => 1168443606,
918 'status' => 1,
919 'project_release' =>
920 array (
921 'version' => '5.0-rc2',
922 'version_major' => 5,
923 'version_minor' => NULL,
924 'version_patch' => 0,
925 'version_extra' => 'rc2',
926 'tag' => 'DRUPAL-5-0-RC-2',
927 'rebuild' => 0,
928 ),
929 ),
930 42 =>
931 array (
932 'title' => 'drupal 5.0-rc1',
933 'project_uri' => 'drupal',
934 'categories' =>
935 array (
936 0 => '5.x',
937 ),
938 'filename' => 'drupal-5.0-rc1.tar.gz',
939 'filehash' => 'c382a4db6b6ac9070a0c9b818d85c97c',
940 'filedate' => 1166160005,
941 'status' => 1,
942 'project_release' =>
943 array (
944 'version' => '5.0-rc1',
945 'version_major' => 5,
946 'version_minor' => NULL,
947 'version_patch' => 0,
948 'version_extra' => 'rc1',
949 'tag' => 'DRUPAL-5-0-RC-1',
950 'rebuild' => 0,
951 ),
952 ),
953 43 =>
954 array (
955 'title' => 'Drupal 5.0-beta2',
956 'project_uri' => 'drupal',
957 'categories' =>
958 array (
959 0 => '5.x',
960 ),
961 'filename' => 'drupal-5.0-beta2.tar.gz',
962 'filehash' => '33987d6b6d4a0f4032b6bf80868f5ae7',
963 'filedate' => 1164717604,
964 'status' => 1,
965 'project_release' =>
966 array (
967 'version' => '5.0-beta2',
968 'version_major' => 5,
969 'version_minor' => NULL,
970 'version_patch' => 0,
971 'version_extra' => 'beta2',
972 'tag' => 'DRUPAL-5-0-BETA-2',
973 'rebuild' => 0,
974 ),
975 ),
976 44 =>
977 array (
978 'title' => 'Drupal 5.0-beta1',
979 'project_uri' => 'drupal',
980 'categories' =>
981 array (
982 0 => '5.x',
983 ),
984 'filename' => 'drupal-5.0-beta1.tar.gz',
985 'filehash' => 'ff41899b479a4e4c994f38daabb842a7',
986 'filedate' => 1162307974,
987 'status' => 1,
988 'project_release' =>
989 array (
990 'version' => '5.0-beta1',
991 'version_major' => 5,
992 'version_minor' => NULL,
993 'version_patch' => 0,
994 'version_extra' => 'beta1',
995 'tag' => 'DRUPAL-5-0-BETA-1',
996 'rebuild' => 0,
997 ),
998 ),
999 45 =>
1000 array (
1001 'title' => 'Drupal 5.x-dev',
1002 'project_uri' => 'drupal',
1003 'categories' =>
1004 array (
1005 0 => '5.x',
1006 ),
1007 'filename' => 'drupal-5.x-dev.tar.gz',
1008 'filehash' => '0770135b3abb7867a5f1d766689f0ee2',
1009 'filedate' => 1235649991,
1010 'status' => 1,
1011 'project_release' =>
1012 array (
1013 'version' => '5.x-dev',
1014 'version_major' => 5,
1015 'version_minor' => NULL,
1016 'version_patch' => 0,
1017 'version_extra' => 'dev',
1018 'tag' => 'DRUPAL-5',
1019 'rebuild' => 1,
1020 ),
1021 ),
1022 46 =>
1023 array (
1024 'title' => 'drupal 6.10',
1025 'project_uri' => 'drupal',
1026 'categories' =>
1027 array (
1028 0 => '6.x',
1029 1 => 'Bug fixes',
1030 4 => 'Security update',
1031 ),
1032 'filename' => 'drupal-6.10.tar.gz',
1033 'filehash' => 'd8f222c260556b5d7c3ff41bdd251b3c',
1034 'filedate' => 1235596219,
1035 'status' => 1,
1036 'project_release' =>
1037 array (
1038 'version' => '6.10',
1039 'version_major' => 6,
1040 'version_minor' => NULL,
1041 'version_patch' => 10,
1042 'version_extra' => '',
1043 'tag' => 'DRUPAL-6-10',
1044 'rebuild' => 0,
1045 ),
1046 ),
1047 49 =>
1048 array (
1049 'title' => 'drupal 6.9',
1050 'project_uri' => 'drupal',
1051 'categories' =>
1052 array (
1053 0 => '6.x',
1054 1 => 'Bug fixes',
1055 2 => 'Security update',
1056 ),
1057 'filename' => 'drupal-6.9.tar.gz',
1058 'filehash' => '5c682a4709f4632febbe7617a784a01a',
1059 'filedate' => 1231976414,
1060 'status' => 1,
1061 'project_release' =>
1062 array (
1063 'version' => '6.9',
1064 'version_major' => 6,
1065 'version_minor' => NULL,
1066 'version_patch' => 9,
1067 'version_extra' => '',
1068 'tag' => 'DRUPAL-6-9',
1069 'rebuild' => 0,
1070 ),
1071 ),
1072 50 =>
1073 array (
1074 'title' => 'drupal 6.8',
1075 'project_uri' => 'drupal',
1076 'categories' =>
1077 array (
1078 0 => '6.x',
1079 1 => 'Bug fixes',
1080 ),
1081 'filename' => 'drupal-6.8.tar.gz',
1082 'filehash' => '561f281b2dbee8310293a61443bdfbc7',
1083 'filedate' => 1229018429,
1084 'status' => 1,
1085 'project_release' =>
1086 array (
1087 'version' => '6.8',
1088 'version_major' => 6,
1089 'version_minor' => NULL,
1090 'version_patch' => 8,
1091 'version_extra' => '',
1092 'tag' => 'DRUPAL-6-8',
1093 'rebuild' => 0,
1094 ),
1095 ),
1096 51 =>
1097 array (
1098 'title' => 'drupal 6.7',
1099 'project_uri' => 'drupal',
1100 'categories' =>
1101 array (
1102 0 => '6.x',
1103 1 => 'Bug fixes',
1104 2 => 'Security update',
1105 ),
1106 'filename' => 'drupal-6.7.tar.gz',
1107 'filehash' => 'c9e8e5a9892538d355c62bd17b95b3a9',
1108 'filedate' => 1228948512,
1109 'status' => 1,
1110 'project_release' =>
1111 array (
1112 'version' => '6.7',
1113 'version_major' => 6,
1114 'version_minor' => NULL,
1115 'version_patch' => 7,
1116 'version_extra' => '',
1117 'tag' => 'DRUPAL-6-7',
1118 'rebuild' => 0,
1119 ),
1120 ),
1121 52 =>
1122 array (
1123 'title' => 'drupal 6.6',
1124 'project_uri' => 'drupal',
1125 'categories' =>
1126 array (
1127 0 => '6.x',
1128 1 => 'Bug fixes',
1129 2 => 'Security update',
1130 ),
1131 'filename' => 'drupal-6.6.tar.gz',
1132 'filehash' => 'caaa55d1990b34dee48f5047ce98e2bb',
1133 'filedate' => 1224703817,
1134 'status' => 1,
1135 'project_release' =>
1136 array (
1137 'version' => '6.6',
1138 'version_major' => 6,
1139 'version_minor' => NULL,
1140 'version_patch' => 6,
1141 'version_extra' => '',
1142 'tag' => 'DRUPAL-6-6',
1143 'rebuild' => 0,
1144 ),
1145 ),
1146 53 =>
1147 array (
1148 'title' => 'drupal 6.5',
1149 'project_uri' => 'drupal',
1150 'categories' =>
1151 array (
1152 0 => '6.x',
1153 1 => 'Bug fixes',
1154 2 => 'Security update',
1155 ),
1156 'filename' => 'drupal-6.5.tar.gz',
1157 'filehash' => 'a88c561f0e61168b6ac710de55b6f91f',
1158 'filedate' => 1223497211,
1159 'status' => 1,
1160 'project_release' =>
1161 array (
1162 'version' => '6.5',
1163 'version_major' => 6,
1164 'version_minor' => NULL,
1165 'version_patch' => 5,
1166 'version_extra' => '',
1167 'tag' => 'DRUPAL-6-5',
1168 'rebuild' => 0,
1169 ),
1170 ),
1171 54 =>
1172 array (
1173 'title' => 'Drupal 6.4',
1174 'project_uri' => 'drupal',
1175 'categories' =>
1176 array (
1177 0 => '6.x',
1178 1 => 'Bug fixes',
1179 2 => 'Security update',
1180 ),
1181 'filename' => 'drupal-6.4.tar.gz',
1182 'filehash' => '497b537285ad5847c1d3cb2f98ccf88c',
1183 'filedate' => 1218672611,
1184 'status' => 1,
1185 'project_release' =>
1186 array (
1187 'version' => '6.4',
1188 'version_major' => 6,
1189 'version_minor' => NULL,
1190 'version_patch' => 4,
1191 'version_extra' => '',
1192 'tag' => 'DRUPAL-6-4',
1193 'rebuild' => 0,
1194 ),
1195 ),
1196 55 =>
1197 array (
1198 'title' => 'drupal 6.3',
1199 'project_uri' => 'drupal',
1200 'categories' =>
1201 array (
1202 0 => '6.x',
1203 1 => 'Bug fixes',
1204 2 => 'Security update',
1205 ),
1206 'filename' => 'drupal-6.3.tar.gz',
1207 'filehash' => 'f6a23149b906048d8a2dce1bad0e11a7',
1208 'filedate' => 1215640510,