Django

Code

root/django/trunk/django/contrib/admin/templates


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9464 [9464] 11/15/08 18:09:39 wilson Updated stylesheet link on the change password form.
(edit) @9463 [9463] 11/15/08 18:08:48 wilson Removed the hidden import rules in the contrib.admin stylesheets. Each …
(edit) @9371 [9371] 11/09/08 12:51:28 kmtracey Fixed #9514 -- Made admin change_form template correctly recognize/report …
(edit) @9303 [9303] 10/31/08 18:44:24 wilson Applied contrib.admin IE CSS patches to IE6 and 7, and added simple hacks …
(edit) @9300 [9300] 10/31/08 18:01:38 wilson Added IE conditional comments to contrib.admin base template to block CSS …
(edit) @9297 [9297] 10/31/08 17:07:05 brosner Fixed #8882 -- When a foreign key is among the unique_together fields in …
(edit) @9276 [9276] 10/24/08 14:14:24 kmtracey Fixed #7179 -- Changed breadcrumbs on the add page so that a link to the …
(edit) @9243 [9243] 10/21/08 15:25:45 brosner Display non_field_errors of inline forms in the admin. This was a …
(edit) @9079 [9079] 09/21/08 11:15:09 kmtracey Fixed 8984: Only include a "Documentation" link on change password and …
(edit) @8984 [8984] 09/08/08 00:19:28 adrian Fixed #8172 -- Improved a whole bunch of contrib templates (admin, …
(edit) @8903 [8903] 09/02/08 23:22:39 mtredinnick Fixed #8812 -- Fixed up the positioning of the "delete" link in the …
(edit) @8877 [8877] 09/02/08 16:10:00 jacob Security fix. Announcement forthcoming.
(edit) @8871 [8871] 09/02/08 14:25:27 jacob Fixed #2612: fixed display of admin help_text with multiple fields on …
(edit) @8824 [8824] 09/01/08 17:59:43 brosner Fixed #2612 -- Fixed admin formatting when help_text is used with multiple …
(edit) @8762 [8762] 08/31/08 12:13:29 brosner Fixed #8631 -- Corrected a display issue with the popup submit_row where …
(edit) @8717 [8717] 08/29/08 14:28:53 jacob Fixed #7810: added named URLs for admin docs, and use them in the admin …
(edit) @8587 [8587] 08/26/08 13:15:19 brosner Marked a couple of unmarked strings in edit_inline templates and corrected …
(edit) @8586 [8586] 08/26/08 13:07:36 brosner Fixed #7984 -- 'View on site' links now work in inlines. Thanks philwo for …
(edit) @8555 [8555] 08/25/08 14:56:14 brosner Fixed #8547 -- Corrected the breadcrumb display in the object_history.html …
(edit) @8517 [8517] 08/24/08 03:51:33 russellm Fixed #8129: Modified the password reset email template to use a URL …
(edit) @8505 [8505] 08/23/08 17:10:45 mtredinnick Fixed #7903 -- Allow admin's prepopulated_from to work with TextFields?. …
(edit) @8501 [8501] 08/23/08 14:07:49 mtredinnick Tweaked the Admin add/change page so that "save" is still the …
(edit) @8496 [8496] 08/23/08 13:20:19 mtredinnick Updated password change template (in admin templates) to use current …
(edit) @8485 [8485] 08/23/08 09:23:50 russellm Fixed #7946: Modified object history template to use a common date format. …
(edit) @8474 [8474] 08/22/08 23:00:15 brosner Fixed #1390 -- Added an app index in the admin interface. Thanks juliae …
(edit) @8385 [8385] 08/15/08 12:38:39 brosner Fixed #957 -- prepopulated_fields now works correctly on inlines.
(edit) @8294 [8294] 08/10/08 23:31:55 gwilson Refs #7742 -- Changed the …
(edit) @8264 [8264] 08/09/08 10:53:50 jacob Fixed #7811: moved admindocs templates into admindocs/templates. This is …
(edit) @8240 [8240] 08/08/08 14:54:34 brosner Fixed #8163 -- Restore oldforms admin styling on input fields. Also …
(edit) @8226 [8226] 08/07/08 16:18:43 lukeplant Added a 'name' attribute to the 'Save' button on admin change form This …
(edit) @8171 [8171] 08/01/08 11:13:12 lukeplant Added a login link to the password reset completion screen.
(edit) @8162 [8162] 07/31/08 15:47:53 lukeplant Fixed #7723 - implemented a secure password reset form that uses a token …
(edit) @8137 [8137] 07/29/08 08:32:47 russellm Fixed #7695 -- Modified template to trust help_text on a model field. …
(edit) @8073 [8073] 07/25/08 09:44:56 lukeplant Fixed #6109 again.
(edit) @7967 [7967] 07/18/08 18:54:34 brosner Merged the newforms-admin branch into trunk. This is a backward …
(edit) @7294 [7294] 03/18/08 09:54:39 mtredinnick Added "svn:eol-style native" to every text file in the tree (*.txt, …
(edit) @7078 [7078] 02/03/08 01:39:10 mtredinnick Fixed #6109 -- Marked fieldset descriptions as safe from auto-escaping. …
(edit) @6781 [6781] 11/30/07 13:59:13 mtredinnick Fixed #6061 -- Don't escape help_text in the admin interface (so that …
(edit) @6735 [6735] 11/29/07 10:32:29 mtredinnick Fixed #5706 -- Fixed a couple of XHTML incompatibilities. Based on a patch …
(edit) @6671 [6671] 11/14/07 06:58:53 mtredinnick Implemented auto-escaping of variable output in templates. Fully …
(edit) @6391 [6391] 09/20/07 01:59:13 gwilson Fixed #3491 -- Fixed links in user-tools section of admin's base.html
(edit) @6153 [6153] 09/13/07 21:49:21 russellm Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces …
(edit) @5935 [5935] 08/19/07 00:40:47 mtredinnick Fixed #5155 -- Translated the model name (when available) in the Recent …
(edit) @5863 [5863] 08/11/07 22:26:35 adrian Fixed #5019 -- Fixed broken links in navigation of 'change password' admin …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @4302 [4302] 01/10/07 16:34:37 adrian Fixed #3269 -- Fixed typo in admin change_password.html template. Thanks, …
(edit) @4266 [4266] 12/30/06 01:16:25 adrian Fixed #3166 -- Added admin 'Change user password' view. Thanks for the …
(edit) @4230 [4230] 12/19/06 23:00:36 jacob Fixed #3128: Added explicit object-tools block so custom admin templates …
(edit) @4165 [4165] 12/06/06 00:23:59 adrian Fixed bug in admin with raw_id_admin -- change list in popup didn't append …
(edit) @3931 [3931] 10/24/06 16:30:38 adrian Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for …
(edit) @3856 [3856] 09/26/06 06:58:56 mtredinnick Fixed #2587 -- Removed some escaping from the summary fields.
(edit) @3642 [3642] 08/21/06 23:53:43 adrian Fixed #2587 -- Removed unnecessary escaping from …
(edit) @3600 [3600] 08/17/06 18:05:42 adrian Changed admin/base.html template to add a NONE,NOARCHIVE meta tag for …
(edit) @3571 [3571] 08/12/06 12:42:02 adrian Fixed #2533 -- Fixed XHTML error in admin edit_inline_tabular.html …
(edit) @3568 [3568] 08/12/06 00:42:48 adrian Fixed #2410 -- Added HTML ID attribute to <form> on admin change-list …
(edit) @3520 [3520] 08/03/06 23:18:12 adrian Fixed #61 -- No more editing hashes when creating users via the admin. …
(edit) @3415 [3415] 07/21/06 15:48:17 jacob Part 3 of pedant day: replaced all tabs in Django with spaces. Python the …
(edit) @3360 [3360] 07/18/06 21:09:26 mtredinnick Fixed #2332 -- Introduced is_authenticated() method on User and …
(edit) @3352 [3352] 07/14/06 20:07:13 mtredinnick More pre-emptive escaping of strings that should not be interpreted as …
(edit) @3350 [3350] 07/14/06 06:48:25 mtredinnick Escaped variables that should not be interpreted as HTML and which …
(edit) @3349 [3349] 07/14/06 06:04:33 mtredinnick Escaped all strings that should not contain active HTML tags.
(edit) @3343 [3343] 07/13/06 20:17:17 mtredinnick Fixed another title string that needed escaping (these strings do …
(edit) @3342 [3342] 07/13/06 20:03:01 mtredinnick Fixed #2346 -- Escaped string output in titles in admin interface. Thanks …
(edit) @3341 [3341] 07/13/06 20:00:09 mtredinnick Fixed #2345 -- escaped object titles in breadcrumb display in admin. …
(edit) @3339 [3339] 07/13/06 19:49:18 mtredinnick Fixed #2344 -- Filtered some object string representations through the …
(edit) @3282 [3282] 07/06/06 22:56:15 adrian Fixed #2290 -- Escaped HTML in admin messages. Thanks, Sean
(edit) @3270 [3270] 07/03/06 22:57:07 adrian Changed admin/templates/admin/index.html to make <caption> translatable
(edit) @3244 [3244] 06/30/06 14:21:02 adrian Fixed #2275 -- Added footer hook to admin base.html template
(edit) @3140 [3140] 06/18/06 12:32:15 adrian Fixed #2186 -- Fixed i18n variable substitution in …
(edit) @3129 [3129] 06/14/06 09:56:19 adrian Fixed #2152 -- Now HTML-escaping user.first_name in admin/base.html …
(edit) @3121 [3121] 06/12/06 09:52:51 hugo fixed #2128: updated BiDi? support
(edit) @3097 [3097] 06/06/06 22:17:58 adrian Fixed #2100 -- Made some remaining parts of the admin changelist …
(edit) @3091 [3091] 06/06/06 10:22:53 hugo fixed #2089: added language bidirectional support and updated the admin to …
(edit) @3079 [3079] 06/04/06 19:21:12 adrian Fixed #2084 -- Removed admin-site 'documentation / change password / log …
(edit) @3037 [3037] 05/31/06 22:37:59 adrian Negligible spacing change to admin/templates/admin/field_line.html
(edit) @3034 [3034] 05/31/06 21:10:44 adrian Fixed #2056 -- Escaped history messages in admin. Thanks, SmileyChris?
(edit) @3024 [3024] 05/31/06 10:25:23 adrian Fixed bug in admin where it would redirect infinitely if invalid lookup …
(edit) @3023 [3023] 05/31/06 10:10:01 adrian Fixed #2006 -- Admin now quotes strings in breadcrumbs and filters. …
(edit) @2938 [2938] 05/18/06 10:17:42 jacob Made a few small tweaks to admin doc pages.
(edit) @2840 [2840] 05/04/06 22:02:11 adrian Fixed #1728 -- Fixed broken nav links in password_change_done admin page. …
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2417 [2417] 02/27/06 15:05:50 jacob Exposed model doc in admin docs views which fixes #1408. Thanks, …
(edit) @2414 [2414] 02/27/06 12:52:54 jacob Fixed #620 -- raw_id_admin and limit_choices_to now play well together …
(edit) @2371 [2371] 02/23/06 13:05:40 adrian Fixed #1387 -- Fixed some XHTML errors in admin templates. Thanks, vineet
(edit) @2131 [2131] 01/27/06 09:45:10 adrian Fixed #1274 -- Fixed broken link in navigation in admin password-change …
(edit) @2117 [2117] 01/23/06 16:53:50 wilson Removed example.com from default admin templates. One less thing to change …
(edit) @1975 [1975] 01/15/06 00:07:43 adrian Fixed #1090 -- Added {% block content_title %} hook to admin base.html …
(edit) @1928 [1928] 01/12/06 11:35:57 wilson Added a link to admin docs in the userlinks block in admin templates.
(edit) @1881 [1881] 01/08/06 20:06:00 adrian Fixed #1100 -- Admin RelatedObjectLookup? JavaScript? now works with …
(edit) @1791 [1791] 12/28/05 17:32:56 adrian Fixed #1102 -- Fixed some HTML validation errors in admin templates. …
(edit) @1719 [1719] 12/17/05 15:27:54 hugo added missing translations to the file widget
(edit) @1576 [1576] 12/08/05 20:29:56 adrian Fixed #1008 -- Added {{ block.super }} in change_form.html admin template. …
(edit) @1572 [1572] 12/08/05 20:15:23 adrian Negligible quoting change to …
(edit) @1562 [1562] 12/06/05 23:04:07 adrian Fixed #926 -- Fixed spacing in admin index template/CSS to handle wider …
(edit) @1530 [1530] 12/04/05 06:30:14 hugo first take at admin JavaScript? translation - translation hooks for the …
(edit) @1522 [1522] 12/01/05 01:03:23 adrian Fixed #951 -- Admin bookmarklets no longer assume admin is rooted at '/'
(edit) @1521 [1521] 12/01/05 00:52:16 adrian Fixed #893 -- Admin 'change password' and 'log out' links no longer assume …
(edit) @1487 [1487] 11/28/05 23:50:31 adrian Negligible spacing fix to admin/templates/widget/foreign.html
(edit) @1479 [1479] 11/28/05 08:28:21 adrian Fixed #950 -- Fixed typo in admin bookmarklets template. Thanks, nesh
(edit) @1475 [1475] 11/28/05 04:29:41 hugo added a new translation tag for the search "go" button
Note: See TracRevisionLog for help on using the revision log.