Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pattern-lab/patternlab-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Oneupweb/patternlab-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 48 files changed
  • 3 contributors

Commits on Jan 3, 2014

  1. Refactoring for Composer compatibility

     -- Generation works without the -c flag
     -- Requires "Mustache_Loader_PatternLoader" shim
     -- -c flag will require loading non-PSR-0-compliant css-rule-saver library
    Matt Wells committed Jan 3, 2014
    Configuration menu
    Copy the full SHA
    bf3ed6c View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2014

  1. Configuration refactor

     -- builder.php loads it and handles issues
     -- Buildr.php, Watchr.php, Generatr.php expect a config array
        passed to their constructors
    Matt Wells committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    490aa35 View commit details
    Browse the repository at this point in the history
  2. Fixed a missing curly bracket in static.scss

    On line 142 of static.scss there is a missing "}" bracket causing an error if you compile the scss.
    GriffinArtworks authored and Matt Wells committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    8044bdd View commit details
    Browse the repository at this point in the history
  3. Fixing no scrolling problem on iOS, iPad etc

    On line 545 added "-webkit-overflow-scrolling: touch; overflow: scroll;" to enable scrolling on iOS devices. see http://johanbrook.com/browsers/native-momentum-scrolling-ios-5/
    GriffinArtworks authored and Matt Wells committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    560babe View commit details
    Browse the repository at this point in the history
  4. updating what's fixed in v0.6.2

    dmolsen authored and Matt Wells committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    ea16944 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature-composer'

    Conflicts:
    	builder/lib/generator.lib.php
    	builder/lib/watcher.lib.php
    Matt Wells committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    9ab5c75 View commit details
    Browse the repository at this point in the history
  6. Throw exceptions; don't die(). Also, generate() disappeared. That's w…

    …eird.
    Matt Wells committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    1771ad6 View commit details
    Browse the repository at this point in the history
  7. File structure refactor

     -- Move generation files out of builder/lib/ and into lib/
     -- specify unlimited time in command line
    Matt Wells committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    28de7dd View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2014

  1. Switching to Symfony console application

    Matt Wells committed Jan 8, 2014
    Configuration menu
    Copy the full SHA
    21ee64d View commit details
    Browse the repository at this point in the history
Loading