django1/django/contrib/admin/media/js
Jannis Leidel 51cfd7a50b Fixed #11531 -- Removed unused dateparse.js from admin JavaScript directory.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16068 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-22 12:02:14 +00:00
..
admin Fixed #11414 -- Made sure the calendar and clock popup windows in the admin don't have a negative vertical position. Thanks uipko for the report and fix. 2011-01-04 01:15:54 +00:00
LICENSE-JQUERY.txt Being a good citizen, adding the jQuery license and a command line script to easily minify the jQuery based scripts. 2010-02-01 14:16:01 +00:00
SelectBox.js Fixed #348 -- Fixed bug in admin JavaScript filter interface. Thanks for the patch, Gary Wilson 2007-08-25 23:33:58 +00:00
SelectFilter2.js Fixed #12959 -- Added alt text to SelectFilter filter button. Thanks, acdha. 2011-01-05 22:41:06 +00:00
actions.js Fixed #13166 - Added JavaScript warnings to admin changelist to help against ambiguity between action and list_editable form submission. Thanks to blinkylights and aaugustin for the report and initial patch. 2010-05-02 23:02:16 +00:00
actions.min.js Fixed #13166 - Added JavaScript warnings to admin changelist to help against ambiguity between action and list_editable form submission. Thanks to blinkylights and aaugustin for the report and initial patch. 2010-05-02 23:02:16 +00:00
calendar.js Fixed #11314 - Highlight the current date in the admin calendar widget. 2010-01-04 22:48:36 +00:00
collapse.js Fixed #12882 - Moved the admin's jQuery into our own namespace to lower the risk of a clash with third party apps that use jQuery. 2010-04-13 10:28:24 +00:00
collapse.min.js Fixed #12882 - Moved the admin's jQuery into our own namespace to lower the risk of a clash with third party apps that use jQuery. 2010-04-13 10:28:24 +00:00
compress.py Fixed #13290 - Added a section about minification of admin JavaScript files to the contributing docs. Thanks to Gabriel Hurley for the report and patch. 2010-04-13 10:29:44 +00:00
core.js Fixed #13486 -- Corrected handling of %I in admin javascript version of strftime. Thanks to Bufke for the report, and jmil for the solution. 2010-05-12 11:00:12 +00:00
getElementsBySelector.js Fixed #10783 -- Fixed Javascript error when adding a new object in admin. 2009-04-11 11:33:10 +00:00
inlines.js Fixed #15569 -- Corrected the numbering updates to inlines when rows are added and deleted. Thanks to sbaechler for the report, to Arthur de Jong and mk for the work on the patch, and to Karen Tracey for the last minute testing help. 2011-03-17 00:44:12 +00:00
inlines.min.js Fixed #15569 -- Corrected the numbering updates to inlines when rows are added and deleted. Thanks to sbaechler for the report, to Arthur de Jong and mk for the work on the patch, and to Karen Tracey for the last minute testing help. 2011-03-17 00:44:12 +00:00
jquery.init.js Fixed #12882 - Moved the admin's jQuery into our own namespace to lower the risk of a clash with third party apps that use jQuery. 2010-04-13 10:28:24 +00:00
jquery.js Updated jQuery to 1.4.2. 2010-03-27 23:04:18 +00:00
jquery.min.js Updated jQuery to 1.4.2. 2010-03-27 23:04:18 +00:00
prepopulate.js Fixed #14193: prepopulated_fields javascript now concatenates in correct order. Thanks to bmihelac for the patch. 2010-10-10 09:57:23 +00:00
prepopulate.min.js Fixed #14303 -- Ensure that the ids created for new inlines are unique after interstitial deletions have occurred. Thanks to m0nonoke for the report, and Julien Phalip for the patch. 2011-02-05 04:46:05 +00:00
timeparse.js Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middleware. See BackwardsIncompatibleChanges for a full list of changes and information on how to update your code. 2005-10-19 01:09:05 +00:00
urlify.js Fixed #6248 -- Fixed typo in urlify.js. Pointed out by arien. 2008-01-06 03:55:23 +00:00