aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-02-26Merge pull request #15941 from twbs/ijcheung-collapse-update-all-triggersChris Rebert2-7/+75
Update all collapse triggers with .collapsed class and aria-expanded
2015-02-26Update all collapse triggers with .collapsed class and aria-expandedIvan Cheung2-7/+75
Fixes #15741 Closes #15751 by merging it.
2015-02-26automatic grunt distBootstrap's Grunt bot1-1/+1
2015-02-26Run `grunt`.XhmikosR7-51/+51
2015-02-26Merge pull request #15933 from twbs/qunit-module-hooksHeinrich Fenkart13-26/+26
Unit tests: Use new names of module hooks
2015-02-25QUnit.jsDump => QUnit.dumpChris Rebert1-2/+2
Refs http://qunitjs.com/upgrade-guide-2.x/#replace-qunit-jsdump-with-qunit-dump
2015-02-25Use QUnit.log(...) instead of QUnit.log = ...Chris Rebert1-2/+2
Refs http://qunitjs.com/upgrade-guide-2.x/#replace-qunit-log-callback-with-qunit-log-callback-for-all-reporting-callbacks
2015-02-26automatic grunt distBootstrap's Grunt bot2-9/+11
2015-02-26Unit tests: Use new names of module hooksHeinrich Fenkart11-22/+22
Refs #15893
2015-02-26Merge pull request #15930 from twbs/modal-restore-inline-paddingHeinrich Fenkart2-7/+86
Modal: Apply any preexisting body padding again after closing
2015-02-26Modal: Apply any preexisting body padding again after closingnakupanda2-7/+86
2015-02-25Prevent collapsed navbar in Non-responsive ExampleTJ1-8/+4
Closes #15291 by merging it.
2015-02-26automatic grunt distBootstrap's Grunt bot2-3/+3
2015-02-26Tooltip: Avoid creating an unnecessary tooltip when `Tooltip#hide` is calledQuentin Spencer-Harper1-2/+2
Fixed performance bug where a tooltip element is created and then immediately destroyed when tooltip.hide() is called and there is no existing tooltip element Resolves #15557 by merging it.
2015-02-26automatic grunt distBootstrap's Grunt bot2-2/+2
2015-02-26Dropdowns: Skip `.disabled` instead of `.divider` on keydown eventvsn4ik2-1/+22
Fixes #15147. Closes #15520 by merging it.
2015-02-26automatic grunt distBootstrap's Grunt bot2-14/+14
2015-02-26Merge pull request #15923 from kkirsche/useExplicitVariableDeclarationHeinrich Fenkart4-12/+12
[Ref #15881] Use Explicit JS Variable Declarations rather than Chained
2015-02-26automatic grunt distBootstrap's Grunt bot2-7/+2
2015-02-25Merge pull request #15693 from huang-x-h/patch-1Chris Rebert1-5/+0
tip method in popover.js can be removed
2015-02-25[Ref #15881] Use Explicit Values rather than ChainKevin Kirsche4-12/+12
[Ref #15881] Use Explicit Values for javascript variables rather than chained ones. From https://github.com/twbs/bootstrap/pull/15881#discussion_r25330647
2015-02-24fix 2 typos in modal unit test assertion messagesChris Rebert1-2/+2
2015-02-24Merge pull request #15916 from kkirsche/patch-2Mark Otto1-0/+2
Add source code documentation of justified navbar for #15906
2015-02-24Merge pull request #15914 from StevenBlack/docs.js.headingsMark Otto2-9/+9
docs > js > headings
2015-02-24Document justified navbar for #15906Kevin Kirsche1-0/+2
Document in the source code that the justified nav is meant for single line list items only. This should help prevent Issues like #15906 in the future.
2015-02-25Follow-up to 769c27a19f: Add new section to navHeinrich Fenkart1-0/+1
2015-02-25Document how to properly handle modals with dynamic content heightKevin Kirsche1-0/+3
Fixes #15106. Closes #15910.
2015-02-25Dropdown unit tests: Tiny style changesHeinrich Fenkart1-3/+5
2015-02-24Accessibility changes to headings (transitions.html)Steven Black1-2/+2
2015-02-24Accessibility changes to headings (overview.html)Steven Black1-7/+7
2015-02-25automatic grunt distBootstrap's Grunt bot2-18/+15
2015-02-25Merge pull request #15913 from twbs/scrollspy-consistencyHeinrich Fenkart1-17/+14
ScrollSpy: Small style consistency adjustments
2015-02-24Merge branch 'master' of github.com:twbs/bootstrapMark Otto14-46/+48
2015-02-24Fix #15911: Clear the floats and move the padding to the headerMark Otto2-2/+2
2015-02-25ScrollSpy: Small style consistency adjustmentsHeinrich Fenkart1-17/+14
2015-02-24Merge pull request #98 from twbs/sync-packageChris Rebert1-15/+14
Sync package.json with v3
2015-02-24Merge pull request #15900 from kkirsche/patch-5Mark Otto1-3/+3
[Docs—Fixes #15882]Use an ID as the example for Scrollspy
2015-02-24Merge pull request #15903 from michael-k/patch-1Mark Otto1-1/+1
Updated license links
2015-02-24Merge pull request #15887 from StevenBlack/headings-labelsMark Otto1-2/+2
docs>components>labels headings
2015-02-24Merge pull request #15889 from StevenBlack/headings-progressbarsMark Otto1-6/+6
docs>components>progress bars headings
2015-02-24Merge pull request #15828 from kkirsche/patch-20Chris Rebert2-0/+2
Add plugin package keyword recommendation
2015-02-24Merge pull request #15891 from StevenBlack/headings-listgroup-panel-wellMark Otto3-14/+14
docs>components>(remaining components) headings
2015-02-24Merge pull request #15890 from StevenBlack/headings-mediaMark Otto1-3/+3
docs>components>media object headings
2015-02-24Merge pull request #15888 from StevenBlack/headings-thumbnailsMark Otto1-2/+2
docs>components>thumbnails headings
2015-02-24Merge pull request #15886 from StevenBlack/headings-buttondropdownsMark Otto1-4/+4
docs>components>button-dropdowns headings
2015-02-24Merge pull request #15885 from StevenBlack/headings-buttongroupsMark Otto1-6/+6
docs>components>button-groups headings
2015-02-24Merge pull request #15884 from StevenBlack/headings-dropdownsMark Otto1-5/+5
docs>components>dropdowns.html headings
2015-02-24Merge pull request #15908 from kkirsche/bumpMarkdownItChris Rebert1-1/+1
Bump markdown-it to ^3.0.7
2015-02-24Sync package.json with a1fd86cdf9dca0f0d11ae895a92debe6a05b1163Chris Rebert1-15/+14
2015-02-24Add Ruby Gem badge to READMEChris Rebert1-0/+1