Ticket #24 (closed task: fixed)
replace postmarkup
| Reported by: | slav0nic | Owned by: | slav0nic |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.1 |
| Component: | Posting | Version: | devel |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Will be replaced by regular expression like (r'\[b\](.+?)\b\', r'<b>\1</b>') etc
Change History
comment:3 Changed 2 years ago by slav0nic
will be replaced by http://bitbucket.org/offline/django-bbmarkup/ .
comment:4 Changed 2 years ago by slav0nic
- Status changed from accepted to closed
- Resolution set to fixed
comment:5 Changed 2 years ago by myitchychin
- Status changed from closed to reopened
- Resolution fixed deleted
./djangobb/djangobb_forum/forms.py was also affected and broken by this bug. On a clean install the forum crashes immediately without the following changes.
line 14 needs to be changed to:
from djangobb_forum.markups import bbmarkup
and line 219 needs to be changes to:
profile.signature = bbmarkup.markup(profile.signature)
Note: See
TracTickets for help on using
tickets.
