| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Thanks Tom Carrick for the review.
|
|
|
|
This enables the admin to display the month as locale's abbreviated
name if %b is used in the date format.
|
|
|
|
|
|
|
|
Co-Authored-By: Andy Chosak <andy@chosak.org>
|
|
|
|
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.
|
|
boolean syntax.
|
|
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.
|
|
|
|
Fixes error "Assertion occurred after test had finished" with newer
versions of QUnit.
|
|
|
|
in admin.
|
|
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.
|
|
error.
|
|
|
|
|
|
Unused since its introduction in dd5320d1d56ca7603747dd68871e72eee99d9e67.
|
|
Unused since d2180a6bf3a72bad67bf4897b0ce2d94a6214fc4.
|
|
Unused since fa0653cd1d791a8bce835e8992cbeab6fd70d0e7.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
admin JavaScript.
|
|
non-ASCII chars are present.
|
|
|
|
|
|
|
|
i18n views
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This enables the admin to display the correct localized month name if %B
is used in the date format.
|
|
Because we now load data into the page via JSON, we don't need to
unescape it anymore.
|
|
|
|
|
|
|
|
Thanks Trey Hunner for cleaning the initial patch and Tim Graham for
the review.
|