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: bby422/jquery-localize
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: coderifous/jquery-localize
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.
  • 13 commits
  • 16 files changed
  • 3 contributors

Commits on Aug 26, 2016

  1. Add a failing unit test for coderifous#50.

    Olivier Tilloy committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    89fbac0 View commit details
    Browse the repository at this point in the history
  2. Do not limit language codes to 2 letters.

    Olivier Tilloy committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    bdb443b View commit details
    Browse the repository at this point in the history
  3. Updated minified lib.

    Olivier Tilloy committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    d41a5c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Configuration menu
    Copy the full SHA
    e86aee7 View commit details
    Browse the repository at this point in the history
  2. Bumped jquery versions.

    coderifous committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    89604fb View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. Add a failing unit test for coderifous#47.

    Olivier Tilloy committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    e7c2c64 View commit details
    Browse the repository at this point in the history
  2. When a language-country code was requested, do not fail early if the …

    …language only file doesn't exist.
    
    Fixes: coderifous#47.
    Olivier Tilloy committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    f031e4f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. Update the test expectation to make it unambiguous.

    Olivier Tilloy committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    5343457 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

  1. Merge branch 'fix-issue-47' of https://github.com/oSoMoN/jquery-localize

     into oSoMoN-fix-issue-47
    
    * 'fix-issue-47' of https://github.com/oSoMoN/jquery-localize:
      Update the test expectation to make it unambiguous.
      When a language-country code was requested, do not fail early if the language only file doesn't exist.
      Add a failing unit test for coderifous#47.
    coderifous committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    0a57427 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaa980b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'shaolin405mi16-devel/fix-android-quirks'

    * shaolin405mi16-devel/fix-android-quirks:
      * fix android quirks (navigator.languages is empty on Android >= 5.0)
    coderifous committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    0e493bd View commit details
    Browse the repository at this point in the history
  4. Switches ajax to async.

    This required upgrading QUnit to 2.x, adding deferred/promise support, and rewriting every test.
    
    [Fixes coderifous#81]
    coderifous committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    d55b25f View commit details
    Browse the repository at this point in the history
  5. Fixes broken test.

    Not sure how I missed that.
    coderifous committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    0700d5e View commit details
    Browse the repository at this point in the history
Loading