Search Content

Displaying 1 - 20 of 68

… functionality, we leveraged the easypattern , sugar , and node-schedule modules from npm, and borrowed a lot of the … the room state, in addition to keeping them in RAM using node-schedule. When Watney restarts, it reloads each future reminder into node-schedule. When reminders trigger, it updates the state …

… Its name is Watney. Watney lives in Matrix . Watney is a bot I created about 6 months ago to start helping us with … we do, and now it's starting to pay off! Industry Software Bot Concourse Continuous Deployment Continuous Integration …

… and WordPress websites. At the center of it all is a chat bot we've written, named Watney. Watney gets input from all … smoothly, without interruption. Surrounding our core chat bot and deployment process are more typical operations … and WordPress websites. At the center of it all is a chat bot we've written, named Watney. Watney gets input from all …

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

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

… to a new point release of Drupal means merging the new tag into our branch. Then we've written a script to update … is pushed, it passes the repository name, branch name, user who pushed it, and a couple other details into Jenkins. … unless there will be many minutes of entirely bad user experience...) Production tags and deployment We don't …

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

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

… able to identify several big wins, such as: setup meta tag module, disabling php filters, fixing staff directory … in order to make them more mobile-friendly and a seamless user experience. Since we can never speak to our services better …

… up and try delivering again in an hour or so. Infected bot-nets don't bother. Greylisting has been extremely … spammy messages, and for mail that gets through, tag it with a SpamAssassin score so that mail delivery agents … spammy messages, and for mail that gets through, tag it with a SpamAssassin score so that mail delivery agents …

… From the code above, you can see we have a paragraph tag and JavaScript code. The role of the JavaScript code is … of the current user's open tab, and create a new tag (if you want). This is a dangerous tool, so if it falls … From the code above, you can see we have a paragraph tag and JavaScript code. The role of the JavaScript code is …

… Here's what you need to know about URL handling in Drupal. Internal Paths For most content items in Drupal, there are at least two different URLs to reach the item: the internal path, and one or more "friendly" or aliased URLs. …

… What do you need CRM to do? Submitted by John Locke on Thu, 05/31/2012 - 23:09 … people. So a person is a contact in my system. You can tag that person as a customer, lead, prospect, whatever you …

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

… rules coming out regularly. We have SpamAssassin set to tag all messages, and reject those that have a score higher … rules coming out regularly. We have SpamAssassin set to tag all messages, and reject those that have a score higher …

… -> develop -> release -> prod -> new development We have a bot in a chatroom that facilitates moving stuff through this … 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 …

… taxonomy system that can be used to categorize and tag content The "Forms API" to make it simple to create, … taxonomy system that can be used to categorize and tag content The "Forms API" to make it simple to create, …

… scenarios. Handle nightly check warnings Our Matrix bot will alert us each night to sites that have … production. Finally, when all that looks good, we ask our bot to deploy to production. It grabs a snapshot of the … applies the configuration. On the next nightly check, our bot automatically does a fresh database copy from production …

… analytics.  Check out our approach to data ingestion, meta-tagging, and data models, and how we build those insights … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> … analytics.  Check out our approach to data ingestion, meta-tagging, and data models, and how we build those insights …

… data into the price break fields (covered in a later blog post). There's a couple tools that make this process go … = $this->get('threshold')->getValue(); return $value === NULL || $value === "" || $value === 0; } ... if this method …