aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-02-04Merge pull request #68 from twbs/v4-validationChris Rebert3-686/+462
Switch HTML validators
2015-02-04update shrinkwrapChris Rebert1-669/+451
2015-02-04use grunt-html instead of grunt-html-validation because holy shit it's fastMark Otto2-17/+11
2015-02-04Merge pull request #56 from twbs/mobile-hoverChris Rebert31-191/+266
Nuke sticky :hover on mobile
2015-02-04Merge pull request #15714 from patrickhlauke/skip-link-fixesPatrick H. Lauke4-4/+14
Skip link workarounds for Chrome and IE
2015-02-03Merge pull request #15742 from kkirsche/patch-13Chris Rebert2-2/+2
[Fix Issue #15701] [Docs] Tooltip/popover destroy docs and delegation
2015-02-03[Fix Issue #15701] Tooltip/popover destroy docs don't explain the delegation ↵Kevin Kirsche2-2/+2
case [Fix Issue #15701] Tooltip/popover destroy docs don't explain the delegation case. Add to popovers
2015-02-03Merge pull request #15740 from twbs/carousel-events-targetChris Rebert1-0/+1
Clarify target of carousel events
2015-02-03Merge pull request #15739 from twbs/modal-events-targetChris Rebert1-0/+1
Clarify target of modal events
2015-02-03Clarify target of carousel eventsChris Rebert1-0/+1
[skip sauce]
2015-02-03Clarify target of modal eventsChris Rebert1-0/+1
2015-02-03[Fix Issue #15683] `readonly` input should not have a not-allowed cursorKevin Kirsche2-3/+7
[Fix Issue #15683] `readonly` input should not have a `not-allowed` cursor. Instead, this pull request displays a standard cursor and only displays the not-allowed cursor on disabled items. Revise docs wording to clarify cursor display
2015-02-03Merge pull request #15658 from kkirsche/patch-3XhmikosR20-0/+20
Fix issue #15601 — Position of Charset, X-UA-Compatible, and Viewport Meta Tags
2015-02-03automatic grunt distBootstrap's Grunt bot3-4/+4
2015-02-02Merge pull request #15726 from hkdobrev/fix-embed-responsive-codeChris Rebert1-8/+8
Extract responsive embed nested classes
2015-02-02Fix issue #15601 — Position of X-UA-CompatibleKevin Kirsche20-0/+20
Fix issue #15601 — Position of X-UA-Compatible, charset and viewport Add comment to all examples The non-responsive is correctly saying 2 instead of 3
2015-02-02Use form-group margin variableKevin Kirsche1-1/+1
2015-02-02Merge pull request #15611 from twbs/switch_html_validatorsChris Rebert3-346/+107
Use local HTML validator to improve performance
2015-02-02[Fix issue #15719] Add a variable for .form-group's margin-bottomKevin Kirsche1-0/+3
[Fix issue #15719] Add a variable for .form-group's margin-bottom
2015-02-02Extract responsive embed nested classesHaralan Dobrev1-8/+8
I think this is the more common coding convention across Bootstrap. Extract nested classes as first-class citizens and assume HTML would use both.
2015-02-02Expand/clean-up prose about skip linksPatrick H. Lauke1-2/+2
2015-02-02Update shrinkwrap.Mark Otto1-332/+98
2015-02-02Switch to grunt-html over grunt-html-validation.Mark Otto2-14/+9
2015-02-02Merge pull request #15708 from twbs/customizer-libsXhmikosR4-3079/+6696
Update customizer libs
2015-01-31Skip link workarounds for Chrome and IEPatrick H. Lauke4-3/+13
Add tabindex="-1" to main #content to work around bug in Chrome (and old WebKits) and IE Update advice in accessibility section Include patch in docs CSS to suppress outline when #content is focused (particularly as Chrome sets focus as result of mouse click for tabindex="-1" elements)
2015-01-30Merge pull request #15710 from patrickhlauke/masterPatrick H. Lauke1-1/+1
License FAQ clarification
2015-01-30License FAQ clarificationPatrick H. Lauke1-1/+1
2015-01-30Run `grunt`.XhmikosR1-13/+16
2015-01-30Update uglify.js to v2.4.16.XhmikosR1-4/+5
2015-01-30Update autoprefixer to v5.1.0.XhmikosR1-3056/+6668
2015-01-30Bump FileSaver.js to v2015-01-04.XhmikosR1-6/+7
2015-01-30Bump Ruby gems.XhmikosR1-2/+2
2015-01-30Run `grunt`.XhmikosR4-8/+12
2015-01-30Bump load-grunt-tasks.XhmikosR2-77/+195
2015-01-29Fix #15688Chris Rebert1-1/+1
Stability > Precision
2015-01-29[Fix Issue #15682] .caret is smaller in Firefox than other browsersKevin Kirsche1-1/+1
[Fix Issue twbs/bootstrap#15682] .caret is smaller in Firefox than other browsers
2015-01-29tip method in popover.js can be removeddormouse1-5/+0
Popover is extend Tooltip, the tip function can use tootltip's tip, so we can remove the tip function definition in popover to reduce the js filesize tip function definition in tooltip.js https://github.com/tbs/bootstrap/blob/master/js/tooltip.js#L405-L407
2015-01-28automatic grunt distBootstrap's Grunt bot2-2/+6
2015-01-28Merge pull request #15496 from twbs/15484-alternativeChris Rebert3-0/+17
Make $(document).tooltip({...}) without a `selector` throw an error
2015-01-28automatic grunt distBootstrap's Grunt bot2-2/+2
2015-01-28Merge pull request #15630 from twbs/tabs-cond-fixChris Rebert1-1/+1
Fix error in condition in Tab plugin
2015-01-28Update per @vsn4ik's requestsKevin Kirsche1-3/+2
data-example-id not need be moved. Only change, because data-example-id="static-dropdown" already exists. Remove whitespace after h3. Variation not need capitalize.
2015-01-28automatic grunt distBootstrap's Grunt bot1-3/+3
2015-01-27Merge pull request #15681 from twbs/fix-replaceArrowChris Rebert1-3/+3
Fix name of Tooltip.replaceArrow() parameter
2015-01-27Complete @vsn4ik's requestsKevin Kirsche1-2/+1
* Remove `<h3>Example</h3>;` * Move `data-example-id=""` to `<h3>Dropup Variation</h3>` and change value;
2015-01-27Fix name of Tooltip.replaceArrow() parameterChris Rebert1-3/+3
isHorizontal => isVertical
2015-01-27Merge pull request #15678 from coliff/patch-1Chris Rebert1-1/+1
Update non-responsive.css
2015-01-27Update non-responsive.cssChristian1-1/+1
Fix typo on Utilize
2015-01-26Gruntfile.js: Remove now unneeded validator relaxError option.XhmikosR1-2/+1
2015-01-26Fix validation errors.XhmikosR3-3/+3
Surprisingly those weren't reported by the validator; only in the grunt-contrib-htmlmin branch they were reported, so after digging into it, I saw they were indeed errors...