index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
/
media
/
js
Age
Commit message (
Expand
)
Author
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-06-16
Stopped the admin JavaScript code from completely removing the `jQuery` objec...
Jannis Leidel
2011-04-22
Fixed #11531 -- Removed unused dateparse.js from admin JavaScript directory.
Jannis Leidel
2011-03-17
Fixed #15569 -- Corrected the numbering updates to inlines when rows are adde...
Russell Keith-Magee
2011-02-06
Fixed #13674 -- Ensure that labels on added inlines fields have the right 'fo...
Russell Keith-Magee
2011-02-05
Fixed #14303 -- Ensure that the ids created for new inlines are unique after ...
Russell Keith-Magee
2011-02-05
Fixed #14830 -- Ensure that radio buttons on inlines preserve their default v...
Russell Keith-Magee
2011-01-05
Fixed #12959 -- Added alt text to SelectFilter filter button. Thanks, acdha.
Jannis Leidel
2011-01-05
Fixed #6183 -- Stopped hiding the help text for SelectFilter widgets. Thanks,...
Jannis Leidel
2011-01-04
Fixed #11414 -- Made sure the calendar and clock popup windows in the admin d...
Ramiro Morales
2010-10-10
Fixed #14193: prepopulated_fields javascript now concatenates in correct orde...
Andrew Godwin
2010-09-10
Fixed date parsing of 31st dates when current month has 30 days (!!).
Malcolm Tredinnick
2010-05-12
Fixed #13486 -- Corrected handling of %I in admin javascript version of strft...
Russell Keith-Magee
2010-05-11
Fixed #13521 -- Corrected javascript comparisons determining when to show and...
Russell Keith-Magee
2010-05-04
Fixed #13459 -- Corrected numbering of tr elements in the admin. Reverts the ...
Russell Keith-Magee
2010-05-02
Fixed #13166 - Added JavaScript warnings to admin changelist to help against ...
Jannis Leidel
2010-05-02
Fixed #13459 -- Corrected ID numbering of dynamically added inlines in the ad...
Russell Keith-Magee
2010-04-19
Fixed #11967: use a different technique to get `ADMIN_MEDIA_PREFIX` in admin JS.
Jacob Kaplan-Moss
2010-04-13
Fixed #13290 - Added a section about minification of admin JavaScript files t...
Jannis Leidel
2010-04-13
Fixed #12903 - Made translating the admin action selection text easier. Thank...
Jannis Leidel
2010-04-13
Also minify the JavaScript file for pre-populated form fields in the admin.
Jannis Leidel
2010-04-13
Fixed #12882 - Moved the admin's jQuery into our own namespace to lower the r...
Jannis Leidel
2010-04-07
Fixed #13068, #9264, #9983, #9784 - regression with pre-populated fields and ...
Luke Plant
2010-03-27
Updated jQuery to 1.4.2.
Jannis Leidel
2010-03-27
Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...
Jannis Leidel
2010-03-27
Fixed #13175 - Fixed an off-by-one error in the admin inline JavaScript that ...
Jannis Leidel
2010-03-15
Fixed #13026 - Also update the index of lookup links when adding inlines dynm...
Jannis Leidel
2010-02-17
Fixed #12705 -- Date/time and select filter widgets now work again with newly...
Justin Bronn
2010-02-07
Fixed #12748 - Use charAt instead of array-like access to format string to pl...
Jannis Leidel
2010-02-01
Use a closure for embedding the admin actions JavaScript and updated the mini...
Jannis Leidel
2010-02-01
Being a good citizen, adding the jQuery license and a command line script to ...
Jannis Leidel
2010-02-01
Fixed #12695 - Force Firefox to not autocomplete input fields that are critic...
Jannis Leidel
2010-02-01
Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...
Jannis Leidel
2010-01-26
Ported collapsible admin fieldsets to jQuery. Thanks Rob Hudson.
Jannis Leidel
2010-01-26
Fixed #12282 - When paginated allow selecting all items in the admin changlist.
Jannis Leidel
2010-01-26
Fixed #12508 - Added ability to dynamically add inlines in the admin app.
Jannis Leidel
2010-01-09
Fixed #11697 - Allow shift clicking for selecting multiple action checkboxes ...
Jannis Leidel
2010-01-05
Fixed #10615 - Added selection counter to admin change list. Thanks to Martin...
Jannis Leidel
2010-01-04
Fixed #11314 - Highlight the current date in the admin calendar widget.
Jannis Leidel
2010-01-04
Fixed #12492 - Refactored JavaScript format localization by separating it fro...
Jannis Leidel
2010-01-01
Adding trailing semicolons to admin date and time widgets JavaScript (Refs [1...
Jannis Leidel
2009-12-30
Fixed #12454 - Added support for localized formats to admin date and time wid...
Jannis Leidel
2009-12-22
Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...
Jannis Leidel
2009-04-11
Fixed #10783 -- Fixed Javascript error when adding a new object in admin.
Malcolm Tredinnick
2009-04-11
Fixed #10782 -- Fixed a Javascript error in the admin.
Malcolm Tredinnick
2009-04-08
Fixed #9341: add another on `ManyToManyField`s with `raw_id_admins` now works...
Jacob Kaplan-Moss
2009-03-31
Fixed a corner case from [10258]; thanks, Alex.
Jacob Kaplan-Moss
2009-03-31
Added row highlighting when selecting action checkmarks.
Jacob Kaplan-Moss
2009-03-24
Fixed #10597 -- select all checkbox on admin changelist now works under IE 6 ...
Brian Rosner
2009-03-23
Fixed #10505: added support for bulk admin actions, including a globally-avai...
Jacob Kaplan-Moss
[next]