| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-03-20 | Add docs on how to install Bootstrap via composer | Rodrigo Prado | 2 | -1/+6 | |
| Closes #16113 Closes #16114 [skip sauce] | |||||
| 2015-03-19 | Merge pull request #16107 from vikynandha/migration-doc | Chris Rebert | 1 | -0/+4 | |
| Add `.alert-warning` related change to migration doc | |||||
| 2015-03-19 | Add `.alert-warning` related change to migration doc | Vignesh Nandha Kumar | 1 | -0/+4 | |
| 2015-03-19 | automatic `grunt dist` | Bootstrap's Grunt bot | 4 | -6/+14 | |
| 2015-03-18 | Merge pull request #16024 from twbs/unnecessary-parsing | Chris Rebert | 2 | -2/+6 | |
| avoid unnecessary HTML string building+parsing | |||||
| 2015-03-18 | Merge pull request #16101 from guybedford/master | Chris Rebert | 1 | -8/+2 | |
| Update jspm configuration | |||||
| 2015-03-18 | Jumbotron: Putting heading font size in variables to allow for easier overrides. | Maxb | 2 | -1/+2 | |
| 2015-03-18 | update jspm configuration | Guy Bedford | 1 | -8/+2 | |
| 2015-03-17 | Only disable pointer-events on disabled <a> btns; fixes #16088 | Chris Rebert | 2 | -2/+11 | |
| <a> doesn't support the `[disabled]` attribute, so `a.btn.disabled` simulates it using `pointer-events: none`. However, this is unnecessary for <button>s and <input>s, and also prevents their `[disabled]` cursor from displaying. [skip sauce] [skip validator] | |||||
| 2015-03-16 | automatic `grunt dist` | Bootstrap's Grunt bot | 2 | -4/+4 | |
| 2015-03-16 | full gruntv3.3.4 | Chris Rebert | 14 | -65/+65 | |
| 2015-03-16 | BootstrapCDN: v3.3.2 => v3.3.4 | Chris Rebert | 1 | -3/+3 | |
| 2015-03-16 | Sass: v3.3.3 => v3.3.4 | Chris Rebert | 1 | -1/+1 | |
| 2015-03-16 | v3.3.2 => v3.3.4 | Chris Rebert | 19 | -32/+32 | |
| 2015-03-16 | Clarify that role="button" is required for dismiss-on-next-click popovers | Chris Rebert | 1 | -1/+1 | |
| Refs #15947 | |||||
| 2015-03-15 | automatic `grunt dist` | Bootstrap's Grunt bot | 4 | -4/+4 | |
| 2015-03-15 | Merge pull request #16043 from maxstorm/backward-scrolling | Chris Rebert | 2 | -1/+47 | |
| ScrollSpy: Fixed proper nav element selection when scrolling upwards | |||||
| 2015-03-15 | Bump bootstrap-sass download link to Sass-specific v3.3.3 | Chris Rebert | 1 | -1/+1 | |
| bootstrap-sass v3.3.2 is broken. Refs https://github.com/twbs/bootstrap-sass/issues/862 Refs https://github.com/twbs/bootstrap-sass/releases/tag/v3.3.3 Refs https://github.com/twbs/bootstrap-sass/commit/daeb43dcc7b0ab06328acaca0549ee68c039aaa6 | |||||
| 2015-03-15 | automatic `grunt dist` | Bootstrap's Grunt bot | 2 | -4/+4 | |
| 2015-03-15 | Run `grunt`. | XhmikosR | 5 | -29/+59 | |
| 2015-03-15 | Bump devDependencies. | XhmikosR | 2 | -224/+488 | |
| 2015-03-15 | z-index first | Patryk Puszczyk | 1 | -1/+1 | |
| 2015-03-13 | Document that .progress-bar-striped doesn't work in IE<=9; fixes #16058 | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-03-11 | more migration content | Mark Otto | 1 | -0/+5 | |
| 2015-03-11 | start to fill in more migration docs | Mark Otto | 1 | -17/+38 | |
| 2015-03-11 | grunt css | Mark Otto | 5 | -13/+6 | |
| 2015-03-11 | update image docs and styles | Mark Otto | 2 | -13/+48 | |
| 2015-03-11 | Images are responsive by default | Mark Otto | 3 | -23/+6 | |
| 2015-03-11 | grunt css | Mark Otto | 5 | -22/+4 | |
| 2015-03-11 | better tables in the docs | Mark Otto | 1 | -0/+5 | |
| 2015-03-11 | simplify grunt compiling docs | Mark Otto | 1 | -15/+8 | |
| 2015-03-10 | automatic `grunt dist` | Bootstrap's Grunt bot | 2 | -2/+2 | |
| 2015-03-10 | Remove trailing whitespace in forms.less | Gleb Mazovetskiy | 1 | -1/+1 | |
| 2015-03-10 | Fixed proper navigation element selection on backward scrolling (from the ↵ | Maxim Andrukhovych | 2 | -1/+47 | |
| bottom to the top) | |||||
| 2015-03-10 | automatic `grunt dist` | Bootstrap's Grunt bot | 5 | -41/+47 | |
| 2015-03-10 | Merge pull request #16042 from jpkleemans/patch-1 | Patrick H. Lauke | 1 | -1/+1 | |
| Increment quick start options in readme.md to five | |||||
| 2015-03-10 | Increment quick start options to five | Jan-Paul Kleemans | 1 | -1/+1 | |
| 2015-03-10 | Merge pull request #16036 from twbs/cr-readonly-focus-outline-bug | Chris Rebert | 1 | -0/+10 | |
| Add Wall of Browser Bugs entry for #16022 | |||||
| 2015-03-10 | Add Wall of Browser Bugs entry for #16022 | Chris Rebert | 1 | -0/+10 | |
| [skip sauce] [skip validator] | |||||
| 2015-03-09 | Merge pull request #16012 from twbs/refs-12761 | Chris Rebert | 10 | -64/+104 | |
| Disable jQuery event aliases when running test suite | |||||
| 2015-03-09 | automatic grunt dist | Bootstrap's Grunt bot | 3 | -8/+2 | |
| 2015-03-09 | Merge pull request #16021 from twbs/visibility-block | Chris Rebert | 4 | -6/+1 | |
| rm `visibility` where redundant to `display` | |||||
| 2015-03-09 | comment out download options for now | Mark Otto | 1 | -0/+2 | |
| 2015-03-09 | simplify js docs overview section | Mark Otto | 1 | -21/+7 | |
| 2015-03-09 | scope the anchor highlighting | Mark Otto | 1 | -1/+1 | |
| 2015-03-09 | fix page layout for examples overview | Mark Otto | 1 | -1/+1 | |
| 2015-03-09 | more component alignment fixes for docs | Mark Otto | 1 | -0/+5 | |
| 2015-03-09 | copy change | Mark Otto | 1 | -1/+1 | |
| 2015-03-09 | fix alignment of progress elements in examples | Mark Otto | 1 | -1/+3 | |
| 2015-03-09 | nuke theme toggler js | Mark Otto | 1 | -27/+0 | |
