aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-05-14add multiple triggers info to popover docsChris Rebert1-1/+1
2014-05-14add 'viewport' option to popover docs; #12328 erratumChris Rebert1-0/+8
2014-05-14docs: sort tooltip & container options for sanityChris Rebert2-51/+51
2014-05-14reference other more recent source regarding the IE viewport bugChris Rebert1-0/+1
2014-05-14more precise docs linkChris Rebert1-1/+1
2014-05-14change note in .resizable() mixin for accuracyChris Rebert1-1/+1
Not a Safari bug. It's standards-compliant. Quoting from http://www.w3.org/TR/css3-ui/#resize : > ### 8.1. `resize` property > > * Applies to: elements with `overflow` other than `visible` > > The `resize` property applies to elements whose computed `overflow` value is something other than `visible`. Original comment was added in commit 648c4689273647c321dd6e3979d910282e9a9339.
2014-05-14Add tooltip self-reference to address #12320j.corns3-0/+22
primarily adds a data- attribute to the tooltip (and thus, the popover) to create a self-reference.
2014-05-13Merge pull request #13594 from twbs/bump-saucelabsChris Rebert2-2/+2
bump grunt-saucelabs to v5.1.3
2014-05-13bump grunt-saucelabs to v5.1.3Chris Rebert2-2/+2
2014-05-13Add Scrollspy maxScroll with offset test.Mike Robinet1-2/+36
2014-05-13Adjust for Scrollspy offset when calculating maxScroll.Mike Robinet1-1/+1
2014-05-13Remove unneeded spaces from `pre`.XhmikosR1-1/+1
2014-05-13add link to StackOverflow question regarding Android <select> bugChris Rebert1-1/+1
2014-05-13remove update-shrinkwrap from the default Grunt taskChris Rebert1-1/+1
Most folks shouldn't care about the shrinkwrap. It should only be run on-demand, not as a routine/periodic thing.
2014-05-13Merge pull request #13579 from twbs/nuike-more-rtl-stuffChris Rebert4-7/+0
Remove RTL leftovers.
2014-05-13Remove RTL leftovers.XhmikosR4-7/+0
2014-05-13Update jQuery to v1.11.1.XhmikosR17-20/+20
2014-05-12unfuck the gruntifleMark Otto1-9/+9
2014-05-13Customizer: Alert on successful save to GistStuart P. Bentley1-3/+12
2014-05-12no more concurrencyMark Otto1-7/+7
2014-05-12gruntMark Otto1-1/+1
2014-05-12gruntMark Otto5-5/+27
2014-05-12Merge branch 'master' of github.com:twbs/bootstrapMark Otto11-1/+23
2014-05-12grunt for raw jsMark Otto1-2/+2
2014-05-12Merge pull request #13578 from twbs/fat-versionsJacob11-1/+23
versions
2014-05-12grunt distMark Otto3-3/+3
2014-05-12versionsfat11-1/+23
2014-05-12Merge pull request #13191 from AshleyDawson/masterJacob1-1/+1
Fixed nested tab elements li activation
2014-05-12Merge branch 'master' into icon_pathsMark Otto7-5/+12
Conflicts: dist/css/bootstrap.css.map docs/dist/css/bootstrap.css.map
2014-05-12grunt distMark Otto5-4/+7
2014-05-12Merge pull request #13369 from armikbd/bootstrap-itsmeMark Otto1-0/+4
Dropdown menu in justified button-group
2014-05-12remove the commentMark Otto1-1/+1
2014-05-12Merge branch 'master' into icon_pathsMark Otto54-8321/+119
Conflicts: dist/css/bootstrap-rtl.css dist/css/bootstrap.css.map dist/js/bootstrap.min.js docs/dist/css/bootstrap.css.map docs/dist/js/bootstrap.min.js
2014-05-12nuke the rtl exampleMark Otto2-662/+0
2014-05-12nuke the rtl docsMark Otto3-33/+0
2014-05-12gruntMark Otto5-4/+5
2014-05-12Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-0/+37
2014-05-12nuke rtlMark Otto18-7551/+16
2014-05-12Merge pull request #13576 from twbs/fat-12211Jacob1-0/+1
fixes #12211: Scrollspy: Navs in different tabs can interfere with each ...
2014-05-12fixes #12211: Scrollspy: Navs in different tabs can interfere with each othefat1-0/+1
2014-05-12Revert "Temporarily revert README deletions from #13470,"Chris Rebert1-36/+0
This reverts commit 54284a13c6b503d925bf6f75db2830f1af7fcf98.
2014-05-12Temporarily revert README deletions from #13470,Chris Rebert1-0/+36
pending the release of v3.2.0's updated hosted docs. Fixes #13572.
2014-05-10cleanupMark Otto1-3/+1
2014-05-10Merge pull request #13549 from danielhusar/masterMark Otto1-1/+1
IE8 button group support
2014-05-10Merge pull request #13541 from gpakosz/patch-2Jacob1-1/+1
Fixed affix-bottom positioning
2014-05-10Squashed commit of the following:Daniel1-1/+1
commit 81324491f4913d6797c3c9e4df83a1aefd7d9116 Author: Daniel <[email protected]> Date: Sat May 10 17:37:29 2014 +0100 use opacity mixin commit 694b0a3fcd196e8cba9e4c23850f903c0804cb44 Author: Daniel Husar <[email protected]> Date: Fri May 9 13:47:35 2014 +0100 Update button-groups.less
2014-05-10Update html5shiv to 3.7.2.XhmikosR23-23/+23
2014-05-09Merge pull request #13558 from twbs/nav-tabs-role-tablistChris Rebert5-24/+24
add some ARIA roles to tabs for improved accessibility
2014-05-09Merge pull request #13559 from twbs/carousel-roleChris Rebert4-12/+12
add role="button" to [data-slide="prev"],[data-slide="next"] to improve accessibility
2014-05-09add role="button" to [data-slide="prev"],[data-slide="next"] to improve ↵Chris Rebert4-12/+12
accessibility Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin