aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-07-06Fixes #13835: More explicitly document mobile dropdown menu dismissing behaviorMark Otto1-1/+3
2014-07-06Fixes #14053: Don't show radio/checkbox in justified button groupsMark Otto8-14/+23
2014-07-06Merge pull request #14021 from ↵Mark Otto17-28/+28
CFXd/add_collapsed_default_class_to_navbar_collapse_button Add collapsed default class to navbar-toggle
2014-07-06gruntMark Otto1-1/+1
2014-07-06Fixes #13997: Move min-height for radio/checkbox to their inner labelMark Otto8-8/+8
2014-07-06gruntMark Otto5-27/+36
2014-07-06jscs fixMark Otto1-1/+1
2014-07-06Merge branch 'breaddevil-replace-scrollspy-default-behavior-test'fat1-0/+37
2014-07-06Merge branch 'replace-scrollspy-default-behavior-test' of ↵fat1-0/+37
git://github.com/breaddevil/bootstrap into breaddevil-replace-scrollspy-default-behavior-test Conflicts: js/tests/unit/scrollspy.js
2014-07-06Merge pull request #13815 from hnrch02/tabs-fade-not-activeJacob2-6/+107
Allow tabs to fade in if no initially active pane is present
2014-07-06Update package.json.XhmikosR2-158/+72
* "grunt-jscs-checker" was renamed to "grunt-jscs" * update deps
2014-07-06Move to leading plusesHeinrich Fenkart9-421/+421
2014-07-06Merge pull request #14015 from twbs/possible-14013-fixChris Rebert2-6/+16
Possible fix for #14013
2014-07-06Move to 16ms from 18ms based on the Paul Irish's rAF polyfillHeinrich Fenkart1-1/+1
2014-07-06Mention #13500 in comment for ScrollSpy testHeinrich Fenkart1-1/+1
2014-07-06Clean tooltip unit tests upHeinrich Fenkart1-306/+453
2014-07-06Clean tab unit tests upHeinrich Fenkart1-19/+27
2014-07-06Clean scrollspy unit tests upHeinrich Fenkart1-22/+29
2014-07-06Clean popover unit tests upHeinrich Fenkart1-74/+66
2014-07-06Clean modal unit tests upHeinrich Fenkart1-84/+63
2014-07-06Clean dropdown unit tests upHeinrich Fenkart1-78/+77
2014-07-06Clean collapse unit tests upHeinrich Fenkart1-70/+67
2014-07-06Clean carousel unit tests upHeinrich Fenkart1-90/+292
2014-07-06Clean button unit tests upHeinrich Fenkart1-78/+78
2014-07-06Clean alert unit tests upHeinrich Fenkart1-15/+15
2014-07-06Clean affix unit tests upHeinrich Fenkart1-11/+20
2014-07-06Perform a cleanup after each testHeinrich Fenkart1-1/+7
2014-07-06Update QUnit settings/QUnit phantomjs bridge to new versionsHeinrich Fenkart2-41/+44
2014-07-06refactor/reformat Tooltip.getPosition per @fat's feedbackChris Rebert1-4/+8
2014-07-06Merge pull request #13855 from hnrch02/modal-mousedownJacob2-3/+3
Use mousedown instead of click for backdrop click detection; fixes #13816
2014-07-06Merge pull request #14050 from twbs/bowerChris Rebert1-1/+1
Bower: only ignore /.*
2014-07-05Merge pull request #14000 from hnrch02/modal-keydownJacob2-2/+40
Only close modal if escape was hit with keydown; fixes #13929
2014-07-05fix buildfat1-2/+2
2014-07-05Merge pull request #14034 from twbs/deprecate-modal-remoteChris Rebert1-2/+4
Deprecate the `remote` option of modals?
2014-07-05`remote` modal docs: mention jQuery.load and other JS options as alternativesChris Rebert1-1/+3
[skip sauce]
2014-07-05apply #14022 without semicolon – cleans up some jquery class usagefat1-3/+2
2014-07-05only ignore /.*Mark Otto1-1/+1
2014-07-05gruntMark Otto7-13/+9
2014-07-05Merge pull request #13920 from AndreiRailean/patch-1Mark Otto1-8/+2
assign background to row of .table-striped
2014-07-05gruntMark Otto2-8/+12
2014-07-05Merge pull request #13923 from ilikeprograms/gray-base-variableMark Otto1-5/+6
Added @gray-base variable to make @gray-{shade} reference, also allows @...
2014-07-05Fixes #13967: Don't reset the cite element's font-styleMark Otto7-15/+4
2014-07-05Fixes #13953: Remove the progress bar min-width styles for low percentages ↵Mark Otto7-17/+4
to avoid jumping progress
2014-07-05Fixes #13943: Lighten the navbar inverse link color more since our text ↵Mark Otto7-7/+7
contrast change in v3.2.0
2014-07-05gruntMark Otto11-15/+15
2014-07-05Merge pull request #13464 from nickcolley/#13325-navbar-right-firstMark Otto1-5/+5
Changed last-child to first-child to fix #13325
2014-07-05Merge pull request #14047 from twbs/kbdXhmikosR1-1/+2
Docs: add missing example code code for `kbd` after #13351.
2014-07-05Docs: add missing example code code for `kbd` after #13351.XhmikosR1-1/+2
2014-07-03Merge pull request #14037 from twbs/close-13892Chris Rebert1-0/+6
Add Wall of Browser Bugs entry for #13892
2014-07-03Add Wall of Browser Bugs entry for #13892Chris Rebert1-0/+6
Closes #13892. [skip sauce]