| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-09-28 | Use BrowserStack for our unit tests. | Johann-S | 1 | -3/+8 | |
| 2018-08-19 | fix unit tests | Johann-S | 1 | -11/+0 | |
| 2018-08-13 | Fix/xss issues on data attributes (#27047) | don-spyker | 1 | -0/+10 | |
| * fix(collapse): xss CVE-2018-14040 Fixes #26625 * fix(tooltip): xss CVE-2018-14042 Fixes #26628 * fix(tooltip): XSS on data-viewport attribute Fixes #27044 * fix(affix): XSS on target config Fixes #27045 | |||||
| 2015-03-24 | Merge pull request #15987 from twbs/fix-15972 | Chris Rebert | 1 | -25/+25 | |
| add role="button" to a[data-toggle="collapse"] | |||||
| 2015-03-09 | Disable jQuery event aliases when running test suite | Chris Rebert | 1 | -13/+13 | |
| 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. | |||||
| 2015-03-06 | Collapse unit test: rm check that no-op hide adds style="height: 0px" | Chris Rebert | 1 | -2/+1 | |
| Appears to be unnecessary and is broken by #16011, which is otherwise quite sane. | |||||
| 2015-03-06 | .collapse('hide') on hidden uninit-ed collapsible no longer shows it; fixes ↵ | Chris Rebert | 1 | -2/+30 | |
| #15315 Thanks to @peterblazejewicz & @Nikita240 Adds unit tests based on #14417 X-Ref: #14282 Closes #15807 | |||||
| 2015-03-03 | add role="button" to a[data-toggle="collapse"]; fixes #15972 | Chris Rebert | 1 | -25/+25 | |
| 2015-03-03 | [Fixes #15953] Implement assert.expect in each unit test | Kevin Kirsche | 1 | -4/+23 | |
| [Fixes #15953] Implement `assert.expect` in each unit test | |||||
| 2015-02-26 | Update all collapse triggers with .collapsed class and aria-expanded | Ivan Cheung | 1 | -3/+71 | |
| Fixes #15741 Closes #15751 by merging it. | |||||
| 2015-02-26 | Unit tests: Use new names of module hooks | Heinrich Fenkart | 1 | -2/+2 | |
| Refs #15893 | |||||
| 2015-02-23 | JS unit tests: equal() => strictEqual() | Chris Rebert | 1 | -6/+6 | |
| [skip validator] | |||||
| 2015-02-23 | JS unit tests: use QUnit.module() & QUnit.test() everywhere | Chris Rebert | 1 | -21/+21 | |
| [skip validator] | |||||
| 2015-02-23 | JS unit tests: use modern QUnit assert object everywhere | Chris Rebert | 1 | -37/+37 | |
| 2015-01-20 | update JS unit tests to future-proof QUnit 1.16.0 API | Chris Rebert | 1 | -42/+42 | |
| [skip validator] | |||||
| 2014-10-29 | Handle `collapsed` class on triggers even when manually invoked | Heinrich Fenkart | 1 | -22/+50 | |
| Fixes #13636. | |||||
| 2014-10-22 | Don't fire show event if show is prevented because other element is still ↵ | Heinrich Fenkart | 1 | -0/+35 | |
| transitioning Fixes #14844. Closes #14845. | |||||
| 2014-09-09 | grunt and missing new line | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-09-09 | ARIA support for collapse | Patrick H. Lauke | 1 | -2/+65 | |
| Added handling of aria-expanded=true/false to collapse.js, updated documentation to include advice on making expand/collapse controls accessible, updated examples and javascript documentation to use aria-expanded and aria-controls (when targetting single collapsible element, using ID rather than class selector) Closes #14147. Closes #14153. | |||||
| 2014-08-18 | fixes #14282 - Already Visible collapse gets closed when .collapse('show') ↵ | fat | 1 | -0/+32 | |
| is called | |||||
| 2014-07-09 | Fix IE8 reporting height style as all uppercase | Heinrich Fenkart | 1 | -2/+2 | |
| 2014-07-06 | Move to leading pluses | Heinrich Fenkart | 1 | -10/+10 | |
| 2014-07-06 | Clean collapse unit tests up | Heinrich Fenkart | 1 | -70/+67 | |
| 2014-06-06 | Comply to the new style. | XhmikosR | 1 | -2/+3 | |
| 2014-04-21 | #11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ↵ | Collin Donahue-Oponski | 1 | -12/+21 | |
| reference to the jQuery plugin, because in noConflict mode you can never expect to be defined on the jQuery object | |||||
| 2014-04-15 | fixes #11099 - $.collapse() overrides the original dimension of the coll... | fat | 1 | -2/+2 | |
| 2014-04-09 | JS: remove unused variables. | XhmikosR | 1 | -8/+8 | |
| 2014-02-17 | Remove semicolons from JS tests | Zlatan Vasović | 1 | -4/+4 | |
| 2014-02-14 | Re-indent test files. | XhmikosR | 1 | -125/+125 | |
| 2013-12-08 | Use single quotes consistently. | XhmikosR | 1 | -12/+12 | |
| 2013-08-04 | failing test for dot in data-parent | Jason Diamond | 1 | -0/+35 | |
| 2013-05-27 | Merge remote-tracking branch 'bootstrap/3.0.0-wip' into 3.0.0-wip | Ivan Khalopik | 1 | -0/+129 | |
| Conflicts: js/bootstrap-collapse.js | |||||
| 2013-05-16 | change namespace back to dot notation and someother js shizzle | fat | 1 | -6/+6 | |
| 2013-05-16 | fix tests | fat | 1 | -6/+6 | |
| 2013-05-16 | a bunch javascript junk | fat | 1 | -0/+94 | |
