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

… - April 20, 2020, April 21, 2020 - April 21, 2020, April 22, 2020 - April 22, 2020" they wanted it to just say "April 20 - 22, 2020". … <blockquote cite> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h1> <h2 id> <h3 id> <h4 id> <h5 id> <p> …

… Using a File Field with imported files in Drupal: Drush to the … '. $file->filename); $file->uid = 1; $file->filemime = file_get_mimetype($file->filename); $file->status = …

… Backup Hosting Freelock runs a very efficient backup server that … 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 …

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

… use the standard Drupal Field API, so we can easily add fields to either. Why not add a multi-value field for the … first thing to get in place. Drupal Console creates this file for you, you just need to fill in the necessary methods. … priority: 600 } The crucial part here is the tag -- by registering the service as a …

… with their existing CSV exports, and one of them is a file that provides up to 5 pricebreaks for each project. … Here's what the data looks like in the source CSV file: ... This file has other pricing data, for customer-specific pricing, …

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

… modules, etc). We distribute drush alias files using Salt Stack, a configuration management tool similar to … to a new point release of Drupal means merging the new tag into our branch. Then we've written a script to update …

… and might even be dangerous. Special, August/September 2022 only: Get this puzzle project completed at a $4000 … and might even be dangerous. Special, August/September 2022 only: Get this puzzle project completed at a $4000 …

… the vast majority of customizations have happened in SASS files we compile to CSS. This time, we're flipping that. … Defaults Defaults can be specified in the Tailwind config file, along with classes on the body tag. Also, remember CSS … the best practice would be to put it in the main.css file, and use @apply to define the CSS using other Tailwind …

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

… development server ready for you to add content. This all happens within one week’s time.  Here's What's Included: … with getting a new website launched. We take care of all those steps for you. Following is a list of features and … site. We contact you within a week with login detail and all of the rest of the information that you will need to …

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

… my index.js file, I required these libraries, as well as Node.js's filesystem library: #!/usr/bin/env node const program = require('commander'); const fs = …

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

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

… Deploying blocks and content to other site environments Submitted by John Locke on Sun, 04/16/2023 - 14:06 If you have a current Drupal site (built in Drupal 8 or later) you no longer need to … to export or import. This is a great option for sites that need to deploy blocks or a new menu along with a …