| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-10-23 | Rename docs-specific static tooltip/popover classes for clarity; refs #18043 | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-10-16 | Fix docs for tooltips. | Peshkov, Igor | 1 | -1/+1 | |
| 2015-09-28 | Use backticks/<code> for JS snippets in docs headings; closes #17192 | Chris Rebert | 1 | -5/+5 | |
| [skip sauce] | |||||
| 2015-09-25 | Use correct default value of `constraints` in Tooltip docs; fixes #17671 | Johann-S | 1 | -1/+1 | |
| Closes #17699 | |||||
| 2015-09-16 | Fix doc for tooltips and popover method dispose | Johann-S | 1 | -2/+2 | |
| 2015-09-07 | Fix usage of “its” and “it’s” | Zearin | 1 | -1/+1 | |
| 2015-08-31 | Accept elements as the tooltip / popover content | Gleb Mazovetskiy | 1 | -1/+1 | |
| 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-20 | Fix options link in Tooltip docs | Chris Rebert | 1 | -1/+1 | |
| 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 | |
| 2015-08-21 | Fix tether typo | Christian Oliff | 1 | -1/+1 | |
| Fix tether typo | |||||
| 2015-08-15 | update tooltip/popover docs | Jacob Thornton | 1 | -0/+1 | |
| 2015-08-14 | Massive cleanup | Mark Otto | 1 | -1/+1 | |
| - Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color | |||||
| 2015-08-12 | fix modal | Jacob Thornton | 1 | -8/+12 | |
| 2015-08-08 | transitions and text changes | Mark Otto | 1 | -1/+3 | |
| 2015-08-05 | restore page headers, use partial and page frontmatter to organize it | Mark Otto | 1 | -0/+1 | |
| 2015-06-18 | Merge branch 'master' into v4 | Mark Otto | 1 | -14/+14 | |
| 2015-05-29 | add markdown toc stuff | Mark Otto | 1 | -0/+5 | |
| 2015-04-16 | Redo all our callouts with the custom callout plugin | Mark Otto | 1 | -35/+27 | |
| - Replaces manual use of .bd-callout with {% callout [type] %} - Rearranged some callouts for proximity to others - Turned long lists of callouts--like those on tooltips, plugings, etc--into a list because holy shit that's overwhelming | |||||
| 2015-04-16 | rename classes from .bs-docs and .bs to .bd | Mark Otto | 1 | -10/+10 | |
| 2015-03-30 | move more js stuff to components section | Mark Otto | 1 | -0/+301 | |
