monotonee
|
7c4f05fae2
|
Fixed #28295 -- Made admin's URLify.js trim trailing hyphens.
|
2017-06-13 14:58:30 -04:00 |
monotonee
|
68812ba868
|
Added JavaScript tests for contrib.admin's URLify.js.
|
2017-06-13 14:23:38 -04:00 |
Anton Samarchyan
|
385cf7091e
|
Fixed #25006 -- Allowed custom time shortcuts in admin's time picker.
|
2017-05-27 10:50:18 -04:00 |
Claude Paroz
|
d842ada305
|
Refs #27795 -- Stopped converting integer format settings to str in JS/JSON i18n views
Thanks Tim Graham for the review.
|
2017-05-08 19:32:03 +02:00 |
Tim Graham
|
620dcdde6e
|
Updated to QUnit 2.0.1.
|
2016-12-19 12:43:47 -05:00 |
David Sanders
|
7ca6007bd2
|
Fixed #26811 -- Added addButton option to admin inlines JavaScript.
|
2016-06-28 15:19:53 -04:00 |
akoskaaa
|
ab2d34ba3f
|
Fixed #25856 -- Added %B support to Date.strftime.
This enables the admin to display the correct localized month name if %B
is used in the date format.
|
2016-04-06 10:41:58 -04:00 |
Thomas Grainger
|
cbaa3ee3ee
|
Refs #25165 -- Removed unnecessary HTML unescaping in admin add/edit popups.
Because we now load data into the page via JSON, we don't need to
unescape it anymore.
|
2016-01-08 18:24:04 -05:00 |
Alexander Gaevsky
|
44930cc466
|
Fixed #24980 -- Fixed day determination in admin calendar widget.
|
2016-01-07 11:13:05 -05:00 |
Sven Grunewaldt
|
9af40f5df1
|
Fixed #25845 -- Fixed incorrect timezone warnings in custom admin templates.
|
2015-12-17 14:35:13 -05:00 |
ramez
|
1335aa2fb9
|
Fixed #15760 -- Added JavaScript events for admin inline forms.
|
2015-09-21 15:34:44 -04:00 |
Nik Nyby
|
722bf23518
|
Added linting for JavaScript tests.
|
2015-09-02 13:52:38 -04:00 |
Trey Hunner
|
2d0dead224
|
DEP 0003 -- Added JavaScript unit tests.
Setup QUnit, added tests, and measured test coverage.
Thanks to Nick Sanford for the initial tests.
|
2015-06-30 21:04:16 -04:00 |