summaryrefslogtreecommitdiff
path: root/js_tests/admin/inlines.test.js
AgeCommit message (Collapse)Author
2022-02-23Fixed #33328 -- Transformed formset:added/removed to native JS events.Claude Paroz
2020-04-29Refs #31493 -- Changed IIFE to ES6 blocks.Jon Dufresne
2020-04-29Fixed #31493 -- Replaced var with const and let keywords in JavaScript.Jon Dufresne
The eslint configuration and the admin script compress.py have been updated for ES6. The unused fallback of globals.django in jquery.init.js was removed. It is always included before jsi18n-mocks.test.js and it always sets the global value.
2020-03-17Removed event handlers after JavaScript tests complete.Jon Dufresne
Fixes error "Assertion occurred after test had finished" with newer versions of QUnit.
2020-03-16Bumped minimum ESLint version to 6.8.0.Jon Dufresne
2020-03-09Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows ↵Jon Dufresne
in admin.
2019-10-25Fixed #29087 -- Added delete buttons for unsaved admin inlines on validation ↵Carlton Gibson
error.
2019-06-21Bumped minimum ESLint version to 4.18.2.Markus Holtermann
2017-12-26Refs #28956 -- Removed usage of jQuery's deprecated .selector property in ↵Tim Graham
admin JavaScript.
2016-12-19Updated to QUnit 2.0.1.Tim Graham
2016-06-28Fixed #26811 -- Added addButton option to admin inlines JavaScript.David Sanders
2015-09-21Fixed #15760 -- Added JavaScript events for admin inline forms.ramez
2015-09-02Added linting for JavaScript tests.Nik Nyby
2015-06-30DEP 0003 -- Added JavaScript unit tests.Trey Hunner
Setup QUnit, added tests, and measured test coverage. Thanks to Nick Sanford for the initial tests.