summaryrefslogtreecommitdiff
path: root/django/contrib/admin/static
AgeCommit message (Expand)Author
2017-01-23[1.11.x] Fixed #27743 -- Prevented admin's "+" button icon from overlapping i...Nick Mavrakis
2016-11-12Fixed #27386 -- Wrapped admin's readonly fields in <div> rather than <p>.Jacob Rief
2016-10-24Fixed #26357 -- Allowed admin popups to work on links added after page load.Julian Andrews
2016-09-22Fixed #27158 -- Fixed positioning of admin's many-to-many widgets in rtl.css.Mehdi Pourfar
2016-09-10Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.Alexander Gaevsky
2016-09-10Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.Alexander Gaevsky
2016-07-21Removed duplicate admin CSS selector.Chad Whitman
2016-07-18Fixed XSS in admin's add/change related popup.Tim Graham
2016-07-09Fixed #26872 -- Fixed text overflow in ModelAdmin.list_filter.Kenneth
2016-06-29Added Georgian mapping to contrib/admin/static/admin/js/urlify.jsLh4cKg
2016-06-28Fixed #26811 -- Added addButton option to admin inlines JavaScript.David Sanders
2016-06-10Fixed #26742 -- Fixed action select color in admin changelist.Dmitry Medvinsky
2016-06-06Refs #16501, #26474 -- Added xregexp.js source file.Pyie Zone
2016-05-17Updated admin's jQuery to 2.2.3.Tim Graham
2016-05-13Fixed #26612 -- Fixed SelectFilter2 buttons changing URL.David Sanders
2016-05-03Fixed #26575 -- Disabled SelectFilter buttons when inactive.David Sanders
2016-05-03Fixed #26561 -- Improved admin's JavaScript SelectBox performance on large li...David Sanders
2016-04-06Fixed #26473 -- chmod -x on django/contrib/admin/static/admin/fonts/LICENSE.txtTim Graham
2016-04-06Fixed #25856 -- Added %B support to Date.strftime.akoskaaa
2016-03-25Fixed #26387 -- Restored the functionality of the admin's raw_id_fields in li...Tim Graham
2016-03-24Removed unused xmlhttp from admin's core.js.Collin Anderson
2016-01-25Corrected comment about SelectFilter2's dependencies.Nik Nyby
2016-01-08Refs #25165 -- Removed unnecessary HTML unescaping in admin add/edit popups.Thomas Grainger
2016-01-08Refs #24980 -- Fixed incorrect timezone handling in admin calendar widget.Alexander Gaevsky
2016-01-07Fixed #24980 -- Fixed day determination in admin calendar widget.Alexander Gaevsky
2015-12-28Fixed #25967 -- Indicated required fields in admin.TabularInline headers.Akshesh
2015-12-21Replaced some usage of django.jQuery with $.Tim Graham
2015-12-21Fixed #25903 -- Fixed the admin's list_editable add/change buttons.Tim Graham
2015-12-17Fixed #25845 -- Fixed incorrect timezone warnings in custom admin templates.Sven Grunewaldt
2015-12-05Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger
2015-12-03Fixed #25820 -- Allowed whitespace in admin's calendar.js month/weekday names.bphillips
2015-11-30Fixed #25827 -- Removed extra spacing in admin's DateTimeField.elky
2015-09-23Fixed #25378 -- Improved tab through experience in admin.Ryan Allen
2015-09-21Fixed #15760 -- Added JavaScript events for admin inline forms.ramez
2015-09-07Fixed #25365 -- Fixed visual issues in filter_vertical widget introduced by S...elky
2015-09-07Fixed #11544 -- Removed !important rules in contrib.admin styles.elky
2015-09-04Removed unused CSS in contrib.admin.elky
2015-09-04Fixed #25348 -- Removed unused gif/png images from contrib.admin.elky
2015-09-04Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-08-31Fixed #25289 -- Updated admin's jQuery to 2.1.4.Tim Graham
2015-08-27Fixed #20597 -- Replaced admin GIF/PNG icons by SVGelky
2015-08-18Corrected inconsistent indentation in django/contrib/admin/static/admin/js/ur...Pedro Maltez
2015-08-18Fixed typo in django/contrib/admin/static/admin/js/urlify.js.Pedro Maltez
2015-07-30Fixed #24444 -- Updated contrib.admin to use django-flat-themeelky
2015-07-22Fixed JavaScript "no-cond-assign" violations.Tim Graham
2015-07-22Fixed JavaScript "strict" violations.Tim Graham
2015-07-22Fixed JavaScript "no-underscore-dangle" violations.Tim Graham
2015-07-22Fixed JavaScript "no-shadow" violations.Tim Graham
2015-07-22Fixed #25149 -- Replaced window.__admin_utc_offset__ with a data attribute.Tim Graham
2015-07-18Fixed JavaScript "no-octal-escape" violations.Tim Graham