Search Content

Displaying 1 - 20 of 65

… deployment" (CD) practices of building up a clean site just aren't very relevant -- the stuff that breaks is … our environment, mainly for testing purposes: dev -- the development site, is where all new development happens, and … to my comment Comment About text formats Filtered HTML Web page addresses and email addresses turn into links …

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

… software releases. When you apply them to a Drupal development process that involves deployment across several … to add some entirely new functionality to an existing site. As we near the end of the sprint, we learn that they … to my comment Comment About text formats Filtered HTML Web page addresses and email addresses turn into links …

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

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

… Quality Quality Assurance Salt Wraith DevOps Add new comment You must have JavaScript enabled to use this form. … me when new comments are posted All comments Replies to my comment Comment About text formats Filtered HTML Web page …

… academic structures. The central thing in Drupal is the "node", which is basically an item of content. Everything in Drupal revolves around the node. The Taxonomy module and add-ons provide a variety of … academic structures. The central thing in Drupal is the "node", which is basically an item of content. Everything in …

… able to identify several big wins, such as: setup meta tag module, disabling php filters, fixing staff directory … able to identify several big wins, such as: setup meta tag module, disabling php filters, fixing staff directory …

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

… aliased URLs. The internal path to any item of content is node/<node id>. Add the domain name in front of this, and you've …

… our project management system -- now when anyone on our team is logged into OpenAtrium, the CRM system is a click … night, and was using it on Tuesday. Released it to our team on Thursday. Things I like about our Drupal CRM My … our project management system -- now when anyone on our team is logged into OpenAtrium, the CRM system is a click …

… from your article and it worked out for me. Reply Add new comment You must have JavaScript enabled to use this form. … not be shown publicly. Homepage Subject Notify me when new comments are posted All comments Replies to my comment Comment About text formats Filtered HTML Web page …

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

… for a legal association, manage photos, manage who on a team is going to come to each game, track time spent on tasks … of being a full-fledged CMS. It's a great utility. My team and I are in the process of building 5 different … for a legal association, manage photos, manage who on a team is going to come to each game, track time spent on tasks …

… analytics.  Check out our approach to data ingestion, meta-tagging, and data models, and how we build those insights … for your website today.  If a website is an organization’s property, don’t you want the best property management company … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …

… examples of a custom price resolver , and knew this would work perfectly for the need. Planning out the functionality … or an entity reference here -- creating a custom field type makes the most sense. So our task list to accomplish … this became the following: Create a custom field type for the price break, along with supporting field widget …

… rest assured, your name will not soon be forgotten. Industry Business Software Budgeting Drupal Planet Estimating …

… [are not] running, and can be checked here: _________ DNS is managed [by Freelock] [by customer] [by another … Move static content to a CDN, tune web servers for dynamic content Move the database to a dedicated server(s) …

… existing site. The Implementation - Vue.js with GraphQL, JSON:API Drupal is particularly well-suited for this kind of … end site. Since we originally developed this, Drupal added JSON:API to core, and we've started using that a lot more …