Search results

Comprehensive Code Flow Management

Philosophy

We are following the gitflow method where Master is stable and production ready. We did not start out this way but are migrating quickly to adopting this method with some alterations.

Maintenance flow [1].

Adding a Submodule with Git

Sometimes you have Drupal in a git repository and you want to use a single submodule from Luggage. For example, you might have a site on which you want only the People feature.

Here is how to add a submodule to your git repository.

Conceptually

In English, you are telling your git repository that contains the code for your website where the git submodule is, so that when you type

git submodule update --init

it will automatically pull in the submodule.

Moving On

First, you add the submodule by hand:

Luggage 2.3 Release Coming Soon

October 3, 2014

The upstream fixes in Luggage will be flowing downstream to Luggage-ISU soon.

This includes improvements to the Suitcase theme, a new Projects feature, and the People Expertise view.

Our estimated release time is end-of-week October 6, 2014.

Luggage_isu 2.5.0-2.1 Released

This release includes fixes in Suitcase

Notice - Following this release, Luggage will be branched into the 2.x.x and the 3.x.x (development) branches.

  • The 2.x.x branch will contain the Pubcookie authentication but will
    not see any new bug fixes just security patches.

  • The 3.x.x (development) branch will contain the Shibboleth authentication and
    will represent the new development branch.

Pages