| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-11-27 | Add CSS source maps reference to docs. Closes #15211 | Peter Blazejewicz | 1 | -1/+3 | |
| - update distribution file list with relevant files - add a short reference to CSS source map purpose - add link to Google Chrome developer network article | |||||
| 2014-11-24 | Give all embedded live docs examples data-example-id attrs | Chris Rebert | 37 | -168/+168 | |
| Refs #11410 | |||||
| 2014-11-24 | Merge pull request #15108 from zacechola/irc_room | Julian Thilo | 1 | -1/+1 | |
| corrects IRC room | |||||
| 2014-11-22 | Fix #15194: Shrink media link area | Julian Thilo | 1 | -48/+80 | |
| 2014-11-20 | Merge pull request #15159 from twbs/docs-muted | XhmikosR | 2 | -3/+2 | |
| Clean up old `muted` references and switch to `text-muted`. | |||||
| 2014-11-20 | Merge pull request #15111 from twbs/events-tables-wrapping | Chris Rebert | 10 | -10/+10 | |
| Don't line wrap event names in JS plugin docs | |||||
| 2014-11-20 | Clean up old `muted` references and switch to `text-muted`. | XhmikosR | 2 | -3/+2 | |
| 2014-11-19 | Merge pull request #15090 from twbs/dropdowns-events | Chris Rebert | 1 | -4/+5 | |
| consolidate relatedTarget docs in dropdown event docs | |||||
| 2014-11-17 | Fix name spelling | Quy Ton | 1 | -1/+1 | |
| 2014-11-17 | Since Safari has released new fixed versions, we're unlikely to take any ↵ | Chris Rebert | 1 | -1/+0 | |
| further action on this. | |||||
| 2014-11-17 | Merge pull request #15125 from patrickhlauke/docs-clean-up | Chris Rebert | 7 | -60/+60 | |
| Docs clean up - unnecessary role attributes, callout clarifications | |||||
| 2014-11-17 | Merge pull request #15129 from twbs/examples-img-alt | XhmikosR | 1 | -18/+18 | |
| Specify `img` alternative text. | |||||
| 2014-11-16 | rm redundant role="button" from <button> | Chris Rebert | 1 | -1/+1 | |
| 2014-11-16 | Merge pull request #15139 from patrickhlauke/docs-button-section-restructure | XhmikosR | 2 | -31/+32 | |
| Docs button section restructure | |||||
| 2014-11-16 | Merge pull request #15135 from hillai/patch-1 | XhmikosR | 1 | -1/+6 | |
| Add modal autofocus example | |||||
| 2014-11-16 | Add modal autofocus example | hillai | 1 | -1/+6 | |
| 2014-11-15 | Move button-tags section to start of button section | Patrick H. Lauke | 2 | -31/+32 | |
| 2014-11-15 | Move context-specific callout to general tag usage | Patrick H. Lauke | 1 | -5/+5 | |
| 2014-11-14 | split .form-inline .input-group into separate docs example | Chris Rebert | 1 | -14/+26 | |
| 2014-11-14 | Fixes to scope | Patrick H. Lauke | 6 | -88/+85 | |
| as discssued in https://github.com/twbs/bootstrap/issues/15117#issuecomment-63029993 - added ``scope="row"`` to row headers - made sure row headers are actual ``<th>`` elements - removed ``scope="col"`` where it was redundant - simplified table examples with (to me) unnecessary ``rowspan``/``colspan`` (unless you really want complex tables, in which case we would need full-on ``id`` and ``headers`` attributes to make sure each table cell has an explicit association with the related header cells - overkill, in my opinion) - one table (in typography) left header-less, as it's more or less presentational (though its structure is still important, hence not adding ``role="presentation"``) | |||||
| 2014-11-14 | Redundant role="navigation" on <nav>s | Patrick H. Lauke | 4 | -20/+20 | |
| plus one example that still used the old <div role="navigation"> and a fix-up of the callout as per https://github.com/twbs/bootstrap/issues/15109 | |||||
| 2014-11-14 | Redundant role="form" on <form>s | Patrick H. Lauke | 3 | -39/+39 | |
| 2014-11-14 | Expand caveat for disabled fieldsets and links | Patrick H. Lauke | 1 | -1/+1 | |
| 2014-11-14 | Specify `img` alternative text. | XhmikosR | 1 | -18/+18 | |
| 2014-11-13 | Fix link | Quy Ton | 1 | -1/+1 | |
| 2014-11-13 | clarify that Bower is one among several installation methods | Chris Rebert | 1 | -1/+1 | |
| 2014-11-13 | Merge pull request #15093 from twbs/id-callouts | Chris Rebert | 26 | -98/+98 | |
| Give all docs callouts IDs [skip sauce] | |||||
| 2014-11-13 | Fix a small grammar mistake. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2014-11-13 | give all docs callouts IDs | Chris Rebert | 26 | -98/+98 | |
| [skip sauce] | |||||
| 2014-11-13 | Use a 40x40 image for the `navbar` brand image example. | XhmikosR | 1 | -1/+1 | |
| Saves 3.4KB. | |||||
| 2014-11-13 | Fix .form-inline docs example | Chris Rebert | 1 | -3/+8 | |
| Make sample code match live example Move <label> out of .input-group into .form-group instead Change field from Email to Username to make it less redundant, slightly more realistic Add <label> for Username field for consistency Fixes #15118 | |||||
| 2014-11-13 | escaped uri | Zac Echola | 1 | -1/+1 | |
| 2014-11-12 | Don't line wrap event names in JS plugin docs | Chris Rebert | 10 | -10/+10 | |
| 2014-11-12 | add link to MDN docs regarding iOS Safari element clickability | Chris Rebert | 1 | -1/+1 | |
| 2014-11-12 | corrects IRC room | Zac Echola | 1 | -1/+1 | |
| 2014-11-12 | Merge pull request #15089 from twbs/data-attrib-callout | Chris Rebert | 1 | -5/+5 | |
| move data attributes callout into data attributes doc subsection | |||||
| 2014-11-12 | Merge pull request #15094 from twbs/js-navs | Chris Rebert | 11 | -26/+51 | |
| JS docs: add Options, Methods, Events subsections to nav sidebar | |||||
| 2014-11-11 | navbar callouts cleanup | Chris Rebert | 1 | -11/+6 | |
| Move all callouts to be adjacent to each other Combine JS-related callouts into a single callout | |||||
| 2014-11-11 | JS docs: add Options, Methods, Events subsections to nav sidebar | Chris Rebert | 11 | -26/+51 | |
| 2014-11-11 | Merge pull request #15092 from twbs/scrollspy-callouts | Chris Rebert | 1 | -8/+8 | |
| move scrollspy callouts so they're all adjacent to each other [skip sauce] | |||||
| 2014-11-11 | Merge pull request #15091 from twbs/popovers-heading | Chris Rebert | 1 | -1/+1 | |
| move popover examples heading to directly before the actual examples | |||||
| 2014-11-11 | add missing dots to .sr-only class mentions, for consistency w/ rest of docs | Chris Rebert | 3 | -5/+5 | |
| 2014-11-11 | move scrollspy callouts so they're all adjacent to each other | Chris Rebert | 1 | -8/+8 | |
| 2014-11-11 | move popover examples heading to directly before the actual examples | Chris Rebert | 1 | -1/+1 | |
| 2014-11-11 | consolidate relatedTarget docs in dropdown event docs | Chris Rebert | 1 | -4/+5 | |
| 2014-11-11 | move data attributes callout into data attributes doc subsection | Chris Rebert | 1 | -5/+5 | |
| 2014-11-11 | move carousel accessibility callout next to rest of callouts | Chris Rebert | 1 | -5/+5 | |
| 2014-11-11 | move single-toggle button plugin callout before example for consistency | Chris Rebert | 1 | -4/+4 | |
| 2014-11-12 | Merge pull request #15087 from patrickhlauke/dropdown-accessibility-tweaks | Heinrich Fenkart | 3 | -13/+13 | |
| Wash-up of some stray dropdown examples | |||||
| 2014-11-11 | Wash-up of some stray dropdown examples | Patrick H. Lauke | 3 | -13/+13 | |
| adding explicit aria-expanded="false" initial state (so they're correctly announced by AT as being collapsed), and - in the case of old-school use of <a> - role="button" | |||||
