Search Content

Displaying 1 - 20 of 116

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

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

… and the final version number is applied and a matching git tag is created. Then the CI system looks up the deployment … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> … and the final version number is applied and a matching git tag is created. Then the CI system looks up the deployment …

… 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 … is fast for transfer, but you still have to go through a network, which is a lot slower than extracting out of the …

… Another reason to love git Submitted by John Locke on Wed, 07/08/2009 - 14:59 So … you want to clone our dojo git repository, use "git clone git://git.freelock.com/git/dojo.git" to get your own copy. …

… What's git, and why do you use it? Submitted by John Locke on Mon, … repository, doing this gets a lot more complicated. Git to the rescue. Git solves all of these issues. Read on …

… automation using the Drupal #AI module -- automatically tag your articles. With the AI module, its AI Automators … integrations, the great thing is you can easily edit the tags later if you want to highlight something specific, or if …

… Freelock management tools installed (minimum shell access, git and wp-cli), or a supported managed host (currently … Freelock management tools installed (minimum shell access, git and wp-cli), or a supported managed host (currently …

… to maintain normal site functionality. Very simple changes beyond site maintenance may be available on a … to maintain normal site functionality. Very simple changes beyond site maintenance may be available on a …

… Git Submitted by freelock on Mon, 01/11/2010 - 10:18 I've been playing around with Git, with several end goals in mind: However, the layout of …

… Joomla Git Management Submitted by Anonymous (not verified) on Mon, … 01/11/2010 - 10:18 Next steps: Create a script to automate git updates Before starting, log into the admin area 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 …

… major as these, I like to have places I can roll back to. git tags can be useful, along with database snapshots at each … under sites/default/files -- we exclude that path from git, and so we recommend moving it somewhere inside your git tree. You can set this in the settings.php file, to …

… comments Replies to my comment Comment About text formats Filtered HTML Web page addresses and email addresses turn …

… to Curl, which shows headers by default and pretty-prints json. Commitizen (cz) is a "Conventional Commits" … to Curl, which shows headers by default and pretty-prints json. Commitizen (cz) is a "Conventional Commits" …

… that seemed to completely foil this attack. The attack printed a bunch of garbage characters, no actual clear text. … that seemed to completely foil this attack. The attack printed a bunch of garbage characters, no actual clear text. …

… you would expect it to. Comments. I've left Drupal's core comment system on, which provides a handy place to log things … Was it the overall complexity and learning curve? Thanks. Reply Submitted by John Locke on Thu, 06/07/2012 - 15:41 In …

… addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …

… load children * @param $io - Drupal Console io object, to print results * @param $parent - The parent menu link to set … uri = 'entity:node/' . $nid ; $entity -> save (); // Now print the change: $io -> block ( $link -> getTitle () . '(' . … load children * @param $io - Drupal Console io object, to print results * @param $parent - The parent menu link to set …

… owners need to understand. Onsite Payment Gateways always store credit card info Payment gateways have different … then automatically exposes that functionality to the store admins. One thing that confused me slightly was "Voids" … about zones and tax registrations. You can define, per store, which taxes you need to collect, and Commerce will …