From b05310760f4088100b6cf9b8d40204ec66d40070 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 5 Sep 2010 17:00:04 +0000 Subject: #706842 by bangpound, bjaspan, Damien Tournoud, chx, aaronbauman: Fixed 'taxo as field' update broken + wipes some node/term associations . --- modules/simpletest/simpletest.info | 1 + .../tests/upgrade/drupal-6.filled.database.php | 12458 ++++++++----------- .../simpletest/tests/upgrade/upgrade.taxonomy.test | 145 + modules/taxonomy/taxonomy.install | 281 +- scripts/generate-d6-content.sh | 32 +- 5 files changed, 5457 insertions(+), 7460 deletions(-) create mode 100644 modules/simpletest/tests/upgrade/upgrade.taxonomy.test diff --git a/modules/simpletest/simpletest.info b/modules/simpletest/simpletest.info index 43b341d3b..0143e92f9 100644 --- a/modules/simpletest/simpletest.info +++ b/modules/simpletest/simpletest.info @@ -40,3 +40,4 @@ files[] = tests/update.test files[] = tests/xmlrpc.test files[] = tests/upgrade/upgrade.test files[] = tests/upgrade/upgrade.poll.test +files[] = tests/upgrade/upgrade.taxonomy.test diff --git a/modules/simpletest/tests/upgrade/drupal-6.filled.database.php b/modules/simpletest/tests/upgrade/drupal-6.filled.database.php index 329ac7843..16112b010 100644 --- a/modules/simpletest/tests/upgrade/drupal-6.filled.database.php +++ b/modules/simpletest/tests/upgrade/drupal-6.filled.database.php @@ -115,20 +115,6 @@ db_insert('actions')->fields(array( 'parameters' => '', 'description' => 'Unpublish comment', )) -->values(array( - 'aid' => 'node_publish_action', - 'type' => 'node', - 'callback' => 'node_publish_action', - 'parameters' => '', - 'description' => 'Publish post', -)) -->values(array( - 'aid' => 'node_unpublish_action', - 'type' => 'node', - 'callback' => 'node_unpublish_action', - 'parameters' => '', - 'description' => 'Unpublish post', -)) ->values(array( 'aid' => 'node_make_sticky_action', 'type' => 'node', @@ -151,11 +137,11 @@ db_insert('actions')->fields(array( 'description' => 'Promote post to front page', )) ->values(array( - 'aid' => 'node_unpromote_action', + 'aid' => 'node_publish_action', 'type' => 'node', - 'callback' => 'node_unpromote_action', + 'callback' => 'node_publish_action', 'parameters' => '', - 'description' => 'Remove post from front page', + 'description' => 'Publish post', )) ->values(array( 'aid' => 'node_save_action', @@ -165,11 +151,18 @@ db_insert('actions')->fields(array( 'description' => 'Save post', )) ->values(array( - 'aid' => 'user_block_user_action', - 'type' => 'user', - 'callback' => 'user_block_user_action', + 'aid' => 'node_unpromote_action', + 'type' => 'node', + 'callback' => 'node_unpromote_action', 'parameters' => '', - 'description' => 'Block current user', + 'description' => 'Remove post from front page', +)) +->values(array( + 'aid' => 'node_unpublish_action', + 'type' => 'node', + 'callback' => 'node_unpublish_action', + 'parameters' => '', + 'description' => 'Unpublish post', )) ->values(array( 'aid' => 'user_block_ip_action', @@ -178,6 +171,13 @@ db_insert('actions')->fields(array( 'parameters' => '', 'description' => 'Ban IP address of current user', )) +->values(array( + 'aid' => 'user_block_user_action', + 'type' => 'user', + 'callback' => 'user_block_user_action', + 'parameters' => '', + 'description' => 'Block current user', +)) ->execute(); db_create_table('actions_aid', array( @@ -1858,33 +1858,6 @@ db_insert('menu_links')->fields(array( 'menu_name' => 'navigation', 'mlid' => '15', 'plid' => '2', - 'link_path' => 'admin/help', - 'router_path' => 'admin/help', - 'link_title' => 'Help', - 'options' => 'a:0:{}', - 'module' => 'system', - 'hidden' => '0', - 'external' => '0', - 'has_children' => '0', - 'expanded' => '0', - 'weight' => '9', - 'depth' => '2', - 'customized' => '0', - 'p1' => '2', - 'p2' => '15', - 'p3' => '0', - 'p4' => '0', - 'p5' => '0', - 'p6' => '0', - 'p7' => '0', - 'p8' => '0', - 'p9' => '0', - 'updated' => '0', -)) -->values(array( - 'menu_name' => 'navigation', - 'mlid' => '16', - 'plid' => '2', 'link_path' => 'admin/reports', 'router_path' => 'admin/reports', 'link_title' => 'Reports', @@ -1898,7 +1871,7 @@ db_insert('menu_links')->fields(array( 'depth' => '2', 'customized' => '0', 'p1' => '2', - 'p2' => '16', + 'p2' => '15', 'p3' => '0', 'p4' => '0', 'p5' => '0', @@ -1910,7 +1883,7 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '17', + 'mlid' => '16', 'plid' => '2', 'link_path' => 'admin/build', 'router_path' => 'admin/build', @@ -1925,7 +1898,7 @@ db_insert('menu_links')->fields(array( 'depth' => '2', 'customized' => '0', 'p1' => '2', - 'p2' => '17', + 'p2' => '16', 'p3' => '0', 'p4' => '0', 'p5' => '0', @@ -1937,7 +1910,7 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '18', + 'mlid' => '17', 'plid' => '2', 'link_path' => 'admin/settings', 'router_path' => 'admin/settings', @@ -1952,7 +1925,7 @@ db_insert('menu_links')->fields(array( 'depth' => '2', 'customized' => '0', 'p1' => '2', - 'p2' => '18', + 'p2' => '17', 'p3' => '0', 'p4' => '0', 'p5' => '0', @@ -1964,7 +1937,7 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '19', + 'mlid' => '18', 'plid' => '0', 'link_path' => 'user/autocomplete', 'router_path' => 'user/autocomplete', @@ -1978,7 +1951,7 @@ db_insert('menu_links')->fields(array( 'weight' => '0', 'depth' => '1', 'customized' => '0', - 'p1' => '19', + 'p1' => '18', 'p2' => '0', 'p3' => '0', 'p4' => '0', @@ -1991,7 +1964,7 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '20', + 'mlid' => '19', 'plid' => '2', 'link_path' => 'admin/user', 'router_path' => 'admin/user', @@ -2006,7 +1979,7 @@ db_insert('menu_links')->fields(array( 'depth' => '2', 'customized' => '0', 'p1' => '2', - 'p2' => '20', + 'p2' => '19', 'p3' => '0', 'p4' => '0', 'p5' => '0', @@ -2018,7 +1991,7 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '21', + 'mlid' => '20', 'plid' => '0', 'link_path' => 'user/%', 'router_path' => 'user/%', @@ -2032,7 +2005,7 @@ db_insert('menu_links')->fields(array( 'weight' => '0', 'depth' => '1', 'customized' => '0', - 'p1' => '21', + 'p1' => '20', 'p2' => '0', 'p3' => '0', 'p4' => '0', @@ -2045,8 +2018,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '22', - 'plid' => '20', + 'mlid' => '21', + 'plid' => '19', 'link_path' => 'admin/user/rules', 'router_path' => 'admin/user/rules', 'link_title' => 'Access rules', @@ -2060,8 +2033,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '20', - 'p3' => '22', + 'p2' => '19', + 'p3' => '21', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2072,8 +2045,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '23', - 'plid' => '18', + 'mlid' => '22', + 'plid' => '17', 'link_path' => 'admin/settings/actions', 'router_path' => 'admin/settings/actions', 'link_title' => 'Actions', @@ -2087,8 +2060,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '18', - 'p3' => '23', + 'p2' => '17', + 'p3' => '22', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2099,8 +2072,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '24', - 'plid' => '18', + 'mlid' => '23', + 'plid' => '17', 'link_path' => 'admin/settings/admin', 'router_path' => 'admin/settings/admin', 'link_title' => 'Administration theme', @@ -2114,8 +2087,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '18', - 'p3' => '24', + 'p2' => '17', + 'p3' => '23', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2126,8 +2099,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '25', - 'plid' => '17', + 'mlid' => '24', + 'plid' => '16', 'link_path' => 'admin/build/block', 'router_path' => 'admin/build/block', 'link_title' => 'Blocks', @@ -2141,8 +2114,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '17', - 'p3' => '25', + 'p2' => '16', + 'p3' => '24', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2153,8 +2126,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '26', - 'plid' => '18', + 'mlid' => '25', + 'plid' => '17', 'link_path' => 'admin/settings/clean-urls', 'router_path' => 'admin/settings/clean-urls', 'link_title' => 'Clean URLs', @@ -2168,8 +2141,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '18', - 'p3' => '26', + 'p2' => '17', + 'p3' => '25', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2180,7 +2153,7 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '27', + 'mlid' => '26', 'plid' => '10', 'link_path' => 'admin/content/comment', 'router_path' => 'admin/content/comment', @@ -2196,7 +2169,7 @@ db_insert('menu_links')->fields(array( 'customized' => '0', 'p1' => '2', 'p2' => '10', - 'p3' => '27', + 'p3' => '26', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2207,7 +2180,7 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '28', + 'mlid' => '27', 'plid' => '10', 'link_path' => 'admin/content/node', 'router_path' => 'admin/content/node', @@ -2223,7 +2196,7 @@ db_insert('menu_links')->fields(array( 'customized' => '0', 'p1' => '2', 'p2' => '10', - 'p3' => '28', + 'p3' => '27', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2234,7 +2207,7 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '29', + 'mlid' => '28', 'plid' => '10', 'link_path' => 'admin/content/types', 'router_path' => 'admin/content/types', @@ -2250,7 +2223,7 @@ db_insert('menu_links')->fields(array( 'customized' => '0', 'p1' => '2', 'p2' => '10', - 'p3' => '29', + 'p3' => '28', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2261,8 +2234,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '30', - 'plid' => '18', + 'mlid' => '29', + 'plid' => '17', 'link_path' => 'admin/settings/date-time', 'router_path' => 'admin/settings/date-time', 'link_title' => 'Date and time', @@ -2276,8 +2249,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '18', - 'p3' => '30', + 'p2' => '17', + 'p3' => '29', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2288,7 +2261,7 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '31', + 'mlid' => '30', 'plid' => '0', 'link_path' => 'node/%/delete', 'router_path' => 'node/%/delete', @@ -2302,7 +2275,7 @@ db_insert('menu_links')->fields(array( 'weight' => '1', 'depth' => '1', 'customized' => '0', - 'p1' => '31', + 'p1' => '30', 'p2' => '0', 'p3' => '0', 'p4' => '0', @@ -2315,8 +2288,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '32', - 'plid' => '21', + 'mlid' => '31', + 'plid' => '20', 'link_path' => 'user/%/delete', 'router_path' => 'user/%/delete', 'link_title' => 'Delete', @@ -2329,8 +2302,8 @@ db_insert('menu_links')->fields(array( 'weight' => '0', 'depth' => '2', 'customized' => '0', - 'p1' => '21', - 'p2' => '32', + 'p1' => '20', + 'p2' => '31', 'p3' => '0', 'p4' => '0', 'p5' => '0', @@ -2342,8 +2315,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '33', - 'plid' => '18', + 'mlid' => '32', + 'plid' => '17', 'link_path' => 'admin/settings/error-reporting', 'router_path' => 'admin/settings/error-reporting', 'link_title' => 'Error reporting', @@ -2357,8 +2330,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '18', - 'p3' => '33', + 'p2' => '17', + 'p3' => '32', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2369,8 +2342,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '34', - 'plid' => '18', + 'mlid' => '33', + 'plid' => '17', 'link_path' => 'admin/settings/file-system', 'router_path' => 'admin/settings/file-system', 'link_title' => 'File system', @@ -2384,8 +2357,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '18', - 'p3' => '34', + 'p2' => '17', + 'p3' => '33', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2396,8 +2369,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '35', - 'plid' => '18', + 'mlid' => '34', + 'plid' => '17', 'link_path' => 'admin/settings/image-toolkit', 'router_path' => 'admin/settings/image-toolkit', 'link_title' => 'Image toolkit', @@ -2411,8 +2384,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '18', - 'p3' => '35', + 'p2' => '17', + 'p3' => '34', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2423,8 +2396,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '36', - 'plid' => '18', + 'mlid' => '35', + 'plid' => '17', 'link_path' => 'admin/settings/filters', 'router_path' => 'admin/settings/filters', 'link_title' => 'Input formats', @@ -2438,8 +2411,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '18', - 'p3' => '36', + 'p2' => '17', + 'p3' => '35', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2450,8 +2423,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '37', - 'plid' => '18', + 'mlid' => '36', + 'plid' => '17', 'link_path' => 'admin/settings/logging', 'router_path' => 'admin/settings/logging', 'link_title' => 'Logging and alerts', @@ -2465,8 +2438,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '18', - 'p3' => '37', + 'p2' => '17', + 'p3' => '36', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2477,8 +2450,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '38', - 'plid' => '17', + 'mlid' => '37', + 'plid' => '16', 'link_path' => 'admin/build/menu', 'router_path' => 'admin/build/menu', 'link_title' => 'Menus', @@ -2492,8 +2465,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '17', - 'p3' => '38', + 'p2' => '16', + 'p3' => '37', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2504,8 +2477,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '39', - 'plid' => '17', + 'mlid' => '38', + 'plid' => '16', 'link_path' => 'admin/build/modules', 'router_path' => 'admin/build/modules', 'link_title' => 'Modules', @@ -2519,8 +2492,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '17', - 'p3' => '39', + 'p2' => '16', + 'p3' => '38', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2531,8 +2504,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '40', - 'plid' => '18', + 'mlid' => '39', + 'plid' => '17', 'link_path' => 'admin/settings/performance', 'router_path' => 'admin/settings/performance', 'link_title' => 'Performance', @@ -2546,8 +2519,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '18', - 'p3' => '40', + 'p2' => '17', + 'p3' => '39', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2558,8 +2531,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '41', - 'plid' => '20', + 'mlid' => '40', + 'plid' => '19', 'link_path' => 'admin/user/permissions', 'router_path' => 'admin/user/permissions', 'link_title' => 'Permissions', @@ -2573,8 +2546,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '20', - 'p3' => '41', + 'p2' => '19', + 'p3' => '40', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2585,7 +2558,7 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '42', + 'mlid' => '41', 'plid' => '10', 'link_path' => 'admin/content/node-settings', 'router_path' => 'admin/content/node-settings', @@ -2601,7 +2574,7 @@ db_insert('menu_links')->fields(array( 'customized' => '0', 'p1' => '2', 'p2' => '10', - 'p3' => '42', + 'p3' => '41', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2612,7 +2585,7 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '43', + 'mlid' => '42', 'plid' => '10', 'link_path' => 'admin/content/rss-publishing', 'router_path' => 'admin/content/rss-publishing', @@ -2628,7 +2601,7 @@ db_insert('menu_links')->fields(array( 'customized' => '0', 'p1' => '2', 'p2' => '10', - 'p3' => '43', + 'p3' => '42', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2639,7 +2612,7 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '44', + 'mlid' => '43', 'plid' => '0', 'link_path' => 'comment/reply/%', 'router_path' => 'comment/reply/%', @@ -2653,7 +2626,7 @@ db_insert('menu_links')->fields(array( 'weight' => '0', 'depth' => '1', 'customized' => '0', - 'p1' => '44', + 'p1' => '43', 'p2' => '0', 'p3' => '0', 'p4' => '0', @@ -2666,8 +2639,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '45', - 'plid' => '20', + 'mlid' => '44', + 'plid' => '19', 'link_path' => 'admin/user/roles', 'router_path' => 'admin/user/roles', 'link_title' => 'Roles', @@ -2681,8 +2654,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '20', - 'p3' => '45', + 'p2' => '19', + 'p3' => '44', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2693,8 +2666,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '46', - 'plid' => '18', + 'mlid' => '45', + 'plid' => '17', 'link_path' => 'admin/settings/site-information', 'router_path' => 'admin/settings/site-information', 'link_title' => 'Site information', @@ -2708,8 +2681,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '18', - 'p3' => '46', + 'p2' => '17', + 'p3' => '45', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2720,8 +2693,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '47', - 'plid' => '18', + 'mlid' => '46', + 'plid' => '17', 'link_path' => 'admin/settings/site-maintenance', 'router_path' => 'admin/settings/site-maintenance', 'link_title' => 'Site maintenance', @@ -2735,8 +2708,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '18', - 'p3' => '47', + 'p2' => '17', + 'p3' => '46', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2747,8 +2720,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '48', - 'plid' => '16', + 'mlid' => '47', + 'plid' => '15', 'link_path' => 'admin/reports/status', 'router_path' => 'admin/reports/status', 'link_title' => 'Status report', @@ -2762,8 +2735,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '16', - 'p3' => '48', + 'p2' => '15', + 'p3' => '47', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2774,8 +2747,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '49', - 'plid' => '17', + 'mlid' => '48', + 'plid' => '16', 'link_path' => 'admin/build/themes', 'router_path' => 'admin/build/themes', 'link_title' => 'Themes', @@ -2789,8 +2762,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '17', - 'p3' => '49', + 'p2' => '16', + 'p3' => '48', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2801,8 +2774,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '50', - 'plid' => '20', + 'mlid' => '49', + 'plid' => '19', 'link_path' => 'admin/user/settings', 'router_path' => 'admin/user/settings', 'link_title' => 'User settings', @@ -2816,8 +2789,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '20', - 'p3' => '50', + 'p2' => '19', + 'p3' => '49', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2828,8 +2801,8 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '51', - 'plid' => '20', + 'mlid' => '50', + 'plid' => '19', 'link_path' => 'admin/user/user', 'router_path' => 'admin/user/user', 'link_title' => 'Users', @@ -2843,8 +2816,8 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '20', - 'p3' => '51', + 'p2' => '19', + 'p3' => '50', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -2855,11 +2828,11 @@ db_insert('menu_links')->fields(array( )) ->values(array( 'menu_name' => 'navigation', - 'mlid' => '52', - 'plid' => '15', - 'link_path' => 'admin/help/block', - 'router_path' => 'admin/help/block', - 'link_title' => 'block', + 'mlid' => '51', + 'plid' => '35', + 'link_path' => 'admin/settings/filters/%', + 'router_path' => 'admin/settings/filters/%', + 'link_title' => '', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -2867,12 +2840,39 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '3', + 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '15', - 'p3' => '52', - 'p4' => '0', + 'p2' => '17', + 'p3' => '35', + 'p4' => '51', + 'p5' => '0', + 'p6' => '0', + 'p7' => '0', + 'p8' => '0', + 'p9' => '0', + 'updated' => '0', +)) +->values(array( + 'menu_name' => 'navigation', + 'mlid' => '52', + 'plid' => '25', + 'link_path' => 'admin/settings/clean-urls/check', + 'router_path' => 'admin/settings/clean-urls/check', + 'link_title' => 'Clean URL check', + 'options' => 'a:0:{}', + 'module' => 'system', + 'hidden' => '-1', + 'external' => '0', + 'has_children' => '0', + 'expanded' => '0', + 'weight' => '0', + 'depth' => '4', + 'customized' => '0', + 'p1' => '2', + 'p2' => '17', + 'p3' => '25', + 'p4' => '52', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -2883,10 +2883,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '53', - 'plid' => '15', - 'link_path' => 'admin/help/color', - 'router_path' => 'admin/help/color', - 'link_title' => 'color', + 'plid' => '22', + 'link_path' => 'admin/settings/actions/configure', + 'router_path' => 'admin/settings/actions/configure', + 'link_title' => 'Configure an advanced action', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -2894,12 +2894,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '3', + 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '15', - 'p3' => '53', - 'p4' => '0', + 'p2' => '17', + 'p3' => '22', + 'p4' => '53', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -2910,10 +2910,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '54', - 'plid' => '15', - 'link_path' => 'admin/help/comment', - 'router_path' => 'admin/help/comment', - 'link_title' => 'comment', + 'plid' => '24', + 'link_path' => 'admin/build/block/configure', + 'router_path' => 'admin/build/block/configure', + 'link_title' => 'Configure block', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -2921,12 +2921,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '3', + 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '15', - 'p3' => '54', - 'p4' => '0', + 'p2' => '16', + 'p3' => '24', + 'p4' => '54', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -2937,10 +2937,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '55', - 'plid' => '15', - 'link_path' => 'admin/help/filter', - 'router_path' => 'admin/help/filter', - 'link_title' => 'filter', + 'plid' => '16', + 'link_path' => 'admin/build/menu-customize/%', + 'router_path' => 'admin/build/menu-customize/%', + 'link_title' => 'Customize menu', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -2951,7 +2951,7 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '15', + 'p2' => '16', 'p3' => '55', 'p4' => '0', 'p5' => '0', @@ -2964,10 +2964,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '56', - 'plid' => '15', - 'link_path' => 'admin/help/help', - 'router_path' => 'admin/help/help', - 'link_title' => 'help', + 'plid' => '29', + 'link_path' => 'admin/settings/date-time/lookup', + 'router_path' => 'admin/settings/date-time/lookup', + 'link_title' => 'Date and time lookup', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -2975,12 +2975,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '3', + 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '15', - 'p3' => '56', - 'p4' => '0', + 'p2' => '17', + 'p3' => '29', + 'p4' => '56', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -2991,10 +2991,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '57', - 'plid' => '15', - 'link_path' => 'admin/help/menu', - 'router_path' => 'admin/help/menu', - 'link_title' => 'menu', + 'plid' => '24', + 'link_path' => 'admin/build/block/delete', + 'router_path' => 'admin/build/block/delete', + 'link_title' => 'Delete block', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3002,12 +3002,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '3', + 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '15', - 'p3' => '57', - 'p4' => '0', + 'p2' => '16', + 'p3' => '24', + 'p4' => '57', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3018,10 +3018,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '58', - 'plid' => '15', - 'link_path' => 'admin/help/node', - 'router_path' => 'admin/help/node', - 'link_title' => 'node', + 'plid' => '35', + 'link_path' => 'admin/settings/filters/delete', + 'router_path' => 'admin/settings/filters/delete', + 'link_title' => 'Delete input format', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3029,12 +3029,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '3', + 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '15', - 'p3' => '58', - 'p4' => '0', + 'p2' => '17', + 'p3' => '35', + 'p4' => '58', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3045,10 +3045,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '59', - 'plid' => '15', - 'link_path' => 'admin/help/system', - 'router_path' => 'admin/help/system', - 'link_title' => 'system', + 'plid' => '21', + 'link_path' => 'admin/user/rules/delete', + 'router_path' => 'admin/user/rules/delete', + 'link_title' => 'Delete rule', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3056,12 +3056,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '3', + 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '15', - 'p3' => '59', - 'p4' => '0', + 'p2' => '19', + 'p3' => '21', + 'p4' => '59', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3072,10 +3072,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '60', - 'plid' => '15', - 'link_path' => 'admin/help/user', - 'router_path' => 'admin/help/user', - 'link_title' => 'user', + 'plid' => '44', + 'link_path' => 'admin/user/roles/edit', + 'router_path' => 'admin/user/roles/edit', + 'link_title' => 'Edit role', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3083,12 +3083,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '3', + 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '15', - 'p3' => '60', - 'p4' => '0', + 'p2' => '19', + 'p3' => '44', + 'p4' => '60', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3099,10 +3099,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '61', - 'plid' => '36', - 'link_path' => 'admin/settings/filters/%', - 'router_path' => 'admin/settings/filters/%', - 'link_title' => '', + 'plid' => '21', + 'link_path' => 'admin/user/rules/edit', + 'router_path' => 'admin/user/rules/edit', + 'link_title' => 'Edit rule', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3113,8 +3113,8 @@ db_insert('menu_links')->fields(array( 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '18', - 'p3' => '36', + 'p2' => '19', + 'p3' => '21', 'p4' => '61', 'p5' => '0', 'p6' => '0', @@ -3126,10 +3126,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '62', - 'plid' => '26', - 'link_path' => 'admin/settings/clean-urls/check', - 'router_path' => 'admin/settings/clean-urls/check', - 'link_title' => 'Clean URL check', + 'plid' => '47', + 'link_path' => 'admin/reports/status/php', + 'router_path' => 'admin/reports/status/php', + 'link_title' => 'PHP', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3140,8 +3140,8 @@ db_insert('menu_links')->fields(array( 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '18', - 'p3' => '26', + 'p2' => '15', + 'p3' => '47', 'p4' => '62', 'p5' => '0', 'p6' => '0', @@ -3153,10 +3153,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '63', - 'plid' => '23', - 'link_path' => 'admin/settings/actions/configure', - 'router_path' => 'admin/settings/actions/configure', - 'link_title' => 'Configure an advanced action', + 'plid' => '41', + 'link_path' => 'admin/content/node-settings/rebuild', + 'router_path' => 'admin/content/node-settings/rebuild', + 'link_title' => 'Rebuild permissions', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3167,8 +3167,8 @@ db_insert('menu_links')->fields(array( 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '18', - 'p3' => '23', + 'p2' => '10', + 'p3' => '41', 'p4' => '63', 'p5' => '0', 'p6' => '0', @@ -3180,10 +3180,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '64', - 'plid' => '25', - 'link_path' => 'admin/build/block/configure', - 'router_path' => 'admin/build/block/configure', - 'link_title' => 'Configure block', + 'plid' => '22', + 'link_path' => 'admin/settings/actions/orphan', + 'router_path' => 'admin/settings/actions/orphan', + 'link_title' => 'Remove orphans', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3195,7 +3195,7 @@ db_insert('menu_links')->fields(array( 'customized' => '0', 'p1' => '2', 'p2' => '17', - 'p3' => '25', + 'p3' => '22', 'p4' => '64', 'p5' => '0', 'p6' => '0', @@ -3207,10 +3207,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '65', - 'plid' => '17', - 'link_path' => 'admin/build/menu-customize/%', - 'router_path' => 'admin/build/menu-customize/%', - 'link_title' => 'Customize menu', + 'plid' => '47', + 'link_path' => 'admin/reports/status/run-cron', + 'router_path' => 'admin/reports/status/run-cron', + 'link_title' => 'Run cron', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3218,12 +3218,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '3', + 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '17', - 'p3' => '65', - 'p4' => '0', + 'p2' => '15', + 'p3' => '47', + 'p4' => '65', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3234,10 +3234,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '66', - 'plid' => '30', - 'link_path' => 'admin/settings/date-time/lookup', - 'router_path' => 'admin/settings/date-time/lookup', - 'link_title' => 'Date and time lookup', + 'plid' => '47', + 'link_path' => 'admin/reports/status/sql', + 'router_path' => 'admin/reports/status/sql', + 'link_title' => 'SQL', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3248,8 +3248,8 @@ db_insert('menu_links')->fields(array( 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '18', - 'p3' => '30', + 'p2' => '15', + 'p3' => '47', 'p4' => '66', 'p5' => '0', 'p6' => '0', @@ -3261,11 +3261,11 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '67', - 'plid' => '25', - 'link_path' => 'admin/build/block/delete', - 'router_path' => 'admin/build/block/delete', - 'link_title' => 'Delete block', - 'options' => 'a:0:{}', + 'plid' => '22', + 'link_path' => 'admin/settings/actions/delete/%', + 'router_path' => 'admin/settings/actions/delete/%', + 'link_title' => 'Delete action', + 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:17:"Delete an action.";}}', 'module' => 'system', 'hidden' => '-1', 'external' => '0', @@ -3276,7 +3276,7 @@ db_insert('menu_links')->fields(array( 'customized' => '0', 'p1' => '2', 'p2' => '17', - 'p3' => '25', + 'p3' => '22', 'p4' => '67', 'p5' => '0', 'p6' => '0', @@ -3288,10 +3288,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '68', - 'plid' => '36', - 'link_path' => 'admin/settings/filters/delete', - 'router_path' => 'admin/settings/filters/delete', - 'link_title' => 'Delete input format', + 'plid' => '0', + 'link_path' => 'admin/build/menu-customize/%/delete', + 'router_path' => 'admin/build/menu-customize/%/delete', + 'link_title' => 'Delete menu', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3299,12 +3299,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '1', 'customized' => '0', - 'p1' => '2', - 'p2' => '18', - 'p3' => '36', - 'p4' => '68', + 'p1' => '68', + 'p2' => '0', + 'p3' => '0', + 'p4' => '0', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3315,10 +3315,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '69', - 'plid' => '22', - 'link_path' => 'admin/user/rules/delete', - 'router_path' => 'admin/user/rules/delete', - 'link_title' => 'Delete rule', + 'plid' => '24', + 'link_path' => 'admin/build/block/list/js', + 'router_path' => 'admin/build/block/list/js', + 'link_title' => 'JavaScript List Form', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3329,8 +3329,8 @@ db_insert('menu_links')->fields(array( 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '20', - 'p3' => '22', + 'p2' => '16', + 'p3' => '24', 'p4' => '69', 'p5' => '0', 'p6' => '0', @@ -3342,10 +3342,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '70', - 'plid' => '45', - 'link_path' => 'admin/user/roles/edit', - 'router_path' => 'admin/user/roles/edit', - 'link_title' => 'Edit role', + 'plid' => '38', + 'link_path' => 'admin/build/modules/list/confirm', + 'router_path' => 'admin/build/modules/list/confirm', + 'link_title' => 'List', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3356,8 +3356,8 @@ db_insert('menu_links')->fields(array( 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '20', - 'p3' => '45', + 'p2' => '16', + 'p3' => '38', 'p4' => '70', 'p5' => '0', 'p6' => '0', @@ -3369,10 +3369,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '71', - 'plid' => '22', - 'link_path' => 'admin/user/rules/edit', - 'router_path' => 'admin/user/rules/edit', - 'link_title' => 'Edit rule', + 'plid' => '0', + 'link_path' => 'user/reset/%/%/%', + 'router_path' => 'user/reset/%/%/%', + 'link_title' => 'Reset password', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3380,12 +3380,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '1', 'customized' => '0', - 'p1' => '2', - 'p2' => '20', - 'p3' => '22', - 'p4' => '71', + 'p1' => '71', + 'p2' => '0', + 'p3' => '0', + 'p4' => '0', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3396,10 +3396,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '72', - 'plid' => '48', - 'link_path' => 'admin/reports/status/php', - 'router_path' => 'admin/reports/status/php', - 'link_title' => 'PHP', + 'plid' => '38', + 'link_path' => 'admin/build/modules/uninstall/confirm', + 'router_path' => 'admin/build/modules/uninstall/confirm', + 'link_title' => 'Uninstall', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3411,7 +3411,7 @@ db_insert('menu_links')->fields(array( 'customized' => '0', 'p1' => '2', 'p2' => '16', - 'p3' => '48', + 'p3' => '38', 'p4' => '72', 'p5' => '0', 'p6' => '0', @@ -3423,10 +3423,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '73', - 'plid' => '42', - 'link_path' => 'admin/content/node-settings/rebuild', - 'router_path' => 'admin/content/node-settings/rebuild', - 'link_title' => 'Rebuild permissions', + 'plid' => '0', + 'link_path' => 'node/%/revisions/%/delete', + 'router_path' => 'node/%/revisions/%/delete', + 'link_title' => 'Delete earlier revision', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3434,12 +3434,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '1', 'customized' => '0', - 'p1' => '2', - 'p2' => '10', - 'p3' => '42', - 'p4' => '73', + 'p1' => '73', + 'p2' => '0', + 'p3' => '0', + 'p4' => '0', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3450,10 +3450,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '74', - 'plid' => '23', - 'link_path' => 'admin/settings/actions/orphan', - 'router_path' => 'admin/settings/actions/orphan', - 'link_title' => 'Remove orphans', + 'plid' => '0', + 'link_path' => 'node/%/revisions/%/revert', + 'router_path' => 'node/%/revisions/%/revert', + 'link_title' => 'Revert to earlier revision', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3461,12 +3461,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '1', 'customized' => '0', - 'p1' => '2', - 'p2' => '18', - 'p3' => '23', - 'p4' => '74', + 'p1' => '74', + 'p2' => '0', + 'p3' => '0', + 'p4' => '0', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3477,10 +3477,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '75', - 'plid' => '48', - 'link_path' => 'admin/reports/status/run-cron', - 'router_path' => 'admin/reports/status/run-cron', - 'link_title' => 'Run cron', + 'plid' => '0', + 'link_path' => 'node/%/revisions/%/view', + 'router_path' => 'node/%/revisions/%/view', + 'link_title' => 'Revisions', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3488,12 +3488,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '1', 'customized' => '0', - 'p1' => '2', - 'p2' => '16', - 'p3' => '48', - 'p4' => '75', + 'p1' => '75', + 'p2' => '0', + 'p3' => '0', + 'p4' => '0', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3504,10 +3504,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '76', - 'plid' => '48', - 'link_path' => 'admin/reports/status/sql', - 'router_path' => 'admin/reports/status/sql', - 'link_title' => 'SQL', + 'plid' => '37', + 'link_path' => 'admin/build/menu/item/%/delete', + 'router_path' => 'admin/build/menu/item/%/delete', + 'link_title' => 'Delete menu item', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3519,7 +3519,7 @@ db_insert('menu_links')->fields(array( 'customized' => '0', 'p1' => '2', 'p2' => '16', - 'p3' => '48', + 'p3' => '37', 'p4' => '76', 'p5' => '0', 'p6' => '0', @@ -3531,11 +3531,11 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '77', - 'plid' => '23', - 'link_path' => 'admin/settings/actions/delete/%', - 'router_path' => 'admin/settings/actions/delete/%', - 'link_title' => 'Delete action', - 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:17:"Delete an action.";}}', + 'plid' => '37', + 'link_path' => 'admin/build/menu/item/%/edit', + 'router_path' => 'admin/build/menu/item/%/edit', + 'link_title' => 'Edit menu item', + 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', 'external' => '0', @@ -3545,8 +3545,8 @@ db_insert('menu_links')->fields(array( 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '18', - 'p3' => '23', + 'p2' => '16', + 'p3' => '37', 'p4' => '77', 'p5' => '0', 'p6' => '0', @@ -3558,10 +3558,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '78', - 'plid' => '0', - 'link_path' => 'admin/build/menu-customize/%/delete', - 'router_path' => 'admin/build/menu-customize/%/delete', - 'link_title' => 'Delete menu', + 'plid' => '37', + 'link_path' => 'admin/build/menu/item/%/reset', + 'router_path' => 'admin/build/menu/item/%/reset', + 'link_title' => 'Reset menu item', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3569,12 +3569,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '1', + 'depth' => '4', 'customized' => '0', - 'p1' => '78', - 'p2' => '0', - 'p3' => '0', - 'p4' => '0', + 'p1' => '2', + 'p2' => '16', + 'p3' => '37', + 'p4' => '78', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3585,13 +3585,13 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '79', - 'plid' => '25', - 'link_path' => 'admin/build/block/list/js', - 'router_path' => 'admin/build/block/list/js', - 'link_title' => 'JavaScript List Form', + 'plid' => '37', + 'link_path' => 'admin/build/menu-customize/navigation', + 'router_path' => 'admin/build/menu-customize/%', + 'link_title' => 'Navigation', 'options' => 'a:0:{}', - 'module' => 'system', - 'hidden' => '-1', + 'module' => 'menu', + 'hidden' => '0', 'external' => '0', 'has_children' => '0', 'expanded' => '0', @@ -3599,8 +3599,8 @@ db_insert('menu_links')->fields(array( 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '17', - 'p3' => '25', + 'p2' => '16', + 'p3' => '37', 'p4' => '79', 'p5' => '0', 'p6' => '0', @@ -3612,13 +3612,13 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '80', - 'plid' => '39', - 'link_path' => 'admin/build/modules/list/confirm', - 'router_path' => 'admin/build/modules/list/confirm', - 'link_title' => 'List', + 'plid' => '37', + 'link_path' => 'admin/build/menu-customize/primary-links', + 'router_path' => 'admin/build/menu-customize/%', + 'link_title' => 'Primary links', 'options' => 'a:0:{}', - 'module' => 'system', - 'hidden' => '-1', + 'module' => 'menu', + 'hidden' => '0', 'external' => '0', 'has_children' => '0', 'expanded' => '0', @@ -3626,8 +3626,8 @@ db_insert('menu_links')->fields(array( 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '17', - 'p3' => '39', + 'p2' => '16', + 'p3' => '37', 'p4' => '80', 'p5' => '0', 'p6' => '0', @@ -3639,23 +3639,23 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '81', - 'plid' => '0', - 'link_path' => 'user/reset/%/%/%', - 'router_path' => 'user/reset/%/%/%', - 'link_title' => 'Reset password', + 'plid' => '37', + 'link_path' => 'admin/build/menu-customize/secondary-links', + 'router_path' => 'admin/build/menu-customize/%', + 'link_title' => 'Secondary links', 'options' => 'a:0:{}', - 'module' => 'system', - 'hidden' => '-1', + 'module' => 'menu', + 'hidden' => '0', 'external' => '0', 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '1', + 'depth' => '4', 'customized' => '0', - 'p1' => '81', - 'p2' => '0', - 'p3' => '0', - 'p4' => '0', + 'p1' => '2', + 'p2' => '16', + 'p3' => '37', + 'p4' => '81', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3666,10 +3666,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '82', - 'plid' => '39', - 'link_path' => 'admin/build/modules/uninstall/confirm', - 'router_path' => 'admin/build/modules/uninstall/confirm', - 'link_title' => 'Uninstall', + 'plid' => '0', + 'link_path' => 'taxonomy/autocomplete', + 'router_path' => 'taxonomy/autocomplete', + 'link_title' => 'Autocomplete taxonomy', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3677,12 +3677,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '1', 'customized' => '0', - 'p1' => '2', - 'p2' => '17', - 'p3' => '39', - 'p4' => '82', + 'p1' => '82', + 'p2' => '0', + 'p3' => '0', + 'p4' => '0', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3693,22 +3693,22 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '83', - 'plid' => '0', - 'link_path' => 'node/%/revisions/%/delete', - 'router_path' => 'node/%/revisions/%/delete', - 'link_title' => 'Delete earlier revision', - 'options' => 'a:0:{}', + 'plid' => '15', + 'link_path' => 'admin/reports/updates', + 'router_path' => 'admin/reports/updates', + 'link_title' => 'Available updates', + 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:82:"Get a status report about available updates for your installed modules and themes.";}}', 'module' => 'system', - 'hidden' => '-1', + 'hidden' => '0', 'external' => '0', 'has_children' => '0', 'expanded' => '0', - 'weight' => '0', - 'depth' => '1', + 'weight' => '10', + 'depth' => '3', 'customized' => '0', - 'p1' => '83', - 'p2' => '0', - 'p3' => '0', + 'p1' => '2', + 'p2' => '15', + 'p3' => '83', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -3720,21 +3720,21 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '84', - 'plid' => '0', - 'link_path' => 'node/%/revisions/%/revert', - 'router_path' => 'node/%/revisions/%/revert', - 'link_title' => 'Revert to earlier revision', - 'options' => 'a:0:{}', + 'plid' => '11', + 'link_path' => 'node/add/page', + 'router_path' => 'node/add/page', + 'link_title' => 'Page', + 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:296:\"A page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page entry does not allow visitor comments and is not featured on the site's initial home page.\";}}", 'module' => 'system', - 'hidden' => '-1', + 'hidden' => '0', 'external' => '0', 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '1', + 'depth' => '2', 'customized' => '0', - 'p1' => '84', - 'p2' => '0', + 'p1' => '11', + 'p2' => '84', 'p3' => '0', 'p4' => '0', 'p5' => '0', @@ -3747,22 +3747,22 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '85', - 'plid' => '0', - 'link_path' => 'node/%/revisions/%/view', - 'router_path' => 'node/%/revisions/%/view', - 'link_title' => 'Revisions', - 'options' => 'a:0:{}', + 'plid' => '15', + 'link_path' => 'admin/reports/dblog', + 'router_path' => 'admin/reports/dblog', + 'link_title' => 'Recent log entries', + 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View events that have recently been logged.";}}', 'module' => 'system', - 'hidden' => '-1', + 'hidden' => '0', 'external' => '0', 'has_children' => '0', 'expanded' => '0', - 'weight' => '0', - 'depth' => '1', + 'weight' => '-1', + 'depth' => '3', 'customized' => '0', - 'p1' => '85', - 'p2' => '0', - 'p3' => '0', + 'p1' => '2', + 'p2' => '15', + 'p3' => '85', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -3774,23 +3774,23 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '86', - 'plid' => '38', - 'link_path' => 'admin/build/menu/item/%/delete', - 'router_path' => 'admin/build/menu/item/%/delete', - 'link_title' => 'Delete menu item', - 'options' => 'a:0:{}', + 'plid' => '11', + 'link_path' => 'node/add/story', + 'router_path' => 'node/add/story', + 'link_title' => 'Story', + 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:392:\"A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site's initial home page, and provides the ability to post comments.\";}}", 'module' => 'system', - 'hidden' => '-1', + 'hidden' => '0', 'external' => '0', 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '2', 'customized' => '0', - 'p1' => '2', - 'p2' => '17', - 'p3' => '38', - 'p4' => '86', + 'p1' => '11', + 'p2' => '86', + 'p3' => '0', + 'p4' => '0', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3801,23 +3801,23 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '87', - 'plid' => '38', - 'link_path' => 'admin/build/menu/item/%/edit', - 'router_path' => 'admin/build/menu/item/%/edit', - 'link_title' => 'Edit menu item', - 'options' => 'a:0:{}', + 'plid' => '10', + 'link_path' => 'admin/content/taxonomy', + 'router_path' => 'admin/content/taxonomy', + 'link_title' => 'Taxonomy', + 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Manage tagging, categorization, and classification of your content.";}}', 'module' => 'system', - 'hidden' => '-1', + 'hidden' => '0', 'external' => '0', 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '17', - 'p3' => '38', - 'p4' => '87', + 'p2' => '10', + 'p3' => '87', + 'p4' => '0', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3828,10 +3828,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '88', - 'plid' => '38', - 'link_path' => 'admin/build/menu/item/%/reset', - 'router_path' => 'admin/build/menu/item/%/reset', - 'link_title' => 'Reset menu item', + 'plid' => '0', + 'link_path' => 'taxonomy/term/%', + 'router_path' => 'taxonomy/term/%', + 'link_title' => 'Taxonomy term', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -3839,14 +3839,14 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '1', 'customized' => '0', - 'p1' => '2', - 'p2' => '17', - 'p3' => '38', - 'p4' => '88', - 'p5' => '0', - 'p6' => '0', + 'p1' => '88', + 'p2' => '0', + 'p3' => '0', + 'p4' => '0', + 'p5' => '0', + 'p6' => '0', 'p7' => '0', 'p8' => '0', 'p9' => '0', @@ -3855,23 +3855,23 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '89', - 'plid' => '38', - 'link_path' => 'admin/build/menu-customize/navigation', - 'router_path' => 'admin/build/menu-customize/%', - 'link_title' => 'Navigation', - 'options' => 'a:0:{}', - 'module' => 'menu', + 'plid' => '15', + 'link_path' => 'admin/reports/access-denied', + 'router_path' => 'admin/reports/access-denied', + 'link_title' => "Top 'access denied' errors", + 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:35:\"View 'access denied' errors (403s).\";}}", + 'module' => 'system', 'hidden' => '0', 'external' => '0', 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '17', - 'p3' => '38', - 'p4' => '89', + 'p2' => '15', + 'p3' => '89', + 'p4' => '0', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3882,23 +3882,23 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '90', - 'plid' => '38', - 'link_path' => 'admin/build/menu-customize/primary-links', - 'router_path' => 'admin/build/menu-customize/%', - 'link_title' => 'Primary links', - 'options' => 'a:0:{}', - 'module' => 'menu', + 'plid' => '15', + 'link_path' => 'admin/reports/page-not-found', + 'router_path' => 'admin/reports/page-not-found', + 'link_title' => "Top 'page not found' errors", + 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:36:\"View 'page not found' errors (404s).\";}}", + 'module' => 'system', 'hidden' => '0', 'external' => '0', 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '17', - 'p3' => '38', - 'p4' => '90', + 'p2' => '15', + 'p3' => '90', + 'p4' => '0', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3909,23 +3909,23 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '91', - 'plid' => '38', - 'link_path' => 'admin/build/menu-customize/secondary-links', - 'router_path' => 'admin/build/menu-customize/%', - 'link_title' => 'Secondary links', - 'options' => 'a:0:{}', - 'module' => 'menu', + 'plid' => '16', + 'link_path' => 'admin/build/path', + 'router_path' => 'admin/build/path', + 'link_title' => 'URL aliases', + 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:46:\"Change your site's URL paths by aliasing them.\";}}", + 'module' => 'system', 'hidden' => '0', 'external' => '0', 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '17', - 'p3' => '38', - 'p4' => '91', + 'p2' => '16', + 'p3' => '91', + 'p4' => '0', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3936,23 +3936,23 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '92', - 'plid' => '0', - 'link_path' => 'taxonomy/autocomplete', - 'router_path' => 'taxonomy/autocomplete', - 'link_title' => 'Autocomplete taxonomy', - 'options' => 'a:0:{}', + 'plid' => '36', + 'link_path' => 'admin/settings/logging/dblog', + 'router_path' => 'admin/settings/logging/dblog', + 'link_title' => 'Database logging', + 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:169:"Settings for logging to the Drupal database logs. This is the most common method for small to medium sites on shared hosting. The logs are viewable from the admin pages.";}}', 'module' => 'system', - 'hidden' => '-1', + 'hidden' => '0', 'external' => '0', 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '1', + 'depth' => '4', 'customized' => '0', - 'p1' => '92', - 'p2' => '0', - 'p3' => '0', - 'p4' => '0', + 'p1' => '2', + 'p2' => '17', + 'p3' => '36', + 'p4' => '92', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3963,23 +3963,23 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '93', - 'plid' => '16', - 'link_path' => 'admin/reports/updates', - 'router_path' => 'admin/reports/updates', - 'link_title' => 'Available updates', - 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:82:"Get a status report about available updates for your installed modules and themes.";}}', + 'plid' => '91', + 'link_path' => 'admin/build/path/delete', + 'router_path' => 'admin/build/path/delete', + 'link_title' => 'Delete alias', + 'options' => 'a:0:{}', 'module' => 'system', - 'hidden' => '0', + 'hidden' => '-1', 'external' => '0', 'has_children' => '0', 'expanded' => '0', - 'weight' => '10', - 'depth' => '3', + 'weight' => '0', + 'depth' => '4', 'customized' => '0', 'p1' => '2', 'p2' => '16', - 'p3' => '93', - 'p4' => '0', + 'p3' => '91', + 'p4' => '93', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -3990,22 +3990,22 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '94', - 'plid' => '11', - 'link_path' => 'node/add/page', - 'router_path' => 'node/add/page', - 'link_title' => 'Page', - 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:296:\"A page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page entry does not allow visitor comments and is not featured on the site's initial home page.\";}}", + 'plid' => '15', + 'link_path' => 'admin/reports/event/%', + 'router_path' => 'admin/reports/event/%', + 'link_title' => 'Details', + 'options' => 'a:0:{}', 'module' => 'system', - 'hidden' => '0', + 'hidden' => '-1', 'external' => '0', 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '2', + 'depth' => '3', 'customized' => '0', - 'p1' => '11', - 'p2' => '94', - 'p3' => '0', + 'p1' => '2', + 'p2' => '15', + 'p3' => '94', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -4017,23 +4017,23 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '95', - 'plid' => '16', - 'link_path' => 'admin/reports/dblog', - 'router_path' => 'admin/reports/dblog', - 'link_title' => 'Recent log entries', - 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View events that have recently been logged.";}}', + 'plid' => '91', + 'link_path' => 'admin/build/path/edit', + 'router_path' => 'admin/build/path/edit', + 'link_title' => 'Edit alias', + 'options' => 'a:0:{}', 'module' => 'system', - 'hidden' => '0', + 'hidden' => '-1', 'external' => '0', 'has_children' => '0', 'expanded' => '0', - 'weight' => '-1', - 'depth' => '3', + 'weight' => '0', + 'depth' => '4', 'customized' => '0', 'p1' => '2', 'p2' => '16', - 'p3' => '95', - 'p4' => '0', + 'p3' => '91', + 'p4' => '95', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -4044,23 +4044,23 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '96', - 'plid' => '11', - 'link_path' => 'node/add/story', - 'router_path' => 'node/add/story', - 'link_title' => 'Story', - 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:392:\"A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site's initial home page, and provides the ability to post comments.\";}}", + 'plid' => '87', + 'link_path' => 'admin/content/taxonomy/%', + 'router_path' => 'admin/content/taxonomy/%', + 'link_title' => 'List terms', + 'options' => 'a:0:{}', 'module' => 'system', - 'hidden' => '0', + 'hidden' => '-1', 'external' => '0', 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '2', + 'depth' => '4', 'customized' => '0', - 'p1' => '11', - 'p2' => '96', - 'p3' => '0', - 'p4' => '0', + 'p1' => '2', + 'p2' => '10', + 'p3' => '87', + 'p4' => '96', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -4071,23 +4071,23 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '97', - 'plid' => '10', - 'link_path' => 'admin/content/taxonomy', - 'router_path' => 'admin/content/taxonomy', - 'link_title' => 'Taxonomy', - 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Manage tagging, categorization, and classification of your content.";}}', + 'plid' => '83', + 'link_path' => 'admin/reports/updates/check', + 'router_path' => 'admin/reports/updates/check', + 'link_title' => 'Manual update check', + 'options' => 'a:0:{}', 'module' => 'system', - 'hidden' => '0', + 'hidden' => '-1', 'external' => '0', 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '3', + 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '10', - 'p3' => '97', - 'p4' => '0', + 'p2' => '15', + 'p3' => '83', + 'p4' => '97', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -4098,10 +4098,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '98', - 'plid' => '0', - 'link_path' => 'taxonomy/term/%', - 'router_path' => 'taxonomy/term/%', - 'link_title' => 'Taxonomy term', + 'plid' => '10', + 'link_path' => 'admin/content/node-type/page', + 'router_path' => 'admin/content/node-type/page', + 'link_title' => 'Page', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -4109,11 +4109,11 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '1', + 'depth' => '3', 'customized' => '0', - 'p1' => '98', - 'p2' => '0', - 'p3' => '0', + 'p1' => '2', + 'p2' => '10', + 'p3' => '98', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -4125,13 +4125,13 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '99', - 'plid' => '16', - 'link_path' => 'admin/reports/access-denied', - 'router_path' => 'admin/reports/access-denied', - 'link_title' => "Top 'access denied' errors", - 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:35:\"View 'access denied' errors (403s).\";}}", + 'plid' => '10', + 'link_path' => 'admin/content/node-type/story', + 'router_path' => 'admin/content/node-type/story', + 'link_title' => 'Story', + 'options' => 'a:0:{}', 'module' => 'system', - 'hidden' => '0', + 'hidden' => '-1', 'external' => '0', 'has_children' => '0', 'expanded' => '0', @@ -4139,7 +4139,7 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '16', + 'p2' => '10', 'p3' => '99', 'p4' => '0', 'p5' => '0', @@ -4152,22 +4152,22 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '100', - 'plid' => '16', - 'link_path' => 'admin/reports/page-not-found', - 'router_path' => 'admin/reports/page-not-found', - 'link_title' => "Top 'page not found' errors", - 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:36:\"View 'page not found' errors (404s).\";}}", + 'plid' => '0', + 'link_path' => 'admin/content/node-type/page/delete', + 'router_path' => 'admin/content/node-type/page/delete', + 'link_title' => 'Delete', + 'options' => 'a:0:{}', 'module' => 'system', - 'hidden' => '0', + 'hidden' => '-1', 'external' => '0', 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '3', + 'depth' => '1', 'customized' => '0', - 'p1' => '2', - 'p2' => '16', - 'p3' => '100', + 'p1' => '100', + 'p2' => '0', + 'p3' => '0', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -4179,10 +4179,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '101', - 'plid' => '15', - 'link_path' => 'admin/help/dblog', - 'router_path' => 'admin/help/dblog', - 'link_title' => 'dblog', + 'plid' => '0', + 'link_path' => 'admin/content/node-type/story/delete', + 'router_path' => 'admin/content/node-type/story/delete', + 'link_title' => 'Delete', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -4190,11 +4190,11 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '3', + 'depth' => '1', 'customized' => '0', - 'p1' => '2', - 'p2' => '15', - 'p3' => '101', + 'p1' => '101', + 'p2' => '0', + 'p3' => '0', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -4206,10 +4206,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '102', - 'plid' => '15', - 'link_path' => 'admin/help/taxonomy', - 'router_path' => 'admin/help/taxonomy', - 'link_title' => 'taxonomy', + 'plid' => '87', + 'link_path' => 'admin/content/taxonomy/edit/term', + 'router_path' => 'admin/content/taxonomy/edit/term', + 'link_title' => 'Edit term', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -4217,12 +4217,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '3', + 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '15', - 'p3' => '102', - 'p4' => '0', + 'p2' => '10', + 'p3' => '87', + 'p4' => '102', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -4233,10 +4233,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '103', - 'plid' => '15', - 'link_path' => 'admin/help/update', - 'router_path' => 'admin/help/update', - 'link_title' => 'update', + 'plid' => '87', + 'link_path' => 'admin/content/taxonomy/edit/vocabulary/%', + 'router_path' => 'admin/content/taxonomy/edit/vocabulary/%', + 'link_title' => 'Edit vocabulary', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -4244,12 +4244,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '3', + 'depth' => '4', 'customized' => '0', 'p1' => '2', - 'p2' => '15', - 'p3' => '103', - 'p4' => '0', + 'p2' => '10', + 'p3' => '87', + 'p4' => '103', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -4260,23 +4260,23 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '104', - 'plid' => '37', - 'link_path' => 'admin/settings/logging/dblog', - 'router_path' => 'admin/settings/logging/dblog', - 'link_title' => 'Database logging', - 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:169:"Settings for logging to the Drupal database logs. This is the most common method for small to medium sites on shared hosting. The logs are viewable from the admin pages.";}}', - 'module' => 'system', - 'hidden' => '0', - 'external' => '0', - 'has_children' => '0', + 'plid' => '0', + 'link_path' => 'poll', + 'router_path' => 'poll', + 'link_title' => 'Polls', + 'options' => 'a:0:{}', + 'module' => 'system', + 'hidden' => '1', + 'external' => '0', + 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '1', 'customized' => '0', - 'p1' => '2', - 'p2' => '18', - 'p3' => '37', - 'p4' => '104', + 'p1' => '104', + 'p2' => '0', + 'p3' => '0', + 'p4' => '0', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -4287,10 +4287,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '105', - 'plid' => '16', - 'link_path' => 'admin/reports/event/%', - 'router_path' => 'admin/reports/event/%', - 'link_title' => 'Details', + 'plid' => '104', + 'link_path' => 'poll/js', + 'router_path' => 'poll/js', + 'link_title' => 'Javascript Choice Form', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -4298,11 +4298,11 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '3', + 'depth' => '2', 'customized' => '0', - 'p1' => '2', - 'p2' => '16', - 'p3' => '105', + 'p1' => '104', + 'p2' => '105', + 'p3' => '0', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -4314,23 +4314,23 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '106', - 'plid' => '97', - 'link_path' => 'admin/content/taxonomy/%', - 'router_path' => 'admin/content/taxonomy/%', - 'link_title' => 'List terms', - 'options' => 'a:0:{}', + 'plid' => '11', + 'link_path' => 'node/add/poll', + 'router_path' => 'node/add/poll', + 'link_title' => 'Poll', + 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:191:"A poll is a question with a set of possible responses. A poll, once created, automatically provides a simple running count of the number of votes received for each response.";}}', 'module' => 'system', - 'hidden' => '-1', + 'hidden' => '0', 'external' => '0', 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '2', 'customized' => '0', - 'p1' => '2', - 'p2' => '10', - 'p3' => '97', - 'p4' => '106', + 'p1' => '11', + 'p2' => '106', + 'p3' => '0', + 'p4' => '0', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -4341,10 +4341,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '107', - 'plid' => '93', - 'link_path' => 'admin/reports/updates/check', - 'router_path' => 'admin/reports/updates/check', - 'link_title' => 'Manual update check', + 'plid' => '10', + 'link_path' => 'admin/content/node-type/poll', + 'router_path' => 'admin/content/node-type/poll', + 'link_title' => 'Poll', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -4352,12 +4352,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '16', - 'p3' => '93', - 'p4' => '107', + 'p2' => '10', + 'p3' => '107', + 'p4' => '0', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -4368,10 +4368,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '108', - 'plid' => '10', - 'link_path' => 'admin/content/node-type/page', - 'router_path' => 'admin/content/node-type/page', - 'link_title' => 'Page', + 'plid' => '0', + 'link_path' => 'admin/content/node-type/poll/delete', + 'router_path' => 'admin/content/node-type/poll/delete', + 'link_title' => 'Delete', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -4379,11 +4379,11 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '3', + 'depth' => '1', 'customized' => '0', - 'p1' => '2', - 'p2' => '10', - 'p3' => '108', + 'p1' => '108', + 'p2' => '0', + 'p3' => '0', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -4395,22 +4395,22 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '109', - 'plid' => '10', - 'link_path' => 'admin/content/node-type/story', - 'router_path' => 'admin/content/node-type/story', - 'link_title' => 'Story', + 'plid' => '2', + 'link_path' => 'admin/help', + 'router_path' => 'admin/help', + 'link_title' => 'Help', 'options' => 'a:0:{}', 'module' => 'system', - 'hidden' => '-1', + 'hidden' => '0', 'external' => '0', 'has_children' => '0', 'expanded' => '0', - 'weight' => '0', - 'depth' => '3', + 'weight' => '9', + 'depth' => '2', 'customized' => '0', 'p1' => '2', - 'p2' => '10', - 'p3' => '109', + 'p2' => '109', + 'p3' => '0', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -4422,10 +4422,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '110', - 'plid' => '0', - 'link_path' => 'admin/content/node-type/page/delete', - 'router_path' => 'admin/content/node-type/page/delete', - 'link_title' => 'Delete', + 'plid' => '109', + 'link_path' => 'admin/help/block', + 'router_path' => 'admin/help/block', + 'link_title' => 'block', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -4433,11 +4433,11 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '1', + 'depth' => '3', 'customized' => '0', - 'p1' => '110', - 'p2' => '0', - 'p3' => '0', + 'p1' => '2', + 'p2' => '109', + 'p3' => '110', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -4449,10 +4449,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '111', - 'plid' => '0', - 'link_path' => 'admin/content/node-type/story/delete', - 'router_path' => 'admin/content/node-type/story/delete', - 'link_title' => 'Delete', + 'plid' => '109', + 'link_path' => 'admin/help/color', + 'router_path' => 'admin/help/color', + 'link_title' => 'color', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -4460,11 +4460,11 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '1', + 'depth' => '3', 'customized' => '0', - 'p1' => '111', - 'p2' => '0', - 'p3' => '0', + 'p1' => '2', + 'p2' => '109', + 'p3' => '111', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -4476,10 +4476,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '112', - 'plid' => '97', - 'link_path' => 'admin/content/taxonomy/edit/term', - 'router_path' => 'admin/content/taxonomy/edit/term', - 'link_title' => 'Edit term', + 'plid' => '109', + 'link_path' => 'admin/help/comment', + 'router_path' => 'admin/help/comment', + 'link_title' => 'comment', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -4487,12 +4487,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '10', - 'p3' => '97', - 'p4' => '112', + 'p2' => '109', + 'p3' => '112', + 'p4' => '0', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -4503,10 +4503,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '113', - 'plid' => '97', - 'link_path' => 'admin/content/taxonomy/edit/vocabulary/%', - 'router_path' => 'admin/content/taxonomy/edit/vocabulary/%', - 'link_title' => 'Edit vocabulary', + 'plid' => '109', + 'link_path' => 'admin/help/dblog', + 'router_path' => 'admin/help/dblog', + 'link_title' => 'dblog', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -4514,12 +4514,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '10', - 'p3' => '97', - 'p4' => '113', + 'p2' => '109', + 'p3' => '113', + 'p4' => '0', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -4530,22 +4530,22 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '114', - 'plid' => '0', - 'link_path' => 'poll', - 'router_path' => 'poll', - 'link_title' => 'Polls', + 'plid' => '109', + 'link_path' => 'admin/help/filter', + 'router_path' => 'admin/help/filter', + 'link_title' => 'filter', 'options' => 'a:0:{}', 'module' => 'system', - 'hidden' => '1', + 'hidden' => '-1', 'external' => '0', 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '1', + 'depth' => '3', 'customized' => '0', - 'p1' => '114', - 'p2' => '0', - 'p3' => '0', + 'p1' => '2', + 'p2' => '109', + 'p3' => '114', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -4557,10 +4557,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '115', - 'plid' => '114', - 'link_path' => 'poll/js', - 'router_path' => 'poll/js', - 'link_title' => 'Javascript Choice Form', + 'plid' => '109', + 'link_path' => 'admin/help/help', + 'router_path' => 'admin/help/help', + 'link_title' => 'help', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -4568,11 +4568,11 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '2', + 'depth' => '3', 'customized' => '0', - 'p1' => '114', - 'p2' => '115', - 'p3' => '0', + 'p1' => '2', + 'p2' => '109', + 'p3' => '115', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -4584,22 +4584,22 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '116', - 'plid' => '11', - 'link_path' => 'node/add/poll', - 'router_path' => 'node/add/poll', - 'link_title' => 'Poll', - 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:191:"A poll is a question with a set of possible responses. A poll, once created, automatically provides a simple running count of the number of votes received for each response.";}}', + 'plid' => '109', + 'link_path' => 'admin/help/menu', + 'router_path' => 'admin/help/menu', + 'link_title' => 'menu', + 'options' => 'a:0:{}', 'module' => 'system', - 'hidden' => '0', + 'hidden' => '-1', 'external' => '0', 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '2', + 'depth' => '3', 'customized' => '0', - 'p1' => '11', - 'p2' => '116', - 'p3' => '0', + 'p1' => '2', + 'p2' => '109', + 'p3' => '116', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -4611,13 +4611,13 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '117', - 'plid' => '17', - 'link_path' => 'admin/build/path', - 'router_path' => 'admin/build/path', - 'link_title' => 'URL aliases', - 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:46:\"Change your site's URL paths by aliasing them.\";}}", + 'plid' => '109', + 'link_path' => 'admin/help/node', + 'router_path' => 'admin/help/node', + 'link_title' => 'node', + 'options' => 'a:0:{}', 'module' => 'system', - 'hidden' => '0', + 'hidden' => '-1', 'external' => '0', 'has_children' => '0', 'expanded' => '0', @@ -4625,7 +4625,7 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '17', + 'p2' => '109', 'p3' => '117', 'p4' => '0', 'p5' => '0', @@ -4638,7 +4638,7 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '118', - 'plid' => '15', + 'plid' => '109', 'link_path' => 'admin/help/path', 'router_path' => 'admin/help/path', 'link_title' => 'path', @@ -4652,7 +4652,7 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '15', + 'p2' => '109', 'p3' => '118', 'p4' => '0', 'p5' => '0', @@ -4665,7 +4665,7 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '119', - 'plid' => '15', + 'plid' => '109', 'link_path' => 'admin/help/poll', 'router_path' => 'admin/help/poll', 'link_title' => 'poll', @@ -4679,7 +4679,7 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '15', + 'p2' => '109', 'p3' => '119', 'p4' => '0', 'p5' => '0', @@ -4692,10 +4692,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '120', - 'plid' => '117', - 'link_path' => 'admin/build/path/delete', - 'router_path' => 'admin/build/path/delete', - 'link_title' => 'Delete alias', + 'plid' => '109', + 'link_path' => 'admin/help/system', + 'router_path' => 'admin/help/system', + 'link_title' => 'system', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -4703,12 +4703,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '17', - 'p3' => '117', - 'p4' => '120', + 'p2' => '109', + 'p3' => '120', + 'p4' => '0', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -4719,10 +4719,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '121', - 'plid' => '117', - 'link_path' => 'admin/build/path/edit', - 'router_path' => 'admin/build/path/edit', - 'link_title' => 'Edit alias', + 'plid' => '109', + 'link_path' => 'admin/help/taxonomy', + 'router_path' => 'admin/help/taxonomy', + 'link_title' => 'taxonomy', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -4730,12 +4730,12 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '4', + 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '17', - 'p3' => '117', - 'p4' => '121', + 'p2' => '109', + 'p3' => '121', + 'p4' => '0', 'p5' => '0', 'p6' => '0', 'p7' => '0', @@ -4746,10 +4746,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '122', - 'plid' => '10', - 'link_path' => 'admin/content/node-type/poll', - 'router_path' => 'admin/content/node-type/poll', - 'link_title' => 'Poll', + 'plid' => '109', + 'link_path' => 'admin/help/update', + 'router_path' => 'admin/help/update', + 'link_title' => 'update', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -4760,7 +4760,7 @@ db_insert('menu_links')->fields(array( 'depth' => '3', 'customized' => '0', 'p1' => '2', - 'p2' => '10', + 'p2' => '109', 'p3' => '122', 'p4' => '0', 'p5' => '0', @@ -4773,10 +4773,10 @@ db_insert('menu_links')->fields(array( ->values(array( 'menu_name' => 'navigation', 'mlid' => '123', - 'plid' => '0', - 'link_path' => 'admin/content/node-type/poll/delete', - 'router_path' => 'admin/content/node-type/poll/delete', - 'link_title' => 'Delete', + 'plid' => '109', + 'link_path' => 'admin/help/user', + 'router_path' => 'admin/help/user', + 'link_title' => 'user', 'options' => 'a:0:{}', 'module' => 'system', 'hidden' => '-1', @@ -4784,11 +4784,11 @@ db_insert('menu_links')->fields(array( 'has_children' => '0', 'expanded' => '0', 'weight' => '0', - 'depth' => '1', + 'depth' => '3', 'customized' => '0', - 'p1' => '123', - 'p2' => '0', - 'p3' => '0', + 'p1' => '2', + 'p2' => '109', + 'p3' => '123', 'p4' => '0', 'p5' => '0', 'p6' => '0', @@ -4952,238 +4952,238 @@ db_insert('menu_router')->fields(array( 'file', )) ->values(array( - 'path' => 'node', + 'path' => 'admin', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:14:"access content";}', - 'page_callback' => 'node_page_default', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'system_main_admin_page', 'page_arguments' => 'a:0:{}', 'fit' => '1', 'number_parts' => '1', 'tab_parent' => '', - 'tab_root' => 'node', - 'title' => 'Content', + 'tab_root' => 'admin', + 'title' => 'Administer', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => '', + 'weight' => '9', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'rss.xml', + 'path' => 'admin/build', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:14:"access content";}', - 'page_callback' => 'node_feed', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'system_admin_menu_block_page', 'page_arguments' => 'a:0:{}', - 'fit' => '1', - 'number_parts' => '1', + 'fit' => '3', + 'number_parts' => '2', 'tab_parent' => '', - 'tab_root' => 'rss.xml', - 'title' => 'RSS feed', + 'tab_root' => 'admin/build', + 'title' => 'Site building', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', - 'description' => '', - 'position' => '', - 'weight' => '0', - 'file' => '', + 'description' => 'Control how your site looks and feels.', + 'position' => 'right', + 'weight' => '-10', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'batch', + 'path' => 'admin/build/block', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => '1', - 'access_arguments' => 'a:0:{}', - 'page_callback' => 'system_batch_page', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}', + 'page_callback' => 'block_admin_display', 'page_arguments' => 'a:0:{}', - 'fit' => '1', - 'number_parts' => '1', + 'fit' => '7', + 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'batch', - 'title' => '', + 'tab_root' => 'admin/build/block', + 'title' => 'Blocks', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => "Configure what block content appears in your site's sidebars and other regions.", 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => 'modules/block/block.admin.inc', )) ->values(array( - 'path' => 'admin', + 'path' => 'admin/build/block/add', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'system_main_admin_page', - 'page_arguments' => 'a:0:{}', - 'fit' => '1', - 'number_parts' => '1', - 'tab_parent' => '', - 'tab_root' => 'admin', - 'title' => 'Administer', + 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/build/block', + 'tab_root' => 'admin/build/block', + 'title' => 'Add block', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '9', - 'file' => 'modules/system/system.admin.inc', + 'weight' => '0', + 'file' => 'modules/block/block.admin.inc', )) ->values(array( - 'path' => 'logout', + 'path' => 'admin/build/block/configure', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_is_logged_in', - 'access_arguments' => 'a:0:{}', - 'page_callback' => 'user_logout', - 'page_arguments' => 'a:0:{}', - 'fit' => '1', - 'number_parts' => '1', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:21:"block_admin_configure";}', + 'fit' => '15', + 'number_parts' => '4', 'tab_parent' => '', - 'tab_root' => 'logout', - 'title' => 'Log out', + 'tab_root' => 'admin/build/block/configure', + 'title' => 'Configure block', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '10', - 'file' => 'modules/user/user.pages.inc', + 'weight' => '0', + 'file' => 'modules/block/block.admin.inc', )) ->values(array( - 'path' => 'poll', + 'path' => 'admin/build/block/delete', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:14:"access content";}', - 'page_callback' => 'poll_page', - 'page_arguments' => 'a:0:{}', - 'fit' => '1', - 'number_parts' => '1', + 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:16:"block_box_delete";}', + 'fit' => '15', + 'number_parts' => '4', 'tab_parent' => '', - 'tab_root' => 'poll', - 'title' => 'Polls', + 'tab_root' => 'admin/build/block/delete', + 'title' => 'Delete block', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '20', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/poll/poll.pages.inc', + 'file' => 'modules/block/block.admin.inc', )) ->values(array( - 'path' => 'user', + 'path' => 'admin/build/block/list', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => '1', - 'access_arguments' => 'a:0:{}', - 'page_callback' => 'user_page', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}', + 'page_callback' => 'block_admin_display', 'page_arguments' => 'a:0:{}', - 'fit' => '1', - 'number_parts' => '1', - 'tab_parent' => '', - 'tab_root' => 'user', - 'title' => 'User account', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/build/block', + 'tab_root' => 'admin/build/block', + 'title' => 'List', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '136', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/user/user.pages.inc', + 'weight' => '-10', + 'file' => 'modules/block/block.admin.inc', )) ->values(array( - 'path' => 'user/login', + 'path' => 'admin/build/block/list/bluemarine', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_is_anonymous', - 'access_arguments' => 'a:0:{}', - 'page_callback' => 'user_page', - 'page_arguments' => 'a:0:{}', - 'fit' => '3', - 'number_parts' => '2', - 'tab_parent' => 'user', - 'tab_root' => 'user', - 'title' => 'Log in', + 'access_callback' => '_block_themes_access', + 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:33:"themes/bluemarine/bluemarine.info";s:4:"name";s:10:"bluemarine";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:11:{s:4:"name";s:10:"Bluemarine";s:11:"description";s:66:"Table-based multi-column theme with a marine and ash color scheme.";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/bluemarine/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:27:"themes/bluemarine/script.js";}s:10:"screenshot";s:32:"themes/bluemarine/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/bluemarine/style.css";}}s:6:"engine";s:11:"phptemplate";}}', + 'page_callback' => 'block_admin_display', + 'page_arguments' => 'a:1:{i:0;s:10:"bluemarine";}', + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => 'admin/build/block/list', + 'tab_root' => 'admin/build/block', + 'title' => 'Bluemarine', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/user/user.pages.inc', + 'file' => 'modules/block/block.admin.inc', )) ->values(array( - 'path' => 'system/files', + 'path' => 'admin/build/block/list/chameleon', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => '1', - 'access_arguments' => 'a:0:{}', - 'page_callback' => 'file_download', - 'page_arguments' => 'a:0:{}', - 'fit' => '3', - 'number_parts' => '2', - 'tab_parent' => '', - 'tab_root' => 'system/files', - 'title' => 'File download', + 'access_callback' => '_block_themes_access', + 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":11:{s:8:"filename";s:31:"themes/chameleon/chameleon.info";s:4:"name";s:9:"chameleon";s:4:"type";s:5:"theme";s:5:"owner";s:32:"themes/chameleon/chameleon.theme";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:10:{s:4:"name";s:9:"Chameleon";s:11:"description";s:42:"Minimalist tabled theme with light colors.";s:7:"regions";a:2:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";}s:8:"features";a:4:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";}s:11:"stylesheets";a:1:{s:3:"all";a:2:{s:9:"style.css";s:26:"themes/chameleon/style.css";s:10:"common.css";s:27:"themes/chameleon/common.css";}}s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:7:"scripts";a:1:{s:9:"script.js";s:26:"themes/chameleon/script.js";}s:10:"screenshot";s:31:"themes/chameleon/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:2:{s:9:"style.css";s:26:"themes/chameleon/style.css";s:10:"common.css";s:27:"themes/chameleon/common.css";}}}}', + 'page_callback' => 'block_admin_display', + 'page_arguments' => 'a:1:{i:0;s:9:"chameleon";}', + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => 'admin/build/block/list', + 'tab_root' => 'admin/build/block', + 'title' => 'Chameleon', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => '', + 'file' => 'modules/block/block.admin.inc', )) ->values(array( - 'path' => 'poll/js', + 'path' => 'admin/build/block/list/garland', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:14:"access content";}', - 'page_callback' => 'poll_choice_js', - 'page_arguments' => 'a:0:{}', - 'fit' => '3', - 'number_parts' => '2', - 'tab_parent' => '', - 'tab_root' => 'poll/js', - 'title' => 'Javascript Choice Form', + 'access_callback' => '_block_themes_access', + 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:27:"themes/garland/garland.info";s:4:"name";s:7:"garland";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:11:{s:4:"name";s:7:"Garland";s:11:"description";s:66:"Tableless, recolorable, multi-column, fluid width theme (default).";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:7:"scripts";a:1:{s:9:"script.js";s:24:"themes/garland/script.js";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:6:"engine";s:11:"phptemplate";}}', + 'page_callback' => 'block_admin_display', + 'page_arguments' => 'a:1:{i:0;s:7:"garland";}', + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => 'admin/build/block/list', + 'tab_root' => 'admin/build/block', + 'title' => 'Garland', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '136', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => '', + 'weight' => '-10', + 'file' => 'modules/block/block.admin.inc', )) ->values(array( - 'path' => 'taxonomy/autocomplete', + 'path' => 'admin/build/block/list/js', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:14:"access content";}', - 'page_callback' => 'taxonomy_autocomplete', + 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}', + 'page_callback' => 'block_admin_display_js', 'page_arguments' => 'a:0:{}', - 'fit' => '3', - 'number_parts' => '2', + 'fit' => '31', + 'number_parts' => '5', 'tab_parent' => '', - 'tab_root' => 'taxonomy/autocomplete', - 'title' => 'Autocomplete taxonomy', + 'tab_root' => 'admin/build/block/list/js', + 'title' => 'JavaScript List Form', 'title_callback' => 't', 'title_arguments' => '', 'type' => '4', @@ -5191,197 +5191,175 @@ db_insert('menu_router')->fields(array( 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/taxonomy/taxonomy.pages.inc', + 'file' => 'modules/block/block.admin.inc', )) ->values(array( - 'path' => 'admin/by-module', + 'path' => 'admin/build/block/list/marvin', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'system_admin_by_module', - 'page_arguments' => 'a:0:{}', - 'fit' => '3', - 'number_parts' => '2', - 'tab_parent' => 'admin', - 'tab_root' => 'admin', - 'title' => 'By module', + 'access_callback' => '_block_themes_access', + 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:35:"themes/chameleon/marvin/marvin.info";s:4:"name";s:6:"marvin";s:4:"type";s:5:"theme";s:5:"owner";s:0:"";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:11:{s:4:"name";s:6:"Marvin";s:11:"description";s:31:"Boxy tabled theme in all grays.";s:7:"regions";a:2:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";}s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:10:"base theme";s:9:"chameleon";s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:33:"themes/chameleon/marvin/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:33:"themes/chameleon/marvin/script.js";}s:10:"screenshot";s:38:"themes/chameleon/marvin/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:33:"themes/chameleon/marvin/style.css";}}s:10:"base_theme";s:9:"chameleon";}}', + 'page_callback' => 'block_admin_display', + 'page_arguments' => 'a:1:{i:0;s:6:"marvin";}', + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => 'admin/build/block/list', + 'tab_root' => 'admin/build/block', + 'title' => 'Marvin', 'title_callback' => 't', 'title_arguments' => '', 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '2', - 'file' => 'modules/system/system.admin.inc', + 'weight' => '0', + 'file' => 'modules/block/block.admin.inc', )) ->values(array( - 'path' => 'admin/by-task', + 'path' => 'admin/build/block/list/minnelli', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'system_main_admin_page', - 'page_arguments' => 'a:0:{}', - 'fit' => '3', - 'number_parts' => '2', - 'tab_parent' => 'admin', - 'tab_root' => 'admin', - 'title' => 'By task', - 'title_callback' => 't', - 'title_arguments' => '', - 'type' => '136', - 'block_callback' => '', - 'description' => '', - 'position' => '', - 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', -)) -->values(array( - 'path' => 'admin/compact', - 'load_functions' => '', - 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'system_admin_compact_page', - 'page_arguments' => 'a:0:{}', - 'fit' => '3', - 'number_parts' => '2', - 'tab_parent' => '', - 'tab_root' => 'admin/compact', - 'title' => 'Compact mode', + 'access_callback' => '_block_themes_access', + 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":13:{s:8:"filename";s:37:"themes/garland/minnelli/minnelli.info";s:4:"name";s:8:"minnelli";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:12:{s:4:"name";s:8:"Minnelli";s:11:"description";s:56:"Tableless, recolorable, multi-column, fixed width theme.";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:10:"base theme";s:7:"garland";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:12:"minnelli.css";s:36:"themes/garland/minnelli/minnelli.css";}}s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:7:"scripts";a:1:{s:9:"script.js";s:33:"themes/garland/minnelli/script.js";}s:10:"screenshot";s:38:"themes/garland/minnelli/screenshot.png";s:3:"php";s:5:"4.3.5";s:6:"engine";s:11:"phptemplate";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:12:"minnelli.css";s:36:"themes/garland/minnelli/minnelli.css";}}s:6:"engine";s:11:"phptemplate";s:10:"base_theme";s:7:"garland";}}', + 'page_callback' => 'block_admin_display', + 'page_arguments' => 'a:1:{i:0;s:8:"minnelli";}', + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => 'admin/build/block/list', + 'tab_root' => 'admin/build/block', + 'title' => 'Minnelli', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => 'modules/block/block.admin.inc', )) ->values(array( - 'path' => 'filter/tips', + 'path' => 'admin/build/block/list/pushbutton', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => '1', - 'access_arguments' => 'a:0:{}', - 'page_callback' => 'filter_tips_long', - 'page_arguments' => 'a:0:{}', - 'fit' => '3', - 'number_parts' => '2', - 'tab_parent' => '', - 'tab_root' => 'filter/tips', - 'title' => 'Compose tips', + 'access_callback' => '_block_themes_access', + 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:33:"themes/pushbutton/pushbutton.info";s:4:"name";s:10:"pushbutton";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:11:{s:4:"name";s:10:"Pushbutton";s:11:"description";s:52:"Tabled, multi-column theme in blue and orange tones.";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/pushbutton/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:27:"themes/pushbutton/script.js";}s:10:"screenshot";s:32:"themes/pushbutton/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/pushbutton/style.css";}}s:6:"engine";s:11:"phptemplate";}}', + 'page_callback' => 'block_admin_display', + 'page_arguments' => 'a:1:{i:0;s:10:"pushbutton";}', + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => 'admin/build/block/list', + 'tab_root' => 'admin/build/block', + 'title' => 'Pushbutton', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '20', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/filter/filter.pages.inc', + 'file' => 'modules/block/block.admin.inc', )) ->values(array( - 'path' => 'node/add', + 'path' => 'admin/build/menu', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => '_node_add_access', - 'access_arguments' => 'a:0:{}', - 'page_callback' => 'node_add_page', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', + 'page_callback' => 'menu_overview_page', 'page_arguments' => 'a:0:{}', - 'fit' => '3', - 'number_parts' => '2', + 'fit' => '7', + 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'node/add', - 'title' => 'Create content', + 'tab_root' => 'admin/build/menu', + 'title' => 'Menus', 'title_callback' => 't', 'title_arguments' => '', 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => "Control your site's navigation menu, primary links and secondary links. as well as rename and reorganize menu items.", 'position' => '', - 'weight' => '1', - 'file' => 'modules/node/node.pages.inc', + 'weight' => '0', + 'file' => 'modules/menu/menu.admin.inc', )) ->values(array( - 'path' => 'comment/delete', - 'load_functions' => '', + 'path' => 'admin/build/menu-customize/%', + 'load_functions' => 'a:1:{i:3;s:9:"menu_load";}', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}', - 'page_callback' => 'comment_delete', - 'page_arguments' => 'a:0:{}', - 'fit' => '3', - 'number_parts' => '2', + 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:2:{i:0;s:18:"menu_overview_form";i:1;i:3;}', + 'fit' => '14', + 'number_parts' => '4', 'tab_parent' => '', - 'tab_root' => 'comment/delete', - 'title' => 'Delete comment', - 'title_callback' => 't', - 'title_arguments' => '', + 'tab_root' => 'admin/build/menu-customize/%', + 'title' => 'Customize menu', + 'title_callback' => 'menu_overview_title', + 'title_arguments' => 'a:1:{i:0;i:3;}', 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/comment/comment.admin.inc', + 'file' => 'modules/menu/menu.admin.inc', )) ->values(array( - 'path' => 'comment/edit', - 'load_functions' => '', + 'path' => 'admin/build/menu-customize/%/add', + 'load_functions' => 'a:1:{i:3;s:9:"menu_load";}', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:13:"post comments";}', - 'page_callback' => 'comment_edit', - 'page_arguments' => 'a:0:{}', - 'fit' => '3', - 'number_parts' => '2', - 'tab_parent' => '', - 'tab_root' => 'comment/edit', - 'title' => 'Edit comment', + 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:4:{i:0;s:14:"menu_edit_item";i:1;s:3:"add";i:2;N;i:3;i:3;}', + 'fit' => '29', + 'number_parts' => '5', + 'tab_parent' => 'admin/build/menu-customize/%', + 'tab_root' => 'admin/build/menu-customize/%', + 'title' => 'Add item', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/comment/comment.pages.inc', + 'file' => 'modules/menu/menu.admin.inc', )) ->values(array( - 'path' => 'admin/help', - 'load_functions' => '', + 'path' => 'admin/build/menu-customize/%/delete', + 'load_functions' => 'a:1:{i:3;s:9:"menu_load";}', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'help_main', - 'page_arguments' => 'a:0:{}', - 'fit' => '3', - 'number_parts' => '2', + 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', + 'page_callback' => 'menu_delete_menu_page', + 'page_arguments' => 'a:1:{i:0;i:3;}', + 'fit' => '29', + 'number_parts' => '5', 'tab_parent' => '', - 'tab_root' => 'admin/help', - 'title' => 'Help', + 'tab_root' => 'admin/build/menu-customize/%/delete', + 'title' => 'Delete menu', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '9', - 'file' => 'modules/help/help.admin.inc', + 'weight' => '0', + 'file' => 'modules/menu/menu.admin.inc', )) ->values(array( - 'path' => 'user/register', - 'load_functions' => '', + 'path' => 'admin/build/menu-customize/%/edit', + 'load_functions' => 'a:1:{i:3;s:9:"menu_load";}', 'to_arg_functions' => '', - 'access_callback' => 'user_register_access', - 'access_arguments' => 'a:0:{}', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:13:"user_register";}', - 'fit' => '3', - 'number_parts' => '2', - 'tab_parent' => 'user', - 'tab_root' => 'user', - 'title' => 'Create new account', + 'page_arguments' => 'a:3:{i:0;s:14:"menu_edit_menu";i:1;s:4:"edit";i:2;i:3;}', + 'fit' => '29', + 'number_parts' => '5', + 'tab_parent' => 'admin/build/menu-customize/%', + 'tab_root' => 'admin/build/menu-customize/%', + 'title' => 'Edit menu', 'title_callback' => 't', 'title_arguments' => '', 'type' => '128', @@ -5389,21 +5367,43 @@ db_insert('menu_router')->fields(array( 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/user/user.pages.inc', + 'file' => 'modules/menu/menu.admin.inc', )) ->values(array( - 'path' => 'user/password', + 'path' => 'admin/build/menu-customize/%/list', + 'load_functions' => 'a:1:{i:3;s:9:"menu_load";}', + 'to_arg_functions' => '', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:2:{i:0;s:18:"menu_overview_form";i:1;i:3;}', + 'fit' => '29', + 'number_parts' => '5', + 'tab_parent' => 'admin/build/menu-customize/%', + 'tab_root' => 'admin/build/menu-customize/%', + 'title' => 'List items', + 'title_callback' => 't', + 'title_arguments' => '', + 'type' => '136', + 'block_callback' => '', + 'description' => '', + 'position' => '', + 'weight' => '-10', + 'file' => 'modules/menu/menu.admin.inc', +)) +->values(array( + 'path' => 'admin/build/menu/add', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_is_anonymous', - 'access_arguments' => 'a:0:{}', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:9:"user_pass";}', - 'fit' => '3', - 'number_parts' => '2', - 'tab_parent' => 'user', - 'tab_root' => 'user', - 'title' => 'Request new password', + 'page_arguments' => 'a:2:{i:0;s:14:"menu_edit_menu";i:1;s:3:"add";}', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/build/menu', + 'tab_root' => 'admin/build/menu', + 'title' => 'Add menu', 'title_callback' => 't', 'title_arguments' => '', 'type' => '128', @@ -5411,21 +5411,21 @@ db_insert('menu_router')->fields(array( 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/user/user.pages.inc', + 'file' => 'modules/menu/menu.admin.inc', )) ->values(array( - 'path' => 'user/autocomplete', - 'load_functions' => '', + 'path' => 'admin/build/menu/item/%/delete', + 'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:20:"access user profiles";}', - 'page_callback' => 'user_autocomplete', - 'page_arguments' => 'a:0:{}', - 'fit' => '3', - 'number_parts' => '2', + 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', + 'page_callback' => 'menu_item_delete_page', + 'page_arguments' => 'a:1:{i:0;i:4;}', + 'fit' => '61', + 'number_parts' => '6', 'tab_parent' => '', - 'tab_root' => 'user/autocomplete', - 'title' => 'User autocomplete', + 'tab_root' => 'admin/build/menu/item/%/delete', + 'title' => 'Delete menu item', 'title_callback' => 't', 'title_arguments' => '', 'type' => '4', @@ -5433,637 +5433,593 @@ db_insert('menu_router')->fields(array( 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/user/user.pages.inc', + 'file' => 'modules/menu/menu.admin.inc', )) ->values(array( - 'path' => 'admin/content', - 'load_functions' => '', + 'path' => 'admin/build/menu/item/%/edit', + 'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'system_admin_menu_block_page', - 'page_arguments' => 'a:0:{}', - 'fit' => '3', - 'number_parts' => '2', + 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:4:{i:0;s:14:"menu_edit_item";i:1;s:4:"edit";i:2;i:4;i:3;N;}', + 'fit' => '61', + 'number_parts' => '6', 'tab_parent' => '', - 'tab_root' => 'admin/content', - 'title' => 'Content management', + 'tab_root' => 'admin/build/menu/item/%/edit', + 'title' => 'Edit menu item', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => "Manage your site's content.", - 'position' => 'left', - 'weight' => '-10', - 'file' => 'modules/system/system.admin.inc', + 'description' => '', + 'position' => '', + 'weight' => '0', + 'file' => 'modules/menu/menu.admin.inc', )) ->values(array( - 'path' => 'admin/reports', - 'load_functions' => '', + 'path' => 'admin/build/menu/item/%/reset', + 'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}', - 'page_callback' => 'system_admin_menu_block_page', - 'page_arguments' => 'a:0:{}', - 'fit' => '3', - 'number_parts' => '2', + 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:2:{i:0;s:23:"menu_reset_item_confirm";i:1;i:4;}', + 'fit' => '61', + 'number_parts' => '6', 'tab_parent' => '', - 'tab_root' => 'admin/reports', - 'title' => 'Reports', + 'tab_root' => 'admin/build/menu/item/%/reset', + 'title' => 'Reset menu item', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => 'View reports from system logs and other status information.', - 'position' => 'left', - 'weight' => '5', - 'file' => 'modules/system/system.admin.inc', + 'description' => '', + 'position' => '', + 'weight' => '0', + 'file' => 'modules/menu/menu.admin.inc', )) ->values(array( - 'path' => 'admin/build', + 'path' => 'admin/build/menu/list', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'system_admin_menu_block_page', + 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', + 'page_callback' => 'menu_overview_page', 'page_arguments' => 'a:0:{}', - 'fit' => '3', - 'number_parts' => '2', - 'tab_parent' => '', - 'tab_root' => 'admin/build', - 'title' => 'Site building', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/build/menu', + 'tab_root' => 'admin/build/menu', + 'title' => 'List menus', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '136', 'block_callback' => '', - 'description' => 'Control how your site looks and feels.', - 'position' => 'right', + 'description' => '', + 'position' => '', 'weight' => '-10', - 'file' => 'modules/system/system.admin.inc', + 'file' => 'modules/menu/menu.admin.inc', )) ->values(array( - 'path' => 'admin/settings', + 'path' => 'admin/build/menu/settings', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'system_settings_overview', - 'page_arguments' => 'a:0:{}', - 'fit' => '3', - 'number_parts' => '2', - 'tab_parent' => '', - 'tab_root' => 'admin/settings', - 'title' => 'Site configuration', + 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:14:"menu_configure";}', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/build/menu', + 'tab_root' => 'admin/build/menu', + 'title' => 'Settings', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', - 'block_callback' => '', - 'description' => 'Adjust basic site configuration options.', - 'position' => 'right', - 'weight' => '-5', - 'file' => 'modules/system/system.admin.inc', -)) -->values(array( - 'path' => 'node/%', - 'load_functions' => 'a:1:{i:1;s:9:"node_load";}', - 'to_arg_functions' => '', - 'access_callback' => 'node_access', - 'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:1;}', - 'page_callback' => 'node_page_view', - 'page_arguments' => 'a:1:{i:0;i:1;}', - 'fit' => '2', - 'number_parts' => '2', - 'tab_parent' => '', - 'tab_root' => 'node/%', - 'title' => '', - 'title_callback' => 'node_page_title', - 'title_arguments' => 'a:1:{i:0;i:1;}', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => '', + 'weight' => '5', + 'file' => 'modules/menu/menu.admin.inc', )) ->values(array( - 'path' => 'admin/user', + 'path' => 'admin/build/modules', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'system_admin_menu_block_page', - 'page_arguments' => 'a:0:{}', - 'fit' => '3', - 'number_parts' => '2', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}', + 'fit' => '7', + 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/user', - 'title' => 'User management', + 'tab_root' => 'admin/build/modules', + 'title' => 'Modules', 'title_callback' => 't', 'title_arguments' => '', 'type' => '6', 'block_callback' => '', - 'description' => "Manage your site's users, groups and access to site features.", - 'position' => 'left', - 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', -)) -->values(array( - 'path' => 'user/%', - 'load_functions' => 'a:1:{i:1;s:22:"user_uid_optional_load";}', - 'to_arg_functions' => 'a:1:{i:1;s:24:"user_uid_optional_to_arg";}', - 'access_callback' => 'user_view_access', - 'access_arguments' => 'a:1:{i:0;i:1;}', - 'page_callback' => 'user_view', - 'page_arguments' => 'a:1:{i:0;i:1;}', - 'fit' => '2', - 'number_parts' => '2', - 'tab_parent' => '', - 'tab_root' => 'user/%', - 'title' => 'My account', - 'title_callback' => 'user_page_title', - 'title_arguments' => 'a:1:{i:0;i:1;}', - 'type' => '6', - 'block_callback' => '', - 'description' => '', + 'description' => 'Enable or disable add-on modules for your site.', 'position' => '', 'weight' => '0', - 'file' => 'modules/user/user.pages.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'node/%/view', - 'load_functions' => 'a:1:{i:1;s:9:"node_load";}', + 'path' => 'admin/build/modules/list', + 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'node_access', - 'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:1;}', - 'page_callback' => 'node_page_view', - 'page_arguments' => 'a:1:{i:0;i:1;}', - 'fit' => '5', - 'number_parts' => '3', - 'tab_parent' => 'node/%', - 'tab_root' => 'node/%', - 'title' => 'View', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/build/modules', + 'tab_root' => 'admin/build/modules', + 'title' => 'List', 'title_callback' => 't', 'title_arguments' => '', 'type' => '136', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '-10', - 'file' => '', + 'weight' => '0', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'user/%/view', - 'load_functions' => 'a:1:{i:1;s:9:"user_load";}', + 'path' => 'admin/build/modules/list/confirm', + 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_view_access', - 'access_arguments' => 'a:1:{i:0;i:1;}', - 'page_callback' => 'user_view', - 'page_arguments' => 'a:1:{i:0;i:1;}', - 'fit' => '5', - 'number_parts' => '3', - 'tab_parent' => 'user/%', - 'tab_root' => 'user/%', - 'title' => 'View', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}', + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => '', + 'tab_root' => 'admin/build/modules/list/confirm', + 'title' => 'List', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '-10', - 'file' => 'modules/user/user.pages.inc', + 'weight' => '0', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/settings/actions', + 'path' => 'admin/build/modules/uninstall', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}', - 'page_callback' => 'system_actions_manage', - 'page_arguments' => 'a:0:{}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/settings/actions', - 'title' => 'Actions', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:24:"system_modules_uninstall";}', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/build/modules', + 'tab_root' => 'admin/build/modules', + 'title' => 'Uninstall', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '128', 'block_callback' => '', - 'description' => 'Manage the actions defined for your site.', + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => '', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/user/rules', + 'path' => 'admin/build/modules/uninstall/confirm', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}', - 'page_callback' => 'user_admin_access', - 'page_arguments' => 'a:0:{}', - 'fit' => '7', - 'number_parts' => '3', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:24:"system_modules_uninstall";}', + 'fit' => '31', + 'number_parts' => '5', 'tab_parent' => '', - 'tab_root' => 'admin/user/rules', - 'title' => 'Access rules', + 'tab_root' => 'admin/build/modules/uninstall/confirm', + 'title' => 'Uninstall', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => 'List and create rules to disallow usernames, e-mail addresses, and IP addresses.', + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/user/user.admin.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/reports/updates', + 'path' => 'admin/build/path', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'update_status', + 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}', + 'page_callback' => 'path_admin_overview', 'page_arguments' => 'a:0:{}', 'fit' => '7', 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/reports/updates', - 'title' => 'Available updates', + 'tab_root' => 'admin/build/path', + 'title' => 'URL aliases', 'title_callback' => 't', 'title_arguments' => '', 'type' => '6', 'block_callback' => '', - 'description' => 'Get a status report about available updates for your installed modules and themes.', + 'description' => "Change your site's URL paths by aliasing them.", 'position' => '', - 'weight' => '10', - 'file' => 'modules/update/update.report.inc', + 'weight' => '0', + 'file' => 'modules/path/path.admin.inc', )) ->values(array( - 'path' => 'admin/build/block', + 'path' => 'admin/build/path/add', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}', - 'page_callback' => 'block_admin_display', + 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}', + 'page_callback' => 'path_admin_edit', 'page_arguments' => 'a:0:{}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/build/block', - 'title' => 'Blocks', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/build/path', + 'tab_root' => 'admin/build/path', + 'title' => 'Add alias', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '128', 'block_callback' => '', - 'description' => "Configure what block content appears in your site's sidebars and other regions.", + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/block/block.admin.inc', + 'file' => 'modules/path/path.admin.inc', )) ->values(array( - 'path' => 'admin/content/comment', + 'path' => 'admin/build/path/delete', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}', - 'page_callback' => 'comment_admin', - 'page_arguments' => 'a:0:{}', - 'fit' => '7', - 'number_parts' => '3', + 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:25:"path_admin_delete_confirm";}', + 'fit' => '15', + 'number_parts' => '4', 'tab_parent' => '', - 'tab_root' => 'admin/content/comment', - 'title' => 'Comments', + 'tab_root' => 'admin/build/path/delete', + 'title' => 'Delete alias', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => 'List and edit site comments and the comment moderation queue.', + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/comment/comment.admin.inc', + 'file' => 'modules/path/path.admin.inc', )) ->values(array( - 'path' => 'admin/content/types', + 'path' => 'admin/build/path/edit', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', - 'page_callback' => 'node_overview_types', + 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}', + 'page_callback' => 'path_admin_edit', 'page_arguments' => 'a:0:{}', - 'fit' => '7', - 'number_parts' => '3', + 'fit' => '15', + 'number_parts' => '4', 'tab_parent' => '', - 'tab_root' => 'admin/content/types', - 'title' => 'Content types', + 'tab_root' => 'admin/build/path/edit', + 'title' => 'Edit alias', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => 'Manage posts by content type, including default status, front page promotion, etc.', + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/node/content_types.inc', + 'file' => 'modules/path/path.admin.inc', )) ->values(array( - 'path' => 'admin/settings/logging', + 'path' => 'admin/build/path/list', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'system_logging_overview', + 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}', + 'page_callback' => 'path_admin_overview', 'page_arguments' => 'a:0:{}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/settings/logging', - 'title' => 'Logging and alerts', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/build/path', + 'tab_root' => 'admin/build/path', + 'title' => 'List', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '136', 'block_callback' => '', - 'description' => "Settings for logging and alerts modules. Various modules can route Drupal's system events to different destination, such as syslog, database, email, ...etc.", + 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'weight' => '-10', + 'file' => 'modules/path/path.admin.inc', )) ->values(array( - 'path' => 'admin/reports/dblog', + 'path' => 'admin/build/themes', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}', - 'page_callback' => 'dblog_overview', - 'page_arguments' => 'a:0:{}', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:2:{i:0;s:18:"system_themes_form";i:1;N;}', 'fit' => '7', 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/reports/dblog', - 'title' => 'Recent log entries', + 'tab_root' => 'admin/build/themes', + 'title' => 'Themes', 'title_callback' => 't', 'title_arguments' => '', 'type' => '6', 'block_callback' => '', - 'description' => 'View events that have recently been logged.', + 'description' => 'Change which theme your site uses or allows users to set.', 'position' => '', - 'weight' => '-1', - 'file' => 'modules/dblog/dblog.admin.inc', + 'weight' => '0', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/reports/status', + 'path' => 'admin/build/themes/select', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'system_status', - 'page_arguments' => 'a:0:{}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/reports/status', - 'title' => 'Status report', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:2:{i:0;s:18:"system_themes_form";i:1;N;}', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/build/themes', + 'tab_root' => 'admin/build/themes', + 'title' => 'List', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '136', 'block_callback' => '', - 'description' => "Get a status report about your site's operation and any detected problems.", + 'description' => 'Select the default theme.', 'position' => '', - 'weight' => '10', + 'weight' => '-1', 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'taxonomy/term/%', - 'load_functions' => 'a:1:{i:2;N;}', + 'path' => 'admin/build/themes/settings', + 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:14:"access content";}', - 'page_callback' => 'taxonomy_term_page', - 'page_arguments' => 'a:1:{i:0;i:2;}', - 'fit' => '6', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'taxonomy/term/%', - 'title' => 'Taxonomy term', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:21:"system_theme_settings";}', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/build/themes', + 'tab_root' => 'admin/build/themes', + 'title' => 'Configure', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/taxonomy/taxonomy.pages.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/build/path', + 'path' => 'admin/build/themes/settings/bluemarine', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}', - 'page_callback' => 'path_admin_overview', - 'page_arguments' => 'a:0:{}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/build/path', - 'title' => 'URL aliases', + 'access_callback' => '_system_themes_access', + 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:33:"themes/bluemarine/bluemarine.info";s:4:"name";s:10:"bluemarine";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:11:{s:4:"name";s:10:"Bluemarine";s:11:"description";s:66:"Table-based multi-column theme with a marine and ash color scheme.";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/bluemarine/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:27:"themes/bluemarine/script.js";}s:10:"screenshot";s:32:"themes/bluemarine/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/bluemarine/style.css";}}s:6:"engine";s:11:"phptemplate";}}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:10:"bluemarine";}', + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => 'admin/build/themes/settings', + 'tab_root' => 'admin/build/themes', + 'title' => 'Bluemarine', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '128', 'block_callback' => '', - 'description' => "Change your site's URL paths by aliasing them.", + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/path/path.admin.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/help/block', + 'path' => 'admin/build/themes/settings/chameleon', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'help_page', - 'page_arguments' => 'a:1:{i:0;i:2;}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/help/block', - 'title' => 'block', + 'access_callback' => '_system_themes_access', + 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":11:{s:8:"filename";s:31:"themes/chameleon/chameleon.info";s:4:"name";s:9:"chameleon";s:4:"type";s:5:"theme";s:5:"owner";s:32:"themes/chameleon/chameleon.theme";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:10:{s:4:"name";s:9:"Chameleon";s:11:"description";s:42:"Minimalist tabled theme with light colors.";s:7:"regions";a:2:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";}s:8:"features";a:4:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";}s:11:"stylesheets";a:1:{s:3:"all";a:2:{s:9:"style.css";s:26:"themes/chameleon/style.css";s:10:"common.css";s:27:"themes/chameleon/common.css";}}s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:7:"scripts";a:1:{s:9:"script.js";s:26:"themes/chameleon/script.js";}s:10:"screenshot";s:31:"themes/chameleon/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:2:{s:9:"style.css";s:26:"themes/chameleon/style.css";s:10:"common.css";s:27:"themes/chameleon/common.css";}}}}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:9:"chameleon";}', + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => 'admin/build/themes/settings', + 'tab_root' => 'admin/build/themes', + 'title' => 'Chameleon', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/help/help.admin.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/help/color', + 'path' => 'admin/build/themes/settings/garland', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'help_page', - 'page_arguments' => 'a:1:{i:0;i:2;}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/help/color', - 'title' => 'color', + 'access_callback' => '_system_themes_access', + 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:27:"themes/garland/garland.info";s:4:"name";s:7:"garland";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:11:{s:4:"name";s:7:"Garland";s:11:"description";s:66:"Tableless, recolorable, multi-column, fluid width theme (default).";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:7:"scripts";a:1:{s:9:"script.js";s:24:"themes/garland/script.js";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:6:"engine";s:11:"phptemplate";}}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:7:"garland";}', + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => 'admin/build/themes/settings', + 'tab_root' => 'admin/build/themes', + 'title' => 'Garland', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/help/help.admin.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/help/comment', + 'path' => 'admin/build/themes/settings/global', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'help_page', - 'page_arguments' => 'a:1:{i:0;i:2;}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/help/comment', - 'title' => 'comment', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:21:"system_theme_settings";}', + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => 'admin/build/themes/settings', + 'tab_root' => 'admin/build/themes', + 'title' => 'Global settings', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '136', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/help/help.admin.inc', + 'weight' => '-1', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/help/dblog', + 'path' => 'admin/build/themes/settings/marvin', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'help_page', - 'page_arguments' => 'a:1:{i:0;i:2;}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/help/dblog', - 'title' => 'dblog', + 'access_callback' => '_system_themes_access', + 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:35:"themes/chameleon/marvin/marvin.info";s:4:"name";s:6:"marvin";s:4:"type";s:5:"theme";s:5:"owner";s:0:"";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:11:{s:4:"name";s:6:"Marvin";s:11:"description";s:31:"Boxy tabled theme in all grays.";s:7:"regions";a:2:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";}s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:10:"base theme";s:9:"chameleon";s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:33:"themes/chameleon/marvin/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:33:"themes/chameleon/marvin/script.js";}s:10:"screenshot";s:38:"themes/chameleon/marvin/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:33:"themes/chameleon/marvin/style.css";}}s:10:"base_theme";s:9:"chameleon";}}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:6:"marvin";}', + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => 'admin/build/themes/settings', + 'tab_root' => 'admin/build/themes', + 'title' => 'Marvin', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/help/help.admin.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/help/filter', + 'path' => 'admin/build/themes/settings/minnelli', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'help_page', - 'page_arguments' => 'a:1:{i:0;i:2;}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/help/filter', - 'title' => 'filter', + 'access_callback' => '_system_themes_access', + 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":13:{s:8:"filename";s:37:"themes/garland/minnelli/minnelli.info";s:4:"name";s:8:"minnelli";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:12:{s:4:"name";s:8:"Minnelli";s:11:"description";s:56:"Tableless, recolorable, multi-column, fixed width theme.";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:10:"base theme";s:7:"garland";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:12:"minnelli.css";s:36:"themes/garland/minnelli/minnelli.css";}}s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:7:"scripts";a:1:{s:9:"script.js";s:33:"themes/garland/minnelli/script.js";}s:10:"screenshot";s:38:"themes/garland/minnelli/screenshot.png";s:3:"php";s:5:"4.3.5";s:6:"engine";s:11:"phptemplate";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:12:"minnelli.css";s:36:"themes/garland/minnelli/minnelli.css";}}s:6:"engine";s:11:"phptemplate";s:10:"base_theme";s:7:"garland";}}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:8:"minnelli";}', + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => 'admin/build/themes/settings', + 'tab_root' => 'admin/build/themes', + 'title' => 'Minnelli', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/help/help.admin.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/help/help', + 'path' => 'admin/build/themes/settings/pushbutton', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'help_page', - 'page_arguments' => 'a:1:{i:0;i:2;}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/help/help', - 'title' => 'help', + 'access_callback' => '_system_themes_access', + 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:33:"themes/pushbutton/pushbutton.info";s:4:"name";s:10:"pushbutton";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:11:{s:4:"name";s:10:"Pushbutton";s:11:"description";s:52:"Tabled, multi-column theme in blue and orange tones.";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/pushbutton/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:27:"themes/pushbutton/script.js";}s:10:"screenshot";s:32:"themes/pushbutton/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/pushbutton/style.css";}}s:6:"engine";s:11:"phptemplate";}}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:10:"pushbutton";}', + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => 'admin/build/themes/settings', + 'tab_root' => 'admin/build/themes', + 'title' => 'Pushbutton', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/help/help.admin.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/help/menu', + 'path' => 'admin/by-module', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'help_page', - 'page_arguments' => 'a:1:{i:0;i:2;}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/help/menu', - 'title' => 'menu', + 'page_callback' => 'system_admin_by_module', + 'page_arguments' => 'a:0:{}', + 'fit' => '3', + 'number_parts' => '2', + 'tab_parent' => 'admin', + 'tab_root' => 'admin', + 'title' => 'By module', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/help/help.admin.inc', + 'weight' => '2', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/help/node', + 'path' => 'admin/by-task', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'help_page', - 'page_arguments' => 'a:1:{i:0;i:2;}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/help/node', - 'title' => 'node', + 'page_callback' => 'system_main_admin_page', + 'page_arguments' => 'a:0:{}', + 'fit' => '3', + 'number_parts' => '2', + 'tab_parent' => 'admin', + 'tab_root' => 'admin', + 'title' => 'By task', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '136', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/help/help.admin.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/help/path', + 'path' => 'admin/compact', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'help_page', - 'page_arguments' => 'a:1:{i:0;i:2;}', - 'fit' => '7', - 'number_parts' => '3', + 'page_callback' => 'system_admin_compact_page', + 'page_arguments' => 'a:0:{}', + 'fit' => '3', + 'number_parts' => '2', 'tab_parent' => '', - 'tab_root' => 'admin/help/path', - 'title' => 'path', + 'tab_root' => 'admin/compact', + 'title' => 'Compact mode', 'title_callback' => 't', 'title_arguments' => '', 'type' => '4', @@ -6071,196 +6027,196 @@ db_insert('menu_router')->fields(array( 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/help/help.admin.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/help/poll', + 'path' => 'admin/content', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'help_page', - 'page_arguments' => 'a:1:{i:0;i:2;}', - 'fit' => '7', - 'number_parts' => '3', + 'page_callback' => 'system_admin_menu_block_page', + 'page_arguments' => 'a:0:{}', + 'fit' => '3', + 'number_parts' => '2', 'tab_parent' => '', - 'tab_root' => 'admin/help/poll', - 'title' => 'poll', + 'tab_root' => 'admin/content', + 'title' => 'Content management', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', - 'description' => '', - 'position' => '', - 'weight' => '0', - 'file' => 'modules/help/help.admin.inc', + 'description' => "Manage your site's content.", + 'position' => 'left', + 'weight' => '-10', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/help/system', + 'path' => 'admin/content/comment', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'help_page', - 'page_arguments' => 'a:1:{i:0;i:2;}', + 'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}', + 'page_callback' => 'comment_admin', + 'page_arguments' => 'a:0:{}', 'fit' => '7', 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/help/system', - 'title' => 'system', + 'tab_root' => 'admin/content/comment', + 'title' => 'Comments', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => 'List and edit site comments and the comment moderation queue.', 'position' => '', 'weight' => '0', - 'file' => 'modules/help/help.admin.inc', + 'file' => 'modules/comment/comment.admin.inc', )) ->values(array( - 'path' => 'admin/help/taxonomy', + 'path' => 'admin/content/comment/approval', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'help_page', - 'page_arguments' => 'a:1:{i:0;i:2;}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/help/taxonomy', - 'title' => 'taxonomy', + 'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}', + 'page_callback' => 'comment_admin', + 'page_arguments' => 'a:1:{i:0;s:8:"approval";}', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/content/comment', + 'tab_root' => 'admin/content/comment', + 'title' => 'Approval queue', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/help/help.admin.inc', + 'file' => 'modules/comment/comment.admin.inc', )) ->values(array( - 'path' => 'admin/help/update', + 'path' => 'admin/content/comment/new', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'help_page', - 'page_arguments' => 'a:1:{i:0;i:2;}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/help/update', - 'title' => 'update', + 'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}', + 'page_callback' => 'comment_admin', + 'page_arguments' => 'a:0:{}', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/content/comment', + 'tab_root' => 'admin/content/comment', + 'title' => 'Published comments', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '136', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/help/help.admin.inc', + 'weight' => '-10', + 'file' => 'modules/comment/comment.admin.inc', )) ->values(array( - 'path' => 'admin/help/user', + 'path' => 'admin/content/node', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'help_page', - 'page_arguments' => 'a:1:{i:0;i:2;}', + 'access_arguments' => 'a:1:{i:0;s:16:"administer nodes";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:18:"node_admin_content";}', 'fit' => '7', 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/help/user', - 'title' => 'user', + 'tab_root' => 'admin/content/node', + 'title' => 'Content', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => "View, edit, and delete your site's content.", 'position' => '', 'weight' => '0', - 'file' => 'modules/help/help.admin.inc', + 'file' => 'modules/node/node.admin.inc', )) ->values(array( - 'path' => 'admin/settings/clean-urls', + 'path' => 'admin/content/node-settings', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'access_arguments' => 'a:1:{i:0;s:16:"administer nodes";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:25:"system_clean_url_settings";}', + 'page_arguments' => 'a:1:{i:0;s:14:"node_configure";}', 'fit' => '7', 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/settings/clean-urls', - 'title' => 'Clean URLs', + 'tab_root' => 'admin/content/node-settings', + 'title' => 'Post settings', 'title_callback' => 't', 'title_arguments' => '', 'type' => '6', 'block_callback' => '', - 'description' => 'Enable or disable clean URLs for your site.', + 'description' => 'Control posting behavior, such as teaser length, requiring previews before posting, and the number of posts on the front page.', 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => 'modules/node/node.admin.inc', )) ->values(array( - 'path' => 'admin/content/node', + 'path' => 'admin/content/node-settings/rebuild', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:16:"administer nodes";}', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:18:"node_admin_content";}', - 'fit' => '7', - 'number_parts' => '3', + 'page_arguments' => 'a:1:{i:0;s:30:"node_configure_rebuild_confirm";}', + 'fit' => '15', + 'number_parts' => '4', 'tab_parent' => '', - 'tab_root' => 'admin/content/node', - 'title' => 'Content', + 'tab_root' => 'admin/content/node-settings/rebuild', + 'title' => 'Rebuild permissions', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => "View, edit, and delete your site's content.", + 'description' => '', 'position' => '', 'weight' => '0', 'file' => 'modules/node/node.admin.inc', )) ->values(array( - 'path' => 'admin/settings/date-time', + 'path' => 'admin/content/node-type/page', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:25:"system_date_time_settings";}', - 'fit' => '7', - 'number_parts' => '3', + '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 page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page 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\";}}", + 'fit' => '15', + 'number_parts' => '4', 'tab_parent' => '', - 'tab_root' => 'admin/settings/date-time', - 'title' => 'Date and time', + 'tab_root' => 'admin/content/node-type/page', + 'title' => 'Page', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => "Settings for how Drupal displays date and time, as well as the system's default timezone.", + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => 'modules/node/content_types.inc', )) ->values(array( - 'path' => 'node/%/delete', - 'load_functions' => 'a:1:{i:1;s:9:"node_load";}', + 'path' => 'admin/content/node-type/page/delete', + 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'node_access', - 'access_arguments' => 'a:2:{i:0;s:6:"delete";i:1;i:1;}', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:19:"node_delete_confirm";i:1;i:1;}', - 'fit' => '5', - 'number_parts' => '3', + '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 page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page 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\";}}", + 'fit' => '31', + 'number_parts' => '5', 'tab_parent' => '', - 'tab_root' => 'node/%/delete', + 'tab_root' => 'admin/content/node-type/page/delete', 'title' => 'Delete', 'title_callback' => 't', 'title_arguments' => '', @@ -6268,971 +6224,971 @@ db_insert('menu_router')->fields(array( 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '1', - 'file' => 'modules/node/node.pages.inc', + 'weight' => '0', + 'file' => 'modules/node/content_types.inc', )) ->values(array( - 'path' => 'user/%/delete', - 'load_functions' => 'a:1:{i:1;s:9:"user_load";}', + 'path' => 'admin/content/node-type/page/edit', + 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}', + 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:19:"user_confirm_delete";i:1;i:1;}', - 'fit' => '5', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'user/%/delete', - 'title' => 'Delete', + '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 page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page 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\";}}", + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => 'admin/content/node-type/page', + 'tab_root' => 'admin/content/node-type/page', + 'title' => 'Edit', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '136', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/user/user.pages.inc', + 'file' => 'modules/node/content_types.inc', )) ->values(array( - 'path' => 'node/%/edit', - 'load_functions' => 'a:1:{i:1;s:9:"node_load";}', + 'path' => 'admin/content/node-type/poll', + 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'node_access', - 'access_arguments' => 'a:2:{i:0;s:6:"update";i:1;i:1;}', - 'page_callback' => 'node_page_edit', - 'page_arguments' => 'a:1:{i:0;i:1;}', - 'fit' => '5', - 'number_parts' => '3', - 'tab_parent' => 'node/%', - 'tab_root' => 'node/%', - 'title' => 'Edit', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;O:8:"stdClass":14:{s:4:"name";s:4:"Poll";s:6:"module";s:4:"poll";s:11:"description";s:191:"A poll is a question with a set of possible responses. A poll, once created, automatically provides a simple running count of the number of votes received for each response.";s:11:"title_label";s:8:"Question";s:8:"has_body";b:0;s:4:"type";s:4:"poll";s:9:"has_title";b:1;s:4:"help";s:0:"";s:14:"min_word_count";i:0;s:6:"custom";b:0;s:8:"modified";b:0;s:6:"locked";b:1;s:9:"orig_type";s:4:"poll";s:6:"is_new";b:1;}}', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => '', + 'tab_root' => 'admin/content/node-type/poll', + 'title' => 'Poll', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '1', - 'file' => 'modules/node/node.pages.inc', + 'weight' => '0', + 'file' => 'modules/node/content_types.inc', )) ->values(array( - 'path' => 'admin/settings/error-reporting', + 'path' => 'admin/content/node-type/poll/delete', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:31:"system_error_reporting_settings";}', - 'fit' => '7', - 'number_parts' => '3', + 'page_arguments' => 'a:2:{i:0;s:24:"node_type_delete_confirm";i:1;O:8:"stdClass":14:{s:4:"name";s:4:"Poll";s:6:"module";s:4:"poll";s:11:"description";s:191:"A poll is a question with a set of possible responses. A poll, once created, automatically provides a simple running count of the number of votes received for each response.";s:11:"title_label";s:8:"Question";s:8:"has_body";b:0;s:4:"type";s:4:"poll";s:9:"has_title";b:1;s:4:"help";s:0:"";s:14:"min_word_count";i:0;s:6:"custom";b:0;s:8:"modified";b:0;s:6:"locked";b:1;s:9:"orig_type";s:4:"poll";s:6:"is_new";b:1;}}', + 'fit' => '31', + 'number_parts' => '5', 'tab_parent' => '', - 'tab_root' => 'admin/settings/error-reporting', - 'title' => 'Error reporting', + 'tab_root' => 'admin/content/node-type/poll/delete', + 'title' => 'Delete', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => 'Control how Drupal deals with errors including 403/404 errors as well as PHP error reporting.', + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => 'modules/node/content_types.inc', )) ->values(array( - 'path' => 'admin/settings/file-system', + 'path' => 'admin/content/node-type/poll/edit', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:27:"system_file_system_settings";}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/settings/file-system', - 'title' => 'File system', + 'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;O:8:"stdClass":14:{s:4:"name";s:4:"Poll";s:6:"module";s:4:"poll";s:11:"description";s:191:"A poll is a question with a set of possible responses. A poll, once created, automatically provides a simple running count of the number of votes received for each response.";s:11:"title_label";s:8:"Question";s:8:"has_body";b:0;s:4:"type";s:4:"poll";s:9:"has_title";b:1;s:4:"help";s:0:"";s:14:"min_word_count";i:0;s:6:"custom";b:0;s:8:"modified";b:0;s:6:"locked";b:1;s:9:"orig_type";s:4:"poll";s:6:"is_new";b:1;}}', + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => 'admin/content/node-type/poll', + 'tab_root' => 'admin/content/node-type/poll', + 'title' => 'Edit', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '136', 'block_callback' => '', - 'description' => 'Tell Drupal where to store uploaded files and how they are accessed.', + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => 'modules/node/content_types.inc', )) ->values(array( - 'path' => 'admin/settings/image-toolkit', + 'path' => 'admin/content/node-type/story', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:29:"system_image_toolkit_settings";}', - 'fit' => '7', - 'number_parts' => '3', + 'page_arguments' => "a:2:{i:0;s:14:\"node_type_form\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:5:\"story\";s:4:\"name\";s:5:\"Story\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:392:\"A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site's initial home page, and provides the ability to post comments.\";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:5:\"story\";}}", + 'fit' => '15', + 'number_parts' => '4', 'tab_parent' => '', - 'tab_root' => 'admin/settings/image-toolkit', - 'title' => 'Image toolkit', + 'tab_root' => 'admin/content/node-type/story', + 'title' => 'Story', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => 'Choose which image toolkit to use if you have installed optional toolkits.', + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => 'modules/node/content_types.inc', )) ->values(array( - 'path' => 'admin/settings/filters', + 'path' => 'admin/content/node-type/story/delete', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}', + 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:21:"filter_admin_overview";}', - 'fit' => '7', - 'number_parts' => '3', + 'page_arguments' => "a:2:{i:0;s:24:\"node_type_delete_confirm\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:5:\"story\";s:4:\"name\";s:5:\"Story\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:392:\"A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site's initial home page, and provides the ability to post comments.\";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:5:\"story\";}}", + 'fit' => '31', + 'number_parts' => '5', 'tab_parent' => '', - 'tab_root' => 'admin/settings/filters', - 'title' => 'Input formats', + 'tab_root' => 'admin/content/node-type/story/delete', + 'title' => 'Delete', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => 'Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters.', + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/filter/filter.admin.inc', + 'file' => 'modules/node/content_types.inc', )) ->values(array( - 'path' => 'admin/build/menu', + 'path' => 'admin/content/node-type/story/edit', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', - 'page_callback' => 'menu_overview_page', - 'page_arguments' => 'a:0:{}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/build/menu', - 'title' => 'Menus', + 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => "a:2:{i:0;s:14:\"node_type_form\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:5:\"story\";s:4:\"name\";s:5:\"Story\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:392:\"A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site's initial home page, and provides the ability to post comments.\";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:5:\"story\";}}", + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => 'admin/content/node-type/story', + 'tab_root' => 'admin/content/node-type/story', + 'title' => 'Edit', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '136', 'block_callback' => '', - 'description' => "Control your site's navigation menu, primary links and secondary links. as well as rename and reorganize menu items.", + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/menu/menu.admin.inc', + 'file' => 'modules/node/content_types.inc', )) ->values(array( - 'path' => 'admin/build/modules', + 'path' => 'admin/content/node/overview', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'access_arguments' => 'a:1:{i:0;s:16:"administer nodes";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/build/modules', - 'title' => 'Modules', + 'page_arguments' => 'a:1:{i:0;s:18:"node_admin_content";}', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/content/node', + 'tab_root' => 'admin/content/node', + 'title' => 'List', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '136', 'block_callback' => '', - 'description' => 'Enable or disable add-on modules for your site.', + 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'weight' => '-10', + 'file' => 'modules/node/node.admin.inc', )) ->values(array( - 'path' => 'admin/settings/performance', + 'path' => 'admin/content/rss-publishing', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:27:"system_performance_settings";}', + 'page_arguments' => 'a:1:{i:0;s:25:"system_rss_feeds_settings";}', 'fit' => '7', 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/settings/performance', - 'title' => 'Performance', + 'tab_root' => 'admin/content/rss-publishing', + 'title' => 'RSS publishing', 'title_callback' => 't', 'title_arguments' => '', 'type' => '6', 'block_callback' => '', - 'description' => 'Enable or disable page caching for anonymous users and set CSS and JS bandwidth optimization options.', + 'description' => 'Configure the number of items per feed and whether feeds should be titles/teasers/full-text.', 'position' => '', 'weight' => '0', 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/user/permissions', + 'path' => 'admin/content/taxonomy', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}', + 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:15:"user_admin_perm";}', + 'page_arguments' => 'a:1:{i:0;s:30:"taxonomy_overview_vocabularies";}', 'fit' => '7', 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/user/permissions', - 'title' => 'Permissions', + 'tab_root' => 'admin/content/taxonomy', + 'title' => 'Taxonomy', 'title_callback' => 't', 'title_arguments' => '', 'type' => '6', 'block_callback' => '', - 'description' => 'Determine access to features by selecting permissions for roles.', + 'description' => 'Manage tagging, categorization, and classification of your content.', 'position' => '', 'weight' => '0', - 'file' => 'modules/user/user.admin.inc', + 'file' => 'modules/taxonomy/taxonomy.admin.inc', )) ->values(array( - 'path' => 'admin/content/node-settings', - 'load_functions' => '', + 'path' => 'admin/content/taxonomy/%', + 'load_functions' => 'a:1:{i:3;s:24:"taxonomy_vocabulary_load";}', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:16:"administer nodes";}', + 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:14:"node_configure";}', - 'fit' => '7', - 'number_parts' => '3', + 'page_arguments' => 'a:2:{i:0;s:23:"taxonomy_overview_terms";i:1;i:3;}', + 'fit' => '14', + 'number_parts' => '4', 'tab_parent' => '', - 'tab_root' => 'admin/content/node-settings', - 'title' => 'Post settings', + 'tab_root' => 'admin/content/taxonomy/%', + 'title' => 'List terms', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => 'Control posting behavior, such as teaser length, requiring previews before posting, and the number of posts on the front page.', + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/node/node.admin.inc', + 'file' => 'modules/taxonomy/taxonomy.admin.inc', )) ->values(array( - 'path' => 'admin/content/rss-publishing', - 'load_functions' => '', + 'path' => 'admin/content/taxonomy/%/add/term', + 'load_functions' => 'a:1:{i:3;s:24:"taxonomy_vocabulary_load";}', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:25:"system_rss_feeds_settings";}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/content/rss-publishing', - 'title' => 'RSS publishing', + 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}', + 'page_callback' => 'taxonomy_add_term_page', + 'page_arguments' => 'a:1:{i:0;i:3;}', + 'fit' => '59', + 'number_parts' => '6', + 'tab_parent' => 'admin/content/taxonomy/%', + 'tab_root' => 'admin/content/taxonomy/%', + 'title' => 'Add term', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '128', 'block_callback' => '', - 'description' => 'Configure the number of items per feed and whether feeds should be titles/teasers/full-text.', + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => 'modules/taxonomy/taxonomy.admin.inc', )) ->values(array( - 'path' => 'comment/reply/%', - 'load_functions' => 'a:1:{i:2;s:9:"node_load";}', + 'path' => 'admin/content/taxonomy/%/list', + 'load_functions' => 'a:1:{i:3;s:24:"taxonomy_vocabulary_load";}', 'to_arg_functions' => '', - 'access_callback' => 'node_access', - 'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:2;}', - 'page_callback' => 'comment_reply', - 'page_arguments' => 'a:1:{i:0;i:2;}', - 'fit' => '6', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'comment/reply/%', - 'title' => 'Reply to comment', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:2:{i:0;s:23:"taxonomy_overview_terms";i:1;i:3;}', + 'fit' => '29', + 'number_parts' => '5', + 'tab_parent' => 'admin/content/taxonomy/%', + 'tab_root' => 'admin/content/taxonomy/%', + 'title' => 'List', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '136', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/comment/comment.pages.inc', + 'weight' => '-10', + 'file' => 'modules/taxonomy/taxonomy.admin.inc', )) ->values(array( - 'path' => 'node/%/results', - 'load_functions' => 'a:1:{i:1;s:9:"node_load";}', + 'path' => 'admin/content/taxonomy/add/vocabulary', + 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => '_poll_menu_access', - 'access_arguments' => 'a:3:{i:0;i:1;i:1;s:14:"access content";i:2;b:1;}', - 'page_callback' => 'poll_results', - 'page_arguments' => 'a:1:{i:0;i:1;}', - 'fit' => '5', - 'number_parts' => '3', - 'tab_parent' => 'node/%', - 'tab_root' => 'node/%', - 'title' => 'Results', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:24:"taxonomy_form_vocabulary";}', + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => 'admin/content/taxonomy', + 'tab_root' => 'admin/content/taxonomy', + 'title' => 'Add vocabulary', 'title_callback' => 't', 'title_arguments' => '', 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '3', - 'file' => 'modules/poll/poll.pages.inc', + 'weight' => '0', + 'file' => 'modules/taxonomy/taxonomy.admin.inc', )) ->values(array( - 'path' => 'node/%/revisions', - 'load_functions' => 'a:1:{i:1;s:9:"node_load";}', + 'path' => 'admin/content/taxonomy/edit/term', + 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => '_node_revision_access', - 'access_arguments' => 'a:1:{i:0;i:1;}', - 'page_callback' => 'node_revision_overview', - 'page_arguments' => 'a:1:{i:0;i:1;}', - 'fit' => '5', - 'number_parts' => '3', - 'tab_parent' => 'node/%', - 'tab_root' => 'node/%', - 'title' => 'Revisions', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}', + 'page_callback' => 'taxonomy_admin_term_edit', + 'page_arguments' => 'a:0:{}', + 'fit' => '31', + 'number_parts' => '5', + 'tab_parent' => '', + 'tab_root' => 'admin/content/taxonomy/edit/term', + 'title' => 'Edit term', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '2', - 'file' => 'modules/node/node.pages.inc', + 'weight' => '0', + 'file' => 'modules/taxonomy/taxonomy.admin.inc', )) ->values(array( - 'path' => 'admin/user/roles', - 'load_functions' => '', + 'path' => 'admin/content/taxonomy/edit/vocabulary/%', + 'load_functions' => 'a:1:{i:5;s:24:"taxonomy_vocabulary_load";}', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:19:"user_admin_new_role";}', - 'fit' => '7', - 'number_parts' => '3', + 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}', + 'page_callback' => 'taxonomy_admin_vocabulary_edit', + 'page_arguments' => 'a:1:{i:0;i:5;}', + 'fit' => '62', + 'number_parts' => '6', 'tab_parent' => '', - 'tab_root' => 'admin/user/roles', - 'title' => 'Roles', + 'tab_root' => 'admin/content/taxonomy/edit/vocabulary/%', + 'title' => 'Edit vocabulary', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => 'List, edit, or add user roles.', + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/user/user.admin.inc', + 'file' => 'modules/taxonomy/taxonomy.admin.inc', )) ->values(array( - 'path' => 'admin/settings/site-information', + 'path' => 'admin/content/taxonomy/list', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:32:"system_site_information_settings";}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/settings/site-information', - 'title' => 'Site information', + 'page_arguments' => 'a:1:{i:0;s:30:"taxonomy_overview_vocabularies";}', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/content/taxonomy', + 'tab_root' => 'admin/content/taxonomy', + 'title' => 'List', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '136', 'block_callback' => '', - 'description' => 'Change basic site information, such as the site name, slogan, e-mail address, mission, front page and more.', + 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'weight' => '-10', + 'file' => 'modules/taxonomy/taxonomy.admin.inc', )) ->values(array( - 'path' => 'admin/settings/site-maintenance', + 'path' => 'admin/content/types', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:32:"system_site_maintenance_settings";}', + 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', + 'page_callback' => 'node_overview_types', + 'page_arguments' => 'a:0:{}', 'fit' => '7', 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/settings/site-maintenance', - 'title' => 'Site maintenance', + 'tab_root' => 'admin/content/types', + 'title' => 'Content types', 'title_callback' => 't', 'title_arguments' => '', 'type' => '6', 'block_callback' => '', - 'description' => 'Take the site off-line for maintenance or bring it back online.', + 'description' => 'Manage posts by content type, including default status, front page promotion, etc.', 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => 'modules/node/content_types.inc', )) ->values(array( - 'path' => 'admin/content/taxonomy', + 'path' => 'admin/content/types/add', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}', + 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:30:"taxonomy_overview_vocabularies";}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/content/taxonomy', - 'title' => 'Taxonomy', + 'page_arguments' => 'a:1:{i:0;s:14:"node_type_form";}', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/content/types', + 'tab_root' => 'admin/content/types', + 'title' => 'Add content type', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '128', 'block_callback' => '', - 'description' => 'Manage tagging, categorization, and classification of your content.', + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/taxonomy/taxonomy.admin.inc', + 'file' => 'modules/node/content_types.inc', )) ->values(array( - 'path' => 'admin/build/themes', + 'path' => 'admin/content/types/list', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:18:"system_themes_form";i:1;N;}', - 'fit' => '7', - 'number_parts' => '3', - 'tab_parent' => '', - 'tab_root' => 'admin/build/themes', - 'title' => 'Themes', + 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', + 'page_callback' => 'node_overview_types', + 'page_arguments' => 'a:0:{}', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/content/types', + 'tab_root' => 'admin/content/types', + 'title' => 'List', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '136', 'block_callback' => '', - 'description' => 'Change which theme your site uses or allows users to set.', + 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'weight' => '-10', + 'file' => 'modules/node/content_types.inc', )) ->values(array( - 'path' => 'admin/reports/access-denied', + 'path' => 'admin/help', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}', - 'page_callback' => 'dblog_top', - 'page_arguments' => 'a:1:{i:0;s:13:"access denied";}', - 'fit' => '7', - 'number_parts' => '3', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'help_main', + 'page_arguments' => 'a:0:{}', + 'fit' => '3', + 'number_parts' => '2', 'tab_parent' => '', - 'tab_root' => 'admin/reports/access-denied', - 'title' => "Top 'access denied' errors", + 'tab_root' => 'admin/help', + 'title' => 'Help', 'title_callback' => 't', 'title_arguments' => '', 'type' => '6', 'block_callback' => '', - 'description' => "View 'access denied' errors (403s).", + 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/dblog/dblog.admin.inc', + 'weight' => '9', + 'file' => 'modules/help/help.admin.inc', )) ->values(array( - 'path' => 'admin/reports/page-not-found', + 'path' => 'admin/help/block', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}', - 'page_callback' => 'dblog_top', - 'page_arguments' => 'a:1:{i:0;s:14:"page not found";}', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'help_page', + 'page_arguments' => 'a:1:{i:0;i:2;}', 'fit' => '7', 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/reports/page-not-found', - 'title' => "Top 'page not found' errors", + 'tab_root' => 'admin/help/block', + 'title' => 'block', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => "View 'page not found' errors (404s).", + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/dblog/dblog.admin.inc', + 'file' => 'modules/help/help.admin.inc', )) ->values(array( - 'path' => 'admin/user/settings', + 'path' => 'admin/help/color', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:19:"user_admin_settings";}', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'help_page', + 'page_arguments' => 'a:1:{i:0;i:2;}', 'fit' => '7', 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/user/settings', - 'title' => 'User settings', + 'tab_root' => 'admin/help/color', + 'title' => 'color', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => 'Configure default behavior of users, including registration requirements, e-mails, and user pictures.', + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/user/user.admin.inc', + 'file' => 'modules/help/help.admin.inc', )) ->values(array( - 'path' => 'admin/user/user', + 'path' => 'admin/help/comment', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}', - 'page_callback' => 'user_admin', - 'page_arguments' => 'a:1:{i:0;s:4:"list";}', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'help_page', + 'page_arguments' => 'a:1:{i:0;i:2;}', 'fit' => '7', 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/user/user', - 'title' => 'Users', + 'tab_root' => 'admin/help/comment', + 'title' => 'comment', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => 'List, add, and edit users.', + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/user/user.admin.inc', + 'file' => 'modules/help/help.admin.inc', )) ->values(array( - 'path' => 'node/%/votes', - 'load_functions' => 'a:1:{i:1;s:9:"node_load";}', + 'path' => 'admin/help/dblog', + 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => '_poll_menu_access', - 'access_arguments' => 'a:3:{i:0;i:1;i:1;s:17:"inspect all votes";i:2;b:0;}', - 'page_callback' => 'poll_votes', - 'page_arguments' => 'a:1:{i:0;i:1;}', - 'fit' => '5', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'help_page', + 'page_arguments' => 'a:1:{i:0;i:2;}', + 'fit' => '7', 'number_parts' => '3', - 'tab_parent' => 'node/%', - 'tab_root' => 'node/%', - 'title' => 'Votes', + 'tab_parent' => '', + 'tab_root' => 'admin/help/dblog', + 'title' => 'dblog', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '3', - 'file' => 'modules/poll/poll.pages.inc', + 'weight' => '0', + 'file' => 'modules/help/help.admin.inc', )) ->values(array( - 'path' => 'user/%/edit', - 'load_functions' => 'a:1:{i:1;a:1:{s:18:"user_category_load";a:2:{i:0;s:4:"%map";i:1;s:6:"%index";}}}', + 'path' => 'admin/help/filter', + 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_edit_access', - 'access_arguments' => 'a:1:{i:0;i:1;}', - 'page_callback' => 'user_edit', - 'page_arguments' => 'a:1:{i:0;i:1;}', - 'fit' => '5', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'help_page', + 'page_arguments' => 'a:1:{i:0;i:2;}', + 'fit' => '7', 'number_parts' => '3', - 'tab_parent' => 'user/%', - 'tab_root' => 'user/%', - 'title' => 'Edit', + 'tab_parent' => '', + 'tab_root' => 'admin/help/filter', + 'title' => 'filter', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/user/user.pages.inc', + 'file' => 'modules/help/help.admin.inc', )) ->values(array( - 'path' => 'admin/settings/admin', + 'path' => 'admin/help/help', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:27:"system_admin_theme_settings";}', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'help_page', + 'page_arguments' => 'a:1:{i:0;i:2;}', 'fit' => '7', 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/settings/admin', - 'title' => 'Administration theme', + 'tab_root' => 'admin/help/help', + 'title' => 'help', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', - 'block_callback' => 'system_admin_theme_settings', - 'description' => 'Settings for how your administrative pages should look.', - 'position' => 'left', + 'type' => '4', + 'block_callback' => '', + 'description' => '', + 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => 'modules/help/help.admin.inc', )) ->values(array( - 'path' => 'node/add/page', + 'path' => 'admin/help/menu', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'node_access', - 'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"page";}', - 'page_callback' => 'node_add', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'help_page', 'page_arguments' => 'a:1:{i:0;i:2;}', 'fit' => '7', 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'node/add/page', - 'title' => 'Page', - 'title_callback' => 'check_plain', + 'tab_root' => 'admin/help/menu', + 'title' => 'menu', + 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => "A page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page entry does not allow visitor comments and is not featured on the site's initial home page.", + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/node/node.pages.inc', + 'file' => 'modules/help/help.admin.inc', )) ->values(array( - 'path' => 'node/add/poll', + 'path' => 'admin/help/node', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'node_access', - 'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"poll";}', - 'page_callback' => 'node_add', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'help_page', 'page_arguments' => 'a:1:{i:0;i:2;}', 'fit' => '7', 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'node/add/poll', - 'title' => 'Poll', - 'title_callback' => 'check_plain', + 'tab_root' => 'admin/help/node', + 'title' => 'node', + 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => 'A poll is a question with a set of possible responses. A poll, once created, automatically provides a simple running count of the number of votes received for each response.', + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/node/node.pages.inc', + 'file' => 'modules/help/help.admin.inc', )) ->values(array( - 'path' => 'node/add/story', + 'path' => 'admin/help/path', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'node_access', - 'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:5:"story";}', - 'page_callback' => 'node_add', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'help_page', 'page_arguments' => 'a:1:{i:0;i:2;}', 'fit' => '7', 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'node/add/story', - 'title' => 'Story', - 'title_callback' => 'check_plain', + 'tab_root' => 'admin/help/path', + 'title' => 'path', + 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => "A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site's initial home page, and provides the ability to post comments.", + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/node/node.pages.inc', + 'file' => 'modules/help/help.admin.inc', )) ->values(array( - 'path' => 'admin/build/block/list', + 'path' => 'admin/help/poll', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}', - 'page_callback' => 'block_admin_display', - 'page_arguments' => 'a:0:{}', - 'fit' => '15', - 'number_parts' => '4', - 'tab_parent' => 'admin/build/block', - 'tab_root' => 'admin/build/block', - 'title' => 'List', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'help_page', + 'page_arguments' => 'a:1:{i:0;i:2;}', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'admin/help/poll', + 'title' => 'poll', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '-10', - 'file' => 'modules/block/block.admin.inc', + 'weight' => '0', + 'file' => 'modules/help/help.admin.inc', )) ->values(array( - 'path' => 'admin/content/node/overview', + 'path' => 'admin/help/system', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:16:"administer nodes";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:18:"node_admin_content";}', - 'fit' => '15', - 'number_parts' => '4', - 'tab_parent' => 'admin/content/node', - 'tab_root' => 'admin/content/node', - 'title' => 'List', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'help_page', + 'page_arguments' => 'a:1:{i:0;i:2;}', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'admin/help/system', + 'title' => 'system', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '-10', - 'file' => 'modules/node/node.admin.inc', + 'weight' => '0', + 'file' => 'modules/help/help.admin.inc', )) ->values(array( - 'path' => 'admin/content/types/list', + 'path' => 'admin/help/taxonomy', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', - 'page_callback' => 'node_overview_types', - 'page_arguments' => 'a:0:{}', - 'fit' => '15', - 'number_parts' => '4', - 'tab_parent' => 'admin/content/types', - 'tab_root' => 'admin/content/types', - 'title' => 'List', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'help_page', + 'page_arguments' => 'a:1:{i:0;i:2;}', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'admin/help/taxonomy', + 'title' => 'taxonomy', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '-10', - 'file' => 'modules/node/content_types.inc', + 'weight' => '0', + 'file' => 'modules/help/help.admin.inc', )) ->values(array( - 'path' => 'admin/build/path/list', + 'path' => 'admin/help/update', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}', - 'page_callback' => 'path_admin_overview', - 'page_arguments' => 'a:0:{}', - 'fit' => '15', - 'number_parts' => '4', - 'tab_parent' => 'admin/build/path', - 'tab_root' => 'admin/build/path', - 'title' => 'List', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'help_page', + 'page_arguments' => 'a:1:{i:0;i:2;}', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'admin/help/update', + 'title' => 'update', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '-10', - 'file' => 'modules/path/path.admin.inc', + 'weight' => '0', + 'file' => 'modules/help/help.admin.inc', )) ->values(array( - 'path' => 'admin/content/taxonomy/list', + 'path' => 'admin/help/user', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:30:"taxonomy_overview_vocabularies";}', - 'fit' => '15', - 'number_parts' => '4', - 'tab_parent' => 'admin/content/taxonomy', - 'tab_root' => 'admin/content/taxonomy', - 'title' => 'List', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'help_page', + 'page_arguments' => 'a:1:{i:0;i:2;}', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'admin/help/user', + 'title' => 'user', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '-10', - 'file' => 'modules/taxonomy/taxonomy.admin.inc', + 'weight' => '0', + 'file' => 'modules/help/help.admin.inc', )) ->values(array( - 'path' => 'admin/user/user/list', + 'path' => 'admin/reports', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}', - 'page_callback' => 'user_admin', - 'page_arguments' => 'a:1:{i:0;s:4:"list";}', - 'fit' => '15', - 'number_parts' => '4', - 'tab_parent' => 'admin/user/user', - 'tab_root' => 'admin/user/user', - 'title' => 'List', + 'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}', + 'page_callback' => 'system_admin_menu_block_page', + 'page_arguments' => 'a:0:{}', + 'fit' => '3', + 'number_parts' => '2', + 'tab_parent' => '', + 'tab_root' => 'admin/reports', + 'title' => 'Reports', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '6', 'block_callback' => '', - 'description' => '', - 'position' => '', - 'weight' => '-10', - 'file' => 'modules/user/user.admin.inc', + 'description' => 'View reports from system logs and other status information.', + 'position' => 'left', + 'weight' => '5', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/settings/filters/list', + 'path' => 'admin/reports/access-denied', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:21:"filter_admin_overview";}', - 'fit' => '15', - 'number_parts' => '4', - 'tab_parent' => 'admin/settings/filters', - 'tab_root' => 'admin/settings/filters', - 'title' => 'List', + 'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}', + 'page_callback' => 'dblog_top', + 'page_arguments' => 'a:1:{i:0;s:13:"access denied";}', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'admin/reports/access-denied', + 'title' => "Top 'access denied' errors", 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => "View 'access denied' errors (403s).", 'position' => '', 'weight' => '0', - 'file' => 'modules/filter/filter.admin.inc', + 'file' => 'modules/dblog/dblog.admin.inc', )) ->values(array( - 'path' => 'admin/user/rules/list', + 'path' => 'admin/reports/dblog', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}', - 'page_callback' => 'user_admin_access', + 'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}', + 'page_callback' => 'dblog_overview', 'page_arguments' => 'a:0:{}', - 'fit' => '15', - 'number_parts' => '4', - 'tab_parent' => 'admin/user/rules', - 'tab_root' => 'admin/user/rules', - 'title' => 'List', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'admin/reports/dblog', + 'title' => 'Recent log entries', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => 'View events that have recently been logged.', 'position' => '', - 'weight' => '-10', - 'file' => 'modules/user/user.admin.inc', + 'weight' => '-1', + 'file' => 'modules/dblog/dblog.admin.inc', )) ->values(array( - 'path' => 'admin/build/modules/list', - 'load_functions' => '', + 'path' => 'admin/reports/event/%', + 'load_functions' => 'a:1:{i:3;N;}', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}', - 'fit' => '15', + 'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}', + 'page_callback' => 'dblog_event', + 'page_arguments' => 'a:1:{i:0;i:3;}', + 'fit' => '14', 'number_parts' => '4', - 'tab_parent' => 'admin/build/modules', - 'tab_root' => 'admin/build/modules', - 'title' => 'List', + 'tab_parent' => '', + 'tab_root' => 'admin/reports/event/%', + 'title' => 'Details', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => 'modules/dblog/dblog.admin.inc', )) ->values(array( - 'path' => 'admin/content/comment/new', + 'path' => 'admin/reports/page-not-found', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}', - 'page_callback' => 'comment_admin', - 'page_arguments' => 'a:0:{}', - 'fit' => '15', - 'number_parts' => '4', - 'tab_parent' => 'admin/content/comment', - 'tab_root' => 'admin/content/comment', - 'title' => 'Published comments', + 'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}', + 'page_callback' => 'dblog_top', + 'page_arguments' => 'a:1:{i:0;s:14:"page not found";}', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'admin/reports/page-not-found', + 'title' => "Top 'page not found' errors", 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => "View 'page not found' errors (404s).", 'position' => '', - 'weight' => '-10', - 'file' => 'modules/comment/comment.admin.inc', + 'weight' => '0', + 'file' => 'modules/dblog/dblog.admin.inc', )) ->values(array( - 'path' => 'user/%/edit/account', - 'load_functions' => 'a:1:{i:1;a:1:{s:18:"user_category_load";a:2:{i:0;s:4:"%map";i:1;s:6:"%index";}}}', + 'path' => 'admin/reports/status', + 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_edit_access', - 'access_arguments' => 'a:1:{i:0;i:1;}', - 'page_callback' => 'user_edit', - 'page_arguments' => 'a:1:{i:0;i:1;}', - 'fit' => '11', - 'number_parts' => '4', - 'tab_parent' => 'user/%/edit', - 'tab_root' => 'user/%', - 'title' => 'Account', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'page_callback' => 'system_status', + 'page_arguments' => 'a:0:{}', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'admin/reports/status', + 'title' => 'Status report', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => "Get a status report about your site's operation and any detected problems.", 'position' => '', - 'weight' => '0', - 'file' => 'modules/user/user.pages.inc', + 'weight' => '10', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/build/themes/select', + 'path' => 'admin/reports/status/php', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:18:"system_themes_form";i:1;N;}', + 'page_callback' => 'system_php', + 'page_arguments' => 'a:0:{}', 'fit' => '15', 'number_parts' => '4', - 'tab_parent' => 'admin/build/themes', - 'tab_root' => 'admin/build/themes', - 'title' => 'List', + 'tab_parent' => '', + 'tab_root' => 'admin/reports/status/php', + 'title' => 'PHP', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '4', 'block_callback' => '', - 'description' => 'Select the default theme.', + 'description' => '', 'position' => '', - 'weight' => '-1', + 'weight' => '0', 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/build/menu/list', + 'path' => 'admin/reports/status/run-cron', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', - 'page_callback' => 'menu_overview_page', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'page_callback' => 'system_run_cron', 'page_arguments' => 'a:0:{}', 'fit' => '15', 'number_parts' => '4', - 'tab_parent' => 'admin/build/menu', - 'tab_root' => 'admin/build/menu', - 'title' => 'List menus', + 'tab_parent' => '', + 'tab_root' => 'admin/reports/status/run-cron', + 'title' => 'Run cron', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '-10', - 'file' => 'modules/menu/menu.admin.inc', + 'weight' => '0', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/build/themes/settings', + 'path' => 'admin/reports/status/sql', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:21:"system_theme_settings";}', + 'page_callback' => 'system_sql', + 'page_arguments' => 'a:0:{}', 'fit' => '15', 'number_parts' => '4', - 'tab_parent' => 'admin/build/themes', - 'tab_root' => 'admin/build/themes', - 'title' => 'Configure', + 'tab_parent' => '', + 'tab_root' => 'admin/reports/status/sql', + 'title' => 'SQL', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', @@ -7240,40 +7196,40 @@ db_insert('menu_router')->fields(array( 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/settings/actions/manage', + 'path' => 'admin/reports/updates', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}', - 'page_callback' => 'system_actions_manage', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'page_callback' => 'update_status', 'page_arguments' => 'a:0:{}', - 'fit' => '15', - 'number_parts' => '4', - 'tab_parent' => 'admin/settings/actions', - 'tab_root' => 'admin/settings/actions', - 'title' => 'Manage actions', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'admin/reports/updates', + 'title' => 'Available updates', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '6', 'block_callback' => '', - 'description' => 'Manage the actions defined for your site.', + 'description' => 'Get a status report about available updates for your installed modules and themes.', 'position' => '', - 'weight' => '-2', - 'file' => '', + 'weight' => '10', + 'file' => 'modules/update/update.report.inc', )) ->values(array( - 'path' => 'admin/settings/actions/orphan', + 'path' => 'admin/reports/updates/check', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}', - 'page_callback' => 'system_actions_remove_orphans', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'page_callback' => 'update_manual_status', 'page_arguments' => 'a:0:{}', 'fit' => '15', 'number_parts' => '4', 'tab_parent' => '', - 'tab_root' => 'admin/settings/actions/orphan', - 'title' => 'Remove orphans', + 'tab_root' => 'admin/reports/updates/check', + 'title' => 'Manual update check', 'title_callback' => 't', 'title_arguments' => '', 'type' => '4', @@ -7281,43 +7237,43 @@ db_insert('menu_router')->fields(array( 'description' => '', 'position' => '', 'weight' => '0', - 'file' => '', + 'file' => 'modules/update/update.fetch.inc', )) ->values(array( - 'path' => 'admin/build/modules/uninstall', + 'path' => 'admin/reports/updates/list', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:24:"system_modules_uninstall";}', + 'page_callback' => 'update_status', + 'page_arguments' => 'a:0:{}', 'fit' => '15', 'number_parts' => '4', - 'tab_parent' => 'admin/build/modules', - 'tab_root' => 'admin/build/modules', - 'title' => 'Uninstall', + 'tab_parent' => 'admin/reports/updates', + 'tab_root' => 'admin/reports/updates', + 'title' => 'List', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '136', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => 'modules/update/update.report.inc', )) ->values(array( - 'path' => 'admin/build/path/add', + 'path' => 'admin/reports/updates/settings', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}', - 'page_callback' => 'path_admin_edit', - 'page_arguments' => 'a:0:{}', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:15:"update_settings";}', 'fit' => '15', 'number_parts' => '4', - 'tab_parent' => 'admin/build/path', - 'tab_root' => 'admin/build/path', - 'title' => 'Add alias', + 'tab_parent' => 'admin/reports/updates', + 'tab_root' => 'admin/reports/updates', + 'title' => 'Settings', 'title_callback' => 't', 'title_arguments' => '', 'type' => '128', @@ -7325,117 +7281,183 @@ db_insert('menu_router')->fields(array( 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/path/path.admin.inc', + 'file' => 'modules/update/update.settings.inc', )) ->values(array( - 'path' => 'admin/settings/filters/add', + 'path' => 'admin/settings', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}', - 'page_callback' => 'filter_admin_format_page', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'system_settings_overview', 'page_arguments' => 'a:0:{}', - 'fit' => '15', - 'number_parts' => '4', - 'tab_parent' => 'admin/settings/filters', - 'tab_root' => 'admin/settings/filters', - 'title' => 'Add input format', + 'fit' => '3', + 'number_parts' => '2', + 'tab_parent' => '', + 'tab_root' => 'admin/settings', + 'title' => 'Site configuration', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '6', 'block_callback' => '', - 'description' => '', - 'position' => '', - 'weight' => '1', - 'file' => 'modules/filter/filter.admin.inc', + 'description' => 'Adjust basic site configuration options.', + 'position' => 'right', + 'weight' => '-5', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/user/rules/add', + 'path' => 'admin/settings/actions', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}', - 'page_callback' => 'user_admin_access_add', + 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}', + 'page_callback' => 'system_actions_manage', 'page_arguments' => 'a:0:{}', - 'fit' => '15', - 'number_parts' => '4', - 'tab_parent' => 'admin/user/rules', - 'tab_root' => 'admin/user/rules', - 'title' => 'Add rule', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'admin/settings/actions', + 'title' => 'Actions', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => 'Manage the actions defined for your site.', 'position' => '', 'weight' => '0', - 'file' => 'modules/user/user.admin.inc', + 'file' => '', )) ->values(array( - 'path' => 'admin/user/user/create', + 'path' => 'admin/settings/actions/configure', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}', - 'page_callback' => 'user_admin', - 'page_arguments' => 'a:1:{i:0;s:6:"create";}', + 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:24:"system_actions_configure";}', 'fit' => '15', 'number_parts' => '4', - 'tab_parent' => 'admin/user/user', - 'tab_root' => 'admin/user/user', - 'title' => 'Add user', + 'tab_parent' => '', + 'tab_root' => 'admin/settings/actions/configure', + 'title' => 'Configure an advanced action', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/user/user.admin.inc', + 'file' => '', )) ->values(array( - 'path' => 'admin/content/comment/approval', + 'path' => 'admin/settings/actions/delete/%', + 'load_functions' => 'a:1:{i:4;s:12:"actions_load";}', + 'to_arg_functions' => '', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:2:{i:0;s:26:"system_actions_delete_form";i:1;i:4;}', + 'fit' => '30', + 'number_parts' => '5', + 'tab_parent' => '', + 'tab_root' => 'admin/settings/actions/delete/%', + 'title' => 'Delete action', + 'title_callback' => 't', + 'title_arguments' => '', + 'type' => '4', + 'block_callback' => '', + 'description' => 'Delete an action.', + 'position' => '', + 'weight' => '0', + 'file' => '', +)) +->values(array( + 'path' => 'admin/settings/actions/manage', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}', - 'page_callback' => 'comment_admin', - 'page_arguments' => 'a:1:{i:0;s:8:"approval";}', + 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}', + 'page_callback' => 'system_actions_manage', + 'page_arguments' => 'a:0:{}', 'fit' => '15', 'number_parts' => '4', - 'tab_parent' => 'admin/content/comment', - 'tab_root' => 'admin/content/comment', - 'title' => 'Approval queue', + 'tab_parent' => 'admin/settings/actions', + 'tab_root' => 'admin/settings/actions', + 'title' => 'Manage actions', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '136', 'block_callback' => '', - 'description' => '', + 'description' => 'Manage the actions defined for your site.', 'position' => '', - 'weight' => '0', - 'file' => 'modules/comment/comment.admin.inc', + 'weight' => '-2', + 'file' => '', )) ->values(array( - 'path' => 'admin/user/rules/check', + 'path' => 'admin/settings/actions/orphan', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}', - 'page_callback' => 'user_admin_access_check', + 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}', + 'page_callback' => 'system_actions_remove_orphans', 'page_arguments' => 'a:0:{}', 'fit' => '15', 'number_parts' => '4', - 'tab_parent' => 'admin/user/rules', - 'tab_root' => 'admin/user/rules', - 'title' => 'Check rules', + 'tab_parent' => '', + 'tab_root' => 'admin/settings/actions/orphan', + 'title' => 'Remove orphans', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/user/user.admin.inc', + 'file' => '', +)) +->values(array( + 'path' => 'admin/settings/admin', + 'load_functions' => '', + 'to_arg_functions' => '', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:27:"system_admin_theme_settings";}', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'admin/settings/admin', + 'title' => 'Administration theme', + 'title_callback' => 't', + 'title_arguments' => '', + 'type' => '6', + 'block_callback' => 'system_admin_theme_settings', + 'description' => 'Settings for how your administrative pages should look.', + 'position' => 'left', + 'weight' => '0', + 'file' => 'modules/system/system.admin.inc', +)) +->values(array( + 'path' => 'admin/settings/clean-urls', + 'load_functions' => '', + 'to_arg_functions' => '', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:25:"system_clean_url_settings";}', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'admin/settings/clean-urls', + 'title' => 'Clean URLs', + 'title_callback' => 't', + 'title_arguments' => '', + 'type' => '6', + 'block_callback' => '', + 'description' => 'Enable or disable clean URLs for your site.', + 'position' => '', + 'weight' => '0', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( 'path' => 'admin/settings/clean-urls/check', @@ -7460,26 +7482,26 @@ db_insert('menu_router')->fields(array( 'file' => '', )) ->values(array( - 'path' => 'admin/settings/actions/configure', + 'path' => 'admin/settings/date-time', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:24:"system_actions_configure";}', - 'fit' => '15', - 'number_parts' => '4', + 'page_arguments' => 'a:1:{i:0;s:25:"system_date_time_settings";}', + 'fit' => '7', + 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/settings/actions/configure', - 'title' => 'Configure an advanced action', + 'tab_root' => 'admin/settings/date-time', + 'title' => 'Date and time', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => "Settings for how Drupal displays date and time, as well as the system's default timezone.", 'position' => '', 'weight' => '0', - 'file' => '', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( 'path' => 'admin/settings/date-time/lookup', @@ -7504,194 +7526,194 @@ db_insert('menu_router')->fields(array( 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/build/path/edit', + 'path' => 'admin/settings/error-reporting', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}', - 'page_callback' => 'path_admin_edit', - 'page_arguments' => 'a:0:{}', - 'fit' => '15', - 'number_parts' => '4', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:31:"system_error_reporting_settings";}', + 'fit' => '7', + 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/build/path/edit', - 'title' => 'Edit alias', + 'tab_root' => 'admin/settings/error-reporting', + 'title' => 'Error reporting', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => 'Control how Drupal deals with errors including 403/404 errors as well as PHP error reporting.', 'position' => '', 'weight' => '0', - 'file' => 'modules/path/path.admin.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/user/roles/edit', + 'path' => 'admin/settings/file-system', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:15:"user_admin_role";}', - 'fit' => '15', - 'number_parts' => '4', + 'page_arguments' => 'a:1:{i:0;s:27:"system_file_system_settings";}', + 'fit' => '7', + 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/user/roles/edit', - 'title' => 'Edit role', + 'tab_root' => 'admin/settings/file-system', + 'title' => 'File system', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => 'Tell Drupal where to store uploaded files and how they are accessed.', 'position' => '', 'weight' => '0', - 'file' => 'modules/user/user.admin.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/user/rules/edit', + 'path' => 'admin/settings/filters', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}', - 'page_callback' => 'user_admin_access_edit', - 'page_arguments' => 'a:0:{}', - 'fit' => '15', - 'number_parts' => '4', + 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:21:"filter_admin_overview";}', + 'fit' => '7', + 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/user/rules/edit', - 'title' => 'Edit rule', + 'tab_root' => 'admin/settings/filters', + 'title' => 'Input formats', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => 'Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters.', 'position' => '', 'weight' => '0', - 'file' => 'modules/user/user.admin.inc', + 'file' => 'modules/filter/filter.admin.inc', )) ->values(array( - 'path' => 'admin/reports/updates/list', - 'load_functions' => '', + 'path' => 'admin/settings/filters/%', + 'load_functions' => 'a:1:{i:3;s:18:"filter_format_load";}', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'update_status', - 'page_arguments' => 'a:0:{}', - 'fit' => '15', + 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}', + 'page_callback' => 'filter_admin_format_page', + 'page_arguments' => 'a:1:{i:0;i:3;}', + 'fit' => '14', 'number_parts' => '4', - 'tab_parent' => 'admin/reports/updates', - 'tab_root' => 'admin/reports/updates', - 'title' => 'List', - 'title_callback' => 't', - 'title_arguments' => '', - 'type' => '136', + 'tab_parent' => '', + 'tab_root' => 'admin/settings/filters/%', + 'title' => '', + 'title_callback' => 'filter_admin_format_title', + 'title_arguments' => 'a:1:{i:0;i:3;}', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/update/update.report.inc', + 'file' => 'modules/filter/filter.admin.inc', )) ->values(array( - 'path' => 'admin/reports/updates/check', - 'load_functions' => '', + 'path' => 'admin/settings/filters/%/configure', + 'load_functions' => 'a:1:{i:3;s:18:"filter_format_load";}', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'update_manual_status', - 'page_arguments' => 'a:0:{}', - 'fit' => '15', - 'number_parts' => '4', - 'tab_parent' => '', - 'tab_root' => 'admin/reports/updates/check', - 'title' => 'Manual update check', + 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}', + 'page_callback' => 'filter_admin_configure_page', + 'page_arguments' => 'a:1:{i:0;i:3;}', + 'fit' => '29', + 'number_parts' => '5', + 'tab_parent' => 'admin/settings/filters/%', + 'tab_root' => 'admin/settings/filters/%', + 'title' => 'Configure', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/update/update.fetch.inc', + 'weight' => '1', + 'file' => 'modules/filter/filter.admin.inc', )) ->values(array( - 'path' => 'admin/reports/status/php', - 'load_functions' => '', + 'path' => 'admin/settings/filters/%/edit', + 'load_functions' => 'a:1:{i:3;s:18:"filter_format_load";}', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'system_php', - 'page_arguments' => 'a:0:{}', - 'fit' => '15', - 'number_parts' => '4', - 'tab_parent' => '', - 'tab_root' => 'admin/reports/status/php', - 'title' => 'PHP', + 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}', + 'page_callback' => 'filter_admin_format_page', + 'page_arguments' => 'a:1:{i:0;i:3;}', + 'fit' => '29', + 'number_parts' => '5', + 'tab_parent' => 'admin/settings/filters/%', + 'tab_root' => 'admin/settings/filters/%', + 'title' => 'Edit', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '136', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => 'modules/filter/filter.admin.inc', )) ->values(array( - 'path' => 'admin/content/node-settings/rebuild', - 'load_functions' => '', + 'path' => 'admin/settings/filters/%/order', + 'load_functions' => 'a:1:{i:3;s:18:"filter_format_load";}', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:30:"node_configure_rebuild_confirm";}', - 'fit' => '15', - 'number_parts' => '4', - 'tab_parent' => '', - 'tab_root' => 'admin/content/node-settings/rebuild', - 'title' => 'Rebuild permissions', + 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}', + 'page_callback' => 'filter_admin_order_page', + 'page_arguments' => 'a:1:{i:0;i:3;}', + 'fit' => '29', + 'number_parts' => '5', + 'tab_parent' => 'admin/settings/filters/%', + 'tab_root' => 'admin/settings/filters/%', + 'title' => 'Rearrange', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/node/node.admin.inc', + 'weight' => '2', + 'file' => 'modules/filter/filter.admin.inc', )) ->values(array( - 'path' => 'admin/reports/status/run-cron', + 'path' => 'admin/settings/filters/add', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'system_run_cron', + 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}', + 'page_callback' => 'filter_admin_format_page', 'page_arguments' => 'a:0:{}', 'fit' => '15', 'number_parts' => '4', - 'tab_parent' => '', - 'tab_root' => 'admin/reports/status/run-cron', - 'title' => 'Run cron', + 'tab_parent' => 'admin/settings/filters', + 'tab_root' => 'admin/settings/filters', + 'title' => 'Add input format', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'weight' => '1', + 'file' => 'modules/filter/filter.admin.inc', )) ->values(array( - 'path' => 'admin/reports/status/sql', + 'path' => 'admin/settings/filters/delete', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'system_sql', - 'page_arguments' => 'a:0:{}', + 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:19:"filter_admin_delete";}', 'fit' => '15', 'number_parts' => '4', 'tab_parent' => '', - 'tab_root' => 'admin/reports/status/sql', - 'title' => 'SQL', + 'tab_root' => 'admin/settings/filters/delete', + 'title' => 'Delete input format', 'title_callback' => 't', 'title_arguments' => '', 'type' => '4', @@ -7699,241 +7721,241 @@ db_insert('menu_router')->fields(array( 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => 'modules/filter/filter.admin.inc', )) ->values(array( - 'path' => 'admin/build/block/add', + 'path' => 'admin/settings/filters/list', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}', + 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}', + 'page_arguments' => 'a:1:{i:0;s:21:"filter_admin_overview";}', 'fit' => '15', 'number_parts' => '4', - 'tab_parent' => 'admin/build/block', - 'tab_root' => 'admin/build/block', - 'title' => 'Add block', + 'tab_parent' => 'admin/settings/filters', + 'tab_root' => 'admin/settings/filters', + 'title' => 'List', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '136', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/block/block.admin.inc', + 'file' => 'modules/filter/filter.admin.inc', )) ->values(array( - 'path' => 'admin/content/types/add', + 'path' => 'admin/settings/image-toolkit', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:14:"node_type_form";}', - 'fit' => '15', - 'number_parts' => '4', - 'tab_parent' => 'admin/content/types', - 'tab_root' => 'admin/content/types', - 'title' => 'Add content type', + 'page_arguments' => 'a:1:{i:0;s:29:"system_image_toolkit_settings";}', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'admin/settings/image-toolkit', + 'title' => 'Image toolkit', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => 'Choose which image toolkit to use if you have installed optional toolkits.', 'position' => '', 'weight' => '0', - 'file' => 'modules/node/content_types.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/build/menu/add', + 'path' => 'admin/settings/logging', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:14:"menu_edit_menu";i:1;s:3:"add";}', - 'fit' => '15', - 'number_parts' => '4', - 'tab_parent' => 'admin/build/menu', - 'tab_root' => 'admin/build/menu', - 'title' => 'Add menu', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', + 'page_callback' => 'system_logging_overview', + 'page_arguments' => 'a:0:{}', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'admin/settings/logging', + 'title' => 'Logging and alerts', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => "Settings for logging and alerts modules. Various modules can route Drupal's system events to different destination, such as syslog, database, email, ...etc.", 'position' => '', 'weight' => '0', - 'file' => 'modules/menu/menu.admin.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/build/block/configure', + 'path' => 'admin/settings/logging/dblog', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:21:"block_admin_configure";}', + 'page_arguments' => 'a:1:{i:0;s:20:"dblog_admin_settings";}', 'fit' => '15', 'number_parts' => '4', 'tab_parent' => '', - 'tab_root' => 'admin/build/block/configure', - 'title' => 'Configure block', + 'tab_root' => 'admin/settings/logging/dblog', + 'title' => 'Database logging', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => 'Settings for logging to the Drupal database logs. This is the most common method for small to medium sites on shared hosting. The logs are viewable from the admin pages.', 'position' => '', 'weight' => '0', - 'file' => 'modules/block/block.admin.inc', + 'file' => 'modules/dblog/dblog.admin.inc', )) ->values(array( - 'path' => 'admin/build/path/delete', + 'path' => 'admin/settings/performance', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:25:"path_admin_delete_confirm";}', - 'fit' => '15', - 'number_parts' => '4', + 'page_arguments' => 'a:1:{i:0;s:27:"system_performance_settings";}', + 'fit' => '7', + 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/build/path/delete', - 'title' => 'Delete alias', + 'tab_root' => 'admin/settings/performance', + 'title' => 'Performance', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => 'Enable or disable page caching for anonymous users and set CSS and JS bandwidth optimization options.', 'position' => '', 'weight' => '0', - 'file' => 'modules/path/path.admin.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/build/block/delete', + 'path' => 'admin/settings/site-information', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:16:"block_box_delete";}', - 'fit' => '15', - 'number_parts' => '4', + 'page_arguments' => 'a:1:{i:0;s:32:"system_site_information_settings";}', + 'fit' => '7', + 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/build/block/delete', - 'title' => 'Delete block', + 'tab_root' => 'admin/settings/site-information', + 'title' => 'Site information', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => 'Change basic site information, such as the site name, slogan, e-mail address, mission, front page and more.', 'position' => '', 'weight' => '0', - 'file' => 'modules/block/block.admin.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/settings/filters/delete', + 'path' => 'admin/settings/site-maintenance', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}', + 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:19:"filter_admin_delete";}', - 'fit' => '15', - 'number_parts' => '4', + 'page_arguments' => 'a:1:{i:0;s:32:"system_site_maintenance_settings";}', + 'fit' => '7', + 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/settings/filters/delete', - 'title' => 'Delete input format', + 'tab_root' => 'admin/settings/site-maintenance', + 'title' => 'Site maintenance', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => 'Take the site off-line for maintenance or bring it back online.', 'position' => '', 'weight' => '0', - 'file' => 'modules/filter/filter.admin.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/user/rules/delete', + 'path' => 'admin/user', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:32:"user_admin_access_delete_confirm";}', - 'fit' => '15', - 'number_parts' => '4', + 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}', + 'page_callback' => 'system_admin_menu_block_page', + 'page_arguments' => 'a:0:{}', + 'fit' => '3', + 'number_parts' => '2', 'tab_parent' => '', - 'tab_root' => 'admin/user/rules/delete', - 'title' => 'Delete rule', + 'tab_root' => 'admin/user', + 'title' => 'User management', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', - 'description' => '', - 'position' => '', + 'description' => "Manage your site's users, groups and access to site features.", + 'position' => 'left', 'weight' => '0', - 'file' => 'modules/user/user.admin.inc', + 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/reports/event/%', - 'load_functions' => 'a:1:{i:3;N;}', + 'path' => 'admin/user/permissions', + 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}', - 'page_callback' => 'dblog_event', - 'page_arguments' => 'a:1:{i:0;i:3;}', - 'fit' => '14', - 'number_parts' => '4', + 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:1:{i:0;s:15:"user_admin_perm";}', + 'fit' => '7', + 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/reports/event/%', - 'title' => 'Details', + 'tab_root' => 'admin/user/permissions', + 'title' => 'Permissions', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => 'Determine access to features by selecting permissions for roles.', 'position' => '', 'weight' => '0', - 'file' => 'modules/dblog/dblog.admin.inc', + 'file' => 'modules/user/user.admin.inc', )) ->values(array( - 'path' => 'admin/content/taxonomy/%', - 'load_functions' => 'a:1:{i:3;s:24:"taxonomy_vocabulary_load";}', + 'path' => 'admin/user/roles', + 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}', + 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:23:"taxonomy_overview_terms";i:1;i:3;}', - 'fit' => '14', - 'number_parts' => '4', + 'page_arguments' => 'a:1:{i:0;s:19:"user_admin_new_role";}', + 'fit' => '7', + 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/content/taxonomy/%', - 'title' => 'List terms', + 'tab_root' => 'admin/user/roles', + 'title' => 'Roles', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => 'List, edit, or add user roles.', 'position' => '', 'weight' => '0', - 'file' => 'modules/taxonomy/taxonomy.admin.inc', + 'file' => 'modules/user/user.admin.inc', )) ->values(array( - 'path' => 'admin/content/node-type/page', + 'path' => 'admin/user/roles/edit', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', + 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}', 'page_callback' => 'drupal_get_form', - '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 page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page 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\";}}", + 'page_arguments' => 'a:1:{i:0;s:15:"user_admin_role";}', 'fit' => '15', 'number_parts' => '4', 'tab_parent' => '', - 'tab_root' => 'admin/content/node-type/page', - 'title' => 'Page', + 'tab_root' => 'admin/user/roles/edit', + 'title' => 'Edit role', 'title_callback' => 't', 'title_arguments' => '', 'type' => '4', @@ -7941,65 +7963,65 @@ db_insert('menu_router')->fields(array( 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/node/content_types.inc', + 'file' => 'modules/user/user.admin.inc', )) ->values(array( - 'path' => 'admin/content/node-type/poll', + 'path' => 'admin/user/rules', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;O:8:"stdClass":14:{s:4:"name";s:4:"Poll";s:6:"module";s:4:"poll";s:11:"description";s:191:"A poll is a question with a set of possible responses. A poll, once created, automatically provides a simple running count of the number of votes received for each response.";s:11:"title_label";s:8:"Question";s:8:"has_body";b:0;s:4:"type";s:4:"poll";s:9:"has_title";b:1;s:4:"help";s:0:"";s:14:"min_word_count";i:0;s:6:"custom";b:0;s:8:"modified";b:0;s:6:"locked";b:1;s:9:"orig_type";s:4:"poll";s:6:"is_new";b:1;}}', - 'fit' => '15', - 'number_parts' => '4', + 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}', + 'page_callback' => 'user_admin_access', + 'page_arguments' => 'a:0:{}', + 'fit' => '7', + 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/content/node-type/poll', - 'title' => 'Poll', + 'tab_root' => 'admin/user/rules', + 'title' => 'Access rules', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => 'List and create rules to disallow usernames, e-mail addresses, and IP addresses.', 'position' => '', 'weight' => '0', - 'file' => 'modules/node/content_types.inc', + 'file' => 'modules/user/user.admin.inc', )) ->values(array( - 'path' => 'admin/build/menu/settings', + 'path' => 'admin/user/rules/add', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:14:"menu_configure";}', + 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}', + 'page_callback' => 'user_admin_access_add', + 'page_arguments' => 'a:0:{}', 'fit' => '15', 'number_parts' => '4', - 'tab_parent' => 'admin/build/menu', - 'tab_root' => 'admin/build/menu', - 'title' => 'Settings', + 'tab_parent' => 'admin/user/rules', + 'tab_root' => 'admin/user/rules', + 'title' => 'Add rule', 'title_callback' => 't', 'title_arguments' => '', 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '5', - 'file' => 'modules/menu/menu.admin.inc', + 'weight' => '0', + 'file' => 'modules/user/user.admin.inc', )) ->values(array( - 'path' => 'admin/reports/updates/settings', + 'path' => 'admin/user/rules/check', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:15:"update_settings";}', + 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}', + 'page_callback' => 'user_admin_access_check', + 'page_arguments' => 'a:0:{}', 'fit' => '15', 'number_parts' => '4', - 'tab_parent' => 'admin/reports/updates', - 'tab_root' => 'admin/reports/updates', - 'title' => 'Settings', + 'tab_parent' => 'admin/user/rules', + 'tab_root' => 'admin/user/rules', + 'title' => 'Check rules', 'title_callback' => 't', 'title_arguments' => '', 'type' => '128', @@ -8007,21 +8029,21 @@ db_insert('menu_router')->fields(array( 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/update/update.settings.inc', + 'file' => 'modules/user/user.admin.inc', )) ->values(array( - 'path' => 'admin/content/node-type/story', + 'path' => 'admin/user/rules/delete', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', + 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => "a:2:{i:0;s:14:\"node_type_form\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:5:\"story\";s:4:\"name\";s:5:\"Story\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:392:\"A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site's initial home page, and provides the ability to post comments.\";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:5:\"story\";}}", + 'page_arguments' => 'a:1:{i:0;s:32:"user_admin_access_delete_confirm";}', 'fit' => '15', 'number_parts' => '4', 'tab_parent' => '', - 'tab_root' => 'admin/content/node-type/story', - 'title' => 'Story', + 'tab_root' => 'admin/user/rules/delete', + 'title' => 'Delete rule', 'title_callback' => 't', 'title_arguments' => '', 'type' => '4', @@ -8029,219 +8051,219 @@ db_insert('menu_router')->fields(array( 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/node/content_types.inc', + 'file' => 'modules/user/user.admin.inc', )) ->values(array( - 'path' => 'admin/settings/logging/dblog', + 'path' => 'admin/user/rules/edit', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:20:"dblog_admin_settings";}', + 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}', + 'page_callback' => 'user_admin_access_edit', + 'page_arguments' => 'a:0:{}', 'fit' => '15', 'number_parts' => '4', 'tab_parent' => '', - 'tab_root' => 'admin/settings/logging/dblog', - 'title' => 'Database logging', + 'tab_root' => 'admin/user/rules/edit', + 'title' => 'Edit rule', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '6', + 'type' => '4', 'block_callback' => '', - 'description' => 'Settings for logging to the Drupal database logs. This is the most common method for small to medium sites on shared hosting. The logs are viewable from the admin pages.', + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/dblog/dblog.admin.inc', + 'file' => 'modules/user/user.admin.inc', )) ->values(array( - 'path' => 'admin/settings/filters/%', - 'load_functions' => 'a:1:{i:3;s:18:"filter_format_load";}', + 'path' => 'admin/user/rules/list', + 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}', - 'page_callback' => 'filter_admin_format_page', - 'page_arguments' => 'a:1:{i:0;i:3;}', - 'fit' => '14', + 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}', + 'page_callback' => 'user_admin_access', + 'page_arguments' => 'a:0:{}', + 'fit' => '15', 'number_parts' => '4', - 'tab_parent' => '', - 'tab_root' => 'admin/settings/filters/%', - 'title' => '', - 'title_callback' => 'filter_admin_format_title', - 'title_arguments' => 'a:1:{i:0;i:3;}', - 'type' => '4', + 'tab_parent' => 'admin/user/rules', + 'tab_root' => 'admin/user/rules', + 'title' => 'List', + 'title_callback' => 't', + 'title_arguments' => '', + 'type' => '136', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/filter/filter.admin.inc', + 'weight' => '-10', + 'file' => 'modules/user/user.admin.inc', )) ->values(array( - 'path' => 'admin/build/menu-customize/%', - 'load_functions' => 'a:1:{i:3;s:9:"menu_load";}', + 'path' => 'admin/user/settings', + 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', + 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:18:"menu_overview_form";i:1;i:3;}', - 'fit' => '14', - 'number_parts' => '4', + 'page_arguments' => 'a:1:{i:0;s:19:"user_admin_settings";}', + 'fit' => '7', + 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/build/menu-customize/%', - 'title' => 'Customize menu', - 'title_callback' => 'menu_overview_title', - 'title_arguments' => 'a:1:{i:0;i:3;}', - 'type' => '4', + 'tab_root' => 'admin/user/settings', + 'title' => 'User settings', + 'title_callback' => 't', + 'title_arguments' => '', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => 'Configure default behavior of users, including registration requirements, e-mails, and user pictures.', 'position' => '', 'weight' => '0', - 'file' => 'modules/menu/menu.admin.inc', + 'file' => 'modules/user/user.admin.inc', )) ->values(array( - 'path' => 'admin/content/node-type/page/edit', + 'path' => 'admin/user/user', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', - 'page_callback' => 'drupal_get_form', - '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 page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page 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\";}}", - 'fit' => '31', - 'number_parts' => '5', - 'tab_parent' => 'admin/content/node-type/page', - 'tab_root' => 'admin/content/node-type/page', - 'title' => 'Edit', + 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}', + 'page_callback' => 'user_admin', + 'page_arguments' => 'a:1:{i:0;s:4:"list";}', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'admin/user/user', + 'title' => 'Users', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => 'List, add, and edit users.', 'position' => '', 'weight' => '0', - 'file' => 'modules/node/content_types.inc', + 'file' => 'modules/user/user.admin.inc', )) ->values(array( - 'path' => 'admin/content/node-type/poll/edit', + 'path' => 'admin/user/user/create', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;O:8:"stdClass":14:{s:4:"name";s:4:"Poll";s:6:"module";s:4:"poll";s:11:"description";s:191:"A poll is a question with a set of possible responses. A poll, once created, automatically provides a simple running count of the number of votes received for each response.";s:11:"title_label";s:8:"Question";s:8:"has_body";b:0;s:4:"type";s:4:"poll";s:9:"has_title";b:1;s:4:"help";s:0:"";s:14:"min_word_count";i:0;s:6:"custom";b:0;s:8:"modified";b:0;s:6:"locked";b:1;s:9:"orig_type";s:4:"poll";s:6:"is_new";b:1;}}', - 'fit' => '31', - 'number_parts' => '5', - 'tab_parent' => 'admin/content/node-type/poll', - 'tab_root' => 'admin/content/node-type/poll', - 'title' => 'Edit', + 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}', + 'page_callback' => 'user_admin', + 'page_arguments' => 'a:1:{i:0;s:6:"create";}', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/user/user', + 'tab_root' => 'admin/user/user', + 'title' => 'Add user', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/node/content_types.inc', + 'file' => 'modules/user/user.admin.inc', )) ->values(array( - 'path' => 'admin/content/node-type/story/edit', + 'path' => 'admin/user/user/list', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => "a:2:{i:0;s:14:\"node_type_form\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:5:\"story\";s:4:\"name\";s:5:\"Story\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:392:\"A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site's initial home page, and provides the ability to post comments.\";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:5:\"story\";}}", - 'fit' => '31', - 'number_parts' => '5', - 'tab_parent' => 'admin/content/node-type/story', - 'tab_root' => 'admin/content/node-type/story', - 'title' => 'Edit', + 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}', + 'page_callback' => 'user_admin', + 'page_arguments' => 'a:1:{i:0;s:4:"list";}', + 'fit' => '15', + 'number_parts' => '4', + 'tab_parent' => 'admin/user/user', + 'tab_root' => 'admin/user/user', + 'title' => 'List', 'title_callback' => 't', 'title_arguments' => '', 'type' => '136', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/node/content_types.inc', + 'weight' => '-10', + 'file' => 'modules/user/user.admin.inc', )) ->values(array( - 'path' => 'admin/build/themes/settings/global', + 'path' => 'batch', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:21:"system_theme_settings";}', - 'fit' => '31', - 'number_parts' => '5', - 'tab_parent' => 'admin/build/themes/settings', - 'tab_root' => 'admin/build/themes', - 'title' => 'Global settings', + 'access_callback' => '1', + 'access_arguments' => 'a:0:{}', + 'page_callback' => 'system_batch_page', + 'page_arguments' => 'a:0:{}', + 'fit' => '1', + 'number_parts' => '1', + 'tab_parent' => '', + 'tab_root' => 'batch', + 'title' => '', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '-1', + 'weight' => '0', 'file' => 'modules/system/system.admin.inc', )) ->values(array( - 'path' => 'admin/content/taxonomy/%/list', - 'load_functions' => 'a:1:{i:3;s:24:"taxonomy_vocabulary_load";}', + 'path' => 'comment/delete', + 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:23:"taxonomy_overview_terms";i:1;i:3;}', - 'fit' => '29', - 'number_parts' => '5', - 'tab_parent' => 'admin/content/taxonomy/%', - 'tab_root' => 'admin/content/taxonomy/%', - 'title' => 'List', + 'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}', + 'page_callback' => 'comment_delete', + 'page_arguments' => 'a:0:{}', + 'fit' => '3', + 'number_parts' => '2', + 'tab_parent' => '', + 'tab_root' => 'comment/delete', + 'title' => 'Delete comment', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '-10', - 'file' => 'modules/taxonomy/taxonomy.admin.inc', + 'weight' => '0', + 'file' => 'modules/comment/comment.admin.inc', )) ->values(array( - 'path' => 'admin/settings/filters/%/edit', - 'load_functions' => 'a:1:{i:3;s:18:"filter_format_load";}', + 'path' => 'comment/edit', + 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}', - 'page_callback' => 'filter_admin_format_page', - 'page_arguments' => 'a:1:{i:0;i:3;}', - 'fit' => '29', - 'number_parts' => '5', - 'tab_parent' => 'admin/settings/filters/%', - 'tab_root' => 'admin/settings/filters/%', - 'title' => 'Edit', + 'access_arguments' => 'a:1:{i:0;s:13:"post comments";}', + 'page_callback' => 'comment_edit', + 'page_arguments' => 'a:0:{}', + 'fit' => '3', + 'number_parts' => '2', + 'tab_parent' => '', + 'tab_root' => 'comment/edit', + 'title' => 'Edit comment', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/filter/filter.admin.inc', + 'file' => 'modules/comment/comment.pages.inc', )) ->values(array( - 'path' => 'admin/build/modules/list/confirm', - 'load_functions' => '', + 'path' => 'comment/reply/%', + 'load_functions' => 'a:1:{i:2;s:9:"node_load";}', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}', - 'fit' => '31', - 'number_parts' => '5', + 'access_callback' => 'node_access', + 'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:2;}', + 'page_callback' => 'comment_reply', + 'page_arguments' => 'a:1:{i:0;i:2;}', + 'fit' => '6', + 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/build/modules/list/confirm', - 'title' => 'List', + 'tab_root' => 'comment/reply/%', + 'title' => 'Reply to comment', 'title_callback' => 't', 'title_arguments' => '', 'type' => '4', @@ -8249,108 +8271,108 @@ db_insert('menu_router')->fields(array( 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => 'modules/comment/comment.pages.inc', )) ->values(array( - 'path' => 'admin/build/menu-customize/%/list', - 'load_functions' => 'a:1:{i:3;s:9:"menu_load";}', + 'path' => 'filter/tips', + 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:18:"menu_overview_form";i:1;i:3;}', - 'fit' => '29', - 'number_parts' => '5', - 'tab_parent' => 'admin/build/menu-customize/%', - 'tab_root' => 'admin/build/menu-customize/%', - 'title' => 'List items', + 'access_callback' => '1', + 'access_arguments' => 'a:0:{}', + 'page_callback' => 'filter_tips_long', + 'page_arguments' => 'a:0:{}', + 'fit' => '3', + 'number_parts' => '2', + 'tab_parent' => '', + 'tab_root' => 'filter/tips', + 'title' => 'Compose tips', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '20', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '-10', - 'file' => 'modules/menu/menu.admin.inc', + 'weight' => '0', + 'file' => 'modules/filter/filter.pages.inc', )) ->values(array( - 'path' => 'admin/build/modules/uninstall/confirm', + 'path' => 'logout', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:24:"system_modules_uninstall";}', - 'fit' => '31', - 'number_parts' => '5', + 'access_callback' => 'user_is_logged_in', + 'access_arguments' => 'a:0:{}', + 'page_callback' => 'user_logout', + 'page_arguments' => 'a:0:{}', + 'fit' => '1', + 'number_parts' => '1', 'tab_parent' => '', - 'tab_root' => 'admin/build/modules/uninstall/confirm', - 'title' => 'Uninstall', + 'tab_root' => 'logout', + 'title' => 'Log out', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '6', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'weight' => '10', + 'file' => 'modules/user/user.pages.inc', )) ->values(array( - 'path' => 'admin/build/themes/settings/bluemarine', + 'path' => 'node', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => '_system_themes_access', - 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:33:"themes/bluemarine/bluemarine.info";s:4:"name";s:10:"bluemarine";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:11:{s:4:"name";s:10:"Bluemarine";s:11:"description";s:66:"Table-based multi-column theme with a marine and ash color scheme.";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/bluemarine/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:27:"themes/bluemarine/script.js";}s:10:"screenshot";s:32:"themes/bluemarine/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/bluemarine/style.css";}}s:6:"engine";s:11:"phptemplate";}}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:10:"bluemarine";}', - 'fit' => '31', - 'number_parts' => '5', - 'tab_parent' => 'admin/build/themes/settings', - 'tab_root' => 'admin/build/themes', - 'title' => 'Bluemarine', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:14:"access content";}', + 'page_callback' => 'node_page_default', + 'page_arguments' => 'a:0:{}', + 'fit' => '1', + 'number_parts' => '1', + 'tab_parent' => '', + 'tab_root' => 'node', + 'title' => 'Content', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => '', )) ->values(array( - 'path' => 'admin/build/themes/settings/chameleon', - 'load_functions' => '', + 'path' => 'node/%', + 'load_functions' => 'a:1:{i:1;s:9:"node_load";}', 'to_arg_functions' => '', - 'access_callback' => '_system_themes_access', - 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":11:{s:8:"filename";s:31:"themes/chameleon/chameleon.info";s:4:"name";s:9:"chameleon";s:4:"type";s:5:"theme";s:5:"owner";s:32:"themes/chameleon/chameleon.theme";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:10:{s:4:"name";s:9:"Chameleon";s:11:"description";s:42:"Minimalist tabled theme with light colors.";s:7:"regions";a:2:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";}s:8:"features";a:4:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";}s:11:"stylesheets";a:1:{s:3:"all";a:2:{s:9:"style.css";s:26:"themes/chameleon/style.css";s:10:"common.css";s:27:"themes/chameleon/common.css";}}s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:7:"scripts";a:1:{s:9:"script.js";s:26:"themes/chameleon/script.js";}s:10:"screenshot";s:31:"themes/chameleon/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:2:{s:9:"style.css";s:26:"themes/chameleon/style.css";s:10:"common.css";s:27:"themes/chameleon/common.css";}}}}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:9:"chameleon";}', - 'fit' => '31', - 'number_parts' => '5', - 'tab_parent' => 'admin/build/themes/settings', - 'tab_root' => 'admin/build/themes', - 'title' => 'Chameleon', - 'title_callback' => 't', - 'title_arguments' => '', - 'type' => '128', + 'access_callback' => 'node_access', + 'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:1;}', + 'page_callback' => 'node_page_view', + 'page_arguments' => 'a:1:{i:0;i:1;}', + 'fit' => '2', + 'number_parts' => '2', + 'tab_parent' => '', + 'tab_root' => 'node/%', + 'title' => '', + 'title_callback' => 'node_page_title', + 'title_arguments' => 'a:1:{i:0;i:1;}', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => '', )) ->values(array( - 'path' => 'admin/content/node-type/page/delete', - 'load_functions' => '', + 'path' => 'node/%/delete', + 'load_functions' => 'a:1:{i:1;s:9:"node_load";}', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', + 'access_callback' => 'node_access', + 'access_arguments' => 'a:2:{i:0;s:6:"delete";i:1;i:1;}', 'page_callback' => 'drupal_get_form', - '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 page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page 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\";}}", - 'fit' => '31', - 'number_parts' => '5', + 'page_arguments' => 'a:2:{i:0;s:19:"node_delete_confirm";i:1;i:1;}', + 'fit' => '5', + 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'admin/content/node-type/page/delete', + 'tab_root' => 'node/%/delete', 'title' => 'Delete', 'title_callback' => 't', 'title_arguments' => '', @@ -8358,110 +8380,110 @@ db_insert('menu_router')->fields(array( 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/node/content_types.inc', + 'weight' => '1', + 'file' => 'modules/node/node.pages.inc', )) ->values(array( - 'path' => 'admin/content/node-type/poll/delete', - 'load_functions' => '', + 'path' => 'node/%/edit', + 'load_functions' => 'a:1:{i:1;s:9:"node_load";}', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:24:"node_type_delete_confirm";i:1;O:8:"stdClass":14:{s:4:"name";s:4:"Poll";s:6:"module";s:4:"poll";s:11:"description";s:191:"A poll is a question with a set of possible responses. A poll, once created, automatically provides a simple running count of the number of votes received for each response.";s:11:"title_label";s:8:"Question";s:8:"has_body";b:0;s:4:"type";s:4:"poll";s:9:"has_title";b:1;s:4:"help";s:0:"";s:14:"min_word_count";i:0;s:6:"custom";b:0;s:8:"modified";b:0;s:6:"locked";b:1;s:9:"orig_type";s:4:"poll";s:6:"is_new";b:1;}}', - 'fit' => '31', - 'number_parts' => '5', - 'tab_parent' => '', - 'tab_root' => 'admin/content/node-type/poll/delete', - 'title' => 'Delete', + 'access_callback' => 'node_access', + 'access_arguments' => 'a:2:{i:0;s:6:"update";i:1;i:1;}', + 'page_callback' => 'node_page_edit', + 'page_arguments' => 'a:1:{i:0;i:1;}', + 'fit' => '5', + 'number_parts' => '3', + 'tab_parent' => 'node/%', + 'tab_root' => 'node/%', + 'title' => 'Edit', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/node/content_types.inc', + 'weight' => '1', + 'file' => 'modules/node/node.pages.inc', )) ->values(array( - 'path' => 'admin/content/node-type/story/delete', - 'load_functions' => '', + 'path' => 'node/%/results', + 'load_functions' => 'a:1:{i:1;s:9:"node_load";}', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => "a:2:{i:0;s:24:\"node_type_delete_confirm\";i:1;O:8:\"stdClass\":14:{s:4:\"type\";s:5:\"story\";s:4:\"name\";s:5:\"Story\";s:6:\"module\";s:4:\"node\";s:11:\"description\";s:392:\"A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site's initial home page, and provides the ability to post comments.\";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:5:\"story\";}}", - 'fit' => '31', - 'number_parts' => '5', - 'tab_parent' => '', - 'tab_root' => 'admin/content/node-type/story/delete', - 'title' => 'Delete', + 'access_callback' => '_poll_menu_access', + 'access_arguments' => 'a:3:{i:0;i:1;i:1;s:14:"access content";i:2;b:1;}', + 'page_callback' => 'poll_results', + 'page_arguments' => 'a:1:{i:0;i:1;}', + 'fit' => '5', + 'number_parts' => '3', + 'tab_parent' => 'node/%', + 'tab_root' => 'node/%', + 'title' => 'Results', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/node/content_types.inc', + 'weight' => '3', + 'file' => 'modules/poll/poll.pages.inc', )) ->values(array( - 'path' => 'admin/content/taxonomy/edit/term', - 'load_functions' => '', + 'path' => 'node/%/revisions', + 'load_functions' => 'a:1:{i:1;s:9:"node_load";}', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}', - 'page_callback' => 'taxonomy_admin_term_edit', - 'page_arguments' => 'a:0:{}', - 'fit' => '31', - 'number_parts' => '5', - 'tab_parent' => '', - 'tab_root' => 'admin/content/taxonomy/edit/term', - 'title' => 'Edit term', + 'access_callback' => '_node_revision_access', + 'access_arguments' => 'a:1:{i:0;i:1;}', + 'page_callback' => 'node_revision_overview', + 'page_arguments' => 'a:1:{i:0;i:1;}', + 'fit' => '5', + 'number_parts' => '3', + 'tab_parent' => 'node/%', + 'tab_root' => 'node/%', + 'title' => 'Revisions', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/taxonomy/taxonomy.admin.inc', + 'weight' => '2', + 'file' => 'modules/node/node.pages.inc', )) ->values(array( - 'path' => 'admin/build/themes/settings/garland', - 'load_functions' => '', + 'path' => 'node/%/revisions/%/delete', + 'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}', 'to_arg_functions' => '', - 'access_callback' => '_system_themes_access', - 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:27:"themes/garland/garland.info";s:4:"name";s:7:"garland";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:11:{s:4:"name";s:7:"Garland";s:11:"description";s:66:"Tableless, recolorable, multi-column, fluid width theme (default).";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:7:"scripts";a:1:{s:9:"script.js";s:24:"themes/garland/script.js";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:6:"engine";s:11:"phptemplate";}}', + 'access_callback' => '_node_revision_access', + 'access_arguments' => 'a:2:{i:0;i:1;i:1;s:6:"delete";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:7:"garland";}', - 'fit' => '31', + 'page_arguments' => 'a:2:{i:0;s:28:"node_revision_delete_confirm";i:1;i:1;}', + 'fit' => '21', 'number_parts' => '5', - 'tab_parent' => 'admin/build/themes/settings', - 'tab_root' => 'admin/build/themes', - 'title' => 'Garland', + 'tab_parent' => '', + 'tab_root' => 'node/%/revisions/%/delete', + 'title' => 'Delete earlier revision', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => 'modules/node/node.pages.inc', )) ->values(array( - 'path' => 'admin/build/block/list/js', - 'load_functions' => '', + 'path' => 'node/%/revisions/%/revert', + 'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}', - 'page_callback' => 'block_admin_display_js', - 'page_arguments' => 'a:0:{}', - 'fit' => '31', + 'access_callback' => '_node_revision_access', + 'access_arguments' => 'a:2:{i:0;i:1;i:1;s:6:"update";}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:2:{i:0;s:28:"node_revision_revert_confirm";i:1;i:1;}', + 'fit' => '21', 'number_parts' => '5', 'tab_parent' => '', - 'tab_root' => 'admin/build/block/list/js', - 'title' => 'JavaScript List Form', + 'tab_root' => 'node/%/revisions/%/revert', + 'title' => 'Revert to earlier revision', 'title_callback' => 't', 'title_arguments' => '', 'type' => '4', @@ -8469,197 +8491,197 @@ db_insert('menu_router')->fields(array( 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/block/block.admin.inc', + 'file' => 'modules/node/node.pages.inc', )) ->values(array( - 'path' => 'admin/build/themes/settings/marvin', - 'load_functions' => '', + 'path' => 'node/%/revisions/%/view', + 'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}', 'to_arg_functions' => '', - 'access_callback' => '_system_themes_access', - 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:35:"themes/chameleon/marvin/marvin.info";s:4:"name";s:6:"marvin";s:4:"type";s:5:"theme";s:5:"owner";s:0:"";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:11:{s:4:"name";s:6:"Marvin";s:11:"description";s:31:"Boxy tabled theme in all grays.";s:7:"regions";a:2:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";}s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:10:"base theme";s:9:"chameleon";s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:33:"themes/chameleon/marvin/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:33:"themes/chameleon/marvin/script.js";}s:10:"screenshot";s:38:"themes/chameleon/marvin/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:33:"themes/chameleon/marvin/style.css";}}s:10:"base_theme";s:9:"chameleon";}}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:6:"marvin";}', - 'fit' => '31', + 'access_callback' => '_node_revision_access', + 'access_arguments' => 'a:1:{i:0;i:1;}', + 'page_callback' => 'node_show', + 'page_arguments' => 'a:3:{i:0;i:1;i:1;N;i:2;b:1;}', + 'fit' => '21', 'number_parts' => '5', - 'tab_parent' => 'admin/build/themes/settings', - 'tab_root' => 'admin/build/themes', - 'title' => 'Marvin', + 'tab_parent' => '', + 'tab_root' => 'node/%/revisions/%/view', + 'title' => 'Revisions', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'file' => '', )) ->values(array( - 'path' => 'admin/build/themes/settings/minnelli', - 'load_functions' => '', + 'path' => 'node/%/view', + 'load_functions' => 'a:1:{i:1;s:9:"node_load";}', 'to_arg_functions' => '', - 'access_callback' => '_system_themes_access', - 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":13:{s:8:"filename";s:37:"themes/garland/minnelli/minnelli.info";s:4:"name";s:8:"minnelli";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:12:{s:4:"name";s:8:"Minnelli";s:11:"description";s:56:"Tableless, recolorable, multi-column, fixed width theme.";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:10:"base theme";s:7:"garland";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:12:"minnelli.css";s:36:"themes/garland/minnelli/minnelli.css";}}s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:7:"scripts";a:1:{s:9:"script.js";s:33:"themes/garland/minnelli/script.js";}s:10:"screenshot";s:38:"themes/garland/minnelli/screenshot.png";s:3:"php";s:5:"4.3.5";s:6:"engine";s:11:"phptemplate";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:12:"minnelli.css";s:36:"themes/garland/minnelli/minnelli.css";}}s:6:"engine";s:11:"phptemplate";s:10:"base_theme";s:7:"garland";}}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:8:"minnelli";}', - 'fit' => '31', - 'number_parts' => '5', - 'tab_parent' => 'admin/build/themes/settings', - 'tab_root' => 'admin/build/themes', - 'title' => 'Minnelli', + 'access_callback' => 'node_access', + 'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:1;}', + 'page_callback' => 'node_page_view', + 'page_arguments' => 'a:1:{i:0;i:1;}', + 'fit' => '5', + 'number_parts' => '3', + 'tab_parent' => 'node/%', + 'tab_root' => 'node/%', + 'title' => 'View', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '136', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'weight' => '-10', + 'file' => '', )) ->values(array( - 'path' => 'admin/build/themes/settings/pushbutton', - 'load_functions' => '', + 'path' => 'node/%/votes', + 'load_functions' => 'a:1:{i:1;s:9:"node_load";}', 'to_arg_functions' => '', - 'access_callback' => '_system_themes_access', - 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:33:"themes/pushbutton/pushbutton.info";s:4:"name";s:10:"pushbutton";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:11:{s:4:"name";s:10:"Pushbutton";s:11:"description";s:52:"Tabled, multi-column theme in blue and orange tones.";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/pushbutton/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:27:"themes/pushbutton/script.js";}s:10:"screenshot";s:32:"themes/pushbutton/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/pushbutton/style.css";}}s:6:"engine";s:11:"phptemplate";}}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:10:"pushbutton";}', - 'fit' => '31', - 'number_parts' => '5', - 'tab_parent' => 'admin/build/themes/settings', - 'tab_root' => 'admin/build/themes', - 'title' => 'Pushbutton', + 'access_callback' => '_poll_menu_access', + 'access_arguments' => 'a:3:{i:0;i:1;i:1;s:17:"inspect all votes";i:2;b:0;}', + 'page_callback' => 'poll_votes', + 'page_arguments' => 'a:1:{i:0;i:1;}', + 'fit' => '5', + 'number_parts' => '3', + 'tab_parent' => 'node/%', + 'tab_root' => 'node/%', + 'title' => 'Votes', 'title_callback' => 't', 'title_arguments' => '', 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/system/system.admin.inc', + 'weight' => '3', + 'file' => 'modules/poll/poll.pages.inc', )) ->values(array( - 'path' => 'admin/build/menu-customize/%/add', - 'load_functions' => 'a:1:{i:3;s:9:"menu_load";}', + 'path' => 'node/add', + 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:4:{i:0;s:14:"menu_edit_item";i:1;s:3:"add";i:2;N;i:3;i:3;}', - 'fit' => '29', - 'number_parts' => '5', - 'tab_parent' => 'admin/build/menu-customize/%', - 'tab_root' => 'admin/build/menu-customize/%', - 'title' => 'Add item', + 'access_callback' => '_node_add_access', + 'access_arguments' => 'a:0:{}', + 'page_callback' => 'node_add_page', + 'page_arguments' => 'a:0:{}', + 'fit' => '3', + 'number_parts' => '2', + 'tab_parent' => '', + 'tab_root' => 'node/add', + 'title' => 'Create content', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '6', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/menu/menu.admin.inc', + 'weight' => '1', + 'file' => 'modules/node/node.pages.inc', )) ->values(array( - 'path' => 'admin/build/block/list/bluemarine', + 'path' => 'node/add/page', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => '_block_themes_access', - 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:33:"themes/bluemarine/bluemarine.info";s:4:"name";s:10:"bluemarine";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:11:{s:4:"name";s:10:"Bluemarine";s:11:"description";s:66:"Table-based multi-column theme with a marine and ash color scheme.";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/bluemarine/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:27:"themes/bluemarine/script.js";}s:10:"screenshot";s:32:"themes/bluemarine/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/bluemarine/style.css";}}s:6:"engine";s:11:"phptemplate";}}', - 'page_callback' => 'block_admin_display', - 'page_arguments' => 'a:1:{i:0;s:10:"bluemarine";}', - 'fit' => '31', - 'number_parts' => '5', - 'tab_parent' => 'admin/build/block/list', - 'tab_root' => 'admin/build/block', - 'title' => 'Bluemarine', - 'title_callback' => 't', + 'access_callback' => 'node_access', + 'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"page";}', + 'page_callback' => 'node_add', + 'page_arguments' => 'a:1:{i:0;i:2;}', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'node/add/page', + 'title' => 'Page', + 'title_callback' => 'check_plain', 'title_arguments' => '', - 'type' => '128', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => "A page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page entry does not allow visitor comments and is not featured on the site's initial home page.", 'position' => '', 'weight' => '0', - 'file' => 'modules/block/block.admin.inc', + 'file' => 'modules/node/node.pages.inc', )) ->values(array( - 'path' => 'admin/build/block/list/chameleon', + 'path' => 'node/add/poll', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => '_block_themes_access', - 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":11:{s:8:"filename";s:31:"themes/chameleon/chameleon.info";s:4:"name";s:9:"chameleon";s:4:"type";s:5:"theme";s:5:"owner";s:32:"themes/chameleon/chameleon.theme";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:10:{s:4:"name";s:9:"Chameleon";s:11:"description";s:42:"Minimalist tabled theme with light colors.";s:7:"regions";a:2:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";}s:8:"features";a:4:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";}s:11:"stylesheets";a:1:{s:3:"all";a:2:{s:9:"style.css";s:26:"themes/chameleon/style.css";s:10:"common.css";s:27:"themes/chameleon/common.css";}}s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:7:"scripts";a:1:{s:9:"script.js";s:26:"themes/chameleon/script.js";}s:10:"screenshot";s:31:"themes/chameleon/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:2:{s:9:"style.css";s:26:"themes/chameleon/style.css";s:10:"common.css";s:27:"themes/chameleon/common.css";}}}}', - 'page_callback' => 'block_admin_display', - 'page_arguments' => 'a:1:{i:0;s:9:"chameleon";}', - 'fit' => '31', - 'number_parts' => '5', - 'tab_parent' => 'admin/build/block/list', - 'tab_root' => 'admin/build/block', - 'title' => 'Chameleon', - 'title_callback' => 't', + 'access_callback' => 'node_access', + 'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"poll";}', + 'page_callback' => 'node_add', + 'page_arguments' => 'a:1:{i:0;i:2;}', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'node/add/poll', + 'title' => 'Poll', + 'title_callback' => 'check_plain', 'title_arguments' => '', - 'type' => '128', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => 'A poll is a question with a set of possible responses. A poll, once created, automatically provides a simple running count of the number of votes received for each response.', 'position' => '', 'weight' => '0', - 'file' => 'modules/block/block.admin.inc', + 'file' => 'modules/node/node.pages.inc', )) ->values(array( - 'path' => 'admin/settings/filters/%/configure', - 'load_functions' => 'a:1:{i:3;s:18:"filter_format_load";}', + 'path' => 'node/add/story', + 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}', - 'page_callback' => 'filter_admin_configure_page', - 'page_arguments' => 'a:1:{i:0;i:3;}', - 'fit' => '29', - 'number_parts' => '5', - 'tab_parent' => 'admin/settings/filters/%', - 'tab_root' => 'admin/settings/filters/%', - 'title' => 'Configure', - 'title_callback' => 't', + 'access_callback' => 'node_access', + 'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:5:"story";}', + 'page_callback' => 'node_add', + 'page_arguments' => 'a:1:{i:0;i:2;}', + 'fit' => '7', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'node/add/story', + 'title' => 'Story', + 'title_callback' => 'check_plain', 'title_arguments' => '', - 'type' => '128', + 'type' => '6', 'block_callback' => '', - 'description' => '', + 'description' => "A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site's initial home page, and provides the ability to post comments.", 'position' => '', - 'weight' => '1', - 'file' => 'modules/filter/filter.admin.inc', + 'weight' => '0', + 'file' => 'modules/node/node.pages.inc', )) ->values(array( - 'path' => 'admin/settings/actions/delete/%', - 'load_functions' => 'a:1:{i:4;s:12:"actions_load";}', + 'path' => 'poll', + 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:26:"system_actions_delete_form";i:1;i:4;}', - 'fit' => '30', - 'number_parts' => '5', + 'access_arguments' => 'a:1:{i:0;s:14:"access content";}', + 'page_callback' => 'poll_page', + 'page_arguments' => 'a:0:{}', + 'fit' => '1', + 'number_parts' => '1', 'tab_parent' => '', - 'tab_root' => 'admin/settings/actions/delete/%', - 'title' => 'Delete action', + 'tab_root' => 'poll', + 'title' => 'Polls', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '20', 'block_callback' => '', - 'description' => 'Delete an action.', + 'description' => '', 'position' => '', 'weight' => '0', - 'file' => '', + 'file' => 'modules/poll/poll.pages.inc', )) ->values(array( - 'path' => 'admin/build/menu-customize/%/delete', - 'load_functions' => 'a:1:{i:3;s:9:"menu_load";}', + 'path' => 'poll/js', + 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', - 'page_callback' => 'menu_delete_menu_page', - 'page_arguments' => 'a:1:{i:0;i:3;}', - 'fit' => '29', - 'number_parts' => '5', + 'access_arguments' => 'a:1:{i:0;s:14:"access content";}', + 'page_callback' => 'poll_choice_js', + 'page_arguments' => 'a:0:{}', + 'fit' => '3', + 'number_parts' => '2', 'tab_parent' => '', - 'tab_root' => 'admin/build/menu-customize/%/delete', - 'title' => 'Delete menu', + 'tab_root' => 'poll/js', + 'title' => 'Javascript Choice Form', 'title_callback' => 't', 'title_arguments' => '', 'type' => '4', @@ -8667,153 +8689,153 @@ db_insert('menu_router')->fields(array( 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/menu/menu.admin.inc', + 'file' => '', )) ->values(array( - 'path' => 'admin/build/menu-customize/%/edit', - 'load_functions' => 'a:1:{i:3;s:9:"menu_load";}', + 'path' => 'rss.xml', + 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:3:{i:0;s:14:"menu_edit_menu";i:1;s:4:"edit";i:2;i:3;}', - 'fit' => '29', - 'number_parts' => '5', - 'tab_parent' => 'admin/build/menu-customize/%', - 'tab_root' => 'admin/build/menu-customize/%', - 'title' => 'Edit menu', + 'access_arguments' => 'a:1:{i:0;s:14:"access content";}', + 'page_callback' => 'node_feed', + 'page_arguments' => 'a:0:{}', + 'fit' => '1', + 'number_parts' => '1', + 'tab_parent' => '', + 'tab_root' => 'rss.xml', + 'title' => 'RSS feed', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/menu/menu.admin.inc', + 'file' => '', )) ->values(array( - 'path' => 'admin/build/block/list/garland', + 'path' => 'system/files', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => '_block_themes_access', - 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:27:"themes/garland/garland.info";s:4:"name";s:7:"garland";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:11:{s:4:"name";s:7:"Garland";s:11:"description";s:66:"Tableless, recolorable, multi-column, fluid width theme (default).";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:7:"scripts";a:1:{s:9:"script.js";s:24:"themes/garland/script.js";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:6:"engine";s:11:"phptemplate";}}', - 'page_callback' => 'block_admin_display', - 'page_arguments' => 'a:1:{i:0;s:7:"garland";}', - 'fit' => '31', - 'number_parts' => '5', - 'tab_parent' => 'admin/build/block/list', - 'tab_root' => 'admin/build/block', - 'title' => 'Garland', + 'access_callback' => '1', + 'access_arguments' => 'a:0:{}', + 'page_callback' => 'file_download', + 'page_arguments' => 'a:0:{}', + 'fit' => '3', + 'number_parts' => '2', + 'tab_parent' => '', + 'tab_root' => 'system/files', + 'title' => 'File download', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '136', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '-10', - 'file' => 'modules/block/block.admin.inc', + 'weight' => '0', + 'file' => '', )) ->values(array( - 'path' => 'admin/build/block/list/marvin', + 'path' => 'taxonomy/autocomplete', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => '_block_themes_access', - 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:35:"themes/chameleon/marvin/marvin.info";s:4:"name";s:6:"marvin";s:4:"type";s:5:"theme";s:5:"owner";s:0:"";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:11:{s:4:"name";s:6:"Marvin";s:11:"description";s:31:"Boxy tabled theme in all grays.";s:7:"regions";a:2:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";}s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:10:"base theme";s:9:"chameleon";s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:33:"themes/chameleon/marvin/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:33:"themes/chameleon/marvin/script.js";}s:10:"screenshot";s:38:"themes/chameleon/marvin/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:33:"themes/chameleon/marvin/style.css";}}s:10:"base_theme";s:9:"chameleon";}}', - 'page_callback' => 'block_admin_display', - 'page_arguments' => 'a:1:{i:0;s:6:"marvin";}', - 'fit' => '31', - 'number_parts' => '5', - 'tab_parent' => 'admin/build/block/list', - 'tab_root' => 'admin/build/block', - 'title' => 'Marvin', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:14:"access content";}', + 'page_callback' => 'taxonomy_autocomplete', + 'page_arguments' => 'a:0:{}', + 'fit' => '3', + 'number_parts' => '2', + 'tab_parent' => '', + 'tab_root' => 'taxonomy/autocomplete', + 'title' => 'Autocomplete taxonomy', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/block/block.admin.inc', + 'file' => 'modules/taxonomy/taxonomy.pages.inc', )) ->values(array( - 'path' => 'admin/build/block/list/minnelli', - 'load_functions' => '', + 'path' => 'taxonomy/term/%', + 'load_functions' => 'a:1:{i:2;N;}', 'to_arg_functions' => '', - 'access_callback' => '_block_themes_access', - 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":13:{s:8:"filename";s:37:"themes/garland/minnelli/minnelli.info";s:4:"name";s:8:"minnelli";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:12:{s:4:"name";s:8:"Minnelli";s:11:"description";s:56:"Tableless, recolorable, multi-column, fixed width theme.";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:10:"base theme";s:7:"garland";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:12:"minnelli.css";s:36:"themes/garland/minnelli/minnelli.css";}}s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:7:"scripts";a:1:{s:9:"script.js";s:33:"themes/garland/minnelli/script.js";}s:10:"screenshot";s:38:"themes/garland/minnelli/screenshot.png";s:3:"php";s:5:"4.3.5";s:6:"engine";s:11:"phptemplate";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:12:"minnelli.css";s:36:"themes/garland/minnelli/minnelli.css";}}s:6:"engine";s:11:"phptemplate";s:10:"base_theme";s:7:"garland";}}', - 'page_callback' => 'block_admin_display', - 'page_arguments' => 'a:1:{i:0;s:8:"minnelli";}', - 'fit' => '31', - 'number_parts' => '5', - 'tab_parent' => 'admin/build/block/list', - 'tab_root' => 'admin/build/block', - 'title' => 'Minnelli', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:14:"access content";}', + 'page_callback' => 'taxonomy_term_page', + 'page_arguments' => 'a:1:{i:0;i:2;}', + 'fit' => '6', + 'number_parts' => '3', + 'tab_parent' => '', + 'tab_root' => 'taxonomy/term/%', + 'title' => 'Taxonomy term', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/block/block.admin.inc', + 'file' => 'modules/taxonomy/taxonomy.pages.inc', )) ->values(array( - 'path' => 'admin/build/block/list/pushbutton', + 'path' => 'user', 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => '_block_themes_access', - 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:33:"themes/pushbutton/pushbutton.info";s:4:"name";s:10:"pushbutton";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:11:{s:4:"name";s:10:"Pushbutton";s:11:"description";s:52:"Tabled, multi-column theme in blue and orange tones.";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/pushbutton/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:27:"themes/pushbutton/script.js";}s:10:"screenshot";s:32:"themes/pushbutton/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/pushbutton/style.css";}}s:6:"engine";s:11:"phptemplate";}}', - 'page_callback' => 'block_admin_display', - 'page_arguments' => 'a:1:{i:0;s:10:"pushbutton";}', - 'fit' => '31', - 'number_parts' => '5', - 'tab_parent' => 'admin/build/block/list', - 'tab_root' => 'admin/build/block', - 'title' => 'Pushbutton', + 'access_callback' => '1', + 'access_arguments' => 'a:0:{}', + 'page_callback' => 'user_page', + 'page_arguments' => 'a:0:{}', + 'fit' => '1', + 'number_parts' => '1', + 'tab_parent' => '', + 'tab_root' => 'user', + 'title' => 'User account', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/block/block.admin.inc', + 'file' => 'modules/user/user.pages.inc', )) ->values(array( - 'path' => 'admin/settings/filters/%/order', - 'load_functions' => 'a:1:{i:3;s:18:"filter_format_load";}', - 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}', - 'page_callback' => 'filter_admin_order_page', - 'page_arguments' => 'a:1:{i:0;i:3;}', - 'fit' => '29', - 'number_parts' => '5', - 'tab_parent' => 'admin/settings/filters/%', - 'tab_root' => 'admin/settings/filters/%', - 'title' => 'Rearrange', - 'title_callback' => 't', - 'title_arguments' => '', - 'type' => '128', + 'path' => 'user/%', + 'load_functions' => 'a:1:{i:1;s:22:"user_uid_optional_load";}', + 'to_arg_functions' => 'a:1:{i:1;s:24:"user_uid_optional_to_arg";}', + 'access_callback' => 'user_view_access', + 'access_arguments' => 'a:1:{i:0;i:1;}', + 'page_callback' => 'user_view', + 'page_arguments' => 'a:1:{i:0;i:1;}', + 'fit' => '2', + 'number_parts' => '2', + 'tab_parent' => '', + 'tab_root' => 'user/%', + 'title' => 'My account', + 'title_callback' => 'user_page_title', + 'title_arguments' => 'a:1:{i:0;i:1;}', + 'type' => '6', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '2', - 'file' => 'modules/filter/filter.admin.inc', + 'weight' => '0', + 'file' => 'modules/user/user.pages.inc', )) ->values(array( - 'path' => 'user/reset/%/%/%', - 'load_functions' => 'a:3:{i:2;N;i:3;N;i:4;N;}', + 'path' => 'user/%/delete', + 'load_functions' => 'a:1:{i:1;s:9:"user_load";}', 'to_arg_functions' => '', - 'access_callback' => '1', - 'access_arguments' => 'a:0:{}', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:4:{i:0;s:15:"user_pass_reset";i:1;i:2;i:2;i:3;i:3;i:4;}', - 'fit' => '24', - 'number_parts' => '5', + 'page_arguments' => 'a:2:{i:0;s:19:"user_confirm_delete";i:1;i:1;}', + 'fit' => '5', + 'number_parts' => '3', 'tab_parent' => '', - 'tab_root' => 'user/reset/%/%/%', - 'title' => 'Reset password', + 'tab_root' => 'user/%/delete', + 'title' => 'Delete', 'title_callback' => 't', 'title_arguments' => '', 'type' => '4', @@ -8824,18 +8846,18 @@ db_insert('menu_router')->fields(array( 'file' => 'modules/user/user.pages.inc', )) ->values(array( - 'path' => 'admin/content/taxonomy/add/vocabulary', - 'load_functions' => '', + 'path' => 'user/%/edit', + 'load_functions' => 'a:1:{i:1;a:1:{s:18:"user_category_load";a:2:{i:0;s:4:"%map";i:1;s:6:"%index";}}}', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:1:{i:0;s:24:"taxonomy_form_vocabulary";}', - 'fit' => '31', - 'number_parts' => '5', - 'tab_parent' => 'admin/content/taxonomy', - 'tab_root' => 'admin/content/taxonomy', - 'title' => 'Add vocabulary', + 'access_callback' => 'user_edit_access', + 'access_arguments' => 'a:1:{i:0;i:1;}', + 'page_callback' => 'user_edit', + 'page_arguments' => 'a:1:{i:0;i:1;}', + 'fit' => '5', + 'number_parts' => '3', + 'tab_parent' => 'user/%', + 'tab_root' => 'user/%', + 'title' => 'Edit', 'title_callback' => 't', 'title_arguments' => '', 'type' => '128', @@ -8843,65 +8865,65 @@ db_insert('menu_router')->fields(array( 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/taxonomy/taxonomy.admin.inc', + 'file' => 'modules/user/user.pages.inc', )) ->values(array( - 'path' => 'node/%/revisions/%/view', - 'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}', + 'path' => 'user/%/edit/account', + 'load_functions' => 'a:1:{i:1;a:1:{s:18:"user_category_load";a:2:{i:0;s:4:"%map";i:1;s:6:"%index";}}}', 'to_arg_functions' => '', - 'access_callback' => '_node_revision_access', + 'access_callback' => 'user_edit_access', 'access_arguments' => 'a:1:{i:0;i:1;}', - 'page_callback' => 'node_show', - 'page_arguments' => 'a:3:{i:0;i:1;i:1;N;i:2;b:1;}', - 'fit' => '21', - 'number_parts' => '5', - 'tab_parent' => '', - 'tab_root' => 'node/%/revisions/%/view', - 'title' => 'Revisions', + 'page_callback' => 'user_edit', + 'page_arguments' => 'a:1:{i:0;i:1;}', + 'fit' => '11', + 'number_parts' => '4', + 'tab_parent' => 'user/%/edit', + 'tab_root' => 'user/%', + 'title' => 'Account', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '136', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => '', + 'file' => 'modules/user/user.pages.inc', )) ->values(array( - 'path' => 'node/%/revisions/%/delete', - 'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}', + 'path' => 'user/%/view', + 'load_functions' => 'a:1:{i:1;s:9:"user_load";}', 'to_arg_functions' => '', - 'access_callback' => '_node_revision_access', - 'access_arguments' => 'a:2:{i:0;i:1;i:1;s:6:"delete";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:28:"node_revision_delete_confirm";i:1;i:1;}', - 'fit' => '21', - 'number_parts' => '5', - 'tab_parent' => '', - 'tab_root' => 'node/%/revisions/%/delete', - 'title' => 'Delete earlier revision', + 'access_callback' => 'user_view_access', + 'access_arguments' => 'a:1:{i:0;i:1;}', + 'page_callback' => 'user_view', + 'page_arguments' => 'a:1:{i:0;i:1;}', + 'fit' => '5', + 'number_parts' => '3', + 'tab_parent' => 'user/%', + 'tab_root' => 'user/%', + 'title' => 'View', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '136', 'block_callback' => '', 'description' => '', 'position' => '', - 'weight' => '0', - 'file' => 'modules/node/node.pages.inc', + 'weight' => '-10', + 'file' => 'modules/user/user.pages.inc', )) ->values(array( - 'path' => 'node/%/revisions/%/revert', - 'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}', + 'path' => 'user/autocomplete', + 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => '_node_revision_access', - 'access_arguments' => 'a:2:{i:0;i:1;i:1;s:6:"update";}', - 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:28:"node_revision_revert_confirm";i:1;i:1;}', - 'fit' => '21', - 'number_parts' => '5', + 'access_callback' => 'user_access', + 'access_arguments' => 'a:1:{i:0;s:20:"access user profiles";}', + 'page_callback' => 'user_autocomplete', + 'page_arguments' => 'a:0:{}', + 'fit' => '3', + 'number_parts' => '2', 'tab_parent' => '', - 'tab_root' => 'node/%/revisions/%/revert', - 'title' => 'Revert to earlier revision', + 'tab_root' => 'user/autocomplete', + 'title' => 'User autocomplete', 'title_callback' => 't', 'title_arguments' => '', 'type' => '4', @@ -8909,117 +8931,95 @@ db_insert('menu_router')->fields(array( 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/node/node.pages.inc', + 'file' => 'modules/user/user.pages.inc', )) ->values(array( - 'path' => 'admin/build/menu/item/%/delete', - 'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}', + 'path' => 'user/login', + 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', - 'page_callback' => 'menu_item_delete_page', - 'page_arguments' => 'a:1:{i:0;i:4;}', - 'fit' => '61', - 'number_parts' => '6', - 'tab_parent' => '', - 'tab_root' => 'admin/build/menu/item/%/delete', - 'title' => 'Delete menu item', + 'access_callback' => 'user_is_anonymous', + 'access_arguments' => 'a:0:{}', + 'page_callback' => 'user_page', + 'page_arguments' => 'a:0:{}', + 'fit' => '3', + 'number_parts' => '2', + 'tab_parent' => 'user', + 'tab_root' => 'user', + 'title' => 'Log in', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '136', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/menu/menu.admin.inc', + 'file' => 'modules/user/user.pages.inc', )) ->values(array( - 'path' => 'admin/build/menu/item/%/edit', - 'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}', + 'path' => 'user/password', + 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', + 'access_callback' => 'user_is_anonymous', + 'access_arguments' => 'a:0:{}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:4:{i:0;s:14:"menu_edit_item";i:1;s:4:"edit";i:2;i:4;i:3;N;}', - 'fit' => '61', - 'number_parts' => '6', - 'tab_parent' => '', - 'tab_root' => 'admin/build/menu/item/%/edit', - 'title' => 'Edit menu item', + 'page_arguments' => 'a:1:{i:0;s:9:"user_pass";}', + 'fit' => '3', + 'number_parts' => '2', + 'tab_parent' => 'user', + 'tab_root' => 'user', + 'title' => 'Request new password', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/menu/menu.admin.inc', + 'file' => 'modules/user/user.pages.inc', )) ->values(array( - 'path' => 'admin/content/taxonomy/edit/vocabulary/%', - 'load_functions' => 'a:1:{i:5;s:24:"taxonomy_vocabulary_load";}', + 'path' => 'user/register', + 'load_functions' => '', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}', - 'page_callback' => 'taxonomy_admin_vocabulary_edit', - 'page_arguments' => 'a:1:{i:0;i:5;}', - 'fit' => '62', - 'number_parts' => '6', - 'tab_parent' => '', - 'tab_root' => 'admin/content/taxonomy/edit/vocabulary/%', - 'title' => 'Edit vocabulary', - 'title_callback' => 't', - 'title_arguments' => '', - 'type' => '4', - 'block_callback' => '', - 'description' => '', - 'position' => '', - 'weight' => '0', - 'file' => 'modules/taxonomy/taxonomy.admin.inc', -)) -->values(array( - 'path' => 'admin/build/menu/item/%/reset', - 'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}', - 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}', + 'access_callback' => 'user_register_access', + 'access_arguments' => 'a:0:{}', 'page_callback' => 'drupal_get_form', - 'page_arguments' => 'a:2:{i:0;s:23:"menu_reset_item_confirm";i:1;i:4;}', - 'fit' => '61', - 'number_parts' => '6', - 'tab_parent' => '', - 'tab_root' => 'admin/build/menu/item/%/reset', - 'title' => 'Reset menu item', + 'page_arguments' => 'a:1:{i:0;s:13:"user_register";}', + 'fit' => '3', + 'number_parts' => '2', + 'tab_parent' => 'user', + 'tab_root' => 'user', + 'title' => 'Create new account', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '4', + 'type' => '128', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/menu/menu.admin.inc', + 'file' => 'modules/user/user.pages.inc', )) ->values(array( - 'path' => 'admin/content/taxonomy/%/add/term', - 'load_functions' => 'a:1:{i:3;s:24:"taxonomy_vocabulary_load";}', + 'path' => 'user/reset/%/%/%', + 'load_functions' => 'a:3:{i:2;N;i:3;N;i:4;N;}', 'to_arg_functions' => '', - 'access_callback' => 'user_access', - 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}', - 'page_callback' => 'taxonomy_add_term_page', - 'page_arguments' => 'a:1:{i:0;i:3;}', - 'fit' => '59', - 'number_parts' => '6', - 'tab_parent' => 'admin/content/taxonomy/%', - 'tab_root' => 'admin/content/taxonomy/%', - 'title' => 'Add term', + 'access_callback' => '1', + 'access_arguments' => 'a:0:{}', + 'page_callback' => 'drupal_get_form', + 'page_arguments' => 'a:4:{i:0;s:15:"user_pass_reset";i:1;i:2;i:2;i:3;i:3;i:4;}', + 'fit' => '24', + 'number_parts' => '5', + 'tab_parent' => '', + 'tab_root' => 'user/reset/%/%/%', + 'title' => 'Reset password', 'title_callback' => 't', 'title_arguments' => '', - 'type' => '128', + 'type' => '4', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', - 'file' => 'modules/taxonomy/taxonomy.admin.inc', + 'file' => 'modules/user/user.pages.inc', )) ->execute(); @@ -9181,11 +9181,11 @@ db_insert('node')->fields(array( 'vid' => '2', 'type' => 'page', 'language' => '', - 'title' => 'node title 0 revision', + 'title' => 'node title 1 rev 1 (i=0) rev2 2', 'uid' => '3', 'status' => '0', 'created' => '1262732400', - 'changed' => '1279310614', + 'changed' => '1282936266', 'comment' => '0', 'promote' => '0', 'moderate' => '0', @@ -9198,11 +9198,11 @@ db_insert('node')->fields(array( 'vid' => '4', 'type' => 'page', 'language' => '', - 'title' => 'node title 1 revision', + 'title' => 'node title 2 rev 3 (i=1) rev2 4', 'uid' => '3', 'status' => '0', 'created' => '1262818800', - 'changed' => '1279310614', + 'changed' => '1282936266', 'comment' => '0', 'promote' => '1', 'moderate' => '0', @@ -9215,11 +9215,11 @@ db_insert('node')->fields(array( 'vid' => '6', 'type' => 'page', 'language' => '', - 'title' => 'node title 2 revision', + 'title' => 'node title 3 rev 5 (i=2) rev2 6', 'uid' => '3', 'status' => '0', 'created' => '1262905200', - 'changed' => '1279310614', + 'changed' => '1282936266', 'comment' => '0', 'promote' => '0', 'moderate' => '0', @@ -9232,11 +9232,11 @@ db_insert('node')->fields(array( 'vid' => '8', 'type' => 'page', 'language' => '', - 'title' => 'node title 3 revision', + 'title' => 'node title 4 rev 7 (i=3) rev2 8', 'uid' => '3', 'status' => '0', 'created' => '1262991600', - 'changed' => '1279310614', + 'changed' => '1282936266', 'comment' => '0', 'promote' => '1', 'moderate' => '0', @@ -9249,11 +9249,11 @@ db_insert('node')->fields(array( 'vid' => '10', 'type' => 'page', 'language' => '', - 'title' => 'node title 4 revision', + 'title' => 'node title 5 rev 9 (i=4) rev2 10', 'uid' => '3', 'status' => '1', 'created' => '1263078000', - 'changed' => '1279310614', + 'changed' => '1282936266', 'comment' => '0', 'promote' => '0', 'moderate' => '0', @@ -9266,11 +9266,11 @@ db_insert('node')->fields(array( 'vid' => '12', 'type' => 'page', 'language' => '', - 'title' => 'node title 5 revision', + 'title' => 'node title 6 rev 11 (i=5) rev2 12', 'uid' => '3', 'status' => '1', 'created' => '1263164400', - 'changed' => '1279310614', + 'changed' => '1282936266', 'comment' => '0', 'promote' => '1', 'moderate' => '0', @@ -9283,11 +9283,11 @@ db_insert('node')->fields(array( 'vid' => '14', 'type' => 'page', 'language' => '', - 'title' => 'node title 6 revision', + 'title' => 'node title 7 rev 13 (i=6) rev2 14', 'uid' => '3', 'status' => '1', 'created' => '1263250800', - 'changed' => '1279310614', + 'changed' => '1282936266', 'comment' => '0', 'promote' => '0', 'moderate' => '0', @@ -9300,11 +9300,11 @@ db_insert('node')->fields(array( 'vid' => '16', 'type' => 'page', 'language' => '', - 'title' => 'node title 7 revision', + 'title' => 'node title 8 rev 15 (i=7) rev2 16', 'uid' => '3', 'status' => '1', 'created' => '1263337200', - 'changed' => '1279310614', + 'changed' => '1282936266', 'comment' => '0', 'promote' => '1', 'moderate' => '0', @@ -9317,11 +9317,11 @@ db_insert('node')->fields(array( 'vid' => '18', 'type' => 'page', 'language' => '', - 'title' => 'node title 8 revision', + 'title' => 'node title 9 rev 17 (i=8) rev2 18', 'uid' => '4', 'status' => '0', 'created' => '1263423600', - 'changed' => '1279310614', + 'changed' => '1282936266', 'comment' => '0', 'promote' => '0', 'moderate' => '0', @@ -9334,11 +9334,11 @@ db_insert('node')->fields(array( 'vid' => '20', 'type' => 'page', 'language' => '', - 'title' => 'node title 9 revision', + 'title' => 'node title 10 rev 19 (i=9) rev2 20', 'uid' => '4', 'status' => '0', 'created' => '1263510000', - 'changed' => '1279310614', + 'changed' => '1282936266', 'comment' => '0', 'promote' => '1', 'moderate' => '0', @@ -9351,11 +9351,11 @@ db_insert('node')->fields(array( 'vid' => '22', 'type' => 'page', 'language' => '', - 'title' => 'node title 10 revision', + 'title' => 'node title 11 rev 21 (i=10) rev2 22', 'uid' => '4', 'status' => '0', 'created' => '1263596400', - 'changed' => '1279310614', + 'changed' => '1282936267', 'comment' => '0', 'promote' => '0', 'moderate' => '0', @@ -9368,11 +9368,11 @@ db_insert('node')->fields(array( 'vid' => '24', 'type' => 'page', 'language' => '', - 'title' => 'node title 11 revision', + 'title' => 'node title 12 rev 23 (i=11) rev2 24', 'uid' => '4', 'status' => '0', 'created' => '1263682800', - 'changed' => '1279310614', + 'changed' => '1282936267', 'comment' => '0', 'promote' => '1', 'moderate' => '0', @@ -9385,11 +9385,11 @@ db_insert('node')->fields(array( 'vid' => '25', 'type' => 'story', 'language' => '', - 'title' => 'node title 12', + 'title' => 'node title 13 rev 25 (i=12)', 'uid' => '4', 'status' => '1', 'created' => '1263769200', - 'changed' => '1279310614', + 'changed' => '1282936267', 'comment' => '0', 'promote' => '0', 'moderate' => '0', @@ -9402,11 +9402,11 @@ db_insert('node')->fields(array( 'vid' => '26', 'type' => 'story', 'language' => '', - 'title' => 'node title 13', + 'title' => 'node title 14 rev 26 (i=13)', 'uid' => '4', 'status' => '1', 'created' => '1263855600', - 'changed' => '1279310614', + 'changed' => '1282936267', 'comment' => '0', 'promote' => '1', 'moderate' => '0', @@ -9419,11 +9419,11 @@ db_insert('node')->fields(array( 'vid' => '27', 'type' => 'story', 'language' => '', - 'title' => 'node title 14', + 'title' => 'node title 15 rev 27 (i=14)', 'uid' => '4', 'status' => '1', 'created' => '1263942000', - 'changed' => '1279310614', + 'changed' => '1282936267', 'comment' => '0', 'promote' => '0', 'moderate' => '0', @@ -9436,11 +9436,11 @@ db_insert('node')->fields(array( 'vid' => '28', 'type' => 'story', 'language' => '', - 'title' => 'node title 15', + 'title' => 'node title 16 rev 28 (i=15)', 'uid' => '4', 'status' => '1', 'created' => '1264028400', - 'changed' => '1279310614', + 'changed' => '1282936267', 'comment' => '0', 'promote' => '1', 'moderate' => '0', @@ -9453,11 +9453,11 @@ db_insert('node')->fields(array( 'vid' => '29', 'type' => 'story', 'language' => '', - 'title' => 'node title 16', + 'title' => 'node title 17 rev 29 (i=16)', 'uid' => '5', 'status' => '0', 'created' => '1264114800', - 'changed' => '1279310614', + 'changed' => '1282936267', 'comment' => '0', 'promote' => '0', 'moderate' => '0', @@ -9470,11 +9470,11 @@ db_insert('node')->fields(array( 'vid' => '30', 'type' => 'story', 'language' => '', - 'title' => 'node title 17', + 'title' => 'node title 18 rev 30 (i=17)', 'uid' => '5', 'status' => '0', 'created' => '1264201200', - 'changed' => '1279310614', + 'changed' => '1282936267', 'comment' => '0', 'promote' => '1', 'moderate' => '0', @@ -9487,11 +9487,11 @@ db_insert('node')->fields(array( 'vid' => '31', 'type' => 'story', 'language' => '', - 'title' => 'node title 18', + 'title' => 'node title 19 rev 31 (i=18)', 'uid' => '5', 'status' => '0', 'created' => '1264287600', - 'changed' => '1279310614', + 'changed' => '1282936267', 'comment' => '0', 'promote' => '0', 'moderate' => '0', @@ -9504,11 +9504,11 @@ db_insert('node')->fields(array( 'vid' => '32', 'type' => 'story', 'language' => '', - 'title' => 'node title 19', + 'title' => 'node title 20 rev 32 (i=19)', 'uid' => '5', 'status' => '0', 'created' => '1264374000', - 'changed' => '1279310614', + 'changed' => '1282936267', 'comment' => '0', 'promote' => '1', 'moderate' => '0', @@ -9521,11 +9521,11 @@ db_insert('node')->fields(array( 'vid' => '33', 'type' => 'story', 'language' => '', - 'title' => 'node title 20', + 'title' => 'node title 21 rev 33 (i=20)', 'uid' => '5', 'status' => '1', 'created' => '1264460400', - 'changed' => '1279310614', + 'changed' => '1282936267', 'comment' => '0', 'promote' => '0', 'moderate' => '0', @@ -9538,11 +9538,11 @@ db_insert('node')->fields(array( 'vid' => '34', 'type' => 'story', 'language' => '', - 'title' => 'node title 21', + 'title' => 'node title 22 rev 34 (i=21)', 'uid' => '5', 'status' => '1', 'created' => '1264546800', - 'changed' => '1279310614', + 'changed' => '1282936267', 'comment' => '0', 'promote' => '1', 'moderate' => '0', @@ -9555,11 +9555,11 @@ db_insert('node')->fields(array( 'vid' => '35', 'type' => 'story', 'language' => '', - 'title' => 'node title 22', + 'title' => 'node title 23 rev 35 (i=22)', 'uid' => '5', 'status' => '1', 'created' => '1264633200', - 'changed' => '1279310614', + 'changed' => '1282936267', 'comment' => '0', 'promote' => '0', 'moderate' => '0', @@ -9572,11 +9572,11 @@ db_insert('node')->fields(array( 'vid' => '36', 'type' => 'story', 'language' => '', - 'title' => 'node title 23', + 'title' => 'node title 24 rev 36 (i=23)', 'uid' => '5', 'status' => '1', 'created' => '1264719600', - 'changed' => '1279310614', + 'changed' => '1282936267', 'comment' => '0', 'promote' => '1', 'moderate' => '0', @@ -9593,7 +9593,7 @@ db_insert('node')->fields(array( 'uid' => '3', 'status' => '0', 'created' => '1262732400', - 'changed' => '1279310614', + 'changed' => '1282936268', 'comment' => '0', 'promote' => '0', 'moderate' => '0', @@ -9610,7 +9610,7 @@ db_insert('node')->fields(array( 'uid' => '3', 'status' => '0', 'created' => '1262775600', - 'changed' => '1279310614', + 'changed' => '1282936268', 'comment' => '0', 'promote' => '1', 'moderate' => '0', @@ -9627,7 +9627,7 @@ db_insert('node')->fields(array( 'uid' => '3', 'status' => '1', 'created' => '1262818800', - 'changed' => '1279310614', + 'changed' => '1282936268', 'comment' => '0', 'promote' => '0', 'moderate' => '0', @@ -9644,7 +9644,7 @@ db_insert('node')->fields(array( 'uid' => '3', 'status' => '1', 'created' => '1262862000', - 'changed' => '1279310614', + 'changed' => '1282936268', 'comment' => '0', 'promote' => '1', 'moderate' => '0', @@ -9661,7 +9661,7 @@ db_insert('node')->fields(array( 'uid' => '4', 'status' => '0', 'created' => '1262905200', - 'changed' => '1279310615', + 'changed' => '1282936268', 'comment' => '0', 'promote' => '0', 'moderate' => '0', @@ -9678,7 +9678,7 @@ db_insert('node')->fields(array( 'uid' => '4', 'status' => '0', 'created' => '1262948400', - 'changed' => '1279310615', + 'changed' => '1282936268', 'comment' => '0', 'promote' => '1', 'moderate' => '0', @@ -9695,7 +9695,7 @@ db_insert('node')->fields(array( 'uid' => '4', 'status' => '1', 'created' => '1262991600', - 'changed' => '1279310615', + 'changed' => '1282936268', 'comment' => '0', 'promote' => '0', 'moderate' => '0', @@ -9712,7 +9712,7 @@ db_insert('node')->fields(array( 'uid' => '4', 'status' => '1', 'created' => '1263034800', - 'changed' => '1279310615', + 'changed' => '1282936268', 'comment' => '0', 'promote' => '1', 'moderate' => '0', @@ -9729,7 +9729,7 @@ db_insert('node')->fields(array( 'uid' => '5', 'status' => '0', 'created' => '1263078000', - 'changed' => '1279310615', + 'changed' => '1282936268', 'comment' => '0', 'promote' => '0', 'moderate' => '0', @@ -9746,7 +9746,7 @@ db_insert('node')->fields(array( 'uid' => '5', 'status' => '0', 'created' => '1263121200', - 'changed' => '1279310615', + 'changed' => '1282936268', 'comment' => '0', 'promote' => '1', 'moderate' => '0', @@ -9763,7 +9763,7 @@ db_insert('node')->fields(array( 'uid' => '5', 'status' => '1', 'created' => '1263164400', - 'changed' => '1279310615', + 'changed' => '1282936268', 'comment' => '0', 'promote' => '0', 'moderate' => '0', @@ -9780,7 +9780,7 @@ db_insert('node')->fields(array( 'uid' => '5', 'status' => '1', 'created' => '1263207600', - 'changed' => '1279310615', + 'changed' => '1282936268', 'comment' => '0', 'promote' => '1', 'moderate' => '0', @@ -9908,252 +9908,252 @@ db_insert('node_comment_statistics')->fields(array( )) ->values(array( 'nid' => '1', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936266', 'last_comment_name' => NULL, 'last_comment_uid' => '3', 'comment_count' => '0', )) ->values(array( 'nid' => '2', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936266', 'last_comment_name' => NULL, 'last_comment_uid' => '3', 'comment_count' => '0', )) ->values(array( 'nid' => '3', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936266', 'last_comment_name' => NULL, 'last_comment_uid' => '3', 'comment_count' => '0', )) ->values(array( 'nid' => '4', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936266', 'last_comment_name' => NULL, 'last_comment_uid' => '3', 'comment_count' => '0', )) ->values(array( 'nid' => '5', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936266', 'last_comment_name' => NULL, 'last_comment_uid' => '3', 'comment_count' => '0', )) ->values(array( 'nid' => '6', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936266', 'last_comment_name' => NULL, 'last_comment_uid' => '3', 'comment_count' => '0', )) ->values(array( 'nid' => '7', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936266', 'last_comment_name' => NULL, 'last_comment_uid' => '3', 'comment_count' => '0', )) ->values(array( 'nid' => '8', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936266', 'last_comment_name' => NULL, 'last_comment_uid' => '3', 'comment_count' => '0', )) ->values(array( 'nid' => '9', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936266', 'last_comment_name' => NULL, 'last_comment_uid' => '4', 'comment_count' => '0', )) ->values(array( 'nid' => '10', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936266', 'last_comment_name' => NULL, 'last_comment_uid' => '4', 'comment_count' => '0', )) ->values(array( 'nid' => '11', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936267', 'last_comment_name' => NULL, 'last_comment_uid' => '4', 'comment_count' => '0', )) ->values(array( 'nid' => '12', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936267', 'last_comment_name' => NULL, 'last_comment_uid' => '4', 'comment_count' => '0', )) ->values(array( 'nid' => '13', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936267', 'last_comment_name' => NULL, 'last_comment_uid' => '4', 'comment_count' => '0', )) ->values(array( 'nid' => '14', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936267', 'last_comment_name' => NULL, 'last_comment_uid' => '4', 'comment_count' => '0', )) ->values(array( 'nid' => '15', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936267', 'last_comment_name' => NULL, 'last_comment_uid' => '4', 'comment_count' => '0', )) ->values(array( 'nid' => '16', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936267', 'last_comment_name' => NULL, 'last_comment_uid' => '4', 'comment_count' => '0', )) ->values(array( 'nid' => '17', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936267', 'last_comment_name' => NULL, 'last_comment_uid' => '5', 'comment_count' => '0', )) ->values(array( 'nid' => '18', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936267', 'last_comment_name' => NULL, 'last_comment_uid' => '5', 'comment_count' => '0', )) ->values(array( 'nid' => '19', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936267', 'last_comment_name' => NULL, 'last_comment_uid' => '5', 'comment_count' => '0', )) ->values(array( 'nid' => '20', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936267', 'last_comment_name' => NULL, 'last_comment_uid' => '5', 'comment_count' => '0', )) ->values(array( 'nid' => '21', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936267', 'last_comment_name' => NULL, 'last_comment_uid' => '5', 'comment_count' => '0', )) ->values(array( 'nid' => '22', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936267', 'last_comment_name' => NULL, 'last_comment_uid' => '5', 'comment_count' => '0', )) ->values(array( 'nid' => '23', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936267', 'last_comment_name' => NULL, 'last_comment_uid' => '5', 'comment_count' => '0', )) ->values(array( 'nid' => '24', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936267', 'last_comment_name' => NULL, 'last_comment_uid' => '5', 'comment_count' => '0', )) ->values(array( 'nid' => '25', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936268', 'last_comment_name' => NULL, 'last_comment_uid' => '3', 'comment_count' => '0', )) ->values(array( 'nid' => '26', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936268', 'last_comment_name' => NULL, 'last_comment_uid' => '3', 'comment_count' => '0', )) ->values(array( 'nid' => '27', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936268', 'last_comment_name' => NULL, 'last_comment_uid' => '3', 'comment_count' => '0', )) ->values(array( 'nid' => '28', - 'last_comment_timestamp' => '1279310614', + 'last_comment_timestamp' => '1282936268', 'last_comment_name' => NULL, 'last_comment_uid' => '3', 'comment_count' => '0', )) ->values(array( 'nid' => '29', - 'last_comment_timestamp' => '1279310615', + 'last_comment_timestamp' => '1282936268', 'last_comment_name' => NULL, 'last_comment_uid' => '4', 'comment_count' => '0', )) ->values(array( 'nid' => '30', - 'last_comment_timestamp' => '1279310615', + 'last_comment_timestamp' => '1282936268', 'last_comment_name' => NULL, 'last_comment_uid' => '4', 'comment_count' => '0', )) ->values(array( 'nid' => '31', - 'last_comment_timestamp' => '1279310615', + 'last_comment_timestamp' => '1282936268', 'last_comment_name' => NULL, 'last_comment_uid' => '4', 'comment_count' => '0', )) ->values(array( 'nid' => '32', - 'last_comment_timestamp' => '1279310615', + 'last_comment_timestamp' => '1282936268', 'last_comment_name' => NULL, 'last_comment_uid' => '4', 'comment_count' => '0', )) ->values(array( 'nid' => '33', - 'last_comment_timestamp' => '1279310615', + 'last_comment_timestamp' => '1282936268', 'last_comment_name' => NULL, 'last_comment_uid' => '5', 'comment_count' => '0', )) ->values(array( 'nid' => '34', - 'last_comment_timestamp' => '1279310615', + 'last_comment_timestamp' => '1282936268', 'last_comment_name' => NULL, 'last_comment_uid' => '5', 'comment_count' => '0', )) ->values(array( 'nid' => '35', - 'last_comment_timestamp' => '1279310615', + 'last_comment_timestamp' => '1282936268', 'last_comment_name' => NULL, 'last_comment_uid' => '5', 'comment_count' => '0', )) ->values(array( 'nid' => '36', - 'last_comment_timestamp' => '1279310615', + 'last_comment_timestamp' => '1282936268', 'last_comment_name' => NULL, 'last_comment_uid' => '5', 'comment_count' => '0', @@ -10274,396 +10274,396 @@ db_insert('node_revisions')->fields(array( 'nid' => '1', 'vid' => '1', 'uid' => '3', - 'title' => 'node title 0', + 'title' => 'node title 1 rev 1 (i=0)', 'body' => 'node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0', 'teaser' => 'node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0', 'log' => 'added 0 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '1', 'vid' => '2', 'uid' => '6', - 'title' => 'node title 0 revision', + 'title' => 'node title 1 rev 1 (i=0) rev2 2', 'body' => 'node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0node revision body (page) - 0', 'teaser' => 'node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0node body (page) - 0', 'log' => 'added 0 revision', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '2', 'vid' => '3', 'uid' => '3', - 'title' => 'node title 1', + 'title' => 'node title 2 rev 3 (i=1)', 'body' => 'node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1', 'teaser' => 'node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1', 'log' => 'added 1 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '2', 'vid' => '4', 'uid' => '6', - 'title' => 'node title 1 revision', + 'title' => 'node title 2 rev 3 (i=1) rev2 4', 'body' => 'node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1node revision body (page) - 1', 'teaser' => 'node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1node body (page) - 1', 'log' => 'added 1 revision', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '3', 'vid' => '5', 'uid' => '3', - 'title' => 'node title 2', + 'title' => 'node title 3 rev 5 (i=2)', 'body' => 'node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2', 'teaser' => 'node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2', 'log' => 'added 2 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '3', 'vid' => '6', 'uid' => '6', - 'title' => 'node title 2 revision', + 'title' => 'node title 3 rev 5 (i=2) rev2 6', 'body' => 'node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2node revision body (page) - 2', 'teaser' => 'node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2node body (page) - 2', 'log' => 'added 2 revision', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '4', 'vid' => '7', 'uid' => '3', - 'title' => 'node title 3', + 'title' => 'node title 4 rev 7 (i=3)', 'body' => 'node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3', 'teaser' => 'node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3', 'log' => 'added 3 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '4', 'vid' => '8', 'uid' => '6', - 'title' => 'node title 3 revision', + 'title' => 'node title 4 rev 7 (i=3) rev2 8', 'body' => 'node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3node revision body (page) - 3', 'teaser' => 'node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3node body (page) - 3', 'log' => 'added 3 revision', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '5', 'vid' => '9', 'uid' => '3', - 'title' => 'node title 4', + 'title' => 'node title 5 rev 9 (i=4)', 'body' => 'node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4', 'teaser' => 'node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4', 'log' => 'added 4 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '5', 'vid' => '10', 'uid' => '6', - 'title' => 'node title 4 revision', + 'title' => 'node title 5 rev 9 (i=4) rev2 10', 'body' => 'node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4node revision body (page) - 4', 'teaser' => 'node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4node body (page) - 4', 'log' => 'added 4 revision', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '6', 'vid' => '11', 'uid' => '3', - 'title' => 'node title 5', + 'title' => 'node title 6 rev 11 (i=5)', 'body' => 'node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5', 'teaser' => 'node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5', 'log' => 'added 5 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '6', 'vid' => '12', 'uid' => '6', - 'title' => 'node title 5 revision', + 'title' => 'node title 6 rev 11 (i=5) rev2 12', 'body' => 'node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5node revision body (page) - 5', 'teaser' => 'node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5node body (page) - 5', 'log' => 'added 5 revision', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '7', 'vid' => '13', 'uid' => '3', - 'title' => 'node title 6', + 'title' => 'node title 7 rev 13 (i=6)', 'body' => 'node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6', 'teaser' => 'node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6', 'log' => 'added 6 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '7', 'vid' => '14', 'uid' => '6', - 'title' => 'node title 6 revision', + 'title' => 'node title 7 rev 13 (i=6) rev2 14', 'body' => 'node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6node revision body (page) - 6', 'teaser' => 'node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6node body (page) - 6', 'log' => 'added 6 revision', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '8', 'vid' => '15', 'uid' => '3', - 'title' => 'node title 7', + 'title' => 'node title 8 rev 15 (i=7)', 'body' => 'node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7', 'teaser' => 'node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7', 'log' => 'added 7 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '8', 'vid' => '16', 'uid' => '6', - 'title' => 'node title 7 revision', + 'title' => 'node title 8 rev 15 (i=7) rev2 16', 'body' => 'node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7node revision body (page) - 7', 'teaser' => 'node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7node body (page) - 7', 'log' => 'added 7 revision', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '9', 'vid' => '17', 'uid' => '4', - 'title' => 'node title 8', + 'title' => 'node title 9 rev 17 (i=8)', 'body' => 'node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8', 'teaser' => 'node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8', 'log' => 'added 8 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '9', 'vid' => '18', 'uid' => '7', - 'title' => 'node title 8 revision', + 'title' => 'node title 9 rev 17 (i=8) rev2 18', 'body' => 'node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8node revision body (page) - 8', 'teaser' => 'node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8node body (page) - 8', 'log' => 'added 8 revision', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '10', 'vid' => '19', 'uid' => '4', - 'title' => 'node title 9', + 'title' => 'node title 10 rev 19 (i=9)', 'body' => 'node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9', 'teaser' => 'node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9', 'log' => 'added 9 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '10', 'vid' => '20', 'uid' => '7', - 'title' => 'node title 9 revision', + 'title' => 'node title 10 rev 19 (i=9) rev2 20', 'body' => 'node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9node revision body (page) - 9', 'teaser' => 'node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9node body (page) - 9', 'log' => 'added 9 revision', - 'timestamp' => '1279310614', + 'timestamp' => '1282936266', 'format' => '0', )) ->values(array( 'nid' => '11', 'vid' => '21', 'uid' => '4', - 'title' => 'node title 10', + 'title' => 'node title 11 rev 21 (i=10)', 'body' => 'node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10', 'teaser' => 'node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (p', 'log' => 'added 10 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936267', 'format' => '0', )) ->values(array( 'nid' => '11', 'vid' => '22', 'uid' => '7', - 'title' => 'node title 10 revision', + 'title' => 'node title 11 rev 21 (i=10) rev2 22', 'body' => 'node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10node revision body (page) - 10', 'teaser' => 'node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (page) - 10node body (p', 'log' => 'added 10 revision', - 'timestamp' => '1279310614', + 'timestamp' => '1282936267', 'format' => '0', )) ->values(array( 'nid' => '12', 'vid' => '23', 'uid' => '4', - 'title' => 'node title 11', + 'title' => 'node title 12 rev 23 (i=11)', 'body' => 'node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11', 'teaser' => 'node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (p', 'log' => 'added 11 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936267', 'format' => '0', )) ->values(array( 'nid' => '12', 'vid' => '24', 'uid' => '7', - 'title' => 'node title 11 revision', + 'title' => 'node title 12 rev 23 (i=11) rev2 24', 'body' => 'node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11node revision body (page) - 11', 'teaser' => 'node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (page) - 11node body (p', 'log' => 'added 11 revision', - 'timestamp' => '1279310614', + 'timestamp' => '1282936267', 'format' => '0', )) ->values(array( 'nid' => '13', 'vid' => '25', 'uid' => '4', - 'title' => 'node title 12', + 'title' => 'node title 13 rev 25 (i=12)', 'body' => 'node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12', 'teaser' => 'node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node body (story) - 12node b', 'log' => 'added 12 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936267', 'format' => '0', )) ->values(array( 'nid' => '14', 'vid' => '26', 'uid' => '4', - 'title' => 'node title 13', + 'title' => 'node title 14 rev 26 (i=13)', 'body' => 'node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13', 'teaser' => 'node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node body (story) - 13node b', 'log' => 'added 13 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936267', 'format' => '0', )) ->values(array( 'nid' => '15', 'vid' => '27', 'uid' => '4', - 'title' => 'node title 14', + 'title' => 'node title 15 rev 27 (i=14)', 'body' => 'node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14', 'teaser' => 'node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node body (story) - 14node b', 'log' => 'added 14 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936267', 'format' => '0', )) ->values(array( 'nid' => '16', 'vid' => '28', 'uid' => '4', - 'title' => 'node title 15', + 'title' => 'node title 16 rev 28 (i=15)', 'body' => 'node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15', 'teaser' => 'node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node body (story) - 15node b', 'log' => 'added 15 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936267', 'format' => '0', )) ->values(array( 'nid' => '17', 'vid' => '29', 'uid' => '5', - 'title' => 'node title 16', + 'title' => 'node title 17 rev 29 (i=16)', 'body' => 'node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16', 'teaser' => 'node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node body (story) - 16node b', 'log' => 'added 16 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936267', 'format' => '0', )) ->values(array( 'nid' => '18', 'vid' => '30', 'uid' => '5', - 'title' => 'node title 17', + 'title' => 'node title 18 rev 30 (i=17)', 'body' => 'node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17', 'teaser' => 'node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node body (story) - 17node b', 'log' => 'added 17 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936267', 'format' => '0', )) ->values(array( 'nid' => '19', 'vid' => '31', 'uid' => '5', - 'title' => 'node title 18', + 'title' => 'node title 19 rev 31 (i=18)', 'body' => 'node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18', 'teaser' => 'node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node body (story) - 18node b', 'log' => 'added 18 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936267', 'format' => '0', )) ->values(array( 'nid' => '20', 'vid' => '32', 'uid' => '5', - 'title' => 'node title 19', + 'title' => 'node title 20 rev 32 (i=19)', 'body' => 'node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19', 'teaser' => 'node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node body (story) - 19node b', 'log' => 'added 19 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936267', 'format' => '0', )) ->values(array( 'nid' => '21', 'vid' => '33', 'uid' => '5', - 'title' => 'node title 20', + 'title' => 'node title 21 rev 33 (i=20)', 'body' => 'node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20', 'teaser' => 'node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node body (story) - 20node b', 'log' => 'added 20 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936267', 'format' => '0', )) ->values(array( 'nid' => '22', 'vid' => '34', 'uid' => '5', - 'title' => 'node title 21', + 'title' => 'node title 22 rev 34 (i=21)', 'body' => 'node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21', 'teaser' => 'node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node body (story) - 21node b', 'log' => 'added 21 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936267', 'format' => '0', )) ->values(array( 'nid' => '23', 'vid' => '35', 'uid' => '5', - 'title' => 'node title 22', + 'title' => 'node title 23 rev 35 (i=22)', 'body' => 'node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22', 'teaser' => 'node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node body (story) - 22node b', 'log' => 'added 22 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936267', 'format' => '0', )) ->values(array( 'nid' => '24', 'vid' => '36', 'uid' => '5', - 'title' => 'node title 23', + 'title' => 'node title 24 rev 36 (i=23)', 'body' => 'node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23', 'teaser' => 'node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node body (story) - 23node b', 'log' => 'added 23 node', - 'timestamp' => '1279310614', + 'timestamp' => '1282936267', 'format' => '0', )) ->values(array( @@ -10674,7 +10674,7 @@ db_insert('node_revisions')->fields(array( 'body' => '', 'teaser' => '', 'log' => 'added 0 poll', - 'timestamp' => '1279310614', + 'timestamp' => '1282936268', 'format' => '0', )) ->values(array( @@ -10685,7 +10685,7 @@ db_insert('node_revisions')->fields(array( 'body' => '', 'teaser' => '', 'log' => 'added 1 poll', - 'timestamp' => '1279310614', + 'timestamp' => '1282936268', 'format' => '0', )) ->values(array( @@ -10696,7 +10696,7 @@ db_insert('node_revisions')->fields(array( 'body' => '', 'teaser' => '', 'log' => 'added 2 poll', - 'timestamp' => '1279310614', + 'timestamp' => '1282936268', 'format' => '0', )) ->values(array( @@ -10707,7 +10707,7 @@ db_insert('node_revisions')->fields(array( 'body' => '', 'teaser' => '', 'log' => 'added 3 poll', - 'timestamp' => '1279310614', + 'timestamp' => '1282936268', 'format' => '0', )) ->values(array( @@ -10718,7 +10718,7 @@ db_insert('node_revisions')->fields(array( 'body' => '', 'teaser' => '', 'log' => 'added 4 poll', - 'timestamp' => '1279310615', + 'timestamp' => '1282936268', 'format' => '0', )) ->values(array( @@ -10729,7 +10729,7 @@ db_insert('node_revisions')->fields(array( 'body' => '', 'teaser' => '', 'log' => 'added 5 poll', - 'timestamp' => '1279310615', + 'timestamp' => '1282936268', 'format' => '0', )) ->values(array( @@ -10740,7 +10740,7 @@ db_insert('node_revisions')->fields(array( 'body' => '', 'teaser' => '', 'log' => 'added 6 poll', - 'timestamp' => '1279310615', + 'timestamp' => '1282936268', 'format' => '0', )) ->values(array( @@ -10751,7 +10751,7 @@ db_insert('node_revisions')->fields(array( 'body' => '', 'teaser' => '', 'log' => 'added 7 poll', - 'timestamp' => '1279310615', + 'timestamp' => '1282936268', 'format' => '0', )) ->values(array( @@ -10762,7 +10762,7 @@ db_insert('node_revisions')->fields(array( 'body' => '', 'teaser' => '', 'log' => 'added 8 poll', - 'timestamp' => '1279310615', + 'timestamp' => '1282936268', 'format' => '0', )) ->values(array( @@ -10773,7 +10773,7 @@ db_insert('node_revisions')->fields(array( 'body' => '', 'teaser' => '', 'log' => 'added 9 poll', - 'timestamp' => '1279310615', + 'timestamp' => '1282936268', 'format' => '0', )) ->values(array( @@ -10784,7 +10784,7 @@ db_insert('node_revisions')->fields(array( 'body' => '', 'teaser' => '', 'log' => 'added 10 poll', - 'timestamp' => '1279310615', + 'timestamp' => '1282936268', 'format' => '0', )) ->values(array( @@ -10795,7 +10795,7 @@ db_insert('node_revisions')->fields(array( 'body' => '', 'teaser' => '', 'log' => 'added 11 poll', - 'timestamp' => '1279310615', + 'timestamp' => '1282936268', 'format' => '0', )) ->execute(); @@ -10921,22 +10921,6 @@ db_insert('node_type')->fields(array( 'locked' => '0', 'orig_type' => 'page', )) -->values(array( - 'type' => 'story', - 'name' => 'Story', - 'module' => 'node', - 'description' => "A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site's initial home page, and provides the ability to post comments.", - 'help' => '', - 'has_title' => '1', - 'title_label' => 'Title', - 'has_body' => '1', - 'body_label' => 'Body', - 'min_word_count' => '0', - 'custom' => '1', - 'modified' => '1', - 'locked' => '0', - 'orig_type' => 'story', -)) ->values(array( 'type' => 'poll', 'name' => 'Poll', @@ -10953,6 +10937,22 @@ db_insert('node_type')->fields(array( 'locked' => '1', 'orig_type' => 'poll', )) +->values(array( + 'type' => 'story', + 'name' => 'Story', + 'module' => 'node', + 'description' => "A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site's initial home page, and provides the ability to post comments.", + 'help' => '', + 'has_title' => '1', + 'title_label' => 'Title', + 'has_body' => '1', + 'body_label' => 'Body', + 'min_word_count' => '0', + 'custom' => '1', + 'modified' => '1', + 'locked' => '0', + 'orig_type' => 'story', +)) ->execute(); db_create_table('permission', array( @@ -11793,90 +11793,6 @@ db_insert('system')->fields(array( 'weight', 'info', )) -->values(array( - 'filename' => 'themes/chameleon/marvin/marvin.info', - 'name' => 'marvin', - 'type' => 'theme', - 'owner' => '', - 'status' => '0', - 'throttle' => '0', - 'bootstrap' => '0', - 'schema_version' => '-1', - 'weight' => '0', - 'info' => 'a:11:{s:4:"name";s:6:"Marvin";s:11:"description";s:31:"Boxy tabled theme in all grays.";s:7:"regions";a:2:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";}s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:10:"base theme";s:9:"chameleon";s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:33:"themes/chameleon/marvin/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:33:"themes/chameleon/marvin/script.js";}s:10:"screenshot";s:38:"themes/chameleon/marvin/screenshot.png";s:3:"php";s:5:"4.3.5";}', -)) -->values(array( - 'filename' => 'themes/chameleon/chameleon.info', - 'name' => 'chameleon', - 'type' => 'theme', - 'owner' => 'themes/chameleon/chameleon.theme', - 'status' => '0', - 'throttle' => '0', - 'bootstrap' => '0', - 'schema_version' => '-1', - 'weight' => '0', - 'info' => 'a:10:{s:4:"name";s:9:"Chameleon";s:11:"description";s:42:"Minimalist tabled theme with light colors.";s:7:"regions";a:2:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";}s:8:"features";a:4:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";}s:11:"stylesheets";a:1:{s:3:"all";a:2:{s:9:"style.css";s:26:"themes/chameleon/style.css";s:10:"common.css";s:27:"themes/chameleon/common.css";}}s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:7:"scripts";a:1:{s:9:"script.js";s:26:"themes/chameleon/script.js";}s:10:"screenshot";s:31:"themes/chameleon/screenshot.png";s:3:"php";s:5:"4.3.5";}', -)) -->values(array( - 'filename' => 'themes/garland/minnelli/minnelli.info', - 'name' => 'minnelli', - 'type' => 'theme', - 'owner' => 'themes/engines/phptemplate/phptemplate.engine', - 'status' => '0', - 'throttle' => '0', - 'bootstrap' => '0', - 'schema_version' => '-1', - 'weight' => '0', - 'info' => 'a:12:{s:4:"name";s:8:"Minnelli";s:11:"description";s:56:"Tableless, recolorable, multi-column, fixed width theme.";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:10:"base theme";s:7:"garland";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:12:"minnelli.css";s:36:"themes/garland/minnelli/minnelli.css";}}s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:7:"scripts";a:1:{s:9:"script.js";s:33:"themes/garland/minnelli/script.js";}s:10:"screenshot";s:38:"themes/garland/minnelli/screenshot.png";s:3:"php";s:5:"4.3.5";s:6:"engine";s:11:"phptemplate";}', -)) -->values(array( - 'filename' => 'themes/garland/garland.info', - 'name' => 'garland', - 'type' => 'theme', - 'owner' => 'themes/engines/phptemplate/phptemplate.engine', - 'status' => '1', - 'throttle' => '0', - 'bootstrap' => '0', - 'schema_version' => '-1', - 'weight' => '0', - 'info' => 'a:11:{s:4:"name";s:7:"Garland";s:11:"description";s:66:"Tableless, recolorable, multi-column, fluid width theme (default).";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:7:"scripts";a:1:{s:9:"script.js";s:24:"themes/garland/script.js";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"4.3.5";}', -)) -->values(array( - 'filename' => 'themes/bluemarine/bluemarine.info', - 'name' => 'bluemarine', - 'type' => 'theme', - 'owner' => 'themes/engines/phptemplate/phptemplate.engine', - 'status' => '0', - 'throttle' => '0', - 'bootstrap' => '0', - 'schema_version' => '-1', - 'weight' => '0', - 'info' => 'a:11:{s:4:"name";s:10:"Bluemarine";s:11:"description";s:66:"Table-based multi-column theme with a marine and ash color scheme.";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/bluemarine/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:27:"themes/bluemarine/script.js";}s:10:"screenshot";s:32:"themes/bluemarine/screenshot.png";s:3:"php";s:5:"4.3.5";}', -)) -->values(array( - 'filename' => 'themes/pushbutton/pushbutton.info', - 'name' => 'pushbutton', - 'type' => 'theme', - 'owner' => 'themes/engines/phptemplate/phptemplate.engine', - 'status' => '0', - 'throttle' => '0', - 'bootstrap' => '0', - 'schema_version' => '-1', - 'weight' => '0', - 'info' => 'a:11:{s:4:"name";s:10:"Pushbutton";s:11:"description";s:52:"Tabled, multi-column theme in blue and orange tones.";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/pushbutton/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:27:"themes/pushbutton/script.js";}s:10:"screenshot";s:32:"themes/pushbutton/screenshot.png";s:3:"php";s:5:"4.3.5";}', -)) -->values(array( - 'filename' => 'modules/system/system.module', - 'name' => 'system', - 'type' => 'module', - 'owner' => '', - 'status' => '1', - 'throttle' => '0', - 'bootstrap' => '0', - 'schema_version' => '6055', - 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:6:"System";s:11:"description";s:54:"Handles general site configuration for administrators.";s:7:"package";s:15:"Core - required";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', -)) ->values(array( 'filename' => 'modules/aggregator/aggregator.module', 'name' => 'aggregator', @@ -11887,7 +11803,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:10:"Aggregator";s:11:"description";s:57:"Aggregates syndicated content (RSS, RDF, and Atom feeds).";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:10:"Aggregator";s:11:"description";s:57:"Aggregates syndicated content (RSS, RDF, and Atom feeds).";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/block/block.module', @@ -11899,7 +11815,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '0', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:5:"Block";s:11:"description";s:62:"Controls the boxes that are displayed around the main content.";s:7:"package";s:15:"Core - required";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:5:"Block";s:11:"description";s:62:"Controls the boxes that are displayed around the main content.";s:7:"package";s:15:"Core - required";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/blog/blog.module', @@ -11911,7 +11827,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:4:"Blog";s:11:"description";s:69:"Enables keeping easily and regularly updated user web pages or blogs.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:4:"Blog";s:11:"description";s:69:"Enables keeping easily and regularly updated user web pages or blogs.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/blogapi/blogapi.module', @@ -11923,7 +11839,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:8:"Blog API";s:11:"description";s:79:"Allows users to post content using applications that support XML-RPC blog APIs.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:8:"Blog API";s:11:"description";s:79:"Allows users to post content using applications that support XML-RPC blog APIs.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/book/book.module', @@ -11935,7 +11851,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:4:"Book";s:11:"description";s:63:"Allows users to structure site pages in a hierarchy or outline.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:4:"Book";s:11:"description";s:63:"Allows users to structure site pages in a hierarchy or outline.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/color/color.module', @@ -11947,7 +11863,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '0', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:5:"Color";s:11:"description";s:61:"Allows the user to change the color scheme of certain themes.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:5:"Color";s:11:"description";s:61:"Allows the user to change the color scheme of certain themes.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/comment/comment.module', @@ -11959,7 +11875,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '6003', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:7:"Comment";s:11:"description";s:57:"Allows users to comment on and discuss published content.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:7:"Comment";s:11:"description";s:57:"Allows users to comment on and discuss published content.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/contact/contact.module', @@ -11971,7 +11887,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:7:"Contact";s:11:"description";s:61:"Enables the use of both personal and site-wide contact forms.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:7:"Contact";s:11:"description";s:61:"Enables the use of both personal and site-wide contact forms.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/dblog/dblog.module', @@ -11983,7 +11899,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '6000', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:16:"Database logging";s:11:"description";s:47:"Logs and records system events to the database.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:16:"Database logging";s:11:"description";s:47:"Logs and records system events to the database.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/filter/filter.module', @@ -11995,7 +11911,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '0', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:6:"Filter";s:11:"description";s:60:"Handles the filtering of content in preparation for display.";s:7:"package";s:15:"Core - required";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:6:"Filter";s:11:"description";s:60:"Handles the filtering of content in preparation for display.";s:7:"package";s:15:"Core - required";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/forum/forum.module', @@ -12007,7 +11923,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:5:"Forum";s:11:"description";s:50:"Enables threaded discussions about general topics.";s:12:"dependencies";a:2:{i:0;s:8:"taxonomy";i:1;s:7:"comment";}s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:5:"Forum";s:11:"description";s:50:"Enables threaded discussions about general topics.";s:12:"dependencies";a:2:{i:0;s:8:"taxonomy";i:1;s:7:"comment";}s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/help/help.module', @@ -12019,7 +11935,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '0', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:4:"Help";s:11:"description";s:35:"Manages the display of online help.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:4:"Help";s:11:"description";s:35:"Manages the display of online help.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/locale/locale.module', @@ -12031,7 +11947,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:6:"Locale";s:11:"description";s:119:"Adds language handling functionality and enables the translation of the user interface to languages other than English.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:6:"Locale";s:11:"description";s:119:"Adds language handling functionality and enables the translation of the user interface to languages other than English.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/menu/menu.module', @@ -12043,7 +11959,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '0', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:4:"Menu";s:11:"description";s:60:"Allows administrators to customize the site navigation menu.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:4:"Menu";s:11:"description";s:60:"Allows administrators to customize the site navigation menu.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/node/node.module', @@ -12055,7 +11971,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '0', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:4:"Node";s:11:"description";s:66:"Allows content to be submitted to the site and displayed on pages.";s:7:"package";s:15:"Core - required";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:4:"Node";s:11:"description";s:66:"Allows content to be submitted to the site and displayed on pages.";s:7:"package";s:15:"Core - required";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/openid/openid.module', @@ -12067,7 +11983,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:6:"OpenID";s:11:"description";s:48:"Allows users to log into your site using OpenID.";s:7:"version";s:8:"6.18-dev";s:7:"package";s:15:"Core - optional";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:6:"OpenID";s:11:"description";s:48:"Allows users to log into your site using OpenID.";s:7:"version";s:8:"6.20-dev";s:7:"package";s:15:"Core - optional";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/path/path.module', @@ -12079,7 +11995,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '0', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:4:"Path";s:11:"description";s:28:"Allows users to rename URLs.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:4:"Path";s:11:"description";s:28:"Allows users to rename URLs.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/php/php.module', @@ -12091,7 +12007,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:10:"PHP filter";s:11:"description";s:50:"Allows embedded PHP code/snippets to be evaluated.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:10:"PHP filter";s:11:"description";s:50:"Allows embedded PHP code/snippets to be evaluated.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/ping/ping.module', @@ -12103,7 +12019,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:4:"Ping";s:11:"description";s:51:"Alerts other sites when your site has been updated.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:4:"Ping";s:11:"description";s:51:"Alerts other sites when your site has been updated.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/poll/poll.module', @@ -12115,7 +12031,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '0', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:4:"Poll";s:11:"description";s:95:"Allows your site to capture votes on different topics in the form of multiple choice questions.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:4:"Poll";s:11:"description";s:95:"Allows your site to capture votes on different topics in the form of multiple choice questions.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/profile/profile.module', @@ -12127,7 +12043,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:7:"Profile";s:11:"description";s:36:"Supports configurable user profiles.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:7:"Profile";s:11:"description";s:36:"Supports configurable user profiles.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/search/search.module', @@ -12139,7 +12055,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{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:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{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:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/statistics/statistics.module', @@ -12151,7 +12067,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:10:"Statistics";s:11:"description";s:37:"Logs access statistics for your site.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:10:"Statistics";s:11:"description";s:37:"Logs access statistics for your site.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/syslog/syslog.module', @@ -12163,7 +12079,19 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:6:"Syslog";s:11:"description";s:41:"Logs and records system events to syslog.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:6:"Syslog";s:11:"description";s:41:"Logs and records system events to syslog.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', +)) +->values(array( + 'filename' => 'modules/system/system.module', + 'name' => 'system', + 'type' => 'module', + 'owner' => '', + 'status' => '1', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '6055', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:6:"System";s:11:"description";s:54:"Handles general site configuration for administrators.";s:7:"package";s:15:"Core - required";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/taxonomy/taxonomy.module', @@ -12175,7 +12103,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '0', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:8:"Taxonomy";s:11:"description";s:38:"Enables the categorization of content.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:8:"Taxonomy";s:11:"description";s:38:"Enables the categorization of content.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/throttle/throttle.module', @@ -12187,7 +12115,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:8:"Throttle";s:11:"description";s:66:"Handles the auto-throttling mechanism, to control site congestion.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:8:"Throttle";s:11:"description";s:66:"Handles the auto-throttling mechanism, to control site congestion.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/tracker/tracker.module', @@ -12199,7 +12127,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:7:"Tracker";s:11:"description";s:43:"Enables tracking of recent posts for users.";s:12:"dependencies";a:1:{i:0;s:7:"comment";}s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:7:"Tracker";s:11:"description";s:43:"Enables tracking of recent posts for users.";s:12:"dependencies";a:1:{i:0;s:7:"comment";}s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/translation/translation.module', @@ -12211,7 +12139,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:19:"Content translation";s:11:"description";s:57:"Allows content to be translated into different languages.";s:12:"dependencies";a:1:{i:0;s:6:"locale";}s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:19:"Content translation";s:11:"description";s:57:"Allows content to be translated into different languages.";s:12:"dependencies";a:1:{i:0;s:6:"locale";}s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/trigger/trigger.module', @@ -12223,7 +12151,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:7:"Trigger";s:11:"description";s:90:"Enables actions to be fired on certain system events, such as when new content is created.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:7:"Trigger";s:11:"description";s:90:"Enables actions to be fired on certain system events, such as when new content is created.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/update/update.module', @@ -12235,7 +12163,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '6000', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:13:"Update status";s:11:"description";s:88:"Checks the status of available updates for Drupal and your installed modules and themes.";s:7:"version";s:8:"6.18-dev";s:7:"package";s:15:"Core - optional";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:13:"Update status";s:11:"description";s:88:"Checks the status of available updates for Drupal and your installed modules and themes.";s:7:"version";s:8:"6.20-dev";s:7:"package";s:15:"Core - optional";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/upload/upload.module', @@ -12247,7 +12175,7 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '-1', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:6:"Upload";s:11:"description";s:51:"Allows users to upload and attach files to content.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', + 'info' => 'a:8:{s:4:"name";s:6:"Upload";s:11:"description";s:51:"Allows users to upload and attach files to content.";s:7:"package";s:15:"Core - optional";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( 'filename' => 'modules/user/user.module', @@ -12259,5989 +12187,3687 @@ db_insert('system')->fields(array( 'bootstrap' => '0', 'schema_version' => '0', 'weight' => '0', - 'info' => 'a:8:{s:4:"name";s:4:"User";s:11:"description";s:47:"Manages the user registration and login system.";s:7:"package";s:15:"Core - required";s:7:"version";s:8:"6.18-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', -)) -->execute(); - -db_create_table('term_data', array( - 'fields' => array( - 'tid' => array( - 'type' => 'serial', - 'unsigned' => TRUE, - 'not null' => TRUE, - ), - 'vid' => array( - 'type' => 'int', - 'unsigned' => TRUE, - 'not null' => TRUE, - 'default' => 0, - ), - 'name' => array( - 'type' => 'varchar', - 'length' => 255, - 'not null' => TRUE, - 'default' => '', - ), - 'description' => array( - 'type' => 'text', - 'not null' => FALSE, - 'size' => 'big', - ), - 'weight' => array( - 'type' => 'int', - 'not null' => TRUE, - 'default' => 0, - 'size' => 'tiny', - ), - ), - 'primary key' => array( - 'tid', - ), - 'indexes' => array( - 'taxonomy_tree' => array( - 'vid', - 'weight', - 'name', - ), - 'vid_name' => array( - 'vid', - 'name', - ), - ), - 'module' => 'taxonomy', - 'name' => 'term_data', -)); -db_insert('term_data')->fields(array( - 'tid', - 'vid', - 'name', - 'description', - 'weight', + 'info' => 'a:8:{s:4:"name";s:4:"User";s:11:"description";s:47:"Manages the user registration and login system.";s:7:"package";s:15:"Core - required";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '1', - 'vid' => '1', - 'name' => 'term 0 of vocabulary 0', - 'description' => 'description of term 0 of vocabulary 0', + 'filename' => 'sites/all/modules/admin_menu/admin_menu.module', + 'name' => 'admin_menu', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:19:"Administration Menu";s:11:"description";s:90:"Renders a menu tree for administrative purposes as dropdown menu at the top of the window.";s:7:"package";s:14:"Administration";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '2', - 'vid' => '2', - 'name' => 'term 0 of vocabulary 1', - 'description' => 'description of term 0 of vocabulary 1', - 'weight' => '3', -)) -->values(array( - 'tid' => '3', - 'vid' => '2', - 'name' => 'term 1 of vocabulary 1', - 'description' => 'description of term 1 of vocabulary 1', - 'weight' => '4', + 'filename' => 'sites/all/modules/cck/content.module', + 'name' => 'content', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:7:"Content";s:11:"description";s:50:"Allows administrators to define new content types.";s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '4', - 'vid' => '3', - 'name' => 'term 0 of vocabulary 2', - 'description' => 'description of term 0 of vocabulary 2', - 'weight' => '6', -)) -->values(array( - 'tid' => '5', - 'vid' => '3', - 'name' => 'term 1 of vocabulary 2', - 'description' => 'description of term 1 of vocabulary 2', - 'weight' => '7', -)) -->values(array( - 'tid' => '6', - 'vid' => '3', - 'name' => 'term 2 of vocabulary 2', - 'description' => 'description of term 2 of vocabulary 2', - 'weight' => '8', + 'filename' => 'sites/all/modules/cck/modules/content_copy/content_copy.module', + 'name' => 'content_copy', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:12:"Content Copy";s:11:"description";s:51:"Enables ability to import/export field definitions.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '7', - 'vid' => '4', - 'name' => 'term 0 of vocabulary 3', - 'description' => 'description of term 0 of vocabulary 3', - 'weight' => '9', + 'filename' => 'sites/all/modules/cck/modules/content_permissions/content_permissions.module', + 'name' => 'content_permissions', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:19:"Content Permissions";s:11:"description";s:43:"Set field-level permissions for CCK fields.";s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '8', - 'vid' => '5', - 'name' => 'term 0 of vocabulary 4', - 'description' => 'description of term 0 of vocabulary 4', - 'weight' => '12', + 'filename' => 'sites/all/modules/cck/modules/fieldgroup/fieldgroup.module', + 'name' => 'fieldgroup', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:10:"Fieldgroup";s:11:"description";s:35:"Create field groups for CCK fields.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '9', - 'vid' => '5', - 'name' => 'term 1 of vocabulary 4', - 'description' => 'description of term 1 of vocabulary 4', - 'weight' => '13', + 'filename' => 'sites/all/modules/cck/modules/nodereference/nodereference.module', + 'name' => 'nodereference', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:14:"Node Reference";s:11:"description";s:59:"Defines a field type for referencing one node from another.";s:12:"dependencies";a:3:{i:0;s:7:"content";i:1;s:4:"text";i:2;s:13:"optionwidgets";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '10', - 'vid' => '6', - 'name' => 'term 0 of vocabulary 5', - 'description' => 'description of term 0 of vocabulary 5', - 'weight' => '15', + 'filename' => 'sites/all/modules/cck/modules/number/number.module', + 'name' => 'number', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:6:"Number";s:11:"description";s:28:"Defines numeric field types.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '11', - 'vid' => '6', - 'name' => 'term 1 of vocabulary 5', - 'description' => 'description of term 1 of vocabulary 5', - 'weight' => '16', + 'filename' => 'sites/all/modules/cck/modules/optionwidgets/optionwidgets.module', + 'name' => 'optionwidgets', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:14:"Option Widgets";s:11:"description";s:82:"Defines selection, check box and radio button widgets for text and numeric fields.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '12', - 'vid' => '6', - 'name' => 'term 2 of vocabulary 5', - 'description' => 'description of term 2 of vocabulary 5', - 'weight' => '17', + 'filename' => 'sites/all/modules/cck/modules/text/text.module', + 'name' => 'text', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:4:"Text";s:11:"description";s:32:"Defines simple text field types.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '13', - 'vid' => '7', - 'name' => 'term 0 of vocabulary 6', - 'description' => 'description of term 0 of vocabulary 6', - 'weight' => '18', + 'filename' => 'sites/all/modules/cck/modules/userreference/userreference.module', + 'name' => 'userreference', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:14:"User Reference";s:11:"description";s:56:"Defines a field type for referencing a user from a node.";s:12:"dependencies";a:3:{i:0;s:7:"content";i:1;s:4:"text";i:2;s:13:"optionwidgets";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '14', - 'vid' => '8', - 'name' => 'term 0 of vocabulary 7', - 'description' => 'description of term 0 of vocabulary 7', - 'weight' => '21', + 'filename' => 'sites/all/modules/devel/devel.module', + 'name' => 'devel', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:5:"Devel";s:11:"description";s:52:"Various blocks, pages, and functions for developers.";s:7:"package";s:11:"Development";s:12:"dependencies";a:1:{i:0;s:4:"menu";}s:4:"core";s:3:"6.x";s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '15', - 'vid' => '8', - 'name' => 'term 1 of vocabulary 7', - 'description' => 'description of term 1 of vocabulary 7', - 'weight' => '22', + 'filename' => 'sites/all/modules/devel/devel_generate.module', + 'name' => 'devel_generate', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:14:"Devel generate";s:11:"description";s:48:"Generate dummy users, nodes, and taxonomy terms.";s:7:"package";s:11:"Development";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '16', - 'vid' => '9', - 'name' => 'term 0 of vocabulary 8', - 'description' => 'description of term 0 of vocabulary 8', - 'weight' => '24', + 'filename' => 'sites/all/modules/devel/devel_node_access.module', + 'name' => 'devel_node_access', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:17:"Devel node access";s:11:"description";s:67:"Developer block and page illustrating relevant node_access records.";s:7:"package";s:11:"Development";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '17', - 'vid' => '9', - 'name' => 'term 1 of vocabulary 8', - 'description' => 'description of term 1 of vocabulary 8', - 'weight' => '25', + 'filename' => 'sites/all/modules/devel/devel_themer.module', + 'name' => 'devel_themer', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:15:"Theme developer";s:11:"description";s:52:"Essential theme API information for theme developers";s:7:"package";s:11:"Development";s:12:"dependencies";a:1:{i:0;s:5:"devel";}s:4:"core";s:3:"6.x";s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '18', - 'vid' => '9', - 'name' => 'term 2 of vocabulary 8', - 'description' => 'description of term 2 of vocabulary 8', - 'weight' => '26', + 'filename' => 'sites/all/modules/devel/macro.module', + 'name' => 'macro', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:5:"Macro";s:11:"description";s:62:"Allows administrators to record and playback form submissions.";s:7:"package";s:11:"Development";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '19', - 'vid' => '10', - 'name' => 'term 0 of vocabulary 9', - 'description' => 'description of term 0 of vocabulary 9', - 'weight' => '27', + 'filename' => 'sites/all/modules/devel/performance/performance.module', + 'name' => 'performance', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:19:"Performance Logging";s:11:"description";s:91:"Logs detailed and/or summary page generation time and memory consumption for page requests.";s:7:"package";s:11:"Development";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '20', - 'vid' => '11', - 'name' => 'term 0 of vocabulary 10', - 'description' => 'description of term 0 of vocabulary 10', - 'weight' => '30', + 'filename' => 'sites/all/modules/drush_extras/drush_extras.module', + 'name' => 'drush_extras', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:9:{s:4:"name";s:12:"Drush extras";s:11:"description";s:43:"Useful Drush commands. Requires Drush core.";s:7:"package";s:11:"Development";s:4:"core";s:3:"7.x";s:5:"files";a:7:{i:0;s:19:"drush_extras.module";i:1;s:12:"pm.drush.inc";i:2;s:16:"pm_cvs.drush.inc";i:3;s:16:"pm_svn.drush.inc";i:4;s:20:"simpletest.drush.inc";i:5;s:13:"sql.drush.inc";i:6;s:15:"tools.drush.inc";}s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '21', - 'vid' => '11', - 'name' => 'term 1 of vocabulary 10', - 'description' => 'description of term 1 of vocabulary 10', - 'weight' => '31', + 'filename' => 'sites/all/modules/mymap/mymap.module', + 'name' => 'mymap', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:7:{s:4:"name";s:6:"My Map";s:11:"description";s:36:"Allows any node to have a Google map";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '22', - 'vid' => '12', - 'name' => 'term 0 of vocabulary 11', - 'description' => 'description of term 0 of vocabulary 11', - 'weight' => '33', + 'filename' => 'sites/all/modules/plugin_manager.module', + 'name' => 'plugin_manager', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:14:"Plugin Manager";s:11:"description";s:72:"Enables the automated installation of modules and themes from drupal.org";s:4:"core";s:3:"6.x";s:3:"php";s:1:"5";s:7:"package";s:14:"Administration";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:7:"version";N;}', )) ->values(array( - 'tid' => '23', - 'vid' => '12', - 'name' => 'term 1 of vocabulary 11', - 'description' => 'description of term 1 of vocabulary 11', - 'weight' => '34', + 'filename' => 'sites/all/modules/schema/schema.module', + 'name' => 'schema', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:6:"Schema";s:11:"description";s:65:"The Schema module provides functionality built on the Schema API.";s:7:"package";s:8:"Database";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '24', - 'vid' => '12', - 'name' => 'term 2 of vocabulary 11', - 'description' => 'description of term 2 of vocabulary 11', - 'weight' => '35', + 'filename' => 'sites/all/modules/views/views.module', + 'name' => 'views', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:5:"Views";s:11:"description";s:55:"Create customized lists and queries from your database.";s:7:"package";s:5:"Views";s:4:"core";s:3:"6.x";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '25', - 'vid' => '13', - 'name' => 'term 0 of vocabulary 12', - 'description' => 'description of term 0 of vocabulary 12', - 'weight' => '36', + 'filename' => 'sites/all/modules/views/views_export/views_export.module', + 'name' => 'views_export', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:14:"Views exporter";s:11:"description";s:40:"Allows exporting multiple views at once.";s:7:"package";s:5:"Views";s:12:"dependencies";a:1:{i:0;s:5:"views";}s:4:"core";s:3:"6.x";s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '26', - 'vid' => '14', - 'name' => 'term 0 of vocabulary 13', - 'description' => 'description of term 0 of vocabulary 13', - 'weight' => '39', + 'filename' => 'sites/all/modules/views/views_ui.module', + 'name' => 'views_ui', + 'type' => 'module', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:8:{s:4:"name";s:8:"Views UI";s:11:"description";s:93:"Administrative interface to views. Without this module, you cannot create or edit your views.";s:7:"package";s:5:"Views";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:5:"views";}s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '27', - 'vid' => '14', - 'name' => 'term 1 of vocabulary 13', - 'description' => 'description of term 1 of vocabulary 13', - 'weight' => '40', + 'filename' => 'themes/bluemarine/bluemarine.info', + 'name' => 'bluemarine', + 'type' => 'theme', + 'owner' => 'themes/engines/phptemplate/phptemplate.engine', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:11:{s:4:"name";s:10:"Bluemarine";s:11:"description";s:66:"Table-based multi-column theme with a marine and ash color scheme.";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/bluemarine/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:27:"themes/bluemarine/script.js";}s:10:"screenshot";s:32:"themes/bluemarine/screenshot.png";s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '28', - 'vid' => '15', - 'name' => 'term 0 of vocabulary 14', - 'description' => 'description of term 0 of vocabulary 14', - 'weight' => '42', + 'filename' => 'themes/chameleon/chameleon.info', + 'name' => 'chameleon', + 'type' => 'theme', + 'owner' => 'themes/chameleon/chameleon.theme', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:10:{s:4:"name";s:9:"Chameleon";s:11:"description";s:42:"Minimalist tabled theme with light colors.";s:7:"regions";a:2:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";}s:8:"features";a:4:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";}s:11:"stylesheets";a:1:{s:3:"all";a:2:{s:9:"style.css";s:26:"themes/chameleon/style.css";s:10:"common.css";s:27:"themes/chameleon/common.css";}}s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:7:"scripts";a:1:{s:9:"script.js";s:26:"themes/chameleon/script.js";}s:10:"screenshot";s:31:"themes/chameleon/screenshot.png";s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '29', - 'vid' => '15', - 'name' => 'term 1 of vocabulary 14', - 'description' => 'description of term 1 of vocabulary 14', - 'weight' => '43', + 'filename' => 'themes/chameleon/marvin/marvin.info', + 'name' => 'marvin', + 'type' => 'theme', + 'owner' => '', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:11:{s:4:"name";s:6:"Marvin";s:11:"description";s:31:"Boxy tabled theme in all grays.";s:7:"regions";a:2:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";}s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:10:"base theme";s:9:"chameleon";s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:33:"themes/chameleon/marvin/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:33:"themes/chameleon/marvin/script.js";}s:10:"screenshot";s:38:"themes/chameleon/marvin/screenshot.png";s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '30', - 'vid' => '15', - 'name' => 'term 2 of vocabulary 14', - 'description' => 'description of term 2 of vocabulary 14', - 'weight' => '44', -)) -->values(array( - 'tid' => '31', - 'vid' => '16', - 'name' => 'term 0 of vocabulary 15', - 'description' => 'description of term 0 of vocabulary 15', - 'weight' => '45', -)) -->values(array( - 'tid' => '32', - 'vid' => '17', - 'name' => 'term 0 of vocabulary 16', - 'description' => 'description of term 0 of vocabulary 16', - 'weight' => '48', -)) -->values(array( - 'tid' => '33', - 'vid' => '17', - 'name' => 'term 1 of vocabulary 16', - 'description' => 'description of term 1 of vocabulary 16', - 'weight' => '49', -)) -->values(array( - 'tid' => '34', - 'vid' => '18', - 'name' => 'term 0 of vocabulary 17', - 'description' => 'description of term 0 of vocabulary 17', - 'weight' => '51', -)) -->values(array( - 'tid' => '35', - 'vid' => '18', - 'name' => 'term 1 of vocabulary 17', - 'description' => 'description of term 1 of vocabulary 17', - 'weight' => '52', -)) -->values(array( - 'tid' => '36', - 'vid' => '18', - 'name' => 'term 2 of vocabulary 17', - 'description' => 'description of term 2 of vocabulary 17', - 'weight' => '53', -)) -->values(array( - 'tid' => '37', - 'vid' => '19', - 'name' => 'term 0 of vocabulary 18', - 'description' => 'description of term 0 of vocabulary 18', - 'weight' => '54', -)) -->values(array( - 'tid' => '38', - 'vid' => '20', - 'name' => 'term 0 of vocabulary 19', - 'description' => 'description of term 0 of vocabulary 19', - 'weight' => '57', -)) -->values(array( - 'tid' => '39', - 'vid' => '20', - 'name' => 'term 1 of vocabulary 19', - 'description' => 'description of term 1 of vocabulary 19', - 'weight' => '58', -)) -->values(array( - 'tid' => '40', - 'vid' => '21', - 'name' => 'term 0 of vocabulary 20', - 'description' => 'description of term 0 of vocabulary 20', - 'weight' => '60', -)) -->values(array( - 'tid' => '41', - 'vid' => '21', - 'name' => 'term 1 of vocabulary 20', - 'description' => 'description of term 1 of vocabulary 20', - 'weight' => '61', -)) -->values(array( - 'tid' => '42', - 'vid' => '21', - 'name' => 'term 2 of vocabulary 20', - 'description' => 'description of term 2 of vocabulary 20', - 'weight' => '62', -)) -->values(array( - 'tid' => '43', - 'vid' => '22', - 'name' => 'term 0 of vocabulary 21', - 'description' => 'description of term 0 of vocabulary 21', - 'weight' => '63', -)) -->values(array( - 'tid' => '44', - 'vid' => '23', - 'name' => 'term 0 of vocabulary 22', - 'description' => 'description of term 0 of vocabulary 22', - 'weight' => '66', -)) -->values(array( - 'tid' => '45', - 'vid' => '23', - 'name' => 'term 1 of vocabulary 22', - 'description' => 'description of term 1 of vocabulary 22', - 'weight' => '67', -)) -->values(array( - 'tid' => '46', - 'vid' => '24', - 'name' => 'term 0 of vocabulary 23', - 'description' => 'description of term 0 of vocabulary 23', - 'weight' => '69', + 'filename' => 'themes/garland/garland.info', + 'name' => 'garland', + 'type' => 'theme', + 'owner' => 'themes/engines/phptemplate/phptemplate.engine', + 'status' => '1', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:11:{s:4:"name";s:7:"Garland";s:11:"description";s:66:"Tableless, recolorable, multi-column, fluid width theme (default).";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:7:"scripts";a:1:{s:9:"script.js";s:24:"themes/garland/script.js";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"4.3.5";}', )) ->values(array( - 'tid' => '47', - 'vid' => '24', - 'name' => 'term 1 of vocabulary 23', - 'description' => 'description of term 1 of vocabulary 23', - 'weight' => '70', + 'filename' => 'themes/garland/minnelli/minnelli.info', + 'name' => 'minnelli', + 'type' => 'theme', + 'owner' => 'themes/engines/phptemplate/phptemplate.engine', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:12:{s:4:"name";s:8:"Minnelli";s:11:"description";s:56:"Tableless, recolorable, multi-column, fixed width theme.";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:10:"base theme";s:7:"garland";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:12:"minnelli.css";s:36:"themes/garland/minnelli/minnelli.css";}}s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:7:"scripts";a:1:{s:9:"script.js";s:33:"themes/garland/minnelli/script.js";}s:10:"screenshot";s:38:"themes/garland/minnelli/screenshot.png";s:3:"php";s:5:"4.3.5";s:6:"engine";s:11:"phptemplate";}', )) ->values(array( - 'tid' => '48', - 'vid' => '24', - 'name' => 'term 2 of vocabulary 23', - 'description' => 'description of term 2 of vocabulary 23', - 'weight' => '71', + 'filename' => 'themes/pushbutton/pushbutton.info', + 'name' => 'pushbutton', + 'type' => 'theme', + 'owner' => 'themes/engines/phptemplate/phptemplate.engine', + 'status' => '0', + 'throttle' => '0', + 'bootstrap' => '0', + 'schema_version' => '-1', + 'weight' => '0', + 'info' => 'a:11:{s:4:"name";s:10:"Pushbutton";s:11:"description";s:52:"Tabled, multi-column theme in blue and orange tones.";s:7:"version";s:8:"6.20-dev";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/pushbutton/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:27:"themes/pushbutton/script.js";}s:10:"screenshot";s:32:"themes/pushbutton/screenshot.png";s:3:"php";s:5:"4.3.5";}', )) ->execute(); -db_create_table('term_hierarchy', array( +db_create_table('term_data', array( 'fields' => array( 'tid' => array( - 'type' => 'int', + 'type' => 'serial', 'unsigned' => TRUE, 'not null' => TRUE, - 'default' => 0, ), - 'parent' => array( + 'vid' => array( 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0, ), - ), - 'indexes' => array( - 'parent' => array( - 'parent', + 'name' => array( + 'type' => 'varchar', + 'length' => 255, + 'not null' => TRUE, + 'default' => '', + ), + 'description' => array( + 'type' => 'text', + 'not null' => FALSE, + 'size' => 'big', + ), + 'weight' => array( + 'type' => 'int', + 'not null' => TRUE, + 'default' => 0, + 'size' => 'tiny', ), ), 'primary key' => array( 'tid', - 'parent', + ), + 'indexes' => array( + 'taxonomy_tree' => array( + 'vid', + 'weight', + 'name', + ), + 'vid_name' => array( + 'vid', + 'name', + ), ), 'module' => 'taxonomy', - 'name' => 'term_hierarchy', + 'name' => 'term_data', )); -db_insert('term_hierarchy')->fields(array( +db_insert('term_data')->fields(array( 'tid', - 'parent', + 'vid', + 'name', + 'description', + 'weight', )) ->values(array( 'tid' => '1', - 'parent' => '0', + 'vid' => '1', + 'name' => 'term 1 of vocabulary 1 (j=0)', + 'description' => 'description of term 1 of vocabulary 1 (j=0)', + 'weight' => '0', )) ->values(array( 'tid' => '2', - 'parent' => '0', + 'vid' => '2', + 'name' => 'term 2 of vocabulary 2 (j=0)', + 'description' => 'description of term 2 of vocabulary 2 (j=0)', + 'weight' => '3', )) ->values(array( 'tid' => '3', - 'parent' => '2', + 'vid' => '2', + 'name' => 'term 3 of vocabulary 2 (j=1)', + 'description' => 'description of term 3 of vocabulary 2 (j=1)', + 'weight' => '4', )) ->values(array( 'tid' => '4', - 'parent' => '0', + 'vid' => '3', + 'name' => 'term 4 of vocabulary 3 (j=0)', + 'description' => 'description of term 4 of vocabulary 3 (j=0)', + 'weight' => '6', )) ->values(array( 'tid' => '5', - 'parent' => '4', -)) -->values(array( - 'tid' => '6', - 'parent' => '4', + 'vid' => '3', + 'name' => 'term 5 of vocabulary 3 (j=1)', + 'description' => 'description of term 5 of vocabulary 3 (j=1)', + 'weight' => '7', )) ->values(array( 'tid' => '6', - 'parent' => '5', + 'vid' => '3', + 'name' => 'term 6 of vocabulary 3 (j=2)', + 'description' => 'description of term 6 of vocabulary 3 (j=2)', + 'weight' => '8', )) ->values(array( 'tid' => '7', - 'parent' => '0', + 'vid' => '4', + 'name' => 'term 7 of vocabulary 4 (j=0)', + 'description' => 'description of term 7 of vocabulary 4 (j=0)', + 'weight' => '9', )) ->values(array( 'tid' => '8', - 'parent' => '0', + 'vid' => '5', + 'name' => 'term 8 of vocabulary 5 (j=0)', + 'description' => 'description of term 8 of vocabulary 5 (j=0)', + 'weight' => '12', )) ->values(array( 'tid' => '9', - 'parent' => '8', + 'vid' => '5', + 'name' => 'term 9 of vocabulary 5 (j=1)', + 'description' => 'description of term 9 of vocabulary 5 (j=1)', + 'weight' => '13', )) ->values(array( 'tid' => '10', - 'parent' => '0', + 'vid' => '6', + 'name' => 'term 10 of vocabulary 6 (j=0)', + 'description' => 'description of term 10 of vocabulary 6 (j=0)', + 'weight' => '15', )) ->values(array( 'tid' => '11', - 'parent' => '10', -)) -->values(array( - 'tid' => '12', - 'parent' => '10', -)) -->values(array( - 'tid' => '12', - 'parent' => '11', -)) -->values(array( - 'tid' => '13', - 'parent' => '0', -)) -->values(array( - 'tid' => '14', - 'parent' => '0', -)) -->values(array( - 'tid' => '15', - 'parent' => '14', -)) -->values(array( - 'tid' => '16', - 'parent' => '0', -)) -->values(array( - 'tid' => '17', - 'parent' => '16', -)) -->values(array( - 'tid' => '18', - 'parent' => '16', -)) -->values(array( - 'tid' => '18', - 'parent' => '17', -)) -->values(array( - 'tid' => '19', - 'parent' => '0', -)) -->values(array( - 'tid' => '20', - 'parent' => '0', -)) -->values(array( - 'tid' => '21', - 'parent' => '20', -)) -->values(array( - 'tid' => '22', - 'parent' => '0', -)) -->values(array( - 'tid' => '23', - 'parent' => '22', -)) -->values(array( - 'tid' => '24', - 'parent' => '22', -)) -->values(array( - 'tid' => '24', - 'parent' => '23', -)) -->values(array( - 'tid' => '25', - 'parent' => '0', -)) -->values(array( - 'tid' => '26', - 'parent' => '0', -)) -->values(array( - 'tid' => '27', - 'parent' => '26', -)) -->values(array( - 'tid' => '28', - 'parent' => '0', -)) -->values(array( - 'tid' => '29', - 'parent' => '28', -)) -->values(array( - 'tid' => '30', - 'parent' => '28', -)) -->values(array( - 'tid' => '30', - 'parent' => '29', -)) -->values(array( - 'tid' => '31', - 'parent' => '0', -)) -->values(array( - 'tid' => '32', - 'parent' => '0', -)) -->values(array( - 'tid' => '33', - 'parent' => '32', -)) -->values(array( - 'tid' => '34', - 'parent' => '0', -)) -->values(array( - 'tid' => '35', - 'parent' => '34', -)) -->values(array( - 'tid' => '36', - 'parent' => '34', -)) -->values(array( - 'tid' => '36', - 'parent' => '35', -)) -->values(array( - 'tid' => '37', - 'parent' => '0', -)) -->values(array( - 'tid' => '38', - 'parent' => '0', -)) -->values(array( - 'tid' => '39', - 'parent' => '38', -)) -->values(array( - 'tid' => '40', - 'parent' => '0', -)) -->values(array( - 'tid' => '41', - 'parent' => '40', -)) -->values(array( - 'tid' => '42', - 'parent' => '40', -)) -->values(array( - 'tid' => '42', - 'parent' => '41', -)) -->values(array( - 'tid' => '43', - 'parent' => '0', -)) -->values(array( - 'tid' => '44', - 'parent' => '0', -)) -->values(array( - 'tid' => '45', - 'parent' => '44', -)) -->values(array( - 'tid' => '46', - 'parent' => '0', -)) -->values(array( - 'tid' => '47', - 'parent' => '46', -)) -->values(array( - 'tid' => '48', - 'parent' => '46', -)) -->values(array( - 'tid' => '48', - 'parent' => '47', -)) -->execute(); - -db_create_table('term_node', array( - 'fields' => array( - 'nid' => array( - 'type' => 'int', - 'unsigned' => TRUE, - 'not null' => TRUE, - 'default' => 0, - ), - 'vid' => array( - 'type' => 'int', - 'unsigned' => TRUE, - 'not null' => TRUE, - 'default' => 0, - ), - 'tid' => array( - 'type' => 'int', - 'unsigned' => TRUE, - 'not null' => TRUE, - 'default' => 0, - ), - ), - 'indexes' => array( - 'vid' => array( - 'vid', - ), - 'nid' => array( - 'nid', - ), - ), - 'primary key' => array( - 'tid', - 'vid', - ), - 'module' => 'taxonomy', - 'name' => 'term_node', -)); -db_insert('term_node')->fields(array( - 'nid', - 'vid', - 'tid', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '2', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '3', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '4', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '5', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '6', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '7', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '8', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '9', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '10', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '11', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '12', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '13', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '14', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '15', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '16', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '17', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '18', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '19', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '20', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '21', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '22', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '23', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '24', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '25', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '26', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '27', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '28', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '29', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '30', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '31', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '32', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '33', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '34', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '35', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '36', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '37', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '38', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '39', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '40', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '41', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '42', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '43', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '44', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '45', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '46', -)) -->values(array( - 'nid' => '1', - 'vid' => '1', - 'tid' => '47', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '2', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '3', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '4', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '5', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '6', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '7', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '8', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '9', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '10', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '11', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '12', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '13', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '14', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '15', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '16', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '17', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '18', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '19', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '20', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '21', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '22', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '23', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '24', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '25', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '26', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '27', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '28', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '29', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '30', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '31', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '32', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '33', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '34', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '35', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '36', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '37', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '38', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '39', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '40', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '41', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '42', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '43', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '44', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '45', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '46', -)) -->values(array( - 'nid' => '1', - 'vid' => '2', - 'tid' => '47', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '1', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '3', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '4', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '5', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '6', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '7', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '8', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '9', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '10', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '11', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '12', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '13', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '14', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '15', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '16', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '17', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '18', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '19', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '20', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '21', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '22', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '23', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '24', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '25', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '26', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '27', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '28', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '29', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '30', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '31', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '32', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '33', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '34', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '35', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '36', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '37', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '38', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '39', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '40', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '41', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '42', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '43', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '44', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '45', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '46', -)) -->values(array( - 'nid' => '2', - 'vid' => '3', - 'tid' => '48', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '1', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '3', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '4', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '5', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '6', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '7', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '8', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '9', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '10', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '11', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '12', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '13', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '14', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '15', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '16', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '17', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '18', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '19', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '20', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '21', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '22', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '23', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '24', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '25', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '26', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '27', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '28', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '29', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '30', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '31', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '32', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '33', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '34', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '35', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '36', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '37', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '38', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '39', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '40', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '41', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '42', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '43', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '44', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '45', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '46', -)) -->values(array( - 'nid' => '2', - 'vid' => '4', - 'tid' => '48', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '1', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '2', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '4', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '5', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '6', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '7', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '8', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '9', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '10', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '11', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '12', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '13', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '14', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '15', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '16', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '17', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '18', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '19', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '20', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '21', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '22', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '23', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '24', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '25', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '26', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '27', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '28', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '29', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '30', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '31', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '32', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '33', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '34', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '35', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '36', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '37', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '38', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '39', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '40', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '41', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '42', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '43', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '44', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '45', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '47', -)) -->values(array( - 'nid' => '3', - 'vid' => '5', - 'tid' => '48', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '1', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '2', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '4', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '5', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '6', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '7', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '8', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '9', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '10', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '11', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '12', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '13', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '14', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '15', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '16', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '17', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '18', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '19', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '20', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '21', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '22', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '23', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '24', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '25', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '26', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '27', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '28', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '29', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '30', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '31', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '32', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '33', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '34', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '35', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '36', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '37', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '38', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '39', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '40', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '41', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '42', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '43', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '44', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '45', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '47', -)) -->values(array( - 'nid' => '3', - 'vid' => '6', - 'tid' => '48', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '1', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '2', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '3', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '5', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '6', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '7', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '8', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '9', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '10', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '11', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '12', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '13', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '14', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '15', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '16', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '17', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '18', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '19', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '20', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '21', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '22', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '23', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '24', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '25', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '26', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '27', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '28', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '29', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '30', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '31', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '32', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '33', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '34', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '35', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '36', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '37', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '38', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '39', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '40', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '41', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '42', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '43', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '44', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '46', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '47', -)) -->values(array( - 'nid' => '4', - 'vid' => '7', - 'tid' => '48', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '1', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '2', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '3', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '5', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '6', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '7', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '8', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '9', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '10', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '11', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '12', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '13', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '14', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '15', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '16', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '17', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '18', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '19', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '20', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '21', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '22', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '23', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '24', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '25', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '26', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '27', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '28', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '29', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '30', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '31', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '32', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '33', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '34', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '35', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '36', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '37', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '38', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '39', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '40', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '41', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '42', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '43', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '44', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '46', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '47', -)) -->values(array( - 'nid' => '4', - 'vid' => '8', - 'tid' => '48', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '1', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '2', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '3', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '4', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '6', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '7', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '8', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '9', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '10', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '11', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '12', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '13', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '14', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '15', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '16', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '17', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '18', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '19', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '20', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '21', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '22', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '23', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '24', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '25', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '26', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '27', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '28', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '29', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '30', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '31', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '32', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '33', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '34', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '35', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '36', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '37', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '38', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '39', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '40', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '41', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '42', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '43', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '45', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '46', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '47', -)) -->values(array( - 'nid' => '5', - 'vid' => '9', - 'tid' => '48', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '1', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '2', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '3', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '4', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '6', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '7', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '8', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '9', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '10', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '11', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '12', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '13', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '14', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '15', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '16', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '17', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '18', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '19', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '20', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '21', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '22', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '23', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '24', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '25', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '26', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '27', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '28', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '29', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '30', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '31', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '32', -)) -->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '33', + 'vid' => '6', + 'name' => 'term 11 of vocabulary 6 (j=1)', + 'description' => 'description of term 11 of vocabulary 6 (j=1)', + 'weight' => '16', )) ->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '34', + 'tid' => '12', + 'vid' => '6', + 'name' => 'term 12 of vocabulary 6 (j=2)', + 'description' => 'description of term 12 of vocabulary 6 (j=2)', + 'weight' => '17', )) ->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '35', + 'tid' => '13', + 'vid' => '7', + 'name' => 'term 13 of vocabulary 7 (j=0)', + 'description' => 'description of term 13 of vocabulary 7 (j=0)', + 'weight' => '18', )) ->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '36', + 'tid' => '14', + 'vid' => '8', + 'name' => 'term 14 of vocabulary 8 (j=0)', + 'description' => 'description of term 14 of vocabulary 8 (j=0)', + 'weight' => '21', )) ->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '37', + 'tid' => '15', + 'vid' => '8', + 'name' => 'term 15 of vocabulary 8 (j=1)', + 'description' => 'description of term 15 of vocabulary 8 (j=1)', + 'weight' => '22', )) ->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '38', + 'tid' => '16', + 'vid' => '9', + 'name' => 'term 16 of vocabulary 9 (j=0)', + 'description' => 'description of term 16 of vocabulary 9 (j=0)', + 'weight' => '24', )) ->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '39', + 'tid' => '17', + 'vid' => '9', + 'name' => 'term 17 of vocabulary 9 (j=1)', + 'description' => 'description of term 17 of vocabulary 9 (j=1)', + 'weight' => '25', )) ->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '40', + 'tid' => '18', + 'vid' => '9', + 'name' => 'term 18 of vocabulary 9 (j=2)', + 'description' => 'description of term 18 of vocabulary 9 (j=2)', + 'weight' => '26', )) ->values(array( - 'nid' => '5', + 'tid' => '19', 'vid' => '10', - 'tid' => '41', + 'name' => 'term 19 of vocabulary 10 (j=0)', + 'description' => 'description of term 19 of vocabulary 10 (j=0)', + 'weight' => '27', )) ->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '42', + 'tid' => '20', + 'vid' => '11', + 'name' => 'term 20 of vocabulary 11 (j=0)', + 'description' => 'description of term 20 of vocabulary 11 (j=0)', + 'weight' => '30', )) ->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '43', + 'tid' => '21', + 'vid' => '11', + 'name' => 'term 21 of vocabulary 11 (j=1)', + 'description' => 'description of term 21 of vocabulary 11 (j=1)', + 'weight' => '31', )) ->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '45', + 'tid' => '22', + 'vid' => '12', + 'name' => 'term 22 of vocabulary 12 (j=0)', + 'description' => 'description of term 22 of vocabulary 12 (j=0)', + 'weight' => '33', )) ->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '46', + 'tid' => '23', + 'vid' => '12', + 'name' => 'term 23 of vocabulary 12 (j=1)', + 'description' => 'description of term 23 of vocabulary 12 (j=1)', + 'weight' => '34', )) ->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '47', + 'tid' => '24', + 'vid' => '12', + 'name' => 'term 24 of vocabulary 12 (j=2)', + 'description' => 'description of term 24 of vocabulary 12 (j=2)', + 'weight' => '35', )) ->values(array( - 'nid' => '5', - 'vid' => '10', - 'tid' => '48', + 'tid' => '25', + 'vid' => '13', + 'name' => 'term 25 of vocabulary 13 (j=0)', + 'description' => 'description of term 25 of vocabulary 13 (j=0)', + 'weight' => '36', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '1', + 'tid' => '26', + 'vid' => '14', + 'name' => 'term 26 of vocabulary 14 (j=0)', + 'description' => 'description of term 26 of vocabulary 14 (j=0)', + 'weight' => '39', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '2', + 'tid' => '27', + 'vid' => '14', + 'name' => 'term 27 of vocabulary 14 (j=1)', + 'description' => 'description of term 27 of vocabulary 14 (j=1)', + 'weight' => '40', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '3', + 'tid' => '28', + 'vid' => '15', + 'name' => 'term 28 of vocabulary 15 (j=0)', + 'description' => 'description of term 28 of vocabulary 15 (j=0)', + 'weight' => '42', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '4', + 'tid' => '29', + 'vid' => '15', + 'name' => 'term 29 of vocabulary 15 (j=1)', + 'description' => 'description of term 29 of vocabulary 15 (j=1)', + 'weight' => '43', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '5', + 'tid' => '30', + 'vid' => '15', + 'name' => 'term 30 of vocabulary 15 (j=2)', + 'description' => 'description of term 30 of vocabulary 15 (j=2)', + 'weight' => '44', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '7', + 'tid' => '31', + 'vid' => '16', + 'name' => 'term 31 of vocabulary 16 (j=0)', + 'description' => 'description of term 31 of vocabulary 16 (j=0)', + 'weight' => '45', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '8', + 'tid' => '32', + 'vid' => '17', + 'name' => 'term 32 of vocabulary 17 (j=0)', + 'description' => 'description of term 32 of vocabulary 17 (j=0)', + 'weight' => '48', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '9', + 'tid' => '33', + 'vid' => '17', + 'name' => 'term 33 of vocabulary 17 (j=1)', + 'description' => 'description of term 33 of vocabulary 17 (j=1)', + 'weight' => '49', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '10', + 'tid' => '34', + 'vid' => '18', + 'name' => 'term 34 of vocabulary 18 (j=0)', + 'description' => 'description of term 34 of vocabulary 18 (j=0)', + 'weight' => '51', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '11', + 'tid' => '35', + 'vid' => '18', + 'name' => 'term 35 of vocabulary 18 (j=1)', + 'description' => 'description of term 35 of vocabulary 18 (j=1)', + 'weight' => '52', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '12', + 'tid' => '36', + 'vid' => '18', + 'name' => 'term 36 of vocabulary 18 (j=2)', + 'description' => 'description of term 36 of vocabulary 18 (j=2)', + 'weight' => '53', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '13', + 'tid' => '37', + 'vid' => '19', + 'name' => 'term 37 of vocabulary 19 (j=0)', + 'description' => 'description of term 37 of vocabulary 19 (j=0)', + 'weight' => '54', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '14', + 'tid' => '38', + 'vid' => '20', + 'name' => 'term 38 of vocabulary 20 (j=0)', + 'description' => 'description of term 38 of vocabulary 20 (j=0)', + 'weight' => '57', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '15', + 'tid' => '39', + 'vid' => '20', + 'name' => 'term 39 of vocabulary 20 (j=1)', + 'description' => 'description of term 39 of vocabulary 20 (j=1)', + 'weight' => '58', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '16', + 'tid' => '40', + 'vid' => '21', + 'name' => 'term 40 of vocabulary 21 (j=0)', + 'description' => 'description of term 40 of vocabulary 21 (j=0)', + 'weight' => '60', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '17', + 'tid' => '41', + 'vid' => '21', + 'name' => 'term 41 of vocabulary 21 (j=1)', + 'description' => 'description of term 41 of vocabulary 21 (j=1)', + 'weight' => '61', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '18', + 'tid' => '42', + 'vid' => '21', + 'name' => 'term 42 of vocabulary 21 (j=2)', + 'description' => 'description of term 42 of vocabulary 21 (j=2)', + 'weight' => '62', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '19', + 'tid' => '43', + 'vid' => '22', + 'name' => 'term 43 of vocabulary 22 (j=0)', + 'description' => 'description of term 43 of vocabulary 22 (j=0)', + 'weight' => '63', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '20', + 'tid' => '44', + 'vid' => '23', + 'name' => 'term 44 of vocabulary 23 (j=0)', + 'description' => 'description of term 44 of vocabulary 23 (j=0)', + 'weight' => '66', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '21', + 'tid' => '45', + 'vid' => '23', + 'name' => 'term 45 of vocabulary 23 (j=1)', + 'description' => 'description of term 45 of vocabulary 23 (j=1)', + 'weight' => '67', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '22', + 'tid' => '46', + 'vid' => '24', + 'name' => 'term 46 of vocabulary 24 (j=0)', + 'description' => 'description of term 46 of vocabulary 24 (j=0)', + 'weight' => '69', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '23', + 'tid' => '47', + 'vid' => '24', + 'name' => 'term 47 of vocabulary 24 (j=1)', + 'description' => 'description of term 47 of vocabulary 24 (j=1)', + 'weight' => '70', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '24', + 'tid' => '48', + 'vid' => '24', + 'name' => 'term 48 of vocabulary 24 (j=2)', + 'description' => 'description of term 48 of vocabulary 24 (j=2)', + 'weight' => '71', )) -->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '25', +->execute(); + +db_create_table('term_hierarchy', array( + 'fields' => array( + 'tid' => array( + 'type' => 'int', + 'unsigned' => TRUE, + 'not null' => TRUE, + 'default' => 0, + ), + 'parent' => array( + 'type' => 'int', + 'unsigned' => TRUE, + 'not null' => TRUE, + 'default' => 0, + ), + ), + 'indexes' => array( + 'parent' => array( + 'parent', + ), + ), + 'primary key' => array( + 'tid', + 'parent', + ), + 'module' => 'taxonomy', + 'name' => 'term_hierarchy', +)); +db_insert('term_hierarchy')->fields(array( + 'tid', + 'parent', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '26', + 'tid' => '1', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '27', + 'tid' => '2', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '28', + 'tid' => '4', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '29', + 'tid' => '7', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '30', + 'tid' => '8', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '31', + 'tid' => '10', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '32', + 'tid' => '13', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '33', + 'tid' => '14', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '34', + 'tid' => '16', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '35', + 'tid' => '19', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '36', + 'tid' => '20', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '37', + 'tid' => '22', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '38', + 'tid' => '25', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '39', + 'tid' => '26', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '40', + 'tid' => '28', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '41', + 'tid' => '31', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '42', + 'tid' => '32', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '44', + 'tid' => '34', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '45', + 'tid' => '37', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '46', + 'tid' => '38', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '47', + 'tid' => '40', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '11', - 'tid' => '48', + 'tid' => '43', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '1', + 'tid' => '44', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '2', + 'tid' => '46', + 'parent' => '0', )) ->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '3', + 'parent' => '2', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '4', -)) -->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '5', + 'parent' => '4', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '7', + 'tid' => '6', + 'parent' => '4', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '8', + 'tid' => '6', + 'parent' => '5', )) ->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '9', + 'parent' => '8', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '10', -)) -->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '11', + 'parent' => '10', )) ->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '12', + 'parent' => '10', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '13', -)) -->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '14', + 'tid' => '12', + 'parent' => '11', )) ->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '15', + 'parent' => '14', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '16', -)) -->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '17', + 'parent' => '16', )) ->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '18', + 'parent' => '16', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '19', -)) -->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '20', + 'tid' => '18', + 'parent' => '17', )) ->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '21', + 'parent' => '20', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '22', -)) -->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '23', + 'parent' => '22', )) ->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '24', + 'parent' => '22', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '25', -)) -->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '26', + 'tid' => '24', + 'parent' => '23', )) ->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '27', + 'parent' => '26', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '28', -)) -->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '29', + 'parent' => '28', )) ->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '30', + 'parent' => '28', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '31', -)) -->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '32', + 'tid' => '30', + 'parent' => '29', )) ->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '33', + 'parent' => '32', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '34', -)) -->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '35', -)) -->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '36', -)) -->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '37', + 'tid' => '35', + 'parent' => '34', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '38', + 'tid' => '36', + 'parent' => '34', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '39', + 'tid' => '36', + 'parent' => '35', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '40', + 'tid' => '39', + 'parent' => '38', )) ->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '41', + 'parent' => '40', )) ->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '42', + 'parent' => '40', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '44', + 'tid' => '42', + 'parent' => '41', )) ->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '45', + 'parent' => '44', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '46', + 'tid' => '47', + 'parent' => '46', )) ->values(array( - 'nid' => '6', - 'vid' => '12', - 'tid' => '47', + 'tid' => '48', + 'parent' => '46', )) ->values(array( - 'nid' => '6', - 'vid' => '12', 'tid' => '48', + 'parent' => '47', +)) +->execute(); + +db_create_table('term_node', array( + 'fields' => array( + 'nid' => array( + 'type' => 'int', + 'unsigned' => TRUE, + 'not null' => TRUE, + 'default' => 0, + ), + 'vid' => array( + 'type' => 'int', + 'unsigned' => TRUE, + 'not null' => TRUE, + 'default' => 0, + ), + 'tid' => array( + 'type' => 'int', + 'unsigned' => TRUE, + 'not null' => TRUE, + 'default' => 0, + ), + ), + 'indexes' => array( + 'vid' => array( + 'vid', + ), + 'nid' => array( + 'nid', + ), + ), + 'primary key' => array( + 'tid', + 'vid', + ), + 'module' => 'taxonomy', + 'name' => 'term_node', +)); +db_insert('term_node')->fields(array( + 'nid', + 'vid', + 'tid', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '1', 'tid' => '1', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '2', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '3', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '4', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '5', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '6', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', + 'tid' => '7', +)) +->values(array( + 'nid' => '1', + 'vid' => '2', 'tid' => '8', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '9', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '10', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '11', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '12', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '13', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '14', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '15', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '16', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '17', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '18', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '19', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '20', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '21', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '22', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '23', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '24', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '25', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '26', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '27', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '28', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '29', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '30', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '31', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '32', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '33', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '34', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '35', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '36', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '37', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '38', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '39', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '40', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '41', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', + 'tid' => '42', +)) +->values(array( + 'nid' => '1', + 'vid' => '2', 'tid' => '43', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '44', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '45', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '46', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '2', 'tid' => '47', )) ->values(array( - 'nid' => '7', - 'vid' => '13', + 'nid' => '1', + 'vid' => '1', 'tid' => '48', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '1', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '3', 'tid' => '2', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '3', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '4', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '5', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '6', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', + 'tid' => '7', +)) +->values(array( + 'nid' => '2', + 'vid' => '4', 'tid' => '8', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '9', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '10', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '11', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '12', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '13', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '14', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '15', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '16', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '17', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '18', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '19', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '20', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '21', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '22', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '23', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '24', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '25', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '26', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '27', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '28', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '29', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '30', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '31', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '32', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '33', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '34', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '35', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '36', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '37', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '38', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '39', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '40', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '41', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', + 'tid' => '42', +)) +->values(array( + 'nid' => '2', + 'vid' => '4', 'tid' => '43', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '44', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '45', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '46', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '3', 'tid' => '47', )) ->values(array( - 'nid' => '7', - 'vid' => '14', + 'nid' => '2', + 'vid' => '4', 'tid' => '48', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '1', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '2', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '5', 'tid' => '3', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '4', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '5', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '6', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '7', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', + 'tid' => '8', +)) +->values(array( + 'nid' => '3', + 'vid' => '6', 'tid' => '9', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '10', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '11', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '12', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '13', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '14', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '15', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '16', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '17', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '18', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '19', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '20', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '21', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '22', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '23', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '24', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '25', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '26', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '27', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '28', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '29', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '30', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '31', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '32', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '33', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '34', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '35', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '36', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '37', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '38', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '39', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '40', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', + 'tid' => '41', +)) +->values(array( + 'nid' => '3', + 'vid' => '6', 'tid' => '42', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '43', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '44', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '45', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '5', 'tid' => '46', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '47', )) ->values(array( - 'nid' => '8', - 'vid' => '15', + 'nid' => '3', + 'vid' => '6', 'tid' => '48', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '1', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '2', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '3', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '7', 'tid' => '4', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '5', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '6', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '7', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', + 'tid' => '8', +)) +->values(array( + 'nid' => '4', + 'vid' => '8', 'tid' => '9', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '10', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '11', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '12', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '13', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '14', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '15', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '16', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '17', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '18', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '19', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '20', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '21', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '22', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '23', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '24', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '25', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '26', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '27', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '28', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '29', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '30', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '31', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '32', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '33', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '34', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '35', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '36', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '37', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '38', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '39', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '40', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', + 'tid' => '41', +)) +->values(array( + 'nid' => '4', + 'vid' => '8', 'tid' => '42', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '43', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '44', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '7', 'tid' => '45', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '46', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '47', )) ->values(array( - 'nid' => '8', - 'vid' => '16', + 'nid' => '4', + 'vid' => '8', 'tid' => '48', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '1', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '2', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '3', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '4', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '9', 'tid' => '5', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '6', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '7', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '8', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', + 'tid' => '9', +)) +->values(array( + 'nid' => '5', + 'vid' => '10', 'tid' => '10', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '11', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '12', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '13', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '14', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '15', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '16', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '17', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '18', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '19', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '20', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '21', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '22', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '23', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '24', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '25', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '26', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '27', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '28', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '29', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '30', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '31', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '32', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '33', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '34', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '35', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '36', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '37', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '38', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '39', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', + 'tid' => '40', +)) +->values(array( + 'nid' => '5', + 'vid' => '10', 'tid' => '41', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '42', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '43', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '9', 'tid' => '44', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '45', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '46', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '47', )) ->values(array( - 'nid' => '9', - 'vid' => '17', + 'nid' => '5', + 'vid' => '10', 'tid' => '48', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '1', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '2', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '3', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '4', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '5', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '11', 'tid' => '6', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '7', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '8', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', + 'tid' => '9', +)) +->values(array( + 'nid' => '6', + 'vid' => '12', 'tid' => '10', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '11', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '12', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '13', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '14', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '15', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '16', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '17', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '18', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '19', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '20', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '21', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '22', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '23', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '24', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '25', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '26', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '27', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '28', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '29', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '30', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '31', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '32', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '33', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '34', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '35', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '36', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '37', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '38', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '39', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', + 'tid' => '40', +)) +->values(array( + 'nid' => '6', + 'vid' => '12', 'tid' => '41', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '42', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '11', 'tid' => '43', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '44', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '45', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '46', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '47', )) ->values(array( - 'nid' => '9', - 'vid' => '18', + 'nid' => '6', + 'vid' => '12', 'tid' => '48', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '1', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '2', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '3', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '4', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '5', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '6', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '13', 'tid' => '7', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '8', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '9', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', + 'tid' => '10', +)) +->values(array( + 'nid' => '7', + 'vid' => '14', 'tid' => '11', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '12', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '13', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '14', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '15', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '16', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '17', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '18', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '19', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '20', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '21', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '22', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '23', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '24', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '25', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '26', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '27', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '28', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '29', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '30', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '31', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '32', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '33', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '34', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '35', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '36', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '37', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '38', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', + 'tid' => '39', +)) +->values(array( + 'nid' => '7', + 'vid' => '14', 'tid' => '40', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '41', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '13', 'tid' => '42', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '43', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '44', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '45', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '46', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '47', )) ->values(array( - 'nid' => '10', - 'vid' => '19', + 'nid' => '7', + 'vid' => '14', 'tid' => '48', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '1', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '2', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '3', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '4', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '5', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '6', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '7', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '15', 'tid' => '8', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '9', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', + 'tid' => '10', +)) +->values(array( + 'nid' => '8', + 'vid' => '16', 'tid' => '11', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '12', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '13', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '14', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '15', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '16', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '17', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '18', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '19', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '20', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '21', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '22', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '23', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '24', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '25', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '26', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '27', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '28', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '29', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '30', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '31', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '32', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '33', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '34', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '35', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '36', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '37', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '38', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', + 'tid' => '39', +)) +->values(array( + 'nid' => '8', + 'vid' => '16', 'tid' => '40', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '15', 'tid' => '41', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '42', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '43', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '44', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '45', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '46', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '47', )) ->values(array( - 'nid' => '10', - 'vid' => '20', + 'nid' => '8', + 'vid' => '16', 'tid' => '48', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '1', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '2', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '3', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '4', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '5', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '6', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '7', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '8', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '17', 'tid' => '9', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '10', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', + 'tid' => '11', +)) +->values(array( + 'nid' => '9', + 'vid' => '18', 'tid' => '12', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '13', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '14', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '15', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '16', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '17', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '18', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '19', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '20', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '21', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '22', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '23', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '24', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '25', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '26', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '27', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '28', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '29', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '30', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '31', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '32', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '33', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '34', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '35', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '36', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '37', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', + 'tid' => '38', +)) +->values(array( + 'nid' => '9', + 'vid' => '18', 'tid' => '39', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '17', 'tid' => '40', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '41', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '42', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '43', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '44', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '45', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '46', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '47', )) ->values(array( - 'nid' => '11', - 'vid' => '21', + 'nid' => '9', + 'vid' => '18', 'tid' => '48', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '1', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '2', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '3', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '4', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '5', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '6', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '7', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '8', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '9', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '19', 'tid' => '10', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', + 'tid' => '11', +)) +->values(array( + 'nid' => '10', + 'vid' => '20', 'tid' => '12', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '13', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '14', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '15', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '16', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '17', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '18', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '19', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '20', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '21', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '22', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '23', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '24', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '25', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '26', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '27', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '28', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '29', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '30', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '31', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '32', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '33', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '34', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '35', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '36', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '37', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', + 'tid' => '38', +)) +->values(array( + 'nid' => '10', + 'vid' => '19', 'tid' => '39', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '40', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '41', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '42', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '43', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '44', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '45', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '46', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '47', )) ->values(array( - 'nid' => '11', - 'vid' => '22', + 'nid' => '10', + 'vid' => '20', 'tid' => '48', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '1', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '2', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '3', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '4', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '5', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '6', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '7', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '8', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '9', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '10', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '21', 'tid' => '11', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', + 'tid' => '12', +)) +->values(array( + 'nid' => '11', + 'vid' => '22', 'tid' => '13', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '14', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '15', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '16', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '17', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '18', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '19', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '20', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '21', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '22', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '23', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '24', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '25', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '26', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '27', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '28', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '29', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '30', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '31', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '32', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '33', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '34', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '35', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '36', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', + 'tid' => '37', +)) +->values(array( + 'nid' => '11', + 'vid' => '21', 'tid' => '38', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '39', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '40', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '41', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '42', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '43', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '44', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '45', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '46', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '47', )) ->values(array( - 'nid' => '12', - 'vid' => '23', + 'nid' => '11', + 'vid' => '22', 'tid' => '48', )) ->values(array( @@ -18299,6 +15925,11 @@ db_insert('term_node')->fields(array( 'vid' => '24', 'tid' => '11', )) +->values(array( + 'nid' => '12', + 'vid' => '23', + 'tid' => '12', +)) ->values(array( 'nid' => '12', 'vid' => '24', @@ -18419,6 +16050,11 @@ db_insert('term_node')->fields(array( 'vid' => '24', 'tid' => '36', )) +->values(array( + 'nid' => '12', + 'vid' => '23', + 'tid' => '37', +)) ->values(array( 'nid' => '12', 'vid' => '24', @@ -21829,21 +19465,21 @@ db_insert('users')->fields(array( 'uid' => 2, 'name' => 'admin', 'pass' => '21232f297a57a5a743894a0e4a801fc3', - 'mail' => 'admin@example.com', + 'mail' => 'admin@aexample.com', 'mode' => '0', 'sort' => '0', 'threshold' => '0', 'theme' => '', 'signature' => '', 'signature_format' => '0', - 'created' => '1279310610', - 'access' => '1279310612', - 'login' => '1279310612', + 'created' => '1282936261', + 'access' => '1282936264', + 'login' => '1282936263', 'status' => '1', 'timezone' => NULL, 'language' => '', 'picture' => '', - 'init' => 'admin@example.com', + 'init' => 'admin@aexample.com', 'data' => 'a:0:{}', )) ->values(array( @@ -22028,92 +19664,92 @@ db_insert('variable')->fields(array( 'value', )) ->values(array( - 'name' => 'theme_default', - 'value' => 's:7:"garland";', + 'name' => 'clean_url', + 'value' => 's:1:"1";', )) ->values(array( - 'name' => 'filter_html_1', - 'value' => 'i:1;', + 'name' => 'comment_page', + 'value' => 'i:0;', )) ->values(array( - 'name' => 'node_options_forum', - 'value' => 'a:1:{i:0;s:6:"status";}', + 'name' => 'cron_last', + 'value' => 'i:1282936266;', )) ->values(array( - 'name' => 'drupal_private_key', - 'value' => 's:64:"d7d21f761063a4519e0f1b77b14e06b77cdc2327df43aead827317b18a4f4ca2";', + 'name' => 'css_js_query_string', + 'value' => 's:20:"i0000000000000000000";', )) ->values(array( - 'name' => 'menu_masks', - 'value' => 'a:17:{i:0;i:62;i:1;i:61;i:2;i:59;i:3;i:31;i:4;i:30;i:5;i:29;i:6;i:24;i:7;i:21;i:8;i:15;i:9;i:14;i:10;i:11;i:11;i:7;i:12;i:6;i:13;i:5;i:14;i:3;i:15;i:2;i:16;i:1;}', + 'name' => 'date_default_timezone', + 'value' => 's:6:"-39600";', )) ->values(array( - 'name' => 'install_task', - 'value' => 's:4:"done";', + 'name' => 'drupal_private_key', + 'value' => 's:64:"c2f015f78636f97527f2ce6c0869fccd1c7a674005ed203d48b106cbd6db3947";', )) ->values(array( - 'name' => 'menu_expanded', - 'value' => 'a:0:{}', + 'name' => 'file_directory_temp', + 'value' => 's:26:"/Applications/MAMP/tmp/php";', )) ->values(array( - 'name' => 'file_directory_temp', - 'value' => 's:4:"/tmp";', + 'name' => 'filter_html_1', + 'value' => 'i:1;', )) ->values(array( - 'name' => 'site_name', - 'value' => 's:16:"Drupal Test Site";', + 'name' => 'install_profile', + 'value' => 's:7:"default";', )) ->values(array( - 'name' => 'site_mail', - 'value' => 's:21:"site_mail@example.com";', + 'name' => 'install_task', + 'value' => 's:4:"done";', )) ->values(array( - 'name' => 'date_default_timezone', - 'value' => 's:6:"-39600";', + 'name' => 'install_time', + 'value' => 'i:1282936263;', )) ->values(array( - 'name' => 'user_email_verification', - 'value' => 'b:1;', + 'name' => 'javascript_parsed', + 'value' => 'a:0:{}', )) ->values(array( - 'name' => 'clean_url', - 'value' => 's:1:"1";', + 'name' => 'menu_expanded', + 'value' => 'a:0:{}', )) ->values(array( - 'name' => 'install_time', - 'value' => 'i:1279310612;', + 'name' => 'menu_masks', + 'value' => 'a:17:{i:0;i:62;i:1;i:61;i:2;i:59;i:3;i:31;i:4;i:30;i:5;i:29;i:6;i:24;i:7;i:21;i:8;i:15;i:9;i:14;i:10;i:11;i:11;i:7;i:12;i:6;i:13;i:5;i:14;i:3;i:15;i:2;i:16;i:1;}', )) ->values(array( - 'name' => 'node_options_page', + 'name' => 'node_options_forum', 'value' => 'a:1:{i:0;s:6:"status";}', )) ->values(array( - 'name' => 'comment_page', - 'value' => 'i:0;', + 'name' => 'node_options_page', + 'value' => 'a:1:{i:0;s:6:"status";}', )) ->values(array( - 'name' => 'theme_settings', - 'value' => 'a:1:{s:21:"toggle_node_info_page";b:0;}', + 'name' => 'site_mail', + 'value' => 's:21:"site_mail@example.com";', )) ->values(array( - 'name' => 'css_js_query_string', - 'value' => 's:20:"S0000000000000000000";', + 'name' => 'site_name', + 'value' => 's:9:"site_name";', )) ->values(array( - 'name' => 'install_profile', - 'value' => 's:7:"default";', + 'name' => 'theme_default', + 'value' => 's:7:"garland";', )) ->values(array( - 'name' => 'javascript_parsed', - 'value' => 'a:0:{}', + 'name' => 'theme_settings', + 'value' => 'a:1:{s:21:"toggle_node_info_page";b:0;}', )) ->values(array( 'name' => 'update_last_check', - 'value' => 'i:1279310614;', + 'value' => 'i:1282936266;', )) ->values(array( - 'name' => 'cron_last', - 'value' => 'i:1279310614;', + 'name' => 'user_email_verification', + 'value' => 'b:1;', )) ->execute(); @@ -22216,8 +19852,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '1', - 'name' => 'vocabulary 0', - 'description' => 'description of vocabulary 0', + 'name' => 'vocabulary 1 (i=0)', + 'description' => 'description of vocabulary 1 (i=0)', 'help' => '', 'relations' => '1', 'hierarchy' => '0', @@ -22229,8 +19865,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '2', - 'name' => 'vocabulary 1', - 'description' => 'description of vocabulary 1', + 'name' => 'vocabulary 2 (i=1)', + 'description' => 'description of vocabulary 2 (i=1)', 'help' => '', 'relations' => '1', 'hierarchy' => '1', @@ -22242,8 +19878,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '3', - 'name' => 'vocabulary 2', - 'description' => 'description of vocabulary 2', + 'name' => 'vocabulary 3 (i=2)', + 'description' => 'description of vocabulary 3 (i=2)', 'help' => '', 'relations' => '1', 'hierarchy' => '2', @@ -22255,8 +19891,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '4', - 'name' => 'vocabulary 3', - 'description' => 'description of vocabulary 3', + 'name' => 'vocabulary 4 (i=3)', + 'description' => 'description of vocabulary 4 (i=3)', 'help' => '', 'relations' => '1', 'hierarchy' => '0', @@ -22268,8 +19904,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '5', - 'name' => 'vocabulary 4', - 'description' => 'description of vocabulary 4', + 'name' => 'vocabulary 5 (i=4)', + 'description' => 'description of vocabulary 5 (i=4)', 'help' => '', 'relations' => '1', 'hierarchy' => '1', @@ -22281,8 +19917,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '6', - 'name' => 'vocabulary 5', - 'description' => 'description of vocabulary 5', + 'name' => 'vocabulary 6 (i=5)', + 'description' => 'description of vocabulary 6 (i=5)', 'help' => '', 'relations' => '1', 'hierarchy' => '2', @@ -22294,8 +19930,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '7', - 'name' => 'vocabulary 6', - 'description' => 'description of vocabulary 6', + 'name' => 'vocabulary 7 (i=6)', + 'description' => 'description of vocabulary 7 (i=6)', 'help' => '', 'relations' => '1', 'hierarchy' => '0', @@ -22307,8 +19943,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '8', - 'name' => 'vocabulary 7', - 'description' => 'description of vocabulary 7', + 'name' => 'vocabulary 8 (i=7)', + 'description' => 'description of vocabulary 8 (i=7)', 'help' => '', 'relations' => '1', 'hierarchy' => '1', @@ -22320,8 +19956,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '9', - 'name' => 'vocabulary 8', - 'description' => 'description of vocabulary 8', + 'name' => 'vocabulary 9 (i=8)', + 'description' => 'description of vocabulary 9 (i=8)', 'help' => '', 'relations' => '1', 'hierarchy' => '2', @@ -22333,8 +19969,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '10', - 'name' => 'vocabulary 9', - 'description' => 'description of vocabulary 9', + 'name' => 'vocabulary 10 (i=9)', + 'description' => 'description of vocabulary 10 (i=9)', 'help' => '', 'relations' => '1', 'hierarchy' => '0', @@ -22346,8 +19982,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '11', - 'name' => 'vocabulary 10', - 'description' => 'description of vocabulary 10', + 'name' => 'vocabulary 11 (i=10)', + 'description' => 'description of vocabulary 11 (i=10)', 'help' => '', 'relations' => '1', 'hierarchy' => '1', @@ -22359,8 +19995,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '12', - 'name' => 'vocabulary 11', - 'description' => 'description of vocabulary 11', + 'name' => 'vocabulary 12 (i=11)', + 'description' => 'description of vocabulary 12 (i=11)', 'help' => '', 'relations' => '1', 'hierarchy' => '2', @@ -22372,8 +20008,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '13', - 'name' => 'vocabulary 12', - 'description' => 'description of vocabulary 12', + 'name' => 'vocabulary 13 (i=12)', + 'description' => 'description of vocabulary 13 (i=12)', 'help' => '', 'relations' => '1', 'hierarchy' => '0', @@ -22385,8 +20021,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '14', - 'name' => 'vocabulary 13', - 'description' => 'description of vocabulary 13', + 'name' => 'vocabulary 14 (i=13)', + 'description' => 'description of vocabulary 14 (i=13)', 'help' => '', 'relations' => '1', 'hierarchy' => '1', @@ -22398,8 +20034,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '15', - 'name' => 'vocabulary 14', - 'description' => 'description of vocabulary 14', + 'name' => 'vocabulary 15 (i=14)', + 'description' => 'description of vocabulary 15 (i=14)', 'help' => '', 'relations' => '1', 'hierarchy' => '2', @@ -22411,8 +20047,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '16', - 'name' => 'vocabulary 15', - 'description' => 'description of vocabulary 15', + 'name' => 'vocabulary 16 (i=15)', + 'description' => 'description of vocabulary 16 (i=15)', 'help' => '', 'relations' => '1', 'hierarchy' => '0', @@ -22424,8 +20060,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '17', - 'name' => 'vocabulary 16', - 'description' => 'description of vocabulary 16', + 'name' => 'vocabulary 17 (i=16)', + 'description' => 'description of vocabulary 17 (i=16)', 'help' => '', 'relations' => '1', 'hierarchy' => '1', @@ -22437,8 +20073,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '18', - 'name' => 'vocabulary 17', - 'description' => 'description of vocabulary 17', + 'name' => 'vocabulary 18 (i=17)', + 'description' => 'description of vocabulary 18 (i=17)', 'help' => '', 'relations' => '1', 'hierarchy' => '2', @@ -22450,8 +20086,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '19', - 'name' => 'vocabulary 18', - 'description' => 'description of vocabulary 18', + 'name' => 'vocabulary 19 (i=18)', + 'description' => 'description of vocabulary 19 (i=18)', 'help' => '', 'relations' => '1', 'hierarchy' => '0', @@ -22463,8 +20099,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '20', - 'name' => 'vocabulary 19', - 'description' => 'description of vocabulary 19', + 'name' => 'vocabulary 20 (i=19)', + 'description' => 'description of vocabulary 20 (i=19)', 'help' => '', 'relations' => '1', 'hierarchy' => '1', @@ -22476,8 +20112,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '21', - 'name' => 'vocabulary 20', - 'description' => 'description of vocabulary 20', + 'name' => 'vocabulary 21 (i=20)', + 'description' => 'description of vocabulary 21 (i=20)', 'help' => '', 'relations' => '1', 'hierarchy' => '2', @@ -22489,8 +20125,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '22', - 'name' => 'vocabulary 21', - 'description' => 'description of vocabulary 21', + 'name' => 'vocabulary 22 (i=21)', + 'description' => 'description of vocabulary 22 (i=21)', 'help' => '', 'relations' => '1', 'hierarchy' => '0', @@ -22502,8 +20138,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '23', - 'name' => 'vocabulary 22', - 'description' => 'description of vocabulary 22', + 'name' => 'vocabulary 23 (i=22)', + 'description' => 'description of vocabulary 23 (i=22)', 'help' => '', 'relations' => '1', 'hierarchy' => '1', @@ -22515,8 +20151,8 @@ db_insert('vocabulary')->fields(array( )) ->values(array( 'vid' => '24', - 'name' => 'vocabulary 23', - 'description' => 'description of vocabulary 23', + 'name' => 'vocabulary 24 (i=23)', + 'description' => 'description of vocabulary 24 (i=23)', 'help' => '', 'relations' => '1', 'hierarchy' => '2', diff --git a/modules/simpletest/tests/upgrade/upgrade.taxonomy.test b/modules/simpletest/tests/upgrade/upgrade.taxonomy.test new file mode 100644 index 000000000..616023532 --- /dev/null +++ b/modules/simpletest/tests/upgrade/upgrade.taxonomy.test @@ -0,0 +1,145 @@ + 'Taxonomy upgrade path', + 'description' => 'Taxonomy upgrade path tests.', + 'group' => 'Upgrade path', + ); + } + + public function setUp() { + // Path to the database dump. + $this->databaseDumpFile = drupal_get_path('module', 'simpletest') . '/tests/upgrade/drupal-6.filled.database.php'; + parent::setUp(); + } + + /** + * Retrieve an array mapping allowed vocabulary id to field name for + * all taxonomy_term_reference fields for which an instance exists + * for the specified entity type and bundle. + */ + function instanceVocabularies($entity_type, $bundle) { + $instances = array(); + foreach (field_info_instances($entity_type, $bundle) as $instance) { + $field = field_info_field($instance['field_name']); + if ($field['type'] == 'taxonomy_term_reference') { + foreach ($field['settings']['allowed_values'] as $tree) { + // Prefer valid taxonomy term reference fields for a given vocabulary + // when they exist. + if (empty($instances[$tree['vid']]) || $instances[$tree['vid']] == 'taxonomyextra') { + $instances[$tree['vid']] = $field['field_name']; + } + } + } + } + return $instances; + } + + /** + * Basic tests for the taxonomy upgrade. + */ + public function testTaxonomyUpgrade() { + $this->assertTrue($this->performUpgrade(), t('The upgrade was completed successfully.')); + + // Visit the front page to assert for PHP warning and errors. + $this->drupalGet(''); + + // Check that taxonomy_vocabulary_node_type and taxonomy_term_node have been + // removed. + $this->assertFalse(db_table_exists('taxonomy_vocabulary_node_type'), t('taxonomy_vocabulary_node_type has been removed.')); + $this->assertFalse(db_table_exists('taxonomy_term_node'), t('taxonomy_term_node has been removed.')); + + // Check that the node type 'page' has been associated to a taxonomy + // reference field for each vocabulary. + $vocabularies = taxonomy_get_vocabularies(); + $voc_keys = array_keys($vocabularies); + $instances = $this->instanceVocabularies('node', 'page'); + $inst_keys = array_keys($instances); + sort($voc_keys); + sort($inst_keys); + $this->assertEqual($voc_keys, $inst_keys, t('Node type page has instances for every vocabulary.')); + + // Node type 'story' was not explicitly in $vocabulary->nodes but + // each node of type 'story' was associated to one or more terms. + // Check that the node type 'story' has been associated only to + // the taxonomyextra field. + $instances = $this->instanceVocabularies('node', 'story'); + $field_names = array_flip($instances); + $this->assertEqual(count($field_names), 1, t('Only one taxonomy term field instance exists for story nodes')); + $this->assertEqual(key($field_names), 'taxonomyextra', t('Only the excess taxonomy term field is used on story nodes')); + + // Check that the node type 'poll' has been associated to no taxonomy + // reference field. + $instances = $this->instanceVocabularies('node', 'poll'); + $this->assertTrue(empty($instances), t('Node type poll has no taxonomy term reference field instances.')); + + // Check that each node of type 'page' and 'story' is associated to all the + // terms except terms whose ID is equal to the node ID or is equal to the + // node ID subtracted from 49. + $nodes = node_load_multiple(array(), array('type' => 'page')); + $nodes += node_load_multiple(array(), array('type' => 'story')); + $terms = db_select('taxonomy_term_data', 'td') + ->fields('td') + ->execute() + ->fetchAllAssoc('tid'); + field_attach_prepare_view('node', $nodes, 'full'); + foreach ($nodes as $nid => $node) { + $node->content = field_attach_view('node', $node, 'full'); + $render = drupal_render($node->content); + $this->drupalSetContent($render); + debug("Testing node $nid"); + $this->verbose($render); + foreach ($terms as $tid => $term) { + $args = array( + '%name' => $term->name, + '@tid' => $tid, + '%nid' => $nid, + ); + + // Use link rather than term name because migrated term names can be + // substrings of other term names. e.g. "term 1 of vocabulary 2" is + // found when "term 1 of vocabulary 20" is output. + $link = l($term->name, 'taxonomy/term/' . $term->tid); + if (($tid == $nid) || ($tid + $nid == 49)) { + $this->assertNoRaw($link, t('Term %name (@tid) is not displayed on node %nid', $args)); + } + else { + $this->assertRaw($link, t('Term %name (@tid) is displayed on node %nid', $args)); + } + } + + // The first 12 nodes have two revisions. For nodes with + // revisions, check that the oldest revision is associated only + // to terms whose ID is equal to the node ID or 49 less the node ID. + $revisions = node_revision_list($node); + if ($node->nid < 13) { + $this->assertEqual(count($revisions), 2, t('Node %nid has two revisions.', $args)); + $last_rev = end($revisions); + $args['%old_vid'] = $last_rev->vid; + + $node_old = node_load($node->nid, $last_rev->vid); + field_attach_prepare_view('node', array($node_old->nid => $node_old), 'full'); + $node_old->content = field_attach_view('node', $node_old, 'full'); + $render = drupal_render($node_old->content); + $this->drupalSetContent($render); + $this->verbose($render); + + $term = $terms[$node->nid]; + $link = l($term->name, 'taxonomy/term/' . $term->tid); + $this->assertRaw($link, t('Term %name (@tid) is displayed on node %nid vid %old_vid.', $args)); + $term = $terms[49-$node->nid]; + $link = l($term->name, 'taxonomy/term/' . $term->tid); + $this->assertRaw($link, t('Term %name (@tid) is displayed on node %nid %old_vid.', $args)); + } + else { + $this->assertEqual(count($revisions), 1, t('Node %nid has one revision.', $args)); + } + } + } +} diff --git a/modules/taxonomy/taxonomy.install b/modules/taxonomy/taxonomy.install index 86171b77d..d9ae1d9d3 100644 --- a/modules/taxonomy/taxonomy.install +++ b/modules/taxonomy/taxonomy.install @@ -430,7 +430,57 @@ function taxonomy_update_7004() { field_create_instance($instance); } } - db_drop_table('taxonomy_vocabulary_node_type'); + + // Some contrib projects stored term node associations without regard for the + // selections in the taxonomy_vocabulary_node_types table, or have more terms + // for a single node than the vocabulary allowed. We construct the + // taxonomyextra field to store all the extra stuff. + + // Allowed values for this extra vocabs field is every vocabulary. + $allowed_values = array(); + foreach (taxonomy_get_vocabularies() as $vocabulary) { + $allowed_values[] = array( + 'vid' => $vocabulary->vid, + 'parent' => 0, + ); + } + + $field_name = 'taxonomyextra'; + $field = array( + 'field_name' => $field_name, + 'type' => 'taxonomy_term_reference', + 'cardinality' => FIELD_CARDINALITY_UNLIMITED, + 'settings' => array( + 'required' => FALSE, + 'allowed_values' => $allowed_values, + ), + ); + field_create_field($field); + + foreach (node_type_get_types() as $bundle) { + $instance = array( + 'label' => 'Taxonomy upgrade extras', + 'field_name' => $field_name, + 'bundle' => $bundle->type, + 'entity_type' => 'node', + 'description' => 'Debris left over after upgrade from Drupal 6', + 'widget' => array( + 'type' => 'taxonomy_autocomplete', + ), + 'display' => array( + 'default' => array( + 'type' => 'taxonomy_term_reference_link', + 'weight' => 10, + ), + 'teaser' => array( + 'type' => 'taxonomy_term_reference_link', + 'weight' => 10, + ), + ), + ); + field_create_instance($instance); + } + $fields = array('help', 'multiple', 'required', 'tags'); foreach ($fields as $field) { db_drop_field('taxonomy_vocabulary', $field); @@ -439,16 +489,46 @@ function taxonomy_update_7004() { /** * Migrate {taxonomy_term_node} table to field storage. + * + * @todo: This function can possibly be made much faster by wrapping a + * transaction around all the inserts. */ function taxonomy_update_7005(&$sandbox) { - // Since we are upgrading from Drupal 6, we know that only - // field_sql_storage.module will be enabled. - $field = field_info_field($field['field_name']); - $data_table = _field_sql_storage_tablename($field); - $revision_table = _field_sql_storage_revision_tablename($field); - $etid = _field_sql_storage_etid('node'); - $value_column = $field['field_name'] . '_value'; - $columns = array('etid', 'entity_id', 'revision_id', 'bundle', 'delta', $value_column); + // $sandbox contents: + // - total: The total number of term_node relationships to migrate. + // - count: The number of term_node relationships that have been + // migrated so far. + // - last: The db_query_range() offset to use when querying + // term_node; this field is incremented in quantities of $batch + // (1000) but at the end of each call to this function, last and + // count are the same. + // - vocabularies: An associative array mapping vocabulary id and node + // type to field name. If a voc id/node type pair does not appear + // in this array but a term_node relationship exists mapping a + // term in voc id to node of that type, the relationship is + // assigned to the taxonomymyextra field which allows terms of all + // vocabularies. + // - cursor[values], cursor[deltas]: The contents of $values and + // $deltas at the end of the previous call to this function. These + // need to be preserved across calls because a single batch of + // 1000 rows from term_node may end in the middle of the terms for + // a single node revision. + // + // $values is the array of values about to be/most recently inserted + // into the SQL data table for the taxonomy_term_reference + // field. Before $values is constructed for each record, the + // $values from the previous insert is checked to see if the two + // records are for the same node revision id; this enables knowing + // when to reset the delta counters which are incremented across all + // terms for a single field on a single revision, but reset for each + // new field and revision. + // + // $deltas is an associative array mapping field name to the number + // of term references stored so far for the current revision, which + // provides the delta value for each term reference data insert. The + // deltas are reset for each new revision. + + $field_info = field_info_fields(); // This is a multi-pass update. On the first call we need to initialize some // variables. @@ -458,47 +538,164 @@ function taxonomy_update_7005(&$sandbox) { $query = db_select('taxonomy_term_node', 't'); $sandbox['total'] = $query->countQuery()->execute()->fetchField(); - $found = (bool) $sandbox['total']; - } - else { - // We do each pass in batches of 1000, this should result in a - // maximum of 2000 insert queries each operation. - $batch = 1000 + $sandbox['last']; - // Query and save data for the current revision. - $result = db_query_range('SELECT td.tid, tn.nid, td.weight, tn.vid, n2.type, n2.created, n2.sticky FROM {taxonomy_term_data} td INNER JOIN {taxonomy_term_node} tn ON td.tid = tn.tid INNER JOIN {node} n2 ON tn.nid = n2.nid INNER JOIN {node} n ON tn.vid = n.vid AND td.vid = :vocabulary_id ORDER BY td.weight ASC', array(':vocabulary_id' => $vocabulary->vid), $sandbox['last'], $batch); - $deltas = array(); + // Use an inline version of Drupal 6 taxonomy_get_vocabularies() here since + // we can no longer rely on $vocabulary->nodes from the API function. + $result = db_query('SELECT v.vid, v.machine_name, n.type FROM {taxonomy_vocabulary} v INNER JOIN {taxonomy_vocabulary_node_type} n ON v.vid = n.vid'); + $vocabularies = array(); foreach ($result as $record) { - $found = TRUE; - $sandbox['count'] += 1; - // Start deltas from 0, and increment by one for each - // term attached to a node. - $deltas[$record->nid] = isset($deltas[$record->nid]) ? ++$deltas[$record->nid] : 0; - $values = array($etid, $record->nid, $record->vid, $record->type, $deltas[$record->nid], $record->tid); - db_insert($data_table)->fields($columns)->values($values)->execute(); - - // Update the {taxonomy_index} table. - db_insert('taxonomy_index') - ->fields(array('nid', 'tid', 'sticky', 'created',)) - ->values(array($record->nid, $record->tid, $record->sticky, $record->created)) - ->execute(); + + // If no node types are associated with a vocabulary, the LEFT JOIN will + // return a NULL value for type. + if (isset($record->type)) { + $vocabularies[$record->vid][$record->type] = 'taxonomy_'. $record->machine_name; + } } - // Query and save data for all revisions. - $result = db_query('SELECT td.tid, tn.nid, td.weight, tn.vid, n.type FROM {taxonomy_term_data} td INNER JOIN {taxonomy_term_node} tn ON td.tid = tn.tid AND td.vid = :vocabulary_id INNER JOIN {node} n ON tn.nid = n.nid ORDER BY td.weight ASC', array(':vocabulary_id' => $vocabulary->vid), $sandbox['last'][$batch]); - $deltas = array(); + if (!empty($vocabularies)) { + $sandbox['vocabularies'] = $vocabularies; + } + } + else { + $etid = _field_sql_storage_etid('node'); + + // We do each pass in batches of 1000. + $batch = 1000; + + // Query selects all revisions at once and processes them in revision and + // term weight order. Join types: + // + // - INNER JOIN term_node ON tn.tid: We are migrating term-node + // relationships. If there are none for a term, we do not need the + // term_data row. + // - INNER JOIN {node} n ON n.nid: If a term-node relationship exists for a + // nid that does not exist, we cannot migrate it as we have no node to + // relate it to; thus we do not need that row from term_node. + // - LEFT JOIN {node} n2 ON n2.vid: If the current term-node relationship + // is for the current revision of the node, this left join will match and + // is_current will be non-NULL (we also get the current sticky and + // created in this case). This tells us whether to insert into the + // current data tables in addition to the revision data tables. + // + // This query must return a consistent ordering across multiple calls. We + // need them ordered by node vid (since we use that to decide when to reset + // the delta counters) and by term weight so they appear within each node + // in weight order. However, tn.vid,td.weight is not guaranteed to be + // unique, so we add tn.tid as an additional sort key because tn.tid,tn.vid + // is the primary key of the D6 term_node table and so is guaranteed + // unique. Unfortunately it also happens to be in the wrong order which is + // less efficient, but c'est la vie. + $query = 'SELECT td.vid AS vocab_id, td.tid, tn.nid, tn.vid, n.type, n2.created, n2.sticky, n2.nid AS is_current FROM {taxonomy_term_data} td INNER JOIN {taxonomy_term_node} tn ON td.tid = tn.tid INNER JOIN {node} n ON tn.nid = n.nid LEFT JOIN {node} n2 ON tn.vid = n2.vid ORDER BY tn.vid, td.weight ASC, tn.tid'; + $result = db_query_range($query, $sandbox['last'], $batch); + if (isset($sandbox['cursor'])) { + $values = $sandbox['cursor']['values']; + $deltas = $sandbox['cursor']['deltas']; + } + else { + $deltas = array(); + } foreach ($result as $record) { - $found = TRUE; $sandbox['count'] += 1; - // Start deltas at 0, and increment by one for each term attached to a revision. - $deltas[$record->vid] = isset($deltas[$record->vid]) ? ++$deltas[$record->vid] : 0; - $values = array($etid, $record->nid, $record->vid, $record->type, $deltas[$record->vid], $record->tid); - db_insert($revision_table)->fields($columns)->values($values)->execute(); + + // Use the valid field for this vocabulary and node type or use the + // overflow vocabulary if there is no valid field. + $field_name = isset($sandbox['vocabularies'][$record->vocab_id][$record->type]) ? $sandbox['vocabularies'][$record->vocab_id][$record->type] : 'taxonomyextra'; + $field = $field_info[$field_name]; + + // Start deltas from 0, and increment by one for each term attached to a + // node. + if (!isset($deltas[$field_name])) { + $deltas[$field_name] = 0; + } + + if (isset($values)) { + + // If the last inserted revision_id is the same as the current record, + // use the previous deltas to calculate the next delta. + if ($record->vid == $values[2]) { + + // see field_default_validate(). + if ($field['cardinality'] != FIELD_CARDINALITY_UNLIMITED && ($deltas[$field_name] + 1) >= $field['cardinality']) { + + // For excess values of a single-term vocabulary, switch over to + // the overflow field. + $field_name = 'taxonomyextra'; + $field = $field_info[$field_name]; + if (!isset($deltas[$field_name])) { + $deltas[$field_name] = 0; + } + } + } + else { + + // When the record is a new revision, empty the deltas array. + $deltas = array($field_name => 0); + } + } + + // Table and column found in the field's storage details. During upgrades, + // it's always SQL. + $table = key($field['storage']['details']['sql'][FIELD_LOAD_REVISION]); + $value_column = $field['storage']['details']['sql'][FIELD_LOAD_REVISION][$table]['tid']; + + // Column names and values in field storage are the same for current and + // revision. + $columns = array('etid', 'entity_id', 'revision_id', 'bundle', 'language', 'delta', $value_column); + $values = array($etid, $record->nid, $record->vid, $record->type, LANGUAGE_NONE, $deltas[$field_name]++, $record->tid); + + // Insert rows into the revision table. + db_insert($table)->fields($columns)->values($values)->execute(); + + // is_current column is a node ID if this revision is also current. + if ($record->is_current) { + $table = key($field['storage']['details']['sql'][FIELD_LOAD_CURRENT]); + db_insert($table)->fields($columns)->values($values)->execute(); + + // Update the {taxonomy_index} table. + db_insert('taxonomy_index') + ->fields(array('nid', 'tid', 'sticky', 'created',)) + ->values(array($record->nid, $record->tid, $record->sticky, $record->created)) + ->execute(); + } } - $sandbox['last'] = $batch; + + // Store the set of inserted values and the current revision's deltas in the + // sandbox. + $sandbox['cursor'] = array( + 'values' => $values, + 'deltas' => $deltas, + ); + $sandbox['last'] += $batch; + } + + if ($sandbox['count'] < $sandbox['total']) { + $sandbox['#finished'] = FALSE; } - if (!$found) { - db_drop_table('taxonomy_term_node'); + else { + db_drop_table('taxonomy_vocabulary_node_type'); + db_drop_table('taxonomy_term_node'); + + // If there are no vocabs, we're done. + $sandbox['#finished'] = TRUE; + + // Determine necessity of taxonomyextras field. + $field = $field_info['taxonomyextra']; + $table = key($field['storage']['details']['sql'][FIELD_LOAD_REVISION]); + $node_types = db_select($table)->distinct()->fields($table, array('bundle')) + ->execute()->fetchCol(); + + if (empty($node_types)) { + // Delete the overflow field if there are no rows in the revision table. + field_delete_field('taxonomyextra'); + } + else { + // Remove instances which are not actually used. + $bundles = array_diff($field['bundles']['node'], $node_types); + foreach ($bundles as $bundle) { + $instance = field_info_instance('node', 'taxonomyextra', $bundle); + field_delete_instance($instance); + } + } } } diff --git a/scripts/generate-d6-content.sh b/scripts/generate-d6-content.sh index e207b0fb0..d51b22188 100644 --- a/scripts/generate-d6-content.sh +++ b/scripts/generate-d6-content.sh @@ -61,9 +61,12 @@ $hierarchy = array(0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2); $multiple = array(0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1); $required = array(0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1); +$voc_id = 0; +$term_id = 0; for ($i = 0; $i < 24; $i++) { $vocabulary = array(); - $vocabulary['name'] = "vocabulary $i"; + ++$voc_id; + $vocabulary['name'] = "vocabulary $voc_id (i=$i)"; $vocabulary['description'] = "description of ". $vocabulary['name']; $vocabulary['nodes'] = $i > 11 ? array('page' => TRUE) : array(); $vocabulary['multiple'] = $multiple[$i % 12]; @@ -82,7 +85,8 @@ for ($i = 0; $i < 24; $i++) { // For multiple parent vocabularies, omit the t0-t1 relation, otherwise // every parent in the vocabulary is a parent. $term['parent'] = $vocabulary['hierarchy'] == 2 && i == 1 ? array() : $parents; - $term['name'] = "term $j of vocabulary $i"; + ++$term_id; + $term['name'] = "term $term_id of vocabulary $voc_id (j=$j)"; $term['description'] = 'description of ' . $term['name']; $term['weight'] = $i * 3 + $j; taxonomy_save_term($term); @@ -91,6 +95,8 @@ for ($i = 0; $i < 24; $i++) { } } +$node_id = 0; +$revision_id = 0; module_load_include('inc', 'node', 'node.pages'); for ($i = 0; $i < 24; $i++) { $uid = intval($i / 8) + 3; @@ -99,7 +105,9 @@ for ($i = 0; $i < 24; $i++) { $node->uid = $uid; $node->type = $i < 12 ? 'page' : 'story'; $node->sticky = 0; - $node->title = "node title $i"; + ++$node_id; + ++$revision_id; + $node->title = "node title $node_id rev $revision_id (i=$i)"; $type = node_get_types('type', $node->type); if ($type->has_body) { $node->body = str_repeat("node body ($node->type) - $i", 100); @@ -113,16 +121,26 @@ for ($i = 0; $i < 24; $i++) { $node->promote = $i % 2; $node->created = $now + $i * 86400; $node->log = "added $i node"; - $node->taxonomy = $terms; - // Just make every term association different a little. - unset($node->taxonomy[$i], $node->taxonomy[47 - $i]); + // Make every term association different a little. For nodes with revisions, + // make the initial revision have a different set of terms than the + // newest revision. + $node_terms = $terms; + unset($node_terms[$i], $node_terms[47 - $i]); + if ($node->revision) { + $node->taxonomy = array($i => $terms[$i], 47-$i => $terms[47 - $i]); + } + else { + $node->taxonomy = $node_terms; + } node_save($node); path_set_alias("node/$node->nid", "content/$node->created"); if ($node->revision) { $user = user_load($uid + 3); - $node->title .= ' revision'; + ++$revision_id; + $node->title .= " rev2 $revision_id"; $node->body = str_repeat("node revision body ($node->type) - $i", 100); $node->log = "added $i revision"; + $node->taxonomy = $node_terms; node_save($node); } } -- cgit v1.2.3