Ticket #24 (closed task: fixed)

Opened 3 years ago

Last modified 2 years ago

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:1 Changed 3 years ago by slav0nic

  • Milestone set to 0.1

comment:2 Changed 2 years ago by slav0nic

  • Status changed from new to accepted

comment:3 Changed 2 years ago by slav0nic

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)

comment:6 Changed 2 years ago by slav0nic

  • Status changed from reopened to closed
  • Resolution set to fixed

it was already fixed in [226]

Note: See TracTickets for help on using tickets.