Backdrop https://www.tag1consulting.com/ en Nedjo Rogers https://www.tag1consulting.com/blog/nedjo-rogers <div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"> Nedjo Rogers is a Senior Performance Engineer with Tag1 based out of Victoria, Canada. He’s been an active Drupal contributor since 2003, has served as an advisory board member of the Drupal Association, and has led Drupal development projects for clients including Sony Music, the Smithsonian Institute, the Linux Foundation, and a number of nonprofit organizations. He’s also the co-founder of Chocolate Lily, where he builds web tools for nonprofits, including the Drupal distribution Open Outreach. <div class="more-link"><a href="/blog/nedjo-rogers" class="more-link" aria-label="Read more about Nedjo Rogers" hreflang="en">Read more</a></div> </div> <span><a title="View user profile." href="/user/dylan-clear">dylanclear</a></span> <span><time datetime="2015-04-22T10:24:55-07:00" title="Wednesday, April 22, 2015 - 10:24">Wed, 04/22/2015 - 10:24</time> </span> Wed, 22 Apr 2015 17:24:55 +0000 dylanclear 53 at https://www.tag1consulting.com How to Maintain Contrib Modules for Drupal and Backdrop at the Same Time - Part 3 https://www.tag1consulting.com/blog/how-maintain-contrib-modules-drupal-and-backdrop-same-time-part-3 <div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"> This is the third in a series of blog posts about the relationship between Drupal and Backdrop CMS , a recently-released fork of Drupal. The goal of the series is to explain how a module (or theme) developer can take a Drupal project they currently maintain and support it for Backdrop as well, while keeping duplicate work to a minimum. In part 1 , I introduced the series and showed how for some modules, the exact same code can be used with both Drupal and Backdrop. In part 2 , I showed what to do when you want to port a Drupal module to a separate Backdrop version and get it up and running on GitHub. In part 3 (this post), I'll wrap up the series by explaining how to link the Backdrop module to the Drupal.org version and maintain them simultaneously. Linking the Backdrop Module to the Drupal.org Version and Maintaining Them Simultaneously In part 2 I took a small Drupal module that I maintain ( User Cancel Password Confirm ) and ported it to Backdrop. In the end, I wound up with two codebases for the same module, one on Drupal.org for Drupal 7, and one on GitHub... <div class="more-link"><a href="/blog/how-maintain-contrib-modules-drupal-and-backdrop-same-time-part-3" class="more-link" aria-label="Read more about How to Maintain Contrib Modules for Drupal and Backdrop at the Same Time - Part 3" hreflang="en">Read more</a></div> </div> <span><span>david</span></span> <span><time datetime="2015-02-26T06:54:26-08:00" title="Thursday, February 26, 2015 - 06:54">Thu, 02/26/2015 - 06:54</time> </span> Thu, 26 Feb 2015 14:54:26 +0000 david 58 at https://www.tag1consulting.com How to Maintain Contrib Modules for Drupal and Backdrop at the Same Time - Part 2 https://www.tag1consulting.com/blog/how-maintain-contrib-modules-drupal-and-backdrop-same-time-part-2 <div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"> This is the second in a series of blog posts about the relationship between Drupal and Backdrop CMS , a recently-released fork of Drupal. The goal of the series is to explain how a module (or theme) developer can take a Drupal project they currently maintain and support it for Backdrop as well, while keeping duplicate work to a minimum. In part 1 , I introduced the series and showed how for some modules, the exact same code can be used with both Drupal and Backdrop. In part 2 (this post), I'll explain what to do when you want to port a Drupal module to a separate Backdrop version and get it up and running on GitHub. In part 3 , I'll explain how to link the Backdrop module to the Drupal.org version and maintain them simultaneously. Porting a Drupal Module to Backdrop and Getting it Up and Running on GitHub For this post I’ll be looking at User Cancel Password Confirm , a very small Drupal 7 module I wrote for a client a couple years back to allow users who are canceling their accounts to confirm the cancellation by typing in their password rather than having to go... <div class="more-link"><a href="/blog/how-maintain-contrib-modules-drupal-and-backdrop-same-time-part-2" class="more-link" aria-label="Read more about How to Maintain Contrib Modules for Drupal and Backdrop at the Same Time - Part 2" hreflang="en">Read more</a></div> </div> <span><span>david</span></span> <span><time datetime="2015-02-17T08:00:00-08:00" title="Tuesday, February 17, 2015 - 08:00">Tue, 02/17/2015 - 08:00</time> </span> Tue, 17 Feb 2015 16:00:00 +0000 david 57 at https://www.tag1consulting.com How to Maintain Contrib Modules for Drupal and Backdrop at the Same Time https://www.tag1consulting.com/blog/how-maintain-contrib-modules-drupal-and-backdrop-same-time <div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"> Part 1 - Reuse the Same Code In mid-January, the first version of Backdrop CMS was released. Backdrop is a fork of Drupal that adds some highly-anticipated features and API improvements to the core Drupal platform while focusing on performance, usability, and developer experience. When an open-source fork makes the news, it's often because it was born from a fierce, acrimonious battle (example: Joomla forking from Mambo ); the resulting projects compete with each other on the exact same turf and developers are forced to choose sides. Backdrop's goal, however, is not to destroy or replace the original Drupal project. Rather, it aims to be a "friendly fork" that focuses on Drupal's traditional audience of site builders and developers, an audience which the Backdrop founders believe are being slowly left behind by the Drupal project itself. Because of this, I expect that many existing Drupal developers will not want to choose between the platforms, but instead will continue working with Drupal while also beginning to use Backdrop. In this series of blog posts, I will explain how a module (or theme) developer can take a Drupal project they currently maintain and support it for Backdrop as well, while keeping duplicate... <div class="more-link"><a href="/blog/how-maintain-contrib-modules-drupal-and-backdrop-same-time" class="more-link" aria-label="Read more about How to Maintain Contrib Modules for Drupal and Backdrop at the Same Time" hreflang="en">Read more</a></div> </div> <span><span>david</span></span> <span><time datetime="2015-02-05T08:22:40-08:00" title="Thursday, February 5, 2015 - 08:22">Thu, 02/05/2015 - 08:22</time> </span> Thu, 05 Feb 2015 16:22:40 +0000 david 48 at https://www.tag1consulting.com