| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-12-18 | version bump | Mark Otto | 12 | -12/+12 | |
| 2013-12-16 | Require comma on left side | Zlatan Vasović | 14 | -98/+99 | |
| 2013-12-14 | Merge pull request #10704 from XhmikosR/various | Mark Otto | 1 | -1/+0 | |
| rm unused vars | |||||
| 2013-12-14 | Add `try` and `catch` to keywords | Zlatan Vasović | 1 | -1/+1 | |
| 2013-12-10 | Allow listbox AIRA role on dropdown component. | Scott Plumlee | 1 | -2/+3 | |
| 2013-12-10 | Remove unused variables. | XhmikosR | 1 | -1/+0 | |
| 2013-12-08 | Use single quotes consistently. | XhmikosR | 26 | -302/+303 | |
| 2013-12-06 | integrate JSCS | Chris Rebert | 1 | -0/+14 | |
| 2013-12-06 | fix some JS to pass jscs | Chris Rebert | 5 | -7/+7 | |
| 2013-12-06 | Use a space before functions' bracket consistently. | XhmikosR | 3 | -9/+9 | |
| 2013-12-06 | Use a space after function consistently. | XhmikosR | 6 | -34/+34 | |
| 2013-12-05 | Use document scroll height instead of offset height to support body with ↵ | Lukáš Doležal | 1 | -1/+1 | |
| absolute height | |||||
| 2013-12-04 | Dropping unused variable in dropdown.js | mdxs | 1 | -1/+1 | |
| Dropping an unused variable in the Dropdown function inside the `dropdown.js` code. There are no new/changed unit tests, as there are no feature/bug changes requiring new test cases. For the record: I agree to dual-license this contribution under the Apache 2 and MIT licenses. | |||||
| 2013-12-01 | bump version numbers to 3.0.3 | Mark Otto | 12 | -12/+12 | |
| 2013-11-29 | Merge pull request #11502 from 1000hz/patch-1 | Mark Otto | 1 | -2/+2 | |
| Add missing data namespace for dropdown | |||||
| 2013-11-18 | Added unit test for removing only active class from within the scroll spy key. | Michael Rotoloni | 1 | -0/+37 | |
| 2013-11-18 | Update dropdown.js | Valera Rozuvan | 1 | -1/+1 | |
| 2013-11-16 | Add missing data namespace for dropdown | Cina S. | 1 | -2/+2 | |
| 2013-11-15 | Clear timeout on destroy. | André Cruz | 1 | -0/+1 | |
| Clears the internal timeout on destroy so that hanging timers are not fired. | |||||
| 2013-11-14 | fixes #11477 and updates slid event in carousel with namespace | fat | 2 | -5/+5 | |
| 2013-11-11 | Update scrollspy.js | moodyroto | 1 | -1/+1 | |
| Scrollspy target in tab content does not work properly. Calling .parents('.active') will return all parents with an active class (including the tab pane). Changing this line to .parentsUntil(this.options.target, '.active') should resolve the issue. This will scope the query to only search for active elements inside the scrollspy target. | |||||
| 2013-11-10 | Don't deselect radio buttons in data-toggle; fixes #9920 | Brian Leonard | 1 | -4/+10 | |
| Merges #10787 | |||||
| 2013-11-10 | Add unit test for #9920 | Nathan Muir | 1 | -0/+6 | |
| Merges #10385 | |||||
| 2013-11-08 | Carousel: Use the transition duration from CSS | Daniel Bøndergaard | 1 | -1/+1 | |
| This makes it possible to change the transition duration in CSS | |||||
| 2013-11-07 | Update affix properly on scrollspy speedy scroll to top of page #11310 | Chris Ziogas | 1 | -0/+4 | |
| Fix scrollspy.js so as affix is updated properly when user scrolls fast to top of page. A fix for issue #11310. | |||||
| 2013-11-06 | bump versions to v3.0.2 | Mark Otto | 12 | -12/+12 | |
| 2013-11-05 | Merge pull request #10039 from daguej/js-refs | Chris Rebert | 12 | -12/+12 | |
| Don't explicitly reference global jQuery | |||||
| 2013-11-01 | update version numbers in JS file comment headers to v3.0.1 & regrunt | Chris Rebert | 12 | -12/+12 | |
| 2013-10-29 | JS comments pointed to new documentation | Jared Christensen | 12 | -12/+12 | |
| 2013-10-25 | QUnit.equals() is deprecated; use QUnit.equal() instead | Chris Rebert | 4 | -18/+18 | |
| 2013-10-22 | Update license year | Zlatan Vasović | 9 | -9/+9 | |
| 2013-10-22 | Scrollspy acting up when targets are hidden | Arnold Daniels | 1 | -0/+1 | |
| If elements are hidden using `display: none;` which are targets mapped by scrollspy, the plugin might select an incorrect or no menu item. Checking if the target is visible solved this. | |||||
| 2013-10-14 | Merge pull request #10519 from zba/master | Chris Rebert | 1 | -1/+1 | |
| changed attr('data-target') to data('target'); | |||||
| 2013-10-09 | Remove [type] | Zlatan Vasović | 1 | -1/+1 | |
| type="text/css" isn't needed | |||||
| 2013-09-27 | Only preventDefault on click on [data-toggle="modal"] when the element is a link | Alexander Prinzhorn | 1 | -1/+1 | |
| In it's current state Bootstrap always prevents the default action for a click event on `[data-toggle="modal"]` elements (see https://github.com/twbs/bootstrap/blob/master/js/modal.js#L233). Instead this should only happen when the element is a link. | |||||
| 2013-09-25 | Add 'collapse' class back after expanding | Travesty3 | 1 | -1/+1 | |
| 2013-09-23 | don't create new Tooltip/Popover objects just to destroy them immediately | Jochen Berger | 2 | -0/+2 | |
| 2013-09-18 | Sort by name. | XhmikosR | 1 | -8/+8 | |
| 2013-09-08 | changed attr('data-target') to data('target'); | Alexey | 1 | -1/+1 | |
| this will extend js interface, to be possible to setup targets for tabs as var content=$('<div class="tab-pane">',{text: 'content'}); var tab=('<li>',{html: $('<a>',{text: 'Main options'})}).addClass('active').data({target: $main,toggle: 'tab'}).appendTo(tabs); | |||||
| 2013-09-02 | Pass $element to offset top/bottom calc funcs | Aleksey V. Zapparov | 1 | -2/+2 | |
| At the moment to make dynamic top offset calculator on multiple elements, one would write: ``` javascript $('.my-affix').each(function () { var $el = $(this); $el.affix({ offset: { top: function () { return $el.offset().top; } } }); }) ``` This patch will allow to: ``` javascript $('.my-affix').affix({ offset: { top: function ($el) { return $el.offset().top; } } }); ``` | |||||
| 2013-08-31 | carousel: correctly reset when the slide event is prevented | Roland Warmerdam | 2 | -9/+30 | |
| 2013-08-30 | deleted files not used anymore after transition to grunt-contrib-qunit | Martin Hansen | 2 | -77/+0 | |
| 2013-08-26 | Fix hidden.bs.tooltip and shown.bs.tooltip events firing too early in tooltip.js | Lukasz Fiszer | 1 | -3/+13 | |
| * events fire only after the CSS animation is completed * this fixes also events in popover.js (as it inherits from tooltip.js) | |||||
| 2013-08-22 | Don't explicitly reference global jQuery | Josh Dague | 12 | -12/+12 | |
| Removes `window.jQuery` in favor of `jQuery`, fixes #10038 | |||||
| 2013-08-17 | add small fix for tooltip consistency + fix customizer syntax issue | fat | 2 | -6/+10 | |
| 2013-08-17 | fixes #9745 | fat | 1 | -2/+2 | |
| 2013-08-17 | fixes #9674 | fat | 1 | -5/+6 | |
| 2013-08-17 | fixes #9543 | fat | 1 | -1/+1 | |
| 2013-08-17 | add some crap | fat | 1 | -1/+1 | |
| 2013-08-17 | add role=menu to html | fat | 1 | -1/+1 | |
