summaryrefslogtreecommitdiff
path: root/django/contrib/admin/media
AgeCommit message (Expand)Author
2010-03-27Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...Jannis Leidel
2010-03-27Fixed #13175 - Fixed an off-by-one error in the admin inline JavaScript that ...Jannis Leidel
2010-03-15Fixed #13026 - Also update the index of lookup links when adding inlines dynm...Jannis Leidel
2010-02-17Fixed #12705 -- Date/time and select filter widgets now work again with newly...Justin Bronn
2010-02-07Fixed #12748 - Use charAt instead of array-like access to format string to pl...Jannis Leidel
2010-02-01Use a closure for embedding the admin actions JavaScript and updated the mini...Jannis Leidel
2010-02-01Being a good citizen, adding the jQuery license and a command line script to ...Jannis Leidel
2010-02-01Fixed #12695 - Force Firefox to not autocomplete input fields that are critic...Jannis Leidel
2010-02-01Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...Jannis Leidel
2010-01-26Ported collapsible admin fieldsets to jQuery. Thanks Rob Hudson.Jannis Leidel
2010-01-26Fixed #12282 - When paginated allow selecting all items in the admin changlist.Jannis Leidel
2010-01-26Fixed #12508 - Added ability to dynamically add inlines in the admin app.Jannis Leidel
2010-01-09Fixed #11697 - Allow shift clicking for selecting multiple action checkboxes ...Jannis Leidel
2010-01-05Fixed #10615 - Added selection counter to admin change list. Thanks to Martin...Jannis Leidel
2010-01-04Fixed #11314 - Highlight the current date in the admin calendar widget.Jannis Leidel
2010-01-04Fixed #12492 - Refactored JavaScript format localization by separating it fro...Jannis Leidel
2010-01-01Adding trailing semicolons to admin date and time widgets JavaScript (Refs [1...Jannis Leidel
2009-12-30Fixed #12454 - Added support for localized formats to admin date and time wid...Jannis Leidel
2009-12-22Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...Brian Rosner
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel
2009-10-27Fixed #11057: having no actions in the admin (`actions=None`) no longer messe...Jacob Kaplan-Moss
2009-04-11Fixed #10601 -- Fixed edit inline display in admin for right-to-left locales.Malcolm Tredinnick
2009-04-11Fixed #10783 -- Fixed Javascript error when adding a new object in admin.Malcolm Tredinnick
2009-04-11Fixed #10782 -- Fixed a Javascript error in the admin.Malcolm Tredinnick
2009-04-08Fixed #9341: add another on `ManyToManyField`s with `raw_id_admins` now works...Jacob Kaplan-Moss
2009-03-31Fixed a corner case from [10258]; thanks, Alex.Jacob Kaplan-Moss
2009-03-31Added row highlighting when selecting action checkmarks.Jacob Kaplan-Moss
2009-03-29Some minor tweaks to the admin changelist styles for the new action menus. Cu...Wilson Miner
2009-03-24Fixed #10597 -- select all checkbox on admin changelist now works under IE 6 ...Brian Rosner
2009-03-23Fixed #10505: added support for bulk admin actions, including a globally-avai...Jacob Kaplan-Moss
2008-11-21Fixed #9642 -- Made the admin calendar/clock popups go away when the users cl...Karen Tracey
2008-11-16Removed the hidden import rules in the contrib.admin stylesheets. Each indivi...Wilson Miner
2008-11-12Fixed #106 -- Refrain from generating popup window names that IE refuses to p...Karen Tracey
2008-10-31Consolidated contrib.admin styles by rolling layout.css and global.css direct...Wilson Miner
2008-10-31Applied contrib.admin IE CSS patches to IE6 and 7, and added simple hacks to ...Wilson Miner
2008-10-31Added IE conditional comments to contrib.admin base template to block CSS fro...Wilson Miner
2008-10-31Reformatted contrib.admin CSS to use multi-line selector format so changes ca...Wilson Miner
2008-09-20Added a generic "button" class to the admin styles to allow applying the stan...Wilson Miner
2008-09-16Fixed #9074: Added overflow: hidden to the submit-row div to clear the floate...Wilson Miner
2008-09-03Fixed #8832 -- Position the error icons on the right of the screen in the adminMalcolm Tredinnick
2008-09-03Fixed #8812 -- Fixed up the positioning of the "delete" link in the adminMalcolm Tredinnick
2008-09-02Fixed #2612: fixed display of admin `help_text` with multiple fields on the s...Jacob Kaplan-Moss
2008-08-25Fixed #8499 -- Corrected a couple of instances of where the CSS class name er...Brian Rosner
2008-08-23Tweaked the Admin add/change page so that "save" is still the highlightedMalcolm Tredinnick
2008-08-23Fixed #1390 -- Added an app index in the admin interface. Thanks juliae and e...Brian Rosner
2008-08-15Fixed #5385 -- Made the date returned from the calendar picker consistent wit...Brian Rosner
2008-08-11Fixed #8225 -- Right align radio fields in RTL mode, thanks remohammadi.Gary Wilson Jr
2008-08-08Fixed #8163 -- Restore oldforms admin styling on input fields. Also cleaned u...Brian Rosner
2008-08-05Merged the gis branch into trunk.Justin Bronn
2008-07-21Fixed #7858 -- Quick CSS fix for right-to-left written languages in inlines. ...Brian Rosner