aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-06-08gruntMark Otto5-5/+5
2014-06-08Merge pull request #13735 from skhilko/masterMark Otto1-1/+1
Fix bug where a panel recieve extra top border when placed within a collapsible panel
2014-06-08Merge branch 'master' of github.com:twbs/bootstrapMark Otto4-8/+8
2014-06-08fix nested containers (addresses some of #13682)Mark Otto2-13/+8
2014-06-08Merge pull request #13542 from twbs/icon_pathsMark Otto4-8/+8
Fixes #13478, reverts #10941
2014-06-08gruntMark Otto65-339/+662
2014-06-08gruntMark Otto11-36/+48
2014-06-08Merge pull request #13649 from ItsJonQ/repaint-fixes-2Mark Otto3-2/+4
Repaint Fixes When Scrolling
2014-06-08Merge pull request #13745 from twbs/fix-13281Mark Otto3-12/+59
set not-allowed cursor on disabled radio+checkbox labels
2014-06-08fixes #13210: clean up tooltip exampleMark Otto2-19/+15
2014-06-08Merge pull request #13744 from twbs/fix-13650Mark Otto1-14/+1
replace SemVer summary with a link to its website
2014-06-07Adds isolated visual tests for javascript plugins (decoupled from docs). ↵fat12-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-07Merge branch 'mikegreiling-scrollspy-update'Chris Rebert1-13/+17
2014-06-07refactor scrollspy refresh methodMike Greiling1-2/+8
Closes #13702 by merging a rebased version of it.
2014-06-07removing this.$element as it is a superfluous copy of this.$scrollElementMike Greiling1-3/+3
2014-06-07no need to check for href attribute on the scrollable elementMike Greiling1-4/+1
2014-06-07there is no need for this.offsets and this.targets to be jQuery objectsMike Greiling1-5/+6
2014-06-07Merge pull request #13752 from twbs/fix-13268Chris Rebert2-6/+42
Proposed fix for #13268
2014-06-07don't show tooltips/popovers whose element isn't in the DOM; fixes #13268Chris Rebert1-2/+3
2014-06-07put the tooltips into the DOM in the tooltip unit testsChris Rebert1-4/+12
2014-06-07add failing test for #13268Chris Rebert1-0/+27
2014-06-07Merge pull request #13388 from twbs/xhmikosr-js-styleXhmikosR36-221/+266
Improve JS style
2014-06-06add docs for #13745Chris Rebert1-1/+26
Good catch @juthilo [skip sauce]
2014-06-06set not-allowed cursor on disabled radio+checkbox labels; fixes #13281Chris Rebert2-11/+33
[skip validator] [skip sauce]
2014-06-06Merge pull request #13627 from twbs/maybe-fix-12364Chris Rebert2-3/+57
Hopefully fixes trigger focus restoration on modal close
2014-06-06Run `grunt`.XhmikosR6-29/+38
2014-06-06Minor style tweaks.XhmikosR8-20/+30
2014-06-06carousel.js: remove unneeded variable assignment.XhmikosR1-1/+1
`slideIndex` is assigned to the same value a few lines above.
2014-06-06Comply to the new style.XhmikosR24-152/+171
2014-06-06Tweak JSHint and JSCS checks.XhmikosR6-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-05Merge pull request #10632 from stuartpb/patch-1Chris Rebert1-3/+12
Customizer: Alert on successful save to Gist
2014-06-05replace SemVer summary with a link to its website; fixes #13650Chris Rebert1-14/+1
[skip validator] [skip sauce]
2014-06-05Merge pull request #13740 from jasny/patch-composer-replaceChris Rebert1-0/+3
Added rename directive for composer
2014-06-05Added directive for composerArnold Daniels1-0/+3
2014-06-05Use px for font-size fixes #13737Thomas Welton1-1/+1
2014-06-04Resolves Issue #13689Ben Zumhagen4-3/+8
Doing this the right way this time. Hiding .panel-footer top border when preceeded by a .list-group. This should resolve the "double border" issue.
2014-06-04Fix bug where a panel recieve extra top borderSiarhei Khilko1-1/+1
https://github.com/twbs/bootstrap/issues/13734 A panel placed inside of a collapsible panel recieve extra top border. This commit reduces the effect of a selector to apply a border only to the collapsible panel body itself, not to any panel placed within it.
2014-06-04Merge pull request #13732 from twbs/bump-sauceChris Rebert2-2/+2
Bump grunt-saucelabs to ~8.0.2
2014-06-04update shrinkwrapChris Rebert1-1/+1
[skip validator]
2014-06-04bump grunt-saucelabs to ~8.0.2Chris Rebert1-1/+1
2014-06-04Merge pull request #13731 from twbs/bump-depsChris Rebert2-3/+3
Bump dependency versions
2014-06-04update shrinkwrapChris Rebert1-1/+1
[skip sauce] [skip validator]
2014-06-04bump grunt-contrib-jade to ~0.12.0Chris Rebert1-1/+1
2014-06-04bump grunt-contrib-qunit to ~0.5.1Chris Rebert1-1/+1
2014-06-02Merge pull request #13716 from rustinlee/fix-creators-anchorChris Rebert1-1/+1
Changed broken #authors anchor to #creators
2014-06-02Changed broken #authors anchor to #creatorsRustin Wollin1-1/+1
2014-05-29removing unnecessary max-width on tablesbcullman1-1/+0
2014-05-28Merge pull request #13700 from twbs/role-menu-all-the-thingsChris Rebert11-18/+18
add missing role="menu" attrs to .dropdown-menu elements in docs+examples
2014-05-28add missing role="menu" attrs to .dropdown-menu elements in docs+examplesChris Rebert11-18/+18
Docs audit prompted by #13697. [skip sauce]
2014-05-28fix #13697Chris Rebert1-2/+2
[skip sauce]