summaryrefslogtreecommitdiff
path: root/django/contrib/admin/static
AgeCommit message (Expand)Author
2014-11-03Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos
2014-09-30Fixed #7361 -- Added cancel link to admin delete views.Nick Sandford
2014-08-24Fixed #23355 -- Updated admin jQuery to 1.11.1.Tim Graham
2014-08-13Fixed #18767 -- Fixed admin calendar for other locales than English.Maxime Turcotte
2014-08-13Removed tabs from an admin CSS file.Trey Hunner
2014-08-12Added newlines to the ends of CSS, HTML, and JavaScript files missing them.Trey Hunner
2014-08-12Fixed #23262 -- Made SelectFilter2.js move items on enter Key press.Collin Anderson
2014-07-31Fixed #13163 -- Added ability to show change links on inline objects in admin.Nick Sandford
2014-06-26Fixed #22894 -- Made admin add related/raw ID fields widgets customizable.Riccardo Magliocchetti
2014-06-05Fixed #22746 -- Removed background property from pre/code in admin CSS.Konstantin Koroviev
2014-03-11Fixed #21293 -- Adjusted admin header CSS to fix admin password reset template.Tim Graham
2014-03-06Fixed issues and added new scripts to urlify.jsBaptiste Mispelon
2014-02-22Added tests and minified javascript missing in 83a3add4bed8d8d49f93b30c817c66...Bas Peschier
2014-02-13Removed _actions_icnt declaration from local scope in admin JS.Bas Peschier
2013-11-23Fixed #21445 -- Clean up misuse of null in quickElement.Baptiste Mispelon
2013-11-18Optimise admin imagesCurtis Maloney
2013-10-15Updated admin alert colorsRyan Allen
2013-10-10Whitespace cleanup.Tim Graham
2013-10-09Fixed #19924 -- Fixed selectors in actions.js that did not use options.crccheck
2013-10-07Cleaned up admin CSS for consistency.Ryan Allen
2013-10-07Added min-width for date and time inputs in admin.Ryan Allen
2013-10-07Added a link in admin branding block to admin index.Ryan Allen
2013-10-04Fixed #11277 -- Hid labels of fields with HiddenInput widget in admin forms.Christopher Medrela
2013-09-17Added Arabic mapping to contrib/admin/static/admin/js/urlify.jsBeshr Kayali
2013-09-10Fixed #4574 -- Added CSS classes to the admin calendar widget for better cont...Roberto Aguilar
2013-09-06Fixed #20821 -- Added tooltips to Admin SelectBox widgetRudy Mutter
2013-08-13Fixed overflow for the "Recent Actions" widget on the admin index.Loic Bistuer
2013-07-30Updated some minified admin javascript files.Julien Phalip
2013-07-30Fixed #19082 -- Enabled admin field pre-population for existing objects.Julien Phalip
2013-07-23Fixed #19900 -- Updated admin buttons to use CSS3 rounded corners.Pedro Mourelle
2013-07-17Couple of cleanups in RelatedObjectLookups.jsTim Graham
2013-07-09Fixed #20663 -- "Today" and "now" admin shortcuts.Loic Bistuer
2013-06-19Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter.Loic Bistuer
2013-04-14Fixed #18231 -- Made JavaScript i18n not pollute global JS namespace.Matthew Tretter
2013-04-06Explicitly removes dismissCalendarAndrew Jesaitis
2013-04-06Explicitly removes dismissClockAndrew Jesaitis
2013-03-25Moved removeChildren to core.jsAndrew Jesaitis
2013-03-25Moved cancelEventPropagation into core.jsAndrew Jesaitis
2013-03-25Removed quickElement from calendar.jsAndrew Jesaitis
2013-03-20Fixed #19972 -- Fixed overflow issue in admin changelist pages.Florian Apolloner
2013-03-17Fixed #19550 -- Made the filtered select widget wider in the admin.Aymeric Augustin
2013-03-15Fixed #20055 -- Add url, email, and number input types to admin CSS.Baptiste Mispelon
2013-03-02Fixed #19177 -- Better layout for admin login form field labels.Pedro Mourelle
2013-02-20Fixed #19598 -- Fixed jQuery tagName retrievingClaude Paroz
2013-02-20Replaced the obsolete toggle event handling JS functionClaude Paroz
2013-02-20Fixed #14571 -- Updated embedded jQuery from 1.4.2 to 1.9.1Claude Paroz
2013-02-02Fixed #19333 -- Moved compress.py outside of the admin static folder. Thanks ...Julien Phalip
2013-02-01Merge pull request #334 from dlo/tickets/18755Aymeric Augustin
2012-12-16Fixed #19469 -- Removed opts.get_ordered_objects() and related codeAnssi Kääriäinen
2012-11-24Fixed #18722 -- Adjusted width of sortable columns in adminJonatan Heyman