summaryrefslogtreecommitdiff
path: root/js_tests
AgeCommit message (Collapse)Author
2016-07-31[1.10.x] Fixed #26972 -- Fixed is_collection definition in MapWidget ↵Claude Paroz
initialization Backport of f530b4fdfc2be3c2a0edcf38ebeb12bb5a4f0b83 from master.
2016-06-06[1.10.x] Refs #26474, DEP 0003 -- Added blanket.js source file.Pyie Zone
Backport of 8f8dc830dfeb321b0de3325a8d2c859fdc20c3af from master
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.
2015-09-21Fixed #15760 -- Added JavaScript events for admin inline forms.ramez
2015-09-02Added linting for JavaScript tests.Nik Nyby
2015-06-30DEP 0003 -- Added JavaScript unit tests.Trey Hunner
Setup QUnit, added tests, and measured test coverage. Thanks to Nick Sanford for the initial tests.