summaryrefslogtreecommitdiff
path: root/js_tests/tests.html
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-291-1/+1
|
* Fixed #32204 -- Added quick filter to admin's navigation sidebar.Maxim Milovanov2021-03-311-0/+30
|
* Fixed #31523 -- Removed jQuery dependency from actions.js.Jon Dufresne2020-06-241-12/+17
|
* Refs #31032 -- Removed unsupported browsers workarounds and comments in ↵Jon Dufresne2020-03-231-1/+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-171-2/+2
|
* Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows ↵Jon Dufresne2020-03-091-3/+3
| | | | in admin.
* Fixed #29087 -- Added delete buttons for unsaved admin inlines on validation ↵Carlton Gibson2019-10-251-4/+42
| | | | error.
* Removed unused timeparse.js.Nick Pope2019-03-271-3/+0
| | | | Unused since its introduction in dd5320d1d56ca7603747dd68871e72eee99d9e67.
* Upgraded OpenLayers to 4.6.5 for OpenLayersWidgetClaude Paroz2018-05-101-1/+1
|
* Added JavaScript tests for contrib.admin's URLify.js.monotonee2017-06-131-0/+2
|
* Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3Claude Paroz2017-01-021-5/+9
| | | | Thanks Tim Graham for the review.
* Fixed qunit tests (coverage still missing). (#7716)Florian Apolloner2016-12-191-7/+0
|
* Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js.Daniel Hahler2016-09-031-1/+1
|
* Refs #26474, DEP 0003 -- Added blanket.js source file.Pyie Zone2016-06-061-1/+1
|
* Added basic JS tests for OLMapWidget.jsClaude Paroz2015-10-071-0/+9
| | | | | Thanks Trey Hunner for cleaning the initial patch and Tim Graham for the review.
* DEP 0003 -- Added JavaScript unit tests.Trey Hunner2015-06-301-0/+88
Setup QUnit, added tests, and measured test coverage. Thanks to Nick Sanford for the initial tests.