summaryrefslogtreecommitdiff
path: root/js_tests
AgeCommit message (Collapse)Author
2022-12-29Upgraded OpenLayers to v.7.2.2.Claude Paroz
2022-09-06Fixed #24179 -- Added filtering to selected side of vertical/horizontal filters.Gav O'Connor
2022-09-06Refs #24179 -- Added extra JS tests for admin vertical/horizontal filters.Gav O'Connor
2022-04-14Fixed #33637 -- Improved initial zoom level in MapWidget.Claude Paroz
2022-02-23Fixed #33328 -- Transformed formset:added/removed to native JS events.Claude Paroz
2021-11-25Fixed #33024 -- Fixed height of admin selector boxes in collapsed fieldset.Shubh1815
Thanks Tom Carrick for the review.
2021-03-31Fixed #32204 -- Added quick filter to admin's navigation sidebar.Maxim Milovanov
2020-10-28Fixed #32062 -- Added %b support to Date.strftime.Gagan Deep
This enables the admin to display the month as locale's abbreviated name if %b is used in the date format.
2020-10-28Added unit test for Date.getFullMonthName.Gagan Deep
2020-07-01Fixed #31522 -- Made admin's SelectBox preserve scroll position.tapan gujjar
2020-06-24Fixed #31523 -- Removed jQuery dependency from actions.js.Jon Dufresne
2020-05-27Fixed #11157 -- Stopped removing stop words in admin's prepopulated_fields.Scott Cranfill
Co-Authored-By: Andy Chosak <andy@chosak.org>
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-27Fixed #31404 -- Changed selector-chosen's multiple attribute to HTML5 ↵zriv
boolean syntax.
2020-03-23Refs #31032 -- Removed unsupported browsers workarounds and comments in ↵Jon Dufresne
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.
2020-03-17Removed bundled QUnit in favor of npm package.Jon Dufresne
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-12-30Fixed #30819 -- Fixed year determination in admin calendar widget for ↵Farhaan Bukhsh
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.
2019-10-25Fixed #29087 -- Added delete buttons for unsaved admin inlines on validation ↵Carlton Gibson
error.
2019-07-02Fixed typos in comments and docs.Min ho Kim
2019-06-21Bumped minimum ESLint version to 4.18.2.Markus Holtermann
2019-03-27Removed unused timeparse.js.Nick Pope
Unused since its introduction in dd5320d1d56ca7603747dd68871e72eee99d9e67.
2019-03-27Removed unused Date.prototype.getHourMinute().Nick Pope
Unused since d2180a6bf3a72bad67bf4897b0ce2d94a6214fc4.
2019-03-27Removed unused Date.prototype.getHourMinuteSecond().Nick Pope
Unused since fa0653cd1d791a8bce835e8992cbeab6fd70d0e7.
2018-07-20Added test for DateTimeShortcuts.js time zone warning.Claude Paroz
2018-06-29Fixed #29536 -- Fixed SelectFilter2.js resizing to make boxes have equal height.Claude Paroz
Thanks Tim Graham for the review.
2018-05-10Upgraded OpenLayers to 4.6.5 for OpenLayersWidgetClaude Paroz
2017-12-26Refs #28956 -- Removed usage of jQuery's deprecated .selector property in ↵Tim Graham
admin JavaScript.
2017-10-12Fixed #28688 -- Made admin's URLify.js skip removal of English words if ↵Sævar Öfjörð Magnússon
non-ASCII chars are present.
2017-06-13Fixed #28295 -- Made admin's URLify.js trim trailing hyphens.monotonee
2017-06-13Added JavaScript tests for contrib.admin's URLify.js.monotonee
2017-05-27Fixed #25006 -- Allowed custom time shortcuts in admin's time picker.Anton Samarchyan
2017-05-08Refs #27795 -- Stopped converting integer format settings to str in JS/JSON ↵Claude Paroz
i18n views Thanks Tim Graham for the review.
2017-01-02Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3Claude Paroz
Thanks Tim Graham for the review.
2016-12-19Fixed qunit tests (coverage still missing). (#7716)Florian Apolloner
2016-12-19Updated to QUnit 2.0.1.Tim Graham
2016-09-03Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js.Daniel Hahler
2016-07-31Fixed #26972 -- Fixed is_collection definition in MapWidget initializationClaude Paroz
2016-06-28Fixed #26811 -- Added addButton option to admin inlines JavaScript.David Sanders
2016-06-06Refs #26474, DEP 0003 -- Added blanket.js source file.Pyie Zone
2016-05-16Updated qunit to 1.23.1.Tim Graham
2016-04-06Fixed #25856 -- Added %B support to Date.strftime.akoskaaa
This enables the admin to display the correct localized month name if %B is used in the date format.
2016-01-08Refs #25165 -- Removed unnecessary HTML unescaping in admin add/edit popups.Thomas Grainger
Because we now load data into the page via JSON, we don't need to unescape it anymore.
2016-01-07Fixed #24980 -- Fixed day determination in admin calendar widget.Alexander Gaevsky
2015-12-17Fixed #25845 -- Fixed incorrect timezone warnings in custom admin templates.Sven Grunewaldt
2015-11-24Updated qunit to 1.20.0.Nik Nyby
2015-10-07Added basic JS tests for OLMapWidget.jsClaude Paroz
Thanks Trey Hunner for cleaning the initial patch and Tim Graham for the review.