Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/migrate_drupal/tests/fixtures/drupal6.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
2801 'db_columns' => 'a:1:{s:3:"nid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;s:5:"index";b:1;}}', | 2801 'db_columns' => 'a:1:{s:3:"nid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;s:5:"index";b:1;}}', |
2802 'active' => '1', | 2802 'active' => '1', |
2803 'locked' => '0', | 2803 'locked' => '0', |
2804 )) | 2804 )) |
2805 ->values(array( | 2805 ->values(array( |
2806 'field_name' => 'field_sync', | |
2807 'type' => 'email', | |
2808 'global_settings' => 'a:0:{}', | |
2809 'required' => '0', | |
2810 'multiple' => '0', | |
2811 'db_storage' => '1', | |
2812 'module' => 'email', | |
2813 'db_columns' => 'a:1:{s:5:"email";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;s:8:"sortable";b:1;}}', | |
2814 'active' => '1', | |
2815 'locked' => '0', | |
2816 )) | |
2817 ->values(array( | |
2806 'field_name' => 'field_test', | 2818 'field_name' => 'field_test', |
2807 'type' => 'text', | 2819 'type' => 'text', |
2808 'global_settings' => 'a:4:{s:15:"text_processing";s:1:"1";s:10:"max_length";s:0:"";s:14:"allowed_values";s:0:"";s:18:"allowed_values_php";s:0:"";}', | 2820 'global_settings' => 'a:4:{s:15:"text_processing";s:1:"1";s:10:"max_length";s:0:"";s:14:"allowed_values";s:0:"";s:18:"allowed_values_php";s:0:"";}', |
2809 'required' => '0', | 2821 'required' => '0', |
2810 'multiple' => '0', | 2822 'multiple' => '0', |
3218 'description' => '', | 3230 'description' => '', |
3219 'widget_module' => 'nodereference', | 3231 'widget_module' => 'nodereference', |
3220 'widget_active' => '1', | 3232 'widget_active' => '1', |
3221 )) | 3233 )) |
3222 ->values(array( | 3234 ->values(array( |
3235 'field_name' => 'field_sync', | |
3236 'type_name' => 'employee', | |
3237 'weight' => '35', | |
3238 'label' => 'email_sync', | |
3239 'widget_type' => 'email_textfield', | |
3240 'widget_settings' => 'a:3:{s:4:"size";s:2:"60";s:13:"default_value";a:1:{i:0;a:1:{s:5:"email";s:0:"";}}s:17:"default_value_php";N;}', | |
3241 'display_settings' => 'a:7:{s:5:"label";a:2:{s:6:"format";s:5:"above";s:7:"exclude";i:0;}i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:2;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:3;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}', | |
3242 'description' => '', | |
3243 'widget_module' => 'email', | |
3244 'widget_active' => '1', | |
3245 )) | |
3246 ->values(array( | |
3223 'field_name' => 'field_test', | 3247 'field_name' => 'field_test', |
3224 'type_name' => 'story', | 3248 'type_name' => 'story', |
3225 'weight' => '1', | 3249 'weight' => '1', |
3226 'label' => 'Text Field', | 3250 'label' => 'Text Field', |
3227 'widget_type' => 'text_textfield', | 3251 'widget_type' => 'text_textfield', |
3527 'field_company_3_nid' => array( | 3551 'field_company_3_nid' => array( |
3528 'type' => 'int', | 3552 'type' => 'int', |
3529 'not null' => FALSE, | 3553 'not null' => FALSE, |
3530 'size' => 'normal', | 3554 'size' => 'normal', |
3531 'unsigned' => TRUE, | 3555 'unsigned' => TRUE, |
3556 ), | |
3557 'field_sync_email' => array( | |
3558 'type' => 'varchar', | |
3559 'not null' => FALSE, | |
3560 'length' => '255', | |
3532 ), | 3561 ), |
3533 ), | 3562 ), |
3534 'primary key' => array( | 3563 'primary key' => array( |
3535 'vid', | 3564 'vid', |
3536 ), | 3565 ), |
3556 'vid', | 3585 'vid', |
3557 'nid', | 3586 'nid', |
3558 'field_commander_uid', | 3587 'field_commander_uid', |
3559 'field_company_2_nid', | 3588 'field_company_2_nid', |
3560 'field_company_3_nid', | 3589 'field_company_3_nid', |
3590 'field_sync_email', | |
3561 )) | 3591 )) |
3562 ->values(array( | 3592 ->values(array( |
3563 'vid' => '21', | 3593 'vid' => '21', |
3564 'nid' => '18', | 3594 'nid' => '18', |
3565 'field_commander_uid' => '8', | 3595 'field_commander_uid' => '8', |
3566 'field_company_2_nid' => '15', | 3596 'field_company_2_nid' => '15', |
3567 'field_company_3_nid' => '16', | 3597 'field_company_3_nid' => '16', |
3598 'field_sync_email' => NULL, | |
3568 )) | 3599 )) |
3569 ->values(array( | 3600 ->values(array( |
3570 'vid' => '2002', | 3601 'vid' => '2002', |
3571 'nid' => '21', | 3602 'nid' => '21', |
3572 'field_commander_uid' => NULL, | 3603 'field_commander_uid' => NULL, |
3573 'field_company_2_nid' => NULL, | 3604 'field_company_2_nid' => NULL, |
3574 'field_company_3_nid' => NULL, | 3605 'field_company_3_nid' => NULL, |
3606 'field_sync_email' => 'jsmith@example.com', | |
3575 )) | 3607 )) |
3576 ->values(array( | 3608 ->values(array( |
3577 'vid' => '2003', | 3609 'vid' => '2003', |
3578 'nid' => '22', | 3610 'nid' => '22', |
3579 'field_commander_uid' => NULL, | 3611 'field_commander_uid' => NULL, |
3580 'field_company_2_nid' => NULL, | 3612 'field_company_2_nid' => NULL, |
3581 'field_company_3_nid' => NULL, | 3613 'field_company_3_nid' => NULL, |
3614 'field_sync_email' => 'jsmith@example.com', | |
3582 )) | 3615 )) |
3583 ->execute(); | 3616 ->execute(); |
3584 $connection->schema()->createTable('content_type_page', array( | 3617 $connection->schema()->createTable('content_type_page', array( |
3585 'fields' => array( | 3618 'fields' => array( |
3586 'vid' => array( | 3619 'vid' => array( |
34472 'p7' => '0', | 34505 'p7' => '0', |
34473 'p8' => '0', | 34506 'p8' => '0', |
34474 'p9' => '0', | 34507 'p9' => '0', |
34475 'updated' => '0', | 34508 'updated' => '0', |
34476 )) | 34509 )) |
34510 ->values(array( | |
34511 'menu_name' => 'navigation', | |
34512 'mlid' => '464', | |
34513 'plid' => '158', | |
34514 'link_path' => 'node/add/page', | |
34515 'router_path' => 'node/add/page', | |
34516 'link_title' => 'Page', | |
34517 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:296:\"A <em>page</em>, similar in form to a <em>story</em>, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site's initial home page.\";}}", | |
34518 'module' => 'system', | |
34519 'hidden' => '0', | |
34520 'external' => '0', | |
34521 'has_children' => '0', | |
34522 'expanded' => '0', | |
34523 'weight' => '0', | |
34524 'depth' => '2', | |
34525 'customized' => '0', | |
34526 'p1' => '158', | |
34527 'p2' => '464', | |
34528 'p3' => '0', | |
34529 'p4' => '0', | |
34530 'p5' => '0', | |
34531 'p6' => '0', | |
34532 'p7' => '0', | |
34533 'p8' => '0', | |
34534 'p9' => '0', | |
34535 'updated' => '0', | |
34536 )) | |
34537 ->values(array( | |
34538 'menu_name' => 'navigation', | |
34539 'mlid' => '465', | |
34540 'plid' => '157', | |
34541 'link_path' => 'admin/content/node-type/page', | |
34542 'router_path' => 'admin/content/node-type/page', | |
34543 'link_title' => 'Page', | |
34544 'options' => 'a:0:{}', | |
34545 'module' => 'system', | |
34546 'hidden' => '-1', | |
34547 'external' => '0', | |
34548 'has_children' => '0', | |
34549 'expanded' => '0', | |
34550 'weight' => '0', | |
34551 'depth' => '3', | |
34552 'customized' => '0', | |
34553 'p1' => '144', | |
34554 'p2' => '157', | |
34555 'p3' => '465', | |
34556 'p4' => '0', | |
34557 'p5' => '0', | |
34558 'p6' => '0', | |
34559 'p7' => '0', | |
34560 'p8' => '0', | |
34561 'p9' => '0', | |
34562 'updated' => '0', | |
34563 )) | |
34564 ->values(array( | |
34565 'menu_name' => 'navigation', | |
34566 'mlid' => '466', | |
34567 'plid' => '0', | |
34568 'link_path' => 'admin/content/node-type/page/delete', | |
34569 'router_path' => 'admin/content/node-type/page/delete', | |
34570 'link_title' => 'Delete', | |
34571 'options' => 'a:0:{}', | |
34572 'module' => 'system', | |
34573 'hidden' => '-1', | |
34574 'external' => '0', | |
34575 'has_children' => '0', | |
34576 'expanded' => '0', | |
34577 'weight' => '0', | |
34578 'depth' => '1', | |
34579 'customized' => '0', | |
34580 'p1' => '466', | |
34581 'p2' => '0', | |
34582 'p3' => '0', | |
34583 'p4' => '0', | |
34584 'p5' => '0', | |
34585 'p6' => '0', | |
34586 'p7' => '0', | |
34587 'p8' => '0', | |
34588 'p9' => '0', | |
34589 'updated' => '0', | |
34590 )) | |
34591 ->values(array( | |
34592 'menu_name' => 'navigation', | |
34593 'mlid' => '467', | |
34594 'plid' => '0', | |
34595 'link_path' => 'admin/content/node-type/employee/fields/field_company_2/remove', | |
34596 'router_path' => 'admin/content/node-type/employee/fields/field_company_2/remove', | |
34597 'link_title' => 'Remove field', | |
34598 'options' => 'a:0:{}', | |
34599 'module' => 'system', | |
34600 'hidden' => '-1', | |
34601 'external' => '0', | |
34602 'has_children' => '0', | |
34603 'expanded' => '0', | |
34604 'weight' => '0', | |
34605 'depth' => '1', | |
34606 'customized' => '0', | |
34607 'p1' => '467', | |
34608 'p2' => '0', | |
34609 'p3' => '0', | |
34610 'p4' => '0', | |
34611 'p5' => '0', | |
34612 'p6' => '0', | |
34613 'p7' => '0', | |
34614 'p8' => '0', | |
34615 'p9' => '0', | |
34616 'updated' => '0', | |
34617 )) | |
34618 ->values(array( | |
34619 'menu_name' => 'navigation', | |
34620 'mlid' => '468', | |
34621 'plid' => '0', | |
34622 'link_path' => 'admin/content/node-type/employee/fields/field_company_3/remove', | |
34623 'router_path' => 'admin/content/node-type/employee/fields/field_company_3/remove', | |
34624 'link_title' => 'Remove field', | |
34625 'options' => 'a:0:{}', | |
34626 'module' => 'system', | |
34627 'hidden' => '-1', | |
34628 'external' => '0', | |
34629 'has_children' => '0', | |
34630 'expanded' => '0', | |
34631 'weight' => '0', | |
34632 'depth' => '1', | |
34633 'customized' => '0', | |
34634 'p1' => '468', | |
34635 'p2' => '0', | |
34636 'p3' => '0', | |
34637 'p4' => '0', | |
34638 'p5' => '0', | |
34639 'p6' => '0', | |
34640 'p7' => '0', | |
34641 'p8' => '0', | |
34642 'p9' => '0', | |
34643 'updated' => '0', | |
34644 )) | |
34645 ->values(array( | |
34646 'menu_name' => 'navigation', | |
34647 'mlid' => '469', | |
34648 'plid' => '0', | |
34649 'link_path' => 'admin/content/node-type/page/fields/field_reference/remove', | |
34650 'router_path' => 'admin/content/node-type/page/fields/field_reference/remove', | |
34651 'link_title' => 'Remove field', | |
34652 'options' => 'a:0:{}', | |
34653 'module' => 'system', | |
34654 'hidden' => '-1', | |
34655 'external' => '0', | |
34656 'has_children' => '0', | |
34657 'expanded' => '0', | |
34658 'weight' => '0', | |
34659 'depth' => '1', | |
34660 'customized' => '0', | |
34661 'p1' => '469', | |
34662 'p2' => '0', | |
34663 'p3' => '0', | |
34664 'p4' => '0', | |
34665 'p5' => '0', | |
34666 'p6' => '0', | |
34667 'p7' => '0', | |
34668 'p8' => '0', | |
34669 'p9' => '0', | |
34670 'updated' => '0', | |
34671 )) | |
34672 ->values(array( | |
34673 'menu_name' => 'navigation', | |
34674 'mlid' => '470', | |
34675 'plid' => '0', | |
34676 'link_path' => 'admin/content/node-type/page/fields/field_reference_2/remove', | |
34677 'router_path' => 'admin/content/node-type/page/fields/field_reference_2/remove', | |
34678 'link_title' => 'Remove field', | |
34679 'options' => 'a:0:{}', | |
34680 'module' => 'system', | |
34681 'hidden' => '-1', | |
34682 'external' => '0', | |
34683 'has_children' => '0', | |
34684 'expanded' => '0', | |
34685 'weight' => '0', | |
34686 'depth' => '1', | |
34687 'customized' => '0', | |
34688 'p1' => '470', | |
34689 'p2' => '0', | |
34690 'p3' => '0', | |
34691 'p4' => '0', | |
34692 'p5' => '0', | |
34693 'p6' => '0', | |
34694 'p7' => '0', | |
34695 'p8' => '0', | |
34696 'p9' => '0', | |
34697 'updated' => '0', | |
34698 )) | |
34699 ->values(array( | |
34700 'menu_name' => 'navigation', | |
34701 'mlid' => '471', | |
34702 'plid' => '0', | |
34703 'link_path' => 'admin/content/node-type/story/fields/field_test_string_selectlist/remove', | |
34704 'router_path' => 'admin/content/node-type/story/fields/field_test_string_selectlist/remove', | |
34705 'link_title' => 'Remove field', | |
34706 'options' => 'a:0:{}', | |
34707 'module' => 'system', | |
34708 'hidden' => '-1', | |
34709 'external' => '0', | |
34710 'has_children' => '0', | |
34711 'expanded' => '0', | |
34712 'weight' => '0', | |
34713 'depth' => '1', | |
34714 'customized' => '0', | |
34715 'p1' => '471', | |
34716 'p2' => '0', | |
34717 'p3' => '0', | |
34718 'p4' => '0', | |
34719 'p5' => '0', | |
34720 'p6' => '0', | |
34721 'p7' => '0', | |
34722 'p8' => '0', | |
34723 'p9' => '0', | |
34724 'updated' => '0', | |
34725 )) | |
34477 ->execute(); | 34726 ->execute(); |
34478 $connection->schema()->createTable('menu_router', array( | 34727 $connection->schema()->createTable('menu_router', array( |
34479 'fields' => array( | 34728 'fields' => array( |
34480 'path' => array( | 34729 'path' => array( |
34481 'type' => 'varchar', | 34730 'type' => 'varchar', |
37238 'position' => '', | 37487 'position' => '', |
37239 'weight' => '0', | 37488 'weight' => '0', |
37240 'file' => 'sites/all/modules/cck/includes/content.admin.inc', | 37489 'file' => 'sites/all/modules/cck/includes/content.admin.inc', |
37241 )) | 37490 )) |
37242 ->values(array( | 37491 ->values(array( |
37492 'path' => 'admin/content/node-type/employee/fields/field_company_2', | |
37493 'load_functions' => '', | |
37494 'to_arg_functions' => '', | |
37495 'access_callback' => 'user_access', | |
37496 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | |
37497 'page_callback' => 'drupal_get_form', | |
37498 'page_arguments' => 'a:3:{i:0;s:23:"content_field_edit_form";i:1;s:8:"employee";i:2;s:15:"field_company_2";}', | |
37499 'fit' => '63', | |
37500 'number_parts' => '6', | |
37501 'tab_parent' => 'admin/content/node-type/employee/fields', | |
37502 'tab_root' => 'admin/content/node-type/employee', | |
37503 'title' => 'Company 2', | |
37504 'title_callback' => 't', | |
37505 'title_arguments' => '', | |
37506 'type' => '128', | |
37507 'block_callback' => '', | |
37508 'description' => '', | |
37509 'position' => '', | |
37510 'weight' => '0', | |
37511 'file' => 'sites/all/modules/cck/includes/content.admin.inc', | |
37512 )) | |
37513 ->values(array( | |
37514 'path' => 'admin/content/node-type/employee/fields/field_company_2/remove', | |
37515 'load_functions' => '', | |
37516 'to_arg_functions' => '', | |
37517 'access_callback' => 'user_access', | |
37518 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | |
37519 'page_callback' => 'drupal_get_form', | |
37520 'page_arguments' => 'a:3:{i:0;s:25:"content_field_remove_form";i:1;s:8:"employee";i:2;s:15:"field_company_2";}', | |
37521 'fit' => '127', | |
37522 'number_parts' => '7', | |
37523 'tab_parent' => '', | |
37524 'tab_root' => 'admin/content/node-type/employee/fields/field_company_2/remove', | |
37525 'title' => 'Remove field', | |
37526 'title_callback' => 't', | |
37527 'title_arguments' => '', | |
37528 'type' => '4', | |
37529 'block_callback' => '', | |
37530 'description' => '', | |
37531 'position' => '', | |
37532 'weight' => '0', | |
37533 'file' => 'sites/all/modules/cck/includes/content.admin.inc', | |
37534 )) | |
37535 ->values(array( | |
37536 'path' => 'admin/content/node-type/employee/fields/field_company_3', | |
37537 'load_functions' => '', | |
37538 'to_arg_functions' => '', | |
37539 'access_callback' => 'user_access', | |
37540 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | |
37541 'page_callback' => 'drupal_get_form', | |
37542 'page_arguments' => 'a:3:{i:0;s:23:"content_field_edit_form";i:1;s:8:"employee";i:2;s:15:"field_company_3";}', | |
37543 'fit' => '63', | |
37544 'number_parts' => '6', | |
37545 'tab_parent' => 'admin/content/node-type/employee/fields', | |
37546 'tab_root' => 'admin/content/node-type/employee', | |
37547 'title' => 'Company 3', | |
37548 'title_callback' => 't', | |
37549 'title_arguments' => '', | |
37550 'type' => '128', | |
37551 'block_callback' => '', | |
37552 'description' => '', | |
37553 'position' => '', | |
37554 'weight' => '0', | |
37555 'file' => 'sites/all/modules/cck/includes/content.admin.inc', | |
37556 )) | |
37557 ->values(array( | |
37558 'path' => 'admin/content/node-type/employee/fields/field_company_3/remove', | |
37559 'load_functions' => '', | |
37560 'to_arg_functions' => '', | |
37561 'access_callback' => 'user_access', | |
37562 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | |
37563 'page_callback' => 'drupal_get_form', | |
37564 'page_arguments' => 'a:3:{i:0;s:25:"content_field_remove_form";i:1;s:8:"employee";i:2;s:15:"field_company_3";}', | |
37565 'fit' => '127', | |
37566 'number_parts' => '7', | |
37567 'tab_parent' => '', | |
37568 'tab_root' => 'admin/content/node-type/employee/fields/field_company_3/remove', | |
37569 'title' => 'Remove field', | |
37570 'title_callback' => 't', | |
37571 'title_arguments' => '', | |
37572 'type' => '4', | |
37573 'block_callback' => '', | |
37574 'description' => '', | |
37575 'position' => '', | |
37576 'weight' => '0', | |
37577 'file' => 'sites/all/modules/cck/includes/content.admin.inc', | |
37578 )) | |
37579 ->values(array( | |
37243 'path' => 'admin/content/node-type/forum', | 37580 'path' => 'admin/content/node-type/forum', |
37244 'load_functions' => '', | 37581 'load_functions' => '', |
37245 'to_arg_functions' => '', | 37582 'to_arg_functions' => '', |
37246 'access_callback' => 'user_access', | 37583 'access_callback' => 'user_access', |
37247 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | 37584 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', |
37414 'position' => '', | 37751 'position' => '', |
37415 'weight' => '1', | 37752 'weight' => '1', |
37416 'file' => 'sites/all/modules/cck/includes/content.admin.inc', | 37753 'file' => 'sites/all/modules/cck/includes/content.admin.inc', |
37417 )) | 37754 )) |
37418 ->values(array( | 37755 ->values(array( |
37756 'path' => 'admin/content/node-type/page', | |
37757 'load_functions' => '', | |
37758 'to_arg_functions' => '', | |
37759 'access_callback' => 'user_access', | |
37760 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | |
37761 'page_callback' => 'drupal_get_form', | |
37762 'page_arguments' => "a:2:{i:0;s:14:\"node_type_form\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:4:\"page\";s:4:\"name\";s:4:\"Page\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:296:\"A <em>page</em>, similar in form to a <em>story</em>, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site's initial home page.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:4:\"Body\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:4:\"page\";}}", | |
37763 'fit' => '15', | |
37764 'number_parts' => '4', | |
37765 'tab_parent' => '', | |
37766 'tab_root' => 'admin/content/node-type/page', | |
37767 'title' => 'Page', | |
37768 'title_callback' => 't', | |
37769 'title_arguments' => '', | |
37770 'type' => '4', | |
37771 'block_callback' => '', | |
37772 'description' => '', | |
37773 'position' => '', | |
37774 'weight' => '0', | |
37775 'file' => 'modules/node/content_types.inc', | |
37776 )) | |
37777 ->values(array( | |
37778 'path' => 'admin/content/node-type/page/delete', | |
37779 'load_functions' => '', | |
37780 'to_arg_functions' => '', | |
37781 'access_callback' => 'user_access', | |
37782 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | |
37783 'page_callback' => 'drupal_get_form', | |
37784 'page_arguments' => "a:2:{i:0;s:24:\"node_type_delete_confirm\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:4:\"page\";s:4:\"name\";s:4:\"Page\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:296:\"A <em>page</em>, similar in form to a <em>story</em>, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site's initial home page.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:4:\"Body\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:4:\"page\";}}", | |
37785 'fit' => '31', | |
37786 'number_parts' => '5', | |
37787 'tab_parent' => '', | |
37788 'tab_root' => 'admin/content/node-type/page/delete', | |
37789 'title' => 'Delete', | |
37790 'title_callback' => 't', | |
37791 'title_arguments' => '', | |
37792 'type' => '4', | |
37793 'block_callback' => '', | |
37794 'description' => '', | |
37795 'position' => '', | |
37796 'weight' => '0', | |
37797 'file' => 'modules/node/content_types.inc', | |
37798 )) | |
37799 ->values(array( | |
37800 'path' => 'admin/content/node-type/page/display', | |
37801 'load_functions' => '', | |
37802 'to_arg_functions' => '', | |
37803 'access_callback' => 'user_access', | |
37804 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | |
37805 'page_callback' => 'drupal_get_form', | |
37806 'page_arguments' => 'a:2:{i:0;s:29:"content_display_overview_form";i:1;s:4:"page";}', | |
37807 'fit' => '31', | |
37808 'number_parts' => '5', | |
37809 'tab_parent' => 'admin/content/node-type/page', | |
37810 'tab_root' => 'admin/content/node-type/page', | |
37811 'title' => 'Display fields', | |
37812 'title_callback' => 't', | |
37813 'title_arguments' => '', | |
37814 'type' => '128', | |
37815 'block_callback' => '', | |
37816 'description' => '', | |
37817 'position' => '', | |
37818 'weight' => '2', | |
37819 'file' => 'sites/all/modules/cck/includes/content.admin.inc', | |
37820 )) | |
37821 ->values(array( | |
37822 'path' => 'admin/content/node-type/page/display/basic', | |
37823 'load_functions' => '', | |
37824 'to_arg_functions' => '', | |
37825 'access_callback' => 'user_access', | |
37826 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | |
37827 'page_callback' => 'drupal_get_form', | |
37828 'page_arguments' => 'a:3:{i:0;s:29:"content_display_overview_form";i:1;s:4:"page";i:2;s:5:"basic";}', | |
37829 'fit' => '63', | |
37830 'number_parts' => '6', | |
37831 'tab_parent' => 'admin/content/node-type/page/display', | |
37832 'tab_root' => 'admin/content/node-type/page', | |
37833 'title' => 'Basic', | |
37834 'title_callback' => 't', | |
37835 'title_arguments' => '', | |
37836 'type' => '136', | |
37837 'block_callback' => '', | |
37838 'description' => '', | |
37839 'position' => '', | |
37840 'weight' => '0', | |
37841 'file' => 'sites/all/modules/cck/includes/content.admin.inc', | |
37842 )) | |
37843 ->values(array( | |
37844 'path' => 'admin/content/node-type/page/display/print', | |
37845 'load_functions' => '', | |
37846 'to_arg_functions' => '', | |
37847 'access_callback' => 'user_access', | |
37848 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | |
37849 'page_callback' => 'drupal_get_form', | |
37850 'page_arguments' => 'a:3:{i:0;s:29:"content_display_overview_form";i:1;s:4:"page";i:2;s:5:"print";}', | |
37851 'fit' => '63', | |
37852 'number_parts' => '6', | |
37853 'tab_parent' => 'admin/content/node-type/page/display', | |
37854 'tab_root' => 'admin/content/node-type/page', | |
37855 'title' => 'Print', | |
37856 'title_callback' => 't', | |
37857 'title_arguments' => '', | |
37858 'type' => '128', | |
37859 'block_callback' => '', | |
37860 'description' => '', | |
37861 'position' => '', | |
37862 'weight' => '1', | |
37863 'file' => 'sites/all/modules/cck/includes/content.admin.inc', | |
37864 )) | |
37865 ->values(array( | |
37866 'path' => 'admin/content/node-type/page/display/rss', | |
37867 'load_functions' => '', | |
37868 'to_arg_functions' => '', | |
37869 'access_callback' => 'user_access', | |
37870 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | |
37871 'page_callback' => 'drupal_get_form', | |
37872 'page_arguments' => 'a:3:{i:0;s:29:"content_display_overview_form";i:1;s:4:"page";i:2;s:3:"rss";}', | |
37873 'fit' => '63', | |
37874 'number_parts' => '6', | |
37875 'tab_parent' => 'admin/content/node-type/page/display', | |
37876 'tab_root' => 'admin/content/node-type/page', | |
37877 'title' => 'RSS', | |
37878 'title_callback' => 't', | |
37879 'title_arguments' => '', | |
37880 'type' => '128', | |
37881 'block_callback' => '', | |
37882 'description' => '', | |
37883 'position' => '', | |
37884 'weight' => '1', | |
37885 'file' => 'sites/all/modules/cck/includes/content.admin.inc', | |
37886 )) | |
37887 ->values(array( | |
37888 'path' => 'admin/content/node-type/page/edit', | |
37889 'load_functions' => '', | |
37890 'to_arg_functions' => '', | |
37891 'access_callback' => 'user_access', | |
37892 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | |
37893 'page_callback' => 'drupal_get_form', | |
37894 'page_arguments' => "a:2:{i:0;s:14:\"node_type_form\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:4:\"page\";s:4:\"name\";s:4:\"Page\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:296:\"A <em>page</em>, similar in form to a <em>story</em>, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site's initial home page.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:4:\"Body\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:4:\"page\";}}", | |
37895 'fit' => '31', | |
37896 'number_parts' => '5', | |
37897 'tab_parent' => 'admin/content/node-type/page', | |
37898 'tab_root' => 'admin/content/node-type/page', | |
37899 'title' => 'Edit', | |
37900 'title_callback' => 't', | |
37901 'title_arguments' => '', | |
37902 'type' => '136', | |
37903 'block_callback' => '', | |
37904 'description' => '', | |
37905 'position' => '', | |
37906 'weight' => '0', | |
37907 'file' => 'modules/node/content_types.inc', | |
37908 )) | |
37909 ->values(array( | |
37910 'path' => 'admin/content/node-type/page/fields', | |
37911 'load_functions' => '', | |
37912 'to_arg_functions' => '', | |
37913 'access_callback' => 'user_access', | |
37914 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | |
37915 'page_callback' => 'drupal_get_form', | |
37916 'page_arguments' => 'a:2:{i:0;s:27:"content_field_overview_form";i:1;s:4:"page";}', | |
37917 'fit' => '31', | |
37918 'number_parts' => '5', | |
37919 'tab_parent' => 'admin/content/node-type/page', | |
37920 'tab_root' => 'admin/content/node-type/page', | |
37921 'title' => 'Manage fields', | |
37922 'title_callback' => 't', | |
37923 'title_arguments' => '', | |
37924 'type' => '128', | |
37925 'block_callback' => '', | |
37926 'description' => '', | |
37927 'position' => '', | |
37928 'weight' => '1', | |
37929 'file' => 'sites/all/modules/cck/includes/content.admin.inc', | |
37930 )) | |
37931 ->values(array( | |
37932 'path' => 'admin/content/node-type/page/fields/field_reference', | |
37933 'load_functions' => '', | |
37934 'to_arg_functions' => '', | |
37935 'access_callback' => 'user_access', | |
37936 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | |
37937 'page_callback' => 'drupal_get_form', | |
37938 'page_arguments' => 'a:3:{i:0;s:23:"content_field_edit_form";i:1;s:4:"page";i:2;s:15:"field_reference";}', | |
37939 'fit' => '63', | |
37940 'number_parts' => '6', | |
37941 'tab_parent' => 'admin/content/node-type/page/fields', | |
37942 'tab_root' => 'admin/content/node-type/page', | |
37943 'title' => 'Reference', | |
37944 'title_callback' => 't', | |
37945 'title_arguments' => '', | |
37946 'type' => '128', | |
37947 'block_callback' => '', | |
37948 'description' => '', | |
37949 'position' => '', | |
37950 'weight' => '0', | |
37951 'file' => 'sites/all/modules/cck/includes/content.admin.inc', | |
37952 )) | |
37953 ->values(array( | |
37954 'path' => 'admin/content/node-type/page/fields/field_reference/remove', | |
37955 'load_functions' => '', | |
37956 'to_arg_functions' => '', | |
37957 'access_callback' => 'user_access', | |
37958 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | |
37959 'page_callback' => 'drupal_get_form', | |
37960 'page_arguments' => 'a:3:{i:0;s:25:"content_field_remove_form";i:1;s:4:"page";i:2;s:15:"field_reference";}', | |
37961 'fit' => '127', | |
37962 'number_parts' => '7', | |
37963 'tab_parent' => '', | |
37964 'tab_root' => 'admin/content/node-type/page/fields/field_reference/remove', | |
37965 'title' => 'Remove field', | |
37966 'title_callback' => 't', | |
37967 'title_arguments' => '', | |
37968 'type' => '4', | |
37969 'block_callback' => '', | |
37970 'description' => '', | |
37971 'position' => '', | |
37972 'weight' => '0', | |
37973 'file' => 'sites/all/modules/cck/includes/content.admin.inc', | |
37974 )) | |
37975 ->values(array( | |
37976 'path' => 'admin/content/node-type/page/fields/field_reference_2', | |
37977 'load_functions' => '', | |
37978 'to_arg_functions' => '', | |
37979 'access_callback' => 'user_access', | |
37980 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | |
37981 'page_callback' => 'drupal_get_form', | |
37982 'page_arguments' => 'a:3:{i:0;s:23:"content_field_edit_form";i:1;s:4:"page";i:2;s:17:"field_reference_2";}', | |
37983 'fit' => '63', | |
37984 'number_parts' => '6', | |
37985 'tab_parent' => 'admin/content/node-type/page/fields', | |
37986 'tab_root' => 'admin/content/node-type/page', | |
37987 'title' => 'Reference', | |
37988 'title_callback' => 't', | |
37989 'title_arguments' => '', | |
37990 'type' => '128', | |
37991 'block_callback' => '', | |
37992 'description' => '', | |
37993 'position' => '', | |
37994 'weight' => '0', | |
37995 'file' => 'sites/all/modules/cck/includes/content.admin.inc', | |
37996 )) | |
37997 ->values(array( | |
37998 'path' => 'admin/content/node-type/page/fields/field_reference_2/remove', | |
37999 'load_functions' => '', | |
38000 'to_arg_functions' => '', | |
38001 'access_callback' => 'user_access', | |
38002 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | |
38003 'page_callback' => 'drupal_get_form', | |
38004 'page_arguments' => 'a:3:{i:0;s:25:"content_field_remove_form";i:1;s:4:"page";i:2;s:17:"field_reference_2";}', | |
38005 'fit' => '127', | |
38006 'number_parts' => '7', | |
38007 'tab_parent' => '', | |
38008 'tab_root' => 'admin/content/node-type/page/fields/field_reference_2/remove', | |
38009 'title' => 'Remove field', | |
38010 'title_callback' => 't', | |
38011 'title_arguments' => '', | |
38012 'type' => '4', | |
38013 'block_callback' => '', | |
38014 'description' => '', | |
38015 'position' => '', | |
38016 'weight' => '0', | |
38017 'file' => 'sites/all/modules/cck/includes/content.admin.inc', | |
38018 )) | |
38019 ->values(array( | |
37419 'path' => 'admin/content/node-type/sponsor', | 38020 'path' => 'admin/content/node-type/sponsor', |
37420 'load_functions' => '', | 38021 'load_functions' => '', |
37421 'to_arg_functions' => '', | 38022 'to_arg_functions' => '', |
37422 'access_callback' => 'user_access', | 38023 'access_callback' => 'user_access', |
37423 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | 38024 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', |
37424 'page_callback' => 'drupal_get_form', | 38025 'page_callback' => 'drupal_get_form', |
37425 'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;O:8:"stdClass":14:{s:4:"type";s:7:"sponsor";s:4:"name";s:7:"Sponsor";s:6:"module";s:4:"node";s:11:"description";s:17:"Sponsor node type";s:4:"help";s:0:"";s:9:"has_title";s:1:"1";s:11:"title_label";s:4:"Name";s:8:"has_body";s:1:"0";s:10:"body_label";s:4:"Body";s:14:"min_word_count";s:1:"0";s:6:"custom";s:1:"0";s:8:"modified";s:1:"0";s:6:"locked";s:1:"0";s:9:"orig_type";s:0:"";}}', | 38026 'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;O:8:"stdClass":14:{s:4:"type";s:7:"sponsor";s:4:"name";s:7:"Sponsor";s:6:"module";s:4:"node";s:11:"description";s:17:"Sponsor node type";s:4:"help";s:0:"";s:9:"has_title";s:1:"1";s:11:"title_label";s:4:"Name";s:8:"has_body";s:1:"1";s:10:"body_label";s:4:"Body";s:14:"min_word_count";s:1:"0";s:6:"custom";s:1:"0";s:8:"modified";s:1:"1";s:6:"locked";s:1:"0";s:9:"orig_type";s:0:"";}}', |
37426 'fit' => '15', | 38027 'fit' => '15', |
37427 'number_parts' => '4', | 38028 'number_parts' => '4', |
37428 'tab_parent' => '', | 38029 'tab_parent' => '', |
37429 'tab_root' => 'admin/content/node-type/sponsor', | 38030 'tab_root' => 'admin/content/node-type/sponsor', |
37430 'title' => 'Sponsor', | 38031 'title' => 'Sponsor', |
37442 'load_functions' => '', | 38043 'load_functions' => '', |
37443 'to_arg_functions' => '', | 38044 'to_arg_functions' => '', |
37444 'access_callback' => 'user_access', | 38045 'access_callback' => 'user_access', |
37445 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | 38046 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', |
37446 'page_callback' => 'drupal_get_form', | 38047 'page_callback' => 'drupal_get_form', |
37447 'page_arguments' => 'a:2:{i:0;s:24:"node_type_delete_confirm";i:1;O:8:"stdClass":14:{s:4:"type";s:7:"sponsor";s:4:"name";s:7:"Sponsor";s:6:"module";s:4:"node";s:11:"description";s:17:"Sponsor node type";s:4:"help";s:0:"";s:9:"has_title";s:1:"1";s:11:"title_label";s:4:"Name";s:8:"has_body";s:1:"0";s:10:"body_label";s:4:"Body";s:14:"min_word_count";s:1:"0";s:6:"custom";s:1:"0";s:8:"modified";s:1:"0";s:6:"locked";s:1:"0";s:9:"orig_type";s:0:"";}}', | 38048 'page_arguments' => 'a:2:{i:0;s:24:"node_type_delete_confirm";i:1;O:8:"stdClass":14:{s:4:"type";s:7:"sponsor";s:4:"name";s:7:"Sponsor";s:6:"module";s:4:"node";s:11:"description";s:17:"Sponsor node type";s:4:"help";s:0:"";s:9:"has_title";s:1:"1";s:11:"title_label";s:4:"Name";s:8:"has_body";s:1:"1";s:10:"body_label";s:4:"Body";s:14:"min_word_count";s:1:"0";s:6:"custom";s:1:"0";s:8:"modified";s:1:"1";s:6:"locked";s:1:"0";s:9:"orig_type";s:0:"";}}', |
37448 'fit' => '31', | 38049 'fit' => '31', |
37449 'number_parts' => '5', | 38050 'number_parts' => '5', |
37450 'tab_parent' => '', | 38051 'tab_parent' => '', |
37451 'tab_root' => 'admin/content/node-type/sponsor/delete', | 38052 'tab_root' => 'admin/content/node-type/sponsor/delete', |
37452 'title' => 'Delete', | 38053 'title' => 'Delete', |
37552 'load_functions' => '', | 38153 'load_functions' => '', |
37553 'to_arg_functions' => '', | 38154 'to_arg_functions' => '', |
37554 'access_callback' => 'user_access', | 38155 'access_callback' => 'user_access', |
37555 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | 38156 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', |
37556 'page_callback' => 'drupal_get_form', | 38157 'page_callback' => 'drupal_get_form', |
37557 'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;O:8:"stdClass":14:{s:4:"type";s:7:"sponsor";s:4:"name";s:7:"Sponsor";s:6:"module";s:4:"node";s:11:"description";s:17:"Sponsor node type";s:4:"help";s:0:"";s:9:"has_title";s:1:"1";s:11:"title_label";s:4:"Name";s:8:"has_body";s:1:"0";s:10:"body_label";s:4:"Body";s:14:"min_word_count";s:1:"0";s:6:"custom";s:1:"0";s:8:"modified";s:1:"0";s:6:"locked";s:1:"0";s:9:"orig_type";s:0:"";}}', | 38158 'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;O:8:"stdClass":14:{s:4:"type";s:7:"sponsor";s:4:"name";s:7:"Sponsor";s:6:"module";s:4:"node";s:11:"description";s:17:"Sponsor node type";s:4:"help";s:0:"";s:9:"has_title";s:1:"1";s:11:"title_label";s:4:"Name";s:8:"has_body";s:1:"1";s:10:"body_label";s:4:"Body";s:14:"min_word_count";s:1:"0";s:6:"custom";s:1:"0";s:8:"modified";s:1:"1";s:6:"locked";s:1:"0";s:9:"orig_type";s:0:"";}}', |
37558 'fit' => '31', | 38159 'fit' => '31', |
37559 'number_parts' => '5', | 38160 'number_parts' => '5', |
37560 'tab_parent' => 'admin/content/node-type/sponsor', | 38161 'tab_parent' => 'admin/content/node-type/sponsor', |
37561 'tab_root' => 'admin/content/node-type/sponsor', | 38162 'tab_root' => 'admin/content/node-type/sponsor', |
37562 'title' => 'Edit', | 38163 'title' => 'Edit', |
38470 'position' => '', | 39071 'position' => '', |
38471 'weight' => '0', | 39072 'weight' => '0', |
38472 'file' => 'sites/all/modules/cck/includes/content.admin.inc', | 39073 'file' => 'sites/all/modules/cck/includes/content.admin.inc', |
38473 )) | 39074 )) |
38474 ->values(array( | 39075 ->values(array( |
39076 'path' => 'admin/content/node-type/story/fields/field_test_string_selectlist', | |
39077 'load_functions' => '', | |
39078 'to_arg_functions' => '', | |
39079 'access_callback' => 'user_access', | |
39080 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | |
39081 'page_callback' => 'drupal_get_form', | |
39082 'page_arguments' => 'a:3:{i:0;s:23:"content_field_edit_form";i:1;s:5:"story";i:2;s:28:"field_test_string_selectlist";}', | |
39083 'fit' => '63', | |
39084 'number_parts' => '6', | |
39085 'tab_parent' => 'admin/content/node-type/story/fields', | |
39086 'tab_root' => 'admin/content/node-type/story', | |
39087 'title' => 'String Select List Field', | |
39088 'title_callback' => 't', | |
39089 'title_arguments' => '', | |
39090 'type' => '128', | |
39091 'block_callback' => '', | |
39092 'description' => '', | |
39093 'position' => '', | |
39094 'weight' => '0', | |
39095 'file' => 'sites/all/modules/cck/includes/content.admin.inc', | |
39096 )) | |
39097 ->values(array( | |
39098 'path' => 'admin/content/node-type/story/fields/field_test_string_selectlist/remove', | |
39099 'load_functions' => '', | |
39100 'to_arg_functions' => '', | |
39101 'access_callback' => 'user_access', | |
39102 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | |
39103 'page_callback' => 'drupal_get_form', | |
39104 'page_arguments' => 'a:3:{i:0;s:25:"content_field_remove_form";i:1;s:5:"story";i:2;s:28:"field_test_string_selectlist";}', | |
39105 'fit' => '127', | |
39106 'number_parts' => '7', | |
39107 'tab_parent' => '', | |
39108 'tab_root' => 'admin/content/node-type/story/fields/field_test_string_selectlist/remove', | |
39109 'title' => 'Remove field', | |
39110 'title_callback' => 't', | |
39111 'title_arguments' => '', | |
39112 'type' => '4', | |
39113 'block_callback' => '', | |
39114 'description' => '', | |
39115 'position' => '', | |
39116 'weight' => '0', | |
39117 'file' => 'sites/all/modules/cck/includes/content.admin.inc', | |
39118 )) | |
39119 ->values(array( | |
38475 'path' => 'admin/content/node-type/story/fields/field_test_text_single_checkbox', | 39120 'path' => 'admin/content/node-type/story/fields/field_test_text_single_checkbox', |
38476 'load_functions' => '', | 39121 'load_functions' => '', |
38477 'to_arg_functions' => '', | 39122 'to_arg_functions' => '', |
38478 'access_callback' => 'user_access', | 39123 'access_callback' => 'user_access', |
38479 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | 39124 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', |
38828 'load_functions' => '', | 39473 'load_functions' => '', |
38829 'to_arg_functions' => '', | 39474 'to_arg_functions' => '', |
38830 'access_callback' => 'user_access', | 39475 'access_callback' => 'user_access', |
38831 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | 39476 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', |
38832 'page_callback' => 'drupal_get_form', | 39477 'page_callback' => 'drupal_get_form', |
38833 'page_arguments' => "a:2:{i:0;s:14:\"node_type_form\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:9:\"test_page\";s:4:\"name\";s:17:\"Migrate test page\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:296:\"A <em>page</em>, similar in form to a <em>story</em>, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site's initial home page.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:28:\"This is the body field label\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:4:\"page\";}}", | 39478 'page_arguments' => "a:2:{i:0;s:14:\"node_type_form\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:9:\"test_page\";s:4:\"name\";s:17:\"Migrate test page\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:296:\"A <em>page</em>, similar in form to a <em>story</em>, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site's initial home page.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:28:\"This is the body field label\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:9:\"test_page\";}}", |
38834 'fit' => '15', | 39479 'fit' => '15', |
38835 'number_parts' => '4', | 39480 'number_parts' => '4', |
38836 'tab_parent' => '', | 39481 'tab_parent' => '', |
38837 'tab_root' => 'admin/content/node-type/test-page', | 39482 'tab_root' => 'admin/content/node-type/test-page', |
38838 'title' => 'Migrate test page', | 39483 'title' => 'Migrate test page', |
38850 'load_functions' => '', | 39495 'load_functions' => '', |
38851 'to_arg_functions' => '', | 39496 'to_arg_functions' => '', |
38852 'access_callback' => 'user_access', | 39497 'access_callback' => 'user_access', |
38853 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | 39498 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', |
38854 'page_callback' => 'drupal_get_form', | 39499 'page_callback' => 'drupal_get_form', |
38855 'page_arguments' => "a:2:{i:0;s:24:\"node_type_delete_confirm\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:9:\"test_page\";s:4:\"name\";s:17:\"Migrate test page\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:296:\"A <em>page</em>, similar in form to a <em>story</em>, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site's initial home page.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:28:\"This is the body field label\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:4:\"page\";}}", | 39500 'page_arguments' => "a:2:{i:0;s:24:\"node_type_delete_confirm\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:9:\"test_page\";s:4:\"name\";s:17:\"Migrate test page\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:296:\"A <em>page</em>, similar in form to a <em>story</em>, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site's initial home page.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:28:\"This is the body field label\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:9:\"test_page\";}}", |
38856 'fit' => '31', | 39501 'fit' => '31', |
38857 'number_parts' => '5', | 39502 'number_parts' => '5', |
38858 'tab_parent' => '', | 39503 'tab_parent' => '', |
38859 'tab_root' => 'admin/content/node-type/test-page/delete', | 39504 'tab_root' => 'admin/content/node-type/test-page/delete', |
38860 'title' => 'Delete', | 39505 'title' => 'Delete', |
38960 'load_functions' => '', | 39605 'load_functions' => '', |
38961 'to_arg_functions' => '', | 39606 'to_arg_functions' => '', |
38962 'access_callback' => 'user_access', | 39607 'access_callback' => 'user_access', |
38963 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', | 39608 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', |
38964 'page_callback' => 'drupal_get_form', | 39609 'page_callback' => 'drupal_get_form', |
38965 'page_arguments' => "a:2:{i:0;s:14:\"node_type_form\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:9:\"test_page\";s:4:\"name\";s:17:\"Migrate test page\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:296:\"A <em>page</em>, similar in form to a <em>story</em>, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site's initial home page.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:28:\"This is the body field label\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:4:\"page\";}}", | 39610 'page_arguments' => "a:2:{i:0;s:14:\"node_type_form\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:9:\"test_page\";s:4:\"name\";s:17:\"Migrate test page\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:296:\"A <em>page</em>, similar in form to a <em>story</em>, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site's initial home page.\";s:4:\"help\";s:0:\"\";s:9:\"has_title\";s:1:\"1\";s:11:\"title_label\";s:5:\"Title\";s:8:\"has_body\";s:1:\"1\";s:10:\"body_label\";s:28:\"This is the body field label\";s:14:\"min_word_count\";s:1:\"0\";s:6:\"custom\";s:1:\"1\";s:8:\"modified\";s:1:\"1\";s:6:\"locked\";s:1:\"0\";s:9:\"orig_type\";s:9:\"test_page\";}}", |
38966 'fit' => '31', | 39611 'fit' => '31', |
38967 'number_parts' => '5', | 39612 'number_parts' => '5', |
38968 'tab_parent' => 'admin/content/node-type/test-page', | 39613 'tab_parent' => 'admin/content/node-type/test-page', |
38969 'tab_root' => 'admin/content/node-type/test-page', | 39614 'tab_root' => 'admin/content/node-type/test-page', |
38970 'title' => 'Edit', | 39615 'title' => 'Edit', |
41022 'position' => '', | 41667 'position' => '', |
41023 'weight' => '0', | 41668 'weight' => '0', |
41024 'file' => 'sites/all/modules/i18n/i18n.admin.inc', | 41669 'file' => 'sites/all/modules/i18n/i18n.admin.inc', |
41025 )) | 41670 )) |
41026 ->values(array( | 41671 ->values(array( |
41027 'path' => 'admin/settings/language/i18n/variables', | |
41028 'load_functions' => '', | |
41029 'to_arg_functions' => '', | |
41030 'access_callback' => 'user_access', | |
41031 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', | |
41032 'page_callback' => 'drupal_get_form', | |
41033 'page_arguments' => 'a:1:{i:0;s:25:"i18n_admin_variables_form";}', | |
41034 'fit' => '31', | |
41035 'number_parts' => '5', | |
41036 'tab_parent' => 'admin/settings/language/i18n', | |
41037 'tab_root' => 'admin/settings/language', | |
41038 'title' => 'Variables', | |
41039 'title_callback' => 't', | |
41040 'title_arguments' => '', | |
41041 'type' => '128', | |
41042 'block_callback' => '', | |
41043 'description' => 'Multilingual variables.', | |
41044 'position' => '', | |
41045 'weight' => '0', | |
41046 'file' => 'sites/all/modules/i18n/i18n.admin.inc', | |
41047 )) | |
41048 ->values(array( | |
41049 'path' => 'admin/settings/language/overview', | 41672 'path' => 'admin/settings/language/overview', |
41050 'load_functions' => '', | 41673 'load_functions' => '', |
41051 'to_arg_functions' => '', | 41674 'to_arg_functions' => '', |
41052 'access_callback' => 'user_access', | 41675 'access_callback' => 'user_access', |
41053 'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}', | 41676 'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}', |
42953 'title_callback' => 'i18nstrings_title_callback', | 43576 'title_callback' => 'i18nstrings_title_callback', |
42954 'title_arguments' => 'a:2:{i:0;s:24:"nodetype:type:forum:name";i:1;s:11:"Forum topic";}', | 43577 'title_arguments' => 'a:2:{i:0;s:24:"nodetype:type:forum:name";i:1;s:11:"Forum topic";}', |
42955 'type' => '6', | 43578 'type' => '6', |
42956 'block_callback' => '', | 43579 'block_callback' => '', |
42957 'description' => 'A <em>forum topic</em> is the initial post to a new discussion thread within a forum.', | 43580 'description' => 'A <em>forum topic</em> is the initial post to a new discussion thread within a forum.', |
43581 'position' => '', | |
43582 'weight' => '0', | |
43583 'file' => 'modules/node/node.pages.inc', | |
43584 )) | |
43585 ->values(array( | |
43586 'path' => 'node/add/page', | |
43587 'load_functions' => '', | |
43588 'to_arg_functions' => '', | |
43589 'access_callback' => 'node_access', | |
43590 'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"page";}', | |
43591 'page_callback' => 'i18ncontent_node_add', | |
43592 'page_arguments' => 'a:1:{i:0;i:2;}', | |
43593 'fit' => '7', | |
43594 'number_parts' => '3', | |
43595 'tab_parent' => '', | |
43596 'tab_root' => 'node/add/page', | |
43597 'title' => 'Page', | |
43598 'title_callback' => 'i18nstrings_title_callback', | |
43599 'title_arguments' => 'a:2:{i:0;s:23:"nodetype:type:page:name";i:1;s:4:"Page";}', | |
43600 'type' => '6', | |
43601 'block_callback' => '', | |
43602 'description' => "A <em>page</em>, similar in form to a <em>story</em>, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site's initial home page.", | |
42958 'position' => '', | 43603 'position' => '', |
42959 'weight' => '0', | 43604 'weight' => '0', |
42960 'file' => 'modules/node/node.pages.inc', | 43605 'file' => 'modules/node/node.pages.inc', |
42961 )) | 43606 )) |
42962 ->values(array( | 43607 ->values(array( |
45101 'module' => 'node', | 45746 'module' => 'node', |
45102 'description' => 'Sponsor node type', | 45747 'description' => 'Sponsor node type', |
45103 'help' => '', | 45748 'help' => '', |
45104 'has_title' => '1', | 45749 'has_title' => '1', |
45105 'title_label' => 'Name', | 45750 'title_label' => 'Name', |
45106 'has_body' => '0', | 45751 'has_body' => '1', |
45107 'body_label' => 'Body', | 45752 'body_label' => 'Body', |
45108 'min_word_count' => '0', | 45753 'min_word_count' => '0', |
45109 'custom' => '0', | 45754 'custom' => '0', |
45110 'modified' => '0', | 45755 'modified' => '1', |
45111 'locked' => '0', | 45756 'locked' => '0', |
45112 'orig_type' => '', | 45757 'orig_type' => '', |
45113 )) | 45758 )) |
45114 ->values(array( | 45759 ->values(array( |
45115 'type' => 'story', | 45760 'type' => 'story', |
46174 ->values(array( | 46819 ->values(array( |
46175 'filename' => 'modules/search/search.module', | 46820 'filename' => 'modules/search/search.module', |
46176 'name' => 'search', | 46821 'name' => 'search', |
46177 'type' => 'module', | 46822 'type' => 'module', |
46178 'owner' => '', | 46823 'owner' => '', |
46179 'status' => '0', | 46824 'status' => '1', |
46180 'throttle' => '0', | 46825 'throttle' => '0', |
46181 'bootstrap' => '0', | 46826 'bootstrap' => '0', |
46182 'schema_version' => '-1', | 46827 'schema_version' => '-1', |
46183 'weight' => '0', | 46828 'weight' => '0', |
46184 'info' => 'a:10:{s:4:"name";s:6:"Search";s:11:"description";s:36:"Enables site-wide keyword searching.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.38";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1456343372";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', | 46829 'info' => 'a:10:{s:4:"name";s:6:"Search";s:11:"description";s:36:"Enables site-wide keyword searching.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.38";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1456343372";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', |
46762 ->values(array( | 47407 ->values(array( |
46763 'filename' => 'sites/all/modules/i18n/i18nsync/i18nsync.module', | 47408 'filename' => 'sites/all/modules/i18n/i18nsync/i18nsync.module', |
46764 'name' => 'i18nsync', | 47409 'name' => 'i18nsync', |
46765 'type' => 'module', | 47410 'type' => 'module', |
46766 'owner' => '', | 47411 'owner' => '', |
46767 'status' => '0', | 47412 'status' => '1', |
46768 'throttle' => '0', | 47413 'throttle' => '0', |
46769 'bootstrap' => '0', | 47414 'bootstrap' => '0', |
46770 'schema_version' => '-1', | 47415 'schema_version' => '0', |
46771 'weight' => '0', | 47416 'weight' => '100', |
46772 'info' => 'a:10:{s:4:"name";s:24:"Synchronize translations";s:11:"description";s:74:"Synchronizes taxonomy and fields accross translations of the same content.";s:12:"dependencies";a:1:{i:0;s:4:"i18n";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.4";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1270669810";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', | 47417 'info' => 'a:10:{s:4:"name";s:24:"Synchronize translations";s:11:"description";s:74:"Synchronizes taxonomy and fields accross translations of the same content.";s:12:"dependencies";a:1:{i:0;s:4:"i18n";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.4";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1270669810";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', |
46773 )) | 47418 )) |
46774 ->values(array( | 47419 ->values(array( |
46775 'filename' => 'sites/all/modules/i18n/i18ntaxonomy/i18ntaxonomy.module', | 47420 'filename' => 'sites/all/modules/i18n/i18ntaxonomy/i18ntaxonomy.module', |
46776 'name' => 'i18ntaxonomy', | 47421 'name' => 'i18ntaxonomy', |
47868 'threshold' => '0', | 48513 'threshold' => '0', |
47869 'theme' => '', | 48514 'theme' => '', |
47870 'signature' => '', | 48515 'signature' => '', |
47871 'signature_format' => '0', | 48516 'signature_format' => '0', |
47872 'created' => '0', | 48517 'created' => '0', |
47873 'access' => '1494966478', | 48518 'access' => '1543973668', |
47874 'login' => '1494966280', | 48519 'login' => '1543973668', |
47875 'status' => '1', | 48520 'status' => '1', |
47876 'timezone' => NULL, | 48521 'timezone' => NULL, |
47877 'language' => '', | 48522 'language' => '', |
47878 'picture' => '', | 48523 'picture' => '', |
47879 'init' => 'root@localhost', | 48524 'init' => 'root@localhost', |
48224 'name' => 'comment_controls_company', | 48869 'name' => 'comment_controls_company', |
48225 'value' => 's:1:"3";', | 48870 'value' => 's:1:"3";', |
48226 )) | 48871 )) |
48227 ->values(array( | 48872 ->values(array( |
48228 'name' => 'comment_controls_employee', | 48873 'name' => 'comment_controls_employee', |
48229 'value' => 'i:3;', | 48874 'value' => 's:1:"3";', |
48230 )) | 48875 )) |
48231 ->values(array( | 48876 ->values(array( |
48232 'name' => 'comment_controls_page', | 48877 'name' => 'comment_controls_page', |
48233 'value' => 's:1:"3";', | 48878 'value' => 's:1:"3";', |
48234 )) | 48879 )) |
48235 ->values(array( | 48880 ->values(array( |
48236 'name' => 'comment_controls_sponsor', | 48881 'name' => 'comment_controls_sponsor', |
48237 'value' => 'i:3;', | 48882 'value' => 's:1:"3";', |
48238 )) | 48883 )) |
48239 ->values(array( | 48884 ->values(array( |
48240 'name' => 'comment_controls_story', | 48885 'name' => 'comment_controls_story', |
48241 'value' => 'i:3;', | 48886 'value' => 'i:3;', |
48242 )) | 48887 )) |
48264 'name' => 'comment_default_mode_company', | 48909 'name' => 'comment_default_mode_company', |
48265 'value' => 's:1:"4";', | 48910 'value' => 's:1:"4";', |
48266 )) | 48911 )) |
48267 ->values(array( | 48912 ->values(array( |
48268 'name' => 'comment_default_mode_employee', | 48913 'name' => 'comment_default_mode_employee', |
48269 'value' => 'i:4;', | 48914 'value' => 's:1:"4";', |
48270 )) | 48915 )) |
48271 ->values(array( | 48916 ->values(array( |
48272 'name' => 'comment_default_mode_page', | 48917 'name' => 'comment_default_mode_page', |
48273 'value' => 's:1:"4";', | 48918 'value' => 's:1:"4";', |
48274 )) | 48919 )) |
48275 ->values(array( | 48920 ->values(array( |
48276 'name' => 'comment_default_mode_sponsor', | 48921 'name' => 'comment_default_mode_sponsor', |
48277 'value' => 'i:4;', | 48922 'value' => 's:1:"4";', |
48278 )) | 48923 )) |
48279 ->values(array( | 48924 ->values(array( |
48280 'name' => 'comment_default_mode_story', | 48925 'name' => 'comment_default_mode_story', |
48281 'value' => 's:1:"2";', | 48926 'value' => 's:1:"2";', |
48282 )) | 48927 )) |
48304 'name' => 'comment_default_order_company', | 48949 'name' => 'comment_default_order_company', |
48305 'value' => 's:1:"1";', | 48950 'value' => 's:1:"1";', |
48306 )) | 48951 )) |
48307 ->values(array( | 48952 ->values(array( |
48308 'name' => 'comment_default_order_employee', | 48953 'name' => 'comment_default_order_employee', |
48309 'value' => 'i:1;', | 48954 'value' => 's:1:"1";', |
48310 )) | 48955 )) |
48311 ->values(array( | 48956 ->values(array( |
48312 'name' => 'comment_default_order_page', | 48957 'name' => 'comment_default_order_page', |
48313 'value' => 's:1:"1";', | 48958 'value' => 's:1:"1";', |
48314 )) | 48959 )) |
48315 ->values(array( | 48960 ->values(array( |
48316 'name' => 'comment_default_order_sponsor', | 48961 'name' => 'comment_default_order_sponsor', |
48317 'value' => 'i:1;', | 48962 'value' => 's:1:"1";', |
48318 )) | 48963 )) |
48319 ->values(array( | 48964 ->values(array( |
48320 'name' => 'comment_default_order_story', | 48965 'name' => 'comment_default_order_story', |
48321 'value' => 'i:1;', | 48966 'value' => 'i:1;', |
48322 )) | 48967 )) |
48344 'name' => 'comment_default_per_page_company', | 48989 'name' => 'comment_default_per_page_company', |
48345 'value' => 's:2:"50";', | 48990 'value' => 's:2:"50";', |
48346 )) | 48991 )) |
48347 ->values(array( | 48992 ->values(array( |
48348 'name' => 'comment_default_per_page_employee', | 48993 'name' => 'comment_default_per_page_employee', |
48349 'value' => 'i:50;', | 48994 'value' => 's:2:"50";', |
48350 )) | 48995 )) |
48351 ->values(array( | 48996 ->values(array( |
48352 'name' => 'comment_default_per_page_page', | 48997 'name' => 'comment_default_per_page_page', |
48353 'value' => 's:2:"50";', | 48998 'value' => 's:2:"50";', |
48354 )) | 48999 )) |
48355 ->values(array( | 49000 ->values(array( |
48356 'name' => 'comment_default_per_page_sponsor', | 49001 'name' => 'comment_default_per_page_sponsor', |
48357 'value' => 'i:50;', | 49002 'value' => 's:2:"50";', |
48358 )) | 49003 )) |
48359 ->values(array( | 49004 ->values(array( |
48360 'name' => 'comment_default_per_page_story', | 49005 'name' => 'comment_default_per_page_story', |
48361 'value' => 'i:70;', | 49006 'value' => 'i:70;', |
48362 )) | 49007 )) |
48375 ->values(array( | 49020 ->values(array( |
48376 'name' => 'comment_default_per_page_test_story', | 49021 'name' => 'comment_default_per_page_test_story', |
48377 'value' => 'i:50;', | 49022 'value' => 'i:50;', |
48378 )) | 49023 )) |
48379 ->values(array( | 49024 ->values(array( |
49025 'name' => 'comment_employee', | |
49026 'value' => 's:1:"2";', | |
49027 )) | |
49028 ->values(array( | |
48380 'name' => 'comment_form_location_article', | 49029 'name' => 'comment_form_location_article', |
48381 'value' => 'i:0;', | 49030 'value' => 'i:0;', |
48382 )) | 49031 )) |
48383 ->values(array( | 49032 ->values(array( |
48384 'name' => 'comment_form_location_company', | 49033 'name' => 'comment_form_location_company', |
48385 'value' => 's:1:"0";', | 49034 'value' => 's:1:"0";', |
48386 )) | 49035 )) |
48387 ->values(array( | 49036 ->values(array( |
48388 'name' => 'comment_form_location_employee', | 49037 'name' => 'comment_form_location_employee', |
48389 'value' => 'i:0;', | 49038 'value' => 's:1:"0";', |
48390 )) | 49039 )) |
48391 ->values(array( | 49040 ->values(array( |
48392 'name' => 'comment_form_location_page', | 49041 'name' => 'comment_form_location_page', |
48393 'value' => 's:1:"0";', | 49042 'value' => 's:1:"0";', |
48394 )) | 49043 )) |
48395 ->values(array( | 49044 ->values(array( |
48396 'name' => 'comment_form_location_sponsor', | 49045 'name' => 'comment_form_location_sponsor', |
48397 'value' => 'i:0;', | 49046 'value' => 's:1:"0";', |
48398 )) | 49047 )) |
48399 ->values(array( | 49048 ->values(array( |
48400 'name' => 'comment_form_location_story', | 49049 'name' => 'comment_form_location_story', |
48401 'value' => 'i:0;', | 49050 'value' => 'i:0;', |
48402 )) | 49051 )) |
48428 'name' => 'comment_preview_company', | 49077 'name' => 'comment_preview_company', |
48429 'value' => 's:1:"1";', | 49078 'value' => 's:1:"1";', |
48430 )) | 49079 )) |
48431 ->values(array( | 49080 ->values(array( |
48432 'name' => 'comment_preview_employee', | 49081 'name' => 'comment_preview_employee', |
48433 'value' => 'i:1;', | 49082 'value' => 's:1:"1";', |
48434 )) | 49083 )) |
48435 ->values(array( | 49084 ->values(array( |
48436 'name' => 'comment_preview_page', | 49085 'name' => 'comment_preview_page', |
48437 'value' => 's:1:"1";', | 49086 'value' => 's:1:"1";', |
48438 )) | 49087 )) |
48439 ->values(array( | 49088 ->values(array( |
48440 'name' => 'comment_preview_sponsor', | 49089 'name' => 'comment_preview_sponsor', |
48441 'value' => 'i:1;', | 49090 'value' => 's:1:"1";', |
48442 )) | 49091 )) |
48443 ->values(array( | 49092 ->values(array( |
48444 'name' => 'comment_preview_story', | 49093 'name' => 'comment_preview_story', |
48445 'value' => 'i:0;', | 49094 'value' => 'i:0;', |
48446 )) | 49095 )) |
48459 ->values(array( | 49108 ->values(array( |
48460 'name' => 'comment_preview_test_story', | 49109 'name' => 'comment_preview_test_story', |
48461 'value' => 'i:1;', | 49110 'value' => 'i:1;', |
48462 )) | 49111 )) |
48463 ->values(array( | 49112 ->values(array( |
49113 'name' => 'comment_sponsor', | |
49114 'value' => 's:1:"2";', | |
49115 )) | |
49116 ->values(array( | |
48464 'name' => 'comment_story', | 49117 'name' => 'comment_story', |
48465 'value' => 's:1:"2";', | 49118 'value' => 's:1:"2";', |
48466 )) | 49119 )) |
48467 ->values(array( | 49120 ->values(array( |
48468 'name' => 'comment_subject_field_article', | 49121 'name' => 'comment_subject_field_article', |
48472 'name' => 'comment_subject_field_company', | 49125 'name' => 'comment_subject_field_company', |
48473 'value' => 's:1:"1";', | 49126 'value' => 's:1:"1";', |
48474 )) | 49127 )) |
48475 ->values(array( | 49128 ->values(array( |
48476 'name' => 'comment_subject_field_employee', | 49129 'name' => 'comment_subject_field_employee', |
48477 'value' => 'i:1;', | 49130 'value' => 's:1:"1";', |
48478 )) | 49131 )) |
48479 ->values(array( | 49132 ->values(array( |
48480 'name' => 'comment_subject_field_page', | 49133 'name' => 'comment_subject_field_page', |
48481 'value' => 'i:1;', | 49134 'value' => 'i:1;', |
48482 )) | 49135 )) |
48483 ->values(array( | 49136 ->values(array( |
48484 'name' => 'comment_subject_field_sponsor', | 49137 'name' => 'comment_subject_field_sponsor', |
48485 'value' => 'i:1;', | 49138 'value' => 's:1:"1";', |
48486 )) | 49139 )) |
48487 ->values(array( | 49140 ->values(array( |
48488 'name' => 'comment_subject_field_story', | 49141 'name' => 'comment_subject_field_story', |
48489 'value' => 'i:0;', | 49142 'value' => 'i:0;', |
48490 )) | 49143 )) |
48839 ->values(array( | 49492 ->values(array( |
48840 'name' => 'event_nodeapi_company', | 49493 'name' => 'event_nodeapi_company', |
48841 'value' => 's:5:"never";', | 49494 'value' => 's:5:"never";', |
48842 )) | 49495 )) |
48843 ->values(array( | 49496 ->values(array( |
49497 'name' => 'event_nodeapi_employee', | |
49498 'value' => 's:5:"never";', | |
49499 )) | |
49500 ->values(array( | |
48844 'name' => 'event_nodeapi_event', | 49501 'name' => 'event_nodeapi_event', |
48845 'value' => 's:3:"all";', | 49502 'value' => 's:3:"all";', |
48846 )) | 49503 )) |
48847 ->values(array( | 49504 ->values(array( |
49505 'name' => 'event_nodeapi_sponsor', | |
49506 'value' => 's:5:"never";', | |
49507 )) | |
49508 ->values(array( | |
48848 'name' => 'event_timezone_display', | 49509 'name' => 'event_timezone_display', |
48849 'value' => 's:5:"event";', | 49510 'value' => 's:5:"event";', |
48850 )) | 49511 )) |
48851 ->values(array( | 49512 ->values(array( |
48852 'name' => 'feed_default_items', | 49513 'name' => 'feed_default_items', |
48907 ->values(array( | 49568 ->values(array( |
48908 'name' => 'form_build_id_company', | 49569 'name' => 'form_build_id_company', |
48909 'value' => 's:48:"form-jFw2agRukPxjG5dG-N6joZLyoxXmCoxTzua0HUciqK0";', | 49570 'value' => 's:48:"form-jFw2agRukPxjG5dG-N6joZLyoxXmCoxTzua0HUciqK0";', |
48910 )) | 49571 )) |
48911 ->values(array( | 49572 ->values(array( |
49573 'name' => 'form_build_id_employee', | |
49574 'value' => 's:48:"form-q42bJnZxCCHxcx5FjxjEOd8OaEAg9wnK8nX1hBjtT4M";', | |
49575 )) | |
49576 ->values(array( | |
49577 'name' => 'form_build_id_sponsor', | |
49578 'value' => 's:48:"form-1iWzOEGgEeoeGb7ywYWz4iUNal77IHPDVwqYj-a7ezQ";', | |
49579 )) | |
49580 ->values(array( | |
48912 'name' => 'forum_block_num_0', | 49581 'name' => 'forum_block_num_0', |
48913 'value' => 's:1:"3";', | 49582 'value' => 's:1:"3";', |
48914 )) | 49583 )) |
48915 ->values(array( | 49584 ->values(array( |
48916 'name' => 'forum_block_num_1', | 49585 'name' => 'forum_block_num_1', |
48935 ->values(array( | 49604 ->values(array( |
48936 'name' => 'i18nstrings_allowed_formats', | 49605 'name' => 'i18nstrings_allowed_formats', |
48937 'value' => 'a:2:{i:0;i:1;i:1;i:2;}', | 49606 'value' => 'a:2:{i:0;i:1;i:1;i:2;}', |
48938 )) | 49607 )) |
48939 ->values(array( | 49608 ->values(array( |
49609 'name' => 'i18nsync_nodeapi_employee', | |
49610 'value' => 'a:1:{i:0;s:10:"field_sync";}', | |
49611 )) | |
49612 ->values(array( | |
48940 'name' => 'i18ntaxonomy_vocabulary', | 49613 'name' => 'i18ntaxonomy_vocabulary', |
48941 'value' => 'a:4:{i:1;s:1:"3";i:2;s:1:"2";i:3;s:1:"3";i:5;s:1:"1";}', | 49614 'value' => 'a:4:{i:1;s:1:"3";i:2;s:1:"2";i:3;s:1:"3";i:5;s:1:"1";}', |
48942 )) | 49615 )) |
48943 ->values(array( | 49616 ->values(array( |
48944 'name' => 'i18n_lock_node_article', | 49617 'name' => 'i18n_lock_node_article', |
48945 'value' => 'i:1;', | 49618 'value' => 'i:1;', |
48946 )) | 49619 )) |
48947 ->values(array( | 49620 ->values(array( |
49621 'name' => 'i18n_lock_node_employee', | |
49622 'value' => 'i:0;', | |
49623 )) | |
49624 ->values(array( | |
49625 'name' => 'i18n_newnode_current_employee', | |
49626 'value' => 'i:0;', | |
49627 )) | |
49628 ->values(array( | |
49629 'name' => 'i18n_node_employee', | |
49630 'value' => 's:1:"1";', | |
49631 )) | |
49632 ->values(array( | |
49633 'name' => 'i18n_required_node_employee', | |
49634 'value' => 'i:0;', | |
49635 )) | |
49636 ->values(array( | |
49637 'name' => 'i18n_lock_node_sponsor', | |
49638 'value' => 'i:0;', | |
49639 )) | |
49640 ->values(array( | |
49641 'name' => 'i18n_newnode_current_sponsor', | |
49642 'value' => 'i:0;', | |
49643 )) | |
49644 ->values(array( | |
49645 'name' => 'i18n_node_sponsor', | |
49646 'value' => 'i:1;', | |
49647 )) | |
49648 ->values(array( | |
49649 'name' => 'i18n_required_node_sponsor', | |
49650 'value' => 'i:0;', | |
49651 )) | |
49652 ->values(array( | |
48948 'name' => 'image_jpeg_quality', | 49653 'name' => 'image_jpeg_quality', |
48949 'value' => 'i:75;', | 49654 'value' => 'i:75;', |
48950 )) | 49655 )) |
48951 ->values(array( | 49656 ->values(array( |
48952 'name' => 'image_toolkit', | 49657 'name' => 'image_toolkit', |
48963 ->values(array( | 49668 ->values(array( |
48964 'name' => 'language_content_type_employee', | 49669 'name' => 'language_content_type_employee', |
48965 'value' => 's:1:"2";', | 49670 'value' => 's:1:"2";', |
48966 )) | 49671 )) |
48967 ->values(array( | 49672 ->values(array( |
49673 'name' => 'language_content_type_sponsor', | |
49674 'value' => 's:1:"1";', | |
49675 )) | |
49676 ->values(array( | |
48968 'name' => 'language_count', | 49677 'name' => 'language_count', |
48969 'value' => 'i:11;', | 49678 'value' => 'i:11;', |
48970 )) | 49679 )) |
48971 ->values(array( | 49680 ->values(array( |
48972 'name' => 'language_default', | 49681 'name' => 'language_default', |
49019 ->values(array( | 49728 ->values(array( |
49020 'name' => 'node_options_company', | 49729 'name' => 'node_options_company', |
49021 'value' => 'a:2:{i:0;s:6:"status";i:1;s:7:"promote";}', | 49730 'value' => 'a:2:{i:0;s:6:"status";i:1;s:7:"promote";}', |
49022 )) | 49731 )) |
49023 ->values(array( | 49732 ->values(array( |
49733 'name' => 'node_options_employee', | |
49734 'value' => 'a:2:{i:0;s:6:"status";i:1;s:7:"promote";}', | |
49735 )) | |
49736 ->values(array( | |
49024 'name' => 'node_options_forum', | 49737 'name' => 'node_options_forum', |
49025 'value' => 'a:1:{i:0;s:6:"status";}', | 49738 'value' => 'a:1:{i:0;s:6:"status";}', |
49739 )) | |
49740 ->values(array( | |
49741 'name' => 'node_options_sponsor', | |
49742 'value' => 'a:2:{i:0;s:6:"status";i:1;s:7:"promote";}', | |
49026 )) | 49743 )) |
49027 ->values(array( | 49744 ->values(array( |
49028 'name' => 'node_options_test_event', | 49745 'name' => 'node_options_test_event', |
49029 'value' => 'a:2:{i:0;s:6:"sticky";i:1;s:8:"revision";}', | 49746 'value' => 'a:2:{i:0;s:6:"sticky";i:1;s:8:"revision";}', |
49030 )) | 49747 )) |