| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | Update dropdown.js | Valera Rozuvan | 1 | -1/+1 | |
| 2013-11-16 | Add missing data namespace for dropdown | Cina S. | 1 | -2/+2 | |
| 2013-11-14 | fixes #11477 and updates slid event in carousel with namespace | fat | 2 | -5/+5 | |
| 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-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-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-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-08-30 | deleted files not used anymore after transition to grunt-contrib-qunit | Martin Hansen | 2 | -77/+0 | |
| 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 | |
| 2013-08-17 | fixes #9579 | fat | 1 | -1/+1 | |
| 2013-08-17 | fixes #9362 | fat | 2 | -1/+22 | |
| 2013-08-17 | fix for #8768 | fat | 1 | -1/+1 | |
| 2013-08-12 | Drop the accordion for the panel | Mark Otto | 1 | -1/+1 | |
| * Deletes the accordion.less file * Extends the panel to be collapsible with our JS plugin * Supports panel color variations | |||||
| 2013-08-11 | fixes #8983 | Jacob Thornton | 1 | -2/+6 | |
| 2013-08-11 | fixes #9318 | Jacob Thornton | 1 | -1/+1 | |
| 2013-08-11 | fix comment in tooltip | Jacob Thornton | 1 | -1/+1 | |
| 2013-08-11 | fixes #9279 | Jacob Thornton | 1 | -5/+3 | |
| 2013-08-10 | fixes #9222 | Jacob Thornton | 2 | -11/+11 | |
| 2013-08-10 | fixes #9111 | Jacob Thornton | 2 | -141/+163 | |
| 2013-08-09 | fixes #6159 | Jacob Thornton | 1 | -11/+13 | |
| 2013-08-08 | fix 'Calcuated' typo & run grunt; thanks @FagnerMartinsBrack | Chris Rebert | 1 | -2/+2 | |
| fixes typo introduced in 2b6ec389876fac116ae2a152e47be321632dd9ba | |||||
| 2013-08-07 | Merge pull request #9089 from jdiamond/3.0.0-wip | Jacob | 2 | -1/+36 | |
| accordion's data-parent can't contain dots | |||||
| 2013-08-06 | Fix spacing after '=' | Braden Whitten | 1 | -1/+1 | |
| Just added a space after a function definition to tidy up the code. | |||||
| 2013-08-06 | Fixes #9150: Hide popover titles in IE8 | Mark Otto | 1 | -1/+7 | |
| Properly hides popover titles in IE8 because apparently it doesn't accept the `:empty` selector. /cc @fat @cvrebert | |||||
| 2013-08-04 | use quotes to allow dots in data-parent | Jason Diamond | 1 | -1/+1 | |
| 2013-08-04 | failing test for dot in data-parent | Jason Diamond | 1 | -0/+35 | |
| 2013-08-04 | tooltip.js: add missing space | Chris Rebert | 1 | -1/+1 | |
| 2013-08-04 | fixes #8880 | fat | 2 | -12/+28 | |
| 2013-08-02 | fixes #8957 | fat | 1 | -1/+3 | |
| 2013-07-31 | fixes #8892 | Jacob Thornton | 1 | -1/+1 | |
| 2013-07-31 | fixes #8864 | Jacob Thornton | 1 | -2/+4 | |
| 2013-07-31 | Removed trailing whitespaces | Cesidio Di Landa | 1 | -6/+6 | |
| Changed hard tabs to soft tabs | |||||
| 2013-07-30 | fixes #8814 | fat | 1 | -4/+0 | |
