| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-07-23 | rewrite modal unit tests | Johann-S | 1 | -816/+0 | |
| 2019-04-15 | fix unit tests for chrome mobile | Johann-S | 1 | -1/+1 | |
| 2019-03-18 | Add back support for IE 11 | Johann-S | 1 | -7/+18 | |
| 2019-03-11 | Comply to the new rules. | XhmikosR | 1 | -6/+7 | |
| 2019-02-27 | tests: add tests for plugins version. (#28366) | XhmikosR | 1 | -0/+5 | |
| 2019-02-26 | move util in a util folder with the sanitizer | Johann-S | 1 | -4/+1 | |
| 2019-02-20 | minor jQuery.hasclass removal (#28158) | Joshua Wilson | 1 | -48/+75 | |
| 2019-02-20 | chore(update): bump to 4.1.3 | Johann-S | 1 | -67/+18 | |
| 2019-02-20 | fix(manipulator): increase coverage for manipulator | Johann-S | 1 | -3/+3 | |
| 2019-02-20 | fix unit test modal | Johann-S | 1 | -1/+1 | |
| 2019-02-20 | Rewritten modal without jquery (#23955) | Alessandro Chitolina | 1 | -20/+29 | |
| * Trigger jquery events if available in event handler * Rewritten modal without jquery | |||||
| 2019-02-06 | fix modal test to be sure we call getTransitionDurationFromElement | Johann-S | 1 | -10/+5 | |
| 2019-01-20 | Scrollable modal (#27769) | Shohei Yoshida | 1 | -0/+27 | |
| 2018-12-23 | getSelectorFromElement return null on bad selectors (#27912) | Johann-S | 1 | -24/+21 | |
| 2018-12-05 | Add aria-modal to modals (#27780) | Patrick H. Lauke | 1 | -0/+17 | |
| Dynamically set/remove `aria-modal="true"` when a modal is shown/hidden | |||||
| 2018-11-25 | Add test to make sure we enforce focus on modal (#27723) | Johann-S | 1 | -0/+41 | |
| 2018-10-30 | fix dispose modal unit test | Johann-S | 1 | -3/+8 | |
| 2018-10-30 | test(Modal): check if modal is disposed | Andrew Luca | 1 | -0/+33 | |
| 2018-10-28 | calculate modal transition duration based on modal-dialog element | Johann-S | 1 | -0/+46 | |
| 2018-10-21 | test(Modal): reuse _getScrollbarWidth in tests | Andrew Luca | 1 | -8/+1 | |
| 2018-09-13 | throw error when folks try to use a bad selector | Johann-S | 1 | -21/+25 | |
| 2018-07-11 | fix(modal): fix unit test and resetting style | Johann-S | 1 | -1/+2 | |
| 2018-07-11 | fix(modal): removes .navbar-toggler margin | Catalin Zalog | 1 | -42/+0 | |
| 2018-05-22 | chore(deps): update qunit and karma-qunit | Johann-S | 1 | -0/+1 | |
| 2018-01-11 | Comply to the new rules. | XhmikosR | 1 | -8/+11 | |
| 2017-11-23 | Allow us to run our unit test on differents jquery version | Johann-S | 1 | -0/+2 | |
| 2017-10-04 | Update modal.js | XhmikosR | 1 | -1/+4 | |
| 2017-10-04 | Unit test for modal bug fix | lucascono | 1 | -0/+13 | |
| Unit test for pull request #24240 | |||||
| 2017-09-03 | Merge branch 'v4-dev' into fix-jumping-modal-on-resize | Johann-S | 1 | -1/+27 | |
| 2017-08-29 | Add failing test | David Bailey | 1 | -0/+14 | |
| 2017-08-29 | Fix unit tests in PhantomJS | David Bailey | 1 | -3/+10 | |
| Use a virtual scrollbar as this is simpler than having a real one (overflow: scroll doesn't seem to work in Phantom), and disable it for the new test. One test has also been altered to prevent erroneous fails when other inline styles are added to the body (e.g. overflow). | |||||
| 2017-08-28 | Add failing test | David Bailey | 1 | -0/+19 | |
| When the body does not overflow (achieved by hiding the QUnit container), it should not be given a margin. | |||||
| 2017-08-25 | Add unit test for xss in data target attribute | meeque | 1 | -0/+36 | |
| 2017-08-25 | Fix sticky margin when a modal is opened (#23669) | David Bailey | 1 | -0/+42 | |
| * Adjust margin for sticky elements on modal Previously white space was visible to the right of sticky elements due to right padding being added to the body. This fixes #23661. * Add unit tests for margin of sticky elements on modal | |||||
| 2017-08-23 | Tweak ESLint rules. | XhmikosR | 1 | -4/+4 | |
| 2017-04-03 | Fix #22332: Adjust tests for hidden scrollbar | Ilias | 1 | -3/+15 | |
| 2017-04-02 | Fix #18373: properly adjust padding-right of body and fixed elements when ↵ | Ilias | 1 | -28/+95 | |
| opening or closing modal | |||||
| 2017-01-02 | update seletors in js | Mark Otto | 1 | -4/+4 | |
| 2016-11-26 | Merge branch 'v4-dev-18796' of https://github.com/maxbeatty/bootstrap into ↵ | Mark Otto | 1 | -0/+22 | |
| maxbeatty-v4-dev-18796 | |||||
| 2016-11-25 | Add test unit to check logic of ignoreBackdropClick (#18245) | Johann | 1 | -0/+13 | |
| 2016-11-24 | Make JS compliant with the new ESLint rules. | Bardi Harborow | 1 | -2/+2 | |
| 2016-10-28 | Merge pull request #17536 from Johann-S/testPadding | Mark Otto | 1 | -0/+38 | |
| [Fix #17400] Add tests about padding restoration | |||||
| 2016-08-04 | prevent navigating to area href when modal target. fixes #18796 | Max Beatty | 1 | -0/+22 | |
| 2016-05-11 | Handle aria-hidden on modal container when showing/hiding | Patrick H. Lauke | 1 | -0/+17 | |
| Fixes #19878 | |||||
| 2015-12-22 | js/tests/unit/modal.js: Fix typo | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-10-02 | Add throw error for undefined method on plugins | Johann-S | 1 | -0/+12 | |
| 2015-09-10 | Add tests about padding restoration | Johann-S | 1 | -0/+38 | |
| 2015-05-10 | add getters for Version and Default where applicable | fat | 1 | -1/+1 | |
| add modal my gawd | |||||
| 2015-05-06 | remove closureness from plugins | fat | 1 | -75/+174 | |
| 2015-02-11 | bootstrap onto closure | fat | 1 | -1/+1 | |
