- 07 Mar, 2015 4 commits
-
-
Chris Rebert authored
-
XhmikosR authored
They are grunt-html-validation leftovers. [ci skip]
-
Chris Rebert authored
Document JS test suite basics
-
Kevin Kirsche authored
X-Ref: #15953 Closes #15952 by merging a tweaked version of it. [skip sauce] [skip validator]
-
- 06 Mar, 2015 1 commit
-
-
Chris Rebert authored
Update initial release announcement dead link
-
- 05 Mar, 2015 3 commits
-
-
Molly White authored
Found it! They just changed the link.
-
Julian Thilo authored
[Fix #16001] Add link to Vietnamese translation
-
Kevin Kirsche authored
[Fix #16001] Add link to Vietnamese translation
-
- 04 Mar, 2015 3 commits
-
-
Bootstrap's Grunt bot authored
-
Chris Rebert authored
Hiding an uninitialized tooltip/popover no longer initializes it
-
Chris Rebert authored
-
- 03 Mar, 2015 12 commits
-
-
Bootstrap's Grunt bot authored
-
Chris Rebert authored
Erratum from #15496
-
Steven Black authored
Closes #15948 by merging it.
-
Steven Black authored
Closes #15946 by merging it.
-
Steven Black authored
Closes #15915 by merging it.
-
Heinrich Fenkart authored
[Fixes #15953] Implement assert.expect in each unit test
-
Kevin Kirsche authored
[Fixes #15953] Implement `assert.expect` in each unit test
-
Heinrich Fenkart authored
Properly document Modal#handleUpdate
-
Heinrich Fenkart authored
-
Bootstrap's Grunt bot authored
-
Heinrich Fenkart authored
Modal: Fix backdrop not readjusting when height changes
-
Heinrich Fenkart authored
Fixes #15136. Closes #15345. Closes #15314. Refs #14724, #14927.
-
- 02 Mar, 2015 12 commits
-
-
Bootstrap's Grunt bot authored
-
Patrick H. Lauke authored
Add upstream patch comment for #15947
-
Patrick H. Lauke authored
-
Bootstrap's Grunt bot authored
-
Patrick H. Lauke authored
iOS fix for role="button" elements; [fixes #15935]
-
Chris Rebert authored
Disable deprecated QUnit global methods
-
XhmikosR authored
-
XhmikosR authored
-
Chris Rebert authored
-
Chris Rebert authored
Unit tests: Only display fixture on-screen for iOS
-
Bootstrap's Grunt bot authored
-
Chris Rebert authored
Handle multiple zero-offset Scrollspy elements.
-
- 01 Mar, 2015 5 commits
-
-
Caden Lovelace authored
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.
-
Chris Rebert authored
[Docs / README] Fix URL to match the plugin keyword recommendation
-
Chris Rebert authored
[Docs] Replace accidently removed tooltip / popover text
-
Kevin Kirsche authored
Fix URL to match the keyword
-
Kevin Kirsche authored
X-Ref #15742 cc: @mdo
-