Opened 18 years ago

Closed 16 years ago

#2134 closed enhancement (invalid)

[patch] add comment object to comments/posted template

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

Description

This patch against django svn 20060611 adds the freshly posted comment
to the 'posted' template thus allowing to show the comment or link
via an anchor to the comment. E.g.
<a href="{{ object.get_absolute_url }}#comment-{{ comment.id }}">View Comment</a>

Get it at http://c0re.23.nu/c0de/misc/django-20060611-comment-link.patch

Attachments (1)

django-20060611-comment-link.diff (2.3 KB ) - added by md@… 18 years ago.
comment patch

Download all attachments as: .zip

Change History (12)

by md@…, 18 years ago

comment patch

comment:1 by md@…, 18 years ago

To be frank - I have tested this patch it only with Comments, not with FreeComments o_O.

comment:2 by anonymous, 18 years ago

Summary: [patch] add copmment object co comments/posted template[patch] add comment object co comments/posted template

comment:3 by anonymous, 18 years ago

Version: SVN

comment:4 by test@…, 18 years ago

Cc: olgmnkfa kwfuv added
Keywords: olgmnkfa kwfuv added
Summary: [patch] add comment object co comments/posted templateolgmnkfa kwfuv

luwmod fyjgs dobip rwhtvug dipebhntu ytizran qvcolksu

comment:5 by Adrian Holovaty, 18 years ago

Cc: olgmnkfa kwfuv removed
Keywords: olgmnkfa kwfuv removed
Summary: olgmnkfa kwfuv[patch] add comment object co comments/posted template to olgmnkfa kwfuv

Reverted very witty spam.

comment:6 by Malcolm Tredinnick, 18 years ago

Summary: [patch] add comment object co comments/posted template to olgmnkfa kwfuv[patch] add comment object to comments/posted template

Fixed title slightly.

comment:7 by Adrian Holovaty, 17 years ago

Component: Contrib appsdjango.contrib.comments

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

Triage Stage: UnreviewedReady for checkin

comment:10 by Malcolm Tredinnick, 17 years ago

Owner: changed from Adrian Holovaty to Jacob
Triage Stage: Ready for checkinAccepted

Since Jacob is rewriting the comments module for 1.0, I am going to leave this alone, since the current code has a limited lifespan. We don't really have a good state to put it in, but I'll move it back to accepted and assign it to him in case there is anything useful to pull out for the new code.

comment:14 by Jacob, 16 years ago

milestone: 1.0 beta

comment:15 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