aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-05-06Merge pull request #115 from twbs/fat-revertJSfat43-10437/+5145
remove closureness from plugins
2015-05-06Closes #16249: Doc that nested tabs are not supportedJulian Thilo1-1/+1
2015-05-06remove closureness from pluginsfat43-10437/+5145
2015-05-06Merge pull request #60 from twbs/libsass-185Chris Rebert1-14/+2
Remove libsass @media nesting bug workaround
2015-05-06Merge pull request #114 from twbs/grunt-sass-1Chris Rebert1-1/+1
Bump grunt-sass to ^1.0.0
2015-05-06Bump grunt-sass to ^1.0.0Chris Rebert1-1/+1
2015-05-06Add Wall of Browser Bugs entries for #16372 (Safari/WebKit)Chris Rebert1-0/+10
2015-05-05Add Wall of Browser Bugs entry for #16372 (Chrome)Chris Rebert1-0/+10
Closes #16372
2015-05-05Merge pull request #16430 from twbs/stateful-btnChris Rebert1-1/+2
Improvements to stateful button JS docs
2015-05-05Document that $(...).button('reset') is async.Chris Rebert1-1/+1
Closes #16362. [skip sauce]
2015-05-05Mark stateful button feature as deprecatedChris Rebert1-0/+1
Refs https://github.com/twbs/bootstrap/issues/16362#issuecomment-96268469 [skip sauce]
2015-05-05Run `grunt`.XhmikosR6-41/+95
2015-05-05Update grunt-banner.XhmikosR2-95/+139
2015-05-05phantom.js: switch to unicode characters that work on Windows too.XhmikosR1-2/+2
2015-05-05Merge pull request #16392 from twbs/jscsXhmikosR12-88/+89
Update JSCS rules
2015-05-05Run `grunt`.XhmikosR4-3/+7
2015-05-05Comply to the new JSCS rules.XhmikosR5-50/+56
2015-05-05Update JSCS rules.XhmikosR1-0/+5
2015-05-05Update dependencies.XhmikosR2-35/+21
2015-05-04Merge pull request #16014 from redbmk/issue-16008Chris Rebert2-6/+70
Multiple tooltip triggers don't play well together
2015-05-04Merge pull request #16409 from twbs/fix-16361Chris Rebert2-0/+14
Document Affix plugin's `checkPosition` method
2015-05-04Merge pull request #16417 from tonybaroneee/masterPatrick H. Lauke1-0/+1
Added #panels-footer to components nav in docs
2015-05-03Added #panels-footer to components nav in docsAnthony Barone1-0/+1
2015-05-03Merge pull request #16404 from patrickhlauke/radio-checkbox-kbd-toggle-fixPatrick H. Lauke2-18/+9
Fix radio and checkbox keyboard handling in .btn-group
2015-05-02Merge pull request #16411 from twbs/doc-16122Chris Rebert2-2/+2
Doc that 'manual' is mutex of other tooltip/popover triggers
2015-05-02Document that 'manual' is mutually exclusive of other tooltip/popover triggersChris Rebert2-2/+2
Closes #16122 [skip sauce]
2015-05-02Fix issue where affixed element has incorrect positioningCarlo Stearns2-1/+318
when used with a sticky footer layout. Adds visual test for affix with sticky footer. Closes #15694. Refs #15032.
2015-05-02Document Affix plugin's `checkPosition` methodChris Rebert2-0/+14
Fixes #16361 Refs #16356 [skip sauce]
2015-05-02Merge pull request #16408 from twbs/fix-16400Chris Rebert1-2/+1
Include entire /grunt/ folder in npm package
2015-05-02Include entire /grunt/ folder in npm package; fixes #16400Chris Rebert1-2/+1
[ci skip]
2015-05-02Fixes Issue #16371 Carousel control is vertically off center for small screensRichard Lindner1-1/+1
2015-05-01Remove broken/vestigial unit testPatrick H. Lauke1-13/+0
Overall logic for this test appears broken, possibly relating to an older version of Bootstrap that did not require explicit `data-toggle="button"` on single toggle buttons?
2015-05-01Fix radio and checkbox keyboard handlingPatrick H. Lauke1-5/+9
Fix for problem that emerged from #16226 (`.active` class not actually being applied) and expansion of the script to also correctly handle keyboard interaction with checkboxes in `data-toggle="button"` groups
2015-04-30Update buttons.mdMark Otto1-2/+2
2015-04-30update buttons role copyMark Otto1-2/+2
/cc @cvrebert @patrickhlauke
2015-04-30Merge pull request #16398 from patrickhlauke/docs-inappropriate-button-rolePatrick H. Lauke1-3/+3
Remove role="button"
2015-04-30Remove inappropriate role="button" from download linksPatrick H. Lauke1-3/+3
2015-04-29Merge pull request #16386 from twbs/zeroclipboardChris Rebert4-26/+27
Downgrade ZeroClipboard for IE8 support
2015-04-29le gruntMark Otto7-13/+17
2015-04-29Fix no-label checkboxes/radiosMark Otto1-2/+5
Because we use `position: absolute` on our inputs, when there’s no label the `.checkbox` ends up having no computed height. To avoid rendering errors when there’s no label text, we reset the `position` to `static` for normal rendering.
2015-04-29Remove $line-height-computedMark Otto8-13/+16
We have it set to `1` right now just to avoid compilation errors, but it’s been replaced everywhere with our new spacer classes anywho. We’ll likely want to remap that var to custom component vars though (e.g., `$pagination-margin` instead of `$spacer-y`).
2015-04-29spacingMark Otto1-1/+1
2015-04-29rename media query var to match /cc @cvrebertMark Otto2-5/+5
2015-04-29clean up vars file a smidgeMark Otto1-0/+6
2015-04-29remove some callouts on buttons by rewriting things a bitMark Otto1-13/+3
2015-04-29gruntMark Otto8-254/+1114
2015-04-29clean up sidebar stylesMark Otto1-17/+4
2015-04-29darker secondary button border colorMark Otto1-1/+1
2015-04-29add commentsMark Otto1-0/+3
2015-04-29Merge pull request #113 from twbs/at-root-groupMark Otto1-6/+7
Wrap `@viewport` with `@at-root` for nested import support