summaryrefslogtreecommitdiff
path: root/django/contrib/admin/media
AgeCommit message (Expand)Author
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2008-04-15Fixed #7012 -- Added a missing file for CSS backgrounds with right-to-leftMalcolm Tredinnick
2008-01-06Fixed #6248 -- Fixed typo in urlify.js. Pointed out by arien.Malcolm Tredinnick
2007-12-17Fixed #5044 -- Added Latvian character map for Javascript slug generation. P...Malcolm Tredinnick
2007-11-25Fixed #2086 -- Changed `base.css` to import `null.css` (added in [6197]) inst...Gary Wilson Jr
2007-11-18Fixed #5880 -- Fixed an XSS hole in the admin interface.Gary Wilson Jr
2007-10-20Fixed #4902 -- Added some missing Czech uppercase characters to urlify.js.Malcolm Tredinnick
2007-10-20Fixed #5678 -- Added Polish transliteration to urlify.js. Thanks,Malcolm Tredinnick
2007-09-15Fixed #1888 -- Fixed small interface inaccuracy when using filter_interface=m...Adrian Holovaty
2007-09-14Fixed #4448: the calendar widget now refreshes if the date field is changed. ...Jacob Kaplan-Moss
2007-09-14Fixed 3136: Set .clockbox admin widget to auto width to allow for longer head...Wilson Miner
2007-09-14 Fixes #2086: Added null.css file to avoid spurious 404s due to the "high pas...Wilson Miner
2007-09-14Fixed #5067 -- Fixed a problem with javascript popup widgets appearing in the...Russell Keith-Magee
2007-09-13Fixed #5326 -- Added Ukrainian map for Javascript slug generation. Thanks, Ar...Malcolm Tredinnick
2007-08-25Fixed #348 -- Fixed bug in admin JavaScript filter interface. Thanks for the ...Adrian Holovaty
2007-08-11Fixed #4902 -- Added Czech support to urlify.js. Thanks, Honza Král.Malcolm Tredinnick
2007-07-13Fixed #4556 -- Stylistic changes to [5500]. Thanks, glin@seznam.cz.Malcolm Tredinnick
2007-07-12Fixed #4775 -- Added some missing Hungarian accents to the urlify.js LATIN_MA...Russell Keith-Magee
2007-07-04Fixed #4766 -- Added Russian support to Javascript slug creation. Thanks,Malcolm Tredinnick
2007-07-04Fixed Javascript syntax from [5608] that was causing a problem in Opera. FixedMalcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-20Fixed #4556 -- Admin showAddAnotherPopup JavaScript function can now handle U...Adrian Holovaty
2007-04-09Fixed #3926 -- Fixed typo in admin CSS. Thanks, Jeff Hilyard.Malcolm Tredinnick
2007-02-28Reverted [4590] (changes to field label CSS) since it caused more problems th...Jacob Kaplan-Moss
2007-02-26Small fix to admin CSS. Fixes #2205; thanks, treborhudson@gmail.comJacob Kaplan-Moss
2007-02-17Fixed #3259 -- Fixed problem with prepopulate_from for fields containingMalcolm Tredinnick
2006-11-20Fixed #3014 -- Admin 'now' shortcut for DateTimeFields now updates seconds, t...Adrian Holovaty
2006-11-07Fixed #2975: dateparse.js now correctly handles the last day of the year. Th...Jacob Kaplan-Moss
2006-09-11Fixed #2680 -- Made small correction to DateTimeShortcuts.js that was causing...Adrian Holovaty
2006-08-22Fixed #2570 -- Added 'DejaVu Sans' to admin global.css, because it is more ut...Adrian Holovaty
2006-08-02Fixed #2462 -- Changed showRelatedObjectLookupPopup to open a window that's 8...Adrian Holovaty
2006-08-01Modified Calendar and Clock javascript to evaluate popup position at time of ...Russell Keith-Magee
2006-07-21Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...Jacob Kaplan-Moss
2006-07-07Fixed #2142 -- Fixed JavaScript warnings in admin JS. Thanks, mike.capp@gmail...Adrian Holovaty
2006-06-12fixed #2128: updated BiDi supportGeorg Bauer
2006-06-08Fixed #2106 -- Made collapse-block JavaScript translatable. Thanks, ramiroAdrian Holovaty
2006-06-06fixed #2089: added language bidirectional support and updated the admin to us...Georg Bauer
2006-06-05Added more visible borders to form buttons.Wilson Miner
2006-06-02Fixed #1635 -- Admin-site related-object popup no longer fails for edit_inlin...Adrian Holovaty
2006-06-02Fixed #1999 -- Sidebar widths are now specified in ems and will scale up with...Wilson Miner
2006-06-02Fixed #2072 -- Moved IE hacks out of changelists.css into patch-iewin.css to ...Wilson Miner
2006-06-02Fixed #2055 -- Lengthened form labels on login screen to accommodate longer t...Wilson Miner
2006-06-02Fixed #744 -- Added icon to display null boolean values in admin changelists.Wilson Miner
2006-05-15Fixed #1849 -- Slugifying now collapses consecutive hyphens to a single hyphe...Adrian Holovaty
2006-05-09Added padding fix to container to address reported display issues in Safari.Wilson Miner
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-03-01Fixed #1426 -- Made several admin JavaScript improvements. Thanks, anonymousAdrian Holovaty
2006-02-27Fixed #620 -- raw_id_admin and limit_choices_to now play well together (thank...Jacob Kaplan-Moss
2006-02-27Fixed #1404 (thanks, Tom Tobin)Jacob Kaplan-Moss
2006-02-02Fixed positioning of ordering widget with liquid page widths.Wilson Miner