Opened 18 years ago

Closed 16 years ago

Last modified 12 years ago

#1829 closed defect (wontfix)

[patch] Move comments app URLconf to django.contrib.comments.urls

Reported by: Alex Dedul Owned by: nobody
Component: contrib.comments Version:
Severity: normal Keywords: sprintsept14
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This way it will be more consistent with new shorten admin URLconf path after MR and have, well, shorten and nicer look.

Attachments (1)

comments-url.diff (2.2 KB ) - added by Jannis Leidel <jl@…> 17 years ago.
Moved django.contrib.comments.urls.comments to django.contrib.comments.urls

Download all attachments as: .zip

Change History (12)

comment:1 by Adrian Holovaty, 18 years ago

#2017 was a duplicate.

comment:2 by Link, 18 years ago

Type: taskdefect

comment:3 by Adrian Holovaty, 18 years ago

Status: newassigned

comment:4 by Adrian Holovaty, 17 years ago

Component: Toolsdjango.contrib.comments

comment:5 by jimmy stahler, 17 years ago

Component: django.contrib.commentsTemplate system
Keywords: smily added
Needs documentation: set
Patch needs improvement: set
Resolution: fixed
Status: assignedclosed
Summary: Move comments app URLconf to django.contrib.comments.urls;-]''''''''''
Triage Stage: UnreviewedAccepted
Version: other branch

;-]

==[]



comment:6 by Alex Dedul, 17 years ago

Component: Template systemdjango.contrib.comments
Keywords: smily removed
Needs documentation: unset
Patch needs improvement: unset
Resolution: fixed
Status: closedreopened
Summary: ;-]''''''''''Move comments app URLconf to django.contrib.comments.urls
Triage Stage: AcceptedUnreviewed
Version: other branch

Reverted spam.

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

Triage Stage: UnreviewedAccepted

by Jannis Leidel <jl@…>, 17 years ago

Attachment: comments-url.diff added

Moved django.contrib.comments.urls.comments to django.contrib.comments.urls

comment:8 by Jannis Leidel <jl@…>, 17 years ago

Has patch: set
Summary: Move comments app URLconf to django.contrib.comments.urls[patch] Move comments app URLconf to django.contrib.comments.urls

comment:9 by James Bennett, 17 years ago

Keywords: sprintsept14 added
Triage Stage: AcceptedReady for checkin

Tentatively marking ready for checking, but this is backwards-incompatible and would have to be documented as such.

comment:10 by Malcolm Tredinnick, 16 years ago

Resolution: wontfix
Status: reopenedclosed

Given our plan to replace contrib.comments prior to 1.0, I think it's not worth introducing this backwards incompatibility that won't even last a single release. It's something that could be done in the new version, but I think it's wontfix for the current code.

comment:11 by Jacob, 12 years ago

milestone: 1.0 beta

Milestone 1.0 beta deleted

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