| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-02-16 | Focus (visually hidden) input radio/checkbox | Patrick H. Lauke | 1 | -0/+3 | |
| This allows for keyboard navigation (e.g. arrow keys left/right to trigger different radio buttons) following an initial mouse click interaction | |||||
| 2016-02-16 | Merge pull request #19220 from twbs/jq-event-alias-throw-err | Chris Rebert | 1 | -1/+4 | |
| js/tests/index.html: Replace jQuery event alias methods with functions that throw errors | |||||
| 2016-02-16 | js/tests/index.html: Replace jQuery event alias methods with functions that ↵ | Chris Rebert | 1 | -1/+4 | |
| throw explanatory errors, instead of with undefined Refs https://github.com/twbs/bootstrap/pull/19219#issuecomment-184653699 [skip validator] | |||||
| 2016-02-16 | Merge pull request #19219 from twbs/contrib-jq-event-aliases | Chris Rebert | 1 | -0/+1 | |
| CONTRIBUTING: Document restriction regarding jQuery event alias methods | |||||
| 2016-02-16 | CONTRIBUTING: Document restriction regarding jQuery event alias methods | Chris Rebert | 1 | -0/+1 | |
| Refs #19192 [ci skip] | |||||
| 2016-02-16 | Change comment to clarify that $grid-breakpoints are minimum widths for each ↵ | Chris Rebert | 1 | -1/+1 | |
| breakpoint (as opposed to maximums) [ci skip] | |||||
| 2016-02-16 | Merge pull request #19216 from twbs/dropdown-min-width | Chris Rebert | 2 | -1/+2 | |
| Extract $dropdown-min-width variable | |||||
| 2016-02-16 | Introduce $mark-bg variable so that <mark>'s background-color can be ↵ | Chris Rebert | 2 | -1/+2 | |
| customized independently of $state-warning-bg [skip sauce] [skip validator] | |||||
| 2016-02-16 | Extract $dropdown-min-width variable | Chris Rebert | 2 | -1/+2 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Add $label-pill-border-radius variable | Chris Rebert | 2 | -3/+4 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Merge pull request #19213 from twbs/label-pill-padding-x | Chris Rebert | 2 | -2/+3 | |
| Extract $label-pill-padding-x variable | |||||
| 2016-02-16 | Add $label-font-size variable in the name of not hardcoding values | Chris Rebert | 2 | -1/+2 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Extract $label-pill-padding-x variable | Chris Rebert | 2 | -2/+3 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Merge pull request #19212 from twbs/label-padding-x-y | Chris Rebert | 2 | -1/+3 | |
| Extract $label-padding-{x,y} variables | |||||
| 2016-02-16 | Extract $label-padding-{x,y} variables | Chris Rebert | 2 | -1/+3 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-15 | Add $small-font-size variable | Chris Rebert | 2 | -1/+3 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-15 | Add $mark-padding variable | Chris Rebert | 2 | -1/+3 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-15 | Merge pull request #19208 from twbs/modal-content-border-width | Chris Rebert | 2 | -2/+3 | |
| Extract $modal-content-border-width variable | |||||
| 2016-02-15 | Extract $modal-content-border-width variable | Chris Rebert | 2 | -2/+3 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-15 | Merge pull request #19207 from twbs/modal-header-footer-width-vars | Chris Rebert | 2 | -2/+4 | |
| Extract $modal-{header,footer}-border-width variables | |||||
| 2016-02-15 | Extract $modal-{header,footer}-border-width variables | Chris Rebert | 2 | -2/+4 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-15 | Merge pull request #19206 from twbs/modal-dialog-sm-up-margin-y | Chris Rebert | 2 | -1/+2 | |
| Extract $modal-dialog-sm-up-margin-y variable | |||||
| 2016-02-15 | Extract $modal-dialog-sm-up-margin-y variable | Chris Rebert | 2 | -1/+2 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-15 | Merge pull request #19205 from twbs/modal-dialog-margin | Chris Rebert | 2 | -1/+3 | |
| Extract new $modal-dialog-margin variable | |||||
| 2016-02-15 | Extract new $modal-dialog-margin variable | Chris Rebert | 2 | -1/+3 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-15 | Merge pull request #19204 from TiGR/patch-1 | Chris Rebert | 1 | -1/+1 | |
| Fix docs for new naming of .btn-outline [skip sauce] | |||||
| 2016-02-16 | Fix docs for new naming of .btn-outline | Igor Tarasov | 1 | -1/+1 | |
| This one was overlooked at edit See #17719 and #19199 | |||||
| 2016-02-15 | grunt | Mark Otto | 9 | -49/+235 | |
| 2016-02-15 | Merge pull request #19201 from patrickhlauke/btn-outline-active-focus-fix | Patrick H. Lauke | 1 | -5/+19 | |
| Add extra styles for focused/hovered active outline buttons | |||||
| 2016-02-15 | Add extra styles for focused/hovered active outline buttons | Patrick H. Lauke | 1 | -5/+19 | |
| 2016-02-13 | Merge pull request #19139 from twbs/v4-custom-forms-validation | Mark Otto | 2 | -1/+29 | |
| v4: Validation states on custom forms | |||||
| 2016-02-13 | Merge branch 'v4-dev' into v4-custom-forms-validation | Mark Otto | 18 | -395/+82 | |
| 2016-02-13 | grunt | Mark Otto | 8 | -10/+16 | |
| 2016-02-13 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 6 | -330/+38 | |
| 2016-02-13 | Merge pull request #19144 from vsn4ik/v4-dev-cleanup-csscomb-conf | Mark Otto | 2 | -305/+1 | |
| v4: Cleanup after drop csscomb | |||||
| 2016-02-11 | Updated label to tag in list-group example | Ameya Pandilwar | 1 | -5/+5 | |
| 2016-02-11 | Rename .label class to .tag | Ameya Pandilwar | 9 | -83/+83 | |
| 2016-02-10 | Merge pull request #19156 from twbs/rm-bugzilla-1060131 | Chris Rebert | 1 | -10/+0 | |
| Remove http://bugzil.la/1060131 from Wall of Browser Bugs | |||||
| 2016-02-10 | Remove http://bugzil.la/1060131 from Wall of Browser Bugs | Chris Rebert | 1 | -10/+0 | |
| http://bugzil.la/1060131 has been fixed by http://bugzil.la/823483 which should land in Firefox 46. Refs #14320 [ci skip] | |||||
| 2016-02-10 | Merge pull request #19155 from twbs/rm-bugzilla-975632 | Chris Rebert | 1 | -10/+0 | |
| Remove http://bugzil.la/975632 from Wall of Browser Bugs | |||||
| 2016-02-10 | Remove http://bugzil.la/975632 from Wall of Browser Bugs | Chris Rebert | 1 | -10/+0 | |
| http://bugzil.la/975632 has been fixed by http://bugzil.la/823483 which should land in Firefox 46. Refs #10690 [ci skip] | |||||
| 2016-02-10 | Remove unused .csscomb.json | vsn4ik | 2 | -305/+1 | |
| 2016-02-09 | Merge pull request #18925 from twbs/fixes-18922 | Chris Rebert | 3 | -5/+37 | |
| Make translation of custom file input text easier | |||||
| 2016-02-09 | spacing in docs example" | Mark Otto | 1 | -0/+4 | |
| 2016-02-09 | Update form validation docs | Mark Otto | 1 | -2/+17 | |
| - Give some guidance on when someone might use any of the three validation states. Fixes #18702. - Improve the examples to provide examples of supporting validation text with the new `.form-control-feedback`, as well as always-present help text. Nullifies #18704. | |||||
| 2016-02-09 | clarify help text class in docs | Mark Otto | 1 | -1/+1 | |
| 2016-02-09 | .text-help is dead, long live .form-control-feedback | Mark Otto | 3 | -1/+7 | |
| Uses a new more specific class, adds some basic spacing, and clarifies that this class is only for validation feedback. Clears up the help text class question in https://github.com/twbs/bootstrap/pull/18704#issuecomment-168241731 and addresses the vertical spacing in #18703. | |||||
| 2016-02-09 | clarifies form-group migration docs a bit per #18705 | Mark Otto | 1 | -1/+1 | |
| 2016-02-09 | Update grid docs for form layouts | Mark Otto | 1 | -44/+68 | |
| - Add container to fix padding in mobile views - Add large and small variations - Cross link grid classes and mixins - Fix up some words | |||||
| 2016-02-09 | fix #18515: add .form-control-label-* classes to match large/small inputs | Mark Otto | 1 | -0/+12 | |
