Nick Mavrakis
|
e5c2e43cc8
|
Fixed #27743 -- Prevented admin's "+" button icon from overlapping its label.
|
2017-01-23 19:24:47 -05:00 |
Jacob Rief
|
b3162cab94
|
Fixed #27386 -- Wrapped admin's readonly fields in <div> rather than <p>.
|
2016-11-12 10:02:57 -05:00 |
Julian Andrews
|
adc93e8599
|
Fixed #26357 -- Allowed admin popups to work on links added after page load.
|
2016-10-24 20:17:31 -04:00 |
Mehdi Pourfar
|
13a8e633c2
|
Fixed #27158 -- Fixed positioning of admin's many-to-many widgets in rtl.css.
|
2016-09-22 19:23:24 -04:00 |
Alexander Gaevsky
|
536db42cf0
|
Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.
|
2016-09-10 18:23:18 -04:00 |
Alexander Gaevsky
|
2d26b4637f
|
Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.
|
2016-09-10 16:54:10 -04:00 |
Chad Whitman
|
bc1e9e823b
|
Removed duplicate admin CSS selector.
|
2016-07-21 16:58:14 -04:00 |
Tim Graham
|
93c538694e
|
Fixed XSS in admin's add/change related popup.
This is a security fix.
|
2016-07-18 11:17:01 -04:00 |
Kenneth
|
2f587737d7
|
Fixed #26872 -- Fixed text overflow in ModelAdmin.list_filter.
|
2016-07-09 08:06:42 -04:00 |
Lh4cKg
|
18571aefe6
|
Added Georgian mapping to contrib/admin/static/admin/js/urlify.js
|
2016-06-29 09:59:03 -04:00 |
David Sanders
|
7ca6007bd2
|
Fixed #26811 -- Added addButton option to admin inlines JavaScript.
|
2016-06-28 15:19:53 -04:00 |
Dmitry Medvinsky
|
0451dcc2eb
|
Fixed #26742 -- Fixed action select color in admin changelist.
|
2016-06-10 11:39:11 -04:00 |
Pyie Zone
|
054e74420b
|
Refs #16501, #26474 -- Added xregexp.js source file.
|
2016-06-06 09:25:02 -04:00 |
Tim Graham
|
c999c8d8f6
|
Updated admin's jQuery to 2.2.3.
|
2016-05-17 07:20:06 -04:00 |
David Sanders
|
14c952d581
|
Fixed #26612 -- Fixed SelectFilter2 buttons changing URL.
|
2016-05-13 09:06:20 -04:00 |
David Sanders
|
e00d77c483
|
Fixed #26575 -- Disabled SelectFilter buttons when inactive.
|
2016-05-03 13:09:07 -04:00 |
David Sanders
|
fb68674ea4
|
Fixed #26561 -- Improved admin's JavaScript SelectBox performance on large lists.
|
2016-05-03 10:24:22 -04:00 |
Tim Graham
|
7d6e6e8367
|
Fixed #26473 -- chmod -x on django/contrib/admin/static/admin/fonts/LICENSE.txt
|
2016-04-06 12:36:07 -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 |
Tim Graham
|
acfaec3db5
|
Fixed #26387 -- Restored the functionality of the admin's raw_id_fields in list_editable.
|
2016-03-25 13:47:42 -04:00 |
Collin Anderson
|
b55c77ed18
|
Removed unused xmlhttp from admin's core.js.
|
2016-03-24 17:27:53 -04:00 |
Nik Nyby
|
275d11fbc5
|
Corrected comment about SelectFilter2's dependencies.
|
2016-01-25 14:33:59 -05: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
|
ea7542891a
|
Refs #24980 -- Fixed incorrect timezone handling in admin calendar widget.
|
2016-01-08 17:21:47 -05:00 |
Alexander Gaevsky
|
44930cc466
|
Fixed #24980 -- Fixed day determination in admin calendar widget.
|
2016-01-07 11:13:05 -05:00 |
Akshesh
|
0d855990f7
|
Fixed #25967 -- Indicated required fields in admin.TabularInline headers.
|
2015-12-28 12:50:46 -05:00 |
Tim Graham
|
541000773a
|
Replaced some usage of django.jQuery with $.
|
2015-12-21 09:29:58 -05:00 |
Tim Graham
|
f18b08748a
|
Fixed #25903 -- Fixed the admin's list_editable add/change buttons.
|
2015-12-21 09:29:57 -05:00 |
Sven Grunewaldt
|
9af40f5df1
|
Fixed #25845 -- Fixed incorrect timezone warnings in custom admin templates.
|
2015-12-17 14:35:13 -05:00 |
Thomas Grainger
|
d638cdc42a
|
Fixed #25165 -- Removed inline JavaScript from the admin.
This allows setting a Content-Security-Policy HTTP header
(refs #15727).
Special thanks to blighj, the original author of this patch.
|
2015-12-05 15:51:57 -05:00 |
bphillips
|
7f663aeccf
|
Fixed #25820 -- Allowed whitespace in admin's calendar.js month/weekday names.
This is useful for certain language translations.
|
2015-12-03 19:44:15 -05:00 |
elky
|
2084aed20c
|
Fixed #25827 -- Removed extra spacing in admin's DateTimeField.
|
2015-11-30 08:46:22 -05:00 |
Ryan Allen
|
25cccca0a2
|
Fixed #25378 -- Improved tab through experience in admin.
|
2015-09-23 17:50:10 -04:00 |
ramez
|
1335aa2fb9
|
Fixed #15760 -- Added JavaScript events for admin inline forms.
|
2015-09-21 15:34:44 -04:00 |
elky
|
8e84d9c844
|
Fixed #25365 -- Fixed visual issues in filter_vertical widget introduced by SVG icons commit.
|
2015-09-07 14:31:32 -04:00 |
elky
|
e23e7b2ffe
|
Fixed #11544 -- Removed !important rules in contrib.admin styles.
|
2015-09-07 08:26:33 -04:00 |
elky
|
4c0447b2ae
|
Removed unused CSS in contrib.admin.
The corresponding HTML was removed in
738d9af1e8 .
|
2015-09-04 08:59:50 -04:00 |
elky
|
86cd89095a
|
Fixed #25348 -- Removed unused gif/png images from contrib.admin.
|
2015-09-04 08:55:36 -04:00 |
Maxime Lorant
|
c92cd22d02
|
Refs #25345 -- Updated links to code.google.com.
|
2015-09-04 08:14:21 -04:00 |
Tim Graham
|
123984ff66
|
Fixed #25289 -- Updated admin's jQuery to 2.1.4.
|
2015-08-31 09:39:43 -04:00 |
elky
|
c32b61c6fd
|
Fixed #20597 -- Replaced admin GIF/PNG icons by SVG
|
2015-08-27 17:21:02 -04:00 |
Pedro Maltez
|
b04544e21d
|
Corrected inconsistent indentation in django/contrib/admin/static/admin/js/urlify.js.
|
2015-08-18 16:15:54 -04:00 |
Pedro Maltez
|
aed97bc222
|
Fixed typo in django/contrib/admin/static/admin/js/urlify.js.
|
2015-08-18 16:15:54 -04:00 |
elky
|
35901e64b0
|
Fixed #24444 -- Updated contrib.admin to use django-flat-theme
|
2015-07-30 15:18:22 -04:00 |
Tim Graham
|
71df9b7de4
|
Fixed JavaScript "no-cond-assign" violations.
|
2015-07-22 17:09:53 -04:00 |
Tim Graham
|
fbb4f0797c
|
Fixed JavaScript "strict" violations.
|
2015-07-22 17:09:53 -04:00 |
Tim Graham
|
5dceb7c828
|
Fixed JavaScript "no-underscore-dangle" violations.
|
2015-07-22 17:09:53 -04:00 |
Tim Graham
|
85d6b5d1ed
|
Fixed JavaScript "no-shadow" violations.
|
2015-07-22 17:09:52 -04:00 |
Tim Graham
|
8eeb566aca
|
Fixed #25149 -- Replaced window.__admin_utc_offset__ with a data attribute.
|
2015-07-22 17:09:52 -04:00 |
Tim Graham
|
a131d9ce55
|
Fixed JavaScript "no-octal-escape" violations.
|
2015-07-18 06:57:10 -04:00 |