summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templates
AgeCommit message (Expand)Author
2006-08-17Changed admin/base.html template to add a NONE,NOARCHIVE meta tag for robots....Adrian Holovaty
2006-08-12Fixed #2533 -- Fixed XHTML error in admin edit_inline_tabular.html template. ...Adrian Holovaty
2006-08-12Fixed #2410 -- Added HTML ID attribute to <form> on admin change-list pages, ...Adrian Holovaty
2006-08-04Fixed #61 -- No more editing hashes when creating users via the admin. Create...Adrian Holovaty
2006-07-21Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...Jacob Kaplan-Moss
2006-07-19Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...Malcolm Tredinnick
2006-07-15More pre-emptive escaping of strings that should not be interpreted as HTML.Malcolm Tredinnick
2006-07-14Escaped variables that should not be interpreted as HTML and which mightMalcolm Tredinnick
2006-07-14Escaped all strings that should not contain active HTML tags.Malcolm Tredinnick
2006-07-14Fixed another title string that needed escaping (these strings do needMalcolm Tredinnick
2006-07-14Fixed #2346 -- Escaped string output in titles in admin interface. Thanks GaryMalcolm Tredinnick
2006-07-14Fixed #2345 -- escaped object titles in breadcrumb display in admin. ThanksMalcolm Tredinnick
2006-07-14Fixed #2344 -- Filtered some object string representations through the escapeMalcolm Tredinnick
2006-07-07Fixed #2290 -- Escaped HTML in admin messages. Thanks, SeanAdrian Holovaty
2006-07-04Changed admin/templates/admin/index.html to make <caption> translatableAdrian Holovaty
2006-06-30Fixed #2275 -- Added footer hook to admin base.html templateAdrian Holovaty
2006-06-18Fixed #2186 -- Fixed i18n variable substitution in admin/templates/registrati...Adrian Holovaty
2006-06-14Fixed #2152 -- Now HTML-escaping user.first_name in admin/base.html templateAdrian Holovaty
2006-06-12fixed #2128: updated BiDi supportGeorg Bauer
2006-06-07Fixed #2100 -- Made some remaining parts of the admin changelist translatable...Adrian Holovaty
2006-06-06fixed #2089: added language bidirectional support and updated the admin to us...Georg Bauer
2006-06-05Fixed #2084 -- Removed admin-site 'documentation / change password / log out'...Adrian Holovaty
2006-06-01Negligible spacing change to admin/templates/admin/field_line.htmlAdrian Holovaty
2006-06-01Fixed #2056 -- Escaped history messages in admin. Thanks, SmileyChrisAdrian Holovaty
2006-05-31Fixed bug in admin where it would redirect infinitely if invalid lookup param...Adrian Holovaty
2006-05-31Fixed #2006 -- Admin now quotes strings in breadcrumbs and filters. Thanks, m...Adrian Holovaty
2006-05-18Made a few small tweaks to admin doc pages.Jacob Kaplan-Moss
2006-05-05Fixed #1728 -- Fixed broken nav links in password_change_done admin page. Tha...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-02-27Exposed model __doc__ in admin docs views which fixes #1408. Thanks, poelziJacob Kaplan-Moss
2006-02-27Fixed #620 -- raw_id_admin and limit_choices_to now play well together (thank...Jacob Kaplan-Moss
2006-02-23Fixed #1387 -- Fixed some XHTML errors in admin templates. Thanks, vineetAdrian Holovaty
2006-01-27Fixed #1274 -- Fixed broken link in navigation in admin password-change templ...Adrian Holovaty
2006-01-23Removed example.com from default admin templates. One less thing to change in...Wilson Miner
2006-01-15Fixed #1090 -- Added {% block content_title %} hook to admin base.html templa...Adrian Holovaty
2006-01-12Added a link to admin docs in the userlinks block in admin templates.Wilson Miner
2006-01-09Fixed #1100 -- Admin RelatedObjectLookup JavaScript now works with OneToOneFi...Adrian Holovaty
2005-12-28Fixed #1102 -- Fixed some HTML validation errors in admin templates. Thanks, ...Adrian Holovaty
2005-12-17added missing translations to the file widgetGeorg Bauer
2005-12-09Fixed #1008 -- Added {{ block.super }} in change_form.html admin template. Th...Adrian Holovaty
2005-12-09Negligible quoting change to contrib/admin/templates/admin/change_form.htmlAdrian Holovaty
2005-12-07Fixed #926 -- Fixed spacing in admin index template/CSS to handle wider wordsAdrian Holovaty
2005-12-04first take at admin JavaScript translation - translation hooks for the calend...Georg Bauer
2005-12-01Fixed #951 -- Admin bookmarklets no longer assume admin is rooted at '/'Adrian Holovaty
2005-12-01Fixed #893 -- Admin 'change password' and 'log out' links no longer assume ad...Adrian Holovaty
2005-11-29Negligible spacing fix to admin/templates/widget/foreign.htmlAdrian Holovaty
2005-11-28Fixed #950 -- Fixed typo in admin bookmarklets template. Thanks, neshAdrian Holovaty
2005-11-28added a new translation tag for the search "go" buttonGeorg Bauer
2005-11-27Fixed bug in contrib/admin/templates/admin_doc/model_detail.htmlAdrian Holovaty
2005-11-27Fixed #917 -- Made admin change_list view overridable by custom templatesAdrian Holovaty