| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-12-21 | Merge branch 'master' of git://github.com/marcelkorpel/bootstrap into ↵ | fat | 2 | -0/+6 | |
| marcelkorpel-master | |||||
| 2012-12-20 | Merge branch '2.3.0-wip' into 3.0.0-wip | Mark Otto | 2 | -2/+2 | |
| Conflicts: docs/assets/css/bootstrap.css docs/templates/pages/base-css.mustache less/dropdowns.less less/forms.less | |||||
| 2012-12-20 | Update js/tests/unit/bootstrap-tooltip.js | Yohn | 1 | -1/+9 | |
| 2012-12-20 | fixes tooltip('toggle') | Yohn | 1 | -3/+3 | |
| 2012-12-20 | reset carousel in the case that it is reinstantiated twice | fat | 1 | -1/+1 | |
| 2012-12-20 | if carousel element already open, don't reopen it duh bruh bruh | fat | 1 | -1/+1 | |
| 2012-12-20 | Merge branch '2.2.3' into 3.0.0-wip | Mark Otto | 5 | -22/+45 | |
| 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 | add js support for carousel indicators | fat | 2 | -8/+20 | |
| 2012-12-19 | whitespace in tooltip + don't pass empty selector to $() in dropdown.js | fat | 1 | -2/+3 | |
| 2012-12-19 | can't extend bounding box thingy | fat | 1 | -1/+1 | |
| 2012-12-19 | fix ghetto ass timeout shit | fat | 1 | -2/+14 | |
| 2012-12-19 | remove inside support from tooltip + fix tooltip svg support + change ↵ | fat | 1 | -10/+8 | |
| makefile to rely on local npm install | |||||
| 2012-12-10 | Version bump | Mark Otto | 13 | -13/+13 | |
| 2012-12-08 | Merge branch 'master' into 3.0.0-wip | Mark Otto | 24 | -31/+262 | |
| 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 | 2 | -15/+26 | |
| 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 | focus on escape in typeahead | fat | 1 | -1/+2 | |
| 2012-12-07 | Merge branch '2.2.2-wip' of github.com:twitter/bootstrap into 2.2.2-wip | fat | 2 | -2/+19 | |
| 2012-12-07 | remove slide from carousel constructor #5579 | fat | 1 | -1/+0 | |
| 2012-12-07 | Merge pull request #5862 from pmclanahan/issue-5806-typeahead-keyboard-nav | billy gates | 2 | -2/+19 | |
| Fix issue with double move event firing in typeahead. | |||||
| 2012-12-07 | rebuild and only select visible dropdown items | fat | 1 | -1/+1 | |
| 2012-12-07 | Merge pull request #6118 from godric7/master | billy gates | 1 | -1/+1 | |
| scrollSpy - add parent scrollTop to offset calculation | |||||
| 2012-12-07 | add noConflict functionality to all bootstrap plugins | fat | 24 | -10/+213 | |
| 2012-12-05 | Merge branch '2.2.2-wip' into 3.0.0-wip | Mark Otto | 2 | -3/+4 | |
| Conflicts: README.md docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/examples/fluid.html docs/scaffolding.html less/breadcrumbs.less less/popovers.less less/responsive.less | |||||
| 2012-12-04 | Fixes #4550: Temporary fix for dropdown taps on mobile | Mark Otto | 1 | -0/+1 | |
| * Fix as documented here: https://github.com/twitter/bootstrap/issues/4756#issuecomment-9952781 * Stops propagation for touchstart for dropdowns | |||||
| 2012-12-04 | Update js/bootstrap-scrollspy.js | Godric | 1 | -1/+1 | |
| Fix for Bootstrap issue #6013 "scrollSpy - offset calculation" https://github.com/twitter/bootstrap/issues/6013 | |||||
| 2012-12-02 | Set focus back to input field after clicking an item | Marcel Korpel | 2 | -0/+6 | |
| Test 'focus is still set' added Fixes issue #5933 | |||||
| 2012-12-02 | Merge branch 'Moveo-master' into 2.2.2-wip | Mark Otto | 1 | -3/+3 | |
| 2012-11-30 | version bump to 3.0 | Mark Otto | 13 | -13/+13 | |
| 2012-11-27 | leave it to the developer to decide how to use the content of the popover | Swaagie | 1 | -3/+3 | |
| 2012-11-13 | Fix issue with double move event firing in typeahead. | Paul McLanahan | 2 | -2/+19 | |
| Fix test to catch issue. Fix #5806. | |||||
| 2012-11-05 | version bump | Mark Otto | 13 | -13/+13 | |
| 2012-10-30 | 2.2.1 - hotfix for carousel | fat | 13 | -13/+13 | |
| 2012-10-30 | fix carousel and rebuild js | fat | 1 | -1/+1 | |
| 2012-10-29 | Merge branch '2.1.2-wip'v2.2.0 | Mark Otto | 20 | -133/+212 | |
| Conflicts: js/bootstrap-dropdown.js | |||||
| 2012-10-29 | v2.2.0 instead of v2.1.2 | Mark Otto | 13 | -15/+15 | |
| 2012-10-17 | don't lookup typeahead when shift alt or ctrl are pushed | Jacob Thornton | 1 | -0/+3 | |
| 2012-10-17 | when static, refocus on click | Jacob Thornton | 1 | -3/+5 | |
| 2012-10-17 | Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip | Jacob Thornton | 2 | -4/+45 | |
| 2012-10-17 | Merge branch 'delegate-api-to-document' of ↵ | Jacob Thornton | 8 | -62/+45 | |
| git://github.com/badcarl/bootstrap into badcarl-delegate-api-to-document Conflicts: js/bootstrap-carousel.js | |||||
| 2012-10-17 | Merge pull request #5309 from erlendfh/dropdown-bugfix | billy gates | 2 | -4/+45 | |
| Fixed bug in dropdown toggle where menu would only clear on the first dropdown | |||||
| 2012-10-17 | Merge pull request #5366 from Sinetheta/2.1.2-wip | billy gates | 2 | -1/+20 | |
| Fix for #5362 | |||||
| 2012-10-17 | Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip | Jacob Thornton | 1 | -4/+4 | |
| 2012-10-17 | fix carousel event | Jacob Thornton | 1 | -3/+5 | |
| 2012-10-17 | Merge pull request #5389 from frntz/2.1.2-wip | billy gates | 1 | -4/+4 | |
| Update js/bootstrap-tooltip.js | |||||
| 2012-10-17 | Merge pull request #5524 from martinstein/fix-tooltip-delegate-click | billy gates | 2 | -2/+11 | |
| Fix tooltip not working in delegate events on click-trigger | |||||
| 2012-10-17 | Merge pull request #5531 from dmitriybudnik/carousel-js-typo-fix | billy gates | 2 | -1/+22 | |
| Fixed copy/paste caused typo | |||||
| 2012-10-16 | fixes #5336: reorder focus() call to avoid scrolling | mfansler | 1 | -4/+3 | |
| 2012-10-16 | set spesific assertions count for test | Dmitriy Budnik | 1 | -1/+1 | |
| 2012-10-16 | fixed test | Dmitriy Budnik | 1 | -2/+3 | |
