Search Content

Displaying 1 - 20 of 207

… Remote File Integrity Checking Submitted by John Locke on Mon, … a great how-to for setting up remote verification of file integrity from a central trusted server. Sys Admin > … to use this form. Your name Email The content of this field is kept private and will not be shown publicly. …

… Aggregate fields in Drupal 8 views Submitted by John Locke on Tue, … over the place to guide you in creating various kinds of field handlers, and you can also alter the query views … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …

… Using a File Field with imported files in Drupal: Drush to the rescue! Submitted by John Locke … - 12:25 We regularly import content from old web sites and systems. One recent client had thousands of … Drupal, and just copy the existing documents into sites/default/files. Using the Filefield_sources module, you can …

… and quarterly for up to 6 quarters. We can restore files from any of these snapshots, making it possible to … deleted months ago. Our capacity is limited, however, to sites under 20GB. Backup hosting is included with a Freelock-hosted site. This product is an add-on meant to be a secondary …

… 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 …

… 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 …

… are 3 crucial parts to a migration configuration: source, process, and destination. All of the heavy lifting here is in the process block, so we'll tackle that last. Here's our source … by using migration_dependencies. Finally, we get to our "process" block. Let's take this a field at a time: process:   …

… If you own a pet, by the way, head over and get a pet tag while they're still free! The pet tag has a QR code that will take people who scan it with a … If you own a pet, by the way, head over and get a pet tag while they're still free! The pet tag has a QR code that …

… 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 …

… Setup of a hierarchical category taxonomy, with fields for color, image, description, extra content, related … Setup of a hierarchical category taxonomy, with fields for color, image, description, extra content, related …

… was there before. When I look through our portfolio of sites, most of them use tons of CSS to style all the various … the vast majority of customizations have happened in SASS files we compile to CSS. This time, we're flipping that. … the overall defaults first, along with base styles. Add default colors, font families, and typography size to the …

… needs. Here's an example: We start on a sprint for a client, to add some entirely new functionality to an existing … on master is if we have to roll back to a previous release tag, if something truly went wrong. Staging is where things … Next it's a matter of doing the production deployment: Tag current production code commit Back up current production …

… site functionality without major redesign. Simplifies the Process  – Flat rate package includes hosting AND support. … or not, or are a tech genius or not, Freelock has a process in place that can get your website up and running in …

… get creative to make your application easier to use. Video file Problem 1 -- Select the right term For one client, a … all steps are complete. Solution - Create custom Drupal fields and widgets For both of these problems, we decided that "traditional" approaches of using stock field types and widgets was not sufficient. Using one of the …

… 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 …

… will still need to get converted to a string). And we will print the final result from a variable called "final". The … result which gets returned to "final" (which is what we're printing at the end of the .action function). The starting … will still need to get converted to a string). And we will print the final result from a variable called "final". The …

… the primary key for the dealer data is spread across two fields: CardCode and Address2. Many of their dealers are … -- these share a CardCode but have a different Address2 field. (Actual address data is stored separately, in addr1 … previous migration and running the migration on the new file. Industry E-Commerce Retail Dealers Drupal Drupal Planet …

… all of these ended up 7 - 8 hours off -- when you edit the node, it shows up with the correct time, and when you display the node, it's off by 8 hours. 8 hours happens to be our current … all of these ended up 7 - 8 hours off -- when you edit the node, it shows up with the correct time, and when you display …

… 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) { …

… export individual items, one at a time. This can include nodes, paragraphs, users, any kind of content entity. This … "Export References" option, when you point it at a single node, it will export all related entities at the same time! … already exists). drush default-content:export-references node <nid> --folder=content to export a particular node, to a …