summaryrefslogtreecommitdiff
path: root/js_tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #34045 -- Improved accessibility of selecting items in admin changelist.Durval Carvalho2023-02-161-1/+1
| | | | This adds "aria-label".
* Upgraded OpenLayers to v.7.2.2.Claude Paroz2022-12-292-2/+2
|
* Fixed #24179 -- Added filtering to selected side of vertical/horizontal filters.Gav O'Connor2022-09-061-3/+69
|
* Refs #24179 -- Added extra JS tests for admin vertical/horizontal filters.Gav O'Connor2022-09-061-0/+66
|
* Fixed #33637 -- Improved initial zoom level in MapWidget.Claude Paroz2022-04-141-1/+1
|
* Fixed #33328 -- Transformed formset:added/removed to native JS events.Claude Paroz2022-02-231-15/+9
|
* Fixed #33024 -- Fixed height of admin selector boxes in collapsed fieldset.Shubh18152021-11-251-4/+0
| | | | Thanks Tom Carrick for the review.
* Fixed #32204 -- Added quick filter to admin's navigation sidebar.Maxim Milovanov2021-03-312-0/+54
|
* Fixed #32062 -- Added %b support to Date.strftime.Gagan Deep2020-10-281-0/+6
| | | | | This enables the admin to display the month as locale's abbreviated name if %b is used in the date format.
* Added unit test for Date.getFullMonthName.Gagan Deep2020-10-281-0/+5
|
* Fixed #31522 -- Made admin's SelectBox preserve scroll position.tapan gujjar2020-07-011-0/+24
|
* Fixed #31523 -- Removed jQuery dependency from actions.js.Jon Dufresne2020-06-242-13/+18
|
* Fixed #11157 -- Stopped removing stop words in admin's prepopulated_fields.Scott Cranfill2020-05-271-4/+3
| | | | Co-Authored-By: Andy Chosak <andy@chosak.org>
* Refs #31493 -- Changed IIFE to ES6 blocks.Jon Dufresne2020-04-299-12/+4
|
* Fixed #31493 -- Replaced var with const and let keywords in JavaScript.Jon Dufresne2020-04-298-70/+69
| | | | | | | | | 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.
* Fixed #31404 -- Changed selector-chosen's multiple attribute to HTML5 ↵zriv2020-03-271-0/+1
| | | | boolean syntax.
* Refs #31032 -- Removed unsupported browsers workarounds and comments in ↵Jon Dufresne2020-03-232-17/+0
| | | | | | | | | | admin's JavaScript. Since 8b30360322d4de6687e17ab267a856db4e3c78a6, the admin documentation is explicit that only modern evergreen browsers are supported. This allows removing several long standing workarounds for IE and Opera older versions. Since 2013, Opera is based on the Chromium blink engine.
* Removed bundled QUnit in favor of npm package.Jon Dufresne2020-03-173-4854/+2
|
* Removed event handlers after JavaScript tests complete.Jon Dufresne2020-03-171-0/+2
| | | | | Fixes error "Assertion occurred after test had finished" with newer versions of QUnit.
* Bumped minimum ESLint version to 6.8.0.Jon Dufresne2020-03-169-9/+9
|
* Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows ↵Jon Dufresne2020-03-092-24/+8
| | | | in admin.
* Fixed #30819 -- Fixed year determination in admin calendar widget for ↵Farhaan Bukhsh2019-12-301-0/+7
| | | | | | | | two-digit years. Two-digit years in the range of [00, 68] are in the current century, while [69,99] are in the previous century, according to the Open Group Specification.
* Fixed #29087 -- Added delete buttons for unsaved admin inlines on validation ↵Carlton Gibson2019-10-252-6/+168
| | | | error.
* Fixed typos in comments and docs.Min ho Kim2019-07-021-1/+1
|
* Bumped minimum ESLint version to 4.18.2.Markus Holtermann2019-06-211-1/+1
|
* Removed unused timeparse.js.Nick Pope2019-03-272-35/+0
| | | | Unused since its introduction in dd5320d1d56ca7603747dd68871e72eee99d9e67.
* Removed unused Date.prototype.getHourMinute().Nick Pope2019-03-271-5/+0
| | | | Unused since d2180a6bf3a72bad67bf4897b0ce2d94a6214fc4.
* Removed unused Date.prototype.getHourMinuteSecond().Nick Pope2019-03-271-5/+0
| | | | Unused since fa0653cd1d791a8bce835e8992cbeab6fd70d0e7.
* Added test for DateTimeShortcuts.js time zone warning.Claude Paroz2018-07-201-0/+11
|
* Fixed #29536 -- Fixed SelectFilter2.js resizing to make boxes have equal height.Claude Paroz2018-06-291-0/+4
| | | | Thanks Tim Graham for the review.
* Upgraded OpenLayers to 4.6.5 for OpenLayersWidgetClaude Paroz2018-05-101-1/+1
|
* Refs #28956 -- Removed usage of jQuery's deprecated .selector property in ↵Tim Graham2017-12-261-2/+2
| | | | admin JavaScript.
* Fixed #28688 -- Made admin's URLify.js skip removal of English words if ↵Sævar Öfjörð Magnússon2017-10-121-0/+5
| | | | non-ASCII chars are present.
* Fixed #28295 -- Made admin's URLify.js trim trailing hyphens.monotonee2017-06-131-0/+4
|
* Added JavaScript tests for contrib.admin's URLify.js.monotonee2017-06-132-0/+23
|
* Fixed #25006 -- Allowed custom time shortcuts in admin's time picker.Anton Samarchyan2017-05-271-0/+9
|
* Refs #27795 -- Stopped converting integer format settings to str in JS/JSON ↵Claude Paroz2017-05-081-2/+2
| | | | | | i18n views Thanks Tim Graham for the review.
* Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3Claude Paroz2017-01-022-18/+38
| | | | Thanks Tim Graham for the review.
* Fixed qunit tests (coverage still missing). (#7716)Florian Apolloner2016-12-193-5515/+0
|
* Updated to QUnit 2.0.1.Tim Graham2016-12-1911-489/+702
|
* Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js.Daniel Hahler2016-09-031-1/+1
|
* Fixed #26972 -- Fixed is_collection definition in MapWidget initializationClaude Paroz2016-07-311-0/+32
|
* Fixed #26811 -- Added addButton option to admin inlines JavaScript.David Sanders2016-06-281-0/+18
|
* Refs #26474, DEP 0003 -- Added blanket.js source file.Pyie Zone2016-06-063-40/+5431
|
* Updated qunit to 1.23.1.Tim Graham2016-05-162-1155/+1335
|
* Fixed #25856 -- Added %B support to Date.strftime.akoskaaa2016-04-061-0/+1
| | | | | This enables the admin to display the correct localized month name if %B is used in the date format.
* Refs #25165 -- Removed unnecessary HTML unescaping in admin add/edit popups.Thomas Grainger2016-01-081-12/+1
| | | | | Because we now load data into the page via JSON, we don't need to unescape it anymore.
* Fixed #24980 -- Fixed day determination in admin calendar widget.Alexander Gaevsky2016-01-071-3/+43
|
* Fixed #25845 -- Fixed incorrect timezone warnings in custom admin templates.Sven Grunewaldt2015-12-171-0/+4
|
* Updated qunit to 1.20.0.Nik Nyby2015-11-242-1783/+2123
|