Skip to content
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: codeguy/Slim-Extras
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: codeguy/Slim-Extras
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/no_static_views
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 22 files changed
  • 4 contributors

Commits on Dec 22, 2012

  1. Newrelic Middleware

    Soban Vuex committed Dec 22, 2012
    Configuration menu
    Copy the full SHA
    6e12a64 View commit details
    Browse the repository at this point in the history
  2. Newrelic Middleware

    Soban Vuex committed Dec 22, 2012
    Configuration menu
    Copy the full SHA
    ccdee8e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2013

  1. Mustache_Autoloader should only be used as fallback.

    If Composer is already handling autoloading the Mustache library, no need to require and register Mustache_Autoloader.
    bobthecow committed Jan 20, 2013
    Configuration menu
    Copy the full SHA
    06dae95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bfda87 View commit details
    Browse the repository at this point in the history
  3. Don't manually load template contents.

    Use a \Mustache_Loader_FilesystemLoader instance instead. This saves us some code, and makes it so loading partials works too :)
    bobthecow committed Jan 20, 2013
    Configuration menu
    Copy the full SHA
    80f68f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    541897c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b12fdd0 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2013

  1. Merge remote-tracking branch 'upstream/master'

    Soban Vuex committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    d91fe4c View commit details
    Browse the repository at this point in the history
  2. Newrelic.md

    SobanVuex committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    4dc6d1b View commit details
    Browse the repository at this point in the history
  3. Newrelic.md > Newrelic.markdown

    SobanVuex committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    d8d0d11 View commit details
    Browse the repository at this point in the history
  4. Newrelic Middleware

    SobanVuex committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    af9835b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2013

  1. Configuration menu
    Copy the full SHA
    e930e67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ee0e12 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2013

  1. Merge pull request #57 from bobthecow/develop

    Update Mustache View implementation.
    silentworks committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    b9349b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9953260 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #64 from SobanVuex/master

    Basic integration for NewRelic
    silentworks committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    fb0bce7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #63 from tboronczyk/master

    Basic Caching Middleware
    silentworks committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    8361592 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2013

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

Commits on May 11, 2013

  1. Updated documentation for View parsers

    Updated Twig to override the set and get templates method.
    Updated Extension documentation
    silentworks committed May 11, 2013
    Configuration menu
    Copy the full SHA
    2f41328 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03488e7 View commit details
    Browse the repository at this point in the history
Loading