| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-08-30 | Wall of Browser Bugs: Update table-cell border Chrome bug ref | Chris Rebert | 1 | -1/+1 | |
| https://crbug.com/568691 has been succeeded by https://crbug.com/749848 | |||||
| 2017-08-30 | Collapse - typo correct aria-controls for multi collapse | Johann-S | 1 | -1/+1 | |
| 2017-08-30 | typo correct aria-controls | Chirag Modi | 1 | -1/+1 | |
| 2017-08-29 | Merge branch 'v4-dev' into fix-jumping-modal-on-resize | David Bailey | 1 | -1/+1 | |
| 2017-08-29 | Merge branch 'v4-dev' into fix-unwanted-padding-on-modal | David Bailey | 1 | -1/+1 | |
| 2017-08-29 | Merge branch 'v4-dev' into patch-5 | Johann-S | 9 | -10/+101 | |
| 2017-08-29 | Fix misspell | Jqmey | 1 | -1/+1 | |
| 2017-08-29 | Fix failing test | David Bailey | 1 | -0/+2 | |
| _adjustDialog should be called when the modal is first displayed to prevent it jumping position when the viewport is resized | |||||
| 2017-08-29 | Add failing test | David Bailey | 1 | -0/+14 | |
| 2017-08-29 | Fix unit tests in PhantomJS | David Bailey | 1 | -3/+10 | |
| Use a virtual scrollbar as this is simpler than having a real one (overflow: scroll doesn't seem to work in Phantom), and disable it for the new test. One test has also been altered to prevent erroneous fails when other inline styles are added to the body (e.g. overflow). | |||||
| 2017-08-28 | Use getBoundingClientRect instead of jQuery | David Bailey | 1 | -1/+2 | |
| 2017-08-28 | Use jQuery outerWidth instead of offsetWidth | David Bailey | 1 | -1/+1 | |
| 2017-08-28 | Fix unwanted body padding when a modal opens | David Bailey | 1 | -1/+1 | |
| Prevents the test from failing | |||||
| 2017-08-28 | Add failing test | David Bailey | 1 | -0/+19 | |
| When the body does not overflow (achieved by hiding the QUnit container), it should not be given a margin. | |||||
| 2017-08-27 | Update URL for supported browsers | Christian Oliff | 1 | -1/+1 | |
| 2017-08-26 | Add missing class in the list-group example with links (#23677) | Valentin Alexiev | 1 | -1/+1 | |
| 2017-08-26 | Run all lint targets in `test` script. (#23685) | XhmikosR | 1 | -2/+2 | |
| 2017-08-26 | Fix `npm run docs-github` script. (#23688) | XhmikosR | 2 | -2/+3 | |
| `$npm_config_tmp` is a non-existent variable. Also, use double quotes since single ones don't work. Finally, git ignore the temp file. | |||||
| 2017-08-25 | Add unit test for xss in data target attribute | meeque | 1 | -0/+36 | |
| 2017-08-25 | Fix XSS in data-target | Johann-S | 2 | -1/+5 | |
| 2017-08-25 | Merge pull request #3 from twbs/v4-dev | Gijs Boddeus | 70 | -555/+1040 | |
| update from official repo | |||||
| 2017-08-25 | Fix sticky margin when a modal is opened (#23669) | David Bailey | 2 | -2/+52 | |
| * Adjust margin for sticky elements on modal Previously white space was visible to the right of sticky elements due to right padding being added to the body. This fixes #23661. * Add unit tests for margin of sticky elements on modal | |||||
| 2017-08-25 | Remove speculations about jQuery 3 | Herst | 1 | -1/+1 | |
| 2017-08-25 | Collapse - preventDefault only on <a> elements not inside the collapsible | Johann-S | 3 | -2/+28 | |
| element | |||||
| 2017-08-24 | Fix toggle for Tooltips/Popover which was called even if the Tooltip/Popover ↵ | Johann-S | 3 | -2/+50 | |
| was disabled | |||||
| 2017-08-23 | Use the Jekyll config variable for popper.min.js. | XhmikosR | 3 | -3/+3 | |
| 2017-08-23 | Update Popper.js to 1.12.3 | Johann-S | 9 | -11/+11 | |
| 2017-08-23 | Update which required jQuery release folks should use | Johann-S | 5 | -6/+6 | |
| 2017-08-23 | Enable the `no-return-assign` rule. | Johann-S | 3 | -3/+5 | |
| 2017-08-23 | Tweak ESLint rules. | XhmikosR | 21 | -40/+39 | |
| 2017-08-22 | remove d-flex class from img tag in docs | Chirag Modi | 1 | -10/+10 | |
| 2017-08-22 | replaced basic line-heights variable with button's line-heights variable for ↵ | Svyatoslav Polishchuk | 1 | -2/+2 | |
| button size classes | |||||
| 2017-08-22 | Add pointer-events declarations | Patrick H. Lauke | 1 | -0/+4 | |
| make outer `.modal-dialog` pass through events for custom click handling, counteract it for the actual `.modal-content` | |||||
| 2017-08-22 | Add momentum scrolling on responsive tables for webkit touch devices | Patrick Yeo | 1 | -0/+1 | |
| 2017-08-22 | Generate series of `.table-responsive-*` classes to accomodate overflowing ↵ | Patrick Yeo | 1 | -12/+18 | |
| tables in a variety of screen sizes | |||||
| 2017-08-21 | `.thead-dark` and `.thead-light` border color should display the right ↵ | Patrick Yeo | 1 | -9/+13 | |
| border color | |||||
| 2017-08-21 | v4 docs Update Table docs with `.table-dark` and `.thead-light` changes | Patrick Yeo | 1 | -11/+11 | |
| 2017-08-21 | Rename `.table-inverse`, `.thead-inverse`, `.thead-default` to ↵ | Patrick Yeo | 1 | -4/+4 | |
| `.table-dark`, `.thead-dark`, `.thead-light` respectively | |||||
| 2017-08-21 | (#22414) Rename variables `$table-inverse-bg`, `$table-inverse-accent-bg`, ↵ | Patrick Yeo | 2 | -12/+12 | |
| `$table-inverse-hover-bg`, `$table-inverse-border-color`, `$table-inverse-color` to `$table-dark-bg`, `$table-dark-accent-bg`, `$table-dark-hover-bg`, `$table-dark-border-color`, `$table-dark-color` for consistency | |||||
| 2017-08-21 | Exclude input type=range from touch-action:manipulation | Patrick H. Lauke | 1 | -1/+1 | |
| 2017-08-21 | Rename grayscale function to gray | Mark Otto | 1 | -1/+1 | |
| 2017-08-21 | Added missing dot (#23601) | SKmedix | 1 | -1/+1 | |
| 2017-08-21 | Remove trailing spaces (#23593) | Иван Жеков | 1 | -12/+12 | |
| 2017-08-20 | remove mention of clearfix source from docs, closes #23578 | Mark Otto | 1 | -1/+1 | |
| 2017-08-20 | remove commented out code, fixes #23530 | Mark Otto | 1 | -2/+0 | |
| 2017-08-20 | dist | Mark Otto | 29 | -149/+148 | |
| 2017-08-20 | drop the now unused -color variable | Mark Otto | 1 | -1/+0 | |
| 2017-08-20 | Merge branch 'fix/badge-default-colors' of ↵ | Mark Otto | 1 | -1/+0 | |
| https://github.com/jonwolski/bootstrap into jonwolski-fix/badge-default-colors | |||||
| 2017-08-20 | Simplify selector and only override what we set | Mark Otto | 1 | -3/+2 | |
| 1. Instead of having two selectors, we use the `.list-group-item` class and have coverage for list items and anchors. 2. Rather than override all border values, we only override what we set with `border-top`. | |||||
| 2017-08-20 | added suggested fix for list-groups with a elements | gijsbotje | 1 | -1/+2 | |
