Opened 2 years ago
Closed 16 months ago
#196 closed enhancement (fixed)
Add signature_html field to Profile model
| Reported by: | ilwoody123 | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | Profile | Version: | devel |
| Keywords: | signature | Cc: | |
| Blocked By: | Blocking: |
Description
The signature field contains raw html, this lead to some problems when the user want to edit it because he has no access to the non-html version of it.
The new signature should have two fields (like the Post.body and Post.body_html):
Profile.signature
become the signature as edited by the user ie: [b]Im the bestb
Profile.signature_html
is the signature converted to raw html using the current markup language when a new one gets submitted from the profile
Attachments (1)
Change History (2)
Changed 22 months ago by igor
comment:1 Changed 16 months ago by slav0nic
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

patch