| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-02-28 | shiiiit | fat | 3 | -3/+3 | |
| 2013-02-28 | 2.3.1 | fat | 19 | -32/+32 | |
| 2013-02-28 | rebuild | fat | 1 | -1/+0 | |
| 2013-02-28 | whitespace | fat | 1 | -1/+0 | |
| 2013-02-28 | only pass unique options through to child nodes in tooltips | fat | 3 | -3/+21 | |
| 2013-02-28 | rebuild | fat | 3 | -3/+3 | |
| 2013-02-28 | le sigh | fat | 3 | -3/+3 | |
| 2013-02-07 | remove prevent default on focus | fat | 3 | -3/+1 | |
| 2013-02-07 | only fire hidden once backdrop has been removed | fat | 3 | -17/+19 | |
| 2013-02-07 | Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip | fat | 13 | -12/+18 | |
| Conflicts: docs/assets/js/bootstrap.min.js | |||||
| 2013-02-07 | if no callback, don't try to call callback ya goof | fat | 3 | -1/+5 | |
| 2013-02-06 | Fixes #6823: add some docs notes about tooltips in input groups | Mark Otto | 5 | -3/+9 | |
| 2013-02-05 | Update link to changelog | Mark Otto | 9 | -9/+9 | |
| 2013-02-05 | Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip | fat | 7 | -11/+27 | |
| Conflicts: docs/assets/js/bootstrap.min.js | |||||
| 2013-02-05 | clean up styles | fat | 4 | -12/+109 | |
| 2013-02-05 | Fixes #6808: mention IE lame-itude in docs for invalid inputs | Mark Otto | 2 | -0/+2 | |
| 2013-02-05 | Fixes #6190: Add print utility classes | Mark Otto | 5 | -9/+23 | |
| 2013-02-05 | screwed up a merge and an old version number crept in | Mark Otto | 2 | -2/+2 | |
| 2013-02-05 | don't hide if already hidden ya n00b | fat | 3 | -3/+3 | |
| 2013-02-05 | clear interval in cycle + rebuild | fat | 5 | -15/+18 | |
| 2013-02-05 | Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip | fat | 4 | -49/+113 | |
| 2013-02-05 | update jquery to 1.9 | fat | 1 | -2/+5 | |
| 2013-02-05 | derp, fix broke css and recompile | Mark Otto | 1 | -0/+6155 | |
| 2013-02-05 | Merge branch '2.3.0-wip' of https://github.com/patrickhlauke/bootstrap into ↵ | Mark Otto | 4 | -6099/+8 | |
| patrickhlauke-2.3.0-wip Conflicts: docs/assets/css/bootstrap.css less/navbar.less | |||||
| 2013-02-04 | Fixes #6794: incorrect docs mention of th element | Mark Otto | 2 | -4/+2 | |
| 2013-02-02 | Merge pull request #6763 from rjregenold/2.3.0-wip | Mark Otto | 1 | -1/+2 | |
| fixes jankiness with anchor tags in carousel. | |||||
| 2013-02-02 | Fixing inline lists for IE7 | Nikhil Dabas | 1 | -0/+2 | |
| 2013-02-01 | Use button element instead of a for responsive navbar buttons | Mark Otto | 5 | -10/+10 | |
| 2013-01-31 | removes anchor tag definition. | RJ Regenold | 1 | -1/+0 | |
| 2013-01-31 | lets see how much i can mess this pull request up. :| | RJ Regenold | 1 | -1/+1 | |
| 2013-01-31 | fixes jankiness with anchor tags in carousel. | RJ Regenold | 1 | -1/+3 | |
| 2013-01-30 | make on prev commit | Mark Otto | 1 | -0/+1 | |
| 2013-01-30 | clear up show-grid stuff | Mark Otto | 2 | -3/+3 | |
| 2013-01-30 | add meta tag to second example | Mark Otto | 2 | -0/+2 | |
| 2013-01-30 | make on prev commit | Mark Otto | 1 | -2/+3 | |
| 2013-01-30 | Merge branch 'greg-raven-patch-2' into 2.3.0-wip | Mark Otto | 1 | -2/+3 | |
| 2013-01-30 | Update pagination example HTML to match examples | Mark Otto | 2 | -4/+6 | |
| 2013-01-28 | Fix form-actions documentation | Fred Sauer | 2 | -2/+2 | |
| 2013-01-22 | Update docs/templates/pages/getting-started.mustache | Greg Raven | 1 | -2/+3 | |
| Add meta tag for viewport in the <head>; revise the URL for the latest version of jQuery. | |||||
| 2013-01-16 | Merge pull request #6600 from Yohn/patch-12 | Mark Otto | 2 | -2/+2 | |
| added missing class to doc example | |||||
| 2013-01-16 | Update docs/templates/pages/components.mustache | Yohn | 1 | -1/+1 | |
| 2013-01-16 | adding class to example code | Yohn | 1 | -1/+1 | |
| 2013-01-15 | Add text alignment classes info to docs | Quy Ton | 2 | -0/+26 | |
| 2013-01-15 | Fixes #6586: remove top 5px margin from navbar input group button groups | Mark Otto | 1 | -1/+15 | |
| 2013-01-15 | Revert "Leave tabindex=-1 alone" | Patrick H. Lauke | 2 | -64/+64 | |
| This reverts commit 370fa45fbe4ee879a626a67bb4df0ec9495102be. | |||||
| 2013-01-15 | Leave tabindex=-1 alone | Patrick H. Lauke | 2 | -64/+64 | |
| It seems that, as misguided as I personally think it is, ARIA does indeed want dropdown menus not to behave as regular keyboard users expect them, killing TAB/SHIFT+TAB in favor of cursor keys. Fair enough, the issue I have is then with ARIA, not with bootstrap. I would sugges thought that if you really do want to follow ARIA consistently, *any* navigation bar should also become an ARIA menu, further making it impossible for keyboard users to use TAB/SHIFT+TAB to navigate through it, and that these changes should be reflected in the bootstrap examples as well... | |||||
| 2013-01-15 | Revert "Keyboard accessibility in documentation" | Patrick H. Lauke | 2 | -64/+64 | |
| This reverts commit a809daf2841f65ffac5030b2c6ce6aea60dd6233. | |||||
| 2013-01-14 | Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip | Mark Otto | 2 | -0/+16 | |
| 2013-01-14 | Upgrade to newest HTML5 shiv, and make it a local dependency rather than CDNing | Mark Otto | 19 | -18/+26 | |
| 2013-01-13 | fix typo | Yohn | 1 | -1/+1 | |
