Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 163.79 KB
MD5: cf0d5e5feaa6c0e63f572b3467a87db9
SHA-1: 5007f06ff19d2e2fc0198eb70469999667cf4df8
SHA-256: 41fc45e98a3660295c47fd1da37fb33cec15884d84b2b91aa23eee1467b90bfc
Download zip 260.34 KB
MD5: f3e3e4b4e01f4426023011e1b0302ba3
SHA-1: ce28077369f1306afaf31c0bf90e453f3d4850fe
SHA-256: b00388c49efef329c0e4a4887e6ea8838693fbf13dee771dfb6aaf60dc7991e8

Release notes

From 7.x-1.x to 7.x-2.x

This is a major release and you might find that the syntax of some of the Patterns might have changed/being extended. Backward compatibility with Patterns created with the syntax of 7.x-1.x branch is not supported.

Syntactic and semantic validation

The new version of Patterns allows the components to implement two separated layers of syntactic and semantic validation, providing a very valuable feedback to the user that is going to run a pattern in case it is necessary to solve any possible conflicts.

Improvement of the export functions and components extension

Improvement of the export functions and components extension. The new version of Patterns provides a set of enhancements to export automatically the configuration of a site. All the main components possess now automatic export capabilities, and depending on the type of component new options to export it are offered. Two different use cases are distinguised:

  1. Export the configuration as a pattern consisting of a set of CREATE actions which allows users the creation of patterns for “fresh installation” of certain feature,
  2. Export the configuration as a pattern consisting of a set of MODIFY actions
    which allows users the creation of patterns to override the current settings (e.g.,
    to update the features developed in a testing site to a production site). The patterns generated ensure idempotency in the operations.

Patterns Server

The new version of Patterns provides the changes to offer compatibility with the new Patterns Server module (to be released soon), whose aim is to act as a hub for sharing Patterns files among Drupal users.

Created by: drozas
Created on: 26 Feb 2013 at 14:06 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
New features
Bug fixes
Insecure
Unsupported

Other releases