summaryrefslogtreecommitdiff
path: root/django/contrib/admin/static
AgeCommit message (Expand)Author
2013-08-13[1.6.x] Fixed overflow for the "Recent Actions" widget on the admin index.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
2012-11-03Fixed #17549 -- Added a clickable link for URLFields in admin change list.Ulrich Petri
2012-09-08Moved the admin inline JS to new JS files for cleanliness.Travis Swicegood
2012-09-07wrap long words in field labels on admin forms, closes #18755Dan Loewenherz
2012-07-07Fixed #17978 -- Fixed a minor layout issue when an inline contains a filter h...Julien Phalip
2012-06-16Updated the admin's minified JS files.Julien Phalip
2012-06-16Fixed #18477 -- Fixed colspan value when a TabularInline form contains valida...Julien Phalip
2012-06-05Merge branch 'master' of https://github.com/django/djangomartin.bohacek
2012-06-05Ticket #17804 fix.martin.bohacek
2012-05-20Regenerated the minified versions of the admin actions and admin inlines Java...Jannis Leidel
2012-05-18Merge pull request #24 from marcneuwirth/masterAdrian Holovaty
2012-05-16Swap out to === for the true comparison to avoid possible coercion issuesTravis Swicegood
2012-05-16Add missing semi-colonsTravis Swicegood
2012-05-16Remove `var` declaration---this variable is already delcared as an argumentTravis Swicegood
2012-05-16Make sure these functions don't bleed into the global scopeTravis Swicegood
2012-05-12Removed 'return false' in favor of preventDefault.Marc Neuwirth
2012-05-10Fixed #17518 -- CSS glitch in StackedInline.Aymeric Augustin
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz
2012-01-02Improved the labels and help texts in the admin filter widget.Julien Phalip
2011-12-24Added a password reset link to default admin login page if a password reset U...Luke Plant
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-12-09Checking in latest results of running Google Closure Compiler on the admin JS...Adrian Holovaty
2011-12-09Fixed #17218 -- Fixed bug with SelectFilter where the 'to' box had a height=0...Adrian Holovaty
2011-12-09Changed admin/js/collapse.js to take advantage of jQuery chaining in three pl...Adrian Holovaty
2011-12-09Removed way-outdated comment in SelectFilter2.js admin JS file. And we should...Adrian Holovaty
2011-11-01Fixed #5704 - Admin popup windows won't close when using application/xhtml as...Luke Plant
2011-10-22Fixed #17064 -- Improved the UX for the admin's time and date picker widgets ...Julien Phalip
2011-10-13Fixed a padding issue in admin tabular inline headers.Julien Phalip
2011-10-13Fixed #16776 -- Fixed a regression introduced in r16415 which caused Django's...Julien Phalip
2011-10-09Fixed #17019 -- Fixed a minor margin issue in multi-field admin form rows for...Julien Phalip
2011-09-24Simplified the admin changelist multi-sort interface specifically by removing...Julien Phalip
2011-09-19Fixed #16659 -- Made the admin's date drilldown links in the changelist have ...Julien Phalip