Development

#2900 (Allow some formatting/HTML in comments)

You must first sign up to be able to contribute.

Ticket #2900 (closed enhancement: fixed)

Opened 7 months ago

Last modified 1 month ago

Allow some formatting/HTML in comments

Reported by: Michael.Nolan Assigned to: xavier
Priority: minor Milestone:
Component: sfPropelActAsCommentablePlugin Version: 1.0.10
Keywords: Cc:
Qualification: Unreviewed

Description

It would be nice if the behavior stored the raw input and we stripped it down at output time so that custom filters can be applied. For example you could use kses from WordPress? to allow certain HTML or strip tags then nl2p() (suggest this should be default behaviour)

Attachments

raw_text.patch (0.9 kB) - added by Michael.Nolan on 02/07/08 20:14:23.
Patch to allow the extraction of raw comment

Change History

02/07/08 20:14:23 changed by Michael.Nolan

  • attachment raw_text.patch added.

Patch to allow the extraction of raw comment

08/11/08 13:27:12 changed by xavier

  • status changed from new to closed.
  • resolution set to fixed.

fixed in [10773].