| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2012-10-15 | Fixed copy/paste caused typo | dmitriybudnik | 2 | -2/+22 | |
| 2012-10-15 | fixed reference to this.tip() so it works in delegate events | Martin Stein | 2 | -2/+11 | |
| 2012-10-08 | Added test to fix for #5362 | Kevin Attfield | 1 | -0/+19 | |
| 2012-10-02 | Update js/bootstrap-tooltip.js | frntz | 1 | -4/+4 | |
| Avoid loosing events attached on Jquery object if added via function in popover content | |||||
| 2012-09-30 | Fix for #5362 | Kevin Attfield | 1 | -1/+1 | |
| Fix for issue [5362](https://github.com/twitter/bootstrap/issues/5362): tab events fired on wrong dropdown anchor. | |||||
| 2012-09-27 | don't wait for ready when binding events to document | Carl Porth | 8 | -62/+45 | |
| 2012-09-27 | Fix for #4550 | Artem Kustikov | 1 | -2/+3 | |
| Also fixes dropdowns hiding behavior for case when two or more dropdowns with [data-toggle=dropdown] exist on the page | |||||
| 2012-09-27 | Fixed bug in dropdown toggle where menu would only clear on the first drop down | Erlend Halvorsen | 2 | -4/+45 | |
| 2012-09-26 | bind data-api events to document instead of body to allow body replacement | Carl Porth | 8 | -8/+8 | |
| 2012-09-24 | check affix pos on clicks - use timeout for clicks which scroll | Jacob Thornton | 1 | -1/+3 | |
| 2012-09-24 | change tooltip/popover insert strategy | Jacob Thornton | 2 | -7/+3 | |
| remove modal-open class hopefully resolve z-index headaches | |||||
| 2012-09-24 | change tooltip/popover html default to false for xss safety net | Jacob Thornton | 2 | -2/+3 | |
| 2012-09-20 | change transition.js, rebuild… travis maybe will be happy? | Jacob Thornton | 1 | -4/+4 | |
| 2012-09-20 | remove src's | Jacob Thornton | 1 | -1/+1 | |
| 2012-09-20 | rebuild - fix missing ( | Jacob Thornton | 1 | -1/+1 | |
| 2012-09-20 | added support for jquery 1.8.* | Jacob Thornton | 5 | -27/+29 | |
| 2012-09-05 | version bump to get this started | Mark Otto | 13 | -13/+13 | |
| 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-27 | only stop prop on form – as people seem to be relying on dropdown hiding ↵ | Jacob Thornton | 1 | -1/+1 | |
| when clicking internal elements | |||||
| 2012-08-27 | crude check to make sure element has a # for an id | Jacob Thornton | 2 | -1/+19 | |
| 2012-08-27 | fix for #4761 | Jacob Thornton | 2 | -2/+21 | |
| 2012-08-23 | Fix typo found with codespell. | Ryan Pavlik | 1 | -1/+1 | |
| 2012-08-21 | update version numbers to 2.1.1 | Mark Otto | 13 | -13/+13 | |
| 2012-08-19 | bump versions to 2.1.0 | Mark Otto | 12 | -13/+13 | |
| 2012-08-18 | listen to touchstart for dropdowns on mobile | Jacob Thornton | 1 | -4/+4 | |
| 2012-08-18 | add click option for tooltip, popover - make click default for popover | Jacob Thornton | 3 | -3/+6 | |
| 2012-08-14 | stray ; | Jacob Thornton | 1 | -1/+1 | |
| 2012-08-14 | get affix actually working and update docs | Jacob Thornton | 1 | -18/+20 | |
| 2012-08-02 | fix indexof on array for ie8 | Jacob Thornton | 1 | -1/+1 | |
| 2012-08-01 | close #3531 added focus handling and removed the badly announced "times" ↵ | Dirk Ginader | 1 | -5/+15 | |
| close button from screenreaders | |||||
| 2012-07-24 | IE10 uses 'transition' and 'transitionend' | Jonathan Sampson | 1 | -1/+0 | |
| msTransition, while supported in IE, should be ignored in favor of the unprefixed property. Additionally, MSTransitionEnd should also be ignored in favor of the unprefixed event transitionend. Current unit test requires no attention in light of this change. MSDN: http://msdn.microsoft.com/en-us/library/ie/hh673535(v=vs.85).aspx#transitions_dom_events | |||||
| 2012-07-23 | delete this test for now - as affix is still heavily underdevelopment | Jacob Thornton | 2 | -7/+1 | |
| 2012-07-23 | Fix transition end name for opera 11+12 | Aleksey V Zapparov | 1 | -1/+1 | |
| Fix transition end name for Opera 11 and Opera 12. Should fix issues: #3896, #3897, #4157, #4158 | |||||
