Search Content

Displaying 1 - 20 of 97

… which we'll discuss next, is that our destination is not a node, but an entityreference field. So our destination class …           ),         );         node_save($node);         $model_array[$row->BvItemNo] = …

… Migration Extract. Transform. Load. This is the basic model behind Drupal 8's powerful Migrate module. Whether your data is in an older version of …

… A Customized Business Website for One Flat Fee Built by Freelock to Grow With Your Business Saves Time  – Customized … pages Our Team Customer List Testimonials News/Blog The Essential Functions Home Page banner/slideshow …

… EntityFieldQuery(); $query->entityCondition('entity_type','node') ->entityCondition('bundle','employee') … $result = $query->execute(); if ($result && $result['node']) { $item = array_pop($result['node']); $node = node_load($item->nid); if (!$newprofile) { …

… configuration. Copy another CSV migration file to a new "migrate_plus.migration.im_pricecode.yml" file. Inside the … case, we're using the "csv" source plugin provided by the Migrate Source CSV module. Of particular note here: …

… a couple of them are nearing launch, and were missing some node references, I set out to get the content updated from … auto-migration done in 8.0.x. The main gotcha here is that node content still isn't showing up as migrated -- but for … prep the destination
 
 In particular, we wanted node references migrated to D8 entity references: [Add …

… files for security reasons. Switching between trunk and a tag So far so good. We have the basics of an application set … Simple. Just check it out: cd public_html/dojo git tag # shows you a list of available tags git checkout … with your changes. Also note that when you check out a tag, you don't necessarily get a tracking branch, so don't …

… you end up with a lot more sophistication under the hood. Migration The initial migration was easy. We sucked over all … that were no longer where they used to be Consolidating tags into our current set we want to make a bit cleaner … as possible Supporting images/media that were previously migrated into Drupal 7 Part of the complexity of this for us …

… imported from Drupal 6 did not get rewritten with new node ids, after the migration had started using a map. The … | 2208 | node/1850 | wisconsin-state-refund-policy               | | 2210 | node/1852 | what-does-it-cost-0                         | | …

… priority: 600 } The crucial part here is the tag -- by registering the service as a … priority: 600 } The crucial part here is the tag -- by registering the service as a …

… Drupal deployment with Git Flow Submitted by John Locke on … on master is if we have to roll back to a previous release tag, if something truly went wrong. Staging is where things …

… to a new point release of Drupal means merging the new tag into our branch. Then we've written a script to update … and the development copy on develop. And it created a git tag for the particular release. On production, we have … back to development and re-roll the release. git log/git tag -- identify the current state of the code base -- should …

… Drupal 8 is around the corner... time to upgrade? Submitted … on Fri, 04/03/2015 - 12:51 We're starting to recommend Drupal 8 for some new upgrade projects, with the following … new version, and migrate the data into it. Drupal 7 has a migration tool that helps pull the data over, but we need to …

… Once the dev site is updated, we create a new release tag and push it into our central git repository, where … regular backups of the files. We do a final snapshot/tag of the production code base, then pull down the new … Once the dev site is updated, we create a new release tag and push it into our central git repository, where …

… Drupal 8 migration status and surprises Submitted by John … 18:34 We're digging into our first dry-run migrations from Drupal 6 to Drupal 8, and learning a lot about what's ready …

… trying to encourage people to upgrade to 7 now. One of our clients called in a panic unsure whether she needed to act, … I'm still on D6, and I need it to do more! Most of our clients on D6 we've been coaching to wait to D8. That time is fast approaching, and it's time to start planning. For clients who want to have a smooth transition, and don't want …

… Ask Freelock: Drupal vs Word Press? Submitted by John Locke on … that looks exactly the way they want it. And as a solid blog platform, it's pretty decent at organizing content, too … and design, while the information management shines. … Ask Freelock: Drupal vs Word Press? …

… software capabilities into a cohesive system Easy to migrate data to other applications in the future Access to … software capabilities into a cohesive system Easy to migrate data to other applications in the future Access to …

… rundown of our experience so far. Basic functionality and migration All of the basic functionality seems to work just … recur, editing specific event occurrences, and more. Migrating our calendars turned out to be quite easy. In … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …

… able to identify several big wins, such as: setup meta tag module, disabling php filters, fixing staff directory … able to identify several big wins, such as: setup meta tag module, disabling php filters, fixing staff directory …