| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |||||
| 2015-01-28 | automatic grunt dist | Bootstrap's Grunt bot | 2 | -2/+6 | |
| 2015-01-28 | Merge pull request #15496 from twbs/15484-alternative | Chris Rebert | 3 | -0/+17 | |
| Make $(document).tooltip({...}) without a `selector` throw an error | |||||
| 2015-01-28 | automatic grunt dist | Bootstrap's Grunt bot | 2 | -2/+2 | |
| 2015-01-28 | Merge pull request #15630 from twbs/tabs-cond-fix | Chris Rebert | 1 | -1/+1 | |
| Fix error in condition in Tab plugin | |||||
| 2015-01-28 | Update per @vsn4ik's requests | Kevin Kirsche | 1 | -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-28 | automatic grunt dist | Bootstrap's Grunt bot | 1 | -3/+3 | |
| 2015-01-27 | Merge pull request #15681 from twbs/fix-replaceArrow | Chris Rebert | 1 | -3/+3 | |
| Fix name of Tooltip.replaceArrow() parameter | |||||
| 2015-01-27 | Complete @vsn4ik's requests | Kevin Kirsche | 1 | -2/+1 | |
| * Remove `<h3>Example</h3>;` * Move `data-example-id=""` to `<h3>Dropup Variation</h3>` and change value; | |||||
| 2015-01-27 | Fix name of Tooltip.replaceArrow() parameter | Chris Rebert | 1 | -3/+3 | |
| isHorizontal => isVertical | |||||
| 2015-01-27 | Merge pull request #15678 from coliff/patch-1 | Chris Rebert | 1 | -1/+1 | |
| Update non-responsive.css | |||||
| 2015-01-27 | Update non-responsive.css | Christian | 1 | -1/+1 | |
| Fix typo on Utilize | |||||
| 2015-01-26 | Gruntfile.js: Remove now unneeded validator relaxError option. | XhmikosR | 1 | -2/+1 | |
| 2015-01-26 | Fix validation errors. | XhmikosR | 3 | -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... | |||||
| 2015-01-23 | Fix issue #15597 — Mention dropup variation in dropdown docs | Kevin Kirsche | 1 | -6/+38 | |
| Fix issue #15597 — Mention dropup variation in dropdown docs Other pull request was so messed up I sincerely have no clue how to save it. The recommended command doesn't work, can't believe rebasing is so problematic... | |||||
| 2015-01-23 | Merge pull request #15660 from twbs/bump-dev-deps | Chris Rebert | 2 | -79/+35 | |
| update devDependencies | |||||
| 2015-01-23 | update shrinkwrap | Chris Rebert | 1 | -77/+33 | |
| 2015-01-23 | update devDependencies | Chris Rebert | 1 | -2/+2 | |
| upgrade grunt-contrib-jshint to ~0.11.0 upgrade load-grunt-tasks to ~3.0.0 | |||||
| 2015-01-23 | Merge pull request #15651 from sebnow/bower-woff2 | Chris Rebert | 1 | -1/+2 | |
| Add woff2 font file to bower main files | |||||
| 2015-01-23 | Add woff2 font file to bower main files | Sebastian Nowicki | 1 | -1/+2 | |
| If Bootstrap is installed through bower, the woff2 font file may not be copied over as it's not in the "main" files. The LESS files still reference the font file which results in errors. | |||||
| 2015-01-23 | Add a warning in images.html about text-align | Nikita Rushmanov | 1 | -1/+5 | |
| People normally center images using text-align. However, the `.img-responsive` class changes the display type to block. As a result you can no longer align the image with text-align. You must instead do it with margin: auto. There was no note about this on the web page, and no mention about setting the display to block. Users were left on a frustrating journey to figure out why they can't center images anymore! | |||||
| 2015-01-23 | Fix image order in carousel example | Nikita Rushmanov | 1 | -4/+4 | |
| When the screen is shrunk below the md threshold, all the featurette columns stack. However, since the second featurette is "backwards", when stacked the second featurette looked awkward as the image came before the heading. | |||||
| 2015-01-23 | Center images in carousel example | Nikita Rushmanov | 1 | -3/+3 | |
| In order to see the changes, you must shrink the browser to below the md threshold. | |||||
