| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-02-10 | bump grunt-html to ~3.0.0 | Chris Rebert | 2 | -2/+1 | |
| 2015-02-10 | Remove separate area for dropup's | Kevin Kirsche | 1 | -19/+12 | |
| Condense the dropup example | |||||
| 2015-02-10 | Run `grunt`. | XhmikosR | 6 | -8/+13 | |
| 2015-02-10 | Downgrade grunt-contrib-cssmin. | XhmikosR | 3 | -4/+4 | |
| v0.12.0-v0.12.1 breaks paths in URL. | |||||
| 2015-02-10 | automatic grunt dist | Bootstrap's Grunt bot | 1 | -1/+1 | |
| 2015-02-09 | Merge pull request #15779 from twbs/deps | Chris Rebert | 2 | -149/+217 | |
| Bump devDependencies. | |||||
| 2015-02-10 | Bump devDependencies. | XhmikosR | 2 | -149/+217 | |
| 2015-02-09 | Merge pull request #15772 from kkirsche/patch-15 | Mark Otto | 1 | -4/+1 | |
| Fixes #15653 — Add comment which explains that how a responsive im... | |||||
| 2015-02-09 | Fixes #15653 — Add comment which explains that how a responsive image ↵ | Kevin Kirsche | 1 | -4/+1 | |
| should be centered Fixes #15653 — Add comment which explains that how a responsive image should be centered Redo of #15657 which I couldn't get to rebase properly after all the merges were done last night. | |||||
| 2015-02-09 | automatic grunt dist | Bootstrap's Grunt bot | 3 | -3/+3 | |
| 2015-02-08 | Merge pull request #15697 from kkirsche/patch-6 | Mark Otto | 1 | -1/+1 | |
| [Fix Issue #15682] .caret is smaller in Firefox than other browsers | |||||
| 2015-02-08 | Merge pull request #15648 from Nikita240/master | Mark Otto | 2 | -7/+11 | |
| Improve image layout in the carousel example. | |||||
| 2015-02-09 | automatic grunt dist | Bootstrap's Grunt bot | 1 | -1/+1 | |
| 2015-02-08 | Merge pull request #15728 from kkirsche/patch-11 | Mark Otto | 2 | -1/+4 | |
| [Fix Issue #15719] Add a variable for .form-group's margin-bottom | |||||
| 2015-02-06 | Merge pull request #15762 from twbs/twitter-handle | Chris Rebert | 4 | -6/+6 | |
| Update Twitter handle: @twbootstrap => @getbootstrap | |||||
| 2015-02-06 | Update Twitter handle: @twbootstrap => @getbootstrap | Chris Rebert | 4 | -6/+6 | |
| Refs https://github.com/twbs/bootstrap-blog/commit/1c94b7791f8a24a18f08aba40c38d519b873f2d0 CC: @mdo | |||||
| 2015-02-05 | Removed visibility: hidden !important from .hidden class | Jitendra Vyas | 1 | -1/+0 | |
| This .hidden was taken from HTML 5 Boilerplate and yesterday we discussed on twitter that visibility: hidden !important can be removed now. https://twitter.com/jitendravyas/status/562940090553733121 | |||||
| 2015-02-04 | Merge pull request #15714 from patrickhlauke/skip-link-fixes | Patrick H. Lauke | 4 | -4/+14 | |
| Skip link workarounds for Chrome and IE | |||||
| 2015-02-03 | Merge pull request #15742 from kkirsche/patch-13 | Chris Rebert | 2 | -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 Kirsche | 2 | -2/+2 | |
| case [Fix Issue #15701] Tooltip/popover destroy docs don't explain the delegation case. Add to popovers | |||||
| 2015-02-03 | Merge pull request #15740 from twbs/carousel-events-target | Chris Rebert | 1 | -0/+1 | |
| Clarify target of carousel events | |||||
| 2015-02-03 | Merge pull request #15739 from twbs/modal-events-target | Chris Rebert | 1 | -0/+1 | |
| Clarify target of modal events | |||||
| 2015-02-03 | Clarify target of carousel events | Chris Rebert | 1 | -0/+1 | |
| [skip sauce] | |||||
| 2015-02-03 | Clarify target of modal events | Chris Rebert | 1 | -0/+1 | |
| 2015-02-03 | [Fix Issue #15683] `readonly` input should not have a not-allowed cursor | Kevin Kirsche | 2 | -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-03 | Merge pull request #15658 from kkirsche/patch-3 | XhmikosR | 20 | -0/+20 | |
| Fix issue #15601 — Position of Charset, X-UA-Compatible, and Viewport Meta Tags | |||||
| 2015-02-03 | automatic grunt dist | Bootstrap's Grunt bot | 3 | -4/+4 | |
| 2015-02-02 | Merge pull request #15726 from hkdobrev/fix-embed-responsive-code | Chris Rebert | 1 | -8/+8 | |
| Extract responsive embed nested classes | |||||
| 2015-02-02 | Fix issue #15601 — Position of X-UA-Compatible | Kevin Kirsche | 20 | -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-02 | Use form-group margin variable | Kevin Kirsche | 1 | -1/+1 | |
| 2015-02-02 | Merge pull request #15611 from twbs/switch_html_validators | Chris Rebert | 3 | -346/+107 | |
| Use local HTML validator to improve performance | |||||
| 2015-02-02 | [Fix issue #15719] Add a variable for .form-group's margin-bottom | Kevin Kirsche | 1 | -0/+3 | |
| [Fix issue #15719] Add a variable for .form-group's margin-bottom | |||||
| 2015-02-02 | Extract responsive embed nested classes | Haralan Dobrev | 1 | -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-02 | Expand/clean-up prose about skip links | Patrick H. Lauke | 1 | -2/+2 | |
| 2015-02-02 | Update shrinkwrap. | Mark Otto | 1 | -332/+98 | |
| 2015-02-02 | Switch to grunt-html over grunt-html-validation. | Mark Otto | 2 | -14/+9 | |
| 2015-02-02 | Merge pull request #15708 from twbs/customizer-libs | XhmikosR | 4 | -3079/+6696 | |
| Update customizer libs | |||||
| 2015-01-31 | Skip link workarounds for Chrome and IE | Patrick H. Lauke | 4 | -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-30 | Merge pull request #15710 from patrickhlauke/master | Patrick H. Lauke | 1 | -1/+1 | |
| License FAQ clarification | |||||
| 2015-01-30 | License FAQ clarification | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-01-30 | Run `grunt`. | XhmikosR | 1 | -13/+16 | |
| 2015-01-30 | Update uglify.js to v2.4.16. | XhmikosR | 1 | -4/+5 | |
| 2015-01-30 | Update autoprefixer to v5.1.0. | XhmikosR | 1 | -3056/+6668 | |
| 2015-01-30 | Bump FileSaver.js to v2015-01-04. | XhmikosR | 1 | -6/+7 | |
| 2015-01-30 | Bump Ruby gems. | XhmikosR | 1 | -2/+2 | |
| 2015-01-30 | Run `grunt`. | XhmikosR | 4 | -8/+12 | |
| 2015-01-30 | Bump load-grunt-tasks. | XhmikosR | 2 | -77/+195 | |
| 2015-01-29 | Fix #15688 | Chris Rebert | 1 | -1/+1 | |
| Stability > Precision | |||||
| 2015-01-29 | [Fix Issue #15682] .caret is smaller in Firefox than other browsers | Kevin Kirsche | 1 | -1/+1 | |
| [Fix Issue twbs/bootstrap#15682] .caret is smaller in Firefox than other browsers | |||||
| 2015-01-29 | tip method in popover.js can be removed | dormouse | 1 | -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 | |||||
