Software Engineering in WordPress, PHP, and Backend Development

Author: Tom (Page 355 of 427)

WordPress Source Control: Commit Messages

Although Automattic uses Subversion for source control both for its themes and plugins, I keep a number of my plugins in Git repositories during development.

Additionally, 8BIT uses GitHub to keep track of all of our source code, issues, milestones, and so on. When it’s time to make a commit, we usually sync the Git repository with its Subversion equivalent.

I’ve used a number of different source control systems during my career – some distributed, some not – and I’ve never been someone who fights a so-called religious war over which is better. Each source control system has its advantages, disadvantages, and each one fits differently within the context of how a person or a team operates.

Currently, I really like Git but a lot of that has to do with how GitHub, the site, fits into my workflow. Sure, there are things about Git that I like, but it’s GitHub’s organization that fits how I do work.

Anyway, overtime I figured I’d discuss my thoughts on WordPress source control. In this post: commit messages.

Continue reading

Streamlining My Application Workflows

One of the things that I’ve found myself doing more and more is experimenting with various tools, workflows, and actually not using certain applications just to see how it impacts my day-to-day.

Generally speaking, I’m the kind of developer who takes his time picking out his tools, creating his workflow, and then sticking with them – it takes a lot for me to change the way that I get my stuff done.

Case in point: I’ve written an entire post about the applications and tools that I use and I’ve rarely deviate from this.

But for the last two months or so, I’ve found myself beginning to experiment more and more with trying out certain tools, removing certain tools, or changing up my workflow to see how it impacts things (for better or worse).

Obviously, this is a bit of a less technical or a less WordPress-centric post, but I figure that I’m not the only one that does this. As such, I thought I’d share my application workflows, some of the things I’ve been experimenting with, the results, and even see what you guys are doing that’s similar.

Continue reading

Resolving The WordPress Multisite Redirect Loop

Though I do the majority of my work using single site WordPress installs, there are a number of sites and projects in which I’ve used WordPress multisite and there’s a problem that I’ve experienced specifically with using WordPress multisite, subdomains, and shared hosting environments.

Specifically, the problem is this:

  • Install WordPress and activate multisite
  • Configure the installation to use subdomains (versus subdirectories)
  • Attempt to login and get stuck in a redirect loop

If you have a single instance of WordPress multisite installed on the same server, there’s no issue, but if you go beyond that then you normally hit a problem: a redirect loop.

Continue reading

WP Audio Player Now on GitHub

Earlier this week, I released WP Audio Player – a simple plugin that makes it easy to embed audio files into your WordPress posts.

The plugin was graciously evaluated by Pippin Williamson on his personal blog, and several people on Twitter asked that I place the plugin on GitHub so that they can contribute.

As much as I am a fan of the open source model, I’ve never actually placed any of my plugins on GitHub – I just stick with the Subversion repository and managed bug reports and feature requests as they come in.

But I thought placing WP Audio Player on GitHub would be a fun – it’s helped my Boilerplates, so I figured it’d bode well for this plugin, too.

Continue reading

« Older posts Newer posts »

© 2025 Tom McFarlin

Theme by Anders NorenUp ↑