summaryrefslogtreecommitdiff
path: root/js_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34045 -- Improved accessibility of selecting items in admin changelist.Durval Carvalho2023-02-161-1/+1
* 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
* 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
* 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
* 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
* Fixed #31404 -- Changed selector-chosen's multiple attribute to HTML5 boolean...zriv2020-03-271-0/+1
* Refs #31032 -- Removed unsupported browsers workarounds and comments in admin...Jon Dufresne2020-03-232-17/+0
* 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
* 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
* Fixed #30819 -- Fixed year determination in admin calendar widget for two-dig...Farhaan Bukhsh2019-12-301-0/+7
* Fixed #29087 -- Added delete buttons for unsaved admin inlines on validation ...Carlton Gibson2019-10-252-6/+168
* 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
* Removed unused Date.prototype.getHourMinute().Nick Pope2019-03-271-5/+0
* Removed unused Date.prototype.getHourMinuteSecond().Nick Pope2019-03-271-5/+0
* 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
* Upgraded OpenLayers to 4.6.5 for OpenLayersWidgetClaude Paroz2018-05-101-1/+1
* Refs #28956 -- Removed usage of jQuery's deprecated .selector property in adm...Tim Graham2017-12-261-2/+2
* Fixed #28688 -- Made admin's URLify.js skip removal of English words if non-A...Sævar Öfjörð Magnússon2017-10-121-0/+5
* 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 i...Claude Paroz2017-05-081-2/+2
* Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3Claude Paroz2017-01-022-18/+38
* 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
* Refs #25165 -- Removed unnecessary HTML unescaping in admin add/edit popups.Thomas Grainger2016-01-081-12/+1
* 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