summaryrefslogtreecommitdiff
path: root/django/contrib/admin/static
AgeCommit message (Expand)Author
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
2011-09-16Reverted the change in r16683, which, while fixing an alignment issue in IE7 ...Julien Phalip
2011-09-13Fixed #4198 -- Fixed a small styling issue in the admin calendar widget. Than...Julien Phalip
2011-08-31Fixed #16059 -- Improved the usability of the admin's vertical and horizontal...Julien Phalip
2011-08-26Further improved on the work done in r16622 by making the help text icons loo...Julien Phalip
2011-08-25Fixed a small admin CSS issue where the "Save and continue editing" and "Save...Julien Phalip
2011-08-22Removed unused admin Javascript functions from source.Malcolm Tredinnick
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel