| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-03-01 | Handle multiple zero-offset Scrollspy elements. | Caden Lovelace | 2 | -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-01 | Merge pull request #15965 from kkirsche/fixURL | Chris Rebert | 2 | -2/+2 | |
| [Docs / README] Fix URL to match the plugin keyword recommendation | |||||
| 2015-03-01 | Merge pull request #15964 from kkirsche/addAccidentlyRemovedText | Chris Rebert | 2 | -2/+2 | |
| [Docs] Replace accidently removed tooltip / popover text | |||||
| 2015-03-01 | Fix URL to match the keyword | Kevin Kirsche | 2 | -2/+2 | |
| Fix URL to match the keyword | |||||
| 2015-03-01 | Replace accidently removed text | Kevin Kirsche | 2 | -2/+2 | |
| X-Ref #15742 cc: @mdo | |||||
| 2015-03-01 | Input group sizes: Properly position `.form-control-feedback` | Heinrich Fenkart | 1 | -3/+5 | |
| Ref https://github.com/twbs/bootstrap/issues/12868#issuecomment-76291513 Ref 7733f24 | |||||
| 2015-03-01 | Unit tests: Only display fixture on-screen for iOS | Heinrich Fenkart | 1 | -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-01 | Merge pull request #15954 from twbs/sauce-hidepassed | Heinrich Fenkart | 2 | -5/+1 | |
| Use different way to make failing test more visible in Sauce | |||||
| 2015-03-01 | Use different way to make failing test more visible in Sauce | Heinrich Fenkart | 2 | -5/+1 | |
| 2015-02-28 | Merge pull request #15929 from kkirsche/patch-5 | Patrick H. Lauke | 1 | -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 Kirsche | 1 | -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-28 | iOS fix for role="button" elements; [fixes #15935] | Patrick H. Lauke | 1 | -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 Kirsche | 1 | -0/+1 | |
| [Fixes #15944] Add Z-Index to avoid border overlapping | |||||
| 2015-02-27 | automatic grunt dist | Bootstrap's Grunt bot | 1 | -1/+1 | |
| 2015-02-26 | Merge pull request #15826 from kkirsche/patch-19 | Mark Otto | 1 | -1/+1 | |
| [Fixes #15825] .initialism class should use mixin | |||||
| 2015-02-27 | automatic grunt dist | Bootstrap's Grunt bot | 2 | -5/+5 | |
| 2015-02-26 | Merge pull request #15941 from twbs/ijcheung-collapse-update-all-triggers | Chris Rebert | 2 | -7/+75 | |
| Update all collapse triggers with .collapsed class and aria-expanded | |||||
| 2015-02-26 | Update all collapse triggers with .collapsed class and aria-expanded | Ivan Cheung | 2 | -7/+75 | |
| Fixes #15741 Closes #15751 by merging it. | |||||
| 2015-02-26 | automatic grunt dist | Bootstrap's Grunt bot | 1 | -1/+1 | |
| 2015-02-26 | Run `grunt`. | XhmikosR | 7 | -51/+51 | |
| 2015-02-26 | Merge pull request #15933 from twbs/qunit-module-hooks | Heinrich Fenkart | 13 | -26/+26 | |
| Unit tests: Use new names of module hooks | |||||
| 2015-02-25 | QUnit.jsDump => QUnit.dump | Chris Rebert | 1 | -2/+2 | |
| Refs http://qunitjs.com/upgrade-guide-2.x/#replace-qunit-jsdump-with-qunit-dump | |||||
| 2015-02-25 | Use QUnit.log(...) instead of QUnit.log = ... | Chris Rebert | 1 | -2/+2 | |
| Refs http://qunitjs.com/upgrade-guide-2.x/#replace-qunit-log-callback-with-qunit-log-callback-for-all-reporting-callbacks | |||||
| 2015-02-26 | automatic grunt dist | Bootstrap's Grunt bot | 2 | -9/+11 | |
| 2015-02-26 | Unit tests: Use new names of module hooks | Heinrich Fenkart | 11 | -22/+22 | |
| Refs #15893 | |||||
| 2015-02-26 | Merge pull request #15930 from twbs/modal-restore-inline-padding | Heinrich Fenkart | 2 | -7/+86 | |
| Modal: Apply any preexisting body padding again after closing | |||||
| 2015-02-26 | Modal: Apply any preexisting body padding again after closing | nakupanda | 2 | -7/+86 | |
| 2015-02-25 | Prevent collapsed navbar in Non-responsive Example | TJ | 1 | -8/+4 | |
| Closes #15291 by merging it. | |||||
| 2015-02-26 | automatic grunt dist | Bootstrap's Grunt bot | 2 | -3/+3 | |
| 2015-02-26 | Tooltip: Avoid creating an unnecessary tooltip when `Tooltip#hide` is called | Quentin Spencer-Harper | 1 | -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-26 | automatic grunt dist | Bootstrap's Grunt bot | 2 | -2/+2 | |
| 2015-02-26 | Dropdowns: Skip `.disabled` instead of `.divider` on keydown event | vsn4ik | 2 | -1/+22 | |
| Fixes #15147. Closes #15520 by merging it. | |||||
| 2015-02-26 | automatic grunt dist | Bootstrap's Grunt bot | 2 | -14/+14 | |
| 2015-02-26 | Merge pull request #15923 from kkirsche/useExplicitVariableDeclaration | Heinrich Fenkart | 4 | -12/+12 | |
| [Ref #15881] Use Explicit JS Variable Declarations rather than Chained | |||||
| 2015-02-26 | automatic grunt dist | Bootstrap's Grunt bot | 2 | -7/+2 | |
| 2015-02-25 | Merge pull request #15693 from huang-x-h/patch-1 | Chris Rebert | 1 | -5/+0 | |
| tip method in popover.js can be removed | |||||
| 2015-02-25 | [Ref #15881] Use Explicit Values rather than Chain | Kevin Kirsche | 4 | -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-24 | fix 2 typos in modal unit test assertion messages | Chris Rebert | 1 | -2/+2 | |
| 2015-02-24 | Merge pull request #15916 from kkirsche/patch-2 | Mark Otto | 1 | -0/+2 | |
| Add source code documentation of justified navbar for #15906 | |||||
| 2015-02-24 | Merge pull request #15914 from StevenBlack/docs.js.headings | Mark Otto | 2 | -9/+9 | |
| docs > js > headings | |||||
| 2015-02-24 | Document justified navbar for #15906 | Kevin Kirsche | 1 | -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-25 | Follow-up to 769c27a19f: Add new section to nav | Heinrich Fenkart | 1 | -0/+1 | |
| 2015-02-25 | Document how to properly handle modals with dynamic content height | Kevin Kirsche | 1 | -0/+3 | |
| Fixes #15106. Closes #15910. | |||||
| 2015-02-25 | Dropdown unit tests: Tiny style changes | Heinrich Fenkart | 1 | -3/+5 | |
| 2015-02-24 | Accessibility changes to headings (transitions.html) | Steven Black | 1 | -2/+2 | |
| 2015-02-24 | Accessibility changes to headings (overview.html) | Steven Black | 1 | -7/+7 | |
| 2015-02-25 | automatic grunt dist | Bootstrap's Grunt bot | 2 | -18/+15 | |
| 2015-02-25 | Merge pull request #15913 from twbs/scrollspy-consistency | Heinrich Fenkart | 1 | -17/+14 | |
| ScrollSpy: Small style consistency adjustments | |||||
| 2015-02-24 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 14 | -46/+48 | |
| 2015-02-24 | Fix #15911: Clear the floats and move the padding to the header | Mark Otto | 2 | -2/+2 | |
