| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 #17689 from twbs/fix-17169-more | Chris Rebert | 1 | -10/+16 | |
| Docs: Clarify [hidden] & .hidden | |||||
| 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 | 1 | -10/+16 | |
| [ci skip] | |||||
| 2015-09-23 | Move v3 `.hidden` note into Migration docs | Chris Rebert | 1 | -1/+1 | |
| 2015-09-22 | Rename placeholders according to the classes specified | petetnt | 1 | -2/+2 | |
| 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-10 | v4 - fixed incorrect inline form class in docs | Rolandas Barysas | 1 | -1/+1 | |
| 2015-09-07 | Fix usage of “its” and “it’s” | Zearin | 5 | -5/+5 | |
| 2015-09-06 | Fixes #17486: start work on responsive cards for decks, groups, and columns | Mark Otto | 1 | -2/+6 | |
| 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 | Update Holder.js to v2.8.2. | XhmikosR | 1 | -16/+16 | |
| [ci skip] | |||||
| 2015-09-03 | Document btn-info-outline as an example | David\ Beitey | 1 | -0/+1 | |
| 2015-09-03 | Remove dropped form-horizontal from forms.md | vsn4ik | 1 | -1/+1 | |
| 2015-09-02 | fixes #17441 | Mark Otto | 1 | -2/+2 | |
| 2015-09-02 | Update all usages of 'control-label' with 'form-control-label' in docs | Andrew Smith | 2 | -6/+6 | |
| 2015-09-01 | Merge pull request #17359 from caleb/patch-1 | Mark Otto | 1 | -4/+4 | |
| Update static form control example | |||||
| 2015-09-01 | Merge pull request #17336 from petetnt/petetnt/v4-dev-patch-3 | Mark Otto | 1 | -0/+1 | |
| Document utility class .bg-inverse | |||||
| 2015-09-01 | Merge pull request #17389 from Gupocca/link-fixing | Mark Otto | 1 | -1/+0 | |
| Fix several erroneous links in docs. | |||||
| 2015-09-01 | Merge pull request #17427 from supergibbs/v4-docs-nav-link-in-scrollspy | Chris Rebert | 1 | -1/+1 | |
| Fixed link to nav component from scrollspy documentation | |||||
| 2015-09-01 | Merge pull request #17428 from abitdodgy/docs-fix | Mark Otto | 1 | -28/+26 | |
| Adds table-responsive class to docs table | |||||
| 2015-09-01 | adds table-responsive class to table | Mohamad El-Husseini | 1 | -1/+1 | |
| 2015-09-01 | Fixed link to nav component from scrollspy documentation | Supergibbs | 1 | -1/+1 | |
| (reported by ianhernandez in Slack) | |||||
| 2015-08-31 | Accept elements as the tooltip / popover content | Gleb Mazovetskiy | 2 | -3/+3 | |
| When a DOM node is passed to an HTML tooltip, the `title` node is only moved if it is not already in the tooltip. Otherwise, `empty()` is used instead of `detach()` before appending the `title` to avoid memory leaks. If a DOM node is passed to a plain text tooltip, its text is copied via jQuery `.text()`. Replaces `.detach()` with `.empty()`, as `.detach()` is almost never useful but instead leaks memory. The difference between `empty` and `detach` is that the latter keeps all the attached jQuery events/data. However, since we do not return the previous children, the user would have to keep these themselves, thus they can `detach()` if necessary. This is a port of https://github.com/twbs/bootstrap/pull/14552 to v4. | |||||
| 2015-08-29 | Fix several erroneous links in docs. | Gupocca | 2 | -2/+1 | |
| Related to #17314. | |||||
| 2015-08-29 | Use `https` when possible. | XhmikosR | 3 | -4/+4 | |
| [ci skip] | |||||
| 2015-08-28 | removes table-responsive div from components/navs | Mohamad El-Husseini | 1 | -28/+26 | |
| 2015-08-27 | Less to Sass typos. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-08-26 | Update static form control example | Caleb Land | 1 | -4/+4 | |
| Use the `row` class on the `form-group`, and change the `control-label` class to `form-control-label` | |||||
| 2015-08-26 | Document .bg-inverse | petetnt | 1 | -0/+1 | |
| 2015-08-25 | Fix validation errors. | XhmikosR | 1 | -2/+2 | |
| 2015-08-24 | Document that dropdowns are intentionally click-based rather than hover-based | Chris Rebert | 1 | -1/+1 | |
| And link to a relevant blog post w/ more info. Refs #16966 [skip sauce] | |||||
| 2015-08-23 | Rephrase/copyedit IE [hidden] compatibility docs | Chris Rebert | 1 | -1/+1 | |
| Fixes grammatical erratum from cf7819d8d554ed0fe09f78b35bdc6927787c35f7 | |||||
| 2015-08-22 | mention the IE compatability for hidden attr per #17169 | Mark Otto | 1 | -1/+1 | |
| 2015-08-23 | Docs: fix typo from 9c52e03 | Heinrich Fenkart | 1 | -1/+1 | |
| 2015-08-22 | avoid mentioning css block level in cards docs /cc #17158 #17103 | Mark Otto | 1 | -1/+1 | |
| 2015-08-22 | Merge pull request #17235 from kkirsche/patch-28 | Chris Rebert | 1 | -0/+3 | |
| Add btn-info to buttons examples | |||||
| 2015-08-22 | Remove dropped btn-xs and btn-group-xs from docs | vsn4ik | 1 | -7/+0 | |
| 2015-08-22 | Add btn-info to buttons examples | Kevin Kirsche | 1 | -0/+3 | |
| Fix #17234 | |||||
| 2015-08-20 | forms.md: Fix link to disabled buttons docs | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | forms.md: Fix rebooted form styles link | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | Fix options link in Tooltip docs | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | Fix options link in Popover docs | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | Popover docs: Fix "Tether" capitalization | Chris Rebert | 1 | -3/+3 | |
| 2015-08-20 | tooltips.md: Fix capitalization of "Tether" more | Chris Rebert | 1 | -2/+2 | |
| 2015-08-20 | tooltips.md: Fix capitalization of "Tether" | Chris Rebert | 1 | -1/+1 | |
