Mercurial > hg > isophonics-drupal-site
comparison core/modules/migrate_drupal/tests/fixtures/drupal7.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | c2387f117808 |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
369 'uid' => '1', | 369 'uid' => '1', |
370 'timer' => '149', | 370 'timer' => '149', |
371 'timestamp' => '1444945246', | 371 'timestamp' => '1444945246', |
372 )) | 372 )) |
373 ->execute(); | 373 ->execute(); |
374 | |
375 $connection->schema()->createTable('actions', array( | 374 $connection->schema()->createTable('actions', array( |
376 'fields' => array( | 375 'fields' => array( |
377 'aid' => array( | 376 'aid' => array( |
378 'type' => 'varchar', | 377 'type' => 'varchar', |
379 'not null' => TRUE, | 378 'not null' => TRUE, |
543 'callback' => 'user_block_user_action', | 542 'callback' => 'user_block_user_action', |
544 'parameters' => '', | 543 'parameters' => '', |
545 'label' => 'Block current user', | 544 'label' => 'Block current user', |
546 )) | 545 )) |
547 ->execute(); | 546 ->execute(); |
548 | |
549 $connection->schema()->createTable('aggregator_category', array( | 547 $connection->schema()->createTable('aggregator_category', array( |
550 'fields' => array( | 548 'fields' => array( |
551 'cid' => array( | 549 'cid' => array( |
552 'type' => 'serial', | 550 'type' => 'serial', |
553 'not null' => TRUE, | 551 'not null' => TRUE, |
733 'etag' => '"bad5e20e4993f31c869cffd22f1645b9"', | 731 'etag' => '"bad5e20e4993f31c869cffd22f1645b9"', |
734 'modified' => '0', | 732 'modified' => '0', |
735 'block' => '5', | 733 'block' => '5', |
736 )) | 734 )) |
737 ->execute(); | 735 ->execute(); |
738 | |
739 $connection->schema()->createTable('aggregator_item', array( | 736 $connection->schema()->createTable('aggregator_item', array( |
740 'fields' => array( | 737 'fields' => array( |
741 'iid' => array( | 738 'iid' => array( |
742 'type' => 'serial', | 739 'type' => 'serial', |
743 'not null' => TRUE, | 740 'not null' => TRUE, |
898 'description' => '<img alt="937" src="http://i1.kym-cdn.com/news_feeds/icons/mobile/000/018/829/937.jpg" /><p>This series of awkward Tinder messages sent by a fake <a href="http://knowyourmeme.com/memes/chad-thundercock">Chad</a> Tinder profile has caused a recent surge in popularity of the corn emoji.</p>', | 895 'description' => '<img alt="937" src="http://i1.kym-cdn.com/news_feeds/icons/mobile/000/018/829/937.jpg" /><p>This series of awkward Tinder messages sent by a fake <a href="http://knowyourmeme.com/memes/chad-thundercock">Chad</a> Tinder profile has caused a recent surge in popularity of the corn emoji.</p>', |
899 'timestamp' => '1444944831', | 896 'timestamp' => '1444944831', |
900 'guid' => 'post:18829', | 897 'guid' => 'post:18829', |
901 )) | 898 )) |
902 ->execute(); | 899 ->execute(); |
903 | |
904 $connection->schema()->createTable('authmap', array( | 900 $connection->schema()->createTable('authmap', array( |
905 'fields' => array( | 901 'fields' => array( |
906 'aid' => array( | 902 'aid' => array( |
907 'type' => 'serial', | 903 'type' => 'serial', |
908 'not null' => TRUE, | 904 'not null' => TRUE, |
1033 'cache' => array( | 1029 'cache' => array( |
1034 'type' => 'int', | 1030 'type' => 'int', |
1035 'not null' => TRUE, | 1031 'not null' => TRUE, |
1036 'size' => 'normal', | 1032 'size' => 'normal', |
1037 'default' => '1', | 1033 'default' => '1', |
1034 ), | |
1035 'i18n_mode' => array( | |
1036 'type' => 'int', | |
1037 'not null' => TRUE, | |
1038 'size' => 'normal', | |
1039 'default' => '0', | |
1038 ), | 1040 ), |
1039 ), | 1041 ), |
1040 'primary key' => array( | 1042 'primary key' => array( |
1041 'bid', | 1043 'bid', |
1042 ), | 1044 ), |
1055 'custom', | 1057 'custom', |
1056 'visibility', | 1058 'visibility', |
1057 'pages', | 1059 'pages', |
1058 'title', | 1060 'title', |
1059 'cache', | 1061 'cache', |
1062 'i18n_mode', | |
1060 )) | 1063 )) |
1061 ->values(array( | 1064 ->values(array( |
1062 'bid' => '1', | 1065 'bid' => '1', |
1063 'module' => 'system', | 1066 'module' => 'system', |
1064 'delta' => 'main', | 1067 'delta' => 'main', |
1069 'custom' => '0', | 1072 'custom' => '0', |
1070 'visibility' => '0', | 1073 'visibility' => '0', |
1071 'pages' => '', | 1074 'pages' => '', |
1072 'title' => '', | 1075 'title' => '', |
1073 'cache' => '-1', | 1076 'cache' => '-1', |
1077 'i18n_mode' => '0', | |
1074 )) | 1078 )) |
1075 ->values(array( | 1079 ->values(array( |
1076 'bid' => '2', | 1080 'bid' => '2', |
1077 'module' => 'search', | 1081 'module' => 'search', |
1078 'delta' => 'form', | 1082 'delta' => 'form', |
1083 'custom' => '0', | 1087 'custom' => '0', |
1084 'visibility' => '0', | 1088 'visibility' => '0', |
1085 'pages' => '', | 1089 'pages' => '', |
1086 'title' => '', | 1090 'title' => '', |
1087 'cache' => '-1', | 1091 'cache' => '-1', |
1092 'i18n_mode' => '0', | |
1088 )) | 1093 )) |
1089 ->values(array( | 1094 ->values(array( |
1090 'bid' => '3', | 1095 'bid' => '3', |
1091 'module' => 'node', | 1096 'module' => 'node', |
1092 'delta' => 'recent', | 1097 'delta' => 'recent', |
1097 'custom' => '0', | 1102 'custom' => '0', |
1098 'visibility' => '0', | 1103 'visibility' => '0', |
1099 'pages' => '', | 1104 'pages' => '', |
1100 'title' => '', | 1105 'title' => '', |
1101 'cache' => '-1', | 1106 'cache' => '-1', |
1107 'i18n_mode' => '0', | |
1102 )) | 1108 )) |
1103 ->values(array( | 1109 ->values(array( |
1104 'bid' => '4', | 1110 'bid' => '4', |
1105 'module' => 'user', | 1111 'module' => 'user', |
1106 'delta' => 'login', | 1112 'delta' => 'login', |
1113 'theme' => 'bartik', | |
1114 'status' => '1', | |
1115 'weight' => '0', | |
1116 'region' => 'sidebar_first', | |
1117 'custom' => '0', | |
1118 'visibility' => '0', | |
1119 'pages' => '', | |
1120 'title' => 'User login title', | |
1121 'cache' => '-1', | |
1122 'i18n_mode' => '1', | |
1123 )) | |
1124 ->values(array( | |
1125 'bid' => '5', | |
1126 'module' => 'system', | |
1127 'delta' => 'navigation', | |
1107 'theme' => 'bartik', | 1128 'theme' => 'bartik', |
1108 'status' => '1', | 1129 'status' => '1', |
1109 'weight' => '0', | 1130 'weight' => '0', |
1110 'region' => 'sidebar_first', | 1131 'region' => 'sidebar_first', |
1111 'custom' => '0', | 1132 'custom' => '0', |
1112 'visibility' => '0', | 1133 'visibility' => '0', |
1113 'pages' => '', | 1134 'pages' => '', |
1114 'title' => '', | 1135 'title' => '', |
1115 'cache' => '-1', | 1136 'cache' => '-1', |
1116 )) | 1137 'i18n_mode' => '0', |
1117 ->values(array( | |
1118 'bid' => '5', | |
1119 'module' => 'system', | |
1120 'delta' => 'navigation', | |
1121 'theme' => 'bartik', | |
1122 'status' => '1', | |
1123 'weight' => '0', | |
1124 'region' => 'sidebar_first', | |
1125 'custom' => '0', | |
1126 'visibility' => '0', | |
1127 'pages' => '', | |
1128 'title' => '', | |
1129 'cache' => '-1', | |
1130 )) | 1138 )) |
1131 ->values(array( | 1139 ->values(array( |
1132 'bid' => '6', | 1140 'bid' => '6', |
1133 'module' => 'system', | 1141 'module' => 'system', |
1134 'delta' => 'powered-by', | 1142 'delta' => 'powered-by', |
1139 'custom' => '0', | 1147 'custom' => '0', |
1140 'visibility' => '0', | 1148 'visibility' => '0', |
1141 'pages' => '', | 1149 'pages' => '', |
1142 'title' => '', | 1150 'title' => '', |
1143 'cache' => '-1', | 1151 'cache' => '-1', |
1152 'i18n_mode' => '0', | |
1144 )) | 1153 )) |
1145 ->values(array( | 1154 ->values(array( |
1146 'bid' => '7', | 1155 'bid' => '7', |
1147 'module' => 'system', | 1156 'module' => 'system', |
1148 'delta' => 'help', | 1157 'delta' => 'help', |
1153 'custom' => '0', | 1162 'custom' => '0', |
1154 'visibility' => '0', | 1163 'visibility' => '0', |
1155 'pages' => '', | 1164 'pages' => '', |
1156 'title' => '', | 1165 'title' => '', |
1157 'cache' => '-1', | 1166 'cache' => '-1', |
1167 'i18n_mode' => '0', | |
1158 )) | 1168 )) |
1159 ->values(array( | 1169 ->values(array( |
1160 'bid' => '8', | 1170 'bid' => '8', |
1161 'module' => 'system', | 1171 'module' => 'system', |
1162 'delta' => 'main', | 1172 'delta' => 'main', |
1167 'custom' => '0', | 1177 'custom' => '0', |
1168 'visibility' => '0', | 1178 'visibility' => '0', |
1169 'pages' => '', | 1179 'pages' => '', |
1170 'title' => '', | 1180 'title' => '', |
1171 'cache' => '-1', | 1181 'cache' => '-1', |
1182 'i18n_mode' => '0', | |
1172 )) | 1183 )) |
1173 ->values(array( | 1184 ->values(array( |
1174 'bid' => '9', | 1185 'bid' => '9', |
1175 'module' => 'system', | 1186 'module' => 'system', |
1176 'delta' => 'help', | 1187 'delta' => 'help', |
1181 'custom' => '0', | 1192 'custom' => '0', |
1182 'visibility' => '0', | 1193 'visibility' => '0', |
1183 'pages' => '', | 1194 'pages' => '', |
1184 'title' => '', | 1195 'title' => '', |
1185 'cache' => '-1', | 1196 'cache' => '-1', |
1197 'i18n_mode' => '0', | |
1186 )) | 1198 )) |
1187 ->values(array( | 1199 ->values(array( |
1188 'bid' => '10', | 1200 'bid' => '10', |
1189 'module' => 'user', | 1201 'module' => 'user', |
1190 'delta' => 'login', | 1202 'delta' => 'login', |
1193 'weight' => '10', | 1205 'weight' => '10', |
1194 'region' => 'content', | 1206 'region' => 'content', |
1195 'custom' => '0', | 1207 'custom' => '0', |
1196 'visibility' => '0', | 1208 'visibility' => '0', |
1197 'pages' => '', | 1209 'pages' => '', |
1198 'title' => '', | 1210 'title' => 'User login title', |
1199 'cache' => '-1', | 1211 'cache' => '-1', |
1212 'i18n_mode' => '1', | |
1200 )) | 1213 )) |
1201 ->values(array( | 1214 ->values(array( |
1202 'bid' => '11', | 1215 'bid' => '11', |
1203 'module' => 'user', | 1216 'module' => 'user', |
1204 'delta' => 'new', | 1217 'delta' => 'new', |
1209 'custom' => '0', | 1222 'custom' => '0', |
1210 'visibility' => '0', | 1223 'visibility' => '0', |
1211 'pages' => '', | 1224 'pages' => '', |
1212 'title' => '', | 1225 'title' => '', |
1213 'cache' => '-1', | 1226 'cache' => '-1', |
1227 'i18n_mode' => '0', | |
1214 )) | 1228 )) |
1215 ->values(array( | 1229 ->values(array( |
1216 'bid' => '12', | 1230 'bid' => '12', |
1217 'module' => 'search', | 1231 'module' => 'search', |
1218 'delta' => 'form', | 1232 'delta' => 'form', |
1223 'custom' => '0', | 1237 'custom' => '0', |
1224 'visibility' => '0', | 1238 'visibility' => '0', |
1225 'pages' => '', | 1239 'pages' => '', |
1226 'title' => '', | 1240 'title' => '', |
1227 'cache' => '-1', | 1241 'cache' => '-1', |
1242 'i18n_mode' => '0', | |
1228 )) | 1243 )) |
1229 ->values(array( | 1244 ->values(array( |
1230 'bid' => '13', | 1245 'bid' => '13', |
1231 'module' => 'comment', | 1246 'module' => 'comment', |
1232 'delta' => 'recent', | 1247 'delta' => 'recent', |
1237 'custom' => '0', | 1252 'custom' => '0', |
1238 'visibility' => '0', | 1253 'visibility' => '0', |
1239 'pages' => '', | 1254 'pages' => '', |
1240 'title' => '', | 1255 'title' => '', |
1241 'cache' => '1', | 1256 'cache' => '1', |
1257 'i18n_mode' => '0', | |
1242 )) | 1258 )) |
1243 ->values(array( | 1259 ->values(array( |
1244 'bid' => '14', | 1260 'bid' => '14', |
1245 'module' => 'node', | 1261 'module' => 'node', |
1246 'delta' => 'syndicate', | 1262 'delta' => 'syndicate', |
1251 'custom' => '0', | 1267 'custom' => '0', |
1252 'visibility' => '0', | 1268 'visibility' => '0', |
1253 'pages' => '', | 1269 'pages' => '', |
1254 'title' => '', | 1270 'title' => '', |
1255 'cache' => '-1', | 1271 'cache' => '-1', |
1272 'i18n_mode' => '0', | |
1256 )) | 1273 )) |
1257 ->values(array( | 1274 ->values(array( |
1258 'bid' => '15', | 1275 'bid' => '15', |
1259 'module' => 'node', | 1276 'module' => 'node', |
1260 'delta' => 'recent', | 1277 'delta' => 'recent', |
1265 'custom' => '0', | 1282 'custom' => '0', |
1266 'visibility' => '0', | 1283 'visibility' => '0', |
1267 'pages' => '', | 1284 'pages' => '', |
1268 'title' => '', | 1285 'title' => '', |
1269 'cache' => '1', | 1286 'cache' => '1', |
1287 'i18n_mode' => '0', | |
1270 )) | 1288 )) |
1271 ->values(array( | 1289 ->values(array( |
1272 'bid' => '16', | 1290 'bid' => '16', |
1273 'module' => 'shortcut', | 1291 'module' => 'shortcut', |
1274 'delta' => 'shortcuts', | 1292 'delta' => 'shortcuts', |
1279 'custom' => '0', | 1297 'custom' => '0', |
1280 'visibility' => '0', | 1298 'visibility' => '0', |
1281 'pages' => '', | 1299 'pages' => '', |
1282 'title' => '', | 1300 'title' => '', |
1283 'cache' => '-1', | 1301 'cache' => '-1', |
1302 'i18n_mode' => '0', | |
1284 )) | 1303 )) |
1285 ->values(array( | 1304 ->values(array( |
1286 'bid' => '17', | 1305 'bid' => '17', |
1287 'module' => 'system', | 1306 'module' => 'system', |
1288 'delta' => 'management', | 1307 'delta' => 'management', |
1293 'custom' => '0', | 1312 'custom' => '0', |
1294 'visibility' => '0', | 1313 'visibility' => '0', |
1295 'pages' => '', | 1314 'pages' => '', |
1296 'title' => '', | 1315 'title' => '', |
1297 'cache' => '-1', | 1316 'cache' => '-1', |
1317 'i18n_mode' => '0', | |
1298 )) | 1318 )) |
1299 ->values(array( | 1319 ->values(array( |
1300 'bid' => '18', | 1320 'bid' => '18', |
1301 'module' => 'system', | 1321 'module' => 'system', |
1302 'delta' => 'user-menu', | 1322 'delta' => 'user-menu', |
1307 'custom' => '0', | 1327 'custom' => '0', |
1308 'visibility' => '0', | 1328 'visibility' => '0', |
1309 'pages' => '', | 1329 'pages' => '', |
1310 'title' => '', | 1330 'title' => '', |
1311 'cache' => '-1', | 1331 'cache' => '-1', |
1332 'i18n_mode' => '0', | |
1312 )) | 1333 )) |
1313 ->values(array( | 1334 ->values(array( |
1314 'bid' => '19', | 1335 'bid' => '19', |
1315 'module' => 'system', | 1336 'module' => 'system', |
1316 'delta' => 'main-menu', | 1337 'delta' => 'main-menu', |
1321 'custom' => '0', | 1342 'custom' => '0', |
1322 'visibility' => '0', | 1343 'visibility' => '0', |
1323 'pages' => '', | 1344 'pages' => '', |
1324 'title' => '', | 1345 'title' => '', |
1325 'cache' => '-1', | 1346 'cache' => '-1', |
1347 'i18n_mode' => '0', | |
1326 )) | 1348 )) |
1327 ->values(array( | 1349 ->values(array( |
1328 'bid' => '20', | 1350 'bid' => '20', |
1329 'module' => 'user', | 1351 'module' => 'user', |
1330 'delta' => 'new', | 1352 'delta' => 'new', |
1335 'custom' => '0', | 1357 'custom' => '0', |
1336 'visibility' => '0', | 1358 'visibility' => '0', |
1337 'pages' => '', | 1359 'pages' => '', |
1338 'title' => '', | 1360 'title' => '', |
1339 'cache' => '1', | 1361 'cache' => '1', |
1362 'i18n_mode' => '0', | |
1340 )) | 1363 )) |
1341 ->values(array( | 1364 ->values(array( |
1342 'bid' => '21', | 1365 'bid' => '21', |
1343 'module' => 'user', | 1366 'module' => 'user', |
1344 'delta' => 'online', | 1367 'delta' => 'online', |
1349 'custom' => '0', | 1372 'custom' => '0', |
1350 'visibility' => '0', | 1373 'visibility' => '0', |
1351 'pages' => '', | 1374 'pages' => '', |
1352 'title' => '', | 1375 'title' => '', |
1353 'cache' => '-1', | 1376 'cache' => '-1', |
1377 'i18n_mode' => '0', | |
1354 )) | 1378 )) |
1355 ->values(array( | 1379 ->values(array( |
1356 'bid' => '22', | 1380 'bid' => '22', |
1357 'module' => 'comment', | 1381 'module' => 'comment', |
1358 'delta' => 'recent', | 1382 'delta' => 'recent', |
1363 'custom' => '0', | 1387 'custom' => '0', |
1364 'visibility' => '0', | 1388 'visibility' => '0', |
1365 'pages' => '', | 1389 'pages' => '', |
1366 'title' => '', | 1390 'title' => '', |
1367 'cache' => '1', | 1391 'cache' => '1', |
1392 'i18n_mode' => '0', | |
1368 )) | 1393 )) |
1369 ->values(array( | 1394 ->values(array( |
1370 'bid' => '23', | 1395 'bid' => '23', |
1371 'module' => 'node', | 1396 'module' => 'node', |
1372 'delta' => 'syndicate', | 1397 'delta' => 'syndicate', |
1377 'custom' => '0', | 1402 'custom' => '0', |
1378 'visibility' => '0', | 1403 'visibility' => '0', |
1379 'pages' => '', | 1404 'pages' => '', |
1380 'title' => '', | 1405 'title' => '', |
1381 'cache' => '-1', | 1406 'cache' => '-1', |
1407 'i18n_mode' => '0', | |
1382 )) | 1408 )) |
1383 ->values(array( | 1409 ->values(array( |
1384 'bid' => '24', | 1410 'bid' => '24', |
1385 'module' => 'shortcut', | 1411 'module' => 'shortcut', |
1386 'delta' => 'shortcuts', | 1412 'delta' => 'shortcuts', |
1391 'custom' => '0', | 1417 'custom' => '0', |
1392 'visibility' => '0', | 1418 'visibility' => '0', |
1393 'pages' => '', | 1419 'pages' => '', |
1394 'title' => '', | 1420 'title' => '', |
1395 'cache' => '-1', | 1421 'cache' => '-1', |
1422 'i18n_mode' => '0', | |
1396 )) | 1423 )) |
1397 ->values(array( | 1424 ->values(array( |
1398 'bid' => '25', | 1425 'bid' => '25', |
1399 'module' => 'system', | 1426 'module' => 'system', |
1400 'delta' => 'powered-by', | 1427 'delta' => 'powered-by', |
1405 'custom' => '0', | 1432 'custom' => '0', |
1406 'visibility' => '0', | 1433 'visibility' => '0', |
1407 'pages' => '', | 1434 'pages' => '', |
1408 'title' => '', | 1435 'title' => '', |
1409 'cache' => '-1', | 1436 'cache' => '-1', |
1437 'i18n_mode' => '0', | |
1410 )) | 1438 )) |
1411 ->values(array( | 1439 ->values(array( |
1412 'bid' => '26', | 1440 'bid' => '26', |
1413 'module' => 'system', | 1441 'module' => 'system', |
1414 'delta' => 'navigation', | 1442 'delta' => 'navigation', |
1419 'custom' => '0', | 1447 'custom' => '0', |
1420 'visibility' => '0', | 1448 'visibility' => '0', |
1421 'pages' => '', | 1449 'pages' => '', |
1422 'title' => '', | 1450 'title' => '', |
1423 'cache' => '-1', | 1451 'cache' => '-1', |
1452 'i18n_mode' => '0', | |
1424 )) | 1453 )) |
1425 ->values(array( | 1454 ->values(array( |
1426 'bid' => '27', | 1455 'bid' => '27', |
1427 'module' => 'system', | 1456 'module' => 'system', |
1428 'delta' => 'management', | 1457 'delta' => 'management', |
1433 'custom' => '0', | 1462 'custom' => '0', |
1434 'visibility' => '0', | 1463 'visibility' => '0', |
1435 'pages' => '', | 1464 'pages' => '', |
1436 'title' => '', | 1465 'title' => '', |
1437 'cache' => '-1', | 1466 'cache' => '-1', |
1467 'i18n_mode' => '0', | |
1438 )) | 1468 )) |
1439 ->values(array( | 1469 ->values(array( |
1440 'bid' => '28', | 1470 'bid' => '28', |
1441 'module' => 'system', | 1471 'module' => 'system', |
1442 'delta' => 'user-menu', | 1472 'delta' => 'user-menu', |
1447 'custom' => '0', | 1477 'custom' => '0', |
1448 'visibility' => '0', | 1478 'visibility' => '0', |
1449 'pages' => '', | 1479 'pages' => '', |
1450 'title' => '', | 1480 'title' => '', |
1451 'cache' => '-1', | 1481 'cache' => '-1', |
1482 'i18n_mode' => '0', | |
1452 )) | 1483 )) |
1453 ->values(array( | 1484 ->values(array( |
1454 'bid' => '29', | 1485 'bid' => '29', |
1455 'module' => 'system', | 1486 'module' => 'system', |
1456 'delta' => 'main-menu', | 1487 'delta' => 'main-menu', |
1461 'custom' => '0', | 1492 'custom' => '0', |
1462 'visibility' => '0', | 1493 'visibility' => '0', |
1463 'pages' => '', | 1494 'pages' => '', |
1464 'title' => '', | 1495 'title' => '', |
1465 'cache' => '-1', | 1496 'cache' => '-1', |
1497 'i18n_mode' => '0', | |
1466 )) | 1498 )) |
1467 ->values(array( | 1499 ->values(array( |
1468 'bid' => '30', | 1500 'bid' => '30', |
1469 'module' => 'user', | 1501 'module' => 'user', |
1470 'delta' => 'online', | 1502 'delta' => 'online', |
1475 'custom' => '0', | 1507 'custom' => '0', |
1476 'visibility' => '0', | 1508 'visibility' => '0', |
1477 'pages' => '', | 1509 'pages' => '', |
1478 'title' => '', | 1510 'title' => '', |
1479 'cache' => '-1', | 1511 'cache' => '-1', |
1512 'i18n_mode' => '0', | |
1480 )) | 1513 )) |
1481 ->values(array( | 1514 ->values(array( |
1482 'bid' => '31', | 1515 'bid' => '31', |
1483 'module' => 'blog', | 1516 'module' => 'blog', |
1484 'delta' => 'recent', | 1517 'delta' => 'recent', |
1489 'custom' => '0', | 1522 'custom' => '0', |
1490 'visibility' => '0', | 1523 'visibility' => '0', |
1491 'pages' => '', | 1524 'pages' => '', |
1492 'title' => '', | 1525 'title' => '', |
1493 'cache' => '1', | 1526 'cache' => '1', |
1527 'i18n_mode' => '0', | |
1494 )) | 1528 )) |
1495 ->values(array( | 1529 ->values(array( |
1496 'bid' => '32', | 1530 'bid' => '32', |
1497 'module' => 'book', | 1531 'module' => 'book', |
1498 'delta' => 'navigation', | 1532 'delta' => 'navigation', |
1503 'custom' => '0', | 1537 'custom' => '0', |
1504 'visibility' => '0', | 1538 'visibility' => '0', |
1505 'pages' => '', | 1539 'pages' => '', |
1506 'title' => '', | 1540 'title' => '', |
1507 'cache' => '5', | 1541 'cache' => '5', |
1542 'i18n_mode' => '0', | |
1508 )) | 1543 )) |
1509 ->values(array( | 1544 ->values(array( |
1510 'bid' => '33', | 1545 'bid' => '33', |
1511 'module' => 'locale', | 1546 'module' => 'locale', |
1512 'delta' => 'language', | 1547 'delta' => 'language', |
1517 'custom' => '0', | 1552 'custom' => '0', |
1518 'visibility' => '0', | 1553 'visibility' => '0', |
1519 'pages' => '', | 1554 'pages' => '', |
1520 'title' => '', | 1555 'title' => '', |
1521 'cache' => '-1', | 1556 'cache' => '-1', |
1557 'i18n_mode' => '0', | |
1522 )) | 1558 )) |
1523 ->values(array( | 1559 ->values(array( |
1524 'bid' => '34', | 1560 'bid' => '34', |
1525 'module' => 'forum', | 1561 'module' => 'forum', |
1526 'delta' => 'active', | 1562 'delta' => 'active', |
1531 'custom' => '0', | 1567 'custom' => '0', |
1532 'visibility' => '0', | 1568 'visibility' => '0', |
1533 'pages' => '', | 1569 'pages' => '', |
1534 'title' => '', | 1570 'title' => '', |
1535 'cache' => '-2', | 1571 'cache' => '-2', |
1572 'i18n_mode' => '0', | |
1536 )) | 1573 )) |
1537 ->values(array( | 1574 ->values(array( |
1538 'bid' => '35', | 1575 'bid' => '35', |
1539 'module' => 'forum', | 1576 'module' => 'forum', |
1540 'delta' => 'new', | 1577 'delta' => 'new', |
1545 'custom' => '0', | 1582 'custom' => '0', |
1546 'visibility' => '0', | 1583 'visibility' => '0', |
1547 'pages' => '', | 1584 'pages' => '', |
1548 'title' => '', | 1585 'title' => '', |
1549 'cache' => '-2', | 1586 'cache' => '-2', |
1587 'i18n_mode' => '0', | |
1550 )) | 1588 )) |
1551 ->values(array( | 1589 ->values(array( |
1552 'bid' => '36', | 1590 'bid' => '36', |
1553 'module' => 'blog', | 1591 'module' => 'blog', |
1554 'delta' => 'recent', | 1592 'delta' => 'recent', |
1559 'custom' => '0', | 1597 'custom' => '0', |
1560 'visibility' => '0', | 1598 'visibility' => '0', |
1561 'pages' => '', | 1599 'pages' => '', |
1562 'title' => '', | 1600 'title' => '', |
1563 'cache' => '1', | 1601 'cache' => '1', |
1602 'i18n_mode' => '0', | |
1564 )) | 1603 )) |
1565 ->values(array( | 1604 ->values(array( |
1566 'bid' => '37', | 1605 'bid' => '37', |
1567 'module' => 'book', | 1606 'module' => 'book', |
1568 'delta' => 'navigation', | 1607 'delta' => 'navigation', |
1573 'custom' => '0', | 1612 'custom' => '0', |
1574 'visibility' => '0', | 1613 'visibility' => '0', |
1575 'pages' => '', | 1614 'pages' => '', |
1576 'title' => '', | 1615 'title' => '', |
1577 'cache' => '5', | 1616 'cache' => '5', |
1617 'i18n_mode' => '0', | |
1578 )) | 1618 )) |
1579 ->values(array( | 1619 ->values(array( |
1580 'bid' => '38', | 1620 'bid' => '38', |
1581 'module' => 'locale', | 1621 'module' => 'locale', |
1582 'delta' => 'language', | 1622 'delta' => 'language', |
1587 'custom' => '0', | 1627 'custom' => '0', |
1588 'visibility' => '0', | 1628 'visibility' => '0', |
1589 'pages' => '', | 1629 'pages' => '', |
1590 'title' => '', | 1630 'title' => '', |
1591 'cache' => '-1', | 1631 'cache' => '-1', |
1632 'i18n_mode' => '0', | |
1592 )) | 1633 )) |
1593 ->values(array( | 1634 ->values(array( |
1594 'bid' => '39', | 1635 'bid' => '39', |
1595 'module' => 'forum', | 1636 'module' => 'forum', |
1596 'delta' => 'active', | 1637 'delta' => 'active', |
1601 'custom' => '0', | 1642 'custom' => '0', |
1602 'visibility' => '0', | 1643 'visibility' => '0', |
1603 'pages' => '', | 1644 'pages' => '', |
1604 'title' => '', | 1645 'title' => '', |
1605 'cache' => '-2', | 1646 'cache' => '-2', |
1647 'i18n_mode' => '0', | |
1606 )) | 1648 )) |
1607 ->values(array( | 1649 ->values(array( |
1608 'bid' => '40', | 1650 'bid' => '40', |
1609 'module' => 'forum', | 1651 'module' => 'forum', |
1610 'delta' => 'new', | 1652 'delta' => 'new', |
1615 'custom' => '0', | 1657 'custom' => '0', |
1616 'visibility' => '0', | 1658 'visibility' => '0', |
1617 'pages' => '', | 1659 'pages' => '', |
1618 'title' => '', | 1660 'title' => '', |
1619 'cache' => '-2', | 1661 'cache' => '-2', |
1662 'i18n_mode' => '0', | |
1620 )) | 1663 )) |
1621 ->values(array( | 1664 ->values(array( |
1622 'bid' => '41', | 1665 'bid' => '41', |
1623 'module' => 'menu', | 1666 'module' => 'menu', |
1624 'delta' => 'menu-test-menu', | 1667 'delta' => 'menu-test-menu', |
1629 'custom' => '0', | 1672 'custom' => '0', |
1630 'visibility' => '0', | 1673 'visibility' => '0', |
1631 'pages' => '', | 1674 'pages' => '', |
1632 'title' => '', | 1675 'title' => '', |
1633 'cache' => '-1', | 1676 'cache' => '-1', |
1677 'i18n_mode' => '0', | |
1634 )) | 1678 )) |
1635 ->values(array( | 1679 ->values(array( |
1636 'bid' => '42', | 1680 'bid' => '42', |
1637 'module' => 'statistics', | 1681 'module' => 'statistics', |
1638 'delta' => 'popular', | 1682 'delta' => 'popular', |
1643 'custom' => '0', | 1687 'custom' => '0', |
1644 'visibility' => '0', | 1688 'visibility' => '0', |
1645 'pages' => '', | 1689 'pages' => '', |
1646 'title' => '', | 1690 'title' => '', |
1647 'cache' => '-1', | 1691 'cache' => '-1', |
1692 'i18n_mode' => '0', | |
1648 )) | 1693 )) |
1649 ->values(array( | 1694 ->values(array( |
1650 'bid' => '43', | 1695 'bid' => '43', |
1651 'module' => 'menu', | 1696 'module' => 'menu', |
1652 'delta' => 'menu-test-menu', | 1697 'delta' => 'menu-test-menu', |
1657 'custom' => '0', | 1702 'custom' => '0', |
1658 'visibility' => '0', | 1703 'visibility' => '0', |
1659 'pages' => '', | 1704 'pages' => '', |
1660 'title' => '', | 1705 'title' => '', |
1661 'cache' => '-1', | 1706 'cache' => '-1', |
1707 'i18n_mode' => '0', | |
1662 )) | 1708 )) |
1663 ->values(array( | 1709 ->values(array( |
1664 'bid' => '44', | 1710 'bid' => '44', |
1665 'module' => 'statistics', | 1711 'module' => 'statistics', |
1666 'delta' => 'popular', | 1712 'delta' => 'popular', |
1671 'custom' => '0', | 1717 'custom' => '0', |
1672 'visibility' => '0', | 1718 'visibility' => '0', |
1673 'pages' => '', | 1719 'pages' => '', |
1674 'title' => '', | 1720 'title' => '', |
1675 'cache' => '-1', | 1721 'cache' => '-1', |
1722 'i18n_mode' => '0', | |
1676 )) | 1723 )) |
1677 ->values(array( | 1724 ->values(array( |
1678 'bid' => '45', | 1725 'bid' => '45', |
1679 'module' => 'block', | 1726 'module' => 'block', |
1680 'delta' => '1', | 1727 'delta' => '1', |
1685 'custom' => '0', | 1732 'custom' => '0', |
1686 'visibility' => '0', | 1733 'visibility' => '0', |
1687 'pages' => '', | 1734 'pages' => '', |
1688 'title' => 'Mildly amusing limerick of the day', | 1735 'title' => 'Mildly amusing limerick of the day', |
1689 'cache' => '-1', | 1736 'cache' => '-1', |
1737 'i18n_mode' => '0', | |
1690 )) | 1738 )) |
1691 ->values(array( | 1739 ->values(array( |
1692 'bid' => '46', | 1740 'bid' => '46', |
1693 'module' => 'block', | 1741 'module' => 'block', |
1694 'delta' => '1', | 1742 'delta' => '1', |
1699 'custom' => '0', | 1747 'custom' => '0', |
1700 'visibility' => '0', | 1748 'visibility' => '0', |
1701 'pages' => '', | 1749 'pages' => '', |
1702 'title' => 'Mildly amusing limerick of the day', | 1750 'title' => 'Mildly amusing limerick of the day', |
1703 'cache' => '-1', | 1751 'cache' => '-1', |
1752 'i18n_mode' => '0', | |
1704 )) | 1753 )) |
1705 ->values(array( | 1754 ->values(array( |
1706 'bid' => '47', | 1755 'bid' => '47', |
1707 'module' => 'aggregator', | 1756 'module' => 'aggregator', |
1708 'delta' => 'feed-1', | 1757 'delta' => 'feed-1', |
1713 'custom' => '0', | 1762 'custom' => '0', |
1714 'visibility' => '0', | 1763 'visibility' => '0', |
1715 'pages' => '', | 1764 'pages' => '', |
1716 'title' => '', | 1765 'title' => '', |
1717 'cache' => '1', | 1766 'cache' => '1', |
1767 'i18n_mode' => '0', | |
1718 )) | 1768 )) |
1719 ->values(array( | 1769 ->values(array( |
1720 'bid' => '48', | 1770 'bid' => '48', |
1721 'module' => 'aggregator', | 1771 'module' => 'aggregator', |
1722 'delta' => 'feed-1', | 1772 'delta' => 'feed-1', |
1727 'custom' => '0', | 1777 'custom' => '0', |
1728 'visibility' => '0', | 1778 'visibility' => '0', |
1729 'pages' => '', | 1779 'pages' => '', |
1730 'title' => '', | 1780 'title' => '', |
1731 'cache' => '1', | 1781 'cache' => '1', |
1782 'i18n_mode' => '0', | |
1783 )) | |
1784 ->values(array( | |
1785 'bid' => '49', | |
1786 'module' => 'locale', | |
1787 'delta' => 'language_content', | |
1788 'theme' => 'bartik', | |
1789 'status' => '0', | |
1790 'weight' => '0', | |
1791 'region' => '-1', | |
1792 'custom' => '0', | |
1793 'visibility' => '0', | |
1794 'pages' => '', | |
1795 'title' => '', | |
1796 'cache' => '-1', | |
1797 'i18n_mode' => '0', | |
1798 )) | |
1799 ->values(array( | |
1800 'bid' => '50', | |
1801 'module' => 'locale', | |
1802 'delta' => 'language_content', | |
1803 'theme' => 'seven', | |
1804 'status' => '0', | |
1805 'weight' => '0', | |
1806 'region' => '-1', | |
1807 'custom' => '0', | |
1808 'visibility' => '0', | |
1809 'pages' => '', | |
1810 'title' => '', | |
1811 'cache' => '-1', | |
1812 'i18n_mode' => '0', | |
1732 )) | 1813 )) |
1733 ->execute(); | 1814 ->execute(); |
1734 | |
1735 $connection->schema()->createTable('block_custom', array( | 1815 $connection->schema()->createTable('block_custom', array( |
1736 'fields' => array( | 1816 'fields' => array( |
1737 'bid' => array( | 1817 'bid' => array( |
1738 'type' => 'serial', | 1818 'type' => 'serial', |
1739 'not null' => TRUE, | 1819 'not null' => TRUE, |
1775 'body' => "A fellow jumped off a high wall\r\nAnd had a most terrible fall\r\nHe went back to bed\r\nWith a bump on his head\r\nThat's why you don't jump off a wall", | 1855 'body' => "A fellow jumped off a high wall\r\nAnd had a most terrible fall\r\nHe went back to bed\r\nWith a bump on his head\r\nThat's why you don't jump off a wall", |
1776 'info' => 'Limerick', | 1856 'info' => 'Limerick', |
1777 'format' => 'filtered_html', | 1857 'format' => 'filtered_html', |
1778 )) | 1858 )) |
1779 ->execute(); | 1859 ->execute(); |
1780 | |
1781 $connection->schema()->createTable('block_node_type', array( | 1860 $connection->schema()->createTable('block_node_type', array( |
1782 'fields' => array( | 1861 'fields' => array( |
1783 'module' => array( | 1862 'module' => array( |
1784 'type' => 'varchar', | 1863 'type' => 'varchar', |
1785 'not null' => TRUE, | 1864 'not null' => TRUE, |
1841 'module' => 'block', | 1920 'module' => 'block', |
1842 'delta' => '1', | 1921 'delta' => '1', |
1843 'rid' => '2', | 1922 'rid' => '2', |
1844 )) | 1923 )) |
1845 ->execute(); | 1924 ->execute(); |
1846 | |
1847 $connection->schema()->createTable('blocked_ips', array( | 1925 $connection->schema()->createTable('blocked_ips', array( |
1848 'fields' => array( | 1926 'fields' => array( |
1849 'iid' => array( | 1927 'iid' => array( |
1850 'type' => 'serial', | 1928 'type' => 'serial', |
1851 'not null' => TRUE, | 1929 'not null' => TRUE, |
1873 ->values(array( | 1951 ->values(array( |
1874 'iid' => '1', | 1952 'iid' => '1', |
1875 'ip' => '111.111.111.111', | 1953 'ip' => '111.111.111.111', |
1876 )) | 1954 )) |
1877 ->execute(); | 1955 ->execute(); |
1878 | |
1879 $connection->schema()->createTable('book', array( | 1956 $connection->schema()->createTable('book', array( |
1880 'fields' => array( | 1957 'fields' => array( |
1881 'mlid' => array( | 1958 'mlid' => array( |
1882 'type' => 'int', | 1959 'type' => 'int', |
1883 'not null' => TRUE, | 1960 'not null' => TRUE, |
1905 ), | 1982 ), |
1906 'mysql_character_set' => 'utf8', | 1983 'mysql_character_set' => 'utf8', |
1907 )); | 1984 )); |
1908 | 1985 |
1909 $connection->insert('book') | 1986 $connection->insert('book') |
1910 ->fields(array( | 1987 ->fields(array( |
1911 'mlid', | 1988 'mlid', |
1912 'nid', | 1989 'nid', |
1913 'bid', | 1990 'bid', |
1914 )) | 1991 )) |
1915 ->values(array( | 1992 ->values(array( |
1916 'mlid' => '480', | 1993 'mlid' => '480', |
1917 'nid' => '4', | 1994 'nid' => '4', |
1918 'bid' => '4', | 1995 'bid' => '4', |
1919 )) | 1996 )) |
1920 ->values(array( | 1997 ->values(array( |
1921 'mlid' => '481', | 1998 'mlid' => '481', |
1922 'nid' => '6', | 1999 'nid' => '6', |
1923 'bid' => '4', | 2000 'bid' => '4', |
1924 )) | 2001 )) |
1925 ->values(array( | 2002 ->values(array( |
1926 'mlid' => '482', | 2003 'mlid' => '482', |
1927 'nid' => '2', | 2004 'nid' => '2', |
1928 'bid' => '4', | 2005 'bid' => '4', |
1929 )) | 2006 )) |
1930 ->values(array( | 2007 ->values(array( |
1931 'mlid' => '483', | 2008 'mlid' => '483', |
1932 'nid' => '1', | 2009 'nid' => '1', |
1933 'bid' => '8', | 2010 'bid' => '8', |
1934 )) | 2011 )) |
1935 ->execute(); | 2012 ->execute(); |
1936 | |
1937 $connection->schema()->createTable('cache', array( | 2013 $connection->schema()->createTable('cache', array( |
1938 'fields' => array( | 2014 'fields' => array( |
1939 'cid' => array( | 2015 'cid' => array( |
1940 'type' => 'varchar', | 2016 'type' => 'varchar', |
1941 'not null' => TRUE, | 2017 'not null' => TRUE, |
2346 'default' => '0', | 2422 'default' => '0', |
2347 ), | 2423 ), |
2348 ), | 2424 ), |
2349 'primary key' => array( | 2425 'primary key' => array( |
2350 'cid', | 2426 'cid', |
2427 ), | |
2428 'mysql_character_set' => 'utf8', | |
2429 )); | |
2430 | |
2431 $connection->schema()->createTable('cache_variable', array( | |
2432 'fields' => array( | |
2433 'cid' => array( | |
2434 'type' => 'varchar', | |
2435 'not null' => TRUE, | |
2436 'length' => '255', | |
2437 'default' => '', | |
2438 ), | |
2439 'data' => array( | |
2440 'type' => 'blob', | |
2441 'not null' => FALSE, | |
2442 'size' => 'big', | |
2443 ), | |
2444 'expire' => array( | |
2445 'type' => 'int', | |
2446 'not null' => TRUE, | |
2447 'size' => 'normal', | |
2448 'default' => '0', | |
2449 ), | |
2450 'created' => array( | |
2451 'type' => 'int', | |
2452 'not null' => TRUE, | |
2453 'size' => 'normal', | |
2454 'default' => '0', | |
2455 ), | |
2456 'serialized' => array( | |
2457 'type' => 'int', | |
2458 'not null' => TRUE, | |
2459 'size' => 'small', | |
2460 'default' => '0', | |
2461 ), | |
2462 ), | |
2463 'primary key' => array( | |
2464 'cid', | |
2465 ), | |
2466 'indexes' => array( | |
2467 'expire' => array( | |
2468 'expire', | |
2469 ), | |
2351 ), | 2470 ), |
2352 'mysql_character_set' => 'utf8', | 2471 'mysql_character_set' => 'utf8', |
2353 )); | 2472 )); |
2354 | 2473 |
2355 $connection->schema()->createTable('cache_views', array( | 2474 $connection->schema()->createTable('cache_views', array( |
2546 'status' => '1', | 2665 'status' => '1', |
2547 'thread' => '01/', | 2666 'thread' => '01/', |
2548 'name' => 'admin', | 2667 'name' => 'admin', |
2549 'mail' => '', | 2668 'mail' => '', |
2550 'homepage' => '', | 2669 'homepage' => '', |
2551 'language' => 'und', | 2670 'language' => 'en', |
2671 )) | |
2672 ->values(array( | |
2673 'cid' => '2', | |
2674 'pid' => '0', | |
2675 'nid' => '2', | |
2676 'uid' => '1', | |
2677 'subject' => 'TNG', | |
2678 'hostname' => '127.0.0.1', | |
2679 'created' => '1532789252', | |
2680 'changed' => '1532789252', | |
2681 'status' => '1', | |
2682 'thread' => '01/', | |
2683 'name' => 'admin', | |
2684 'mail' => '', | |
2685 'homepage' => '', | |
2686 'language' => 'en', | |
2687 )) | |
2688 ->values(array( | |
2689 'cid' => '3', | |
2690 'pid' => '0', | |
2691 'nid' => '3', | |
2692 'uid' => '1', | |
2693 'subject' => 'Comment to IS translation', | |
2694 'hostname' => '46.132.185.242', | |
2695 'created' => '1533031490', | |
2696 'changed' => '1533031490', | |
2697 'status' => '1', | |
2698 'thread' => '01/', | |
2699 'name' => 'admin', | |
2700 'mail' => '', | |
2701 'homepage' => '', | |
2702 'language' => 'is', | |
2552 )) | 2703 )) |
2553 ->execute(); | 2704 ->execute(); |
2554 | |
2555 $connection->schema()->createTable('contact', array( | 2705 $connection->schema()->createTable('contact', array( |
2556 'fields' => array( | 2706 'fields' => array( |
2557 'cid' => array( | 2707 'cid' => array( |
2558 'type' => 'serial', | 2708 'type' => 'serial', |
2559 'not null' => TRUE, | 2709 'not null' => TRUE, |
2611 'reply' => '', | 2761 'reply' => '', |
2612 'weight' => '0', | 2762 'weight' => '0', |
2613 'selected' => '1', | 2763 'selected' => '1', |
2614 )) | 2764 )) |
2615 ->execute(); | 2765 ->execute(); |
2616 | |
2617 $connection->schema()->createTable('ctools_css_cache', array( | 2766 $connection->schema()->createTable('ctools_css_cache', array( |
2618 'fields' => array( | 2767 'fields' => array( |
2619 'cid' => array( | 2768 'cid' => array( |
2620 'type' => 'varchar', | 2769 'type' => 'varchar', |
2621 'not null' => TRUE, | 2770 'not null' => TRUE, |
2752 'type' => 'short', | 2901 'type' => 'short', |
2753 'title' => 'Short', | 2902 'title' => 'Short', |
2754 'locked' => '1', | 2903 'locked' => '1', |
2755 )) | 2904 )) |
2756 ->execute(); | 2905 ->execute(); |
2757 | |
2758 $connection->schema()->createTable('date_formats', array( | 2906 $connection->schema()->createTable('date_formats', array( |
2759 'fields' => array( | 2907 'fields' => array( |
2760 'dfid' => array( | 2908 'dfid' => array( |
2761 'type' => 'serial', | 2909 'type' => 'serial', |
2762 'not null' => TRUE, | 2910 'not null' => TRUE, |
3008 'format' => 'r', | 3156 'format' => 'r', |
3009 'type' => 'custom', | 3157 'type' => 'custom', |
3010 'locked' => '0', | 3158 'locked' => '0', |
3011 )) | 3159 )) |
3012 ->execute(); | 3160 ->execute(); |
3013 | |
3014 $connection->schema()->createTable('entity_translation', array( | 3161 $connection->schema()->createTable('entity_translation', array( |
3015 'fields' => array( | 3162 'fields' => array( |
3016 'entity_type' => array( | 3163 'entity_type' => array( |
3017 'type' => 'varchar', | 3164 'type' => 'varchar', |
3018 'not null' => TRUE, | 3165 'not null' => TRUE, |
3094 'translate', | 3241 'translate', |
3095 'created', | 3242 'created', |
3096 'changed', | 3243 'changed', |
3097 )) | 3244 )) |
3098 ->values(array( | 3245 ->values(array( |
3246 'entity_type' => 'comment', | |
3247 'entity_id' => '1', | |
3248 'revision_id' => '1', | |
3249 'language' => 'en', | |
3250 'source' => '', | |
3251 'uid' => '1', | |
3252 'status' => '1', | |
3253 'translate' => '0', | |
3254 'created' => '1421727536', | |
3255 'changed' => '1421727536', | |
3256 )) | |
3257 ->values(array( | |
3258 'entity_type' => 'comment', | |
3259 'entity_id' => '1', | |
3260 'revision_id' => '1', | |
3261 'language' => 'fr', | |
3262 'source' => 'en', | |
3263 'uid' => '1', | |
3264 'status' => '0', | |
3265 'translate' => '0', | |
3266 'created' => '1531837764', | |
3267 'changed' => '1531837764', | |
3268 )) | |
3269 ->values(array( | |
3270 'entity_type' => 'comment', | |
3271 'entity_id' => '1', | |
3272 'revision_id' => '1', | |
3273 'language' => 'is', | |
3274 'source' => 'en', | |
3275 'uid' => '2', | |
3276 'status' => '1', | |
3277 'translate' => '1', | |
3278 'created' => '1531838064', | |
3279 'changed' => '1531838064', | |
3280 )) | |
3281 ->values(array( | |
3282 'entity_type' => 'node', | |
3283 'entity_id' => '1', | |
3284 'revision_id' => '1', | |
3285 'language' => 'en', | |
3286 'source' => '', | |
3287 'uid' => '1', | |
3288 'status' => '1', | |
3289 'translate' => '0', | |
3290 'created' => '1529615790', | |
3291 'changed' => '1529615790', | |
3292 )) | |
3293 ->values(array( | |
3294 'entity_type' => 'node', | |
3295 'entity_id' => '1', | |
3296 'revision_id' => '1', | |
3297 'language' => 'fr', | |
3298 'source' => 'en', | |
3299 'uid' => '2', | |
3300 'status' => '1', | |
3301 'translate' => '1', | |
3302 'created' => '1529615802', | |
3303 'changed' => '1529615802', | |
3304 )) | |
3305 ->values(array( | |
3306 'entity_type' => 'node', | |
3307 'entity_id' => '1', | |
3308 'revision_id' => '1', | |
3309 'language' => 'is', | |
3310 'source' => 'en', | |
3311 'uid' => '1', | |
3312 'status' => '0', | |
3313 'translate' => '0', | |
3314 'created' => '1529615813', | |
3315 'changed' => '1529615813', | |
3316 )) | |
3317 ->values(array( | |
3099 'entity_type' => 'user', | 3318 'entity_type' => 'user', |
3100 'entity_id' => '2', | 3319 'entity_id' => '2', |
3101 'revision_id' => '2', | 3320 'revision_id' => '2', |
3102 'language' => 'en', | 3321 'language' => 'en', |
3103 'source' => '', | 3322 'source' => '', |
3105 'status' => '1', | 3324 'status' => '1', |
3106 'translate' => '0', | 3325 'translate' => '0', |
3107 'created' => '1527594929', | 3326 'created' => '1527594929', |
3108 'changed' => '1527594929', | 3327 'changed' => '1527594929', |
3109 )) | 3328 )) |
3329 ->values(array( | |
3330 'entity_type' => 'user', | |
3331 'entity_id' => '2', | |
3332 'revision_id' => '2', | |
3333 'language' => 'fr', | |
3334 'source' => 'en', | |
3335 'uid' => '1', | |
3336 'status' => '0', | |
3337 'translate' => '0', | |
3338 'created' => '1531663916', | |
3339 'changed' => '1531663916', | |
3340 )) | |
3341 ->values(array( | |
3342 'entity_type' => 'user', | |
3343 'entity_id' => '2', | |
3344 'revision_id' => '2', | |
3345 'language' => 'is', | |
3346 'source' => 'en', | |
3347 'uid' => '2', | |
3348 'status' => '1', | |
3349 'translate' => '1', | |
3350 'created' => '1531663925', | |
3351 'changed' => '1531663925', | |
3352 )) | |
3353 ->values(array( | |
3354 'entity_type' => 'taxonomy_term', | |
3355 'entity_id' => '4', | |
3356 'revision_id' => '4', | |
3357 'language' => 'en', | |
3358 'source' => '', | |
3359 'uid' => '1', | |
3360 'status' => '1', | |
3361 'translate' => '0', | |
3362 'created' => '1531922259', | |
3363 'changed' => '1531922259', | |
3364 )) | |
3365 ->values(array( | |
3366 'entity_type' => 'taxonomy_term', | |
3367 'entity_id' => '4', | |
3368 'revision_id' => '4', | |
3369 'language' => 'fr', | |
3370 'source' => 'en', | |
3371 'uid' => '2', | |
3372 'status' => '1', | |
3373 'translate' => '1', | |
3374 'created' => '1531922267', | |
3375 'changed' => '1531922268', | |
3376 )) | |
3377 ->values(array( | |
3378 'entity_type' => 'taxonomy_term', | |
3379 'entity_id' => '4', | |
3380 'revision_id' => '4', | |
3381 'language' => 'is', | |
3382 'source' => 'en', | |
3383 'uid' => '1', | |
3384 'status' => '0', | |
3385 'translate' => '0', | |
3386 'created' => '1531922278', | |
3387 'changed' => '1531922279', | |
3388 )) | |
3110 ->execute(); | 3389 ->execute(); |
3111 | |
3112 $connection->schema()->createTable('entity_translation_revision', array( | 3390 $connection->schema()->createTable('entity_translation_revision', array( |
3113 'fields' => array( | 3391 'fields' => array( |
3114 'entity_type' => array( | 3392 'entity_type' => array( |
3115 'type' => 'varchar', | 3393 'type' => 'varchar', |
3116 'not null' => TRUE, | 3394 'not null' => TRUE, |
3851 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:11:"target_type";s:4:"node";s:7:"handler";s:4:"base";s:16:"handler_settings";a:2:{s:14:"target_bundles";a:1:{s:7:"article";s:7:"article";}s:4:"sort";a:1:{s:4:"type";s:4:"none";}}}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:28:"field_data_field_reference_2";a:1:{s:9:"target_id";s:27:"field_reference_2_target_id";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:32:"field_revision_field_reference_2";a:1:{s:9:"target_id";s:27:"field_reference_2_target_id";}}}}}s:12:"foreign keys";a:1:{s:4:"node";a:2:{s:5:"table";s:4:"node";s:7:"columns";a:1:{s:9:"target_id";s:3:"nid";}}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:2:"id";s:2:"39";}', | 4129 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:11:"target_type";s:4:"node";s:7:"handler";s:4:"base";s:16:"handler_settings";a:2:{s:14:"target_bundles";a:1:{s:7:"article";s:7:"article";}s:4:"sort";a:1:{s:4:"type";s:4:"none";}}}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:28:"field_data_field_reference_2";a:1:{s:9:"target_id";s:27:"field_reference_2_target_id";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:32:"field_revision_field_reference_2";a:1:{s:9:"target_id";s:27:"field_reference_2_target_id";}}}}}s:12:"foreign keys";a:1:{s:4:"node";a:2:{s:5:"table";s:4:"node";s:7:"columns";a:1:{s:9:"target_id";s:3:"nid";}}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:2:"id";s:2:"39";}', |
3852 'cardinality' => '1', | 4130 'cardinality' => '1', |
3853 'translatable' => '0', | 4131 'translatable' => '0', |
3854 'deleted' => '0', | 4132 'deleted' => '0', |
3855 )) | 4133 )) |
4134 ->values(array( | |
4135 'id' => '40', | |
4136 'field_name' => 'title_field', | |
4137 'type' => 'text', | |
4138 'module' => 'text', | |
4139 'active' => '1', | |
4140 'storage_type' => 'field_sql_storage', | |
4141 'storage_module' => 'field_sql_storage', | |
4142 'storage_active' => '1', | |
4143 'locked' => '0', | |
4144 'data' => 'a:6:{s:12:"translatable";b:1;s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:10:"max_length";i:255;s:23:"entity_translation_sync";b:0;}s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}}', | |
4145 'cardinality' => '1', | |
4146 'translatable' => '1', | |
4147 'deleted' => '0', | |
4148 )) | |
4149 ->values(array( | |
4150 'id' => '41', | |
4151 'field_name' => 'subject_field', | |
4152 'type' => 'text', | |
4153 'module' => 'text', | |
4154 'active' => '1', | |
4155 'storage_type' => 'field_sql_storage', | |
4156 'storage_module' => 'field_sql_storage', | |
4157 'storage_active' => '1', | |
4158 'locked' => '0', | |
4159 'data' => 'a:6:{s:12:"translatable";b:1;s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:10:"max_length";i:255;s:23:"entity_translation_sync";b:0;}s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}}', | |
4160 'cardinality' => '1', | |
4161 'translatable' => '1', | |
4162 'deleted' => '0', | |
4163 )) | |
4164 ->values(array( | |
4165 'id' => '42', | |
4166 'field_name' => 'name_field', | |
4167 'type' => 'text', | |
4168 'module' => 'text', | |
4169 'active' => '1', | |
4170 'storage_type' => 'field_sql_storage', | |
4171 'storage_module' => 'field_sql_storage', | |
4172 'storage_active' => '1', | |
4173 'locked' => '0', | |
4174 'data' => 'a:6:{s:12:"translatable";b:1;s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:10:"max_length";i:255;s:23:"entity_translation_sync";b:0;}s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}}', | |
4175 'cardinality' => '1', | |
4176 'translatable' => '1', | |
4177 'deleted' => '0', | |
4178 )) | |
4179 ->values(array( | |
4180 'id' => '43', | |
4181 'field_name' => 'description_field', | |
4182 'type' => 'text_with_summary', | |
4183 'module' => 'text', | |
4184 'active' => '1', | |
4185 'storage_type' => 'field_sql_storage', | |
4186 'storage_module' => 'field_sql_storage', | |
4187 'storage_active' => '1', | |
4188 'locked' => '0', | |
4189 'data' => 'a:6:{s:12:"translatable";b:1;s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:23:"entity_translation_sync";b:0;}s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}}', | |
4190 'cardinality' => '1', | |
4191 'translatable' => '1', | |
4192 'deleted' => '0', | |
4193 )) | |
3856 ->execute(); | 4194 ->execute(); |
3857 | |
3858 $connection->schema()->createTable('field_config_instance', array( | 4195 $connection->schema()->createTable('field_config_instance', array( |
3859 'fields' => array( | 4196 'fields' => array( |
3860 'id' => array( | 4197 'id' => array( |
3861 'type' => 'serial', | 4198 'type' => 'serial', |
3862 'not null' => TRUE, | 4199 'not null' => TRUE, |
4478 'entity_type' => 'node', | 4815 'entity_type' => 'node', |
4479 'bundle' => 'article', | 4816 'bundle' => 'article', |
4480 'data' => 'a:6:{s:5:"label";s:11:"Reference 2";s:6:"widget";a:4:{s:4:"type";s:14:"options_select";s:6:"weight";s:2:"21";s:8:"settings";a:0:{}s:6:"module";s:7:"options";}s:8:"settings";a:1:{s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:21:"entityreference_label";s:8:"settings";a:2:{s:4:"link";b:0;s:13:"bypass_access";b:0;}s:6:"module";s:15:"entityreference";s:6:"weight";i:21;}}s:8:"required";b:0;s:11:"description";s:0:"";}', | 4817 'data' => 'a:6:{s:5:"label";s:11:"Reference 2";s:6:"widget";a:4:{s:4:"type";s:14:"options_select";s:6:"weight";s:2:"21";s:8:"settings";a:0:{}s:6:"module";s:7:"options";}s:8:"settings";a:1:{s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:21:"entityreference_label";s:8:"settings";a:2:{s:4:"link";b:0;s:13:"bypass_access";b:0;}s:6:"module";s:15:"entityreference";s:6:"weight";i:21;}}s:8:"required";b:0;s:11:"description";s:0:"";}', |
4481 'deleted' => '0', | 4818 'deleted' => '0', |
4482 )) | 4819 )) |
4820 ->values(array( | |
4821 'id' => '66', | |
4822 'field_id' => '38', | |
4823 'field_name' => 'field_reference', | |
4824 'entity_type' => 'user', | |
4825 'bundle' => 'user', | |
4826 'data' => 'a:7:{s:5:"label";s:9:"Reference";s:6:"widget";a:5:{s:6:"weight";s:2:"11";s:4:"type";s:14:"options_select";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:0:{}}s:8:"settings";a:2:{s:18:"user_register_form";i:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:21:"entityreference_label";s:8:"settings";a:2:{s:4:"link";b:0;s:13:"bypass_access";b:0;}s:6:"module";s:15:"entityreference";s:6:"weight";i:9;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}', | |
4827 'deleted' => '0', | |
4828 )) | |
4829 ->values(array( | |
4830 'id' => '67', | |
4831 'field_id' => '40', | |
4832 'field_name' => 'title_field', | |
4833 'entity_type' => 'node', | |
4834 'bundle' => 'test_content_type', | |
4835 'data' => 'a:6:{s:5:"label";s:5:"Title";s:11:"description";s:0:"";s:8:"required";b:1;s:8:"settings";a:4:{s:15:"text_processing";i:0;s:10:"hide_label";a:2:{s:4:"page";b:0;s:6:"entity";b:0;}s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:6:"widget";a:4:{s:6:"weight";i:-5;s:4:"type";s:14:"text_textfield";s:8:"settings";a:1:{s:4:"size";i:60;}s:6:"module";s:4:"text";}s:7:"display";a:1:{s:7:"default";a:4:{s:4:"type";s:6:"hidden";s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"weight";i:20;}}}', | |
4836 'deleted' => '0', | |
4837 )) | |
4838 ->values(array( | |
4839 'id' => '68', | |
4840 'field_id' => '41', | |
4841 'field_name' => 'subject_field', | |
4842 'entity_type' => 'comment', | |
4843 'bundle' => 'comment_node_article', | |
4844 'data' => 'a:6:{s:5:"label";s:7:"Subject";s:11:"description";s:0:"";s:8:"required";b:1;s:8:"settings";a:4:{s:15:"text_processing";i:0;s:10:"hide_label";a:2:{s:4:"page";b:0;s:6:"entity";b:0;}s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:6:"widget";a:4:{s:6:"weight";i:-5;s:4:"type";s:14:"text_textfield";s:8:"settings";a:1:{s:4:"size";i:60;}s:6:"module";s:4:"text";}s:7:"display";a:1:{s:7:"default";a:4:{s:4:"type";s:6:"hidden";s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"weight";i:1;}}}', | |
4845 'deleted' => '0', | |
4846 )) | |
4847 ->values(array( | |
4848 'id' => '69', | |
4849 'field_id' => '42', | |
4850 'field_name' => 'name_field', | |
4851 'entity_type' => 'taxonomy_term', | |
4852 'bundle' => 'test_vocabulary', | |
4853 'data' => 'a:6:{s:5:"label";s:4:"Name";s:11:"description";s:0:"";s:8:"required";b:1;s:8:"settings";a:4:{s:15:"text_processing";i:0;s:10:"hide_label";a:2:{s:4:"page";b:0;s:6:"entity";b:0;}s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:6:"widget";a:4:{s:6:"weight";i:-5;s:4:"type";s:14:"text_textfield";s:8:"settings";a:1:{s:4:"size";i:60;}s:6:"module";s:4:"text";}s:7:"display";a:1:{s:7:"default";a:4:{s:4:"type";s:6:"hidden";s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"weight";i:14;}}}', | |
4854 'deleted' => '0', | |
4855 )) | |
4856 ->values(array( | |
4857 'id' => '70', | |
4858 'field_id' => '43', | |
4859 'field_name' => 'description_field', | |
4860 'entity_type' => 'taxonomy_term', | |
4861 'bundle' => 'test_vocabulary', | |
4862 'data' => 'a:6:{s:8:"required";b:0;s:5:"label";s:11:"Description";s:11:"description";s:0:"";s:8:"settings";a:5:{s:15:"text_processing";i:1;s:10:"hide_label";a:2:{s:4:"page";b:0;s:6:"entity";b:0;}s:15:"display_summary";i:0;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:6:"widget";a:4:{s:6:"weight";i:-5;s:4:"type";s:26:"text_textarea_with_summary";s:8:"settings";a:2:{s:4:"rows";i:20;s:12:"summary_rows";i:5;}s:6:"module";s:4:"text";}s:7:"display";a:1:{s:7:"default";a:4:{s:4:"type";s:6:"hidden";s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"weight";i:15;}}}', | |
4863 'deleted' => '0', | |
4864 )) | |
4865 ->values(array( | |
4866 'id' => '71', | |
4867 'field_id' => '41', | |
4868 'field_name' => 'subject_field', | |
4869 'entity_type' => 'comment', | |
4870 'bundle' => 'comment_node_test_content_type', | |
4871 'data' => 'a:6:{s:5:"label";s:7:"Subject";s:11:"description";s:0:"";s:8:"required";b:1;s:8:"settings";a:4:{s:15:"text_processing";i:0;s:10:"hide_label";a:2:{s:4:"page";b:0;s:6:"entity";b:0;}s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:6:"widget";a:4:{s:6:"weight";i:-5;s:4:"type";s:14:"text_textfield";s:8:"settings";a:1:{s:4:"size";i:60;}s:6:"module";s:4:"text";}s:7:"display";a:1:{s:7:"default";a:4:{s:4:"type";s:6:"hidden";s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"weight";i:1;}}}', | |
4872 'deleted' => '0', | |
4873 )) | |
4483 ->execute(); | 4874 ->execute(); |
4484 | |
4485 $connection->schema()->createTable('field_data_body', array( | 4875 $connection->schema()->createTable('field_data_body', array( |
4486 'fields' => array( | 4876 'fields' => array( |
4487 'entity_type' => array( | 4877 'entity_type' => array( |
4488 'type' => 'varchar', | 4878 'type' => 'varchar', |
4489 'not null' => TRUE, | 4879 'not null' => TRUE, |
4588 'body_value' => "is - ...is that it's the absolute best show ever. Trust me, I would know.", | 4978 'body_value' => "is - ...is that it's the absolute best show ever. Trust me, I would know.", |
4589 'body_summary' => '', | 4979 'body_summary' => '', |
4590 'body_format' => 'filtered_html', | 4980 'body_format' => 'filtered_html', |
4591 )) | 4981 )) |
4592 ->execute(); | 4982 ->execute(); |
4593 | |
4594 $connection->schema()->createTable('field_data_comment_body', array( | 4983 $connection->schema()->createTable('field_data_comment_body', array( |
4595 'fields' => array( | 4984 'fields' => array( |
4596 'entity_type' => array( | 4985 'entity_type' => array( |
4597 'type' => 'varchar', | 4986 'type' => 'varchar', |
4598 'not null' => TRUE, | 4987 'not null' => TRUE, |
4677 'language' => 'und', | 5066 'language' => 'und', |
4678 'delta' => '0', | 5067 'delta' => '0', |
4679 'comment_body_value' => 'This is a comment', | 5068 'comment_body_value' => 'This is a comment', |
4680 'comment_body_format' => 'filtered_html', | 5069 'comment_body_format' => 'filtered_html', |
4681 )) | 5070 )) |
5071 ->values(array( | |
5072 'entity_type' => 'comment', | |
5073 'bundle' => 'comment_node_article', | |
5074 'deleted' => '0', | |
5075 'entity_id' => '2', | |
5076 'revision_id' => '2', | |
5077 'language' => 'und', | |
5078 'delta' => '0', | |
5079 'comment_body_value' => 'TNG is better than DS9.', | |
5080 'comment_body_format' => 'filtered_html', | |
5081 )) | |
5082 ->values(array( | |
5083 'entity_type' => 'comment', | |
5084 'bundle' => 'comment_node_article', | |
5085 'deleted' => '0', | |
5086 'entity_id' => '3', | |
5087 'revision_id' => '3', | |
5088 'language' => 'und', | |
5089 'delta' => '0', | |
5090 'comment_body_value' => 'This is a comment to an Icelandic translation.', | |
5091 'comment_body_format' => 'filtered_html', | |
5092 )) | |
4682 ->execute(); | 5093 ->execute(); |
5094 $connection->schema()->createTable('field_data_description_field', array( | |
5095 'fields' => array( | |
5096 'entity_type' => array( | |
5097 'type' => 'varchar', | |
5098 'not null' => TRUE, | |
5099 'length' => '128', | |
5100 'default' => '', | |
5101 ), | |
5102 'bundle' => array( | |
5103 'type' => 'varchar', | |
5104 'not null' => TRUE, | |
5105 'length' => '128', | |
5106 'default' => '', | |
5107 ), | |
5108 'deleted' => array( | |
5109 'type' => 'int', | |
5110 'not null' => TRUE, | |
5111 'size' => 'tiny', | |
5112 'default' => '0', | |
5113 ), | |
5114 'entity_id' => array( | |
5115 'type' => 'int', | |
5116 'not null' => TRUE, | |
5117 'size' => 'normal', | |
5118 'unsigned' => TRUE, | |
5119 ), | |
5120 'revision_id' => array( | |
5121 'type' => 'int', | |
5122 'not null' => FALSE, | |
5123 'size' => 'normal', | |
5124 'unsigned' => TRUE, | |
5125 ), | |
5126 'language' => array( | |
5127 'type' => 'varchar', | |
5128 'not null' => TRUE, | |
5129 'length' => '32', | |
5130 'default' => '', | |
5131 ), | |
5132 'delta' => array( | |
5133 'type' => 'int', | |
5134 'not null' => TRUE, | |
5135 'size' => 'normal', | |
5136 'unsigned' => TRUE, | |
5137 ), | |
5138 'description_field_value' => array( | |
5139 'type' => 'text', | |
5140 'not null' => FALSE, | |
5141 'size' => 'big', | |
5142 ), | |
5143 'description_field_summary' => array( | |
5144 'type' => 'text', | |
5145 'not null' => FALSE, | |
5146 'size' => 'big', | |
5147 ), | |
5148 'description_field_format' => array( | |
5149 'type' => 'varchar', | |
5150 'not null' => FALSE, | |
5151 'length' => '255', | |
5152 ), | |
5153 ), | |
5154 'primary key' => array( | |
5155 'entity_type', | |
5156 'entity_id', | |
5157 'deleted', | |
5158 'delta', | |
5159 'language', | |
5160 ), | |
5161 'indexes' => array( | |
5162 'entity_type' => array( | |
5163 'entity_type', | |
5164 ), | |
5165 'bundle' => array( | |
5166 'bundle', | |
5167 ), | |
5168 'deleted' => array( | |
5169 'deleted', | |
5170 ), | |
5171 'entity_id' => array( | |
5172 'entity_id', | |
5173 ), | |
5174 'revision_id' => array( | |
5175 'revision_id', | |
5176 ), | |
5177 'language' => array( | |
5178 'language', | |
5179 ), | |
5180 'description_field_format' => array( | |
5181 array( | |
5182 'description_field_format', | |
5183 '191', | |
5184 ), | |
5185 ), | |
5186 ), | |
5187 'mysql_character_set' => 'utf8', | |
5188 )); | |
4683 | 5189 |
5190 $connection->insert('field_data_description_field') | |
5191 ->fields(array( | |
5192 'entity_type', | |
5193 'bundle', | |
5194 'deleted', | |
5195 'entity_id', | |
5196 'revision_id', | |
5197 'language', | |
5198 'delta', | |
5199 'description_field_value', | |
5200 'description_field_summary', | |
5201 'description_field_format', | |
5202 )) | |
5203 ->values(array( | |
5204 'entity_type' => 'taxonomy_term', | |
5205 'bundle' => 'test_vocabulary', | |
5206 'deleted' => '0', | |
5207 'entity_id' => '2', | |
5208 'revision_id' => '2', | |
5209 'language' => 'en', | |
5210 'delta' => '0', | |
5211 'description_field_value' => 'The first term. (This is a real field!)', | |
5212 'description_field_summary' => '', | |
5213 'description_field_format' => 'filtered_html', | |
5214 )) | |
5215 ->values(array( | |
5216 'entity_type' => 'taxonomy_term', | |
5217 'bundle' => 'test_vocabulary', | |
5218 'deleted' => '0', | |
5219 'entity_id' => '3', | |
5220 'revision_id' => '3', | |
5221 'language' => 'en', | |
5222 'delta' => '0', | |
5223 'description_field_value' => 'The second term.', | |
5224 'description_field_summary' => '', | |
5225 'description_field_format' => 'filtered_html', | |
5226 )) | |
5227 ->values(array( | |
5228 'entity_type' => 'taxonomy_term', | |
5229 'bundle' => 'test_vocabulary', | |
5230 'deleted' => '0', | |
5231 'entity_id' => '4', | |
5232 'revision_id' => '4', | |
5233 'language' => 'en', | |
5234 'delta' => '0', | |
5235 'description_field_value' => 'The third term in plain old English.', | |
5236 'description_field_summary' => '', | |
5237 'description_field_format' => 'full_html', | |
5238 )) | |
5239 ->values(array( | |
5240 'entity_type' => 'taxonomy_term', | |
5241 'bundle' => 'test_vocabulary', | |
5242 'deleted' => '0', | |
5243 'entity_id' => '4', | |
5244 'revision_id' => '4', | |
5245 'language' => 'fr', | |
5246 'delta' => '0', | |
5247 'description_field_value' => "The third term en français s'il vous plaît.", | |
5248 'description_field_summary' => '', | |
5249 'description_field_format' => 'filtered_html', | |
5250 )) | |
5251 ->values(array( | |
5252 'entity_type' => 'taxonomy_term', | |
5253 'bundle' => 'test_vocabulary', | |
5254 'deleted' => '0', | |
5255 'entity_id' => '4', | |
5256 'revision_id' => '4', | |
5257 'language' => 'is', | |
5258 'delta' => '0', | |
5259 'description_field_value' => 'The third term á íslensku.', | |
5260 'description_field_summary' => '', | |
5261 'description_field_format' => 'plain_text', | |
5262 )) | |
5263 ->execute(); | |
4684 $connection->schema()->createTable('field_data_field_boolean', array( | 5264 $connection->schema()->createTable('field_data_field_boolean', array( |
4685 'fields' => array( | 5265 'fields' => array( |
4686 'entity_type' => array( | 5266 'entity_type' => array( |
4687 'type' => 'varchar', | 5267 'type' => 'varchar', |
4688 'not null' => TRUE, | 5268 'not null' => TRUE, |
4761 'language' => 'und', | 5341 'language' => 'und', |
4762 'delta' => '0', | 5342 'delta' => '0', |
4763 'field_boolean_value' => '1', | 5343 'field_boolean_value' => '1', |
4764 )) | 5344 )) |
4765 ->execute(); | 5345 ->execute(); |
4766 | |
4767 $connection->schema()->createTable('field_data_field_date', array( | 5346 $connection->schema()->createTable('field_data_field_date', array( |
4768 'fields' => array( | 5347 'fields' => array( |
4769 'entity_type' => array( | 5348 'entity_type' => array( |
4770 'type' => 'varchar', | 5349 'type' => 'varchar', |
4771 'not null' => TRUE, | 5350 'not null' => TRUE, |
4844 'language' => 'und', | 5423 'language' => 'und', |
4845 'delta' => '0', | 5424 'delta' => '0', |
4846 'field_date_value' => '2015-01-20 04:15:00', | 5425 'field_date_value' => '2015-01-20 04:15:00', |
4847 )) | 5426 )) |
4848 ->execute(); | 5427 ->execute(); |
4849 | |
4850 $connection->schema()->createTable('field_data_field_date_with_end_time', array( | 5428 $connection->schema()->createTable('field_data_field_date_with_end_time', array( |
4851 'fields' => array( | 5429 'fields' => array( |
4852 'entity_type' => array( | 5430 'entity_type' => array( |
4853 'type' => 'varchar', | 5431 'type' => 'varchar', |
4854 'not null' => TRUE, | 5432 'not null' => TRUE, |
4934 'delta' => '0', | 5512 'delta' => '0', |
4935 'field_date_with_end_time_value' => '1421727300', | 5513 'field_date_with_end_time_value' => '1421727300', |
4936 'field_date_with_end_time_value2' => '1421727300', | 5514 'field_date_with_end_time_value2' => '1421727300', |
4937 )) | 5515 )) |
4938 ->execute(); | 5516 ->execute(); |
5517 $connection->schema()->createTable('field_data_field_date_without_time', array( | |
5518 'fields' => array( | |
5519 'entity_type' => array( | |
5520 'type' => 'varchar', | |
5521 'not null' => TRUE, | |
5522 'length' => '128', | |
5523 'default' => '', | |
5524 ), | |
5525 'bundle' => array( | |
5526 'type' => 'varchar', | |
5527 'not null' => TRUE, | |
5528 'length' => '128', | |
5529 'default' => '', | |
5530 ), | |
5531 'deleted' => array( | |
5532 'type' => 'int', | |
5533 'not null' => TRUE, | |
5534 'size' => 'normal', | |
5535 'default' => '0', | |
5536 ), | |
5537 'entity_id' => array( | |
5538 'type' => 'int', | |
5539 'not null' => TRUE, | |
5540 'size' => 'normal', | |
5541 'unsigned' => TRUE, | |
5542 ), | |
5543 'revision_id' => array( | |
5544 'type' => 'int', | |
5545 'not null' => FALSE, | |
5546 'size' => 'normal', | |
5547 'unsigned' => TRUE, | |
5548 ), | |
5549 'language' => array( | |
5550 'type' => 'varchar', | |
5551 'not null' => TRUE, | |
5552 'length' => '32', | |
5553 'default' => '', | |
5554 ), | |
5555 'delta' => array( | |
5556 'type' => 'int', | |
5557 'not null' => TRUE, | |
5558 'size' => 'normal', | |
5559 'unsigned' => TRUE, | |
5560 ), | |
5561 'field_date_without_time_value' => array( | |
5562 'type' => 'varchar', | |
5563 'not null' => FALSE, | |
5564 'length' => '100', | |
5565 ), | |
5566 ), | |
5567 'primary key' => array( | |
5568 'entity_type', | |
5569 'deleted', | |
5570 'entity_id', | |
5571 'language', | |
5572 'delta', | |
5573 ), | |
5574 'mysql_character_set' => 'utf8', | |
5575 )); | |
4939 | 5576 |
5577 $connection->insert('field_data_field_date_without_time') | |
5578 ->fields(array( | |
5579 'entity_type', | |
5580 'bundle', | |
5581 'deleted', | |
5582 'entity_id', | |
5583 'revision_id', | |
5584 'language', | |
5585 'delta', | |
5586 'field_date_without_time_value', | |
5587 )) | |
5588 ->values(array( | |
5589 'entity_type' => 'node', | |
5590 'bundle' => 'test_content_type', | |
5591 'deleted' => '0', | |
5592 'entity_id' => '1', | |
5593 'revision_id' => '1', | |
5594 'language' => 'und', | |
5595 'delta' => '0', | |
5596 'field_date_without_time_value' => '2015-01-20T00:00:00', | |
5597 )) | |
5598 ->execute(); | |
4940 $connection->schema()->createTable('field_data_field_datetime_without_time', array( | 5599 $connection->schema()->createTable('field_data_field_datetime_without_time', array( |
4941 'fields' => array( | 5600 'fields' => array( |
4942 'entity_type' => array( | 5601 'entity_type' => array( |
4943 'type' => 'varchar', | 5602 'type' => 'varchar', |
4944 'not null' => TRUE, | 5603 'not null' => TRUE, |
4980 'not null' => TRUE, | 5639 'not null' => TRUE, |
4981 'size' => 'normal', | 5640 'size' => 'normal', |
4982 'unsigned' => TRUE, | 5641 'unsigned' => TRUE, |
4983 ), | 5642 ), |
4984 'field_datetime_without_time_value' => array( | 5643 'field_datetime_without_time_value' => array( |
5644 'type' => 'datetime', | |
5645 'not null' => FALSE, | |
4985 'mysql_type' => 'datetime', | 5646 'mysql_type' => 'datetime', |
4986 'pgsql_type' => 'timestamp without time zone', | 5647 'pgsql_type' => 'timestamp without time zone', |
4987 'sqlite_type' => 'varchar', | 5648 'sqlite_type' => 'varchar', |
4988 'sqlsrv_type' => 'smalldatetime', | 5649 'sqlsrv_type' => 'smalldatetime', |
4989 'not null' => FALSE, | |
4990 ), | 5650 ), |
4991 ), | 5651 ), |
4992 'primary key' => array( | 5652 'primary key' => array( |
4993 'entity_type', | 5653 'entity_type', |
4994 'deleted', | 5654 'deleted', |
5019 'language' => 'und', | 5679 'language' => 'und', |
5020 'delta' => '0', | 5680 'delta' => '0', |
5021 'field_datetime_without_time_value' => '2015-01-20 00:00:00', | 5681 'field_datetime_without_time_value' => '2015-01-20 00:00:00', |
5022 )) | 5682 )) |
5023 ->execute(); | 5683 ->execute(); |
5024 | |
5025 $connection->schema()->createTable('field_data_field_date_without_time', array( | |
5026 'fields' => array( | |
5027 'entity_type' => array( | |
5028 'type' => 'varchar', | |
5029 'not null' => TRUE, | |
5030 'length' => '128', | |
5031 'default' => '', | |
5032 ), | |
5033 'bundle' => array( | |
5034 'type' => 'varchar', | |
5035 'not null' => TRUE, | |
5036 'length' => '128', | |
5037 'default' => '', | |
5038 ), | |
5039 'deleted' => array( | |
5040 'type' => 'int', | |
5041 'not null' => TRUE, | |
5042 'size' => 'normal', | |
5043 'default' => '0', | |
5044 ), | |
5045 'entity_id' => array( | |
5046 'type' => 'int', | |
5047 'not null' => TRUE, | |
5048 'size' => 'normal', | |
5049 'unsigned' => TRUE, | |
5050 ), | |
5051 'revision_id' => array( | |
5052 'type' => 'int', | |
5053 'not null' => FALSE, | |
5054 'size' => 'normal', | |
5055 'unsigned' => TRUE, | |
5056 ), | |
5057 'language' => array( | |
5058 'type' => 'varchar', | |
5059 'not null' => TRUE, | |
5060 'length' => '32', | |
5061 'default' => '', | |
5062 ), | |
5063 'delta' => array( | |
5064 'type' => 'int', | |
5065 'not null' => TRUE, | |
5066 'size' => 'normal', | |
5067 'unsigned' => TRUE, | |
5068 ), | |
5069 'field_date_without_time_value' => array( | |
5070 'type' => 'varchar', | |
5071 'not null' => FALSE, | |
5072 'length' => '100', | |
5073 ), | |
5074 ), | |
5075 'primary key' => array( | |
5076 'entity_type', | |
5077 'deleted', | |
5078 'entity_id', | |
5079 'language', | |
5080 'delta', | |
5081 ), | |
5082 'mysql_character_set' => 'utf8', | |
5083 )); | |
5084 | |
5085 $connection->insert('field_data_field_date_without_time') | |
5086 ->fields(array( | |
5087 'entity_type', | |
5088 'bundle', | |
5089 'deleted', | |
5090 'entity_id', | |
5091 'revision_id', | |
5092 'language', | |
5093 'delta', | |
5094 'field_date_without_time_value', | |
5095 )) | |
5096 ->values(array( | |
5097 'entity_type' => 'node', | |
5098 'bundle' => 'test_content_type', | |
5099 'deleted' => '0', | |
5100 'entity_id' => '1', | |
5101 'revision_id' => '1', | |
5102 'language' => 'und', | |
5103 'delta' => '0', | |
5104 'field_date_without_time_value' => '2015-01-20T00:00:00', | |
5105 )) | |
5106 ->execute(); | |
5107 | |
5108 $connection->schema()->createTable('field_data_field_email', array( | 5684 $connection->schema()->createTable('field_data_field_email', array( |
5109 'fields' => array( | 5685 'fields' => array( |
5110 'entity_type' => array( | 5686 'entity_type' => array( |
5111 'type' => 'varchar', | 5687 'type' => 'varchar', |
5112 'not null' => TRUE, | 5688 'not null' => TRUE, |
5195 'language' => 'und', | 5771 'language' => 'und', |
5196 'delta' => '1', | 5772 'delta' => '1', |
5197 'field_email_email' => 'another@example.com', | 5773 'field_email_email' => 'another@example.com', |
5198 )) | 5774 )) |
5199 ->execute(); | 5775 ->execute(); |
5200 | |
5201 $connection->schema()->createTable('field_data_field_file', array( | 5776 $connection->schema()->createTable('field_data_field_file', array( |
5202 'fields' => array( | 5777 'fields' => array( |
5203 'entity_type' => array( | 5778 'entity_type' => array( |
5204 'type' => 'varchar', | 5779 'type' => 'varchar', |
5205 'not null' => TRUE, | 5780 'not null' => TRUE, |
5307 'field_file_fid' => '2', | 5882 'field_file_fid' => '2', |
5308 'field_file_display' => '1', | 5883 'field_file_display' => '1', |
5309 'field_file_description' => 'file desc', | 5884 'field_file_description' => 'file desc', |
5310 )) | 5885 )) |
5311 ->execute(); | 5886 ->execute(); |
5312 | |
5313 $connection->schema()->createTable('field_data_field_float', array( | 5887 $connection->schema()->createTable('field_data_field_float', array( |
5314 'fields' => array( | 5888 'fields' => array( |
5315 'entity_type' => array( | 5889 'entity_type' => array( |
5316 'type' => 'varchar', | 5890 'type' => 'varchar', |
5317 'not null' => TRUE, | 5891 'not null' => TRUE, |
5391 'language' => 'und', | 5965 'language' => 'und', |
5392 'delta' => '0', | 5966 'delta' => '0', |
5393 'field_float_value' => '1', | 5967 'field_float_value' => '1', |
5394 )) | 5968 )) |
5395 ->execute(); | 5969 ->execute(); |
5396 | |
5397 $connection->schema()->createTable('field_data_field_float_list', array( | 5970 $connection->schema()->createTable('field_data_field_float_list', array( |
5398 'fields' => array( | 5971 'fields' => array( |
5399 'entity_type' => array( | 5972 'entity_type' => array( |
5400 'type' => 'varchar', | 5973 'type' => 'varchar', |
5401 'not null' => TRUE, | 5974 'not null' => TRUE, |
5497 'language' => 'und', | 6070 'language' => 'und', |
5498 'delta' => '0', | 6071 'delta' => '0', |
5499 'field_float_list_value' => '3.1416', | 6072 'field_float_list_value' => '3.1416', |
5500 )) | 6073 )) |
5501 ->execute(); | 6074 ->execute(); |
5502 | |
5503 $connection->schema()->createTable('field_data_field_image', array( | 6075 $connection->schema()->createTable('field_data_field_image', array( |
5504 'fields' => array( | 6076 'fields' => array( |
5505 'entity_type' => array( | 6077 'entity_type' => array( |
5506 'type' => 'varchar', | 6078 'type' => 'varchar', |
5507 'not null' => TRUE, | 6079 'not null' => TRUE, |
5694 'field_images_title' => 'title text', | 6266 'field_images_title' => 'title text', |
5695 'field_images_width' => '93', | 6267 'field_images_width' => '93', |
5696 'field_images_height' => '93', | 6268 'field_images_height' => '93', |
5697 )) | 6269 )) |
5698 ->execute(); | 6270 ->execute(); |
5699 | |
5700 $connection->schema()->createTable('field_data_field_integer', array( | 6271 $connection->schema()->createTable('field_data_field_integer', array( |
5701 'fields' => array( | 6272 'fields' => array( |
5702 'entity_type' => array( | 6273 'entity_type' => array( |
5703 'type' => 'varchar', | 6274 'type' => 'varchar', |
5704 'not null' => TRUE, | 6275 'not null' => TRUE, |
5767 'language', | 6338 'language', |
5768 'delta', | 6339 'delta', |
5769 'field_integer_value', | 6340 'field_integer_value', |
5770 )) | 6341 )) |
5771 ->values(array( | 6342 ->values(array( |
6343 'entity_type' => 'comment', | |
6344 'bundle' => 'comment_node_test_content_type', | |
6345 'deleted' => '0', | |
6346 'entity_id' => '1', | |
6347 'revision_id' => '1', | |
6348 'language' => 'en', | |
6349 'delta' => '0', | |
6350 'field_integer_value' => '1000000', | |
6351 )) | |
6352 ->values(array( | |
6353 'entity_type' => 'comment', | |
6354 'bundle' => 'comment_node_test_content_type', | |
6355 'deleted' => '0', | |
6356 'entity_id' => '1', | |
6357 'revision_id' => '1', | |
6358 'language' => 'fr', | |
6359 'delta' => '0', | |
6360 'field_integer_value' => '2000000', | |
6361 )) | |
6362 ->values(array( | |
6363 'entity_type' => 'comment', | |
6364 'bundle' => 'comment_node_test_content_type', | |
6365 'deleted' => '0', | |
6366 'entity_id' => '1', | |
6367 'revision_id' => '1', | |
6368 'language' => 'is', | |
6369 'delta' => '0', | |
6370 'field_integer_value' => '3000000', | |
6371 )) | |
6372 ->values(array( | |
5772 'entity_type' => 'node', | 6373 'entity_type' => 'node', |
5773 'bundle' => 'test_content_type', | 6374 'bundle' => 'test_content_type', |
5774 'deleted' => '0', | 6375 'deleted' => '0', |
5775 'entity_id' => '1', | 6376 'entity_id' => '1', |
5776 'revision_id' => '1', | 6377 'revision_id' => '1', |
5777 'language' => 'en', | 6378 'language' => 'en', |
5778 'delta' => '0', | 6379 'delta' => '0', |
5779 'field_integer_value' => '5', | 6380 'field_integer_value' => '5', |
5780 )) | 6381 )) |
5781 ->values(array( | 6382 ->values(array( |
6383 'entity_type' => 'node', | |
6384 'bundle' => 'test_content_type', | |
6385 'deleted' => '0', | |
6386 'entity_id' => '1', | |
6387 'revision_id' => '1', | |
6388 'language' => 'fr', | |
6389 'delta' => '0', | |
6390 'field_integer_value' => '6', | |
6391 )) | |
6392 ->values(array( | |
6393 'entity_type' => 'node', | |
6394 'bundle' => 'test_content_type', | |
6395 'deleted' => '0', | |
6396 'entity_id' => '1', | |
6397 'revision_id' => '1', | |
6398 'language' => 'is', | |
6399 'delta' => '0', | |
6400 'field_integer_value' => '7', | |
6401 )) | |
6402 ->values(array( | |
5782 'entity_type' => 'user', | 6403 'entity_type' => 'user', |
5783 'bundle' => 'user', | 6404 'bundle' => 'user', |
5784 'deleted' => '0', | 6405 'deleted' => '0', |
5785 'entity_id' => '2', | 6406 'entity_id' => '2', |
5786 'revision_id' => '2', | 6407 'revision_id' => '2', |
5787 'language' => 'en', | 6408 'language' => 'en', |
5788 'delta' => '0', | 6409 'delta' => '0', |
5789 'field_integer_value' => '99', | 6410 'field_integer_value' => '99', |
5790 )) | 6411 )) |
5791 ->values(array( | 6412 ->values(array( |
6413 'entity_type' => 'user', | |
6414 'bundle' => 'user', | |
6415 'deleted' => '0', | |
6416 'entity_id' => '2', | |
6417 'revision_id' => '2', | |
6418 'language' => 'fr', | |
6419 'delta' => '0', | |
6420 'field_integer_value' => '9', | |
6421 )) | |
6422 ->values(array( | |
6423 'entity_type' => 'user', | |
6424 'bundle' => 'user', | |
6425 'deleted' => '0', | |
6426 'entity_id' => '2', | |
6427 'revision_id' => '2', | |
6428 'language' => 'is', | |
6429 'delta' => '0', | |
6430 'field_integer_value' => '1', | |
6431 )) | |
6432 ->values(array( | |
5792 'entity_type' => 'taxonomy_term', | 6433 'entity_type' => 'taxonomy_term', |
5793 'bundle' => 'test_vocabulary', | 6434 'bundle' => 'test_vocabulary', |
5794 'deleted' => '0', | 6435 'deleted' => '0', |
5795 'entity_id' => '4', | 6436 'entity_id' => '4', |
5796 'revision_id' => '4', | 6437 'revision_id' => '4', |
5797 'language' => 'en', | 6438 'language' => 'en', |
5798 'delta' => '0', | 6439 'delta' => '0', |
5799 'field_integer_value' => '6', | 6440 'field_integer_value' => '6', |
5800 )) | 6441 )) |
6442 ->values(array( | |
6443 'entity_type' => 'taxonomy_term', | |
6444 'bundle' => 'test_vocabulary', | |
6445 'deleted' => '0', | |
6446 'entity_id' => '4', | |
6447 'revision_id' => '4', | |
6448 'language' => 'fr', | |
6449 'delta' => '0', | |
6450 'field_integer_value' => '5', | |
6451 )) | |
6452 ->values(array( | |
6453 'entity_type' => 'taxonomy_term', | |
6454 'bundle' => 'test_vocabulary', | |
6455 'deleted' => '0', | |
6456 'entity_id' => '4', | |
6457 'revision_id' => '4', | |
6458 'language' => 'is', | |
6459 'delta' => '0', | |
6460 'field_integer_value' => '4', | |
6461 )) | |
5801 ->execute(); | 6462 ->execute(); |
5802 | |
5803 $connection->schema()->createTable('field_data_field_integer_list', array( | 6463 $connection->schema()->createTable('field_data_field_integer_list', array( |
5804 'fields' => array( | 6464 'fields' => array( |
5805 'entity_type' => array( | 6465 'entity_type' => array( |
5806 'type' => 'varchar', | 6466 'type' => 'varchar', |
5807 'not null' => TRUE, | 6467 'not null' => TRUE, |
5880 'language' => 'und', | 6540 'language' => 'und', |
5881 'delta' => '0', | 6541 'delta' => '0', |
5882 'field_integer_list_value' => '7', | 6542 'field_integer_list_value' => '7', |
5883 )) | 6543 )) |
5884 ->execute(); | 6544 ->execute(); |
5885 | |
5886 $connection->schema()->createTable('field_data_field_link', array( | 6545 $connection->schema()->createTable('field_data_field_link', array( |
5887 'fields' => array( | 6546 'fields' => array( |
5888 'entity_type' => array( | 6547 'entity_type' => array( |
5889 'type' => 'varchar', | 6548 'type' => 'varchar', |
5890 'not null' => TRUE, | 6549 'not null' => TRUE, |
6001 'field_link_url' => '<front>', | 6660 'field_link_url' => '<front>', |
6002 'field_link_title' => 'Home', | 6661 'field_link_title' => 'Home', |
6003 'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}', | 6662 'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}', |
6004 )) | 6663 )) |
6005 ->execute(); | 6664 ->execute(); |
6006 | |
6007 $connection->schema()->createTable('field_data_field_long_text', array( | 6665 $connection->schema()->createTable('field_data_field_long_text', array( |
6008 'fields' => array( | 6666 'fields' => array( |
6009 'entity_type' => array( | 6667 'entity_type' => array( |
6010 'type' => 'varchar', | 6668 'type' => 'varchar', |
6011 'not null' => TRUE, | 6669 'not null' => TRUE, |
6178 'language' => 'und', | 6836 'language' => 'und', |
6179 'delta' => '0', | 6837 'delta' => '0', |
6180 'field_node_entityreference_target_id' => '2', | 6838 'field_node_entityreference_target_id' => '2', |
6181 )) | 6839 )) |
6182 ->execute(); | 6840 ->execute(); |
6183 | |
6184 $connection->schema()->createTable('field_data_field_phone', array( | 6841 $connection->schema()->createTable('field_data_field_phone', array( |
6185 'fields' => array( | 6842 'fields' => array( |
6186 'entity_type' => array( | 6843 'entity_type' => array( |
6187 'type' => 'varchar', | 6844 'type' => 'varchar', |
6188 'not null' => TRUE, | 6845 'not null' => TRUE, |
6261 'language' => 'und', | 6918 'language' => 'und', |
6262 'delta' => '0', | 6919 'delta' => '0', |
6263 'field_phone_value' => '99-99-99-99', | 6920 'field_phone_value' => '99-99-99-99', |
6264 )) | 6921 )) |
6265 ->execute(); | 6922 ->execute(); |
6266 | |
6267 $connection->schema()->createTable('field_data_field_private_file', array( | 6923 $connection->schema()->createTable('field_data_field_private_file', array( |
6268 'fields' => array( | 6924 'fields' => array( |
6269 'entity_type' => array( | 6925 'entity_type' => array( |
6270 'type' => 'varchar', | 6926 'type' => 'varchar', |
6271 'not null' => TRUE, | 6927 'not null' => TRUE, |
6384 'field_private_file_fid' => '4', | 7040 'field_private_file_fid' => '4', |
6385 'field_private_file_display' => '1', | 7041 'field_private_file_display' => '1', |
6386 'field_private_file_description' => '', | 7042 'field_private_file_description' => '', |
6387 )) | 7043 )) |
6388 ->execute(); | 7044 ->execute(); |
6389 | |
6390 $connection->schema()->createTable('field_data_field_reference', array( | 7045 $connection->schema()->createTable('field_data_field_reference', array( |
6391 'fields' => array( | 7046 'fields' => array( |
6392 'entity_type' => array( | 7047 'entity_type' => array( |
6393 'type' => 'varchar', | 7048 'type' => 'varchar', |
6394 'not null' => TRUE, | 7049 'not null' => TRUE, |
6521 'language' => 'und', | 7176 'language' => 'und', |
6522 'delta' => '0', | 7177 'delta' => '0', |
6523 'field_reference_target_id' => '2', | 7178 'field_reference_target_id' => '2', |
6524 )) | 7179 )) |
6525 ->execute(); | 7180 ->execute(); |
6526 | |
6527 $connection->schema()->createTable('field_data_field_reference_2', array( | 7181 $connection->schema()->createTable('field_data_field_reference_2', array( |
6528 'fields' => array( | 7182 'fields' => array( |
6529 'entity_type' => array( | 7183 'entity_type' => array( |
6530 'type' => 'varchar', | 7184 'type' => 'varchar', |
6531 'not null' => TRUE, | 7185 'not null' => TRUE, |
6658 'language' => 'und', | 7312 'language' => 'und', |
6659 'delta' => '0', | 7313 'delta' => '0', |
6660 'field_reference_2_target_id' => '2', | 7314 'field_reference_2_target_id' => '2', |
6661 )) | 7315 )) |
6662 ->execute(); | 7316 ->execute(); |
6663 | |
6664 $connection->schema()->createTable('field_data_field_tags', array( | 7317 $connection->schema()->createTable('field_data_field_tags', array( |
6665 'fields' => array( | 7318 'fields' => array( |
6666 'entity_type' => array( | 7319 'entity_type' => array( |
6667 'type' => 'varchar', | 7320 'type' => 'varchar', |
6668 'not null' => TRUE, | 7321 'not null' => TRUE, |
6745 )) | 7398 )) |
6746 ->values(array( | 7399 ->values(array( |
6747 'entity_type' => 'node', | 7400 'entity_type' => 'node', |
6748 'bundle' => 'article', | 7401 'bundle' => 'article', |
6749 'deleted' => '0', | 7402 'deleted' => '0', |
7403 'entity_id' => '3', | |
7404 'revision_id' => '3', | |
7405 'language' => 'und', | |
7406 'delta' => '0', | |
7407 'field_tags_tid' => '9', | |
7408 )) | |
7409 ->values(array( | |
7410 'entity_type' => 'node', | |
7411 'bundle' => 'article', | |
7412 'deleted' => '0', | |
6750 'entity_id' => '2', | 7413 'entity_id' => '2', |
6751 'revision_id' => '2', | 7414 'revision_id' => '2', |
7415 'language' => 'und', | |
7416 'delta' => '1', | |
7417 'field_tags_tid' => '14', | |
7418 )) | |
7419 ->values(array( | |
7420 'entity_type' => 'node', | |
7421 'bundle' => 'article', | |
7422 'deleted' => '0', | |
7423 'entity_id' => '3', | |
7424 'revision_id' => '3', | |
6752 'language' => 'und', | 7425 'language' => 'und', |
6753 'delta' => '1', | 7426 'delta' => '1', |
6754 'field_tags_tid' => '14', | 7427 'field_tags_tid' => '14', |
6755 )) | 7428 )) |
6756 ->values(array( | 7429 ->values(array( |
6768 'bundle' => 'article', | 7441 'bundle' => 'article', |
6769 'deleted' => '0', | 7442 'deleted' => '0', |
6770 'entity_id' => '3', | 7443 'entity_id' => '3', |
6771 'revision_id' => '3', | 7444 'revision_id' => '3', |
6772 'language' => 'und', | 7445 'language' => 'und', |
6773 'delta' => '0', | |
6774 'field_tags_tid' => '9', | |
6775 )) | |
6776 ->values(array( | |
6777 'entity_type' => 'node', | |
6778 'bundle' => 'article', | |
6779 'deleted' => '0', | |
6780 'entity_id' => '3', | |
6781 'revision_id' => '3', | |
6782 'language' => 'und', | |
6783 'delta' => '1', | |
6784 'field_tags_tid' => '14', | |
6785 )) | |
6786 ->values(array( | |
6787 'entity_type' => 'node', | |
6788 'bundle' => 'article', | |
6789 'deleted' => '0', | |
6790 'entity_id' => '3', | |
6791 'revision_id' => '3', | |
6792 'language' => 'und', | |
6793 'delta' => '2', | 7446 'delta' => '2', |
6794 'field_tags_tid' => '17', | 7447 'field_tags_tid' => '17', |
6795 )) | 7448 )) |
6796 ->execute(); | 7449 ->execute(); |
6797 | |
6798 $connection->schema()->createTable('field_data_field_term_entityreference', array( | 7450 $connection->schema()->createTable('field_data_field_term_entityreference', array( |
6799 'fields' => array( | 7451 'fields' => array( |
6800 'entity_type' => array( | 7452 'entity_type' => array( |
6801 'type' => 'varchar', | 7453 'type' => 'varchar', |
6802 'not null' => TRUE, | 7454 'not null' => TRUE, |
6909 'language' => 'und', | 7561 'language' => 'und', |
6910 'delta' => '1', | 7562 'delta' => '1', |
6911 'field_term_entityreference_target_id' => '15', | 7563 'field_term_entityreference_target_id' => '15', |
6912 )) | 7564 )) |
6913 ->execute(); | 7565 ->execute(); |
6914 | |
6915 $connection->schema()->createTable('field_data_field_term_reference', array( | 7566 $connection->schema()->createTable('field_data_field_term_reference', array( |
6916 'fields' => array( | 7567 'fields' => array( |
6917 'entity_type' => array( | 7568 'entity_type' => array( |
6918 'type' => 'varchar', | 7569 'type' => 'varchar', |
6919 'not null' => TRUE, | 7570 'not null' => TRUE, |
7003 'language' => 'und', | 7654 'language' => 'und', |
7004 'delta' => '0', | 7655 'delta' => '0', |
7005 'field_term_reference_tid' => '3', | 7656 'field_term_reference_tid' => '3', |
7006 )) | 7657 )) |
7007 ->execute(); | 7658 ->execute(); |
7008 | |
7009 $connection->schema()->createTable('field_data_field_text', array( | 7659 $connection->schema()->createTable('field_data_field_text', array( |
7010 'fields' => array( | 7660 'fields' => array( |
7011 'entity_type' => array( | 7661 'entity_type' => array( |
7012 'type' => 'varchar', | 7662 'type' => 'varchar', |
7013 'not null' => TRUE, | 7663 'not null' => TRUE, |
7093 'delta' => '0', | 7743 'delta' => '0', |
7094 'field_text_value' => 'qwerty', | 7744 'field_text_value' => 'qwerty', |
7095 'field_text_format' => NULL, | 7745 'field_text_format' => NULL, |
7096 )) | 7746 )) |
7097 ->execute(); | 7747 ->execute(); |
7098 | |
7099 $connection->schema()->createTable('field_data_field_text_filtered', array( | 7748 $connection->schema()->createTable('field_data_field_text_filtered', array( |
7100 'fields' => array( | 7749 'fields' => array( |
7101 'entity_type' => array( | 7750 'entity_type' => array( |
7102 'type' => 'varchar', | 7751 'type' => 'varchar', |
7103 'not null' => TRUE, | 7752 'not null' => TRUE, |
7176 ), | 7825 ), |
7177 'language' => array( | 7826 'language' => array( |
7178 'language', | 7827 'language', |
7179 ), | 7828 ), |
7180 'field_text_filtered_format' => array( | 7829 'field_text_filtered_format' => array( |
7181 'field_text_filtered_format', | 7830 array( |
7831 'field_text_filtered_format', | |
7832 '191', | |
7833 ), | |
7182 ), | 7834 ), |
7183 ), | 7835 ), |
7184 'mysql_character_set' => 'utf8', | 7836 'mysql_character_set' => 'utf8', |
7185 )); | 7837 )); |
7186 | 7838 |
7264 'language' => 'und', | 7916 'language' => 'und', |
7265 'delta' => '0', | 7917 'delta' => '0', |
7266 'field_text_list_value' => 'Some more text', | 7918 'field_text_list_value' => 'Some more text', |
7267 )) | 7919 )) |
7268 ->execute(); | 7920 ->execute(); |
7269 | |
7270 $connection->schema()->createTable('field_data_field_text_long_filtered', array( | 7921 $connection->schema()->createTable('field_data_field_text_long_filtered', array( |
7271 'fields' => array( | 7922 'fields' => array( |
7272 'entity_type' => array( | 7923 'entity_type' => array( |
7273 'type' => 'varchar', | 7924 'type' => 'varchar', |
7274 'not null' => TRUE, | 7925 'not null' => TRUE, |
7347 ), | 7998 ), |
7348 'language' => array( | 7999 'language' => array( |
7349 'language', | 8000 'language', |
7350 ), | 8001 ), |
7351 'field_text_long_filtered_format' => array( | 8002 'field_text_long_filtered_format' => array( |
7352 'field_text_long_filtered_format', | 8003 array( |
8004 'field_text_long_filtered_format', | |
8005 '191', | |
8006 ), | |
7353 ), | 8007 ), |
7354 ), | 8008 ), |
7355 'mysql_character_set' => 'utf8', | 8009 'mysql_character_set' => 'utf8', |
7356 )); | 8010 )); |
7357 | 8011 |
7435 ), | 8089 ), |
7436 'language' => array( | 8090 'language' => array( |
7437 'language', | 8091 'language', |
7438 ), | 8092 ), |
7439 'field_text_long_plain_format' => array( | 8093 'field_text_long_plain_format' => array( |
7440 'field_text_long_plain_format', | 8094 array( |
8095 'field_text_long_plain_format', | |
8096 '191', | |
8097 ), | |
7441 ), | 8098 ), |
7442 ), | 8099 ), |
7443 'mysql_character_set' => 'utf8', | 8100 'mysql_character_set' => 'utf8', |
7444 )); | 8101 )); |
7445 | 8102 |
7523 ), | 8180 ), |
7524 'language' => array( | 8181 'language' => array( |
7525 'language', | 8182 'language', |
7526 ), | 8183 ), |
7527 'field_text_long_plain_filtered_format' => array( | 8184 'field_text_long_plain_filtered_format' => array( |
7528 'field_text_long_plain_filtered_format', | 8185 array( |
8186 'field_text_long_plain_filtered_format', | |
8187 '191', | |
8188 ), | |
7529 ), | 8189 ), |
7530 ), | 8190 ), |
7531 'mysql_character_set' => 'utf8', | 8191 'mysql_character_set' => 'utf8', |
7532 )); | 8192 )); |
7533 | 8193 |
7611 ), | 8271 ), |
7612 'language' => array( | 8272 'language' => array( |
7613 'language', | 8273 'language', |
7614 ), | 8274 ), |
7615 'field_text_plain_format' => array( | 8275 'field_text_plain_format' => array( |
7616 'field_text_plain_format', | 8276 array( |
8277 'field_text_plain_format', | |
8278 '191', | |
8279 ), | |
7617 ), | 8280 ), |
7618 ), | 8281 ), |
7619 'mysql_character_set' => 'utf8', | 8282 'mysql_character_set' => 'utf8', |
7620 )); | 8283 )); |
7621 | 8284 |
7699 ), | 8362 ), |
7700 'language' => array( | 8363 'language' => array( |
7701 'language', | 8364 'language', |
7702 ), | 8365 ), |
7703 'field_text_plain_filtered_format' => array( | 8366 'field_text_plain_filtered_format' => array( |
7704 'field_text_plain_filtered_format', | 8367 array( |
8368 'field_text_plain_filtered_format', | |
8369 '191', | |
8370 ), | |
7705 ), | 8371 ), |
7706 ), | 8372 ), |
7707 'mysql_character_set' => 'utf8', | 8373 'mysql_character_set' => 'utf8', |
7708 )); | 8374 )); |
7709 | 8375 |
7792 ), | 8458 ), |
7793 'language' => array( | 8459 'language' => array( |
7794 'language', | 8460 'language', |
7795 ), | 8461 ), |
7796 'field_text_sum_filtered_format' => array( | 8462 'field_text_sum_filtered_format' => array( |
7797 'field_text_sum_filtered_format', | 8463 array( |
8464 'field_text_sum_filtered_format', | |
8465 '191', | |
8466 ), | |
7798 ), | 8467 ), |
7799 ), | 8468 ), |
7800 'mysql_character_set' => 'utf8', | 8469 'mysql_character_set' => 'utf8', |
7801 )); | 8470 )); |
7802 | 8471 |
7885 ), | 8554 ), |
7886 'language' => array( | 8555 'language' => array( |
7887 'language', | 8556 'language', |
7888 ), | 8557 ), |
7889 'field_text_sum_plain_format' => array( | 8558 'field_text_sum_plain_format' => array( |
7890 'field_text_sum_plain_format', | 8559 array( |
8560 'field_text_sum_plain_format', | |
8561 '191', | |
8562 ), | |
7891 ), | 8563 ), |
7892 ), | 8564 ), |
7893 'mysql_character_set' => 'utf8', | 8565 'mysql_character_set' => 'utf8', |
7894 )); | 8566 )); |
7895 | 8567 |
7978 ), | 8650 ), |
7979 'language' => array( | 8651 'language' => array( |
7980 'language', | 8652 'language', |
7981 ), | 8653 ), |
7982 'field_text_sum_plain_filtered_format' => array( | 8654 'field_text_sum_plain_filtered_format' => array( |
7983 'field_text_sum_plain_filtered_format', | 8655 array( |
8656 'field_text_sum_plain_filtered_format', | |
8657 '191', | |
8658 ), | |
7984 ), | 8659 ), |
7985 ), | 8660 ), |
7986 'mysql_character_set' => 'utf8', | 8661 'mysql_character_set' => 'utf8', |
7987 )); | 8662 )); |
7988 | 8663 |
8090 'language' => 'und', | 8765 'language' => 'und', |
8091 'delta' => '0', | 8766 'delta' => '0', |
8092 'field_user_entityreference_target_id' => '2', | 8767 'field_user_entityreference_target_id' => '2', |
8093 )) | 8768 )) |
8094 ->execute(); | 8769 ->execute(); |
8770 $connection->schema()->createTable('field_data_name_field', array( | |
8771 'fields' => array( | |
8772 'entity_type' => array( | |
8773 'type' => 'varchar', | |
8774 'not null' => TRUE, | |
8775 'length' => '128', | |
8776 'default' => '', | |
8777 ), | |
8778 'bundle' => array( | |
8779 'type' => 'varchar', | |
8780 'not null' => TRUE, | |
8781 'length' => '128', | |
8782 'default' => '', | |
8783 ), | |
8784 'deleted' => array( | |
8785 'type' => 'int', | |
8786 'not null' => TRUE, | |
8787 'size' => 'tiny', | |
8788 'default' => '0', | |
8789 ), | |
8790 'entity_id' => array( | |
8791 'type' => 'int', | |
8792 'not null' => TRUE, | |
8793 'size' => 'normal', | |
8794 'unsigned' => TRUE, | |
8795 ), | |
8796 'revision_id' => array( | |
8797 'type' => 'int', | |
8798 'not null' => FALSE, | |
8799 'size' => 'normal', | |
8800 'unsigned' => TRUE, | |
8801 ), | |
8802 'language' => array( | |
8803 'type' => 'varchar', | |
8804 'not null' => TRUE, | |
8805 'length' => '32', | |
8806 'default' => '', | |
8807 ), | |
8808 'delta' => array( | |
8809 'type' => 'int', | |
8810 'not null' => TRUE, | |
8811 'size' => 'normal', | |
8812 'unsigned' => TRUE, | |
8813 ), | |
8814 'name_field_value' => array( | |
8815 'type' => 'varchar', | |
8816 'not null' => FALSE, | |
8817 'length' => '255', | |
8818 ), | |
8819 'name_field_format' => array( | |
8820 'type' => 'varchar', | |
8821 'not null' => FALSE, | |
8822 'length' => '255', | |
8823 ), | |
8824 ), | |
8825 'primary key' => array( | |
8826 'entity_type', | |
8827 'entity_id', | |
8828 'deleted', | |
8829 'delta', | |
8830 'language', | |
8831 ), | |
8832 'indexes' => array( | |
8833 'entity_type' => array( | |
8834 'entity_type', | |
8835 ), | |
8836 'bundle' => array( | |
8837 'bundle', | |
8838 ), | |
8839 'deleted' => array( | |
8840 'deleted', | |
8841 ), | |
8842 'entity_id' => array( | |
8843 'entity_id', | |
8844 ), | |
8845 'revision_id' => array( | |
8846 'revision_id', | |
8847 ), | |
8848 'language' => array( | |
8849 'language', | |
8850 ), | |
8851 'name_field_format' => array( | |
8852 array( | |
8853 'name_field_format', | |
8854 '191', | |
8855 ), | |
8856 ), | |
8857 ), | |
8858 'mysql_character_set' => 'utf8', | |
8859 )); | |
8095 | 8860 |
8861 $connection->insert('field_data_name_field') | |
8862 ->fields(array( | |
8863 'entity_type', | |
8864 'bundle', | |
8865 'deleted', | |
8866 'entity_id', | |
8867 'revision_id', | |
8868 'language', | |
8869 'delta', | |
8870 'name_field_value', | |
8871 'name_field_format', | |
8872 )) | |
8873 ->values(array( | |
8874 'entity_type' => 'taxonomy_term', | |
8875 'bundle' => 'test_vocabulary', | |
8876 'deleted' => '0', | |
8877 'entity_id' => '2', | |
8878 'revision_id' => '2', | |
8879 'language' => 'en', | |
8880 'delta' => '0', | |
8881 'name_field_value' => 'Term1 (This is a real field!)', | |
8882 'name_field_format' => NULL, | |
8883 )) | |
8884 ->values(array( | |
8885 'entity_type' => 'taxonomy_term', | |
8886 'bundle' => 'test_vocabulary', | |
8887 'deleted' => '0', | |
8888 'entity_id' => '3', | |
8889 'revision_id' => '3', | |
8890 'language' => 'en', | |
8891 'delta' => '0', | |
8892 'name_field_value' => 'Term2', | |
8893 'name_field_format' => NULL, | |
8894 )) | |
8895 ->values(array( | |
8896 'entity_type' => 'taxonomy_term', | |
8897 'bundle' => 'test_vocabulary', | |
8898 'deleted' => '0', | |
8899 'entity_id' => '4', | |
8900 'revision_id' => '4', | |
8901 'language' => 'en', | |
8902 'delta' => '0', | |
8903 'name_field_value' => 'Term3 in plain old English', | |
8904 'name_field_format' => NULL, | |
8905 )) | |
8906 ->values(array( | |
8907 'entity_type' => 'taxonomy_term', | |
8908 'bundle' => 'test_vocabulary', | |
8909 'deleted' => '0', | |
8910 'entity_id' => '4', | |
8911 'revision_id' => '4', | |
8912 'language' => 'fr', | |
8913 'delta' => '0', | |
8914 'name_field_value' => "Term3 en français s'il vous plaît", | |
8915 'name_field_format' => NULL, | |
8916 )) | |
8917 ->values(array( | |
8918 'entity_type' => 'taxonomy_term', | |
8919 'bundle' => 'test_vocabulary', | |
8920 'deleted' => '0', | |
8921 'entity_id' => '4', | |
8922 'revision_id' => '4', | |
8923 'language' => 'is', | |
8924 'delta' => '0', | |
8925 'name_field_value' => 'Term3 á íslensku', | |
8926 'name_field_format' => NULL, | |
8927 )) | |
8928 ->execute(); | |
8929 $connection->schema()->createTable('field_data_subject_field', array( | |
8930 'fields' => array( | |
8931 'entity_type' => array( | |
8932 'type' => 'varchar', | |
8933 'not null' => TRUE, | |
8934 'length' => '128', | |
8935 'default' => '', | |
8936 ), | |
8937 'bundle' => array( | |
8938 'type' => 'varchar', | |
8939 'not null' => TRUE, | |
8940 'length' => '128', | |
8941 'default' => '', | |
8942 ), | |
8943 'deleted' => array( | |
8944 'type' => 'int', | |
8945 'not null' => TRUE, | |
8946 'size' => 'tiny', | |
8947 'default' => '0', | |
8948 ), | |
8949 'entity_id' => array( | |
8950 'type' => 'int', | |
8951 'not null' => TRUE, | |
8952 'size' => 'normal', | |
8953 'unsigned' => TRUE, | |
8954 ), | |
8955 'revision_id' => array( | |
8956 'type' => 'int', | |
8957 'not null' => FALSE, | |
8958 'size' => 'normal', | |
8959 'unsigned' => TRUE, | |
8960 ), | |
8961 'language' => array( | |
8962 'type' => 'varchar', | |
8963 'not null' => TRUE, | |
8964 'length' => '32', | |
8965 'default' => '', | |
8966 ), | |
8967 'delta' => array( | |
8968 'type' => 'int', | |
8969 'not null' => TRUE, | |
8970 'size' => 'normal', | |
8971 'unsigned' => TRUE, | |
8972 ), | |
8973 'subject_field_value' => array( | |
8974 'type' => 'varchar', | |
8975 'not null' => FALSE, | |
8976 'length' => '255', | |
8977 ), | |
8978 'subject_field_format' => array( | |
8979 'type' => 'varchar', | |
8980 'not null' => FALSE, | |
8981 'length' => '255', | |
8982 ), | |
8983 ), | |
8984 'primary key' => array( | |
8985 'entity_type', | |
8986 'entity_id', | |
8987 'deleted', | |
8988 'delta', | |
8989 'language', | |
8990 ), | |
8991 'indexes' => array( | |
8992 'entity_type' => array( | |
8993 'entity_type', | |
8994 ), | |
8995 'bundle' => array( | |
8996 'bundle', | |
8997 ), | |
8998 'deleted' => array( | |
8999 'deleted', | |
9000 ), | |
9001 'entity_id' => array( | |
9002 'entity_id', | |
9003 ), | |
9004 'revision_id' => array( | |
9005 'revision_id', | |
9006 ), | |
9007 'language' => array( | |
9008 'language', | |
9009 ), | |
9010 'subject_field_format' => array( | |
9011 array( | |
9012 'subject_field_format', | |
9013 '191', | |
9014 ), | |
9015 ), | |
9016 ), | |
9017 'mysql_character_set' => 'utf8', | |
9018 )); | |
9019 | |
9020 $connection->insert('field_data_subject_field') | |
9021 ->fields(array( | |
9022 'entity_type', | |
9023 'bundle', | |
9024 'deleted', | |
9025 'entity_id', | |
9026 'revision_id', | |
9027 'language', | |
9028 'delta', | |
9029 'subject_field_value', | |
9030 'subject_field_format', | |
9031 )) | |
9032 ->values(array( | |
9033 'entity_type' => 'comment', | |
9034 'bundle' => 'comment_node_test_content_type', | |
9035 'deleted' => '0', | |
9036 'entity_id' => '1', | |
9037 'revision_id' => '1', | |
9038 'language' => 'en', | |
9039 'delta' => '0', | |
9040 'subject_field_value' => 'Subject field in English', | |
9041 'subject_field_format' => NULL, | |
9042 )) | |
9043 ->values(array( | |
9044 'entity_type' => 'comment', | |
9045 'bundle' => 'comment_node_test_content_type', | |
9046 'deleted' => '0', | |
9047 'entity_id' => '1', | |
9048 'revision_id' => '1', | |
9049 'language' => 'fr', | |
9050 'delta' => '0', | |
9051 'subject_field_value' => 'Subject field in French', | |
9052 'subject_field_format' => NULL, | |
9053 )) | |
9054 ->values(array( | |
9055 'entity_type' => 'comment', | |
9056 'bundle' => 'comment_node_test_content_type', | |
9057 'deleted' => '0', | |
9058 'entity_id' => '1', | |
9059 'revision_id' => '1', | |
9060 'language' => 'is', | |
9061 'delta' => '0', | |
9062 'subject_field_value' => 'Subject field in Icelandic', | |
9063 'subject_field_format' => NULL, | |
9064 )) | |
9065 ->values(array( | |
9066 'entity_type' => 'comment', | |
9067 'bundle' => 'comment_node_article', | |
9068 'deleted' => '0', | |
9069 'entity_id' => '2', | |
9070 'revision_id' => '2', | |
9071 'language' => 'en', | |
9072 'delta' => '0', | |
9073 'subject_field_value' => 'TNG for the win!', | |
9074 'subject_field_format' => NULL, | |
9075 )) | |
9076 ->values(array( | |
9077 'entity_type' => 'comment', | |
9078 'bundle' => 'comment_node_article', | |
9079 'deleted' => '0', | |
9080 'entity_id' => '3', | |
9081 'revision_id' => '3', | |
9082 'language' => 'is', | |
9083 'delta' => '0', | |
9084 'subject_field_value' => 'Comment to IS translation', | |
9085 'subject_field_format' => NULL, | |
9086 )) | |
9087 ->execute(); | |
8096 $connection->schema()->createTable('field_data_taxonomy_forums', array( | 9088 $connection->schema()->createTable('field_data_taxonomy_forums', array( |
8097 'fields' => array( | 9089 'fields' => array( |
8098 'entity_type' => array( | 9090 'entity_type' => array( |
8099 'type' => 'varchar', | 9091 'type' => 'varchar', |
8100 'not null' => TRUE, | 9092 'not null' => TRUE, |
8184 'language' => 'und', | 9176 'language' => 'und', |
8185 'delta' => '0', | 9177 'delta' => '0', |
8186 'taxonomy_forums_tid' => '1', | 9178 'taxonomy_forums_tid' => '1', |
8187 )) | 9179 )) |
8188 ->execute(); | 9180 ->execute(); |
9181 $connection->schema()->createTable('field_data_title_field', array( | |
9182 'fields' => array( | |
9183 'entity_type' => array( | |
9184 'type' => 'varchar', | |
9185 'not null' => TRUE, | |
9186 'length' => '128', | |
9187 'default' => '', | |
9188 ), | |
9189 'bundle' => array( | |
9190 'type' => 'varchar', | |
9191 'not null' => TRUE, | |
9192 'length' => '128', | |
9193 'default' => '', | |
9194 ), | |
9195 'deleted' => array( | |
9196 'type' => 'int', | |
9197 'not null' => TRUE, | |
9198 'size' => 'tiny', | |
9199 'default' => '0', | |
9200 ), | |
9201 'entity_id' => array( | |
9202 'type' => 'int', | |
9203 'not null' => TRUE, | |
9204 'size' => 'normal', | |
9205 'unsigned' => TRUE, | |
9206 ), | |
9207 'revision_id' => array( | |
9208 'type' => 'int', | |
9209 'not null' => FALSE, | |
9210 'size' => 'normal', | |
9211 'unsigned' => TRUE, | |
9212 ), | |
9213 'language' => array( | |
9214 'type' => 'varchar', | |
9215 'not null' => TRUE, | |
9216 'length' => '32', | |
9217 'default' => '', | |
9218 ), | |
9219 'delta' => array( | |
9220 'type' => 'int', | |
9221 'not null' => TRUE, | |
9222 'size' => 'normal', | |
9223 'unsigned' => TRUE, | |
9224 ), | |
9225 'title_field_value' => array( | |
9226 'type' => 'varchar', | |
9227 'not null' => FALSE, | |
9228 'length' => '255', | |
9229 ), | |
9230 'title_field_format' => array( | |
9231 'type' => 'varchar', | |
9232 'not null' => FALSE, | |
9233 'length' => '255', | |
9234 ), | |
9235 ), | |
9236 'primary key' => array( | |
9237 'entity_type', | |
9238 'entity_id', | |
9239 'deleted', | |
9240 'delta', | |
9241 'language', | |
9242 ), | |
9243 'indexes' => array( | |
9244 'entity_type' => array( | |
9245 'entity_type', | |
9246 ), | |
9247 'bundle' => array( | |
9248 'bundle', | |
9249 ), | |
9250 'deleted' => array( | |
9251 'deleted', | |
9252 ), | |
9253 'entity_id' => array( | |
9254 'entity_id', | |
9255 ), | |
9256 'revision_id' => array( | |
9257 'revision_id', | |
9258 ), | |
9259 'language' => array( | |
9260 'language', | |
9261 ), | |
9262 'title_field_format' => array( | |
9263 array( | |
9264 'title_field_format', | |
9265 '191', | |
9266 ), | |
9267 ), | |
9268 ), | |
9269 'mysql_character_set' => 'utf8', | |
9270 )); | |
8189 | 9271 |
9272 $connection->insert('field_data_title_field') | |
9273 ->fields(array( | |
9274 'entity_type', | |
9275 'bundle', | |
9276 'deleted', | |
9277 'entity_id', | |
9278 'revision_id', | |
9279 'language', | |
9280 'delta', | |
9281 'title_field_value', | |
9282 'title_field_format', | |
9283 )) | |
9284 ->values(array( | |
9285 'entity_type' => 'node', | |
9286 'bundle' => 'test_content_type', | |
9287 'deleted' => '0', | |
9288 'entity_id' => '1', | |
9289 'revision_id' => '1', | |
9290 'language' => 'en', | |
9291 'delta' => '0', | |
9292 'title_field_value' => 'An English Node', | |
9293 'title_field_format' => NULL, | |
9294 )) | |
9295 ->values(array( | |
9296 'entity_type' => 'node', | |
9297 'bundle' => 'test_content_type', | |
9298 'deleted' => '0', | |
9299 'entity_id' => '1', | |
9300 'revision_id' => '1', | |
9301 'language' => 'fr', | |
9302 'delta' => '0', | |
9303 'title_field_value' => 'A French Node', | |
9304 'title_field_format' => NULL, | |
9305 )) | |
9306 ->values(array( | |
9307 'entity_type' => 'node', | |
9308 'bundle' => 'test_content_type', | |
9309 'deleted' => '0', | |
9310 'entity_id' => '1', | |
9311 'revision_id' => '1', | |
9312 'language' => 'is', | |
9313 'delta' => '0', | |
9314 'title_field_value' => 'An Icelandic Node', | |
9315 'title_field_format' => NULL, | |
9316 )) | |
9317 ->execute(); | |
8190 $connection->schema()->createTable('field_revision_body', array( | 9318 $connection->schema()->createTable('field_revision_body', array( |
8191 'fields' => array( | 9319 'fields' => array( |
8192 'entity_type' => array( | 9320 'entity_type' => array( |
8193 'type' => 'varchar', | 9321 'type' => 'varchar', |
8194 'not null' => TRUE, | 9322 'not null' => TRUE, |
8318 'body_value' => 'en - Is that is it awesome.', | 9446 'body_value' => 'en - Is that is it awesome.', |
8319 'body_summary' => '', | 9447 'body_summary' => '', |
8320 'body_format' => 'filtered_html', | 9448 'body_format' => 'filtered_html', |
8321 )) | 9449 )) |
8322 ->execute(); | 9450 ->execute(); |
8323 | |
8324 $connection->schema()->createTable('field_revision_comment_body', array( | 9451 $connection->schema()->createTable('field_revision_comment_body', array( |
8325 'fields' => array( | 9452 'fields' => array( |
8326 'entity_type' => array( | 9453 'entity_type' => array( |
8327 'type' => 'varchar', | 9454 'type' => 'varchar', |
8328 'not null' => TRUE, | 9455 'not null' => TRUE, |
8408 'language' => 'und', | 9535 'language' => 'und', |
8409 'delta' => '0', | 9536 'delta' => '0', |
8410 'comment_body_value' => 'This is a comment', | 9537 'comment_body_value' => 'This is a comment', |
8411 'comment_body_format' => 'filtered_html', | 9538 'comment_body_format' => 'filtered_html', |
8412 )) | 9539 )) |
9540 ->values(array( | |
9541 'entity_type' => 'comment', | |
9542 'bundle' => 'comment_node_article', | |
9543 'deleted' => '0', | |
9544 'entity_id' => '2', | |
9545 'revision_id' => '2', | |
9546 'language' => 'und', | |
9547 'delta' => '0', | |
9548 'comment_body_value' => 'TNG is better than DS9.', | |
9549 'comment_body_format' => 'filtered_html', | |
9550 )) | |
9551 ->values(array( | |
9552 'entity_type' => 'comment', | |
9553 'bundle' => 'comment_node_article', | |
9554 'deleted' => '0', | |
9555 'entity_id' => '3', | |
9556 'revision_id' => '3', | |
9557 'language' => 'und', | |
9558 'delta' => '0', | |
9559 'comment_body_value' => 'This is a comment to an Icelandic translation.', | |
9560 'comment_body_format' => 'filtered_html', | |
9561 )) | |
8413 ->execute(); | 9562 ->execute(); |
9563 $connection->schema()->createTable('field_revision_description_field', array( | |
9564 'fields' => array( | |
9565 'entity_type' => array( | |
9566 'type' => 'varchar', | |
9567 'not null' => TRUE, | |
9568 'length' => '128', | |
9569 'default' => '', | |
9570 ), | |
9571 'bundle' => array( | |
9572 'type' => 'varchar', | |
9573 'not null' => TRUE, | |
9574 'length' => '128', | |
9575 'default' => '', | |
9576 ), | |
9577 'deleted' => array( | |
9578 'type' => 'int', | |
9579 'not null' => TRUE, | |
9580 'size' => 'tiny', | |
9581 'default' => '0', | |
9582 ), | |
9583 'entity_id' => array( | |
9584 'type' => 'int', | |
9585 'not null' => TRUE, | |
9586 'size' => 'normal', | |
9587 'unsigned' => TRUE, | |
9588 ), | |
9589 'revision_id' => array( | |
9590 'type' => 'int', | |
9591 'not null' => TRUE, | |
9592 'size' => 'normal', | |
9593 'unsigned' => TRUE, | |
9594 ), | |
9595 'language' => array( | |
9596 'type' => 'varchar', | |
9597 'not null' => TRUE, | |
9598 'length' => '32', | |
9599 'default' => '', | |
9600 ), | |
9601 'delta' => array( | |
9602 'type' => 'int', | |
9603 'not null' => TRUE, | |
9604 'size' => 'normal', | |
9605 'unsigned' => TRUE, | |
9606 ), | |
9607 'description_field_value' => array( | |
9608 'type' => 'text', | |
9609 'not null' => FALSE, | |
9610 'size' => 'big', | |
9611 ), | |
9612 'description_field_summary' => array( | |
9613 'type' => 'text', | |
9614 'not null' => FALSE, | |
9615 'size' => 'big', | |
9616 ), | |
9617 'description_field_format' => array( | |
9618 'type' => 'varchar', | |
9619 'not null' => FALSE, | |
9620 'length' => '255', | |
9621 ), | |
9622 ), | |
9623 'primary key' => array( | |
9624 'entity_type', | |
9625 'entity_id', | |
9626 'revision_id', | |
9627 'deleted', | |
9628 'delta', | |
9629 'language', | |
9630 ), | |
9631 'indexes' => array( | |
9632 'entity_type' => array( | |
9633 'entity_type', | |
9634 ), | |
9635 'bundle' => array( | |
9636 'bundle', | |
9637 ), | |
9638 'deleted' => array( | |
9639 'deleted', | |
9640 ), | |
9641 'entity_id' => array( | |
9642 'entity_id', | |
9643 ), | |
9644 'revision_id' => array( | |
9645 'revision_id', | |
9646 ), | |
9647 'language' => array( | |
9648 'language', | |
9649 ), | |
9650 'description_field_format' => array( | |
9651 array( | |
9652 'description_field_format', | |
9653 '191', | |
9654 ), | |
9655 ), | |
9656 ), | |
9657 'mysql_character_set' => 'utf8', | |
9658 )); | |
8414 | 9659 |
9660 $connection->insert('field_revision_description_field') | |
9661 ->fields(array( | |
9662 'entity_type', | |
9663 'bundle', | |
9664 'deleted', | |
9665 'entity_id', | |
9666 'revision_id', | |
9667 'language', | |
9668 'delta', | |
9669 'description_field_value', | |
9670 'description_field_summary', | |
9671 'description_field_format', | |
9672 )) | |
9673 ->values(array( | |
9674 'entity_type' => 'taxonomy_term', | |
9675 'bundle' => 'test_vocabulary', | |
9676 'deleted' => '0', | |
9677 'entity_id' => '2', | |
9678 'revision_id' => '2', | |
9679 'language' => 'en', | |
9680 'delta' => '0', | |
9681 'description_field_value' => 'The first term. (This is a real field!)', | |
9682 'description_field_summary' => '', | |
9683 'description_field_format' => 'filtered_html', | |
9684 )) | |
9685 ->values(array( | |
9686 'entity_type' => 'taxonomy_term', | |
9687 'bundle' => 'test_vocabulary', | |
9688 'deleted' => '0', | |
9689 'entity_id' => '3', | |
9690 'revision_id' => '3', | |
9691 'language' => 'en', | |
9692 'delta' => '0', | |
9693 'description_field_value' => 'The second term.', | |
9694 'description_field_summary' => NULL, | |
9695 'description_field_format' => 'filtered_html', | |
9696 )) | |
9697 ->values(array( | |
9698 'entity_type' => 'taxonomy_term', | |
9699 'bundle' => 'test_vocabulary', | |
9700 'deleted' => '0', | |
9701 'entity_id' => '4', | |
9702 'revision_id' => '4', | |
9703 'language' => 'en', | |
9704 'delta' => '0', | |
9705 'description_field_value' => 'The third term in plain old English.', | |
9706 'description_field_summary' => '', | |
9707 'description_field_format' => 'full_html', | |
9708 )) | |
9709 ->values(array( | |
9710 'entity_type' => 'taxonomy_term', | |
9711 'bundle' => 'test_vocabulary', | |
9712 'deleted' => '0', | |
9713 'entity_id' => '4', | |
9714 'revision_id' => '4', | |
9715 'language' => 'fr', | |
9716 'delta' => '0', | |
9717 'description_field_value' => "The third term en français s'il vous plaît.", | |
9718 'description_field_summary' => '', | |
9719 'description_field_format' => 'full_html', | |
9720 )) | |
9721 ->values(array( | |
9722 'entity_type' => 'taxonomy_term', | |
9723 'bundle' => 'test_vocabulary', | |
9724 'deleted' => '0', | |
9725 'entity_id' => '4', | |
9726 'revision_id' => '4', | |
9727 'language' => 'is', | |
9728 'delta' => '0', | |
9729 'description_field_value' => 'The third term á íslensku.', | |
9730 'description_field_summary' => '', | |
9731 'description_field_format' => 'full_html', | |
9732 )) | |
9733 ->execute(); | |
8415 $connection->schema()->createTable('field_revision_field_boolean', array( | 9734 $connection->schema()->createTable('field_revision_field_boolean', array( |
8416 'fields' => array( | 9735 'fields' => array( |
8417 'entity_type' => array( | 9736 'entity_type' => array( |
8418 'type' => 'varchar', | 9737 'type' => 'varchar', |
8419 'not null' => TRUE, | 9738 'not null' => TRUE, |
8493 'language' => 'und', | 9812 'language' => 'und', |
8494 'delta' => '0', | 9813 'delta' => '0', |
8495 'field_boolean_value' => '1', | 9814 'field_boolean_value' => '1', |
8496 )) | 9815 )) |
8497 ->execute(); | 9816 ->execute(); |
8498 | |
8499 $connection->schema()->createTable('field_revision_field_date', array( | 9817 $connection->schema()->createTable('field_revision_field_date', array( |
8500 'fields' => array( | 9818 'fields' => array( |
8501 'entity_type' => array( | 9819 'entity_type' => array( |
8502 'type' => 'varchar', | 9820 'type' => 'varchar', |
8503 'not null' => TRUE, | 9821 'not null' => TRUE, |
8577 'language' => 'und', | 9895 'language' => 'und', |
8578 'delta' => '0', | 9896 'delta' => '0', |
8579 'field_date_value' => '2015-01-20 04:15:00', | 9897 'field_date_value' => '2015-01-20 04:15:00', |
8580 )) | 9898 )) |
8581 ->execute(); | 9899 ->execute(); |
8582 | |
8583 $connection->schema()->createTable('field_revision_field_date_with_end_time', array( | 9900 $connection->schema()->createTable('field_revision_field_date_with_end_time', array( |
8584 'fields' => array( | 9901 'fields' => array( |
8585 'entity_type' => array( | 9902 'entity_type' => array( |
8586 'type' => 'varchar', | 9903 'type' => 'varchar', |
8587 'not null' => TRUE, | 9904 'not null' => TRUE, |
8668 'delta' => '0', | 9985 'delta' => '0', |
8669 'field_date_with_end_time_value' => '1421727300', | 9986 'field_date_with_end_time_value' => '1421727300', |
8670 'field_date_with_end_time_value2' => '1421727300', | 9987 'field_date_with_end_time_value2' => '1421727300', |
8671 )) | 9988 )) |
8672 ->execute(); | 9989 ->execute(); |
9990 $connection->schema()->createTable('field_revision_field_date_without_time', array( | |
9991 'fields' => array( | |
9992 'entity_type' => array( | |
9993 'type' => 'varchar', | |
9994 'not null' => TRUE, | |
9995 'length' => '128', | |
9996 'default' => '', | |
9997 ), | |
9998 'bundle' => array( | |
9999 'type' => 'varchar', | |
10000 'not null' => TRUE, | |
10001 'length' => '128', | |
10002 'default' => '', | |
10003 ), | |
10004 'deleted' => array( | |
10005 'type' => 'int', | |
10006 'not null' => TRUE, | |
10007 'size' => 'normal', | |
10008 'default' => '0', | |
10009 ), | |
10010 'entity_id' => array( | |
10011 'type' => 'int', | |
10012 'not null' => TRUE, | |
10013 'size' => 'normal', | |
10014 'unsigned' => TRUE, | |
10015 ), | |
10016 'revision_id' => array( | |
10017 'type' => 'int', | |
10018 'not null' => TRUE, | |
10019 'size' => 'normal', | |
10020 'unsigned' => TRUE, | |
10021 ), | |
10022 'language' => array( | |
10023 'type' => 'varchar', | |
10024 'not null' => TRUE, | |
10025 'length' => '32', | |
10026 'default' => '', | |
10027 ), | |
10028 'delta' => array( | |
10029 'type' => 'int', | |
10030 'not null' => TRUE, | |
10031 'size' => 'normal', | |
10032 'unsigned' => TRUE, | |
10033 ), | |
10034 'field_date_without_time_value' => array( | |
10035 'type' => 'varchar', | |
10036 'not null' => FALSE, | |
10037 'length' => '100', | |
10038 ), | |
10039 ), | |
10040 'primary key' => array( | |
10041 'entity_type', | |
10042 'deleted', | |
10043 'entity_id', | |
10044 'revision_id', | |
10045 'language', | |
10046 'delta', | |
10047 ), | |
10048 'mysql_character_set' => 'utf8', | |
10049 )); | |
8673 | 10050 |
10051 $connection->insert('field_revision_field_date_without_time') | |
10052 ->fields(array( | |
10053 'entity_type', | |
10054 'bundle', | |
10055 'deleted', | |
10056 'entity_id', | |
10057 'revision_id', | |
10058 'language', | |
10059 'delta', | |
10060 'field_date_without_time_value', | |
10061 )) | |
10062 ->values(array( | |
10063 'entity_type' => 'node', | |
10064 'bundle' => 'test_content_type', | |
10065 'deleted' => '0', | |
10066 'entity_id' => '1', | |
10067 'revision_id' => '1', | |
10068 'language' => 'und', | |
10069 'delta' => '0', | |
10070 'field_date_without_time_value' => '2015-01-20T00:00:00', | |
10071 )) | |
10072 ->execute(); | |
8674 $connection->schema()->createTable('field_revision_field_datetime_without_time', array( | 10073 $connection->schema()->createTable('field_revision_field_datetime_without_time', array( |
8675 'fields' => array( | 10074 'fields' => array( |
8676 'entity_type' => array( | 10075 'entity_type' => array( |
8677 'type' => 'varchar', | 10076 'type' => 'varchar', |
8678 'not null' => TRUE, | 10077 'not null' => TRUE, |
8714 'not null' => TRUE, | 10113 'not null' => TRUE, |
8715 'size' => 'normal', | 10114 'size' => 'normal', |
8716 'unsigned' => TRUE, | 10115 'unsigned' => TRUE, |
8717 ), | 10116 ), |
8718 'field_datetime_without_time_value' => array( | 10117 'field_datetime_without_time_value' => array( |
10118 'type' => 'datetime', | |
10119 'not null' => FALSE, | |
8719 'mysql_type' => 'datetime', | 10120 'mysql_type' => 'datetime', |
8720 'pgsql_type' => 'timestamp without time zone', | 10121 'pgsql_type' => 'timestamp without time zone', |
8721 'sqlite_type' => 'varchar', | 10122 'sqlite_type' => 'varchar', |
8722 'sqlsrv_type' => 'smalldatetime', | 10123 'sqlsrv_type' => 'smalldatetime', |
8723 'not null' => FALSE, | |
8724 ), | 10124 ), |
8725 ), | 10125 ), |
8726 'primary key' => array( | 10126 'primary key' => array( |
8727 'entity_type', | 10127 'entity_type', |
8728 'deleted', | 10128 'deleted', |
8754 'language' => 'und', | 10154 'language' => 'und', |
8755 'delta' => '0', | 10155 'delta' => '0', |
8756 'field_datetime_without_time_value' => '2015-01-20 00:00:00', | 10156 'field_datetime_without_time_value' => '2015-01-20 00:00:00', |
8757 )) | 10157 )) |
8758 ->execute(); | 10158 ->execute(); |
8759 | |
8760 $connection->schema()->createTable('field_revision_field_date_without_time', array( | |
8761 'fields' => array( | |
8762 'entity_type' => array( | |
8763 'type' => 'varchar', | |
8764 'not null' => TRUE, | |
8765 'length' => '128', | |
8766 'default' => '', | |
8767 ), | |
8768 'bundle' => array( | |
8769 'type' => 'varchar', | |
8770 'not null' => TRUE, | |
8771 'length' => '128', | |
8772 'default' => '', | |
8773 ), | |
8774 'deleted' => array( | |
8775 'type' => 'int', | |
8776 'not null' => TRUE, | |
8777 'size' => 'normal', | |
8778 'default' => '0', | |
8779 ), | |
8780 'entity_id' => array( | |
8781 'type' => 'int', | |
8782 'not null' => TRUE, | |
8783 'size' => 'normal', | |
8784 'unsigned' => TRUE, | |
8785 ), | |
8786 'revision_id' => array( | |
8787 'type' => 'int', | |
8788 'not null' => TRUE, | |
8789 'size' => 'normal', | |
8790 'unsigned' => TRUE, | |
8791 ), | |
8792 'language' => array( | |
8793 'type' => 'varchar', | |
8794 'not null' => TRUE, | |
8795 'length' => '32', | |
8796 'default' => '', | |
8797 ), | |
8798 'delta' => array( | |
8799 'type' => 'int', | |
8800 'not null' => TRUE, | |
8801 'size' => 'normal', | |
8802 'unsigned' => TRUE, | |
8803 ), | |
8804 'field_date_without_time_value' => array( | |
8805 'type' => 'varchar', | |
8806 'not null' => FALSE, | |
8807 'length' => '100', | |
8808 ), | |
8809 ), | |
8810 'primary key' => array( | |
8811 'entity_type', | |
8812 'deleted', | |
8813 'entity_id', | |
8814 'revision_id', | |
8815 'language', | |
8816 'delta', | |
8817 ), | |
8818 'mysql_character_set' => 'utf8', | |
8819 )); | |
8820 | |
8821 $connection->insert('field_revision_field_date_without_time') | |
8822 ->fields(array( | |
8823 'entity_type', | |
8824 'bundle', | |
8825 'deleted', | |
8826 'entity_id', | |
8827 'revision_id', | |
8828 'language', | |
8829 'delta', | |
8830 'field_date_without_time_value', | |
8831 )) | |
8832 ->values(array( | |
8833 'entity_type' => 'node', | |
8834 'bundle' => 'test_content_type', | |
8835 'deleted' => '0', | |
8836 'entity_id' => '1', | |
8837 'revision_id' => '1', | |
8838 'language' => 'und', | |
8839 'delta' => '0', | |
8840 'field_date_without_time_value' => '2015-01-20T00:00:00', | |
8841 )) | |
8842 ->execute(); | |
8843 | |
8844 $connection->schema()->createTable('field_revision_field_email', array( | 10159 $connection->schema()->createTable('field_revision_field_email', array( |
8845 'fields' => array( | 10160 'fields' => array( |
8846 'entity_type' => array( | 10161 'entity_type' => array( |
8847 'type' => 'varchar', | 10162 'type' => 'varchar', |
8848 'not null' => TRUE, | 10163 'not null' => TRUE, |
8932 'language' => 'und', | 10247 'language' => 'und', |
8933 'delta' => '1', | 10248 'delta' => '1', |
8934 'field_email_email' => 'another@example.com', | 10249 'field_email_email' => 'another@example.com', |
8935 )) | 10250 )) |
8936 ->execute(); | 10251 ->execute(); |
8937 | |
8938 $connection->schema()->createTable('field_revision_field_file', array( | 10252 $connection->schema()->createTable('field_revision_field_file', array( |
8939 'fields' => array( | 10253 'fields' => array( |
8940 'entity_type' => array( | 10254 'entity_type' => array( |
8941 'type' => 'varchar', | 10255 'type' => 'varchar', |
8942 'not null' => TRUE, | 10256 'not null' => TRUE, |
9045 'field_file_fid' => '2', | 10359 'field_file_fid' => '2', |
9046 'field_file_display' => '1', | 10360 'field_file_display' => '1', |
9047 'field_file_description' => 'file desc', | 10361 'field_file_description' => 'file desc', |
9048 )) | 10362 )) |
9049 ->execute(); | 10363 ->execute(); |
9050 | |
9051 $connection->schema()->createTable('field_revision_field_float', array( | 10364 $connection->schema()->createTable('field_revision_field_float', array( |
9052 'fields' => array( | 10365 'fields' => array( |
9053 'entity_type' => array( | 10366 'entity_type' => array( |
9054 'type' => 'varchar', | 10367 'type' => 'varchar', |
9055 'not null' => TRUE, | 10368 'not null' => TRUE, |
9130 'language' => 'und', | 10443 'language' => 'und', |
9131 'delta' => '0', | 10444 'delta' => '0', |
9132 'field_float_value' => '1', | 10445 'field_float_value' => '1', |
9133 )) | 10446 )) |
9134 ->execute(); | 10447 ->execute(); |
9135 | |
9136 $connection->schema()->createTable('field_revision_field_float_list', array( | 10448 $connection->schema()->createTable('field_revision_field_float_list', array( |
9137 'fields' => array( | 10449 'fields' => array( |
9138 'entity_type' => array( | 10450 'entity_type' => array( |
9139 'type' => 'varchar', | 10451 'type' => 'varchar', |
9140 'not null' => TRUE, | 10452 'not null' => TRUE, |
9237 'language' => 'und', | 10549 'language' => 'und', |
9238 'delta' => '0', | 10550 'delta' => '0', |
9239 'field_float_list_value' => '3.1416', | 10551 'field_float_list_value' => '3.1416', |
9240 )) | 10552 )) |
9241 ->execute(); | 10553 ->execute(); |
9242 | |
9243 $connection->schema()->createTable('field_revision_field_image', array( | 10554 $connection->schema()->createTable('field_revision_field_image', array( |
9244 'fields' => array( | 10555 'fields' => array( |
9245 'entity_type' => array( | 10556 'entity_type' => array( |
9246 'type' => 'varchar', | 10557 'type' => 'varchar', |
9247 'not null' => TRUE, | 10558 'not null' => TRUE, |
9436 'field_images_title' => 'title text', | 10747 'field_images_title' => 'title text', |
9437 'field_images_width' => '93', | 10748 'field_images_width' => '93', |
9438 'field_images_height' => '93', | 10749 'field_images_height' => '93', |
9439 )) | 10750 )) |
9440 ->execute(); | 10751 ->execute(); |
9441 | |
9442 $connection->schema()->createTable('field_revision_field_integer', array( | 10752 $connection->schema()->createTable('field_revision_field_integer', array( |
9443 'fields' => array( | 10753 'fields' => array( |
9444 'entity_type' => array( | 10754 'entity_type' => array( |
9445 'type' => 'varchar', | 10755 'type' => 'varchar', |
9446 'not null' => TRUE, | 10756 'not null' => TRUE, |
9510 'language', | 10820 'language', |
9511 'delta', | 10821 'delta', |
9512 'field_integer_value', | 10822 'field_integer_value', |
9513 )) | 10823 )) |
9514 ->values(array( | 10824 ->values(array( |
10825 'entity_type' => 'comment', | |
10826 'bundle' => 'comment_node_test_content_type', | |
10827 'deleted' => '0', | |
10828 'entity_id' => '1', | |
10829 'revision_id' => '1', | |
10830 'language' => 'en', | |
10831 'delta' => '0', | |
10832 'field_integer_value' => '1000000', | |
10833 )) | |
10834 ->values(array( | |
10835 'entity_type' => 'comment', | |
10836 'bundle' => 'comment_node_test_content_type', | |
10837 'deleted' => '0', | |
10838 'entity_id' => '1', | |
10839 'revision_id' => '1', | |
10840 'language' => 'fr', | |
10841 'delta' => '0', | |
10842 'field_integer_value' => '2000000', | |
10843 )) | |
10844 ->values(array( | |
10845 'entity_type' => 'comment', | |
10846 'bundle' => 'comment_node_test_content_type', | |
10847 'deleted' => '0', | |
10848 'entity_id' => '1', | |
10849 'revision_id' => '1', | |
10850 'language' => 'is', | |
10851 'delta' => '0', | |
10852 'field_integer_value' => '3000000', | |
10853 )) | |
10854 ->values(array( | |
9515 'entity_type' => 'node', | 10855 'entity_type' => 'node', |
9516 'bundle' => 'test_content_type', | 10856 'bundle' => 'test_content_type', |
9517 'deleted' => '0', | 10857 'deleted' => '0', |
9518 'entity_id' => '1', | 10858 'entity_id' => '1', |
9519 'revision_id' => '1', | 10859 'revision_id' => '1', |
9520 'language' => 'en', | 10860 'language' => 'en', |
9521 'delta' => '0', | 10861 'delta' => '0', |
9522 'field_integer_value' => '5', | 10862 'field_integer_value' => '5', |
9523 )) | 10863 )) |
9524 ->values(array( | 10864 ->values(array( |
10865 'entity_type' => 'node', | |
10866 'bundle' => 'test_content_type', | |
10867 'deleted' => '0', | |
10868 'entity_id' => '1', | |
10869 'revision_id' => '1', | |
10870 'language' => 'fr', | |
10871 'delta' => '0', | |
10872 'field_integer_value' => '6', | |
10873 )) | |
10874 ->values(array( | |
10875 'entity_type' => 'node', | |
10876 'bundle' => 'test_content_type', | |
10877 'deleted' => '0', | |
10878 'entity_id' => '1', | |
10879 'revision_id' => '1', | |
10880 'language' => 'is', | |
10881 'delta' => '0', | |
10882 'field_integer_value' => '7', | |
10883 )) | |
10884 ->values(array( | |
9525 'entity_type' => 'user', | 10885 'entity_type' => 'user', |
9526 'bundle' => 'user', | 10886 'bundle' => 'user', |
9527 'deleted' => '0', | 10887 'deleted' => '0', |
9528 'entity_id' => '2', | 10888 'entity_id' => '2', |
9529 'revision_id' => '2', | 10889 'revision_id' => '2', |
9539 'revision_id' => '4', | 10899 'revision_id' => '4', |
9540 'language' => 'en', | 10900 'language' => 'en', |
9541 'delta' => '0', | 10901 'delta' => '0', |
9542 'field_integer_value' => '6', | 10902 'field_integer_value' => '6', |
9543 )) | 10903 )) |
10904 ->values(array( | |
10905 'entity_type' => 'taxonomy_term', | |
10906 'bundle' => 'test_vocabulary', | |
10907 'deleted' => '0', | |
10908 'entity_id' => '4', | |
10909 'revision_id' => '4', | |
10910 'language' => 'fr', | |
10911 'delta' => '0', | |
10912 'field_integer_value' => '5', | |
10913 )) | |
10914 ->values(array( | |
10915 'entity_type' => 'taxonomy_term', | |
10916 'bundle' => 'test_vocabulary', | |
10917 'deleted' => '0', | |
10918 'entity_id' => '4', | |
10919 'revision_id' => '4', | |
10920 'language' => 'is', | |
10921 'delta' => '0', | |
10922 'field_integer_value' => '4', | |
10923 )) | |
9544 ->execute(); | 10924 ->execute(); |
9545 | |
9546 $connection->schema()->createTable('field_revision_field_integer_list', array( | 10925 $connection->schema()->createTable('field_revision_field_integer_list', array( |
9547 'fields' => array( | 10926 'fields' => array( |
9548 'entity_type' => array( | 10927 'entity_type' => array( |
9549 'type' => 'varchar', | 10928 'type' => 'varchar', |
9550 'not null' => TRUE, | 10929 'not null' => TRUE, |
9624 'language' => 'und', | 11003 'language' => 'und', |
9625 'delta' => '0', | 11004 'delta' => '0', |
9626 'field_integer_list_value' => '7', | 11005 'field_integer_list_value' => '7', |
9627 )) | 11006 )) |
9628 ->execute(); | 11007 ->execute(); |
9629 | |
9630 $connection->schema()->createTable('field_revision_field_link', array( | 11008 $connection->schema()->createTable('field_revision_field_link', array( |
9631 'fields' => array( | 11009 'fields' => array( |
9632 'entity_type' => array( | 11010 'entity_type' => array( |
9633 'type' => 'varchar', | 11011 'type' => 'varchar', |
9634 'not null' => TRUE, | 11012 'not null' => TRUE, |
9746 'field_link_url' => '<front>', | 11124 'field_link_url' => '<front>', |
9747 'field_link_title' => 'Home', | 11125 'field_link_title' => 'Home', |
9748 'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}', | 11126 'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}', |
9749 )) | 11127 )) |
9750 ->execute(); | 11128 ->execute(); |
9751 | |
9752 $connection->schema()->createTable('field_revision_field_long_text', array( | 11129 $connection->schema()->createTable('field_revision_field_long_text', array( |
9753 'fields' => array( | 11130 'fields' => array( |
9754 'entity_type' => array( | 11131 'entity_type' => array( |
9755 'type' => 'varchar', | 11132 'type' => 'varchar', |
9756 'not null' => TRUE, | 11133 'not null' => TRUE, |
9925 'language' => 'und', | 11302 'language' => 'und', |
9926 'delta' => '0', | 11303 'delta' => '0', |
9927 'field_node_entityreference_target_id' => '2', | 11304 'field_node_entityreference_target_id' => '2', |
9928 )) | 11305 )) |
9929 ->execute(); | 11306 ->execute(); |
9930 | |
9931 $connection->schema()->createTable('field_revision_field_phone', array( | 11307 $connection->schema()->createTable('field_revision_field_phone', array( |
9932 'fields' => array( | 11308 'fields' => array( |
9933 'entity_type' => array( | 11309 'entity_type' => array( |
9934 'type' => 'varchar', | 11310 'type' => 'varchar', |
9935 'not null' => TRUE, | 11311 'not null' => TRUE, |
10019 'language' => 'und', | 11395 'language' => 'und', |
10020 'delta' => '0', | 11396 'delta' => '0', |
10021 'field_phone_value' => '99-99-99-99', | 11397 'field_phone_value' => '99-99-99-99', |
10022 )) | 11398 )) |
10023 ->execute(); | 11399 ->execute(); |
10024 | |
10025 $connection->schema()->createTable('field_revision_field_private_file', array( | 11400 $connection->schema()->createTable('field_revision_field_private_file', array( |
10026 'fields' => array( | 11401 'fields' => array( |
10027 'entity_type' => array( | 11402 'entity_type' => array( |
10028 'type' => 'varchar', | 11403 'type' => 'varchar', |
10029 'not null' => TRUE, | 11404 'not null' => TRUE, |
10143 'field_private_file_fid' => '4', | 11518 'field_private_file_fid' => '4', |
10144 'field_private_file_display' => '1', | 11519 'field_private_file_display' => '1', |
10145 'field_private_file_description' => '', | 11520 'field_private_file_description' => '', |
10146 )) | 11521 )) |
10147 ->execute(); | 11522 ->execute(); |
10148 | |
10149 $connection->schema()->createTable('field_revision_field_reference', array( | 11523 $connection->schema()->createTable('field_revision_field_reference', array( |
10150 'fields' => array( | 11524 'fields' => array( |
10151 'entity_type' => array( | 11525 'entity_type' => array( |
10152 'type' => 'varchar', | 11526 'type' => 'varchar', |
10153 'not null' => TRUE, | 11527 'not null' => TRUE, |
10281 'language' => 'und', | 11655 'language' => 'und', |
10282 'delta' => '0', | 11656 'delta' => '0', |
10283 'field_reference_target_id' => '2', | 11657 'field_reference_target_id' => '2', |
10284 )) | 11658 )) |
10285 ->execute(); | 11659 ->execute(); |
10286 | |
10287 $connection->schema()->createTable('field_revision_field_reference_2', array( | 11660 $connection->schema()->createTable('field_revision_field_reference_2', array( |
10288 'fields' => array( | 11661 'fields' => array( |
10289 'entity_type' => array( | 11662 'entity_type' => array( |
10290 'type' => 'varchar', | 11663 'type' => 'varchar', |
10291 'not null' => TRUE, | 11664 'not null' => TRUE, |
10419 'language' => 'und', | 11792 'language' => 'und', |
10420 'delta' => '0', | 11793 'delta' => '0', |
10421 'field_reference_2_target_id' => '2', | 11794 'field_reference_2_target_id' => '2', |
10422 )) | 11795 )) |
10423 ->execute(); | 11796 ->execute(); |
10424 | |
10425 $connection->schema()->createTable('field_revision_field_tags', array( | 11797 $connection->schema()->createTable('field_revision_field_tags', array( |
10426 'fields' => array( | 11798 'fields' => array( |
10427 'entity_type' => array( | 11799 'entity_type' => array( |
10428 'type' => 'varchar', | 11800 'type' => 'varchar', |
10429 'not null' => TRUE, | 11801 'not null' => TRUE, |
10554 'language' => 'und', | 11926 'language' => 'und', |
10555 'delta' => '2', | 11927 'delta' => '2', |
10556 'field_tags_tid' => '17', | 11928 'field_tags_tid' => '17', |
10557 )) | 11929 )) |
10558 ->execute(); | 11930 ->execute(); |
10559 | |
10560 $connection->schema()->createTable('field_revision_field_term_entityreference', array( | 11931 $connection->schema()->createTable('field_revision_field_term_entityreference', array( |
10561 'fields' => array( | 11932 'fields' => array( |
10562 'entity_type' => array( | 11933 'entity_type' => array( |
10563 'type' => 'varchar', | 11934 'type' => 'varchar', |
10564 'not null' => TRUE, | 11935 'not null' => TRUE, |
10672 'language' => 'und', | 12043 'language' => 'und', |
10673 'delta' => '1', | 12044 'delta' => '1', |
10674 'field_term_entityreference_target_id' => '15', | 12045 'field_term_entityreference_target_id' => '15', |
10675 )) | 12046 )) |
10676 ->execute(); | 12047 ->execute(); |
10677 | |
10678 $connection->schema()->createTable('field_revision_field_term_reference', array( | 12048 $connection->schema()->createTable('field_revision_field_term_reference', array( |
10679 'fields' => array( | 12049 'fields' => array( |
10680 'entity_type' => array( | 12050 'entity_type' => array( |
10681 'type' => 'varchar', | 12051 'type' => 'varchar', |
10682 'not null' => TRUE, | 12052 'not null' => TRUE, |
10767 'language' => 'und', | 12137 'language' => 'und', |
10768 'delta' => '0', | 12138 'delta' => '0', |
10769 'field_term_reference_tid' => '3', | 12139 'field_term_reference_tid' => '3', |
10770 )) | 12140 )) |
10771 ->execute(); | 12141 ->execute(); |
10772 | |
10773 $connection->schema()->createTable('field_revision_field_text', array( | 12142 $connection->schema()->createTable('field_revision_field_text', array( |
10774 'fields' => array( | 12143 'fields' => array( |
10775 'entity_type' => array( | 12144 'entity_type' => array( |
10776 'type' => 'varchar', | 12145 'type' => 'varchar', |
10777 'not null' => TRUE, | 12146 'not null' => TRUE, |
10858 'delta' => '0', | 12227 'delta' => '0', |
10859 'field_text_value' => 'qwerty', | 12228 'field_text_value' => 'qwerty', |
10860 'field_text_format' => NULL, | 12229 'field_text_format' => NULL, |
10861 )) | 12230 )) |
10862 ->execute(); | 12231 ->execute(); |
10863 | |
10864 $connection->schema()->createTable('field_revision_field_text_filtered', array( | 12232 $connection->schema()->createTable('field_revision_field_text_filtered', array( |
10865 'fields' => array( | 12233 'fields' => array( |
10866 'entity_type' => array( | 12234 'entity_type' => array( |
10867 'type' => 'varchar', | 12235 'type' => 'varchar', |
10868 'not null' => TRUE, | 12236 'not null' => TRUE, |
10942 ), | 12310 ), |
10943 'language' => array( | 12311 'language' => array( |
10944 'language', | 12312 'language', |
10945 ), | 12313 ), |
10946 'field_text_filtered_format' => array( | 12314 'field_text_filtered_format' => array( |
10947 'field_text_filtered_format', | 12315 array( |
12316 'field_text_filtered_format', | |
12317 '191', | |
12318 ), | |
10948 ), | 12319 ), |
10949 ), | 12320 ), |
10950 'mysql_character_set' => 'utf8', | 12321 'mysql_character_set' => 'utf8', |
10951 )); | 12322 )); |
10952 | 12323 |
11031 'language' => 'und', | 12402 'language' => 'und', |
11032 'delta' => '0', | 12403 'delta' => '0', |
11033 'field_text_list_value' => 'Some more text', | 12404 'field_text_list_value' => 'Some more text', |
11034 )) | 12405 )) |
11035 ->execute(); | 12406 ->execute(); |
11036 | |
11037 $connection->schema()->createTable('field_revision_field_text_long_filtered', array( | 12407 $connection->schema()->createTable('field_revision_field_text_long_filtered', array( |
11038 'fields' => array( | 12408 'fields' => array( |
11039 'entity_type' => array( | 12409 'entity_type' => array( |
11040 'type' => 'varchar', | 12410 'type' => 'varchar', |
11041 'not null' => TRUE, | 12411 'not null' => TRUE, |
11115 ), | 12485 ), |
11116 'language' => array( | 12486 'language' => array( |
11117 'language', | 12487 'language', |
11118 ), | 12488 ), |
11119 'field_text_long_filtered_format' => array( | 12489 'field_text_long_filtered_format' => array( |
11120 'field_text_long_filtered_format', | 12490 array( |
12491 'field_text_long_filtered_format', | |
12492 '191', | |
12493 ), | |
11121 ), | 12494 ), |
11122 ), | 12495 ), |
11123 'mysql_character_set' => 'utf8', | 12496 'mysql_character_set' => 'utf8', |
11124 )); | 12497 )); |
11125 | 12498 |
11204 ), | 12577 ), |
11205 'language' => array( | 12578 'language' => array( |
11206 'language', | 12579 'language', |
11207 ), | 12580 ), |
11208 'field_text_long_plain_format' => array( | 12581 'field_text_long_plain_format' => array( |
11209 'field_text_long_plain_format', | 12582 array( |
12583 'field_text_long_plain_format', | |
12584 '191', | |
12585 ), | |
11210 ), | 12586 ), |
11211 ), | 12587 ), |
11212 'mysql_character_set' => 'utf8', | 12588 'mysql_character_set' => 'utf8', |
11213 )); | 12589 )); |
11214 | 12590 |
11293 ), | 12669 ), |
11294 'language' => array( | 12670 'language' => array( |
11295 'language', | 12671 'language', |
11296 ), | 12672 ), |
11297 'field_text_long_plain_filtered_format' => array( | 12673 'field_text_long_plain_filtered_format' => array( |
11298 'field_text_long_plain_filtered_format', | 12674 array( |
12675 'field_text_long_plain_filtered_format', | |
12676 '191', | |
12677 ), | |
11299 ), | 12678 ), |
11300 ), | 12679 ), |
11301 'mysql_character_set' => 'utf8', | 12680 'mysql_character_set' => 'utf8', |
11302 )); | 12681 )); |
11303 | 12682 |
11382 ), | 12761 ), |
11383 'language' => array( | 12762 'language' => array( |
11384 'language', | 12763 'language', |
11385 ), | 12764 ), |
11386 'field_text_plain_format' => array( | 12765 'field_text_plain_format' => array( |
11387 'field_text_plain_format', | 12766 array( |
12767 'field_text_plain_format', | |
12768 '191', | |
12769 ), | |
11388 ), | 12770 ), |
11389 ), | 12771 ), |
11390 'mysql_character_set' => 'utf8', | 12772 'mysql_character_set' => 'utf8', |
11391 )); | 12773 )); |
11392 | 12774 |
11471 ), | 12853 ), |
11472 'language' => array( | 12854 'language' => array( |
11473 'language', | 12855 'language', |
11474 ), | 12856 ), |
11475 'field_text_plain_filtered_format' => array( | 12857 'field_text_plain_filtered_format' => array( |
11476 'field_text_plain_filtered_format', | 12858 array( |
12859 'field_text_plain_filtered_format', | |
12860 '191', | |
12861 ), | |
11477 ), | 12862 ), |
11478 ), | 12863 ), |
11479 'mysql_character_set' => 'utf8', | 12864 'mysql_character_set' => 'utf8', |
11480 )); | 12865 )); |
11481 | 12866 |
11565 ), | 12950 ), |
11566 'language' => array( | 12951 'language' => array( |
11567 'language', | 12952 'language', |
11568 ), | 12953 ), |
11569 'field_text_sum_filtered_format' => array( | 12954 'field_text_sum_filtered_format' => array( |
11570 'field_text_sum_filtered_format', | 12955 array( |
12956 'field_text_sum_filtered_format', | |
12957 '191', | |
12958 ), | |
11571 ), | 12959 ), |
11572 ), | 12960 ), |
11573 'mysql_character_set' => 'utf8', | 12961 'mysql_character_set' => 'utf8', |
11574 )); | 12962 )); |
11575 | 12963 |
11659 ), | 13047 ), |
11660 'language' => array( | 13048 'language' => array( |
11661 'language', | 13049 'language', |
11662 ), | 13050 ), |
11663 'field_text_sum_plain_format' => array( | 13051 'field_text_sum_plain_format' => array( |
11664 'field_text_sum_plain_format', | 13052 array( |
13053 'field_text_sum_plain_format', | |
13054 '191', | |
13055 ), | |
11665 ), | 13056 ), |
11666 ), | 13057 ), |
11667 'mysql_character_set' => 'utf8', | 13058 'mysql_character_set' => 'utf8', |
11668 )); | 13059 )); |
11669 | 13060 |
11753 ), | 13144 ), |
11754 'language' => array( | 13145 'language' => array( |
11755 'language', | 13146 'language', |
11756 ), | 13147 ), |
11757 'field_text_sum_plain_filtered_format' => array( | 13148 'field_text_sum_plain_filtered_format' => array( |
11758 'field_text_sum_plain_filtered_format', | 13149 array( |
13150 'field_text_sum_plain_filtered_format', | |
13151 '191', | |
13152 ), | |
11759 ), | 13153 ), |
11760 ), | 13154 ), |
11761 'mysql_character_set' => 'utf8', | 13155 'mysql_character_set' => 'utf8', |
11762 )); | 13156 )); |
11763 | 13157 |
11844 ), | 13238 ), |
11845 ), | 13239 ), |
11846 'mysql_character_set' => 'utf8', | 13240 'mysql_character_set' => 'utf8', |
11847 )); | 13241 )); |
11848 | 13242 |
11849 $connection->insert('field_revision_field_user_entityreference') | 13243 $connection->schema()->createTable('field_revision_name_field', array( |
13244 'fields' => array( | |
13245 'entity_type' => array( | |
13246 'type' => 'varchar', | |
13247 'not null' => TRUE, | |
13248 'length' => '128', | |
13249 'default' => '', | |
13250 ), | |
13251 'bundle' => array( | |
13252 'type' => 'varchar', | |
13253 'not null' => TRUE, | |
13254 'length' => '128', | |
13255 'default' => '', | |
13256 ), | |
13257 'deleted' => array( | |
13258 'type' => 'int', | |
13259 'not null' => TRUE, | |
13260 'size' => 'tiny', | |
13261 'default' => '0', | |
13262 ), | |
13263 'entity_id' => array( | |
13264 'type' => 'int', | |
13265 'not null' => TRUE, | |
13266 'size' => 'normal', | |
13267 'unsigned' => TRUE, | |
13268 ), | |
13269 'revision_id' => array( | |
13270 'type' => 'int', | |
13271 'not null' => TRUE, | |
13272 'size' => 'normal', | |
13273 'unsigned' => TRUE, | |
13274 ), | |
13275 'language' => array( | |
13276 'type' => 'varchar', | |
13277 'not null' => TRUE, | |
13278 'length' => '32', | |
13279 'default' => '', | |
13280 ), | |
13281 'delta' => array( | |
13282 'type' => 'int', | |
13283 'not null' => TRUE, | |
13284 'size' => 'normal', | |
13285 'unsigned' => TRUE, | |
13286 ), | |
13287 'name_field_value' => array( | |
13288 'type' => 'varchar', | |
13289 'not null' => FALSE, | |
13290 'length' => '255', | |
13291 ), | |
13292 'name_field_format' => array( | |
13293 'type' => 'varchar', | |
13294 'not null' => FALSE, | |
13295 'length' => '255', | |
13296 ), | |
13297 ), | |
13298 'primary key' => array( | |
13299 'entity_type', | |
13300 'entity_id', | |
13301 'revision_id', | |
13302 'deleted', | |
13303 'delta', | |
13304 'language', | |
13305 ), | |
13306 'indexes' => array( | |
13307 'entity_type' => array( | |
13308 'entity_type', | |
13309 ), | |
13310 'bundle' => array( | |
13311 'bundle', | |
13312 ), | |
13313 'deleted' => array( | |
13314 'deleted', | |
13315 ), | |
13316 'entity_id' => array( | |
13317 'entity_id', | |
13318 ), | |
13319 'revision_id' => array( | |
13320 'revision_id', | |
13321 ), | |
13322 'language' => array( | |
13323 'language', | |
13324 ), | |
13325 'name_field_format' => array( | |
13326 array( | |
13327 'name_field_format', | |
13328 '191', | |
13329 ), | |
13330 ), | |
13331 ), | |
13332 'mysql_character_set' => 'utf8', | |
13333 )); | |
13334 | |
13335 $connection->insert('field_revision_name_field') | |
11850 ->fields(array( | 13336 ->fields(array( |
11851 'entity_type', | 13337 'entity_type', |
11852 'bundle', | 13338 'bundle', |
11853 'deleted', | 13339 'deleted', |
11854 'entity_id', | 13340 'entity_id', |
11855 'revision_id', | 13341 'revision_id', |
11856 'language', | 13342 'language', |
11857 'delta', | 13343 'delta', |
11858 'field_user_entityreference_target_id', | 13344 'name_field_value', |
11859 )) | 13345 'name_field_format', |
11860 ->values(array( | 13346 )) |
11861 'entity_type' => 'node', | 13347 ->values(array( |
11862 'bundle' => 'test_content_type', | 13348 'entity_type' => 'taxonomy_term', |
13349 'bundle' => 'test_vocabulary', | |
13350 'deleted' => '0', | |
13351 'entity_id' => '2', | |
13352 'revision_id' => '2', | |
13353 'language' => 'en', | |
13354 'delta' => '0', | |
13355 'name_field_value' => 'Term1 (This is a real field!)', | |
13356 'name_field_format' => NULL, | |
13357 )) | |
13358 ->values(array( | |
13359 'entity_type' => 'taxonomy_term', | |
13360 'bundle' => 'test_vocabulary', | |
13361 'deleted' => '0', | |
13362 'entity_id' => '3', | |
13363 'revision_id' => '3', | |
13364 'language' => 'en', | |
13365 'delta' => '0', | |
13366 'name_field_value' => 'Term2', | |
13367 'name_field_format' => NULL, | |
13368 )) | |
13369 ->values(array( | |
13370 'entity_type' => 'taxonomy_term', | |
13371 'bundle' => 'test_vocabulary', | |
13372 'deleted' => '0', | |
13373 'entity_id' => '4', | |
13374 'revision_id' => '4', | |
13375 'language' => 'en', | |
13376 'delta' => '0', | |
13377 'name_field_value' => 'Term3 in plain old English', | |
13378 'name_field_format' => NULL, | |
13379 )) | |
13380 ->values(array( | |
13381 'entity_type' => 'taxonomy_term', | |
13382 'bundle' => 'test_vocabulary', | |
13383 'deleted' => '0', | |
13384 'entity_id' => '4', | |
13385 'revision_id' => '4', | |
13386 'language' => 'fr', | |
13387 'delta' => '0', | |
13388 'name_field_value' => "Term3 en français s'il vous plaît", | |
13389 'name_field_format' => NULL, | |
13390 )) | |
13391 ->values(array( | |
13392 'entity_type' => 'taxonomy_term', | |
13393 'bundle' => 'test_vocabulary', | |
13394 'deleted' => '0', | |
13395 'entity_id' => '4', | |
13396 'revision_id' => '4', | |
13397 'language' => 'is', | |
13398 'delta' => '0', | |
13399 'name_field_value' => 'Term3 á íslensku', | |
13400 'name_field_format' => NULL, | |
13401 )) | |
13402 ->execute(); | |
13403 $connection->schema()->createTable('field_revision_subject_field', array( | |
13404 'fields' => array( | |
13405 'entity_type' => array( | |
13406 'type' => 'varchar', | |
13407 'not null' => TRUE, | |
13408 'length' => '128', | |
13409 'default' => '', | |
13410 ), | |
13411 'bundle' => array( | |
13412 'type' => 'varchar', | |
13413 'not null' => TRUE, | |
13414 'length' => '128', | |
13415 'default' => '', | |
13416 ), | |
13417 'deleted' => array( | |
13418 'type' => 'int', | |
13419 'not null' => TRUE, | |
13420 'size' => 'tiny', | |
13421 'default' => '0', | |
13422 ), | |
13423 'entity_id' => array( | |
13424 'type' => 'int', | |
13425 'not null' => TRUE, | |
13426 'size' => 'normal', | |
13427 'unsigned' => TRUE, | |
13428 ), | |
13429 'revision_id' => array( | |
13430 'type' => 'int', | |
13431 'not null' => TRUE, | |
13432 'size' => 'normal', | |
13433 'unsigned' => TRUE, | |
13434 ), | |
13435 'language' => array( | |
13436 'type' => 'varchar', | |
13437 'not null' => TRUE, | |
13438 'length' => '32', | |
13439 'default' => '', | |
13440 ), | |
13441 'delta' => array( | |
13442 'type' => 'int', | |
13443 'not null' => TRUE, | |
13444 'size' => 'normal', | |
13445 'unsigned' => TRUE, | |
13446 ), | |
13447 'subject_field_value' => array( | |
13448 'type' => 'varchar', | |
13449 'not null' => FALSE, | |
13450 'length' => '255', | |
13451 ), | |
13452 'subject_field_format' => array( | |
13453 'type' => 'varchar', | |
13454 'not null' => FALSE, | |
13455 'length' => '255', | |
13456 ), | |
13457 ), | |
13458 'primary key' => array( | |
13459 'entity_type', | |
13460 'entity_id', | |
13461 'revision_id', | |
13462 'deleted', | |
13463 'delta', | |
13464 'language', | |
13465 ), | |
13466 'indexes' => array( | |
13467 'entity_type' => array( | |
13468 'entity_type', | |
13469 ), | |
13470 'bundle' => array( | |
13471 'bundle', | |
13472 ), | |
13473 'deleted' => array( | |
13474 'deleted', | |
13475 ), | |
13476 'entity_id' => array( | |
13477 'entity_id', | |
13478 ), | |
13479 'revision_id' => array( | |
13480 'revision_id', | |
13481 ), | |
13482 'language' => array( | |
13483 'language', | |
13484 ), | |
13485 'subject_field_format' => array( | |
13486 array( | |
13487 'subject_field_format', | |
13488 '191', | |
13489 ), | |
13490 ), | |
13491 ), | |
13492 'mysql_character_set' => 'utf8', | |
13493 )); | |
13494 | |
13495 $connection->insert('field_revision_subject_field') | |
13496 ->fields(array( | |
13497 'entity_type', | |
13498 'bundle', | |
13499 'deleted', | |
13500 'entity_id', | |
13501 'revision_id', | |
13502 'language', | |
13503 'delta', | |
13504 'subject_field_value', | |
13505 'subject_field_format', | |
13506 )) | |
13507 ->values(array( | |
13508 'entity_type' => 'comment', | |
13509 'bundle' => 'comment_node_test_content_type', | |
11863 'deleted' => '0', | 13510 'deleted' => '0', |
11864 'entity_id' => '1', | 13511 'entity_id' => '1', |
11865 'revision_id' => '1', | 13512 'revision_id' => '1', |
11866 'language' => 'und', | 13513 'language' => 'en', |
11867 'delta' => '0', | 13514 'delta' => '0', |
11868 'field_user_entityreference_target_id' => '2', | 13515 'subject_field_value' => 'Subject field in English', |
13516 'subject_field_format' => NULL, | |
13517 )) | |
13518 ->values(array( | |
13519 'entity_type' => 'comment', | |
13520 'bundle' => 'comment_node_test_content_type', | |
13521 'deleted' => '0', | |
13522 'entity_id' => '1', | |
13523 'revision_id' => '1', | |
13524 'language' => 'fr', | |
13525 'delta' => '0', | |
13526 'subject_field_value' => 'Subject field in French', | |
13527 'subject_field_format' => NULL, | |
13528 )) | |
13529 ->values(array( | |
13530 'entity_type' => 'comment', | |
13531 'bundle' => 'comment_node_test_content_type', | |
13532 'deleted' => '0', | |
13533 'entity_id' => '1', | |
13534 'revision_id' => '1', | |
13535 'language' => 'is', | |
13536 'delta' => '0', | |
13537 'subject_field_value' => 'Subject field in Icelandic', | |
13538 'subject_field_format' => NULL, | |
13539 )) | |
13540 ->values(array( | |
13541 'entity_type' => 'comment', | |
13542 'bundle' => 'comment_node_article', | |
13543 'deleted' => '0', | |
13544 'entity_id' => '2', | |
13545 'revision_id' => '2', | |
13546 'language' => 'en', | |
13547 'delta' => '0', | |
13548 'subject_field_value' => 'TNG for the win!', | |
13549 'subject_field_format' => NULL, | |
13550 )) | |
13551 ->values(array( | |
13552 'entity_type' => 'comment', | |
13553 'bundle' => 'comment_node_article', | |
13554 'deleted' => '0', | |
13555 'entity_id' => '3', | |
13556 'revision_id' => '3', | |
13557 'language' => 'is', | |
13558 'delta' => '0', | |
13559 'subject_field_value' => 'Comment to IS translation', | |
13560 'subject_field_format' => NULL, | |
11869 )) | 13561 )) |
11870 ->execute(); | 13562 ->execute(); |
11871 | |
11872 $connection->schema()->createTable('field_revision_taxonomy_forums', array( | 13563 $connection->schema()->createTable('field_revision_taxonomy_forums', array( |
11873 'fields' => array( | 13564 'fields' => array( |
11874 'entity_type' => array( | 13565 'entity_type' => array( |
11875 'type' => 'varchar', | 13566 'type' => 'varchar', |
11876 'not null' => TRUE, | 13567 'not null' => TRUE, |
11961 'language' => 'und', | 13652 'language' => 'und', |
11962 'delta' => '0', | 13653 'delta' => '0', |
11963 'taxonomy_forums_tid' => '1', | 13654 'taxonomy_forums_tid' => '1', |
11964 )) | 13655 )) |
11965 ->execute(); | 13656 ->execute(); |
13657 $connection->schema()->createTable('field_revision_title_field', array( | |
13658 'fields' => array( | |
13659 'entity_type' => array( | |
13660 'type' => 'varchar', | |
13661 'not null' => TRUE, | |
13662 'length' => '128', | |
13663 'default' => '', | |
13664 ), | |
13665 'bundle' => array( | |
13666 'type' => 'varchar', | |
13667 'not null' => TRUE, | |
13668 'length' => '128', | |
13669 'default' => '', | |
13670 ), | |
13671 'deleted' => array( | |
13672 'type' => 'int', | |
13673 'not null' => TRUE, | |
13674 'size' => 'tiny', | |
13675 'default' => '0', | |
13676 ), | |
13677 'entity_id' => array( | |
13678 'type' => 'int', | |
13679 'not null' => TRUE, | |
13680 'size' => 'normal', | |
13681 'unsigned' => TRUE, | |
13682 ), | |
13683 'revision_id' => array( | |
13684 'type' => 'int', | |
13685 'not null' => TRUE, | |
13686 'size' => 'normal', | |
13687 'unsigned' => TRUE, | |
13688 ), | |
13689 'language' => array( | |
13690 'type' => 'varchar', | |
13691 'not null' => TRUE, | |
13692 'length' => '32', | |
13693 'default' => '', | |
13694 ), | |
13695 'delta' => array( | |
13696 'type' => 'int', | |
13697 'not null' => TRUE, | |
13698 'size' => 'normal', | |
13699 'unsigned' => TRUE, | |
13700 ), | |
13701 'title_field_value' => array( | |
13702 'type' => 'varchar', | |
13703 'not null' => FALSE, | |
13704 'length' => '255', | |
13705 ), | |
13706 'title_field_format' => array( | |
13707 'type' => 'varchar', | |
13708 'not null' => FALSE, | |
13709 'length' => '255', | |
13710 ), | |
13711 ), | |
13712 'primary key' => array( | |
13713 'entity_type', | |
13714 'entity_id', | |
13715 'revision_id', | |
13716 'deleted', | |
13717 'delta', | |
13718 'language', | |
13719 ), | |
13720 'indexes' => array( | |
13721 'entity_type' => array( | |
13722 'entity_type', | |
13723 ), | |
13724 'bundle' => array( | |
13725 'bundle', | |
13726 ), | |
13727 'deleted' => array( | |
13728 'deleted', | |
13729 ), | |
13730 'entity_id' => array( | |
13731 'entity_id', | |
13732 ), | |
13733 'revision_id' => array( | |
13734 'revision_id', | |
13735 ), | |
13736 'language' => array( | |
13737 'language', | |
13738 ), | |
13739 'title_field_format' => array( | |
13740 array( | |
13741 'title_field_format', | |
13742 '191', | |
13743 ), | |
13744 ), | |
13745 ), | |
13746 'mysql_character_set' => 'utf8', | |
13747 )); | |
11966 | 13748 |
13749 $connection->insert('field_revision_title_field') | |
13750 ->fields(array( | |
13751 'entity_type', | |
13752 'bundle', | |
13753 'deleted', | |
13754 'entity_id', | |
13755 'revision_id', | |
13756 'language', | |
13757 'delta', | |
13758 'title_field_value', | |
13759 'title_field_format', | |
13760 )) | |
13761 ->values(array( | |
13762 'entity_type' => 'node', | |
13763 'bundle' => 'test_content_type', | |
13764 'deleted' => '0', | |
13765 'entity_id' => '1', | |
13766 'revision_id' => '1', | |
13767 'language' => 'en', | |
13768 'delta' => '0', | |
13769 'title_field_value' => 'An English Node', | |
13770 'title_field_format' => NULL, | |
13771 )) | |
13772 ->values(array( | |
13773 'entity_type' => 'node', | |
13774 'bundle' => 'test_content_type', | |
13775 'deleted' => '0', | |
13776 'entity_id' => '1', | |
13777 'revision_id' => '1', | |
13778 'language' => 'fr', | |
13779 'delta' => '0', | |
13780 'title_field_value' => 'A French Node', | |
13781 'title_field_format' => NULL, | |
13782 )) | |
13783 ->values(array( | |
13784 'entity_type' => 'node', | |
13785 'bundle' => 'test_content_type', | |
13786 'deleted' => '0', | |
13787 'entity_id' => '1', | |
13788 'revision_id' => '1', | |
13789 'language' => 'is', | |
13790 'delta' => '0', | |
13791 'title_field_value' => 'An Icelandic Node', | |
13792 'title_field_format' => NULL, | |
13793 )) | |
13794 ->execute(); | |
11967 $connection->schema()->createTable('file_managed', array( | 13795 $connection->schema()->createTable('file_managed', array( |
11968 'fields' => array( | 13796 'fields' => array( |
11969 'fid' => array( | 13797 'fid' => array( |
11970 'type' => 'serial', | 13798 'type' => 'serial', |
11971 'not null' => TRUE, | 13799 'not null' => TRUE, |
12063 'filemime' => 'text/plain', | 13891 'filemime' => 'text/plain', |
12064 'filesize' => '4', | 13892 'filesize' => '4', |
12065 'status' => '1', | 13893 'status' => '1', |
12066 'timestamp' => '1486104045', | 13894 'timestamp' => '1486104045', |
12067 )) | 13895 )) |
13896 ->values(array( | |
13897 'fid' => '4', | |
13898 'uid' => '1', | |
13899 'filename' => 'TerokNor.txt', | |
13900 'uri' => 'temporary://TerokNor.txt', | |
13901 'filemime' => 'text/plain', | |
13902 'filesize' => '2369', | |
13903 'status' => '1', | |
13904 'timestamp' => '1421747516', | |
13905 )) | |
12068 ->execute(); | 13906 ->execute(); |
12069 | |
12070 $connection->schema()->createTable('file_usage', array( | 13907 $connection->schema()->createTable('file_usage', array( |
12071 'fields' => array( | 13908 'fields' => array( |
12072 'fid' => array( | 13909 'fid' => array( |
12073 'type' => 'int', | 13910 'type' => 'int', |
12074 'not null' => TRUE, | 13911 'not null' => TRUE, |
12146 'type' => 'node', | 13983 'type' => 'node', |
12147 'id' => '1', | 13984 'id' => '1', |
12148 'count' => '1', | 13985 'count' => '1', |
12149 )) | 13986 )) |
12150 ->execute(); | 13987 ->execute(); |
12151 | |
12152 $connection->schema()->createTable('filter', array( | 13988 $connection->schema()->createTable('filter', array( |
12153 'fields' => array( | 13989 'fields' => array( |
12154 'format' => array( | 13990 'format' => array( |
12155 'type' => 'varchar', | 13991 'type' => 'varchar', |
12156 'not null' => TRUE, | 13992 'not null' => TRUE, |
12409 'weight' => '1', | 14245 'weight' => '1', |
12410 'status' => '1', | 14246 'status' => '1', |
12411 'settings' => 'a:1:{s:17:"filter_url_length";i:72;}', | 14247 'settings' => 'a:1:{s:17:"filter_url_length";i:72;}', |
12412 )) | 14248 )) |
12413 ->execute(); | 14249 ->execute(); |
12414 | |
12415 $connection->schema()->createTable('filter_format', array( | 14250 $connection->schema()->createTable('filter_format', array( |
12416 'fields' => array( | 14251 'fields' => array( |
12417 'format' => array( | 14252 'format' => array( |
12418 'type' => 'varchar', | 14253 'type' => 'varchar', |
12419 'not null' => TRUE, | 14254 'not null' => TRUE, |
12493 'cache' => '1', | 14328 'cache' => '1', |
12494 'status' => '1', | 14329 'status' => '1', |
12495 'weight' => '10', | 14330 'weight' => '10', |
12496 )) | 14331 )) |
12497 ->execute(); | 14332 ->execute(); |
12498 | |
12499 $connection->schema()->createTable('flood', array( | 14333 $connection->schema()->createTable('flood', array( |
12500 'fields' => array( | 14334 'fields' => array( |
12501 'fid' => array( | 14335 'fid' => array( |
12502 'type' => 'serial', | 14336 'type' => 'serial', |
12503 'not null' => TRUE, | 14337 'not null' => TRUE, |
12579 'nid' => '7', | 14413 'nid' => '7', |
12580 'vid' => '7', | 14414 'vid' => '7', |
12581 'tid' => '1', | 14415 'tid' => '1', |
12582 )) | 14416 )) |
12583 ->execute(); | 14417 ->execute(); |
12584 | |
12585 $connection->schema()->createTable('forum_index', array( | 14418 $connection->schema()->createTable('forum_index', array( |
12586 'fields' => array( | 14419 'fields' => array( |
12587 'nid' => array( | 14420 'nid' => array( |
12588 'type' => 'int', | 14421 'type' => 'int', |
12589 'not null' => TRUE, | 14422 'not null' => TRUE, |
12661 'created' => '1504715432', | 14494 'created' => '1504715432', |
12662 'last_comment_timestamp' => '1504715432', | 14495 'last_comment_timestamp' => '1504715432', |
12663 'comment_count' => '0', | 14496 'comment_count' => '0', |
12664 )) | 14497 )) |
12665 ->execute(); | 14498 ->execute(); |
12666 | |
12667 $connection->schema()->createTable('history', array( | 14499 $connection->schema()->createTable('history', array( |
12668 'fields' => array( | 14500 'fields' => array( |
12669 'uid' => array( | 14501 'uid' => array( |
12670 'type' => 'int', | 14502 'type' => 'int', |
12671 'not null' => TRUE, | 14503 'not null' => TRUE, |
12690 'nid', | 14522 'nid', |
12691 ), | 14523 ), |
12692 'mysql_character_set' => 'utf8', | 14524 'mysql_character_set' => 'utf8', |
12693 )); | 14525 )); |
12694 | 14526 |
14527 $connection->schema()->createTable('i18n_block_language', array( | |
14528 'fields' => array( | |
14529 'module' => array( | |
14530 'type' => 'varchar', | |
14531 'not null' => TRUE, | |
14532 'length' => '64', | |
14533 ), | |
14534 'delta' => array( | |
14535 'type' => 'varchar', | |
14536 'not null' => TRUE, | |
14537 'length' => '32', | |
14538 ), | |
14539 'language' => array( | |
14540 'type' => 'varchar', | |
14541 'not null' => TRUE, | |
14542 'length' => '12', | |
14543 'default' => '', | |
14544 ), | |
14545 ), | |
14546 'primary key' => array( | |
14547 'module', | |
14548 'delta', | |
14549 'language', | |
14550 ), | |
14551 'indexes' => array( | |
14552 'language' => array( | |
14553 'language', | |
14554 ), | |
14555 ), | |
14556 'mysql_character_set' => 'utf8', | |
14557 )); | |
14558 | |
14559 $connection->schema()->createTable('i18n_string', array( | |
14560 'fields' => array( | |
14561 'lid' => array( | |
14562 'type' => 'int', | |
14563 'not null' => TRUE, | |
14564 'size' => 'normal', | |
14565 'default' => '0', | |
14566 ), | |
14567 'textgroup' => array( | |
14568 'type' => 'varchar', | |
14569 'not null' => TRUE, | |
14570 'length' => '50', | |
14571 'default' => 'default', | |
14572 ), | |
14573 'context' => array( | |
14574 'type' => 'varchar', | |
14575 'not null' => TRUE, | |
14576 'length' => '255', | |
14577 'default' => '', | |
14578 ), | |
14579 'objectid' => array( | |
14580 'type' => 'varchar', | |
14581 'not null' => TRUE, | |
14582 'length' => '255', | |
14583 'default' => '', | |
14584 ), | |
14585 'type' => array( | |
14586 'type' => 'varchar', | |
14587 'not null' => TRUE, | |
14588 'length' => '255', | |
14589 'default' => '', | |
14590 ), | |
14591 'property' => array( | |
14592 'type' => 'varchar', | |
14593 'not null' => TRUE, | |
14594 'length' => '255', | |
14595 'default' => '', | |
14596 ), | |
14597 'objectindex' => array( | |
14598 'type' => 'int', | |
14599 'not null' => TRUE, | |
14600 'size' => 'big', | |
14601 'default' => '0', | |
14602 ), | |
14603 'format' => array( | |
14604 'type' => 'varchar', | |
14605 'not null' => FALSE, | |
14606 'length' => '255', | |
14607 ), | |
14608 ), | |
14609 'primary key' => array( | |
14610 'lid', | |
14611 ), | |
14612 'indexes' => array( | |
14613 'group_context' => array( | |
14614 'textgroup', | |
14615 array( | |
14616 'context', | |
14617 '50', | |
14618 ), | |
14619 ), | |
14620 ), | |
14621 'mysql_character_set' => 'utf8', | |
14622 )); | |
14623 | |
14624 $connection->insert('i18n_string') | |
14625 ->fields(array( | |
14626 'lid', | |
14627 'textgroup', | |
14628 'context', | |
14629 'objectid', | |
14630 'type', | |
14631 'property', | |
14632 'objectindex', | |
14633 'format', | |
14634 )) | |
14635 ->values(array( | |
14636 'lid' => '57', | |
14637 'textgroup' => 'blocks', | |
14638 'context' => 'block:1:title', | |
14639 'objectid' => '1', | |
14640 'type' => 'block', | |
14641 'property' => 'title', | |
14642 'objectindex' => '1', | |
14643 'format' => '', | |
14644 )) | |
14645 ->values(array( | |
14646 'lid' => '60', | |
14647 'textgroup' => 'blocks', | |
14648 'context' => 'block:1:body', | |
14649 'objectid' => '1', | |
14650 'type' => 'block', | |
14651 'property' => 'body', | |
14652 'objectindex' => '1', | |
14653 'format' => 'filtered_html', | |
14654 )) | |
14655 ->values(array( | |
14656 'lid' => '61', | |
14657 'textgroup' => 'node', | |
14658 'context' => 'type:article:name', | |
14659 'objectid' => 'article', | |
14660 'type' => 'type', | |
14661 'property' => 'name', | |
14662 'objectindex' => '0', | |
14663 'format' => '', | |
14664 )) | |
14665 ->values(array( | |
14666 'lid' => '62', | |
14667 'textgroup' => 'node', | |
14668 'context' => 'type:article:title_label', | |
14669 'objectid' => 'article', | |
14670 'type' => 'type', | |
14671 'property' => 'title_label', | |
14672 'objectindex' => '0', | |
14673 'format' => '', | |
14674 )) | |
14675 ->values(array( | |
14676 'lid' => '63', | |
14677 'textgroup' => 'node', | |
14678 'context' => 'type:article:description', | |
14679 'objectid' => 'article', | |
14680 'type' => 'type', | |
14681 'property' => 'description', | |
14682 'objectindex' => '0', | |
14683 'format' => '', | |
14684 )) | |
14685 ->values(array( | |
14686 'lid' => '64', | |
14687 'textgroup' => 'node', | |
14688 'context' => 'type:article:help', | |
14689 'objectid' => 'article', | |
14690 'type' => 'type', | |
14691 'property' => 'help', | |
14692 'objectindex' => '0', | |
14693 'format' => '', | |
14694 )) | |
14695 ->values(array( | |
14696 'lid' => '65', | |
14697 'textgroup' => 'node', | |
14698 'context' => 'type:book:name', | |
14699 'objectid' => 'book', | |
14700 'type' => 'type', | |
14701 'property' => 'name', | |
14702 'objectindex' => '0', | |
14703 'format' => '', | |
14704 )) | |
14705 ->values(array( | |
14706 'lid' => '66', | |
14707 'textgroup' => 'node', | |
14708 'context' => 'type:book:title_label', | |
14709 'objectid' => 'book', | |
14710 'type' => 'type', | |
14711 'property' => 'title_label', | |
14712 'objectindex' => '0', | |
14713 'format' => '', | |
14714 )) | |
14715 ->values(array( | |
14716 'lid' => '67', | |
14717 'textgroup' => 'node', | |
14718 'context' => 'type:book:description', | |
14719 'objectid' => 'book', | |
14720 'type' => 'type', | |
14721 'property' => 'description', | |
14722 'objectindex' => '0', | |
14723 'format' => '', | |
14724 )) | |
14725 ->values(array( | |
14726 'lid' => '68', | |
14727 'textgroup' => 'node', | |
14728 'context' => 'type:page:name', | |
14729 'objectid' => 'page', | |
14730 'type' => 'type', | |
14731 'property' => 'name', | |
14732 'objectindex' => '0', | |
14733 'format' => '', | |
14734 )) | |
14735 ->values(array( | |
14736 'lid' => '69', | |
14737 'textgroup' => 'node', | |
14738 'context' => 'type:page:title_label', | |
14739 'objectid' => 'page', | |
14740 'type' => 'type', | |
14741 'property' => 'title_label', | |
14742 'objectindex' => '0', | |
14743 'format' => '', | |
14744 )) | |
14745 ->values(array( | |
14746 'lid' => '70', | |
14747 'textgroup' => 'node', | |
14748 'context' => 'type:page:description', | |
14749 'objectid' => 'page', | |
14750 'type' => 'type', | |
14751 'property' => 'description', | |
14752 'objectindex' => '0', | |
14753 'format' => '', | |
14754 )) | |
14755 ->values(array( | |
14756 'lid' => '71', | |
14757 'textgroup' => 'node', | |
14758 'context' => 'type:page:help', | |
14759 'objectid' => 'page', | |
14760 'type' => 'type', | |
14761 'property' => 'help', | |
14762 'objectindex' => '0', | |
14763 'format' => '', | |
14764 )) | |
14765 ->values(array( | |
14766 'lid' => '72', | |
14767 'textgroup' => 'node', | |
14768 'context' => 'type:test_content_type:name', | |
14769 'objectid' => 'test_content_type', | |
14770 'type' => 'type', | |
14771 'property' => 'name', | |
14772 'objectindex' => '0', | |
14773 'format' => '', | |
14774 )) | |
14775 ->values(array( | |
14776 'lid' => '73', | |
14777 'textgroup' => 'node', | |
14778 'context' => 'type:test_content_type:title_label', | |
14779 'objectid' => 'test_content_type', | |
14780 'type' => 'type', | |
14781 'property' => 'title_label', | |
14782 'objectindex' => '0', | |
14783 'format' => '', | |
14784 )) | |
14785 ->values(array( | |
14786 'lid' => '74', | |
14787 'textgroup' => 'node', | |
14788 'context' => 'type:test_content_type:description', | |
14789 'objectid' => 'test_content_type', | |
14790 'type' => 'type', | |
14791 'property' => 'description', | |
14792 'objectindex' => '0', | |
14793 'format' => '', | |
14794 )) | |
14795 ->values(array( | |
14796 'lid' => '75', | |
14797 'textgroup' => 'node', | |
14798 'context' => 'type:test_content_type:help', | |
14799 'objectid' => 'test_content_type', | |
14800 'type' => 'type', | |
14801 'property' => 'help', | |
14802 'objectindex' => '0', | |
14803 'format' => '', | |
14804 )) | |
14805 ->values(array( | |
14806 'lid' => '76', | |
14807 'textgroup' => 'blocks', | |
14808 'context' => 'user:login:title', | |
14809 'objectid' => 'login', | |
14810 'type' => 'user', | |
14811 'property' => 'title', | |
14812 'objectindex' => '0', | |
14813 'format' => '', | |
14814 )) | |
14815 ->execute(); | |
12695 $connection->schema()->createTable('image_effects', array( | 14816 $connection->schema()->createTable('image_effects', array( |
12696 'fields' => array( | 14817 'fields' => array( |
12697 'ieid' => array( | 14818 'ieid' => array( |
12698 'type' => 'serial', | 14819 'type' => 'serial', |
12699 'not null' => TRUE, | 14820 'not null' => TRUE, |
12779 'weight' => '2', | 14900 'weight' => '2', |
12780 'name' => 'image_crop', | 14901 'name' => 'image_crop', |
12781 'data' => 'a:3:{s:5:"width";s:2:"50";s:6:"height";s:2:"50";s:6:"anchor";s:8:"left-top";}', | 14902 'data' => 'a:3:{s:5:"width";s:2:"50";s:6:"height";s:2:"50";s:6:"anchor";s:8:"left-top";}', |
12782 )) | 14903 )) |
12783 ->execute(); | 14904 ->execute(); |
12784 | |
12785 $connection->schema()->createTable('image_styles', array( | 14905 $connection->schema()->createTable('image_styles', array( |
12786 'fields' => array( | 14906 'fields' => array( |
12787 'isid' => array( | 14907 'isid' => array( |
12788 'type' => 'serial', | 14908 'type' => 'serial', |
12789 'not null' => TRUE, | 14909 'not null' => TRUE, |
12828 'isid' => '3', | 14948 'isid' => '3', |
12829 'name' => 'custom_image_style_3', | 14949 'name' => 'custom_image_style_3', |
12830 'label' => 'Custom image style 3', | 14950 'label' => 'Custom image style 3', |
12831 )) | 14951 )) |
12832 ->execute(); | 14952 ->execute(); |
12833 | |
12834 $connection->schema()->createTable('languages', array( | 14953 $connection->schema()->createTable('languages', array( |
12835 'fields' => array( | 14954 'fields' => array( |
12836 'language' => array( | 14955 'language' => array( |
12837 'type' => 'varchar', | 14956 'type' => 'varchar', |
12838 'not null' => TRUE, | 14957 'not null' => TRUE, |
12932 'prefix' => '', | 15051 'prefix' => '', |
12933 'weight' => '0', | 15052 'weight' => '0', |
12934 'javascript' => '', | 15053 'javascript' => '', |
12935 )) | 15054 )) |
12936 ->values(array( | 15055 ->values(array( |
15056 'language' => 'fr', | |
15057 'name' => 'French', | |
15058 'native' => 'Français', | |
15059 'direction' => '0', | |
15060 'enabled' => '1', | |
15061 'plurals' => '0', | |
15062 'formula' => '', | |
15063 'domain' => 'fr.drupal.org', | |
15064 'prefix' => 'fr', | |
15065 'weight' => '0', | |
15066 'javascript' => '', | |
15067 )) | |
15068 ->values(array( | |
12937 'language' => 'is', | 15069 'language' => 'is', |
12938 'name' => 'Icelandic', | 15070 'name' => 'Icelandic', |
12939 'native' => 'Íslenska', | 15071 'native' => 'Íslenska', |
12940 'direction' => '0', | 15072 'direction' => '0', |
12941 'enabled' => '1', | 15073 'enabled' => '1', |
12945 'prefix' => 'is', | 15077 'prefix' => 'is', |
12946 'weight' => '0', | 15078 'weight' => '0', |
12947 'javascript' => '', | 15079 'javascript' => '', |
12948 )) | 15080 )) |
12949 ->execute(); | 15081 ->execute(); |
12950 | |
12951 $connection->schema()->createTable('locales_source', array( | 15082 $connection->schema()->createTable('locales_source', array( |
12952 'fields' => array( | 15083 'fields' => array( |
12953 'lid' => array( | 15084 'lid' => array( |
12954 'type' => 'serial', | 15085 'type' => 'serial', |
12955 'not null' => TRUE, | 15086 'not null' => TRUE, |
12984 'default' => 'none', | 15115 'default' => 'none', |
12985 ), | 15116 ), |
12986 ), | 15117 ), |
12987 'primary key' => array( | 15118 'primary key' => array( |
12988 'lid', | 15119 'lid', |
15120 ), | |
15121 'indexes' => array( | |
15122 'textgroup_context' => array( | |
15123 array( | |
15124 'textgroup', | |
15125 '191', | |
15126 ), | |
15127 array( | |
15128 'context', | |
15129 '50', | |
15130 ), | |
15131 ), | |
12989 ), | 15132 ), |
12990 'mysql_character_set' => 'utf8', | 15133 'mysql_character_set' => 'utf8', |
12991 )); | 15134 )); |
12992 | 15135 |
12993 $connection->insert('locales_source') | 15136 $connection->insert('locales_source') |
13381 'textgroup' => 'default', | 15524 'textgroup' => 'default', |
13382 'source' => 'CustomMessage: !customMessage', | 15525 'source' => 'CustomMessage: !customMessage', |
13383 'context' => '', | 15526 'context' => '', |
13384 'version' => 'none', | 15527 'version' => 'none', |
13385 )) | 15528 )) |
15529 ->values(array( | |
15530 'lid' => '49', | |
15531 'location' => 'modules/block/block.js; sites/all/modules/i18n/i18n_block/i18n_block.js', | |
15532 'textgroup' => 'default', | |
15533 'source' => 'Not restricted', | |
15534 'context' => '', | |
15535 'version' => 'none', | |
15536 )) | |
15537 ->values(array( | |
15538 'lid' => '50', | |
15539 'location' => 'modules/block/block.js', | |
15540 'textgroup' => 'default', | |
15541 'source' => 'Restricted to certain pages', | |
15542 'context' => '', | |
15543 'version' => 'none', | |
15544 )) | |
15545 ->values(array( | |
15546 'lid' => '51', | |
15547 'location' => 'modules/block/block.js', | |
15548 'textgroup' => 'default', | |
15549 'source' => 'Not customizable', | |
15550 'context' => '', | |
15551 'version' => 'none', | |
15552 )) | |
15553 ->values(array( | |
15554 'lid' => '52', | |
15555 'location' => 'modules/block/block.js', | |
15556 'textgroup' => 'default', | |
15557 'source' => 'The changes to these blocks will not be saved until the <em>Save blocks</em> button is clicked.', | |
15558 'context' => '', | |
15559 'version' => 'none', | |
15560 )) | |
15561 ->values(array( | |
15562 'lid' => '53', | |
15563 'location' => 'modules/block/block.js', | |
15564 'textgroup' => 'default', | |
15565 'source' => 'The block cannot be placed in this region.', | |
15566 'context' => '', | |
15567 'version' => 'none', | |
15568 )) | |
15569 ->values(array( | |
15570 'lid' => '54', | |
15571 'location' => 'sites/all/modules/i18n/i18n_block/i18n_block.js', | |
15572 'textgroup' => 'default', | |
15573 'source' => 'Translatable', | |
15574 'context' => '', | |
15575 'version' => 'none', | |
15576 )) | |
15577 ->values(array( | |
15578 'lid' => '55', | |
15579 'location' => 'sites/all/modules/i18n/i18n_block/i18n_block.js', | |
15580 'textgroup' => 'default', | |
15581 'source' => 'Not translatable', | |
15582 'context' => '', | |
15583 'version' => 'none', | |
15584 )) | |
15585 ->values(array( | |
15586 'lid' => '56', | |
15587 'location' => 'sites/all/modules/i18n/i18n_block/i18n_block.js', | |
15588 'textgroup' => 'default', | |
15589 'source' => 'Restricted to certain languages', | |
15590 'context' => '', | |
15591 'version' => 'none', | |
15592 )) | |
15593 ->values(array( | |
15594 'lid' => '57', | |
15595 'location' => 'blocks:block:1:title', | |
15596 'textgroup' => 'blocks', | |
15597 'source' => 'Mildly amusing limerick of the day', | |
15598 'context' => 'block:1:title', | |
15599 'version' => '1', | |
15600 )) | |
15601 ->values(array( | |
15602 'lid' => '58', | |
15603 'location' => 'misc/ajax.js', | |
15604 'textgroup' => 'default', | |
15605 'source' => 'The response failed verification so will not be processed.', | |
15606 'context' => '', | |
15607 'version' => 'none', | |
15608 )) | |
15609 ->values(array( | |
15610 'lid' => '59', | |
15611 'location' => 'misc/ajax.js', | |
15612 'textgroup' => 'default', | |
15613 'source' => 'The callback URL is not local and not trusted: !url', | |
15614 'context' => '', | |
15615 'version' => 'none', | |
15616 )) | |
15617 ->values(array( | |
15618 'lid' => '60', | |
15619 'location' => 'blocks:block:1:body', | |
15620 'textgroup' => 'blocks', | |
15621 'source' => "A fellow jumped off a high wall\r\nAnd had a most terrible fall\r\nHe went back to bed\r\nWith a bump on his head\r\nThat's why you don't jump off a wall", | |
15622 'context' => 'block:1:body', | |
15623 'version' => '1', | |
15624 )) | |
15625 ->values(array( | |
15626 'lid' => '61', | |
15627 'location' => 'node:type:article:name', | |
15628 'textgroup' => 'node', | |
15629 'source' => 'Article', | |
15630 'context' => 'type:article:name', | |
15631 'version' => '1', | |
15632 )) | |
15633 ->values(array( | |
15634 'lid' => '62', | |
15635 'location' => 'node:type:article:title_label', | |
15636 'textgroup' => 'node', | |
15637 'source' => 'Title', | |
15638 'context' => 'type:article:title_label', | |
15639 'version' => '1', | |
15640 )) | |
15641 ->values(array( | |
15642 'lid' => '63', | |
15643 'location' => 'node:type:article:description', | |
15644 'textgroup' => 'node', | |
15645 'source' => 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.', | |
15646 'context' => 'type:article:description', | |
15647 'version' => '1', | |
15648 )) | |
15649 ->values(array( | |
15650 'lid' => '64', | |
15651 'location' => 'node:type:article:help', | |
15652 'textgroup' => 'node', | |
15653 'source' => 'Help text for articles', | |
15654 'context' => 'type:article:help', | |
15655 'version' => '1', | |
15656 )) | |
15657 ->values(array( | |
15658 'lid' => '65', | |
15659 'location' => 'node:type:book:name', | |
15660 'textgroup' => 'node', | |
15661 'source' => 'Book page', | |
15662 'context' => 'type:book:name', | |
15663 'version' => '1', | |
15664 )) | |
15665 ->values(array( | |
15666 'lid' => '66', | |
15667 'location' => 'node:type:book:title_label', | |
15668 'textgroup' => 'node', | |
15669 'source' => 'Title', | |
15670 'context' => 'type:book:title_label', | |
15671 'version' => '1', | |
15672 )) | |
15673 ->values(array( | |
15674 'lid' => '67', | |
15675 'location' => 'node:type:book:description', | |
15676 'textgroup' => 'node', | |
15677 'source' => '<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.', | |
15678 'context' => 'type:book:description', | |
15679 'version' => '1', | |
15680 )) | |
15681 ->values(array( | |
15682 'lid' => '68', | |
15683 'location' => 'node:type:page:name', | |
15684 'textgroup' => 'node', | |
15685 'source' => 'Basic page', | |
15686 'context' => 'type:page:name', | |
15687 'version' => '1', | |
15688 )) | |
15689 ->values(array( | |
15690 'lid' => '69', | |
15691 'location' => 'node:type:page:title_label', | |
15692 'textgroup' => 'node', | |
15693 'source' => 'Title', | |
15694 'context' => 'type:page:title_label', | |
15695 'version' => '1', | |
15696 )) | |
15697 ->values(array( | |
15698 'lid' => '70', | |
15699 'location' => 'node:type:page:description', | |
15700 'textgroup' => 'node', | |
15701 'source' => "Use <em>basic pages</em> for your static content, such as an 'About us' page.", | |
15702 'context' => 'type:page:description', | |
15703 'version' => '1', | |
15704 )) | |
15705 ->values(array( | |
15706 'lid' => '71', | |
15707 'location' => 'node:type:page:help', | |
15708 'textgroup' => 'node', | |
15709 'source' => 'Help text for basic pages', | |
15710 'context' => 'type:page:help', | |
15711 'version' => '1', | |
15712 )) | |
15713 ->values(array( | |
15714 'lid' => '72', | |
15715 'location' => 'node:type:test_content_type:name', | |
15716 'textgroup' => 'node', | |
15717 'source' => 'Test content type', | |
15718 'context' => 'type:test_content_type:name', | |
15719 'version' => '1', | |
15720 )) | |
15721 ->values(array( | |
15722 'lid' => '73', | |
15723 'location' => 'node:type:test_content_type:title_label', | |
15724 'textgroup' => 'node', | |
15725 'source' => 'Title', | |
15726 'context' => 'type:test_content_type:title_label', | |
15727 'version' => '1', | |
15728 )) | |
15729 ->values(array( | |
15730 'lid' => '74', | |
15731 'location' => 'node:type:test_content_type:description', | |
15732 'textgroup' => 'node', | |
15733 'source' => 'This is the description of the test content type.', | |
15734 'context' => 'type:test_content_type:description', | |
15735 'version' => '1', | |
15736 )) | |
15737 ->values(array( | |
15738 'lid' => '75', | |
15739 'location' => 'node:type:test_content_type:help', | |
15740 'textgroup' => 'node', | |
15741 'source' => 'Help text for test content type', | |
15742 'context' => 'type:test_content_type:help', | |
15743 'version' => '1', | |
15744 )) | |
15745 ->values(array( | |
15746 'lid' => '76', | |
15747 'location' => 'blocks:user:login:title', | |
15748 'textgroup' => 'blocks', | |
15749 'source' => 'User login title', | |
15750 'context' => 'user:login:title', | |
15751 'version' => '1', | |
15752 )) | |
13386 ->execute(); | 15753 ->execute(); |
13387 | |
13388 $connection->schema()->createTable('locales_target', array( | 15754 $connection->schema()->createTable('locales_target', array( |
13389 'fields' => array( | 15755 'fields' => array( |
13390 'lid' => array( | 15756 'lid' => array( |
13391 'type' => 'int', | 15757 'type' => 'int', |
13392 'not null' => TRUE, | 15758 'not null' => TRUE, |
13409 'not null' => TRUE, | 15775 'not null' => TRUE, |
13410 'size' => 'normal', | 15776 'size' => 'normal', |
13411 'default' => '0', | 15777 'default' => '0', |
13412 ), | 15778 ), |
13413 'plural' => array( | 15779 'plural' => array( |
15780 'type' => 'int', | |
15781 'not null' => TRUE, | |
15782 'size' => 'normal', | |
15783 'default' => '0', | |
15784 ), | |
15785 'i18n_status' => array( | |
13414 'type' => 'int', | 15786 'type' => 'int', |
13415 'not null' => TRUE, | 15787 'not null' => TRUE, |
13416 'size' => 'normal', | 15788 'size' => 'normal', |
13417 'default' => '0', | 15789 'default' => '0', |
13418 ), | 15790 ), |
13423 'plural', | 15795 'plural', |
13424 ), | 15796 ), |
13425 'mysql_character_set' => 'utf8', | 15797 'mysql_character_set' => 'utf8', |
13426 )); | 15798 )); |
13427 | 15799 |
15800 $connection->insert('locales_target') | |
15801 ->fields(array( | |
15802 'lid', | |
15803 'translation', | |
15804 'language', | |
15805 'plid', | |
15806 'plural', | |
15807 'i18n_status', | |
15808 )) | |
15809 ->values(array( | |
15810 'lid' => '57', | |
15811 'translation' => 'fr - Mildly amusing limerick of the day', | |
15812 'language' => 'fr', | |
15813 'plid' => '0', | |
15814 'plural' => '0', | |
15815 'i18n_status' => '0', | |
15816 )) | |
15817 ->values(array( | |
15818 'lid' => '60', | |
15819 'translation' => "fr - A fellow jumped off a high wall\r\nAnd had a most terrible fall\r\nHe went back to bed\r\nWith a bump on his head\r\nThat's why you don't jump off a wall", | |
15820 'language' => 'fr', | |
15821 'plid' => '0', | |
15822 'plural' => '0', | |
15823 'i18n_status' => '0', | |
15824 )) | |
15825 ->values(array( | |
15826 'lid' => '76', | |
15827 'translation' => 'fr - User login title', | |
15828 'language' => 'fr', | |
15829 'plid' => '0', | |
15830 'plural' => '0', | |
15831 'i18n_status' => '0', | |
15832 )) | |
15833 ->values(array( | |
15834 'lid' => '57', | |
15835 'translation' => 'is - Mildly amusing limerick of the day', | |
15836 'language' => 'is', | |
15837 'plid' => '0', | |
15838 'plural' => '0', | |
15839 'i18n_status' => '0', | |
15840 )) | |
15841 ->execute(); | |
13428 $connection->schema()->createTable('menu_custom', array( | 15842 $connection->schema()->createTable('menu_custom', array( |
13429 'fields' => array( | 15843 'fields' => array( |
13430 'menu_name' => array( | 15844 'menu_name' => array( |
13431 'type' => 'varchar', | 15845 'type' => 'varchar', |
13432 'not null' => TRUE, | 15846 'not null' => TRUE, |
13481 'menu_name' => 'user-menu', | 15895 'menu_name' => 'user-menu', |
13482 'title' => 'User menu', | 15896 'title' => 'User menu', |
13483 'description' => "The <em>User</em> menu contains links related to the user's account, as well as the 'Log out' link.", | 15897 'description' => "The <em>User</em> menu contains links related to the user's account, as well as the 'Log out' link.", |
13484 )) | 15898 )) |
13485 ->execute(); | 15899 ->execute(); |
13486 | |
13487 $connection->schema()->createTable('menu_links', array( | 15900 $connection->schema()->createTable('menu_links', array( |
13488 'fields' => array( | 15901 'fields' => array( |
13489 'menu_name' => array( | 15902 'menu_name' => array( |
13490 'type' => 'varchar', | 15903 'type' => 'varchar', |
13491 'not null' => TRUE, | 15904 'not null' => TRUE, |
23992 'p7' => '0', | 26405 'p7' => '0', |
23993 'p8' => '0', | 26406 'p8' => '0', |
23994 'p9' => '0', | 26407 'p9' => '0', |
23995 'updated' => '0', | 26408 'updated' => '0', |
23996 )) | 26409 )) |
23997 ->values(array( | 26410 ->values(array( |
23998 'menu_name' => 'book-toc-1', | 26411 'menu_name' => 'book-toc-1', |
23999 'mlid' => '480', | 26412 'mlid' => '480', |
24000 'plid' => '0', | 26413 'plid' => '0', |
24001 'link_path' => 'node/4', | 26414 'link_path' => 'node/4', |
24002 'router_path' => 'node/%', | 26415 'router_path' => 'node/%', |
24003 'link_title' => 'Test top book title', | 26416 'link_title' => 'Test top book title', |
24004 'options' => 'a:0:{}', | 26417 'options' => 'a:0:{}', |
24005 'module' => 'book', | 26418 'module' => 'book', |
24006 'hidden' => '0', | 26419 'hidden' => '0', |
24007 'external' => '0', | 26420 'external' => '0', |
24008 'has_children' => '1', | 26421 'has_children' => '1', |
24009 'expanded' => '0', | 26422 'expanded' => '0', |
24010 'weight' => '-10', | 26423 'weight' => '-10', |
24011 'depth' => '1', | 26424 'depth' => '1', |
24012 'customized' => '0', | 26425 'customized' => '0', |
24013 'p1' => '480', | 26426 'p1' => '480', |
24014 'p2' => '0', | 26427 'p2' => '0', |
24015 'p3' => '0', | 26428 'p3' => '0', |
24016 'p4' => '0', | 26429 'p4' => '0', |
24017 'p5' => '0', | 26430 'p5' => '0', |
24018 'p6' => '0', | 26431 'p6' => '0', |
24019 'p7' => '0', | 26432 'p7' => '0', |
24020 'p8' => '0', | 26433 'p8' => '0', |
24021 'p9' => '0', | 26434 'p9' => '0', |
24022 'updated' => '0', | 26435 'updated' => '0', |
24023 )) | 26436 )) |
24024 ->values(array( | 26437 ->values(array( |
24025 'menu_name' => 'book-toc-1', | 26438 'menu_name' => 'book-toc-1', |
24026 'mlid' => '481', | 26439 'mlid' => '481', |
24027 'plid' => '480', | 26440 'plid' => '480', |
24028 'link_path' => 'node/6', | 26441 'link_path' => 'node/6', |
24029 'router_path' => 'node/%', | 26442 'router_path' => 'node/%', |
24030 'link_title' => 'Test book title child 1', | 26443 'link_title' => 'Test book title child 1', |
24031 'options' => 'a:0:{}', | 26444 'options' => 'a:0:{}', |
24032 'module' => 'book', | 26445 'module' => 'book', |
24033 'hidden' => '0', | 26446 'hidden' => '0', |
24034 'external' => '0', | 26447 'external' => '0', |
24035 'has_children' => '1', | 26448 'has_children' => '1', |
24036 'expanded' => '0', | 26449 'expanded' => '0', |
24037 'weight' => '0', | 26450 'weight' => '0', |
24038 'depth' => '2', | 26451 'depth' => '2', |
24039 'customized' => '0', | 26452 'customized' => '0', |
24040 'p1' => '480', | 26453 'p1' => '480', |
24041 'p2' => '481', | 26454 'p2' => '481', |
24042 'p3' => '0', | 26455 'p3' => '0', |
24043 'p4' => '0', | 26456 'p4' => '0', |
24044 'p5' => '0', | 26457 'p5' => '0', |
24045 'p6' => '0', | 26458 'p6' => '0', |
24046 'p7' => '0', | 26459 'p7' => '0', |
24047 'p8' => '0', | 26460 'p8' => '0', |
24048 'p9' => '0', | 26461 'p9' => '0', |
24049 'updated' => '0', | 26462 'updated' => '0', |
24050 )) | 26463 )) |
24051 ->values(array( | 26464 ->values(array( |
24052 'menu_name' => 'book-toc-1', | 26465 'menu_name' => 'book-toc-1', |
24053 'mlid' => '482', | 26466 'mlid' => '482', |
24054 'plid' => '481', | 26467 'plid' => '481', |
24055 'link_path' => 'node/2', | 26468 'link_path' => 'node/2', |
24056 'router_path' => 'node/%', | 26469 'router_path' => 'node/%', |
24057 'link_title' => 'Test book title child 1.1', | 26470 'link_title' => 'Test book title child 1.1', |
24058 'options' => 'a:0:{}', | 26471 'options' => 'a:0:{}', |
24059 'module' => 'book', | 26472 'module' => 'book', |
24060 'hidden' => '0', | 26473 'hidden' => '0', |
24061 'external' => '0', | 26474 'external' => '0', |
24062 'has_children' => '0', | 26475 'has_children' => '0', |
24063 'expanded' => '0', | 26476 'expanded' => '0', |
24064 'weight' => '0', | 26477 'weight' => '0', |
24065 'depth' => '3', | 26478 'depth' => '3', |
24066 'customized' => '0', | 26479 'customized' => '0', |
24067 'p1' => '480', | 26480 'p1' => '480', |
24068 'p2' => '481', | 26481 'p2' => '481', |
24069 'p3' => '482', | 26482 'p3' => '482', |
24070 'p4' => '0', | 26483 'p4' => '0', |
24071 'p5' => '0', | 26484 'p5' => '0', |
24072 'p6' => '0', | 26485 'p6' => '0', |
24073 'p7' => '0', | 26486 'p7' => '0', |
24074 'p8' => '0', | 26487 'p8' => '0', |
24075 'p9' => '0', | 26488 'p9' => '0', |
24076 'updated' => '0', | 26489 'updated' => '0', |
24077 )) | 26490 )) |
24078 ->values(array( | 26491 ->values(array( |
24079 'menu_name' => 'book-toc-2', | 26492 'menu_name' => 'book-toc-2', |
24080 'mlid' => '483', | 26493 'mlid' => '483', |
24081 'plid' => '481', | 26494 'plid' => '481', |
24082 'link_path' => 'node/1', | 26495 'link_path' => 'node/1', |
24083 'router_path' => 'node/%', | 26496 'router_path' => 'node/%', |
24084 'link_title' => 'Test book title 2', | 26497 'link_title' => 'Test book title 2', |
24085 'options' => 'a:0:{}', | 26498 'options' => 'a:0:{}', |
24086 'module' => 'book', | 26499 'module' => 'book', |
24087 'hidden' => '0', | 26500 'hidden' => '0', |
24088 'external' => '0', | 26501 'external' => '0', |
24089 'has_children' => '0', | 26502 'has_children' => '0', |
24090 'expanded' => '0', | 26503 'expanded' => '0', |
24091 'weight' => '0', | 26504 'weight' => '0', |
24092 'depth' => '3', | 26505 'depth' => '3', |
24093 'customized' => '0', | 26506 'customized' => '0', |
24094 'p1' => '480', | 26507 'p1' => '480', |
24095 'p2' => '481', | 26508 'p2' => '481', |
24096 'p3' => '483', | 26509 'p3' => '483', |
24097 'p4' => '0', | 26510 'p4' => '0', |
24098 'p5' => '0', | 26511 'p5' => '0', |
24099 'p6' => '0', | 26512 'p6' => '0', |
24100 'p7' => '0', | 26513 'p7' => '0', |
24101 'p8' => '0', | 26514 'p8' => '0', |
24102 'p9' => '0', | 26515 'p9' => '0', |
24103 'updated' => '0', | 26516 'updated' => '0', |
24104 )) | 26517 )) |
24105 ->values(array( | 26518 ->values(array( |
24106 'menu_name' => 'navigation', | 26519 'menu_name' => 'navigation', |
24107 'mlid' => '484', | 26520 'mlid' => '484', |
24108 'plid' => '0', | 26521 'plid' => '0', |
24109 'link_path' => 'node/2', | 26522 'link_path' => 'node/2', |
24236 'p8' => '0', | 26649 'p8' => '0', |
24237 'p9' => '0', | 26650 'p9' => '0', |
24238 'updated' => '0', | 26651 'updated' => '0', |
24239 )) | 26652 )) |
24240 ->execute(); | 26653 ->execute(); |
24241 | |
24242 $connection->schema()->createTable('menu_router', array( | 26654 $connection->schema()->createTable('menu_router', array( |
24243 'fields' => array( | 26655 'fields' => array( |
24244 'path' => array( | 26656 'path' => array( |
24245 'type' => 'varchar', | 26657 'type' => 'varchar', |
24246 'not null' => TRUE, | 26658 'not null' => TRUE, |
34830 'position' => '', | 37242 'position' => '', |
34831 'weight' => '0', | 37243 'weight' => '0', |
34832 'include_file' => 'modules/user/user.pages.inc', | 37244 'include_file' => 'modules/user/user.pages.inc', |
34833 )) | 37245 )) |
34834 ->execute(); | 37246 ->execute(); |
34835 | |
34836 $connection->schema()->createTable('node', array( | 37247 $connection->schema()->createTable('node', array( |
34837 'fields' => array( | 37248 'fields' => array( |
34838 'nid' => array( | 37249 'nid' => array( |
34839 'type' => 'serial', | 37250 'type' => 'serial', |
34840 'not null' => TRUE, | 37251 'not null' => TRUE, |
35055 'sticky' => '0', | 37466 'sticky' => '0', |
35056 'tnid' => '0', | 37467 'tnid' => '0', |
35057 'translate' => '0', | 37468 'translate' => '0', |
35058 )) | 37469 )) |
35059 ->execute(); | 37470 ->execute(); |
35060 | |
35061 $connection->schema()->createTable('node_access', array( | 37471 $connection->schema()->createTable('node_access', array( |
35062 'fields' => array( | 37472 'fields' => array( |
35063 'nid' => array( | 37473 'nid' => array( |
35064 'type' => 'int', | 37474 'type' => 'int', |
35065 'not null' => TRUE, | 37475 'not null' => TRUE, |
35126 'grant_view' => '1', | 37536 'grant_view' => '1', |
35127 'grant_update' => '0', | 37537 'grant_update' => '0', |
35128 'grant_delete' => '0', | 37538 'grant_delete' => '0', |
35129 )) | 37539 )) |
35130 ->execute(); | 37540 ->execute(); |
35131 | |
35132 $connection->schema()->createTable('node_comment_statistics', array( | 37541 $connection->schema()->createTable('node_comment_statistics', array( |
35133 'fields' => array( | 37542 'fields' => array( |
35134 'nid' => array( | 37543 'nid' => array( |
35135 'type' => 'int', | 37544 'type' => 'int', |
35136 'not null' => TRUE, | 37545 'not null' => TRUE, |
35192 'last_comment_uid' => '1', | 37601 'last_comment_uid' => '1', |
35193 'comment_count' => '1', | 37602 'comment_count' => '1', |
35194 )) | 37603 )) |
35195 ->values(array( | 37604 ->values(array( |
35196 'nid' => '3', | 37605 'nid' => '3', |
35197 'cid' => '0', | 37606 'cid' => '3', |
35198 'last_comment_timestamp' => '1471428152', | 37607 'last_comment_timestamp' => '1533031490', |
35199 'last_comment_name' => NULL, | 37608 'last_comment_name' => '', |
35200 'last_comment_uid' => '1', | 37609 'last_comment_uid' => '1', |
35201 'comment_count' => '0', | 37610 'comment_count' => '1', |
35202 )) | 37611 )) |
35203 ->values(array( | 37612 ->values(array( |
35204 'nid' => '4', | 37613 'nid' => '4', |
35205 'cid' => '0', | 37614 'cid' => '0', |
35206 'last_comment_timestamp' => '1478755274', | 37615 'last_comment_timestamp' => '1478755274', |
35231 'last_comment_name' => NULL, | 37640 'last_comment_name' => NULL, |
35232 'last_comment_uid' => '1', | 37641 'last_comment_uid' => '1', |
35233 'comment_count' => '0', | 37642 'comment_count' => '0', |
35234 )) | 37643 )) |
35235 ->execute(); | 37644 ->execute(); |
35236 | |
35237 $connection->schema()->createTable('node_counter', array( | 37645 $connection->schema()->createTable('node_counter', array( |
35238 'fields' => array( | 37646 'fields' => array( |
35239 'nid' => array( | 37647 'nid' => array( |
35240 'type' => 'int', | 37648 'type' => 'int', |
35241 'not null' => TRUE, | 37649 'not null' => TRUE, |
35318 'totalcount' => '2', | 37726 'totalcount' => '2', |
35319 'daycount' => '2', | 37727 'daycount' => '2', |
35320 'timestamp' => '1504715438', | 37728 'timestamp' => '1504715438', |
35321 )) | 37729 )) |
35322 ->execute(); | 37730 ->execute(); |
35323 | |
35324 $connection->schema()->createTable('node_revision', array( | 37731 $connection->schema()->createTable('node_revision', array( |
35325 'fields' => array( | 37732 'fields' => array( |
35326 'nid' => array( | 37733 'nid' => array( |
35327 'type' => 'int', | 37734 'type' => 'int', |
35328 'not null' => TRUE, | 37735 'not null' => TRUE, |
35486 'comment' => '2', | 37893 'comment' => '2', |
35487 'promote' => '0', | 37894 'promote' => '0', |
35488 'sticky' => '0', | 37895 'sticky' => '0', |
35489 )) | 37896 )) |
35490 ->execute(); | 37897 ->execute(); |
35491 | |
35492 $connection->schema()->createTable('node_type', array( | 37898 $connection->schema()->createTable('node_type', array( |
35493 'fields' => array( | 37899 'fields' => array( |
35494 'type' => array( | 37900 'type' => array( |
35495 'type' => 'varchar', | 37901 'type' => 'varchar', |
35496 'not null' => TRUE, | 37902 'not null' => TRUE, |
35676 'locked' => '0', | 38082 'locked' => '0', |
35677 'disabled' => '0', | 38083 'disabled' => '0', |
35678 'orig_type' => 'test_content_type', | 38084 'orig_type' => 'test_content_type', |
35679 )) | 38085 )) |
35680 ->execute(); | 38086 ->execute(); |
35681 | |
35682 $connection->schema()->createTable('queue', array( | 38087 $connection->schema()->createTable('queue', array( |
35683 'fields' => array( | 38088 'fields' => array( |
35684 'item_id' => array( | 38089 'item_id' => array( |
35685 'type' => 'serial', | 38090 'type' => 'serial', |
35686 'not null' => TRUE, | 38091 'not null' => TRUE, |
35772 'type' => 'node', | 38177 'type' => 'node', |
35773 'bundle' => 'page', | 38178 'bundle' => 'page', |
35774 'mapping' => 'a:9:{s:7:"rdftype";a:1:{i:0;s:13:"foaf:Document";}s:5:"title";a:1:{s:10:"predicates";a:1:{i:0;s:8:"dc:title";}}s:7:"created";a:3:{s:10:"predicates";a:2:{i:0;s:7:"dc:date";i:1;s:10:"dc:created";}s:8:"datatype";s:12:"xsd:dateTime";s:8:"callback";s:12:"date_iso8601";}s:7:"changed";a:3:{s:10:"predicates";a:1:{i:0;s:11:"dc:modified";}s:8:"datatype";s:12:"xsd:dateTime";s:8:"callback";s:12:"date_iso8601";}s:4:"body";a:1:{s:10:"predicates";a:1:{i:0;s:15:"content:encoded";}}s:3:"uid";a:2:{s:10:"predicates";a:1:{i:0;s:16:"sioc:has_creator";}s:4:"type";s:3:"rel";}s:4:"name";a:1:{s:10:"predicates";a:1:{i:0;s:9:"foaf:name";}}s:13:"comment_count";a:2:{s:10:"predicates";a:1:{i:0;s:16:"sioc:num_replies";}s:8:"datatype";s:11:"xsd:integer";}s:13:"last_activity";a:3:{s:10:"predicates";a:1:{i:0;s:23:"sioc:last_activity_date";}s:8:"datatype";s:12:"xsd:dateTime";s:8:"callback";s:12:"date_iso8601";}}', | 38179 'mapping' => 'a:9:{s:7:"rdftype";a:1:{i:0;s:13:"foaf:Document";}s:5:"title";a:1:{s:10:"predicates";a:1:{i:0;s:8:"dc:title";}}s:7:"created";a:3:{s:10:"predicates";a:2:{i:0;s:7:"dc:date";i:1;s:10:"dc:created";}s:8:"datatype";s:12:"xsd:dateTime";s:8:"callback";s:12:"date_iso8601";}s:7:"changed";a:3:{s:10:"predicates";a:1:{i:0;s:11:"dc:modified";}s:8:"datatype";s:12:"xsd:dateTime";s:8:"callback";s:12:"date_iso8601";}s:4:"body";a:1:{s:10:"predicates";a:1:{i:0;s:15:"content:encoded";}}s:3:"uid";a:2:{s:10:"predicates";a:1:{i:0;s:16:"sioc:has_creator";}s:4:"type";s:3:"rel";}s:4:"name";a:1:{s:10:"predicates";a:1:{i:0;s:9:"foaf:name";}}s:13:"comment_count";a:2:{s:10:"predicates";a:1:{i:0;s:16:"sioc:num_replies";}s:8:"datatype";s:11:"xsd:integer";}s:13:"last_activity";a:3:{s:10:"predicates";a:1:{i:0;s:23:"sioc:last_activity_date";}s:8:"datatype";s:12:"xsd:dateTime";s:8:"callback";s:12:"date_iso8601";}}', |
35775 )) | 38180 )) |
35776 ->execute(); | 38181 ->execute(); |
35777 | |
35778 $connection->schema()->createTable('registry', array( | 38182 $connection->schema()->createTable('registry', array( |
35779 'fields' => array( | 38183 'fields' => array( |
35780 'name' => array( | 38184 'name' => array( |
35781 'type' => 'varchar', | 38185 'type' => 'varchar', |
35782 'not null' => TRUE, | 38186 'not null' => TRUE, |
36493 'filename' => 'sites/all/modules/phone/tests/phone.cr.test', | 38897 'filename' => 'sites/all/modules/phone/tests/phone.cr.test', |
36494 'module' => 'phone', | 38898 'module' => 'phone', |
36495 'weight' => '0', | 38899 'weight' => '0', |
36496 )) | 38900 )) |
36497 ->values(array( | 38901 ->values(array( |
38902 'name' => 'CSPhoneNumberTestCase', | |
38903 'type' => 'class', | |
38904 'filename' => 'sites/all/modules/phone/tests/phone.cs.test', | |
38905 'module' => 'phone', | |
38906 'weight' => '0', | |
38907 )) | |
38908 ->values(array( | |
36498 'name' => 'CtoolsContextKeywordsSubstitutionTestCase', | 38909 'name' => 'CtoolsContextKeywordsSubstitutionTestCase', |
36499 'type' => 'class', | 38910 'type' => 'class', |
36500 'filename' => 'sites/all/modules/ctools/tests/context.test', | 38911 'filename' => 'sites/all/modules/ctools/tests/context.test', |
36501 'module' => 'ctools_plugin_test', | 38912 'module' => 'ctools_plugin_test', |
36502 'weight' => '0', | 38913 'weight' => '0', |
36597 'type' => 'class', | 39008 'type' => 'class', |
36598 'filename' => 'sites/all/modules/ctools/includes/stylizer.inc', | 39009 'filename' => 'sites/all/modules/ctools/includes/stylizer.inc', |
36599 'module' => 'ctools', | 39010 'module' => 'ctools', |
36600 'weight' => '0', | 39011 'weight' => '0', |
36601 )) | 39012 )) |
36602 ->values(array( | |
36603 'name' => 'CSPhoneNumberTestCase', | |
36604 'type' => 'class', | |
36605 'filename' => 'sites/all/modules/phone/tests/phone.cs.test', | |
36606 'module' => 'phone', | |
36607 'weight' => '0', | |
36608 )) | |
36609 | |
36610 ->values(array( | 39013 ->values(array( |
36611 'name' => 'DashboardBlocksTestCase', | 39014 'name' => 'DashboardBlocksTestCase', |
36612 'type' => 'class', | 39015 'type' => 'class', |
36613 'filename' => 'modules/dashboard/dashboard.test', | 39016 'filename' => 'modules/dashboard/dashboard.test', |
36614 'module' => 'dashboard', | 39017 'module' => 'dashboard', |
42150 'filename' => 'sites/all/modules/phone/tests/phone.za.test', | 44553 'filename' => 'sites/all/modules/phone/tests/phone.za.test', |
42151 'module' => 'phone', | 44554 'module' => 'phone', |
42152 'weight' => '0', | 44555 'weight' => '0', |
42153 )) | 44556 )) |
42154 ->execute(); | 44557 ->execute(); |
42155 | |
42156 $connection->schema()->createTable('registry_file', array( | 44558 $connection->schema()->createTable('registry_file', array( |
42157 'fields' => array( | 44559 'fields' => array( |
42158 'filename' => array( | 44560 'filename' => array( |
42159 'type' => 'varchar', | 44561 'type' => 'varchar', |
42160 'not null' => TRUE, | 44562 'not null' => TRUE, |
43504 ->values(array( | 45906 ->values(array( |
43505 'filename' => 'sites/all/modules/views/tests/views_view.test', | 45907 'filename' => 'sites/all/modules/views/tests/views_view.test', |
43506 'hash' => 'a52e010d27cc2eb29804a3acd30f574adf11fad1f5860e431178b61cddbdbb69', | 45908 'hash' => 'a52e010d27cc2eb29804a3acd30f574adf11fad1f5860e431178b61cddbdbb69', |
43507 )) | 45909 )) |
43508 ->execute(); | 45910 ->execute(); |
43509 | |
43510 $connection->schema()->createTable('role', array( | 45911 $connection->schema()->createTable('role', array( |
43511 'fields' => array( | 45912 'fields' => array( |
43512 'rid' => array( | 45913 'rid' => array( |
43513 'type' => 'serial', | 45914 'type' => 'serial', |
43514 'not null' => TRUE, | 45915 'not null' => TRUE, |
43554 'rid' => '3', | 45955 'rid' => '3', |
43555 'name' => 'administrator', | 45956 'name' => 'administrator', |
43556 'weight' => '2', | 45957 'weight' => '2', |
43557 )) | 45958 )) |
43558 ->execute(); | 45959 ->execute(); |
43559 | |
43560 $connection->schema()->createTable('role_permission', array( | 45960 $connection->schema()->createTable('role_permission', array( |
43561 'fields' => array( | 45961 'fields' => array( |
43562 'rid' => array( | 45962 'rid' => array( |
43563 'type' => 'int', | 45963 'type' => 'int', |
43564 'not null' => TRUE, | 45964 'not null' => TRUE, |
43976 'permission' => 'switch shortcut sets', | 46376 'permission' => 'switch shortcut sets', |
43977 'module' => 'shortcut', | 46377 'module' => 'shortcut', |
43978 )) | 46378 )) |
43979 ->values(array( | 46379 ->values(array( |
43980 'rid' => '3', | 46380 'rid' => '3', |
46381 'permission' => 'translate admin strings', | |
46382 'module' => 'i18n_string', | |
46383 )) | |
46384 ->values(array( | |
46385 'rid' => '3', | |
46386 'permission' => 'translate blocks', | |
46387 'module' => 'i18n_block', | |
46388 )) | |
46389 ->values(array( | |
46390 'rid' => '3', | |
43981 'permission' => 'translate content', | 46391 'permission' => 'translate content', |
43982 'module' => 'translation', | 46392 'module' => 'translation', |
43983 )) | 46393 )) |
43984 ->values(array( | 46394 ->values(array( |
43985 'rid' => '3', | 46395 'rid' => '3', |
43986 'permission' => 'translate interface', | 46396 'permission' => 'translate interface', |
43987 'module' => 'locale', | 46397 'module' => 'locale', |
43988 )) | 46398 )) |
43989 ->values(array( | 46399 ->values(array( |
43990 'rid' => '3', | 46400 'rid' => '3', |
46401 'permission' => 'translate user-defined strings', | |
46402 'module' => 'i18n_string', | |
46403 )) | |
46404 ->values(array( | |
46405 'rid' => '3', | |
43991 'permission' => 'use advanced search', | 46406 'permission' => 'use advanced search', |
43992 'module' => 'search', | 46407 'module' => 'search', |
43993 )) | 46408 )) |
43994 ->values(array( | 46409 ->values(array( |
43995 'rid' => '3', | 46410 'rid' => '3', |
44045 'rid' => '3', | 46460 'rid' => '3', |
44046 'permission' => 'view the administration theme', | 46461 'permission' => 'view the administration theme', |
44047 'module' => 'system', | 46462 'module' => 'system', |
44048 )) | 46463 )) |
44049 ->execute(); | 46464 ->execute(); |
44050 | |
44051 $connection->schema()->createTable('search_dataset', array( | 46465 $connection->schema()->createTable('search_dataset', array( |
44052 'fields' => array( | 46466 'fields' => array( |
44053 'sid' => array( | 46467 'sid' => array( |
44054 'type' => 'int', | 46468 'type' => 'int', |
44055 'not null' => TRUE, | 46469 'not null' => TRUE, |
44100 'type' => 'node', | 46514 'type' => 'node', |
44101 'data' => ' the thing about deep space 9 is that it s the absolute best show ever trust me i would know benjamin sisko odo quark ', | 46515 'data' => ' the thing about deep space 9 is that it s the absolute best show ever trust me i would know benjamin sisko odo quark ', |
44102 'reindex' => '0', | 46516 'reindex' => '0', |
44103 )) | 46517 )) |
44104 ->execute(); | 46518 ->execute(); |
44105 | |
44106 $connection->schema()->createTable('search_index', array( | 46519 $connection->schema()->createTable('search_index', array( |
44107 'fields' => array( | 46520 'fields' => array( |
44108 'word' => array( | 46521 'word' => array( |
44109 'type' => 'varchar', | 46522 'type' => 'varchar', |
44110 'not null' => TRUE, | 46523 'not null' => TRUE, |
44426 'sid' => '2', | 46839 'sid' => '2', |
44427 'type' => 'node', | 46840 'type' => 'node', |
44428 'score' => '1', | 46841 'score' => '1', |
44429 )) | 46842 )) |
44430 ->execute(); | 46843 ->execute(); |
44431 | |
44432 $connection->schema()->createTable('search_node_links', array( | 46844 $connection->schema()->createTable('search_node_links', array( |
44433 'fields' => array( | 46845 'fields' => array( |
44434 'sid' => array( | 46846 'sid' => array( |
44435 'type' => 'int', | 46847 'type' => 'int', |
44436 'not null' => TRUE, | 46848 'not null' => TRUE, |
44674 ->values(array( | 47086 ->values(array( |
44675 'word' => 'would', | 47087 'word' => 'would', |
44676 'count' => '0', | 47088 'count' => '0', |
44677 )) | 47089 )) |
44678 ->execute(); | 47090 ->execute(); |
44679 | |
44680 $connection->schema()->createTable('semaphore', array( | 47091 $connection->schema()->createTable('semaphore', array( |
44681 'fields' => array( | 47092 'fields' => array( |
44682 'name' => array( | 47093 'name' => array( |
44683 'type' => 'varchar', | 47094 'type' => 'varchar', |
44684 'not null' => TRUE, | 47095 'not null' => TRUE, |
44725 )) | 47136 )) |
44726 ->values(array( | 47137 ->values(array( |
44727 'value' => '2', | 47138 'value' => '2', |
44728 )) | 47139 )) |
44729 ->execute(); | 47140 ->execute(); |
44730 | |
44731 $connection->schema()->createTable('sessions', array( | 47141 $connection->schema()->createTable('sessions', array( |
44732 'fields' => array( | 47142 'fields' => array( |
44733 'uid' => array( | 47143 'uid' => array( |
44734 'type' => 'int', | 47144 'type' => 'int', |
44735 'not null' => TRUE, | 47145 'not null' => TRUE, |
44811 ->values(array( | 47221 ->values(array( |
44812 'set_name' => 'shortcut-set-2', | 47222 'set_name' => 'shortcut-set-2', |
44813 'title' => 'Alternative shortcut set', | 47223 'title' => 'Alternative shortcut set', |
44814 )) | 47224 )) |
44815 ->execute(); | 47225 ->execute(); |
44816 | |
44817 $connection->schema()->createTable('shortcut_set_users', array( | 47226 $connection->schema()->createTable('shortcut_set_users', array( |
44818 'fields' => array( | 47227 'fields' => array( |
44819 'uid' => array( | 47228 'uid' => array( |
44820 'type' => 'int', | 47229 'type' => 'int', |
44821 'not null' => TRUE, | 47230 'not null' => TRUE, |
44844 ->values(array( | 47253 ->values(array( |
44845 'uid' => '2', | 47254 'uid' => '2', |
44846 'set_name' => 'shortcut-set-2', | 47255 'set_name' => 'shortcut-set-2', |
44847 )) | 47256 )) |
44848 ->execute(); | 47257 ->execute(); |
44849 | |
44850 $connection->schema()->createTable('simpletest', array( | 47258 $connection->schema()->createTable('simpletest', array( |
44851 'fields' => array( | 47259 'fields' => array( |
44852 'message_id' => array( | 47260 'message_id' => array( |
44853 'type' => 'serial', | 47261 'type' => 'serial', |
44854 'not null' => TRUE, | 47262 'not null' => TRUE, |
46584 'owner' => '', | 48992 'owner' => '', |
46585 'status' => '1', | 48993 'status' => '1', |
46586 'bootstrap' => '0', | 48994 'bootstrap' => '0', |
46587 'schema_version' => '7009', | 48995 'schema_version' => '7009', |
46588 'weight' => '11', | 48996 'weight' => '11', |
46589 'info' => 'a:14:{s:4:"name";s:18:"Entity Translation";s:11:"description";s:58:"Allows entities to be translated into different languages.";s:7:"package";s:33:"Multilingual - Entity Translation";s:4:"core";s:3:"7.x";s:9:"configure";s:40:"admin/config/regional/entity_translation";s:12:"dependencies";a:1:{i:0;s:14:"locale (>7.14)";}s:17:"test_dependencies";a:2:{i:0;s:17:"pathauto:pathauto";i:1;s:5:"title";}s:5:"files";a:15:{i:0;s:40:"includes/translation.handler_factory.inc";i:1;s:32:"includes/translation.handler.inc";i:2;s:40:"includes/translation.handler.comment.inc";i:3;s:37:"includes/translation.handler.node.inc";i:4;s:46:"includes/translation.handler.taxonomy_term.inc";i:5;s:37:"includes/translation.handler.user.inc";i:6;s:32:"includes/translation.migrate.inc";i:7;s:29:"tests/entity_translation.test";i:8;s:49:"views/entity_translation_handler_relationship.inc";i:9;s:57:"views/entity_translation_handler_field_translate_link.inc";i:10;s:48:"views/entity_translation_handler_field_label.inc";i:11;s:55:"views/entity_translation_handler_filter_entity_type.inc";i:12;s:52:"views/entity_translation_handler_filter_language.inc";i:13;s:62:"views/entity_translation_handler_filter_translation_exists.inc";i:14;s:48:"views/entity_translation_handler_field_field.inc";}s:7:"version";s:7:"7.x-1.0";s:7:"project";s:18:"entity_translation";s:9:"datestamp";s:10:"1522600694";s:5:"mtime";i:1522600694;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | 48997 'info' => 'a:14:{s:4:"name";s:18:"Entity Translation";s:11:"description";s:58:"Allows entities to be translated into different languages.";s:7:"package";s:33:"Multilingual - Entity Translation";s:4:"core";s:3:"7.x";s:9:"configure";s:40:"admin/config/regional/entity_translation";s:12:"dependencies";a:1:{i:0;s:14:"locale (>7.14)";}s:17:"test_dependencies";a:2:{i:0;s:17:"pathauto:pathauto";i:1;s:5:"title";}s:5:"files";a:15:{i:0;s:40:"includes/translation.handler_factory.inc";i:1;s:32:"includes/translation.handler.inc";i:2;s:40:"includes/translation.handler.comment.inc";i:3;s:37:"includes/translation.handler.node.inc";i:4;s:46:"includes/translation.handler.taxonomy_term.inc";i:5;s:37:"includes/translation.handler.user.inc";i:6;s:32:"includes/translation.migrate.inc";i:7;s:29:"tests/entity_translation.test";i:8;s:49:"views/entity_translation_handler_relationship.inc";i:9;s:57:"views/entity_translation_handler_field_translate_link.inc";i:10;s:48:"views/entity_translation_handler_field_label.inc";i:11;s:55:"views/entity_translation_handler_filter_entity_type.inc";i:12;s:52:"views/entity_translation_handler_filter_language.inc";i:13;s:62:"views/entity_translation_handler_filter_translation_exists.inc";i:14;s:48:"views/entity_translation_handler_field_field.inc";}s:7:"version";s:7:"7.x-1.0";s:7:"project";s:18:"entity_translation";s:9:"datestamp";s:10:"1522600694";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', |
48998 )) | |
48999 ->values(array( | |
49000 'filename' => 'sites/all/modules/entity_translation/entity_translation_i18n_menu/entity_translation_i18n_menu.module', | |
49001 'name' => 'entity_translation_i18n_menu', | |
49002 'type' => 'module', | |
49003 'owner' => '', | |
49004 'status' => '0', | |
49005 'bootstrap' => '0', | |
49006 'schema_version' => '-1', | |
49007 'weight' => '0', | |
49008 'info' => 'a:12:{s:4:"name";s:23:"Entity Translation Menu";s:11:"description";s:54:"Allows menu items to be translated on the entity form.";s:7:"package";s:33:"Multilingual - Entity Translation";s:4:"core";s:3:"7.x";s:12:"dependencies";a:3:{i:0;s:18:"entity_translation";i:1;s:4:"i18n";i:2;s:9:"i18n_menu";}s:5:"files";a:1:{i:0;s:33:"entity_translation_i18n_menu.test";}s:7:"version";s:7:"7.x-1.0";s:7:"project";s:18:"entity_translation";s:9:"datestamp";s:10:"1522600694";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49009 )) | |
49010 ->values(array( | |
49011 'filename' => 'sites/all/modules/entity_translation/entity_translation_upgrade/entity_translation_upgrade.module', | |
49012 'name' => 'entity_translation_upgrade', | |
49013 'type' => 'module', | |
49014 'owner' => '', | |
49015 'status' => '0', | |
49016 'bootstrap' => '0', | |
49017 'schema_version' => '-1', | |
49018 'weight' => '0', | |
49019 'info' => 'a:12:{s:4:"name";s:26:"Entity Translation Upgrade";s:11:"description";s:80:"Provides an upgrade path from node-based translation to field-based translation.";s:7:"package";s:33:"Multilingual - Entity Translation";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:18:"entity_translation";}s:5:"files";a:1:{i:0;s:31:"entity_translation_upgrade.test";}s:7:"version";s:7:"7.x-1.0";s:7:"project";s:18:"entity_translation";s:9:"datestamp";s:10:"1522600694";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49020 )) | |
49021 ->values(array( | |
49022 'filename' => 'sites/all/modules/entity_translation/tests/entity_translation_test.module', | |
49023 'name' => 'entity_translation_test', | |
49024 'type' => 'module', | |
49025 'owner' => '', | |
49026 'status' => '0', | |
49027 'bootstrap' => '0', | |
49028 'schema_version' => '-1', | |
49029 'weight' => '0', | |
49030 'info' => 'a:13:{s:4:"name";s:26:"Entity Translation testing";s:11:"description";s:61:"Tests Entity Translation module functionality. Do not enable.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:6:"hidden";b:1;s:12:"dependencies";a:1:{i:0;s:18:"entity_translation";}s:5:"files";a:1:{i:0;s:30:"entity_translation_test.module";}s:7:"version";s:7:"7.x-1.0";s:7:"project";s:18:"entity_translation";s:9:"datestamp";s:10:"1522600694";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49031 )) | |
49032 ->values(array( | |
49033 'filename' => 'sites/all/modules/i18n/i18n.module', | |
49034 'name' => 'i18n', | |
49035 'type' => 'module', | |
49036 'owner' => '', | |
49037 'status' => '1', | |
49038 'bootstrap' => '1', | |
49039 'schema_version' => '7001', | |
49040 'weight' => '10', | |
49041 'info' => 'a:13:{s:4:"name";s:20:"Internationalization";s:11:"description";s:49:"Extends Drupal support for multilingual features.";s:12:"dependencies";a:2:{i:0;s:6:"locale";i:1;s:8:"variable";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:15:"i18n_object.inc";i:1;s:9:"i18n.test";}s:9:"configure";s:26:"admin/config/regional/i18n";s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49042 )) | |
49043 ->values(array( | |
49044 'filename' => 'sites/all/modules/i18n/i18n_block/i18n_block.module', | |
49045 'name' => 'i18n_block', | |
49046 'type' => 'module', | |
49047 'owner' => '', | |
49048 'status' => '1', | |
49049 'bootstrap' => '0', | |
49050 'schema_version' => '7001', | |
49051 'weight' => '100', | |
49052 'info' => 'a:12:{s:4:"name";s:15:"Block languages";s:11:"description";s:68:"Enables language selector for blocks and optional block translation.";s:12:"dependencies";a:2:{i:0;s:5:"block";i:1;s:11:"i18n_string";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:14:"i18n_block.inc";i:1;s:15:"i18n_block.test";}s:7:"version";s:8:"7.x-1.25";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1531342125";s:5:"mtime";i:1537747250;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49053 )) | |
49054 ->values(array( | |
49055 'filename' => 'sites/all/modules/i18n/i18n_contact/i18n_contact.module', | |
49056 'name' => 'i18n_contact', | |
49057 'type' => 'module', | |
49058 'owner' => '', | |
49059 'status' => '0', | |
49060 'bootstrap' => '0', | |
49061 'schema_version' => '-1', | |
49062 'weight' => '0', | |
49063 'info' => 'a:12:{s:4:"name";s:19:"Contact translation";s:11:"description";s:63:"Makes contact categories and replies available for translation.";s:12:"dependencies";a:2:{i:0;s:7:"contact";i:1;s:11:"i18n_string";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}', | |
49064 )) | |
49065 ->values(array( | |
49066 'filename' => 'sites/all/modules/i18n/i18n_field/i18n_field.module', | |
49067 'name' => 'i18n_field', | |
49068 'type' => 'module', | |
49069 'owner' => '', | |
49070 'status' => '0', | |
49071 'bootstrap' => '0', | |
49072 'schema_version' => '-1', | |
49073 'weight' => '0', | |
49074 'info' => 'a:12:{s:4:"name";s:17:"Field translation";s:11:"description";s:26:"Translate field properties";s:12:"dependencies";a:2:{i:0;s:5:"field";i:1;s:11:"i18n_string";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:14:"i18n_field.inc";i:1;s:15:"i18n_field.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49075 )) | |
49076 ->values(array( | |
49077 'filename' => 'sites/all/modules/i18n/i18n_forum/i18n_forum.module', | |
49078 'name' => 'i18n_forum', | |
49079 'type' => 'module', | |
49080 'owner' => '', | |
49081 'status' => '0', | |
49082 'bootstrap' => '0', | |
49083 'schema_version' => '-1', | |
49084 'weight' => '0', | |
49085 'info' => 'a:12:{s:4:"name";s:18:"Multilingual forum";s:11:"description";s:60:"Enables multilingual forum, translates names and containers.";s:12:"dependencies";a:3:{i:0;s:5:"forum";i:1;s:13:"i18n_taxonomy";i:2;s:9:"i18n_node";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:15:"i18n_forum.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49086 )) | |
49087 ->values(array( | |
49088 'filename' => 'sites/all/modules/i18n/i18n_menu/i18n_menu.module', | |
49089 'name' => 'i18n_menu', | |
49090 'type' => 'module', | |
49091 'owner' => '', | |
49092 'status' => '0', | |
49093 'bootstrap' => '0', | |
49094 'schema_version' => '-1', | |
49095 'weight' => '0', | |
49096 'info' => 'a:12:{s:4:"name";s:16:"Menu translation";s:11:"description";s:40:"Supports translatable custom menu items.";s:12:"dependencies";a:4:{i:0;s:4:"i18n";i:1;s:4:"menu";i:2;s:11:"i18n_string";i:3;s:16:"i18n_translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:13:"i18n_menu.inc";i:1;s:14:"i18n_menu.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49097 )) | |
49098 ->values(array( | |
49099 'filename' => 'sites/all/modules/i18n/i18n_node/i18n_node.module', | |
49100 'name' => 'i18n_node', | |
49101 'type' => 'module', | |
49102 'owner' => '', | |
49103 'status' => '0', | |
49104 'bootstrap' => '0', | |
49105 'schema_version' => '-1', | |
49106 'weight' => '0', | |
49107 'info' => 'a:13:{s:4:"name";s:20:"Multilingual content";s:11:"description";s:46:"Extended node options for multilingual content";s:12:"dependencies";a:3:{i:0;s:11:"translation";i:1;s:4:"i18n";i:2;s:11:"i18n_string";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:9:"configure";s:31:"admin/config/regional/i18n/node";s:5:"files";a:2:{i:0;s:14:"i18n_node.test";i:1;s:22:"i18n_node.variable.inc";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49108 )) | |
49109 ->values(array( | |
49110 'filename' => 'sites/all/modules/i18n/i18n_path/i18n_path.module', | |
49111 'name' => 'i18n_path', | |
49112 'type' => 'module', | |
49113 'owner' => '', | |
49114 'status' => '0', | |
49115 'bootstrap' => '0', | |
49116 'schema_version' => '-1', | |
49117 'weight' => '0', | |
49118 'info' => 'a:12:{s:4:"name";s:16:"Path translation";s:11:"description";s:37:"Define translations for generic paths";s:12:"dependencies";a:1:{i:0;s:16:"i18n_translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:13:"i18n_path.inc";i:1;s:14:"i18n_path.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49119 )) | |
49120 ->values(array( | |
49121 'filename' => 'sites/all/modules/i18n/i18n_redirect/i18n_redirect.module', | |
49122 'name' => 'i18n_redirect', | |
49123 'type' => 'module', | |
49124 'owner' => '', | |
49125 'status' => '0', | |
49126 'bootstrap' => '0', | |
49127 'schema_version' => '-1', | |
49128 'weight' => '0', | |
49129 'info' => 'a:12:{s:4:"name";s:20:"Translation redirect";s:11:"description";s:71:"Redirect to translated page when available. SEO for multilingual sites.";s:12:"dependencies";a:1:{i:0;s:4:"i18n";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}', | |
49130 )) | |
49131 ->values(array( | |
49132 'filename' => 'sites/all/modules/i18n/i18n_select/i18n_select.module', | |
49133 'name' => 'i18n_select', | |
49134 'type' => 'module', | |
49135 'owner' => '', | |
49136 'status' => '0', | |
49137 'bootstrap' => '0', | |
49138 'schema_version' => '-1', | |
49139 'weight' => '0', | |
49140 'info' => 'a:13:{s:4:"name";s:19:"Multilingual select";s:11:"description";s:45:"API module for multilingual content selection";s:12:"dependencies";a:1:{i:0;s:4:"i18n";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:9:"configure";s:33:"admin/config/regional/i18n/select";s:5:"files";a:1:{i:0;s:16:"i18n_select.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49141 )) | |
49142 ->values(array( | |
49143 'filename' => 'sites/all/modules/i18n/i18n_string/i18n_string.module', | |
49144 'name' => 'i18n_string', | |
49145 'type' => 'module', | |
49146 'owner' => '', | |
49147 'status' => '0', | |
49148 'bootstrap' => '0', | |
49149 'schema_version' => '-1', | |
49150 'weight' => '0', | |
49151 'info' => 'a:13:{s:4:"name";s:18:"String translation";s:11:"description";s:57:"Provides support for translation of user defined strings.";s:12:"dependencies";a:2:{i:0;s:6:"locale";i:1;s:4:"i18n";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:3:{i:0;s:21:"i18n_string.admin.inc";i:1;s:15:"i18n_string.inc";i:2;s:16:"i18n_string.test";}s:9:"configure";s:34:"admin/config/regional/i18n/strings";s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49152 )) | |
49153 ->values(array( | |
49154 'filename' => 'sites/all/modules/i18n/i18n_sync/i18n_sync.module', | |
49155 'name' => 'i18n_sync', | |
49156 'type' => 'module', | |
49157 'owner' => '', | |
49158 'status' => '0', | |
49159 'bootstrap' => '0', | |
49160 'schema_version' => '-1', | |
49161 'weight' => '0', | |
49162 'info' => 'a:12:{s:4:"name";s:24:"Synchronize translations";s:11:"description";s:73:"Synchronizes taxonomy and fields across translations of the same content.";s:12:"dependencies";a:2:{i:0;s:4:"i18n";i:1;s:11:"translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:5:{i:0;s:16:"i18n_sync.module";i:1;s:17:"i18n_sync.install";i:2;s:20:"i18n_sync.module.inc";i:3;s:18:"i18n_sync.node.inc";i:4;s:14:"i18n_sync.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49163 )) | |
49164 ->values(array( | |
49165 'filename' => 'sites/all/modules/i18n/i18n_taxonomy/i18n_taxonomy.module', | |
49166 'name' => 'i18n_taxonomy', | |
49167 'type' => 'module', | |
49168 'owner' => '', | |
49169 'status' => '0', | |
49170 'bootstrap' => '0', | |
49171 'schema_version' => '-1', | |
49172 'weight' => '0', | |
49173 'info' => 'a:12:{s:4:"name";s:20:"Taxonomy translation";s:11:"description";s:30:"Enables multilingual taxonomy.";s:12:"dependencies";a:3:{i:0;s:8:"taxonomy";i:1;s:11:"i18n_string";i:2;s:16:"i18n_translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:4:{i:0;s:17:"i18n_taxonomy.inc";i:1;s:23:"i18n_taxonomy.pages.inc";i:2;s:23:"i18n_taxonomy.admin.inc";i:3;s:18:"i18n_taxonomy.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49174 )) | |
49175 ->values(array( | |
49176 'filename' => 'sites/all/modules/i18n/i18n_translation/i18n_translation.module', | |
49177 'name' => 'i18n_translation', | |
49178 'type' => 'module', | |
49179 'owner' => '', | |
49180 'status' => '0', | |
49181 'bootstrap' => '0', | |
49182 'schema_version' => '-1', | |
49183 'weight' => '0', | |
49184 'info' => 'a:12:{s:4:"name";s:16:"Translation sets";s:11:"description";s:47:"Simple translation sets API for generic objects";s:12:"dependencies";a:1:{i:0;s:4:"i18n";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:20:"i18n_translation.inc";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49185 )) | |
49186 ->values(array( | |
49187 'filename' => 'sites/all/modules/i18n/i18n_user/i18n_user.module', | |
49188 'name' => 'i18n_user', | |
49189 'type' => 'module', | |
49190 'owner' => '', | |
49191 'status' => '0', | |
49192 'bootstrap' => '0', | |
49193 'schema_version' => '-1', | |
49194 'weight' => '0', | |
49195 'info' => 'a:12:{s:4:"name";s:21:"User mail translation";s:11:"description";s:43:"Translate emails sent from the User module.";s:4:"core";s:3:"7.x";s:7:"package";s:35:"Multilingual - Internationalization";s:12:"dependencies";a:1:{i:0;s:13:"i18n_variable";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}', | |
49196 )) | |
49197 ->values(array( | |
49198 'filename' => 'sites/all/modules/i18n/i18n_variable/i18n_variable.module', | |
49199 'name' => 'i18n_variable', | |
49200 'type' => 'module', | |
49201 'owner' => '', | |
49202 'status' => '1', | |
49203 'bootstrap' => '1', | |
49204 'schema_version' => '7004', | |
49205 'weight' => '-900', | |
49206 'info' => 'a:13:{s:4:"name";s:20:"Variable translation";s:11:"description";s:71:"Multilingual variables that switch language depending on page language.";s:12:"dependencies";a:3:{i:0;s:4:"i18n";i:1;s:24:"variable_store (7.x-2.x)";i:2;s:24:"variable_realm (7.x-2.x)";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:9:"configure";s:35:"admin/config/regional/i18n/variable";s:5:"files";a:2:{i:0;s:23:"i18n_variable.class.inc";i:1;s:18:"i18n_variable.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49207 )) | |
49208 ->values(array( | |
49209 'filename' => 'sites/all/modules/i18n/tests/i18n_test.module', | |
49210 'name' => 'i18n_test', | |
49211 'type' => 'module', | |
49212 'owner' => '', | |
49213 'status' => '0', | |
49214 'bootstrap' => '0', | |
49215 'schema_version' => '-1', | |
49216 'weight' => '0', | |
49217 'info' => 'a:13:{s:4:"name";s:26:"Internationalization tests";s:11:"description";s:55:"Helper module for testing i18n (do not enable manually)";s:12:"dependencies";a:3:{i:0;s:6:"locale";i:1;s:11:"translation";i:2;s:4:"i18n";}s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}', | |
46590 )) | 49218 )) |
46591 ->values(array( | 49219 ->values(array( |
46592 'filename' => 'sites/all/modules/link/link.module', | 49220 'filename' => 'sites/all/modules/link/link.module', |
46593 'name' => 'link', | 49221 'name' => 'link', |
46594 'type' => 'module', | 49222 'type' => 'module', |
46607 'status' => '1', | 49235 'status' => '1', |
46608 'bootstrap' => '0', | 49236 'bootstrap' => '0', |
46609 'schema_version' => '0', | 49237 'schema_version' => '0', |
46610 'weight' => '0', | 49238 'weight' => '0', |
46611 'info' => 'a:14:{s:4:"name";s:5:"Phone";s:11:"description";s:80:"The phone module allows administrators to define a field type for phone numbers.";s:7:"package";s:6:"Fields";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:30:{i:0;s:17:"phone.migrate.inc";i:1;s:19:"tests/phone.au.test";i:2;s:19:"tests/phone.be.test";i:3;s:19:"tests/phone.br.test";i:4;s:19:"tests/phone.ca.test";i:5;s:19:"tests/phone.ch.test";i:6;s:19:"tests/phone.cl.test";i:7;s:19:"tests/phone.cn.test";i:8;s:19:"tests/phone.cr.test";i:9;s:19:"tests/phone.cs.test";i:10;s:19:"tests/phone.eg.test";i:11;s:19:"tests/phone.es.test";i:12;s:19:"tests/phone.fr.test";i:13;s:19:"tests/phone.hu.test";i:14;s:19:"tests/phone.il.test";i:15;s:20:"tests/phone.int.test";i:16;s:19:"tests/phone.it.test";i:17;s:19:"tests/phone.jo.test";i:18;s:19:"tests/phone.nl.test";i:19;s:19:"tests/phone.nz.test";i:20;s:19:"tests/phone.pa.test";i:21;s:19:"tests/phone.ph.test";i:22;s:19:"tests/phone.pk.test";i:23;s:19:"tests/phone.pl.test";i:24;s:19:"tests/phone.ru.test";i:25;s:19:"tests/phone.se.test";i:26;s:19:"tests/phone.sg.test";i:27;s:19:"tests/phone.ua.test";i:28;s:19:"tests/phone.uk.test";i:29;s:19:"tests/phone.za.test";}s:4:"core";s:3:"7.x";s:7:"version";s:13:"7.x-1.0-beta1";s:7:"project";s:5:"phone";s:9:"datestamp";s:10:"1389732224";s:5:"mtime";i:1389732224;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}', | 49239 'info' => 'a:14:{s:4:"name";s:5:"Phone";s:11:"description";s:80:"The phone module allows administrators to define a field type for phone numbers.";s:7:"package";s:6:"Fields";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:30:{i:0;s:17:"phone.migrate.inc";i:1;s:19:"tests/phone.au.test";i:2;s:19:"tests/phone.be.test";i:3;s:19:"tests/phone.br.test";i:4;s:19:"tests/phone.ca.test";i:5;s:19:"tests/phone.ch.test";i:6;s:19:"tests/phone.cl.test";i:7;s:19:"tests/phone.cn.test";i:8;s:19:"tests/phone.cr.test";i:9;s:19:"tests/phone.cs.test";i:10;s:19:"tests/phone.eg.test";i:11;s:19:"tests/phone.es.test";i:12;s:19:"tests/phone.fr.test";i:13;s:19:"tests/phone.hu.test";i:14;s:19:"tests/phone.il.test";i:15;s:20:"tests/phone.int.test";i:16;s:19:"tests/phone.it.test";i:17;s:19:"tests/phone.jo.test";i:18;s:19:"tests/phone.nl.test";i:19;s:19:"tests/phone.nz.test";i:20;s:19:"tests/phone.pa.test";i:21;s:19:"tests/phone.ph.test";i:22;s:19:"tests/phone.pk.test";i:23;s:19:"tests/phone.pl.test";i:24;s:19:"tests/phone.ru.test";i:25;s:19:"tests/phone.se.test";i:26;s:19:"tests/phone.sg.test";i:27;s:19:"tests/phone.ua.test";i:28;s:19:"tests/phone.uk.test";i:29;s:19:"tests/phone.za.test";}s:4:"core";s:3:"7.x";s:7:"version";s:13:"7.x-1.0-beta1";s:7:"project";s:5:"phone";s:9:"datestamp";s:10:"1389732224";s:5:"mtime";i:1389732224;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}', |
49240 )) | |
49241 ->values(array( | |
49242 'filename' => 'sites/all/modules/title/title.module', | |
49243 'name' => 'title', | |
49244 'type' => 'module', | |
49245 'owner' => '', | |
49246 'status' => '1', | |
49247 'bootstrap' => '0', | |
49248 'schema_version' => '7002', | |
49249 'weight' => '100', | |
49250 'info' => 'a:13:{s:4:"name";s:5:"Title";s:11:"description";s:50:"Replaces entity legacy fields with regular fields.";s:4:"core";s:3:"7.x";s:7:"package";s:6:"Fields";s:9:"configure";s:26:"admin/config/content/title";s:12:"dependencies";a:1:{i:0;s:14:"system (>7.14)";}s:5:"files";a:3:{i:0;s:12:"title.module";i:1;s:35:"views/views_handler_title_field.inc";i:2;s:16:"tests/title.test";}s:7:"version";s:14:"7.x-1.0-alpha9";s:7:"project";s:5:"title";s:9:"datestamp";s:10:"1484302985";s:5:"mtime";i:1484302985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49251 )) | |
49252 ->values(array( | |
49253 'filename' => 'sites/all/modules/variable/variable.module', | |
49254 'name' => 'variable', | |
49255 'type' => 'module', | |
49256 'owner' => '', | |
49257 'status' => '1', | |
49258 'bootstrap' => '1', | |
49259 'schema_version' => '0', | |
49260 'weight' => '0', | |
49261 'info' => 'a:12:{s:4:"name";s:8:"Variable";s:11:"description";s:43:"Variable Information and basic variable API";s:7:"package";s:8:"Variable";s:4:"core";s:3:"7.x";s:5:"files";a:9:{i:0;s:27:"includes/forum.variable.inc";i:1;s:28:"includes/locale.variable.inc";i:2;s:26:"includes/menu.variable.inc";i:3;s:26:"includes/node.variable.inc";i:4;s:28:"includes/system.variable.inc";i:5;s:30:"includes/taxonomy.variable.inc";i:6;s:33:"includes/translation.variable.inc";i:7;s:26:"includes/user.variable.inc";i:8;s:13:"variable.test";}s:7:"version";s:7:"7.x-2.5";s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:5:"mtime";i:1398250128;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49262 )) | |
49263 ->values(array( | |
49264 'filename' => 'sites/all/modules/variable/variable_admin/variable_admin.module', | |
49265 'name' => 'variable_admin', | |
49266 'type' => 'module', | |
49267 'owner' => '', | |
49268 'status' => '0', | |
49269 'bootstrap' => '0', | |
49270 'schema_version' => '-1', | |
49271 'weight' => '0', | |
49272 'info' => 'a:12:{s:4:"name";s:14:"Variable admin";s:11:"description";s:26:"Variable Administration UI";s:12:"dependencies";a:1:{i:0;s:8:"variable";}s:7:"package";s:8:"Variable";s:4:"core";s:3:"7.x";s:7:"version";s:7:"7.x-2.5";s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:5:"mtime";i:1398250128;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}', | |
49273 )) | |
49274 ->values(array( | |
49275 'filename' => 'sites/all/modules/variable/variable_example/variable_example.module', | |
49276 'name' => 'variable_example', | |
49277 'type' => 'module', | |
49278 'owner' => '', | |
49279 'status' => '0', | |
49280 'bootstrap' => '0', | |
49281 'schema_version' => '-1', | |
49282 'weight' => '0', | |
49283 'info' => 'a:12:{s:4:"name";s:16:"Variable example";s:11:"description";s:83:"An example module showing how to use the Variable API and providing some variables.";s:12:"dependencies";a:2:{i:0;s:8:"variable";i:1;s:14:"variable_store";}s:7:"package";s:15:"Example modules";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:29:"variable_example.variable.inc";}s:7:"version";s:7:"7.x-2.5";s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:5:"mtime";i:1398250128;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49284 )) | |
49285 ->values(array( | |
49286 'filename' => 'sites/all/modules/variable/variable_realm/variable_realm.module', | |
49287 'name' => 'variable_realm', | |
49288 'type' => 'module', | |
49289 'owner' => '', | |
49290 'status' => '1', | |
49291 'bootstrap' => '1', | |
49292 'schema_version' => '7000', | |
49293 'weight' => '-1000', | |
49294 'info' => 'a:12:{s:4:"name";s:14:"Variable realm";s:11:"description";s:49:"API to use variable realms from different modules";s:12:"dependencies";a:1:{i:0;s:8:"variable";}s:7:"package";s:8:"Variable";s:4:"core";s:3:"7.x";s:7:"version";s:7:"7.x-2.5";s:5:"files";a:2:{i:0;s:24:"variable_realm.class.inc";i:1;s:30:"variable_realm_union.class.inc";}s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:5:"mtime";i:1398250128;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49295 )) | |
49296 ->values(array( | |
49297 'filename' => 'sites/all/modules/variable/variable_store/variable_store.module', | |
49298 'name' => 'variable_store', | |
49299 'type' => 'module', | |
49300 'owner' => '', | |
49301 'status' => '1', | |
49302 'bootstrap' => '1', | |
49303 'schema_version' => '7000', | |
49304 'weight' => '-1000', | |
49305 'info' => 'a:12:{s:4:"name";s:14:"Variable store";s:11:"description";s:60:"Database storage for variable realms. This is an API module.";s:12:"dependencies";a:1:{i:0;s:8:"variable";}s:7:"package";s:8:"Variable";s:4:"core";s:3:"7.x";s:7:"version";s:7:"7.x-2.5";s:5:"files";a:2:{i:0;s:24:"variable_store.class.inc";i:1;s:19:"variable_store.test";}s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:5:"mtime";i:1398250128;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49306 )) | |
49307 ->values(array( | |
49308 'filename' => 'sites/all/modules/variable/variable_views/variable_views.module', | |
49309 'name' => 'variable_views', | |
49310 'type' => 'module', | |
49311 'owner' => '', | |
49312 'status' => '0', | |
49313 'bootstrap' => '0', | |
49314 'schema_version' => '-1', | |
49315 'weight' => '0', | |
49316 'info' => 'a:12:{s:4:"name";s:14:"Variable views";s:11:"description";s:78:"Provides views integration for variable, included a default variable argument.";s:12:"dependencies";a:2:{i:0;s:8:"variable";i:1;s:5:"views";}s:7:"package";s:8:"Variable";s:4:"core";s:3:"7.x";s:5:"files";a:3:{i:0;s:51:"includes/views_plugin_argument_default_variable.inc";i:1;s:47:"includes/views_handler_field_variable_title.inc";i:2;s:47:"includes/views_handler_field_variable_value.inc";}s:7:"version";s:7:"7.x-2.5";s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:5:"mtime";i:1398250128;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}', | |
49317 )) | |
49318 ->values(array( | |
49319 'filename' => 'sites/all/modules/views/tests/views_test.module', | |
49320 'name' => 'views_test', | |
49321 'type' => 'module', | |
49322 'owner' => '', | |
49323 'status' => '0', | |
49324 'bootstrap' => '0', | |
49325 'schema_version' => '-1', | |
49326 'weight' => '0', | |
49327 'info' => 'a:13:{s:4:"name";s:10:"Views Test";s:11:"description";s:22:"Test module for Views.";s:7:"package";s:5:"Views";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"views";}s:6:"hidden";b:1;s:7:"version";s:8:"7.x-3.20";s:7:"project";s:5:"views";s:9:"datestamp";s:10:"1523668093";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}', | |
46612 )) | 49328 )) |
46613 ->values(array( | 49329 ->values(array( |
46614 'filename' => 'sites/all/modules/views/views.module', | 49330 'filename' => 'sites/all/modules/views/views.module', |
46615 'name' => 'views', | 49331 'name' => 'views', |
46616 'type' => 'module', | 49332 'type' => 'module', |
46675 'schema_version' => '-1', | 49391 'schema_version' => '-1', |
46676 'weight' => '0', | 49392 'weight' => '0', |
46677 'info' => "a:17:{s:4:\"name\";s:5:\"Stark\";s:11:\"description\";s:208:\"This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, see the <a href=\"http://drupal.org/theme-guide\">Theming Guide</a>.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1444866674\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:9:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:27:\"themes/stark/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1444866674;s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}", | 49393 'info' => "a:17:{s:4:\"name\";s:5:\"Stark\";s:11:\"description\";s:208:\"This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, see the <a href=\"http://drupal.org/theme-guide\">Theming Guide</a>.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1444866674\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:9:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:27:\"themes/stark/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1444866674;s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}", |
46678 )) | 49394 )) |
46679 ->execute(); | 49395 ->execute(); |
46680 | |
46681 $connection->schema()->createTable('taxonomy_index', array( | 49396 $connection->schema()->createTable('taxonomy_index', array( |
46682 'fields' => array( | 49397 'fields' => array( |
46683 'nid' => array( | 49398 'nid' => array( |
46684 'type' => 'int', | 49399 'type' => 'int', |
46685 'not null' => TRUE, | 49400 'not null' => TRUE, |
46788 'tid' => '1', | 49503 'tid' => '1', |
46789 'sticky' => '0', | 49504 'sticky' => '0', |
46790 'created' => '1504715432', | 49505 'created' => '1504715432', |
46791 )) | 49506 )) |
46792 ->execute(); | 49507 ->execute(); |
46793 | |
46794 $connection->schema()->createTable('taxonomy_term_data', array( | 49508 $connection->schema()->createTable('taxonomy_term_data', array( |
46795 'fields' => array( | 49509 'fields' => array( |
46796 'tid' => array( | 49510 'tid' => array( |
46797 'type' => 'serial', | 49511 'type' => 'serial', |
46798 'not null' => TRUE, | 49512 'not null' => TRUE, |
46987 'description' => 'Portrayed by Andrew Robinson', | 49701 'description' => 'Portrayed by Andrew Robinson', |
46988 'format' => 'filtered_html', | 49702 'format' => 'filtered_html', |
46989 'weight' => '0', | 49703 'weight' => '0', |
46990 )) | 49704 )) |
46991 ->execute(); | 49705 ->execute(); |
46992 | |
46993 $connection->schema()->createTable('taxonomy_term_hierarchy', array( | 49706 $connection->schema()->createTable('taxonomy_term_hierarchy', array( |
46994 'fields' => array( | 49707 'fields' => array( |
46995 'tid' => array( | 49708 'tid' => array( |
46996 'type' => 'int', | 49709 'type' => 'int', |
46997 'not null' => TRUE, | 49710 'not null' => TRUE, |
47090 ->values(array( | 49803 ->values(array( |
47091 'tid' => '8', | 49804 'tid' => '8', |
47092 'parent' => '6', | 49805 'parent' => '6', |
47093 )) | 49806 )) |
47094 ->execute(); | 49807 ->execute(); |
47095 | |
47096 $connection->schema()->createTable('taxonomy_vocabulary', array( | 49808 $connection->schema()->createTable('taxonomy_vocabulary', array( |
47097 'fields' => array( | 49809 'fields' => array( |
47098 'vid' => array( | 49810 'vid' => array( |
47099 'type' => 'serial', | 49811 'type' => 'serial', |
47100 'not null' => TRUE, | 49812 'not null' => TRUE, |
47189 'hierarchy' => '1', | 49901 'hierarchy' => '1', |
47190 'module' => 'taxonomy', | 49902 'module' => 'taxonomy', |
47191 'weight' => '0', | 49903 'weight' => '0', |
47192 )) | 49904 )) |
47193 ->execute(); | 49905 ->execute(); |
47194 | |
47195 $connection->schema()->createTable('tracker_node', array( | 49906 $connection->schema()->createTable('tracker_node', array( |
47196 'fields' => array( | 49907 'fields' => array( |
47197 'nid' => array( | 49908 'nid' => array( |
47198 'type' => 'int', | 49909 'type' => 'int', |
47199 'not null' => TRUE, | 49910 'not null' => TRUE, |
47231 'nid' => '1', | 49942 'nid' => '1', |
47232 'published' => '1', | 49943 'published' => '1', |
47233 'changed' => '1421727536', | 49944 'changed' => '1421727536', |
47234 )) | 49945 )) |
47235 ->execute(); | 49946 ->execute(); |
47236 | |
47237 $connection->schema()->createTable('tracker_user', array( | 49947 $connection->schema()->createTable('tracker_user', array( |
47238 'fields' => array( | 49948 'fields' => array( |
47239 'nid' => array( | 49949 'nid' => array( |
47240 'type' => 'int', | 49950 'type' => 'int', |
47241 'not null' => TRUE, | 49951 'not null' => TRUE, |
47282 'uid' => '2', | 49992 'uid' => '2', |
47283 'published' => '1', | 49993 'published' => '1', |
47284 'changed' => '1421727536', | 49994 'changed' => '1421727536', |
47285 )) | 49995 )) |
47286 ->execute(); | 49996 ->execute(); |
47287 | |
47288 $connection->schema()->createTable('trigger_assignments', array( | 49997 $connection->schema()->createTable('trigger_assignments', array( |
47289 'fields' => array( | 49998 'fields' => array( |
47290 'hook' => array( | 49999 'hook' => array( |
47291 'type' => 'varchar', | 50000 'type' => 'varchar', |
47292 'not null' => TRUE, | 50001 'not null' => TRUE, |
47323 'hook' => 'comment_presave', | 50032 'hook' => 'comment_presave', |
47324 'aid' => 'comment_publish_action', | 50033 'aid' => 'comment_publish_action', |
47325 'weight' => '1', | 50034 'weight' => '1', |
47326 )) | 50035 )) |
47327 ->execute(); | 50036 ->execute(); |
47328 | |
47329 $connection->schema()->createTable('url_alias', array( | 50037 $connection->schema()->createTable('url_alias', array( |
47330 'fields' => array( | 50038 'fields' => array( |
47331 'pid' => array( | 50039 'pid' => array( |
47332 'type' => 'serial', | 50040 'type' => 'serial', |
47333 'not null' => TRUE, | 50041 'not null' => TRUE, |
47401 'source' => 'admin', | 50109 'source' => 'admin', |
47402 'alias' => 'source-noslash', | 50110 'alias' => 'source-noslash', |
47403 'language' => 'und', | 50111 'language' => 'und', |
47404 )) | 50112 )) |
47405 ->execute(); | 50113 ->execute(); |
47406 | |
47407 $connection->schema()->createTable('users', array( | 50114 $connection->schema()->createTable('users', array( |
47408 'fields' => array( | 50115 'fields' => array( |
47409 'uid' => array( | 50116 'uid' => array( |
47410 'type' => 'int', | 50117 'type' => 'int', |
47411 'not null' => TRUE, | 50118 'not null' => TRUE, |
47579 'picture' => '0', | 50286 'picture' => '0', |
47580 'init' => 'bob@local.host', | 50287 'init' => 'bob@local.host', |
47581 'data' => 'a:1:{s:7:"contact";i:1;}', | 50288 'data' => 'a:1:{s:7:"contact";i:1;}', |
47582 )) | 50289 )) |
47583 ->execute(); | 50290 ->execute(); |
47584 | |
47585 $connection->schema()->createTable('users_roles', array( | 50291 $connection->schema()->createTable('users_roles', array( |
47586 'fields' => array( | 50292 'fields' => array( |
47587 'uid' => array( | 50293 'uid' => array( |
47588 'type' => 'int', | 50294 'type' => 'int', |
47589 'not null' => TRUE, | 50295 'not null' => TRUE, |
47622 ->values(array( | 50328 ->values(array( |
47623 'uid' => '3', | 50329 'uid' => '3', |
47624 'rid' => '3', | 50330 'rid' => '3', |
47625 )) | 50331 )) |
47626 ->execute(); | 50332 ->execute(); |
47627 | |
47628 $connection->schema()->createTable('variable', array( | 50333 $connection->schema()->createTable('variable', array( |
47629 'fields' => array( | 50334 'fields' => array( |
47630 'name' => array( | 50335 'name' => array( |
47631 'type' => 'varchar', | 50336 'type' => 'varchar', |
47632 'not null' => TRUE, | 50337 'not null' => TRUE, |
47805 ->values(array( | 50510 ->values(array( |
47806 'name' => 'color_bartik_palette', | 50511 'name' => 'color_bartik_palette', |
47807 'value' => 'a:9:{s:3:"top";s:7:"#d0d0d0";s:6:"bottom";s:7:"#c2c4c5";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#ffffff";s:14:"sidebarborders";s:7:"#cccccc";s:6:"footer";s:7:"#24272c";s:11:"titleslogan";s:7:"#000000";s:4:"text";s:7:"#4a4a4a";s:4:"link";s:7:"#019dbf";}', | 50512 'value' => 'a:9:{s:3:"top";s:7:"#d0d0d0";s:6:"bottom";s:7:"#c2c4c5";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#ffffff";s:14:"sidebarborders";s:7:"#cccccc";s:6:"footer";s:7:"#24272c";s:11:"titleslogan";s:7:"#000000";s:4:"text";s:7:"#4a4a4a";s:4:"link";s:7:"#019dbf";}', |
47808 )) | 50513 )) |
47809 ->values(array( | 50514 ->values(array( |
50515 'name' => 'color_bartik_screenshot', | |
50516 'value' => 's:72:"/var/www/drupal/sites/default/files/color/bartik-b69cfcec/screenshot.png";', | |
50517 )) | |
50518 ->values(array( | |
47810 'name' => 'color_bartik_stylesheets', | 50519 'name' => 'color_bartik_stylesheets', |
47811 'value' => 'a:1:{i:0;s:41:"public://color/bartik-e0e23ad7/colors.css";}', | 50520 'value' => 'a:1:{i:0;s:41:"public://color/bartik-e0e23ad7/colors.css";}', |
47812 )) | 50521 )) |
47813 ->values(array( | 50522 ->values(array( |
47814 'name' => 'color_bartik_screenshot', | |
47815 'value' => 's:72:"/var/www/drupal/sites/default/files/color/bartik-b69cfcec/screenshot.png";' | |
47816 )) | |
47817 ->values(array( | |
47818 'name' => 'color_garland_files', | 50523 'name' => 'color_garland_files', |
47819 'value' => 'a:19:{i:0;s:50:"public://color/garland-b69cfcec/menu-collapsed.gif";i:1;s:54:"public://color/garland-b69cfcec/menu-collapsed-rtl.gif";i:2;s:49:"public://color/garland-b69cfcec/menu-expanded.gif";i:3;s:45:"public://color/garland-b69cfcec/menu-leaf.gif";i:4;s:67:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/body.png";i:5;s:69:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-bar.png";i:6;s:75:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-bar-white.png";i:7;s:69:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-tab.png";i:8;s:76:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-navigation.png";i:9;s:78:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-content-left.png";i:10;s:79:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-content-right.png";i:11;s:73:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-content.png";i:12;s:81:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-navigation-item.png";i:13;s:87:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-navigation-item-hover.png";i:14;s:77:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/gradient-inner.png";i:15;s:67:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/logo.png";i:16;s:73:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/screenshot.png";i:17;s:41:"public://color/garland-b69cfcec/style.css";i:18;s:45:"public://color/garland-b69cfcec/style-rtl.css";}', | 50524 'value' => 'a:19:{i:0;s:50:"public://color/garland-b69cfcec/menu-collapsed.gif";i:1;s:54:"public://color/garland-b69cfcec/menu-collapsed-rtl.gif";i:2;s:49:"public://color/garland-b69cfcec/menu-expanded.gif";i:3;s:45:"public://color/garland-b69cfcec/menu-leaf.gif";i:4;s:67:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/body.png";i:5;s:69:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-bar.png";i:6;s:75:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-bar-white.png";i:7;s:69:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-tab.png";i:8;s:76:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-navigation.png";i:9;s:78:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-content-left.png";i:10;s:79:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-content-right.png";i:11;s:73:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-content.png";i:12;s:81:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-navigation-item.png";i:13;s:87:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-navigation-item-hover.png";i:14;s:77:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/gradient-inner.png";i:15;s:67:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/logo.png";i:16;s:73:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/screenshot.png";i:17;s:41:"public://color/garland-b69cfcec/style.css";i:18;s:45:"public://color/garland-b69cfcec/style-rtl.css";}', |
47820 )) | 50525 )) |
47821 ->values(array( | 50526 ->values(array( |
47822 'name' => 'color_garland_logo', | 50527 'name' => 'color_garland_logo', |
47823 'value' => 's:40:"public://color/garland-b69cfcec/logo.png";' | 50528 'value' => 's:40:"public://color/garland-b69cfcec/logo.png";', |
47824 )) | 50529 )) |
47825 ->values(array( | 50530 ->values(array( |
47826 'name' => 'color_garland_palette', | 50531 'name' => 'color_garland_palette', |
47827 'value' => 'a:5:{s:4:"base";s:7:"#d0cb9a";s:4:"link";s:7:"#917803";s:3:"top";s:7:"#efde01";s:6:"bottom";s:7:"#e6fb2d";s:4:"text";s:7:"#494949";}', | 50532 'value' => 'a:5:{s:4:"base";s:7:"#d0cb9a";s:4:"link";s:7:"#917803";s:3:"top";s:7:"#efde01";s:6:"bottom";s:7:"#e6fb2d";s:4:"text";s:7:"#494949";}', |
47828 )) | 50533 )) |
47829 ->values(array( | 50534 ->values(array( |
47830 'name' => 'color_garland_screenshot', | 50535 'name' => 'color_garland_screenshot', |
47831 'value' => 's:73:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/screenshot.png";' | 50536 'value' => 's:73:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/screenshot.png";', |
47832 )) | 50537 )) |
47833 ->values(array( | 50538 ->values(array( |
47834 'name' => 'color_garland_stylesheets', | 50539 'name' => 'color_garland_stylesheets', |
47835 'value' => 'a:2:{i:0;s:41:"public://color/garland-b69cfcec/style.css";i:1;s:45:"public://color/garland-b69cfcec/style-rtl.css";}', | 50540 'value' => 'a:2:{i:0;s:41:"public://color/garland-b69cfcec/style.css";i:1;s:45:"public://color/garland-b69cfcec/style-rtl.css";}', |
47836 )) | 50541 )) |
48089 ->values(array( | 50794 ->values(array( |
48090 'name' => 'empty_timezone_message', | 50795 'name' => 'empty_timezone_message', |
48091 'value' => 'b:1;', | 50796 'value' => 'b:1;', |
48092 )) | 50797 )) |
48093 ->values(array( | 50798 ->values(array( |
50799 'name' => 'entityreference:base-tables', | |
50800 'value' => 'a:6:{s:7:"comment";a:2:{i:0;s:7:"comment";i:1;s:3:"cid";}s:4:"node";a:2:{i:0;s:4:"node";i:1;s:3:"nid";}s:4:"file";a:2:{i:0;s:12:"file_managed";i:1;s:3:"fid";}s:13:"taxonomy_term";a:2:{i:0;s:18:"taxonomy_term_data";i:1;s:3:"tid";}s:19:"taxonomy_vocabulary";a:2:{i:0;s:19:"taxonomy_vocabulary";i:1;s:3:"vid";}s:4:"user";a:2:{i:0;s:5:"users";i:1;s:3:"uid";}}', | |
50801 )) | |
50802 ->values(array( | |
48094 'name' => 'entity_translation_entity_types', | 50803 'name' => 'entity_translation_entity_types', |
48095 'value' => 'a:4:{s:7:"comment";s:7:"comment";s:4:"node";s:4:"node";s:13:"taxonomy_term";s:13:"taxonomy_term";s:4:"user";s:4:"user";}', | 50804 'value' => 'a:4:{s:7:"comment";s:7:"comment";s:4:"node";s:4:"node";s:13:"taxonomy_term";s:13:"taxonomy_term";s:4:"user";s:4:"user";}', |
48096 )) | 50805 )) |
48097 ->values(array( | 50806 ->values(array( |
48098 'name' => 'entity_translation_settings_comment__comment_node_test_content_type', | 50807 'name' => 'entity_translation_settings_comment__comment_node_test_content_type', |
48125 ->values(array( | 50834 ->values(array( |
48126 'name' => 'feed_item_length', | 50835 'name' => 'feed_item_length', |
48127 'value' => 's:8:"fulltext";', | 50836 'value' => 's:8:"fulltext";', |
48128 )) | 50837 )) |
48129 ->values(array( | 50838 ->values(array( |
48130 'name' => 'entityreference:base-tables', | |
48131 'value' => 'a:6:{s:7:"comment";a:2:{i:0;s:7:"comment";i:1;s:3:"cid";}s:4:"node";a:2:{i:0;s:4:"node";i:1;s:3:"nid";}s:4:"file";a:2:{i:0;s:12:"file_managed";i:1;s:3:"fid";}s:13:"taxonomy_term";a:2:{i:0;s:18:"taxonomy_term_data";i:1;s:3:"tid";}s:19:"taxonomy_vocabulary";a:2:{i:0;s:19:"taxonomy_vocabulary";i:1;s:3:"vid";}s:4:"user";a:2:{i:0;s:5:"users";i:1;s:3:"uid";}}', | |
48132 )) | |
48133 ->values(array( | |
48134 'name' => 'field_bundle_settings_comment__comment_node_test_content_type', | 50839 'name' => 'field_bundle_settings_comment__comment_node_test_content_type', |
48135 'value' => 'a:2:{s:10:"view_modes";a:0:{}s:12:"extra_fields";a:2:{s:4:"form";a:2:{s:6:"author";a:1:{s:6:"weight";s:2:"-2";}s:7:"subject";a:1:{s:6:"weight";s:2:"-1";}}s:7:"display";a:0:{}}}', | 50840 'value' => 'a:2:{s:10:"view_modes";a:0:{}s:12:"extra_fields";a:2:{s:4:"form";a:2:{s:6:"author";a:1:{s:6:"weight";s:2:"-2";}s:7:"subject";a:1:{s:6:"weight";s:2:"-1";}}s:7:"display";a:0:{}}}', |
48136 )) | 50841 )) |
48137 ->values(array( | 50842 ->values(array( |
48138 'name' => 'field_bundle_settings_node__test_content_type', | 50843 'name' => 'field_bundle_settings_node__test_content_type', |
48205 ->values(array( | 50910 ->values(array( |
48206 'name' => 'forum_per_page', | 50911 'name' => 'forum_per_page', |
48207 'value' => 'i:25;', | 50912 'value' => 'i:25;', |
48208 )) | 50913 )) |
48209 ->values(array( | 50914 ->values(array( |
50915 'name' => 'i18n_node_options_blog', | |
50916 'value' => 'a:2:{i:0;s:8:"required";i:1;s:4:"lock";}', | |
50917 )) | |
50918 ->values(array( | |
48210 'name' => 'image_jpeg_quality', | 50919 'name' => 'image_jpeg_quality', |
48211 'value' => 'i:80;', | 50920 'value' => 'i:80;', |
48212 )) | 50921 )) |
48213 ->values(array( | 50922 ->values(array( |
48214 'name' => 'image_style_preview_image', | 50923 'name' => 'image_style_preview_image', |
48241 ->values(array( | 50950 ->values(array( |
48242 'name' => 'language_content_type_blog', | 50951 'name' => 'language_content_type_blog', |
48243 'value' => 's:1:"2";', | 50952 'value' => 's:1:"2";', |
48244 )) | 50953 )) |
48245 ->values(array( | 50954 ->values(array( |
48246 'name' => 'language_content_type_book', | |
48247 'value' => 's:1:"0";', | |
48248 )) | |
48249 ->values(array( | |
48250 'name' => 'language_content_type_forum', | 50955 'name' => 'language_content_type_forum', |
48251 'value' => 's:1:"0";', | 50956 'value' => 's:1:"0";', |
48252 )) | 50957 )) |
48253 ->values(array( | 50958 ->values(array( |
48254 'name' => 'language_content_type_page', | 50959 'name' => 'language_content_type_page', |
48257 ->values(array( | 50962 ->values(array( |
48258 'name' => 'language_content_type_test_content_type', | 50963 'name' => 'language_content_type_test_content_type', |
48259 'value' => 's:1:"4";', | 50964 'value' => 's:1:"4";', |
48260 )) | 50965 )) |
48261 ->values(array( | 50966 ->values(array( |
48262 'name' => 'i18n_node_options_blog', | |
48263 'value' => 'a:2:{i:0;s:8:"required";i:1;s:4:"lock";}', | |
48264 )) | |
48265 ->values(array( | |
48266 'name' => 'language_count', | 50967 'name' => 'language_count', |
48267 'value' => 'i:2;', | 50968 'value' => 'i:3;', |
48268 )) | 50969 )) |
48269 ->values(array( | 50970 ->values(array( |
48270 'name' => 'language_default', | 50971 'name' => 'language_default', |
48271 'value' => 'O:8:"stdClass":11:{s:8:"language";s:2:"en";s:4:"name";s:7:"English";s:6:"native";s:7:"English";s:9:"direction";s:1:"0";s:7:"enabled";i:1;s:7:"plurals";s:1:"0";s:7:"formula";s:0:"";s:6:"domain";s:0:"";s:6:"prefix";s:0:"";s:6:"weight";s:1:"0";s:10:"javascript";s:0:"";}', | 50972 'value' => 'O:8:"stdClass":11:{s:8:"language";s:2:"en";s:4:"name";s:7:"English";s:6:"native";s:7:"English";s:9:"direction";s:1:"0";s:7:"enabled";i:1;s:7:"plurals";s:1:"0";s:7:"formula";s:0:"";s:6:"domain";s:0:"";s:6:"prefix";s:0:"";s:6:"weight";s:1:"0";s:10:"javascript";s:0:"";}', |
48272 )) | 50973 )) |
48621 ->values(array( | 51322 ->values(array( |
48622 'name' => 'teaser_length', | 51323 'name' => 'teaser_length', |
48623 'value' => 'i:1024;', | 51324 'value' => 'i:1024;', |
48624 )) | 51325 )) |
48625 ->values(array( | 51326 ->values(array( |
51327 'name' => 'theme_bartik_settings', | |
51328 'value' => 'a:18:{s:11:"toggle_logo";i:1;s:11:"toggle_name";i:1;s:13:"toggle_slogan";i:1;s:24:"toggle_node_user_picture";i:1;s:27:"toggle_comment_user_picture";i:1;s:32:"toggle_comment_user_verification";i:1;s:14:"toggle_favicon";i:1;s:16:"toggle_main_menu";i:1;s:21:"toggle_secondary_menu";i:1;s:12:"default_logo";i:0;s:9:"logo_path";s:16:"public://gnu.png";s:15:"default_favicon";i:1;s:12:"favicon_path";s:0:"";s:14:"favicon_upload";s:0:"";s:6:"scheme";s:7:"default";s:7:"palette";a:9:{s:3:"top";s:7:"#0779bf";s:6:"bottom";s:7:"#48a9e4";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#f6f6f2";s:14:"sidebarborders";s:7:"#f9f9f9";s:6:"footer";s:7:"#292929";s:11:"titleslogan";s:7:"#fffeff";s:4:"text";s:7:"#3b3b3b";s:4:"link";s:7:"#0071B3";}s:5:"theme";s:6:"bartik";s:4:"info";a:12:{s:6:"fields";a:9:{s:3:"top";s:10:"Header top";s:6:"bottom";s:13:"Header bottom";s:2:"bg";s:15:"Main background";s:7:"sidebar";s:18:"Sidebar background";s:14:"sidebarborders";s:15:"Sidebar borders";s:6:"footer";s:17:"Footer background";s:11:"titleslogan";s:16:"Title and slogan";s:4:"text";s:10:"Text color";s:4:"link";s:10:"Link color";}s:7:"schemes";a:6:{s:7:"default";a:2:{s:5:"title";s:21:"Blue Lagoon (default)";s:6:"colors";a:9:{s:3:"top";s:7:"#0779bf";s:6:"bottom";s:7:"#48a9e4";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#f6f6f2";s:14:"sidebarborders";s:7:"#f9f9f9";s:6:"footer";s:7:"#292929";s:11:"titleslogan";s:7:"#fffeff";s:4:"text";s:7:"#3b3b3b";s:4:"link";s:7:"#0071B3";}}s:9:"firehouse";a:2:{s:5:"title";s:9:"Firehouse";s:6:"colors";a:9:{s:3:"top";s:7:"#cd2d2d";s:6:"bottom";s:7:"#cf3535";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#f1f4f0";s:14:"sidebarborders";s:7:"#ededed";s:6:"footer";s:7:"#1f1d1c";s:11:"titleslogan";s:7:"#fffeff";s:4:"text";s:7:"#3b3b3b";s:4:"link";s:7:"#d6121f";}}s:3:"ice";a:2:{s:5:"title";s:3:"Ice";s:6:"colors";a:9:{s:3:"top";s:7:"#d0d0d0";s:6:"bottom";s:7:"#c2c4c5";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#ffffff";s:14:"sidebarborders";s:7:"#cccccc";s:6:"footer";s:7:"#24272c";s:11:"titleslogan";s:7:"#000000";s:4:"text";s:7:"#4a4a4a";s:4:"link";s:7:"#019dbf";}}s:4:"plum";a:2:{s:5:"title";s:4:"Plum";s:6:"colors";a:9:{s:3:"top";s:7:"#4c1c58";s:6:"bottom";s:7:"#593662";s:2:"bg";s:7:"#fffdf7";s:7:"sidebar";s:7:"#edede7";s:14:"sidebarborders";s:7:"#e7e7e7";s:6:"footer";s:7:"#2c2c28";s:11:"titleslogan";s:7:"#ffffff";s:4:"text";s:7:"#301313";s:4:"link";s:7:"#9d408d";}}s:5:"slate";a:2:{s:5:"title";s:5:"Slate";s:6:"colors";a:9:{s:3:"top";s:7:"#4a4a4a";s:6:"bottom";s:7:"#4e4e4e";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#ffffff";s:14:"sidebarborders";s:7:"#d0d0d0";s:6:"footer";s:7:"#161617";s:11:"titleslogan";s:7:"#ffffff";s:4:"text";s:7:"#3b3b3b";s:4:"link";s:7:"#0073b6";}}s:0:"";a:2:{s:5:"title";s:6:"Custom";s:6:"colors";a:0:{}}}s:3:"css";a:1:{i:0;s:14:"css/colors.css";}s:4:"copy";a:1:{i:0;s:8:"logo.png";}s:9:"gradients";a:1:{i:0;a:3:{s:9:"dimension";a:4:{i:0;i:0;i:1;i:0;i:2;i:0;i:3;i:0;}s:9:"direction";s:8:"vertical";s:6:"colors";a:2:{i:0;s:3:"top";i:1;s:6:"bottom";}}}s:4:"fill";a:0:{}s:6:"slices";a:0:{}s:12:"blend_target";s:7:"#ffffff";s:11:"preview_css";s:17:"color/preview.css";s:10:"preview_js";s:16:"color/preview.js";s:12:"preview_html";s:18:"color/preview.html";s:10:"base_image";s:14:"color/base.png";}}', | |
51329 )) | |
51330 ->values(array( | |
48626 'name' => 'theme_default', | 51331 'name' => 'theme_default', |
48627 'value' => 's:6:"bartik";', | 51332 'value' => 's:6:"bartik";', |
48628 )) | 51333 )) |
48629 ->values(array( | 51334 ->values(array( |
48630 'name' => 'theme_settings', | 51335 'name' => 'theme_settings', |
48631 'value' => 'a:16:{s:11:"toggle_logo";i:0;s:11:"toggle_name";i:1;s:13:"toggle_slogan";i:0;s:24:"toggle_node_user_picture";i:0;s:27:"toggle_comment_user_picture";i:0;s:32:"toggle_comment_user_verification";i:0;s:14:"toggle_favicon";i:0;s:16:"toggle_main_menu";i:0;s:21:"toggle_secondary_menu";i:0;s:12:"default_logo";i:1;s:9:"logo_path";s:23:"public://customlogo.png";s:11:"logo_upload";s:0:"";s:15:"default_favicon";i:0;s:12:"favicon_path";s:24:"public://somefavicon.png";s:14:"favicon_upload";s:0:"";s:16:"favicon_mimetype";s:9:"image/png";}', | 51336 'value' => 'a:16:{s:11:"toggle_logo";i:0;s:11:"toggle_name";i:1;s:13:"toggle_slogan";i:0;s:24:"toggle_node_user_picture";i:0;s:27:"toggle_comment_user_picture";i:0;s:32:"toggle_comment_user_verification";i:0;s:14:"toggle_favicon";i:0;s:16:"toggle_main_menu";i:0;s:21:"toggle_secondary_menu";i:0;s:12:"default_logo";i:1;s:9:"logo_path";s:23:"public://customlogo.png";s:11:"logo_upload";s:0:"";s:15:"default_favicon";i:0;s:12:"favicon_path";s:24:"public://somefavicon.png";s:14:"favicon_upload";s:0:"";s:16:"favicon_mimetype";s:9:"image/png";}', |
48632 )) | 51337 )) |
48633 ->values(array( | 51338 ->values(array( |
48634 'name' => 'theme_bartik_settings', | |
48635 'value' => 'a:18:{s:11:"toggle_logo";i:1;s:11:"toggle_name";i:1;s:13:"toggle_slogan";i:1;s:24:"toggle_node_user_picture";i:1;s:27:"toggle_comment_user_picture";i:1;s:32:"toggle_comment_user_verification";i:1;s:14:"toggle_favicon";i:1;s:16:"toggle_main_menu";i:1;s:21:"toggle_secondary_menu";i:1;s:12:"default_logo";i:0;s:9:"logo_path";s:16:"public://gnu.png";s:15:"default_favicon";i:1;s:12:"favicon_path";s:0:"";s:14:"favicon_upload";s:0:"";s:6:"scheme";s:7:"default";s:7:"palette";a:9:{s:3:"top";s:7:"#0779bf";s:6:"bottom";s:7:"#48a9e4";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#f6f6f2";s:14:"sidebarborders";s:7:"#f9f9f9";s:6:"footer";s:7:"#292929";s:11:"titleslogan";s:7:"#fffeff";s:4:"text";s:7:"#3b3b3b";s:4:"link";s:7:"#0071B3";}s:5:"theme";s:6:"bartik";s:4:"info";a:12:{s:6:"fields";a:9:{s:3:"top";s:10:"Header top";s:6:"bottom";s:13:"Header bottom";s:2:"bg";s:15:"Main background";s:7:"sidebar";s:18:"Sidebar background";s:14:"sidebarborders";s:15:"Sidebar borders";s:6:"footer";s:17:"Footer background";s:11:"titleslogan";s:16:"Title and slogan";s:4:"text";s:10:"Text color";s:4:"link";s:10:"Link color";}s:7:"schemes";a:6:{s:7:"default";a:2:{s:5:"title";s:21:"Blue Lagoon (default)";s:6:"colors";a:9:{s:3:"top";s:7:"#0779bf";s:6:"bottom";s:7:"#48a9e4";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#f6f6f2";s:14:"sidebarborders";s:7:"#f9f9f9";s:6:"footer";s:7:"#292929";s:11:"titleslogan";s:7:"#fffeff";s:4:"text";s:7:"#3b3b3b";s:4:"link";s:7:"#0071B3";}}s:9:"firehouse";a:2:{s:5:"title";s:9:"Firehouse";s:6:"colors";a:9:{s:3:"top";s:7:"#cd2d2d";s:6:"bottom";s:7:"#cf3535";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#f1f4f0";s:14:"sidebarborders";s:7:"#ededed";s:6:"footer";s:7:"#1f1d1c";s:11:"titleslogan";s:7:"#fffeff";s:4:"text";s:7:"#3b3b3b";s:4:"link";s:7:"#d6121f";}}s:3:"ice";a:2:{s:5:"title";s:3:"Ice";s:6:"colors";a:9:{s:3:"top";s:7:"#d0d0d0";s:6:"bottom";s:7:"#c2c4c5";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#ffffff";s:14:"sidebarborders";s:7:"#cccccc";s:6:"footer";s:7:"#24272c";s:11:"titleslogan";s:7:"#000000";s:4:"text";s:7:"#4a4a4a";s:4:"link";s:7:"#019dbf";}}s:4:"plum";a:2:{s:5:"title";s:4:"Plum";s:6:"colors";a:9:{s:3:"top";s:7:"#4c1c58";s:6:"bottom";s:7:"#593662";s:2:"bg";s:7:"#fffdf7";s:7:"sidebar";s:7:"#edede7";s:14:"sidebarborders";s:7:"#e7e7e7";s:6:"footer";s:7:"#2c2c28";s:11:"titleslogan";s:7:"#ffffff";s:4:"text";s:7:"#301313";s:4:"link";s:7:"#9d408d";}}s:5:"slate";a:2:{s:5:"title";s:5:"Slate";s:6:"colors";a:9:{s:3:"top";s:7:"#4a4a4a";s:6:"bottom";s:7:"#4e4e4e";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#ffffff";s:14:"sidebarborders";s:7:"#d0d0d0";s:6:"footer";s:7:"#161617";s:11:"titleslogan";s:7:"#ffffff";s:4:"text";s:7:"#3b3b3b";s:4:"link";s:7:"#0073b6";}}s:0:"";a:2:{s:5:"title";s:6:"Custom";s:6:"colors";a:0:{}}}s:3:"css";a:1:{i:0;s:14:"css/colors.css";}s:4:"copy";a:1:{i:0;s:8:"logo.png";}s:9:"gradients";a:1:{i:0;a:3:{s:9:"dimension";a:4:{i:0;i:0;i:1;i:0;i:2;i:0;i:3;i:0;}s:9:"direction";s:8:"vertical";s:6:"colors";a:2:{i:0;s:3:"top";i:1;s:6:"bottom";}}}s:4:"fill";a:0:{}s:6:"slices";a:0:{}s:12:"blend_target";s:7:"#ffffff";s:11:"preview_css";s:17:"color/preview.css";s:10:"preview_js";s:16:"color/preview.js";s:12:"preview_html";s:18:"color/preview.html";s:10:"base_image";s:14:"color/base.png";}}', | |
48636 )) | |
48637 ->values(array( | |
48638 'name' => 'theme_seven_settings', | 51339 'name' => 'theme_seven_settings', |
48639 'value' => 'a:15:{s:11:"toggle_logo";i:1;s:11:"toggle_name";i:1;s:13:"toggle_slogan";i:1;s:24:"toggle_node_user_picture";i:1;s:27:"toggle_comment_user_picture";i:0;s:32:"toggle_comment_user_verification";i:1;s:14:"toggle_favicon";i:1;s:16:"toggle_main_menu";i:1;s:21:"toggle_secondary_menu";i:0;s:12:"default_logo";i:1;s:9:"logo_path";s:0:"";s:11:"logo_upload";s:0:"";s:15:"default_favicon";i:1;s:12:"favicon_path";s:0:"";s:14:"favicon_upload";s:0:"";}', | 51340 'value' => 'a:15:{s:11:"toggle_logo";i:1;s:11:"toggle_name";i:1;s:13:"toggle_slogan";i:1;s:24:"toggle_node_user_picture";i:1;s:27:"toggle_comment_user_picture";i:0;s:32:"toggle_comment_user_verification";i:1;s:14:"toggle_favicon";i:1;s:16:"toggle_main_menu";i:1;s:21:"toggle_secondary_menu";i:0;s:12:"default_logo";i:1;s:9:"logo_path";s:0:"";s:11:"logo_upload";s:0:"";s:15:"default_favicon";i:1;s:12:"favicon_path";s:0:"";s:14:"favicon_upload";s:0:"";}', |
48640 )) | 51341 )) |
48641 ->values(array( | 51342 ->values(array( |
48642 'name' => 'tracker_batch_size', | 51343 'name' => 'tracker_batch_size', |
48812 )) | 51513 )) |
48813 ->values(array( | 51514 ->values(array( |
48814 'name' => 'user_signatures', | 51515 'name' => 'user_signatures', |
48815 'value' => 'i:0;', | 51516 'value' => 'i:0;', |
48816 )) | 51517 )) |
51518 ->values(array( | |
51519 'name' => 'variable_module_list', | |
51520 'value' => 'a:4:{s:6:"locale";a:5:{i:0;s:29:"language_content_type_article";i:1;s:26:"language_content_type_page";i:2;s:26:"language_content_type_book";i:3;s:39:"language_content_type_test_content_type";i:4;s:16:"language_default";}s:4:"i18n";a:1:{i:0;s:18:"i18n_language_list";}s:14:"variable_realm";a:4:{i:0;s:26:"variable_realm_list_global";i:1;s:28:"variable_realm_list_language";i:2;s:28:"variable_realm_weight_global";i:3;s:30:"variable_realm_weight_language";}s:13:"i18n_variable";a:2:{i:0;s:18:"i18n_variable_conf";i:1;s:18:"i18n_variable_list";}}', | |
51521 )) | |
51522 ->values(array( | |
51523 'name' => 'variable_realm_list_language', | |
51524 'value' => 'a:3:{i:0;s:9:"site_name";i:1;s:11:"site_slogan";i:2;s:24:"maintenance_mode_message";}', | |
51525 )) | |
48817 ->execute(); | 51526 ->execute(); |
51527 $connection->schema()->createTable('variable_store', array( | |
51528 'fields' => array( | |
51529 'realm' => array( | |
51530 'type' => 'varchar', | |
51531 'not null' => TRUE, | |
51532 'length' => '50', | |
51533 'default' => '', | |
51534 ), | |
51535 'realm_key' => array( | |
51536 'type' => 'varchar', | |
51537 'not null' => TRUE, | |
51538 'length' => '50', | |
51539 'default' => '', | |
51540 ), | |
51541 'name' => array( | |
51542 'type' => 'varchar', | |
51543 'not null' => TRUE, | |
51544 'length' => '128', | |
51545 'default' => '', | |
51546 ), | |
51547 'value' => array( | |
51548 'type' => 'text', | |
51549 'not null' => TRUE, | |
51550 'size' => 'big', | |
51551 ), | |
51552 'serialized' => array( | |
51553 'type' => 'int', | |
51554 'not null' => TRUE, | |
51555 'size' => 'small', | |
51556 'default' => '1', | |
51557 ), | |
51558 ), | |
51559 'primary key' => array( | |
51560 'realm', | |
51561 'realm_key', | |
51562 'name', | |
51563 ), | |
51564 'indexes' => array( | |
51565 'realm_value' => array( | |
51566 'realm', | |
51567 'realm_key', | |
51568 ), | |
51569 ), | |
51570 'mysql_character_set' => 'utf8', | |
51571 )); | |
48818 | 51572 |
51573 $connection->insert('variable_store') | |
51574 ->fields(array( | |
51575 'realm', | |
51576 'realm_key', | |
51577 'name', | |
51578 'value', | |
51579 'serialized', | |
51580 )) | |
51581 ->values(array( | |
51582 'realm' => 'language', | |
51583 'realm_key' => 'is', | |
51584 'name' => 'anonymous', | |
51585 'value' => 'is - anonymous', | |
51586 'serialized' => '0', | |
51587 )) | |
51588 ->values(array( | |
51589 'realm' => 'language', | |
51590 'realm_key' => 'is', | |
51591 'name' => 'maintenance_mode_message', | |
51592 'value' => 'is - This is a custom maintenance mode message.', | |
51593 'serialized' => '0', | |
51594 )) | |
51595 ->values(array( | |
51596 'realm' => 'language', | |
51597 'realm_key' => 'fr', | |
51598 'name' => 'site_403', | |
51599 'value' => 'node', | |
51600 'serialized' => '0', | |
51601 )) | |
51602 ->values(array( | |
51603 'realm' => 'language', | |
51604 'realm_key' => 'is', | |
51605 'name' => 'site_403', | |
51606 'value' => 'node/1', | |
51607 'serialized' => '0', | |
51608 )) | |
51609 ->values(array( | |
51610 'realm' => 'language', | |
51611 'realm_key' => 'fr', | |
51612 'name' => 'site_404', | |
51613 'value' => 'node', | |
51614 'serialized' => '0', | |
51615 )) | |
51616 ->values(array( | |
51617 'realm' => 'language', | |
51618 'realm_key' => 'is', | |
51619 'name' => 'site_404', | |
51620 'value' => 'node/6', | |
51621 'serialized' => '0', | |
51622 )) | |
51623 ->values(array( | |
51624 'realm' => 'language', | |
51625 'realm_key' => 'fr', | |
51626 'name' => 'site_frontpage', | |
51627 'value' => 'node', | |
51628 'serialized' => '0', | |
51629 )) | |
51630 ->values(array( | |
51631 'realm' => 'language', | |
51632 'realm_key' => 'is', | |
51633 'name' => 'site_frontpage', | |
51634 'value' => 'node/4', | |
51635 'serialized' => '0', | |
51636 )) | |
51637 ->values(array( | |
51638 'realm' => 'language', | |
51639 'realm_key' => 'fr', | |
51640 'name' => 'site_name', | |
51641 'value' => 'The Site Name', | |
51642 'serialized' => '0', | |
51643 )) | |
51644 ->values(array( | |
51645 'realm' => 'language', | |
51646 'realm_key' => 'is', | |
51647 'name' => 'site_name', | |
51648 'value' => 'is - The Site Name', | |
51649 'serialized' => '0', | |
51650 )) | |
51651 ->values(array( | |
51652 'realm' => 'language', | |
51653 'realm_key' => 'fr', | |
51654 'name' => 'site_slogan', | |
51655 'value' => 'fr - The Slogan', | |
51656 'serialized' => '0', | |
51657 )) | |
51658 ->values(array( | |
51659 'realm' => 'language', | |
51660 'realm_key' => 'is', | |
51661 'name' => 'site_slogan', | |
51662 'value' => 'is - The Slogan', | |
51663 'serialized' => '0', | |
51664 )) | |
51665 ->values(array( | |
51666 'realm' => 'language', | |
51667 'realm_key' => 'en', | |
51668 'name' => 'user_default_timezone', | |
51669 'value' => '2', | |
51670 'serialized' => '0', | |
51671 )) | |
51672 ->values(array( | |
51673 'realm' => 'language', | |
51674 'realm_key' => 'fr', | |
51675 'name' => 'user_default_timezone', | |
51676 'value' => '0', | |
51677 'serialized' => '0', | |
51678 )) | |
51679 ->values(array( | |
51680 'realm' => 'language', | |
51681 'realm_key' => 'is', | |
51682 'name' => 'user_mail_cancel_confirm_body', | |
51683 'value' => 'is - A little birdie said you wanted to cancel your account.', | |
51684 'serialized' => '0', | |
51685 )) | |
51686 ->values(array( | |
51687 'realm' => 'language', | |
51688 'realm_key' => 'is', | |
51689 'name' => 'user_mail_cancel_confirm_subject', | |
51690 'value' => 'is - Are you sure?', | |
51691 'serialized' => '0', | |
51692 )) | |
51693 ->values(array( | |
51694 'realm' => 'language', | |
51695 'realm_key' => 'is', | |
51696 'name' => 'user_mail_password_reset_body', | |
51697 'value' => "is - Nope! You're locked out forever.", | |
51698 'serialized' => '0', | |
51699 )) | |
51700 ->values(array( | |
51701 'realm' => 'language', | |
51702 'realm_key' => 'is', | |
51703 'name' => 'user_mail_password_reset_subject', | |
51704 'value' => 'is - Fix your password', | |
51705 'serialized' => '0', | |
51706 )) | |
51707 ->values(array( | |
51708 'realm' => 'language', | |
51709 'realm_key' => 'is', | |
51710 'name' => 'user_mail_register_admin_created_body', | |
51711 'value' => "is - ...and she could take it away.\r\n[site:name], [site:url]", | |
51712 'serialized' => '0', | |
51713 )) | |
51714 ->values(array( | |
51715 'realm' => 'language', | |
51716 'realm_key' => 'is', | |
51717 'name' => 'user_mail_register_admin_created_subject', | |
51718 'value' => 'is - Gawd made you an account', | |
51719 'serialized' => '0', | |
51720 )) | |
51721 ->values(array( | |
51722 'realm' => 'language', | |
51723 'realm_key' => 'is', | |
51724 'name' => 'user_mail_register_no_approval_required_body', | |
51725 'value' => 'is - You can now log in if you can figure out how to use Drupal!', | |
51726 'serialized' => '0', | |
51727 )) | |
51728 ->values(array( | |
51729 'realm' => 'language', | |
51730 'realm_key' => 'is', | |
51731 'name' => 'user_mail_register_no_approval_required_subject', | |
51732 'value' => 'is - Welcome!', | |
51733 'serialized' => '0', | |
51734 )) | |
51735 ->values(array( | |
51736 'realm' => 'language', | |
51737 'realm_key' => 'is', | |
51738 'name' => 'user_mail_register_pending_approval_body', | |
51739 'value' => 'is - ...you will join our Circle. Let the Drupal flow through you.', | |
51740 'serialized' => '0', | |
51741 )) | |
51742 ->values(array( | |
51743 'realm' => 'language', | |
51744 'realm_key' => 'is', | |
51745 'name' => 'user_mail_register_pending_approval_subject', | |
51746 'value' => 'is - Soon...', | |
51747 'serialized' => '0', | |
51748 )) | |
51749 ->values(array( | |
51750 'realm' => 'language', | |
51751 'realm_key' => 'is', | |
51752 'name' => 'user_mail_status_activated_body', | |
51753 'value' => 'is - Your account was activated, and there was much rejoicing.', | |
51754 'serialized' => '0', | |
51755 )) | |
51756 ->values(array( | |
51757 'realm' => 'language', | |
51758 'realm_key' => 'is', | |
51759 'name' => 'user_mail_status_activated_subject', | |
51760 'value' => 'is - Your account is approved!', | |
51761 'serialized' => '0', | |
51762 )) | |
51763 ->values(array( | |
51764 'realm' => 'language', | |
51765 'realm_key' => 'is', | |
51766 'name' => 'user_mail_status_blocked_body', | |
51767 'value' => 'is - You no longer please the robot overlords. Go to your room and chill out.', | |
51768 'serialized' => '0', | |
51769 )) | |
51770 ->values(array( | |
51771 'realm' => 'language', | |
51772 'realm_key' => 'is', | |
51773 'name' => 'user_mail_status_blocked_subject', | |
51774 'value' => 'is - BEGONE!', | |
51775 'serialized' => '0', | |
51776 )) | |
51777 ->values(array( | |
51778 'realm' => 'language', | |
51779 'realm_key' => 'is', | |
51780 'name' => 'user_mail_status_canceled_body', | |
51781 'value' => 'is - The gates of Drupal are closed to you. Now you will work in the salt mines.', | |
51782 'serialized' => '0', | |
51783 )) | |
51784 ->values(array( | |
51785 'realm' => 'language', | |
51786 'realm_key' => 'is', | |
51787 'name' => 'user_mail_status_canceled_subject', | |
51788 'value' => 'is - So long, bub', | |
51789 'serialized' => '0', | |
51790 )) | |
51791 ->execute(); | |
48819 $connection->schema()->createTable('watchdog', array( | 51792 $connection->schema()->createTable('watchdog', array( |
48820 'fields' => array( | 51793 'fields' => array( |
48821 'wid' => array( | 51794 'wid' => array( |
48822 'type' => 'serial', | 51795 'type' => 'serial', |
48823 'not null' => TRUE, | 51796 'not null' => TRUE, |