aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-03add role="button" to a[data-toggle="collapse"]; fixes #15972Chris Rebert4-39/+39
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
2015-03-03Accessibility and headings hierarchy for the "CSS" page.Steven Black2-21/+21
Closes #15948 by merging it.
2015-03-03Accessibility and headings hierarchy for the "Getting started" page.Steven Black7-58/+58
Closes #15946 by merging it.
2015-03-03Javascript docs: Accessibility and cosmetic changes to headings.Steven Black11-33/+40
Closes #15915 by merging it.
2015-03-03Merge pull request #15961 from kkirsche/ImplementAssertExpectHeinrich Fenkart12-4/+198
[Fixes #15953] Implement assert.expect in each unit test
2015-03-03[Fixes #15953] Implement assert.expect in each unit testKevin Kirsche12-4/+198
[Fixes #15953] Implement `assert.expect` in each unit test
2015-03-03Merge pull request #15984 from twbs/document-handleupdateHeinrich Fenkart2-4/+5
Properly document Modal#handleUpdate
2015-03-03Properly document Modal#handleUpdateHeinrich Fenkart2-4/+5
2015-03-03automatic grunt distBootstrap's Grunt bot5-29/+39
2015-03-03Merge pull request #15881 from twbs/fix-modal-backdropHeinrich Fenkart5-29/+74
Modal: Fix backdrop not readjusting when height changes
2015-03-03Modal: Fix backdrop not readjusting when height changesHeinrich Fenkart5-29/+74
Fixes #15136. Closes #15345. Closes #15314. Refs #14724, #14927.
2015-03-02[Fixes #15976] Fix pagination link cut off border on hoverPatryk Puszczyk1-0/+1
2015-03-02automatic grunt distBootstrap's Grunt bot1-1/+1
2015-03-02Merge pull request #15974 from patrickhlauke/ios-click-fix-role-button2Patrick H. Lauke1-0/+1
Add upstream patch comment for #15947
2015-03-02Add upstream patch commentPatrick H. Lauke1-0/+1
2015-03-02automatic grunt distBootstrap's Grunt bot3-2/+5
2015-03-02Merge pull request #15947 from patrickhlauke/ios-click-fix-role-buttonPatrick H. Lauke1-0/+11
iOS fix for role="button" elements; [fixes #15935]
2015-03-02Merge pull request #15970 from twbs/the-future-is-now-qunitChris Rebert1-0/+28
Disable deprecated QUnit global methods
2015-03-02Disable es3 for tests and customizer.js.XhmikosR2-0/+2
2015-03-02Run `grunt`.XhmikosR5-10/+10
2015-03-01Disable deprecated global QUnit method aliases to prevent backsliding on ↵Chris Rebert1-0/+28
QUnit v2 readiness
2015-03-01Merge pull request #15955 from twbs/fixture-on-screen-iosChris Rebert1-6/+11
Unit tests: Only display fixture on-screen for iOS
2015-03-02automatic grunt distBootstrap's Grunt bot2-2/+2
2015-03-01Merge pull request #15593 from ↵Chris Rebert2-1/+39
neoeno/handle_multiple_zero_offset_scrollspy_elements Handle multiple zero-offset Scrollspy elements.
2015-03-01Handle multiple zero-offset Scrollspy elements.Caden Lovelace2-1/+39
When the first two elements in a scrollspy content block have a document offset of zero (i.e. they're hard against the top of the page), Scrollspy would switch between them on every scroll event. This could happen, for example, in a system of nested sections: ``` <section id="animals"> <section id="dogs"> Content </section> </section> ``` This ocurred because Scrollspy's check to see if it's at the end of the array of sections uses `!arr[index]`. This misses the case where `arr[index]` does exist and is zero. This commit explicitly checks the array bounds.
2015-03-01Merge pull request #15965 from kkirsche/fixURLChris Rebert2-2/+2
[Docs / README] Fix URL to match the plugin keyword recommendation
2015-03-01Merge pull request #15964 from kkirsche/addAccidentlyRemovedTextChris Rebert2-2/+2
[Docs] Replace accidently removed tooltip / popover text
2015-03-01Remove dupe docs CSS, move anchor styles to scss directory, recompileMark Otto5-1415/+4
2015-03-01fix validation, run grunt distMark Otto8-383/+275
2015-03-01Fix URL to match the keywordKevin Kirsche2-2/+2
Fix URL to match the keyword
2015-03-01Merge branch 'master' into v4Mark Otto62-1507/+1734
Conflicts: .travis.yml Gruntfile.js bower.json dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_data/glyphicons.yml docs/_includes/components/breadcrumbs.html docs/_includes/components/button-dropdowns.html docs/_includes/components/button-groups.html docs/_includes/components/dropdowns.html docs/_includes/components/glyphicons.html docs/_includes/components/labels.html docs/_includes/components/list-group.html docs/_includes/components/media.html docs/_includes/components/navs.html docs/_includes/components/panels.html docs/_includes/components/progress-bars.html docs/_includes/components/thumbnails.html docs/_includes/components/wells.html docs/_includes/css/buttons.html docs/_includes/css/forms.html docs/_includes/css/helpers.html docs/_includes/css/images.html docs/_includes/css/less.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/grunt.html docs/_includes/getting-started/license.html docs/_includes/getting-started/template.html docs/_includes/header.html docs/_includes/js/affix.html docs/_includes/js/alerts.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/js/transitions.html docs/_includes/nav/javascript.html docs/_layouts/default.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/assets/js/vendor/FileSaver.js docs/assets/js/vendor/autoprefixer.js docs/assets/js/vendor/uglify.min.js docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.min.js docs/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/narrow-jumbotron/narrow-jumbotron.css docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/non-responsive/index.html docs/examples/non-responsive/non-responsive.css docs/examples/theme/index.html grunt/configBridge.json js/affix.js js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/popover.js js/scrollspy.js js/tab.js js/tests/unit/affix.js js/tests/unit/button.js js/tests/unit/carousel.js js/tests/unit/modal.js js/tests/unit/tooltip.js js/tooltip.js less/badges.less less/glyphicons.less less/type.less less/variables.less package.json scss/_dropdown.scss scss/_forms.scss test-infra/npm-shrinkwrap.json
2015-03-01Replace accidently removed textKevin Kirsche2-2/+2
X-Ref #15742 cc: @mdo
2015-03-01Input group sizes: Properly position `.form-control-feedback`Heinrich Fenkart1-3/+5
Ref https://github.com/twbs/bootstrap/issues/12868#issuecomment-76291513 Ref 7733f24
2015-03-01Unit tests: Only display fixture on-screen for iOSHeinrich Fenkart1-6/+11
Since only on iOS tests fail when the fixture is displayed off-screen, see https://travis-ci.org/twbs/bootstrap/jobs/52605742
2015-03-01Merge pull request #15954 from twbs/sauce-hidepassedHeinrich Fenkart2-5/+1
Use different way to make failing test more visible in Sauce
2015-03-01Use different way to make failing test more visible in SauceHeinrich Fenkart2-5/+1
2015-02-28Merge pull request #15929 from kkirsche/patch-5Patrick H. Lauke1-3/+3
[Fixes #15928] Encourage use of icons with form validation states for co...
2015-02-28[Fixes #15928] Encourage use of icons with form validation states for ↵Kevin Kirsche1-3/+3
colorblind users [Fixes #15928] Encourage use of icons with form validation states for colorblind users Update text per @patrickhlauke's feedback Update text per @patrickhlauke's feedback. Fix stupid grammar mistake
2015-02-28iOS fix for role="button" elements; [fixes #15935]Patrick H. Lauke1-0/+11
Fixes "clickability" issue (and more generally, the firing of events such as focus as well) for traditionally non-focusable elements with role="button" (see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile) Fixes #15935
2015-02-27[Fixes #15944] Add Z-Index to avoid border overlapping Kevin Kirsche1-0/+1
[Fixes #15944] Add Z-Index to avoid border overlapping
2015-02-27Merge pull request #96 from twbs/gem-badgeChris Rebert1-0/+1
Add Ruby Gem badge to README
2015-02-27automatic grunt distBootstrap's Grunt bot1-1/+1
2015-02-26Merge pull request #15826 from kkirsche/patch-19Mark Otto1-1/+1
[Fixes #15825] .initialism class should use mixin
2015-02-27automatic grunt distBootstrap's Grunt bot2-5/+5