| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-07-06 | Clean button unit tests up | Heinrich Fenkart | 1 | -78/+78 | |
| 2014-07-06 | Clean alert unit tests up | Heinrich Fenkart | 1 | -15/+15 | |
| 2014-07-06 | Clean affix unit tests up | Heinrich Fenkart | 1 | -11/+20 | |
| 2014-07-06 | Perform a cleanup after each test | Heinrich Fenkart | 1 | -1/+7 | |
| 2014-07-06 | Update QUnit settings/QUnit phantomjs bridge to new versions | Heinrich Fenkart | 2 | -41/+44 | |
| 2014-07-06 | refactor/reformat Tooltip.getPosition per @fat's feedback | Chris Rebert | 1 | -4/+8 | |
| 2014-07-06 | Merge pull request #13855 from hnrch02/modal-mousedown | Jacob | 2 | -3/+3 | |
| Use mousedown instead of click for backdrop click detection; fixes #13816 | |||||
| 2014-07-06 | Merge pull request #14050 from twbs/bower | Chris Rebert | 1 | -1/+1 | |
| Bower: only ignore /.* | |||||
| 2014-07-05 | Merge pull request #14000 from hnrch02/modal-keydown | Jacob | 2 | -2/+40 | |
| Only close modal if escape was hit with keydown; fixes #13929 | |||||
| 2014-07-05 | fix build | fat | 1 | -2/+2 | |
| 2014-07-05 | Merge pull request #14034 from twbs/deprecate-modal-remote | Chris Rebert | 1 | -2/+4 | |
| Deprecate the `remote` option of modals? | |||||
| 2014-07-05 | `remote` modal docs: mention jQuery.load and other JS options as alternatives | Chris Rebert | 1 | -1/+3 | |
| [skip sauce] | |||||
| 2014-07-05 | apply #14022 without semicolon – cleans up some jquery class usage | fat | 1 | -3/+2 | |
| 2014-07-05 | only ignore /.* | Mark Otto | 1 | -1/+1 | |
| 2014-07-05 | grunt | Mark Otto | 7 | -13/+9 | |
| 2014-07-05 | Merge pull request #13920 from AndreiRailean/patch-1 | Mark Otto | 1 | -8/+2 | |
| assign background to row of .table-striped | |||||
| 2014-07-05 | grunt | Mark Otto | 2 | -8/+12 | |
| 2014-07-05 | Merge pull request #13923 from ilikeprograms/gray-base-variable | Mark Otto | 1 | -5/+6 | |
| Added @gray-base variable to make @gray-{shade} reference, also allows @... | |||||
| 2014-07-05 | Fixes #13967: Don't reset the cite element's font-style | Mark Otto | 7 | -15/+4 | |
| 2014-07-05 | Fixes #13953: Remove the progress bar min-width styles for low percentages ↵ | Mark Otto | 7 | -17/+4 | |
| to avoid jumping progress | |||||
| 2014-07-05 | Fixes #13943: Lighten the navbar inverse link color more since our text ↵ | Mark Otto | 7 | -7/+7 | |
| contrast change in v3.2.0 | |||||
| 2014-07-05 | grunt | Mark Otto | 11 | -15/+15 | |
| 2014-07-05 | Merge pull request #13464 from nickcolley/#13325-navbar-right-first | Mark Otto | 1 | -5/+5 | |
| Changed last-child to first-child to fix #13325 | |||||
| 2014-07-05 | Merge pull request #14047 from twbs/kbd | XhmikosR | 1 | -1/+2 | |
| Docs: add missing example code code for `kbd` after #13351. | |||||
| 2014-07-05 | Docs: add missing example code code for `kbd` after #13351. | XhmikosR | 1 | -1/+2 | |
| 2014-07-03 | Merge pull request #14037 from twbs/close-13892 | Chris Rebert | 1 | -0/+6 | |
| Add Wall of Browser Bugs entry for #13892 | |||||
| 2014-07-03 | Add Wall of Browser Bugs entry for #13892 | Chris Rebert | 1 | -0/+6 | |
| Closes #13892. [skip sauce] | |||||
| 2014-07-03 | use non-minified Bootstrap JS when on non-gh-pages | Chris Rebert | 9 | -7/+14 | |
| 2014-07-03 | use non-minified docs JS on non-gh-pages | Chris Rebert | 4 | -3/+7 | |
| 2014-07-03 | use non-minified docs CSS on non-gh-pages | Chris Rebert | 4 | -5/+10 | |
| 2014-07-03 | use non-minified BS Theme CSS on non-gh-pages | Chris Rebert | 1 | -0/+4 | |
| 2014-07-03 | use non-minified Bootstrap CSS on non-gh-pages | Chris Rebert | 1 | -0/+4 | |
| 2014-07-03 | modal docs formatting tweak | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2014-07-03 | Mark the `remote` option of the Modal plugin as deprecated. | Chris Rebert | 1 | -1/+1 | |
| Follow-up to https://github.com/twbs/bootstrap/issues/13087#issuecomment-46563760 Closes #13087 as WONTFIX. Closes #13597 as WONTFIX. | |||||
| 2014-07-03 | Merge pull request #13986 from twbs/address-13874 | Chris Rebert | 2 | -4/+4 | |
| docs: use valid JSON in compound option value examples | |||||
| 2014-07-03 | Merge pull request #13998 from steelywing/patch-1 | Chris Rebert | 1 | -1/+1 | |
| 2014-07-03 | no need to create $.Event | Wing | 1 | -1/+1 | |
| `trigger()` can handle string argument | |||||
| 2014-07-03 | trigger 'affixed.bs.affix' instead of 'affixed' | Wing | 1 | -1/+1 | |
| Original is triggering `affixed` not `affixed.bs.affix`, only `.on('affixed.bs.affix', ...)` also catch `affixed` event. Closes #13998. | |||||
| 2014-07-03 | Merge pull request #14030 from BBosman/double-cursor | Mark Otto | 3 | -3/+0 | |
| Remove superfluous cursor:pointer | |||||
| 2014-07-03 | Remove superfluous cursor:pointer | Bas Bosman | 3 | -3/+0 | |
| 2014-07-03 | Add touch-action: manipulate to buttons | Bas Bosman | 4 | -0/+7 | |
| 2014-07-03 | grunt | Mark Otto | 1 | -1/+1 | |
| 2014-07-03 | Fixes #12738 again: use max-device-width instead of max-width for ↵ | Mark Otto | 8 | -8/+8 | |
| .navbar-collapse height in landscape devices | |||||
| 2014-07-02 | grunt | Mark Otto | 1 | -1/+1 | |
| 2014-07-02 | typo | Mark Otto | 7 | -13/+13 | |
| 2014-07-02 | Fixes #13989: Don't extend the input sizes; manually chain the selectors | Mark Otto | 7 | -29/+51 | |
| 2014-07-02 | Merge branch 'master' into pr/14005 | Mark Otto | 6 | -3/+8807 | |
| 2014-07-02 | merge in and resolve conflicts | Mark Otto | 7 | -17/+30 | |
| 2014-07-02 | fix new form validation | Mark Otto | 1 | -4/+4 | |
| 2014-07-02 | Merge branch 'pr/14011' | Mark Otto | 1 | -0/+48 | |
