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: t0m/select2-bootstrap-css
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.1
Choose a base ref
...
head repository: t0m/select2-bootstrap-css
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 14 commits
  • 46 files changed
  • 1 contributor

Commits on Aug 11, 2014

  1. Remove protocols for jQuery and Select2 sources in gh-pages files –

    as kindly suggested by @styfle and @adamjohnson:
    
     * #43
     * fk#2
    Florian Kissling committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    6c26057 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2014

  1. Switch remote example to GitHub Search API.

    Snatched from ivaynberg/select2@6661e3d – thanks to @kevin-brown.
    Florian Kissling committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    b57eae3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2014

  1. Merge pull request #44 from fk/bootstrap3

    Switch gh-pages to protocol-less URLs, remote examples to GitHub Search.
    Florian Kissling committed Aug 13, 2014
    Configuration menu
    Copy the full SHA
    127c8ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d9cc3d View commit details
    Browse the repository at this point in the history
  3. Build select2-bootstrap-css on Twitter Bootstrap v3.2.0.

    Update development dependencies:
    
     * Twitter Bootstrap from v3.0.0 to v3.2.0
     * respond.js from v1.2.0 to v1.4.2
     * jlong/sass-twitter-bootstrap to twbs/bootstrap-sass
    
    Adjust paths in Makefile, fix glitch when copying Bootstrap fonts to _jekyll.
    Adjust paths in lib/build.scss, build.less.
    Update Less patch.
    
    Update readme - one known issue has been fixed in Bootstrap itself.
    Florian Kissling committed Aug 13, 2014
    Configuration menu
    Copy the full SHA
    7110978 View commit details
    Browse the repository at this point in the history
  4. Fix Bootstrap version number on docs index page.

    Florian Kissling committed Aug 13, 2014
    Configuration menu
    Copy the full SHA
    1cef5c3 View commit details
    Browse the repository at this point in the history
  5. Link to select2-bootstrap.css in the bootstrap3 branch, not the one f…

    …rom master.
    Florian Kissling committed Aug 13, 2014
    Configuration menu
    Copy the full SHA
    0f89637 View commit details
    Browse the repository at this point in the history
  6. Replace Makefile tasks with Grunt tasks:

     * replace "make copy_docs_assets" with "grunt copy" (via grunt-contrib-copy)
     * replace "make serve_docs" with "grunt jekyll:build", "make build_docs" with "grunt jekyll:serve" (via grunt-jekyll)
     * replace "make pages" and "make pages_setup" with "grunt gh-pages" (via grunt-gh-pages); note that in contrast to "make pages", "grunt gh-pages" will not (yet) automatically push changes to origin
    Florian Kissling committed Aug 13, 2014
    Configuration menu
    Copy the full SHA
    83067da View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2014

  1. Configuration menu
    Copy the full SHA
    fec6c1e View commit details
    Browse the repository at this point in the history
  2. Update less.patch.

    Florian Kissling committed Aug 16, 2014
    Configuration menu
    Copy the full SHA
    2cf5def View commit details
    Browse the repository at this point in the history
  3. Whitespace in readme.

    Florian Kissling committed Aug 16, 2014
    Configuration menu
    Copy the full SHA
    3af3673 View commit details
    Browse the repository at this point in the history
  4. Alter "grunt gh-pages" to immediately push changes.

    Florian Kissling committed Aug 16, 2014
    Configuration menu
    Copy the full SHA
    d1af08c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #45 from fk/bootstrap3

    Build select2-bootstrap-css on Twitter Bootstrap v3.2.0
    Florian Kissling committed Aug 16, 2014
    Configuration menu
    Copy the full SHA
    57ca1aa View commit details
    Browse the repository at this point in the history
  6. bootstrap3 release v1.4.0.

    Florian Kissling committed Aug 16, 2014
    Configuration menu
    Copy the full SHA
    281fcae View commit details
    Browse the repository at this point in the history
Loading