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: documentcloud/visualsearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.0
Choose a base ref
...
head repository: documentcloud/visualsearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.0
Choose a head ref
  • 17 commits
  • 49 files changed
  • 3 contributors

Commits on Sep 21, 2012

  1. Adding vs.searchBox.selected() as a convenience method to show which …

    …facets are selected or being edited.
    samuelclay committed Sep 21, 2012
    Configuration menu
    Copy the full SHA
    3dc33eb View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2012

  1. Autocomplete dosn´t open if the preserveMatches option is true

    Sebastian Gebhardt committed Oct 5, 2012
    Configuration menu
    Copy the full SHA
    847ce99 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2012

  1. Fix jquery-ui 1.9 compatibility problems in issue #85

    Bret Little committed Nov 13, 2012
    Configuration menu
    Copy the full SHA
    74be436 View commit details
    Browse the repository at this point in the history
  2. Update build files

    Bret Little committed Nov 13, 2012
    Configuration menu
    Copy the full SHA
    e0be3da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ead89f View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2013

  1. Fix bug in jQuery UI v1.8.24

    Bret Little committed Jan 3, 2013
    Configuration menu
    Copy the full SHA
    0f70f9f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2013

  1. Configuration menu
    Copy the full SHA
    807b88b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'blittle/master'

    * blittle/master:
      Fix bug in jQuery UI v1.8.24
      Make sure that menu.activate is called when it is supported
      Update build files
      Fix jquery-ui 1.9 compatibility problems in issue #85
    
    Conflicts:
    	lib/js/views/search_input.js
    samuelclay committed Jan 27, 2013
    Configuration menu
    Copy the full SHA
    b11ff7d View commit details
    Browse the repository at this point in the history
  3. Upgrading vendor dependencies to latest: Backbone (0.9.10), Underscor…

    …e (1.4.3), jQuery UI (1.10.0), and jQuery (1.9.0). Closes #86.
    samuelclay committed Jan 27, 2013
    Configuration menu
    Copy the full SHA
    1602fec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56e946f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #80 from sgebhardt/master

    Removed bug with option "preserveMatches"
    samuelclay committed Jan 27, 2013
    Configuration menu
    Copy the full SHA
    6a5ecb3 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of github.com:documentcloud/visualsearch

    * 'master' of github.com:documentcloud/visualsearch:
      Autocomplete dosn´t open if the preserveMatches option is true
    samuelclay committed Jan 27, 2013
    Configuration menu
    Copy the full SHA
    f3335c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2013

  1. Fixing flicker when selecting facet but then the first option is sele…

    …cted for 500ms then deselected on its own. (jQuery UI is being a bit over aggressive in offering focus back to the input.)
    samuelclay committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    fe6aa8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa7e38c View commit details
    Browse the repository at this point in the history
  3. Fixing #9: hitting tab at the end of the search box's last input with…

    … no text just sends the cursor on its way and no longer loops around to the first input.
    samuelclay committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    bcb91db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42b50c6 View commit details
    Browse the repository at this point in the history
  5. Bumping version to 0.4.0

    samuelclay committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    c15c1cb View commit details
    Browse the repository at this point in the history
Loading