summaryrefslogtreecommitdiff
path: root/js_tests/admin/core.test.js
AgeCommit message (Expand)Author
12 daysFormatted JavaScript files.Tom Carrick
2023-06-09Fixed #23049 -- Added %a and %A support to Date.strftime.sarahboyce
2020-10-28Fixed #32062 -- Added %b support to Date.strftime.Gagan Deep
2020-10-28Added unit test for Date.getFullMonthName.Gagan Deep
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
2020-03-16Bumped minimum ESLint version to 6.8.0.Jon Dufresne
2019-12-30Fixed #30819 -- Fixed year determination in admin calendar widget for two-dig...Farhaan Bukhsh
2019-03-27Removed unused Date.prototype.getHourMinute().Nick Pope
2019-03-27Removed unused Date.prototype.getHourMinuteSecond().Nick Pope
2016-12-19Updated to QUnit 2.0.1.Tim Graham
2016-04-06Fixed #25856 -- Added %B support to Date.strftime.akoskaaa
2016-01-07Fixed #24980 -- Fixed day determination in admin calendar widget.Alexander Gaevsky
2015-09-02Added linting for JavaScript tests.Nik Nyby
2015-06-30DEP 0003 -- Added JavaScript unit tests.Trey Hunner