| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-11-18 | Use npm instead NPM and update twbs team link. | vsn4ik | 1 | -2/+2 | |
| 2014-11-17 | Merge pull request #15154 from nickyod/affix-top-bug | Chris Rebert | 2 | -1/+30 | |
| 2014-11-17 | Fixes affix-top class not applying | Nick O'Donoghue | 1 | -1/+1 | |
| Use scrollTop instead of colliderTop which uses the elements offset().top, as the offset top does not account for padding. This issue can be replicated by using a navbar-fixed-top and applying relevant padding to the body. (A navbar-static-top with no padding on the body does not encounter this issue) Fixes #15078 Closes #15154 by merging it | |||||
| 2014-11-17 | add unit test for affix-top for padding issue | Nick O'Donoghue | 1 | -0/+29 | |
| 2014-11-17 | Merge pull request #15161 from twbs/travis-lint | Chris Rebert | 1 | -3/+3 | |
| fix travis.yml lint errors | |||||
| 2014-11-17 | fix travis.yml lint errors | Chris Rebert | 1 | -3/+3 | |
| 2014-11-17 | grunt | Heinrich Fenkart | 8 | -23/+17 | |
| 2014-11-17 | Revert "Follow-up to #13074: use spec syntax instead of deprecated mixins" | Heinrich Fenkart | 1 | -7/+7 | |
| This reverts commit b10b373c6019666dbe1152245c9efdf214ceaa6a. Resolves #14937. | |||||
| 2014-11-17 | Merge pull request #15156 from Quy/master | Chris Rebert | 1 | -1/+1 | |
| Fix spelling of necolas' last name | |||||
| 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 | 21 | -77/+77 | |
| Docs clean up - unnecessary role attributes, callout clarifications | |||||
| 2014-11-17 | Merge pull request #15152 from twbs/fix-15144 | Chris Rebert | 2 | -7/+157 | |
| honor wrap option in Carousel.getItemForDirection [skip validator] | |||||
| 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 | honor wrap option in Carousel.getItemForDirection; fixes #15144 | Chris Rebert | 1 | -7/+4 | |
| 2014-11-15 | add unit tests for Carousel's 'wrap' option | Chris Rebert | 1 | -0/+153 | |
| 2014-11-15 | Merge pull request #15150 from twbs/ios-8.1 | Chris Rebert | 1 | -1/+1 | |
| upgrade iOS tests to 8.1 | |||||
| 2014-11-15 | upgrade iOS tests to 8.1 | Chris Rebert | 1 | -1/+1 | |
| [skip validator] | |||||
| 2014-11-15 | Merge pull request #15149 from twbs/yosemite | Chris Rebert | 1 | -3/+3 | |
| upgrade OS X tests to Yosemite | |||||
| 2014-11-15 | upgrade OS X tests to Yosemite | Chris Rebert | 1 | -3/+3 | |
| [skip validator] | |||||
| 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 | Merge pull request #15137 from twbs/split-inline-form | Chris Rebert | 1 | -14/+26 | |
| split .form-inline .input-group into separate docs example [skip sauce] | |||||
| 2014-11-14 | Filed http://openradar.appspot.com/18987206 | Chris Rebert | 1 | -1/+1 | |
| Refs #9774 | |||||
| 2014-11-14 | split .form-inline .input-group into separate docs example | Chris Rebert | 1 | -14/+26 | |
| 2014-11-14 | Collapse: Use $.fn.children instead of `>` in selector | Heinrich Fenkart | 1 | -1/+1 | |
| Fixes #15131. | |||||
| 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 | 16 | -34/+34 | |
| 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 | 6 | -42/+42 | |
| 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-14 | Merge pull request #15126 from Quy/master | Julian Thilo | 1 | -1/+1 | |
| Fix link | |||||
| 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 #15122 from twbs/bump-remarkable | Chris Rebert | 2 | -23/+13 | |
| bump remarkable devDependency to ~1.4.1 | |||||
| 2014-11-13 | bump remarkable devDependency to ~1.4.1 | Chris Rebert | 2 | -23/+13 | |
| [skip sauce] | |||||
| 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 | Merge pull request #15121 from twbs/[email protected] | XhmikosR | 2 | -125/+243 | |
| Pin npm-shrinkwrap to v5.0.0 so that it works with npm 2.x. | |||||
| 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 | Merge pull request #15120 from twbs/fix-forms-doc | Chris Rebert | 1 | -3/+8 | |
| Fix .form-inline docs example | |||||
| 2014-11-13 | Pin npm-shrinkwrap to v5.0.0 so that it works with npm 2.x. | XhmikosR | 2 | -125/+243 | |
| Fixes #15105. | |||||
| 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 | Merge pull request #15110 from twbs/ios-clickability | Chris Rebert | 1 | -1/+1 | |
| add link to MDN docs regarding iOS Safari element clickability | |||||
