summaryrefslogtreecommitdiff
path: root/django/contrib/admin/static
AgeCommit message (Expand)Author
2019-02-27[2.2.x] Refs #29523 -- Updated admin's collapse.min.js.Tim Graham
2019-02-25[2.2.x] Fixed #30208 -- Fixed login header height and alignment in the larges...Matthias Kestenholz
2018-11-09Used method chaining in DateTimeShortcuts.js.Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-10-11Fixed #29832 -- Updated Roboto font to v2.137.Mac Chapman
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-08-20Fixed #29690 -- Fixed aligned <ul> positioning for RTL languages in admin.Taha Jahangir
2018-08-18Fixed #29426 -- Made UUID inputs in the admin match the width of a UUID.mackong
2018-07-20Fixed #29523 -- Removed jQuery usage in DateTimeShortcuts.js & collapse.js.Claude Paroz
2018-07-10Fixed #29045 -- Fixed admin CSS so that select multiple elements honor the HT...Jonah Bishop
2018-06-29Fixed #29536 -- Fixed SelectFilter2.js resizing to make boxes have equal height.Claude Paroz
2018-05-29Fixed #28892 -- Allowed admin navbar height to expand if needed.Sara Heins
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-05-13Fixed #29401 -- Updated admin's jQuery to 3.3.1.T N
2018-04-05Fixed #29248 -- Renamed admin CSS class field-box to fieldBox.Faheel Ahmad
2018-03-15Fixed #28959 -- Fixed 'No, take me back' button on admin's inline popup.Josh Schneier
2018-01-20Removed library name from file names of admin's JavaScript library licenses.Tim Graham
2017-12-26Fixed #28956 -- Updated admin's jQuery to 3.2.1.Tim Graham
2017-12-26Refs #28956 -- Removed usage of jQuery's deprecated event methods in admin Ja...Tim Graham
2017-12-26Refs #28956 -- Removed usage of jQuery's deprecated .selector property in adm...Tim Graham
2017-12-26Updated minified admin JavaScript for the latest closure compiler.Tim Graham
2017-12-01Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another"...Tim Graham
2017-11-03Fixed #28768 -- Added Slovak char map for Javascript slug generation.Ondrej Kolimar
2017-10-12Fixed #28688 -- Made admin's URLify.js skip removal of English words if non-A...Sævar Öfjörð Magnússon
2017-10-09Fixed #28685 -- Fixed awkward wrapping of Select2 chips.Johannes Hoppe
2017-09-24Fixed JS linter errorClaude Paroz
2017-09-24Refs #25006 -- Marked again admin time picker shortcuts for translationClaude Paroz
2017-09-18Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...Johannes Hoppe
2017-09-18Refs #14370 -- Vendored Select2 4.0.3 for use by the admin.Johannes Hoppe
2017-09-16Fixed #26818 -- Added responsive CSS for the admin.elky
2017-08-28Fixed #28536 -- Removed old JS cross-browser utilitiesClaude Paroz
2017-08-26Removed lone usage of jQuery in admin's calendar.jsClaude Paroz
2017-08-08Fixed #28472 -- Optimized a jQuery selector in admin's actions.js.bc500
2017-06-13Added tel input type to admin CSS.Mariusz Felisiak
2017-06-13Fixed #28295 -- Made admin's URLify.js trim trailing hyphens.monotonee
2017-05-27Fixed #25006 -- Allowed custom time shortcuts in admin's time picker.Anton Samarchyan
2017-03-30Fixed #27942 -- Prevented admin from adding "add" buttons to all tables in in...Adonys Alea Boffill
2017-03-30Updated minified admin JavaScript for the latest closure compiler.Tim Graham
2017-01-23Fixed #27743 -- Prevented admin's "+" button icon from overlapping its label.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