- 26 Mar, 2015 1 commit
-
-
Chris Rebert authored
-
- 21 Mar, 2015 1 commit
-
-
Emmanuel Bourgerie authored
Closes #16073 by merging it
-
- 10 Mar, 2015 1 commit
-
-
Maxim Andrukhovych authored
-
- 09 Mar, 2015 1 commit
-
-
Chris Rebert authored
To ensure that we don't accidentally use any of the aliases. This should prevent any future regressions from #12761. Also updates the test suite since it now can't use these aliases either.
-
- 07 Mar, 2015 1 commit
-
-
Chris Rebert authored
Appears to be unnecessary and is broken by #16011, which is otherwise quite sane.
-
- 06 Mar, 2015 1 commit
-
-
Chris Rebert authored
Thanks to @peterblazejewicz & @Nikita240 Adds unit tests based on #14417 X-Ref: #14282 Closes #15807
-
- 04 Mar, 2015 1 commit
-
-
Chris Rebert authored
-
- 03 Mar, 2015 3 commits
-
-
Chris Rebert authored
-
Kevin Kirsche authored
[Fixes #15953] Implement `assert.expect` in each unit test
-
Heinrich Fenkart authored
Fixes #15136. Closes #15345. Closes #15314. Refs #14724, #14927.
-
- 02 Mar, 2015 1 commit
-
-
XhmikosR authored
-
- 01 Mar, 2015 1 commit
-
-
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.
-
- 27 Feb, 2015 1 commit
-
-
Ivan Cheung authored
Fixes #15741 Closes #15751 by merging it.
-
- 26 Feb, 2015 4 commits
-
-
Heinrich Fenkart authored
Refs #15893
-
nakupanda authored
- 25 Feb, 2015 2 commits
-
-
Chris Rebert authored
-
Heinrich Fenkart authored
-
- 24 Feb, 2015 5 commits
-
-
Kevin Kirsche authored
Redo of #15876
-
Kevin Kirsche authored
Add tests for `aria-hidden` of modal Use strictEqual of 1 here instead of 2 asserts
-
Chris Rebert authored
[skip validator]
-
Chris Rebert authored
[skip validator]
-
Chris Rebert authored
-
- 11 Feb, 2015 2 commits
- 21 Jan, 2015 3 commits
-
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
[skip validator]
-
- 05 Jan, 2015 1 commit
-
-
Chris Rebert authored
Closes #15484
-
- 30 Dec, 2014 3 commits
-
-
Chris Rebert authored
This reverts commit 1b323762. This reverts PR #14189 because it caused major regressions. Fixes #15168. We'll try to revisit #14167's feature request in Bootstrap v4. [skip validator]
-
Chris Rebert authored
-
Chris Rebert authored
Special thanks to @programcsharp [skip validator]
-
- 29 Dec, 2014 2 commits
-
-
Chris Rebert authored
-
Chris Rebert authored
-
- 18 Dec, 2014 1 commit
-
-
Chris Rebert authored
-
- 28 Nov, 2014 1 commit
-
-
Dan Dascalescu authored
-
- 21 Nov, 2014 1 commit
-
-
Chris Rebert authored
-
- 18 Nov, 2014 1 commit
-
-
Nick O'Donoghue authored
-
- 16 Nov, 2014 1 commit
-
-
Chris Rebert authored
-