Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DPL: Adding Ability for Markdown Files to Specify Which Pattern It Should Be Associated With (ex. README.md) #125

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Commits on Jul 28, 2016

  1. Configuration menu
    Copy the full SHA
    c976fa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dd6d48 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. Configuration menu
    Copy the full SHA
    884c995 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. Configuration menu
    Copy the full SHA
    44c0dd0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Merge pull request #1 from drupal-pattern-lab/feature/fix-parse-error

    Remove extra character from InstallerUtil so dev branch works
    EvanLovely authored May 9, 2017
    Configuration menu
    Copy the full SHA
    0c30ad1 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Adding in lineage fix for PL when using Twig templates + line by line…

    … comments to explain my PHP chicken scratch.
    
    Addresses existing open issue #3 and corresponds with the 2nd half of work mentioned in drupal-pattern-lab/patternengine-php-twig#1
    bolt-bot committed May 10, 2017
    Configuration menu
    Copy the full SHA
    d7506a0 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. Merge pull request #4 from drupal-pattern-lab/patch-4

    Updating global data to use `yml` or `yaml`
    sghoweri authored May 19, 2017
    Configuration menu
    Copy the full SHA
    a1d3781 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Merge pull request #6 from drupal-pattern-lab/dev

    v2.8.0 RC - Merging Latest on Dev into Master
    EvanLovely authored May 22, 2017
    Configuration menu
    Copy the full SHA
    a46d571 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. Configuration menu
    Copy the full SHA
    505f32c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a51a73 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. Revert "updating config path to use our vendor name"

    This reverts commit 8a51a73.
    EvanLovely committed May 25, 2017
    Configuration menu
    Copy the full SHA
    d45a334 View commit details
    Browse the repository at this point in the history
  2. Revert "updating composer to use Drupal Pattern Lab name"

    This reverts commit 505f32c.
    EvanLovely committed May 25, 2017
    Configuration menu
    Copy the full SHA
    b6c7409 View commit details
    Browse the repository at this point in the history
  3. updating info

    EvanLovely committed May 25, 2017
    Configuration menu
    Copy the full SHA
    ad10d44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b31f31 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Configuration menu
    Copy the full SHA
    741ebb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ae8878 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. Merge pull request #9 from aleksip/replace-pattern-name-dots-with-dashes

    Replace possible dots in pattern names with dashes
    EvanLovely authored Jun 20, 2017
    Configuration menu
    Copy the full SHA
    c8428db View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev'

    EvanLovely committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    34fa945 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from drupal-pattern-lab/feature/fix-pattern-lab…

    …-lineages
    
    Fix for Broken Lineage Functionality in PL When Using Twig templates w/ Path Namespaces (ie. Drupal 8-friendly Paths)
    EvanLovely authored Jun 20, 2017
    Configuration menu
    Copy the full SHA
    407f7bb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8 from aleksip/pseudo-pattern-nameclean

    Don't overwrite nameClean if it has already been set
    EvanLovely authored Jun 20, 2017
    Configuration menu
    Copy the full SHA
    5b2a789 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev'

    EvanLovely committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    2db3557 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2017

  1. Enabling the ability for Pattern Lab to follow any symlinks that may …

    …exist when scanning the pattern source directory for patterns; adds the RecursiveIteratorIterator flag to follow symbolic links while still continuing to skip dots (. and ..).
    
    This opens the door for some creative workarounds to the rigid way Pattern Lab expects pattern templates to be organized at the file system level + how the physical path to a pattern determines how it's organized in Pattern Lab... pattern-lab#28
    bolt-bot committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    60fc319 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Merge pull request #10 from drupal-pattern-lab/feature/follow-symlinks

    Allow Pattern Lab to follow pattern symlinks when registering patterns
    EvanLovely authored Jul 12, 2017
    Configuration menu
    Copy the full SHA
    1fa44ec View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2017

  1. feat: adding optional ability for markdown files to specify which pat…

    …ternType it should be associated via frontmatter.
    bolt-bot committed Sep 3, 2017
    Configuration menu
    Copy the full SHA
    bb83196 View commit details
    Browse the repository at this point in the history