| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-05-16 | a bunch javascript junk | fat | 1 | -335/+0 | |
| 2013-02-07 | Merge branch 'master' into 3.0.0-wip | Mark Otto | 1 | -1/+0 | |
| Conflicts: docs/assets/js/bootstrap.min.js | |||||
| 2013-02-07 | remove prevent default on focus | fat | 1 | -1/+0 | |
| 2013-01-13 | Merge branch '2.3.0-wip' into 3.0.0-wip | Mark Otto | 1 | -0/+1 | |
| Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/components.html docs/css.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/extend.mustache docs/templates/pages/getting-started.mustache docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/buttons.less less/forms.less less/navbar.less less/popovers.less less/responsive-767px-max.less less/responsive.less less/tables.less less/tooltip.less less/type.less less/variables.less package.json | |||||
| 2012-12-22 | Version bump | Mark Otto | 1 | -1/+1 | |
| 2012-12-21 | Merge branch 'marcelkorpel-master' into 2.3.0-wip | fat | 1 | -0/+1 | |
| 2012-12-21 | Merge branch 'master' of git://github.com/marcelkorpel/bootstrap into ↵ | fat | 1 | -0/+1 | |
| marcelkorpel-master | |||||
| 2012-12-20 | Merge branch '2.2.3' into 3.0.0-wip | Mark Otto | 1 | -2/+14 | |
| Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/responsive.less less/type.less package.json | |||||
| 2012-12-19 | fix ghetto ass timeout shit | fat | 1 | -2/+14 | |
| 2012-12-10 | Version bump | Mark Otto | 1 | -1/+1 | |
| 2012-12-08 | Merge branch 'master' into 3.0.0-wip | Mark Otto | 1 | -9/+22 | |
| Conflicts: docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/javascript.mustache less/breadcrumbs.less less/tables.less less/tests/css-tests.html | |||||
| 2012-12-07 | get tests passing for typeahead :P | fat | 1 | -6/+8 | |
| 2012-12-07 | insert menu of typeahead after input which it suggests on #3529 | fat | 1 | -2/+2 | |
| note: this will likely break things for people in the same way that doing this to tooltip did… however we think this is a better insertion model for z-index,scrolling,modal,etc. applications | |||||
| 2012-12-07 | Merge pull request #5862 from pmclanahan/issue-5806-typeahead-keyboard-nav | billy gates | 1 | -1/+1 | |
| Fix issue with double move event firing in typeahead. | |||||
| 2012-12-07 | add noConflict functionality to all bootstrap plugins | fat | 1 | -1/+12 | |
| 2012-12-02 | Set focus back to input field after clicking an item | Marcel Korpel | 1 | -0/+1 | |
| Test 'focus is still set' added Fixes issue #5933 | |||||
| 2012-11-30 | version bump to 3.0 | Mark Otto | 1 | -1/+1 | |
| 2012-11-13 | Fix issue with double move event firing in typeahead. | Paul McLanahan | 1 | -1/+1 | |
| Fix test to catch issue. Fix #5806. | |||||
| 2012-11-05 | version bump | Mark Otto | 1 | -1/+1 | |
| 2012-10-30 | 2.2.1 - hotfix for carousel | fat | 1 | -1/+1 | |
| 2012-10-29 | v2.2.0 instead of v2.1.2 | Mark Otto | 1 | -1/+1 | |
| 2012-10-17 | don't lookup typeahead when shift alt or ctrl are pushed | Jacob Thornton | 1 | -0/+3 | |
| 2012-09-27 | don't wait for ready when binding events to document | Carl Porth | 1 | -7/+5 | |
| 2012-09-26 | bind data-api events to document instead of body to allow body replacement | Carl Porth | 1 | -1/+1 | |
| 2012-09-20 | added support for jquery 1.8.* | Jacob Thornton | 1 | -1/+10 | |
| 2012-09-05 | version bump to get this started | Mark Otto | 1 | -1/+1 | |
| 2012-08-28 | Merge remote-tracking branch 'origin/2.1.0-wip' into 2.1.1-wip | Ross Johnson | 1 | -1/+1 | |
| 2012-08-28 | Fix key events with Chrome + jQuery 1.8.0 | Ross Johnson | 1 | -1/+1 | |
| 2012-08-21 | update version numbers to 2.1.1 | Mark Otto | 1 | -1/+1 | |
| 2012-08-19 | bump versions to 2.1.0 | Mark Otto | 1 | -1/+1 | |
| 2012-08-02 | fix indexof on array for ie8 | Jacob Thornton | 1 | -1/+1 | |
| 2012-07-22 | adds minLength #3960 | Jacob Thornton | 1 | -2/+3 | |
| 2012-06-03 | Merge branch 'async' into 2.1.0-wip | Matt Morgan | 1 | -5/+11 | |
| 2012-06-02 | fix regression in typeahead #3313 | Jacob Thornton | 1 | -27/+35 | |
| 2012-06-01 | 2.0.3 -> 2.0.4v2.0.4 | Jacob Thornton | 1 | -1/+1 | |
| 2012-04-26 | Alter typeahead to accept synchronous/asynchronous data source via ↵ | Matt Morgan | 1 | -5/+11 | |
| function/callback | |||||
| 2012-04-25 | revert position -> offset for typeahead position | Jacob Thornton | 1 | -1/+1 | |
| 2012-04-24 | 2.0.2 -> 2.0.3 | Jacob Thornton | 1 | -1/+1 | |
| 2012-04-18 | offset -> position #3088 | Jacob Thornton | 1 | -1/+1 | |
| 2012-04-16 | Allow updater function (updates the value of the input field) to be overridden. | Nirav Sanghani | 1 | -1/+6 | |
| 2012-04-14 | add jshint support + a few minor stylistic changes | Jacob Thornton | 1 | -6/+10 | |
| 2012-04-07 | https://github.com/twitter/bootstrap/issues/2954 | Jacob Thornton | 1 | -0/+2 | |
| 2012-03-24 | return matcher value directly + cleanup first lines of files | Jacob Thornton | 1 | -1/+2 | |
| 2012-03-19 | prevent dropdowns from closing when clicking inside form element inside dropdown | Jacob Thornton | 1 | -2/+3 | |
| 2012-03-19 | typeahead should escape regexp special chars | Jacob Thornton | 1 | -1/+2 | |
| 2012-03-12 | 2.0.2 derpv2.0.2 | Jacob Thornton | 1 | -1/+1 | |
| 2012-02-22 | Allows escape to bubble when menu isn't shown | Pete Hopkins | 1 | -0/+1 | |
| 2012-02-22 | Fires change event when element is selected from menu | Pete Hopkins | 1 | -0/+1 | |
| 2012-02-22 | Allow events to propagate / default if not used. | Pete Hopkins | 1 | -6/+4 | |
| - All key events when the menu is not shown now propagate. - Blur is also allowed to propagate. | |||||
| 2012-02-16 | 2.0.1v2.0.1 | Jacob Thornton | 1 | -1/+1 | |
