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: mhaun/JavaScriptButtons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: css-buttons
Choose a base ref
...
head repository: mhaun/JavaScriptButtons
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.
  • 20 commits
  • 17 files changed
  • 4 contributors

Commits on Mar 13, 2013

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

    mstuart committed Mar 13, 2013
    Configuration menu
    Copy the full SHA
    990b0da View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2013

  1. Updating tests

    jeffharrell committed Mar 16, 2013
    Configuration menu
    Copy the full SHA
    97bb32a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53e0361 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2013

  1. Fix for #18

    jeffharrell committed Mar 18, 2013
    Configuration menu
    Copy the full SHA
    9a963de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e27cab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #19 from jeffharrell/master

    Fix for #18
    jeffharrell committed Mar 18, 2013
    Configuration menu
    Copy the full SHA
    0448cfe View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2013

  1. Adds callback parameter

    An implementation for IPN's notify_url called 'data-callback'.
    Allows for notification of your backend.
    Tim Messerschmidt committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    0c91750 View commit details
    Browse the repository at this point in the history
  2. Adds proper build of changes made by Tim

    Adds a proper build of the JS files
    and ups the version number to 1.0.1
    Cristiano Betta committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    c2fb8ea View commit details
    Browse the repository at this point in the history
  3. Merge pull request #24 from SeraphimSerapis/master

    Adds callback parameter
    mstuart committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    5169cc5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:paypal/JavaScriptButtons

    Conflicts:
    	dist/paypal-button-minicart.min.js
    	dist/paypal-button.min.js
    	test/index.html
    jeffharrell committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    a9ce4c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9515dea View commit details
    Browse the repository at this point in the history
  6. Fixed z-index bug with CSS buttons. Reset stacking context. Fixed ano…

    …ther CSS bug with IE8 to fallback to an orange background rather than transparent.
    mstuart committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    6ccfb82 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2013

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

Commits on Mar 30, 2013

  1. Configuration menu
    Copy the full SHA
    da166b8 View commit details
    Browse the repository at this point in the history
  2. Added grunt-update-submodules task. Will update all submodules (MiniC…

    …art) before running concat and uglify tasks.
    mstuart committed Mar 30, 2013
    Configuration menu
    Copy the full SHA
    1116404 View commit details
    Browse the repository at this point in the history
  3. Renamed buttonText to locales because that localized text can be used…

    … on labels too. Makes more sense.
    mstuart committed Mar 30, 2013
    Configuration menu
    Copy the full SHA
    44d5062 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c314f8 View commit details
    Browse the repository at this point in the history
  5. Moved tests to /test/spec. Moved test runner libraries to /test/lib. …

    …Lint task was running against test runner libs and was breaking... fixed now.
    mstuart committed Mar 30, 2013
    Configuration menu
    Copy the full SHA
    b35795d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2013

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