| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-10-01 | Port #17753 to v4 | Chris Rebert | 1 | -10/+0 | |
| Remove http://bugzil.la/1048279 entry from Wall of Browser Bugs https://bugzilla.mozilla.org/show_bug.cgi?id=1048279 has been closed as WONTFIX. Refs #14124. [skip sauce] | |||||
| 2015-10-01 | Port #16994 to v4 | Chris Rebert | 1 | -0/+10 | |
| [skip sauce] | |||||
| 2015-10-01 | Make tooltip-viewport example work. | XhmikosR | 1 | -1/+2 | |
| [ci skip] | |||||
| 2015-10-01 | Remove random trailing less-than symbol | Liam Stanley | 1 | -1/+1 | |
| 2015-09-28 | Clarify the purpose of CSS class .in to .fade | Tommy Kelly | 1 | -1/+1 | |
| 2015-09-28 | Use backticks/<code> for JS snippets in docs headings; closes #17192 | Chris Rebert | 6 | -25/+25 | |
| [skip sauce] | |||||
| 2015-09-27 | Merge pull request #17626 from wolfika/v4-dev | Mark Otto | 1 | -0/+11 | |
| Add <h3> header example to Cards docs | |||||
| 2015-09-27 | Merge pull request #17403 from twbs/use-px-for-window-sizes | Mark Otto | 1 | -15/+19 | |
| Change grid and container sizes to px | |||||
| 2015-09-27 | Filled leftover placeholder | Michael Käufl | 1 | -1/+1 | |
| 2015-09-27 | Change grid and container sizes to px | Gleb Mazovetskiy | 1 | -15/+19 | |
| Changes grid and container sizes to `px`, as the viewport pixel size does not depend on the font size. The actual em values were inconsistent with the docs, while the docs were not the same as the comments: * `sm` breakpoint was 34em (544px) not 480px. * `lg` container max-width was 60rem (960px), less gutter than `md`. Changed to 940px, same as Bootstrap 3. * `xl` container max-width was 72.25rem which is 1140px not 1156px. Changed to 1140px matching the comment but not the docs. Addresses #17070 and #17388. | |||||
| 2015-09-27 | Port #17712 over to Bootstrap v4 | Chris Rebert | 1 | -0/+4 | |
| [skip sauce] | |||||
| 2015-09-27 | Merge pull request #17689 from twbs/fix-17169-more | Chris Rebert | 2 | -11/+17 | |
| Docs: Clarify [hidden] & .hidden | |||||
| 2015-09-25 | Migration docs: capitalization; hyperlink Less and SCSS | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-09-25 | Use correct default value of `constraints` in Tooltip docs; fixes #17671 | Johann-S | 1 | -1/+1 | |
| Closes #17699 | |||||
| 2015-09-23 | Clarify [hidden] attr docs; closes #17169 | Chris Rebert | 2 | -11/+17 | |
| [ci skip] | |||||
| 2015-09-23 | Move v3 `.hidden` note into Migration docs | Chris Rebert | 2 | -2/+2 | |
| 2015-09-23 | Run `grunt`. | XhmikosR | 5 | -5/+5 | |
| 2015-09-22 | Update StackOverflow tag to `bootstrap-4`; closes #17675 | Daniel Opitz | 1 | -1/+1 | |
| 2015-09-22 | Rename placeholders according to the classes specified | petetnt | 1 | -2/+2 | |
| 2015-09-20 | Remove unneeded trailing whitespace. | XhmikosR | 3 | -3/+3 | |
| [ci skip] | |||||
| 2015-09-19 | Specify a `filter` gradient for IE 9. | XhmikosR | 1 | -0/+1 | |
| 2015-09-19 | Use the individual background properties instead of the shorthand. | XhmikosR | 2 | -3/+3 | |
| [ci skip] | |||||
| 2015-09-16 | Add <h3> header example to Cards docs | wolfika | 1 | -0/+11 | |
| resolves #17609 | |||||
| 2015-09-16 | Fix doc for tooltips and popover method dispose | Johann-S | 2 | -4/+4 | |
| 2015-09-15 | grunt | Mark Otto | 5 | -21/+21 | |
| 2015-09-15 | grammar. you're your way --> you're on your way | Raphael Ackermann | 1 | -1/+1 | |
| 2015-09-11 | Adds current version to packages. | Zac Echola | 1 | -3/+4 | |
| 2015-09-10 | v4 - fixed incorrect inline form class in docs | Rolandas Barysas | 1 | -1/+1 | |
| 2015-09-09 | Merge pull request #17519 from twbs/v4-dev-xmr-jekyll-sitemap | XhmikosR | 1 | -23/+0 | |
| Use jekyll-sitemap instead of our custom solution. | |||||
| 2015-09-09 | Merge pull request #17520 from davidjb/v4-dev-relative-grunt | XhmikosR | 1 | -1/+2 | |
| Specify configBridge as relative path to source for Jekyll | |||||
| 2015-09-08 | Added NuGet install instructions to docs | Jesse Mandel | 1 | -0/+10 | |
| Closes #17214. | |||||
| 2015-09-08 | Use jekyll-sitemap instead of our custom solution. | XhmikosR | 1 | -23/+0 | |
| 2015-09-08 | Add missing end of file newlines. | XhmikosR | 2 | -2/+2 | |
| [ci skip] | |||||
| 2015-09-08 | Specify configBridge as relative path to source | David\ Beitey | 1 | -1/+2 | |
| This adjusts the load path for the ``configBridge.json`` file from one that's relative to the user running the command (eg ``jekyll serve``), to one that's relative to the ``source`` configuration setting for Jekyll. The result is that the user can now have a (customised) ``_config.yml`` for Jekyll anywhere on her filesystem and point to Bootstrap's ``docs`` directory to use as the ``source``. Previously, in order to customise it, the original ``_config.yml`` needed to be modified inside (a forked) Bootstrap, and the ``jekyll`` command could only be run at the root of the Bootstrap package as the original file path to ``configBridge.json`` was only valid there. The existing behaviour is not affected. | |||||
| 2015-09-07 | Add JS to fix indeterminate checkbox example in docs | Corbzilla | 1 | -0/+3 | |
| Fixes #17196 Closes #17510 | |||||
| 2015-09-07 | Fix usage of “its” and “it’s” | Zearin | 7 | -7/+7 | |
| 2015-09-06 | Fixes to examples | Maurice Wahba | 5 | -9/+9 | |
| 2015-09-06 | Add missing jQuery local fallback. | XhmikosR | 3 | -0/+3 | |
| [ci skip] | |||||
| 2015-09-06 | Use jQuery 1.11.3 everywhere. | XhmikosR | 3 | -3/+3 | |
| [ci skip] | |||||
| 2015-09-06 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 20 | -58/+25 | |
| 2015-09-06 | grunt | Mark Otto | 4 | -69/+64 | |
| 2015-09-06 | Fixes #17486: start work on responsive cards for decks, groups, and columns | Mark Otto | 1 | -2/+6 | |
| 2015-09-06 | Clean up inclusion of IE-specific JS files. | XhmikosR | 20 | -58/+25 | |
| Move them to footer, and remove duplicate ones. [ci skip] | |||||
| 2015-09-05 | grunt | Mark Otto | 4 | -5/+5 | |
| 2015-09-05 | Fixes #17230: Renames .navbar-static-top to .navbar-full and adds docs for it | Mark Otto | 1 | -1/+7 | |
| 2015-09-05 | grunt | Mark Otto | 6 | -85/+37 | |
| 2015-09-05 | Merge pull request #17477 from patrickhlauke/v4-skippy | Patrick H. Lauke | 2 | -0/+13 | |
| Port skiplink styling from v3 to v4 | |||||
| 2015-09-05 | Merge pull request #17369 from twbs/v4-dev-xmr-docs-img | XhmikosR | 8 | -0/+0 | |
| Compress images. | |||||
| 2015-09-05 | Port skiplink styling from v3 to v4 | Patrick H. Lauke | 2 | -0/+13 | |
| 2015-09-04 | Merge pull request #17404 from vincent4j/patch-1 | Mark Otto | 1 | -0/+5 | |
| add Chinese translations website boot4.com | |||||
