Opened 18 years ago

Closed 16 years ago

#2177 closed enhancement (invalid)

[Patch] Free Preview and Posted Templates for Comments App

Reported by: kanashii@… Owned by: nobody
Component: contrib.comments Version:
Severity: normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Currently in trunk when someone uses the free comments app the included form will redirect to a comment preview however their is no default freepreview.html template to use so I've cleaned up the one DjangoProject uses and added i18n tags.

Attachments (5)

free_preview.html (1.4 KB ) - added by kanashii@… 18 years ago.
posted.html (361 bytes ) - added by kanashii@… 18 years ago.
free_preview.2.html (1.4 KB ) - added by kanashii@… 18 years ago.
missed a translation
django.po (53.5 KB ) - added by coulix 18 years ago.
adding french translation for "Post comment"
template1.zip (1.5 KB ) - added by anonymous 18 years ago.

Download all attachments as: .zip

Change History (13)

by kanashii@…, 18 years ago

Attachment: free_preview.html added

by kanashii@…, 18 years ago

Attachment: posted.html added

comment:1 by kanashii@…, 18 years ago

Summary: Free Preview Template for Comments AppFree Preview and Posted Templates for Comments App

Changed to include Posted template as well since it's not included by default either.

by kanashii@…, 18 years ago

Attachment: free_preview.2.html added

missed a translation

by coulix, 18 years ago

Attachment: django.po added

adding french translation for "Post comment"

comment:2 by Tyson, 18 years ago

The template file names are pretty non-uniform, as well. Currently, they are:

freeform.html
free_preview.html
freecomment_list.html
posted.html

Would it be worth it to break backward compatibility slightly and change them to the following?

freecomment_form.html
freecomment_preview.html
freecomment_list.html
freecomment_posted.html

comment:3 by anonymous, 18 years ago

priority: highnormal
Summary: Free Preview and Posted Templates for Comments App[Patch] Free Preview and Posted Templates for Comments App

by anonymous, 18 years ago

Attachment: template1.zip added

comment:4 by Adrian Holovaty, 17 years ago

Component: Contrib appsdjango.contrib.comments

comment:5 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedAccepted

comment:6 by Simon G. <dev@…>, 17 years ago

Has patch: set

comment:7 by Jacob, 16 years ago

milestone: 1.0 beta

comment:8 by Jacob, 16 years ago

Resolution: invalid
Status: newclosed

With the new comment system added in [8557], I'm closing all comment-related tickets since they're against an old system. Please open a new ticket for this issue if it still applies in the new system.

Note: See TracTickets for help on using tickets.
Back to Top