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: imorente/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.
  • 12 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 16, 2010

  1. Configuration menu
    Copy the full SHA
    5a1b50f View commit details
    Browse the repository at this point in the history
  2. Don't show weeks which have only off days

     * There was off rows in some cases that is not so nice
    Nucc committed Oct 16, 2010
    Configuration menu
    Copy the full SHA
    9ffc4b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2010

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

Commits on Oct 29, 2010

  1. Configuration menu
    Copy the full SHA
    3f21f65 View commit details
    Browse the repository at this point in the history
  2. Fixed a bug in dayAm

    eugenebolshakov committed Oct 29, 2010
    Configuration menu
    Copy the full SHA
    1e84d1b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2011

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

Commits on Mar 29, 2011

  1. Configuration menu
    Copy the full SHA
    c237891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c0f5e6 View commit details
    Browse the repository at this point in the history
  3. Added support for year selector as an input type number

    When a dateinput is initialized with {selectors: true, yearRange: false},
    the year selector will be rendered as an input element of type number
    instead of a select element, making it easier for the user to enter a date
    with a year far into the past.
    Felipe25 committed Mar 29, 2011
    Configuration menu
    Copy the full SHA
    2a88eb8 View commit details
    Browse the repository at this point in the history
  4. Revert "Don't show weeks which have only off days"

    This reverts commit 9ffc4b6.
    
    Not showing weeks with only off days makes the calendar height change.
    Prefer showing all 6 rows and keep calendar size consistent, even
    if it means sometimes we'll show a whole row of off days.
    Felipe25 committed Mar 29, 2011
    Configuration menu
    Copy the full SHA
    cd5bf42 View commit details
    Browse the repository at this point in the history
  5. Fix for year selector as an input type number

    Making sure calendar doesn't get redrawn when an onchange event gets triggered on the year selector
    and the calendar has already been updated by the previous oninput event
    Felipe25 committed Mar 29, 2011
    Configuration menu
    Copy the full SHA
    317e29e View commit details
    Browse the repository at this point in the history
Loading