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: jquerytools/jquerytools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dnerdy/jquerytools
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.
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 2, 2012

  1. Fixed the calulation of max when yearRange is given

    The old method, new Date(2013, 1, -1), results in "Wed Jan 30 2013 00:00:00 GMT-0800 (PST)", for
    example, when we really want new Date(2012, 11, 31), which is "Mon Dec 31 2012 00:00:00 GMT-0800 (PST)"
    dnerdy committed Mar 2, 2012
    Configuration menu
    Copy the full SHA
    484b67c View commit details
    Browse the repository at this point in the history
  2. Fixed monthSelector and yearSelector change event handlers

    When setValue is called with year as a string (which just contains a year and not a full date) it
    is erroneously parsed. .val() returns a string, so the value  must be cast to an integer before calling
    setValue.
    dnerdy committed Mar 2, 2012
    Configuration menu
    Copy the full SHA
    6f13a80 View commit details
    Browse the repository at this point in the history
  3. Fixed the yearSelector options to include the last year allowed by ye…

    …arRange
    
    The loop termination condition was off by 1
    dnerdy committed Mar 2, 2012
    Configuration menu
    Copy the full SHA
    8256c99 View commit details
    Browse the repository at this point in the history
  4. Fixed pm (previous month) and nm (next month) so that they are only d…

    …isabled when min or max
    
    occurs in the current month being shown.
    dnerdy committed Mar 2, 2012
    Configuration menu
    Copy the full SHA
    d66d211 View commit details
    Browse the repository at this point in the history
Loading