Search Content

Displaying 1 - 20 of 101

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 …

… 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 … 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 … back to development and re-roll the release. git log/git tag -- identify the current state of the code base -- should …

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

… This makes managing add-ons for projects like Joomla or ZenCart quite challenging, because our add-ons get scattered … yet started doing this, but for projects like Joomla and ZenCart, this is going to be really effective. It's not quite …

… Freelock management tools installed (minimum shell access, git and wp-cli/drush/drupal console). Recommend either … Freelock management tools installed (minimum shell access, git and wp-cli/drush/drupal console). Recommend either …

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

Drupal Protection Plan Perfect for simple Drupal sites and mature sites with a minimum of additional …

Git Submitted by freelock on Mon, 01/11/2010 - 10:18 I've … subtree ./ dojox git pull -s subtree ./ util Switch to a tag I'm still working this out... Subversion tags show up as remote branches starting with "tag/". You can fetch the remote branch, but this is bad …

… contact our "salt master" at 24.104.126.180, DNS, Drupal git sources, outgoing email delivery, and operating system … contact our "salt master" at 24.104.126.180, DNS, Drupal git sources, outgoing email delivery, and operating system …

… Joomla Git Management Submitted by Anonymous (not verified) on Mon, 01/11/2010 - 10:18 We're starting to use Git to manage our Joomla installations. There's quite a bit …

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

… pages are linked correctly, pictures and pages have been “tagged” with information about them, and the site can be … world of SEO, they cannot just put terms on their page and tag pictures and be done with it—they have to walk a mile in … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …

… `migrate_map_upgrade_/g" site-mm.sql &#13; sed -i "s/^LOCK TABLES `migrate_message_/LOCK TABLES `migrate_message_upgrade_/g" site-mm.sql &#13; …

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

… people. So a person is a contact in my system. You can tag that person as a customer, lead, prospect, whatever you … We attach an expected value of that opportunity, and tag them with a sales stage. This becomes our sales pipeline, … people. So a person is a contact in my system. You can tag that person as a customer, lead, prospect, whatever you …

… of "resources" -- things like a particular branch of our git repository, a version number, a location to store test … actually do stuff with them. Most of the resources are a git repository of some kind. And by default, Concourse would … every single minute. Our early pipeline had 5 - 6 of these git resources -- so when I turned on 6 pipelines I suddenly …

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

… a user's card in the gateway. Others have an "offsite" flow, sending you to their site to collect card info and then … the site to the gateway. In Drupal Commerce 2, the payment flow for onsite gateways is completely different than in … a user's card in the gateway. Others have an "offsite" flow, sending you to their site to collect card info and then …