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: pyrocms/sample
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1
Choose a base ref
...
head repository: pyrocms/sample
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Apr 11, 2013

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

Commits on May 5, 2013

  1. update set_value for name and slug

    Updated set_value('name', $name) and set_value('slug', $slug) 
    to set_value('name', $sample->name) and set_value('slug', $sample->slug).
    
    Otherwise the variables give a PHP error.
    jensdeschrijver committed May 5, 2013
    Configuration menu
    Copy the full SHA
    bc89e60 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2013

  1. fixing several bugs

    keevitaja committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    155d2f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2013

  1. Merge pull request #10 from keevitaja/2.2

    fixing several bugs
    Phil Sturgeon
    Phil Sturgeon committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    4417cb6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from jensdeschrijver/patch-2

    update set_value for name and slug
    Phil Sturgeon
    Phil Sturgeon committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    c8f78c3 View commit details
    Browse the repository at this point in the history
Loading