summaryrefslogtreecommitdiff
path: root/django/contrib/admin/media/js
AgeCommit message (Expand)Author
2008-08-15Fixed #5385 -- Made the date returned from the calendar picker consistent wit...Brian Rosner
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
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-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 #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-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-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-02Fixed #1635 -- Admin-site related-object popup no longer fails for edit_inlin...Adrian Holovaty
2006-05-15Fixed #1849 -- Slugifying now collapses consecutive hyphens to a single hyphe...Adrian Holovaty
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
2006-01-11Removed a troublesome line of javascript that caused the many-to-many interfa...Jacob Kaplan-Moss
2005-12-09added more translation hooks to javascript code - this time it is the two-col...Georg Bauer
2005-12-09Fixed #975 -- JavaScript shortcut in raw_id_admin for ManyToManyFields no lon...Adrian Holovaty
2005-12-06added two more message IDs for translations to dateparse.js - month names and...Georg Bauer
2005-12-04added more translation hooks for calendar (month names and day first characte...Georg Bauer
2005-12-04first take at admin JavaScript translation - translation hooks for the calend...Georg Bauer
2005-11-06Fixed #729 -- prepopulate_from (urlify.js) now removes characters that aren't...Adrian Holovaty
2005-10-28Fixed #700 -- urlify.js now uses hyphens instead of underscoresAdrian Holovaty
2005-10-20Fixed #658 -- Fixed JavaScript calendar widget in IE. Thanks for the patch, k...Adrian Holovaty
2005-10-20Fixed #317 -- SlugField now accepts hyphens. Thanks, SuneAdrian Holovaty
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty