Author: <span class="vcard">jbardo</span>
Jira ticket number between git branches
Have you ever worked on a team where everyone needed to put the Jira ticket number in the git message? Ever wanted to know all the ticket being merge to another branch before doing so? Here is a nifty little bash function that you can put in your bash profile: Once you have this included, you […]
PhpStorm code sniffer validation using scope
Have you ever wanted to apply php code sniffer validation on certain folders only in PhpStorm (for example when you do plugin development and you want to exclude the core of your libraries)? Follow these four steps to create custom scope make them available in the inspection column.
Use Vagrant Rsync feature to maximize performance
Original article appeared on X-Team.com We all know that Drupal doesn’t do really well under the default shared folder of VirtualBox. When we were given the task of creating a new box for one of our clients, we immediately went with NFS file system to circumvent this issue. We quickly realized two things: Vagrant is […]
The expert
Create a RESTful web service with Drupal 8
Read the full article on x-team.com. Disclaimer: Drupal 8 is still in a very early stage. Therefore, some examples or content in this article is subject to change without notice. I will be using the Drupal 8.0-alpha10 package that you can find here. My girlfriend and I (like mostly everyone really) are always looking for ideas about […]
A first look at Drupal 8 translation
Read the original article on x-team.com. Disclaimer: Drupal 8 is still in a very early stage. Therefore, some examples or content in this article is subject to change without notice. Translating content in Drupal isn’t a straightforward task in Drupal 7. That is why they made it a priority in Drupal 8 to make this […]