| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-01-14 | Core & Sass Teams are now one and the same bigger Team | Chris Rebert | 3 | -23/+8 | |
| 2015-01-13 | Document that .form-inline & .form-horizontal work fine on non-<form>s too | Chris Rebert | 1 | -2/+2 | |
| Fixes #15555 [skip sauce] | |||||
| 2015-01-13 | Document that calling tooltip/popover .show()/.hide() qualifies as manual ↵ | Chris Rebert | 2 | -6/+6 | |
| triggering Fixes #15465 [skip sauce] | |||||
| 2015-01-13 | automatic grunt dist | Bootstrap's Grunt bot | 2 | -1/+2 | |
| 2015-01-13 | use strict mode for jqueryVersionCheck; fixes #15535 | Chris Rebert | 1 | -0/+1 | |
| 2015-01-13 | Fix table-striped to work with bootstraps tooltips on rows | Lee Penkman | 1 | -1/+1 | |
| 2015-01-09 | Filed http://openradar.appspot.com/19435018 | Chris Rebert | 1 | -1/+1 | |
| Refs #14868 | |||||
| 2015-01-09 | Filed http://openradar.appspot.com/19434933 | Chris Rebert | 1 | -1/+1 | |
| Refs #15205 | |||||
| 2015-01-09 | Filed http://openradar.appspot.com/19434878 | Chris Rebert | 1 | -1/+1 | |
| Refs #11266, #13098 | |||||
| 2015-01-09 | Merge pull request #15533 from twbs/crbug-377346-fixed | Chris Rebert | 1 | -10/+0 | |
| Remove #13892's entry from the Wall of Browser Bugs | |||||
| 2015-01-09 | http://crbug.com/377346 is claimed to be fixed in Chrome 41 | Chris Rebert | 1 | -10/+0 | |
| So remove its entry from the Wall of Browser Bugs. Refs #13892, #14037 [skip sauce] | |||||
| 2015-01-09 | remove more Glyphicon references from the docs | Chris Rebert | 2 | -11/+5 | |
| 2015-01-09 | remove unused font files | Thomas McDonald | 2 | -41/+0 | |
| 2015-01-08 | Merge pull request #15524 from twbs/masonry | Chris Rebert | 1 | -0/+1 | |
| Add pointer to Masonry (& similar) in the Thumbnail docs | |||||
| 2015-01-08 | Remove libsass @media nesting bug workaround | Chris Rebert | 1 | -14/+2 | |
| https://github.com/sass/libsass/issues/185 has been fixed. Refs #48 | |||||
| 2015-01-08 | Revert "Remove libsass @media nesting bug workaround" | Gleb Mazovetskiy | 1 | -2/+14 | |
| This reverts commit d6a5ebf438080a71bc78b561be20160afc12e6ec. There has not been a release of libsass with this fix yet, sorry! | |||||
| 2015-01-08 | add pointer to Masonry in the thumbnail docs | Chris Rebert | 1 | -0/+1 | |
| 2015-01-08 | Merge pull request #58 from twbs/libsass-185 | Gleb Mazovetskiy | 1 | -14/+2 | |
| Remove libsass @media nesting bug workaround | |||||
| 2015-01-08 | docs: fix typo in media-queries.md | Gleb Mazovetskiy | 1 | -2/+2 | |
| 2015-01-07 | Remove libsass @media nesting bug workaround | Chris Rebert | 1 | -14/+2 | |
| https://github.com/sass/libsass/issues/185 has been fixed. Refs #48 | |||||
| 2015-01-07 | Merge pull request #25 from twbs/autoprefixer-bump-chrome | Chris Rebert | 1 | -1/+1 | |
| bump min Chrome in Autoprefixer to v35 | |||||
| 2015-01-08 | automatic grunt dist | Bootstrap's Grunt bot | 2 | -2/+2 | |
| 2015-01-07 | Merge pull request #15463 from twbs/bump-less | Chris Rebert | 2 | -126/+74 | |
| Bump grunt-contrib-less to ~1.0.0 | |||||
| 2015-01-07 | bump min Chrome in Autoprefixer to v35 | Chris Rebert | 1 | -1/+1 | |
| 2015-01-07 | update shrinkwrap | Chris Rebert | 1 | -125/+73 | |
| 2015-01-07 | bump grunt-contrib-less to ~1.0.0 | Chris Rebert | 1 | -1/+1 | |
| 2015-01-07 | grunt | Chris Rebert | 8 | -137/+70 | |
| 2015-01-06 | Merge pull request #54 from twbs/overhaul-responsive-visibility | Chris Rebert | 16 | -311/+212 | |
| Overhaul of responsive visibility classes | |||||
| 2015-01-06 | update responsive utility docs post-overhaul | Chris Rebert | 4 | -172/+173 | |
| 2015-01-06 | add migration guidance regarding responsive visibility classes | Chris Rebert | 1 | -0/+2 | |
| 2015-01-06 | Overhaul responsive visibility classes | Chris Rebert | 1 | -92/+13 | |
| Thanks to @glebm for help refactoring this to use the breakpoint mixins. | |||||
| 2015-01-06 | Kill scss/mixins/_media-queries.scss | Chris Rebert | 9 | -57/+31 | |
| replaced media-xs => media-breakpoint-down(xs) replaced media-sm => media-breakpoint-up(sm) replaced media-sm-max => media-breakpoint-only(sm) replaced media-md => media-breakpoint-up(md) replaced media-md-max => media-breakpoint-only(md) replaced media-lg => media-breakpoint-up(lg) | |||||
| 2015-01-06 | rename media-breakpoint-{min,max} => media-breakpoint-{up,down} | Chris Rebert | 4 | -10/+13 | |
| 2015-01-06 | fix numerical typo in grid docs | Chris Rebert | 1 | -1/+1 | |
| 2015-01-06 | Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 | Mark Otto | 17 | -215/+574 | |
| 2015-01-06 | streamline homepage nav | Mark Otto | 4 | -27/+18 | |
| 2015-01-06 | formatting of html | Mark Otto | 1 | -1/+5 | |
| 2015-01-07 | Merge pull request #15504 from twbs/jquery | XhmikosR | 17 | -20/+21 | |
| Update jQuery to v1.11.2. | |||||
| 2015-01-07 | Update jQuery to v1.11.2. | XhmikosR | 17 | -20/+21 | |
| 2015-01-06 | Merge pull request #15507 from twbs/shrinkwrap | Chris Rebert | 1 | -147/+179 | |
| update shrinkwrap | |||||
| 2015-01-06 | update shrinkwrap | Chris Rebert | 1 | -147/+179 | |
| 2015-01-06 | Merge pull request #59 from twbs/probably-slightly-better-best-practice | Chris Rebert | 2 | -38/+12 | |
| Use improved box sizing reset | |||||
| 2015-01-05 | Merge pull request #15499 from twbs/bumps | Chris Rebert | 2 | -368/+16 | |
| Update devDependencies | |||||
| 2015-01-05 | update shrinkwrap | Chris Rebert | 1 | -366/+14 | |
| [skip sauce] | |||||
| 2015-01-05 | bump grunt-banner to ~0.3.0 | Chris Rebert | 1 | -1/+1 | |
| 2015-01-05 | bump grunt-autoprefixer to ~2.1.0 | Chris Rebert | 1 | -1/+1 | |
| 2015-01-05 | Add example of using feedback icons with .input-group ; fixes #15332 | Chris Rebert | 1 | -0/+81 | |
| 2015-01-05 | Use improved box sizing reset | Chris Rebert | 2 | -38/+12 | |
| Based on http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ This allows us to significantly simplify the relevant part of the docs. | |||||
| 2015-01-05 | window.Document doesn't exist in IE8 | Chris Rebert | 1 | -1/+1 | |
| 2015-01-05 | Make $(document).tooltip({...}) without a `selector` throw an error | Chris Rebert | 3 | -0/+17 | |
| Closes #15484 | |||||
