aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-03-16full gruntv3.3.4Chris Rebert14-65/+65
2015-03-16BootstrapCDN: v3.3.2 => v3.3.4Chris Rebert1-3/+3
2015-03-16Sass: v3.3.3 => v3.3.4Chris Rebert1-1/+1
2015-03-16v3.3.2 => v3.3.4Chris Rebert19-32/+32
2015-03-16Clarify that role="button" is required for dismiss-on-next-click popoversChris Rebert1-1/+1
Refs #15947
2015-03-15automatic `grunt dist`Bootstrap's Grunt bot4-4/+4
2015-03-15Merge pull request #16043 from maxstorm/backward-scrollingChris Rebert2-1/+47
ScrollSpy: Fixed proper nav element selection when scrolling upwards
2015-03-15Bump bootstrap-sass download link to Sass-specific v3.3.3Chris Rebert1-1/+1
bootstrap-sass v3.3.2 is broken. Refs https://github.com/twbs/bootstrap-sass/issues/862 Refs https://github.com/twbs/bootstrap-sass/releases/tag/v3.3.3 Refs https://github.com/twbs/bootstrap-sass/commit/daeb43dcc7b0ab06328acaca0549ee68c039aaa6
2015-03-15automatic `grunt dist`Bootstrap's Grunt bot2-4/+4
2015-03-15Run `grunt`.XhmikosR5-29/+59
2015-03-15Bump devDependencies.XhmikosR2-224/+488
2015-03-13Document that .progress-bar-striped doesn't work in IE<=9; fixes #16058Chris Rebert1-1/+1
[skip sauce]
2015-03-10automatic `grunt dist`Bootstrap's Grunt bot2-2/+2
2015-03-10Remove trailing whitespace in forms.lessGleb Mazovetskiy1-1/+1
2015-03-10Fixed proper navigation element selection on backward scrolling (from the ↵Maxim Andrukhovych2-1/+47
bottom to the top)
2015-03-10automatic `grunt dist`Bootstrap's Grunt bot5-41/+47
2015-03-10Merge pull request #16042 from jpkleemans/patch-1Patrick H. Lauke1-1/+1
Increment quick start options in readme.md to five
2015-03-10Increment quick start options to fiveJan-Paul Kleemans1-1/+1
2015-03-10Merge pull request #16036 from twbs/cr-readonly-focus-outline-bugChris Rebert1-0/+10
Add Wall of Browser Bugs entry for #16022
2015-03-10Add Wall of Browser Bugs entry for #16022Chris Rebert1-0/+10
[skip sauce] [skip validator]
2015-03-09Merge pull request #16012 from twbs/refs-12761Chris Rebert10-64/+104
Disable jQuery event aliases when running test suite
2015-03-09automatic grunt distBootstrap's Grunt bot3-8/+2
2015-03-09Merge pull request #16021 from twbs/visibility-blockChris Rebert4-6/+1
rm `visibility` where redundant to `display`
2015-03-09automatic grunt distBootstrap's Grunt bot2-2/+2
2015-03-09Merge pull request #16023 from twbs/doc-bodyChris Rebert1-1/+1
Affix: $('body') => $(document.body)
2015-03-09Affix: $('body') => $(document.body)Chris Rebert1-1/+1
2015-03-09automatic grunt distBootstrap's Grunt bot3-3/+2
2015-03-09rm `visibility` where redundant to `display`Chris Rebert4-6/+1
Refs #15755
2015-03-09Merge pull request #15755 from jitendravyas/masterChris Rebert1-1/+0
Removed `visibility: hidden !important` from `.hidden` class
2015-03-09automatic grunt distBootstrap's Grunt bot2-2/+2
2015-03-09Disable jQuery event aliases when running test suiteChris Rebert10-64/+104
To ensure that we don't accidentally use any of the aliases. This should prevent any future regressions from #12761. Also updates the test suite since it now can't use these aliases either.
2015-03-09Merge pull request #16011 from twbs/fix-15315Chris Rebert2-5/+32
.collapse('hide') on hidden uninit-ed collapsible no longer shows it
2015-03-08Merge pull request #16018 from twbs/modal-visualChris Rebert1-0/+41
Enhancements to Modal visual test
2015-03-08add TODO item regarding clean-css v3.2 & zeroUnitsChris Rebert1-0/+2
Refs https://github.com/twbs/bootstrap/issues/14837#issuecomment-77441999
2015-03-07add togglable scrollbar-inducing content to Modal visual testChris Rebert1-0/+18
2015-03-07add static navbar to Modal visual testChris Rebert1-0/+23
2015-03-07.gitignore: Remove obsolete files.XhmikosR1-4/+0
They are grunt-html-validation leftovers. [ci skip]
2015-03-06Merge pull request #15999 from twbs/kkirsche-includeTestsReadmeChris Rebert2-1/+62
Document JS test suite basics
2015-03-06[Fixes #15951] Document JS test suite basicsKevin Kirsche2-1/+62
X-Ref: #15953 Closes #15952 by merging a tweaked version of it. [skip sauce] [skip validator]
2015-03-06Collapse unit test: rm check that no-op hide adds style="height: 0px"Chris Rebert1-2/+1
Appears to be unnecessary and is broken by #16011, which is otherwise quite sane.
2015-03-06.collapse('hide') on hidden uninit-ed collapsible no longer shows it; fixes ↵Chris Rebert2-3/+31
#15315 Thanks to @peterblazejewicz & @Nikita240 Adds unit tests based on #14417 X-Ref: #14282 Closes #15807
2015-03-05Merge pull request #16007 from molly/masterChris Rebert1-1/+1
Update initial release announcement dead link
2015-03-05Remove dead link to release announcementMolly White1-1/+1
Found it! They just changed the link.
2015-03-05Merge pull request #16004 from kkirsche/patch-2Julian Thilo1-0/+5
[Fix #16001] Add link to Vietnamese translation
2015-03-05[Fix #16001] Add link to Vietnamese translationKevin Kirsche1-0/+5
[Fix #16001] Add link to Vietnamese translation
2015-03-04automatic grunt distBootstrap's Grunt bot2-3/+3
2015-03-04Merge pull request #15988 from twbs/fix-15874Chris Rebert4-2/+26
Hiding an uninitialized tooltip/popover no longer initializes it
2015-03-03Hiding an uninitialized tooltip/popover no longer initializes it; fixes #15874Chris Rebert4-2/+26
2015-03-03automatic grunt distBootstrap's Grunt bot1-1/+1
2015-03-03rm semicolon for sake of fat's eccentric tastesChris Rebert1-1/+1
Erratum from #15496