| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-11-03 | Remove a few extra newlines. | XhmikosR | 14 | -32/+0 | |
| 2017-11-03 | Highlight snippet as CSS. | XhmikosR | 1 | -1/+1 | |
| 2017-11-03 | getting-started/introduction.md: move title below the retired meta tags. | XhmikosR | 1 | -1/+2 | |
| 2017-11-03 | Add svg files in workbox and remove jpg. | XhmikosR | 1 | -1/+1 | |
| 2017-11-03 | Update Jekyll excludes to ignore more files. | XhmikosR | 1 | -0/+2 | |
| 2017-11-03 | Update our Webpack documentation for Webpack 3 (#24656) | Johann-S | 1 | -3/+17 | |
| 2017-11-02 | Convert modal's px units to rem (#23782) | Andres Galante | 1 | -16/+16 | |
| 2017-11-01 | Create CODE_OF_CONDUCT.md (#24629) | Mark Otto | 1 | -0/+46 | |
| 2017-11-01 | Update devDependencies and gems. (#24610) | XhmikosR | 2 | -994/+99 | |
| 2017-11-01 | Fix broken footer link after the about page revamp. (#24612) | XhmikosR | 1 | -1/+1 | |
| 2017-10-31 | Fix invalid `<nav ... role="tablist">` in docs. | patrickhlauke | 2 | -10/+13 | |
| 2017-10-31 | More wording tweaks | patrickhlauke | 1 | -2/+2 | |
| 2017-10-31 | Shorten ignores - add more comments. | XhmikosR | 1 | -7/+10 | |
| 2017-10-31 | Remove `datetime-local` warning from vnu ignore list, change reboot example. | patrickhlauke | 2 | -3/+10 | |
| 2017-10-31 | Remove invalid example of `title` attribute in an SVG and related vnu error ↵ | patrickhlauke | 2 | -4/+0 | |
| suppression | |||||
| 2017-10-31 | Add comments to clarify why we ignore a couple of vnu's errors. | patrickhlauke | 1 | -0/+4 | |
| * "autocomplete" attribute errors * "legend" is not allowed as child of "div" | |||||
| 2017-10-31 | Remove the redundant `role=navigation` from `nav`s. | XhmikosR | 1 | -3/+3 | |
| 2017-10-31 | vnu-jar.js: pass `-Xss512k` for 32-bit Java to avoid a StackOverflowError error. | XhmikosR | 1 | -1/+8 | |
| 2017-10-31 | Re-enable vnu-jar's warnings and suppress the ones we don't need now. | XhmikosR | 1 | -2/+8 | |
| 2017-10-31 | Add display utilities link in 'Utilities for layout' docs page (#24615) | Giovanni Totaro - aka Vanni | 1 | -1/+1 | |
| 2017-10-31 | build/*.js: es6ify. (#24611) | XhmikosR | 3 | -5/+5 | |
| 2017-10-31 | Remove bower.json from _config.yml. (#24609) | XhmikosR | 1 | -1/+0 | |
| 2017-10-31 | Update docsearch.js links (#24613) | Martin Kolárik | 2 | -2/+2 | |
| 2017-10-30 | Minor Markdown consistency cleanup. (#24605) | XhmikosR | 6 | -5/+14 | |
| 2017-10-30 | adds variables for the hr element margin | Andres Galante | 2 | -3/+5 | |
| 2017-10-30 | changes colors references on variables.scss from hardcoded to variables on ↵ | Andres Galante | 1 | -10/+10 | |
| the theme | |||||
| 2017-10-30 | redesign these tables, fix headings, add intro paragraphs | Mark Otto | 1 | -34/+38 | |
| 2017-10-30 | Merge branch 'docs-bundle-js' of https://github.com/vannitotaro/bootstrap ↵ | Mark Otto | 2 | -2/+32 | |
| into vannitotaro-docs-bundle-js | |||||
| 2017-10-30 | dist | Mark Otto | 11 | -82/+968 | |
| 2017-10-30 | Add missing trailing slashes to URLs in docs | Giovanni Totaro | 2 | -2/+2 | |
| 2017-10-30 | Merge branch 'v4-dev' into docs-bundle-js | Giovanni Totaro - aka Vanni | 5 | -5/+5 | |
| 2017-10-30 | Fix bad title for our dispose method in our documentation | Johann-S | 5 | -5/+5 | |
| 2017-10-30 | Explain contents of bundled JS files in docs (#23735) | Giovanni Totaro | 2 | -2/+32 | |
| 2017-10-30 | Do not create a Popper.js instance when we don't need it | Johann-S | 1 | -21/+18 | |
| 2017-10-29 | Clean up package.json scripts. (#24583) | XhmikosR | 2 | -4/+5 | |
| * rename build/htmllint.js to build/vnu-jar.js * remove the unused `bash` script * split the `docs-lint` scripts * fix watch-js script to run only the parent `js-compile` script | |||||
| 2017-10-29 | dist | Mark Otto | 16 | -71/+176 | |
| 2017-10-29 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 8 | -19/+332 | |
| 2017-10-29 | nuke container class for consistency while we're here | Mark Otto | 1 | -1/+1 | |
| 2017-10-29 | tweak spacing | Mark Otto | 1 | -1/+1 | |
| 2017-10-29 | Throw error about Popper.js only when it's needed because some of our ↵ | Johann-S | 2 | -17/+15 | |
| plugins don't use it (#24573) | |||||
| 2017-10-29 | Add dropright and dropleft (right and left placements for our dropdown) (#23860) | Johann-S | 5 | -2/+244 | |
| * Add dropright (right placement for our dropdown) * Add dropleft * moves drop left arrow to the left | |||||
| 2017-10-29 | Add `.modal-dialog-centered` for optional vertically centered modal (#24510) | Mark Otto | 2 | -0/+73 | |
| * Add .modal-dialog-centered for optional vertically cenetered modal Fixes #23638 * adds modal-dialog-centered class to docs and removes margin to avoid generating a vertical scrolling * mention limitations * fix aria attr * Add `width: 100%` to the .modal-content for the centered version. Adding it here to avoid adding another selector by limiting it to the centered modal modifier. | |||||
| 2017-10-29 | Merge branch 'v4-dev' of https://github.com/jipexu/bootstrap into jipexu-v4-dev | Mark Otto | 1 | -17/+17 | |
| 2017-10-29 | dist | Mark Otto | 4 | -4/+4 | |
| 2017-10-29 | Remove the now unused _data/core-team.yml and the relevant scss. (#24593) | XhmikosR | 3 | -77/+0 | |
| 2017-10-28 | Add information about the fact we do not use Popper.js for Dropdown c… ↵ | Johann-S | 1 | -1/+1 | |
| (#24571) * Add information about the fact we do not use Popper.js for Dropdown contained in navbars * Update dropdowns.md * Update dropdowns.md | |||||
| 2017-10-28 | Remove invalid bower.json (#24584) (#24590) | Amy Martin | 1 | -1/+0 | |
| 2017-10-28 | Add fallback border-radius to .btn (#24505) | Mark Otto | 1 | -1/+6 | |
| Fixes #24503 by manually calling the border-radius instead of using the mixin. | |||||
| 2017-10-28 | Revamp docs About section (#24589) | Mark Otto | 3 | -27/+19 | |
| - Drops the Team page for privacy and accuracy. I don't want to pressure folks into feeling committed to the project through a page like this, and it also doesn't allow folks any privacy option (as you can hide org membership on your GitHub profile). - Moves the History page into an Overview page, which includes an updated history page and a quick team blurb at the top. - Added redirects to the new Overview page from Team and History | |||||
| 2017-10-28 | dist | Mark Otto | 14 | -15/+36 | |
