| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-06-09 | Fix favicon.ico after d763b0fe5b5d83025b94212638b1bd5500c43c71. | XhmikosR | 1 | -0/+0 | |
| 2014-06-09 | Run `grunt`. | XhmikosR | 2 | -6/+6 | |
| [ci skip] | |||||
| 2014-06-09 | Update filesaver.js to v2014-05-27. | XhmikosR | 1 | -29/+28 | |
| [ci skip] | |||||
| 2014-06-09 | Update Blob.js to v2014-05-31. | XhmikosR | 1 | -7/+20 | |
| [ci skip] | |||||
| 2014-06-08 | change up the padding on bs-docs-header container to alleviate #13682 | Mark Otto | 2 | -4/+3 | |
| 2014-06-08 | Addresses part of #13643: Correct webkit-linear-gradient syntax in ↵ | Mark Otto | 8 | -11/+9 | |
| horizontal gradients | |||||
| 2014-06-08 | remove max-width: 100%; from table and place it on .table | Mark Otto | 9 | -9/+9 | |
| 2014-06-08 | Merge pull request #13707 from bcullman/bcullman-remove-table-max-width | Mark Otto | 1 | -1/+0 | |
| removing unnecessary max-width on tables | |||||
| 2014-06-08 | Merge pull request #13738 from thomaswelton/issue-13737-fix-ie11-rem-sizing | Mark Otto | 1 | -1/+1 | |
| Use px for font-size fixes #13737 | |||||
| 2014-06-08 | Merge pull request #13189 from twbs/apple-touch-icon | Mark Otto | 23 | -20/+20 | |
| New apple touch icon and favicon | |||||
| 2014-06-08 | Merge pull request #13755 from twbs/fat-visual-test | Jacob | 12 | -1/+871 | |
| Adds isolated visual tests for javascript plugins (decoupled from docs).... | |||||
| 2014-06-09 | Losslessly compress apple-touch-icon-precomposed.png. | XhmikosR | 1 | -0/+0 | |
| 2014-06-09 | new icons | Mark Otto | 2 | -0/+0 | |
| 2014-06-09 | Move apple-touch-icon-precomposed.png and favicon.ico in docs root. | XhmikosR | 21 | -20/+20 | |
| This way, it works in all browsers. | |||||
| 2014-06-09 | Use a 152x152 apple touch icon. | XhmikosR | 3 | -1/+1 | |
| 2014-06-09 | Re-create favicon.ico from the new SVG image. | XhmikosR | 1 | -0/+0 | |
| 2014-06-08 | fixes #13375 | Mark Otto | 6 | -6/+8 | |
| 2014-06-08 | Merge branch 'master' into pr/13736 | Mark Otto | 56 | -344/+534 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css | |||||
| 2014-06-08 | grunt | Mark Otto | 5 | -5/+5 | |
| 2014-06-08 | Merge pull request #13735 from skhilko/master | Mark Otto | 1 | -1/+1 | |
| Fix bug where a panel recieve extra top border when placed within a collapsible panel | |||||
| 2014-06-08 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 4 | -8/+8 | |
| 2014-06-08 | fix nested containers (addresses some of #13682) | Mark Otto | 2 | -13/+8 | |
| 2014-06-08 | Merge pull request #13542 from twbs/icon_paths | Mark Otto | 4 | -8/+8 | |
| Fixes #13478, reverts #10941 | |||||
| 2014-06-08 | grunt | Mark Otto | 65 | -339/+662 | |
| 2014-06-08 | grunt | Mark Otto | 11 | -36/+48 | |
| 2014-06-08 | Merge pull request #13649 from ItsJonQ/repaint-fixes-2 | Mark Otto | 3 | -2/+4 | |
| Repaint Fixes When Scrolling | |||||
| 2014-06-08 | Merge pull request #13745 from twbs/fix-13281 | Mark Otto | 3 | -12/+59 | |
| set not-allowed cursor on disabled radio+checkbox labels | |||||
| 2014-06-08 | fixes #13210: clean up tooltip example | Mark Otto | 2 | -19/+15 | |
| 2014-06-08 | Merge pull request #13744 from twbs/fix-13650 | Mark Otto | 1 | -14/+1 | |
| replace SemVer summary with a link to its website | |||||
| 2014-06-07 | Adds isolated visual tests for javascript plugins (decoupled from docs). ↵ | fat | 12 | -1/+871 | |
| This makes it faster and easier to test/develop js functionality not represented in unit tests, and gives us a playground for interactions, etc. It also makes it so developing javascript is now decoupled form jekyll, which should make everything faster and less painful. This commit also reverts my filter commit https://github.com/twbs/bootstrap/commit/9900771aa7f1b3ddcee49aec84082104776ace70 which broke scrollspy for dropdowns. | |||||
| 2014-06-07 | Merge branch 'mikegreiling-scrollspy-update' | Chris Rebert | 1 | -13/+17 | |
| 2014-06-07 | refactor scrollspy refresh method | Mike Greiling | 1 | -2/+8 | |
| Closes #13702 by merging a rebased version of it. | |||||
| 2014-06-07 | removing this.$element as it is a superfluous copy of this.$scrollElement | Mike Greiling | 1 | -3/+3 | |
| 2014-06-07 | no need to check for href attribute on the scrollable element | Mike Greiling | 1 | -4/+1 | |
| 2014-06-07 | there is no need for this.offsets and this.targets to be jQuery objects | Mike Greiling | 1 | -5/+6 | |
| 2014-06-07 | Merge pull request #13752 from twbs/fix-13268 | Chris Rebert | 2 | -6/+42 | |
| Proposed fix for #13268 | |||||
| 2014-06-07 | don't show tooltips/popovers whose element isn't in the DOM; fixes #13268 | Chris Rebert | 1 | -2/+3 | |
| 2014-06-07 | put the tooltips into the DOM in the tooltip unit tests | Chris Rebert | 1 | -4/+12 | |
| 2014-06-07 | add failing test for #13268 | Chris Rebert | 1 | -0/+27 | |
| 2014-06-07 | Merge pull request #13388 from twbs/xhmikosr-js-style | XhmikosR | 36 | -221/+266 | |
| Improve JS style | |||||
| 2014-06-06 | add docs for #13745 | Chris Rebert | 1 | -1/+26 | |
| Good catch @juthilo [skip sauce] | |||||
| 2014-06-06 | set not-allowed cursor on disabled radio+checkbox labels; fixes #13281 | Chris Rebert | 2 | -11/+33 | |
| [skip validator] [skip sauce] | |||||
| 2014-06-06 | Merge pull request #13627 from twbs/maybe-fix-12364 | Chris Rebert | 2 | -3/+57 | |
| Hopefully fixes trigger focus restoration on modal close | |||||
| 2014-06-06 | Run `grunt`. | XhmikosR | 6 | -29/+38 | |
| 2014-06-06 | Minor style tweaks. | XhmikosR | 8 | -20/+30 | |
| 2014-06-06 | carousel.js: remove unneeded variable assignment. | XhmikosR | 1 | -1/+1 | |
| `slideIndex` is assigned to the same value a few lines above. | |||||
| 2014-06-06 | Comply to the new style. | XhmikosR | 24 | -152/+171 | |
| 2014-06-06 | Tweak JSHint and JSCS checks. | XhmikosR | 6 | -21/+28 | |
| Be more consistent across the whole codebase. Also, make use of JSHint's 2.5.1 `extends` and `qunit` options. This way we set our basis options in js/.jshintrc and override the rest. | |||||
| 2014-06-05 | Merge pull request #10632 from stuartpb/patch-1 | Chris Rebert | 1 | -3/+12 | |
| Customizer: Alert on successful save to Gist | |||||
| 2014-06-05 | replace SemVer summary with a link to its website; fixes #13650 | Chris Rebert | 1 | -14/+1 | |
| [skip validator] [skip sauce] | |||||
