← Back to team overview

mahara-contributors team mailing list archive

[Bug 1415711] Re: Replace BBCode in the Wall block with TinyMCE

 

Implementation note: Wall posts are currently stored in BBCode, and
parsed immediately before being displayed. So we'll need an upgrade
script that parses and re-stores them as HTML. Or perhaps continue
(silently) parsing them for both BBCode and HTML, upon display?

It'd be nice to be able to eliminate the *very* old and no longer
updated BBCode parser library that we're using. On the other hand, we'll
kinda need to keep it for that upgrade script anyway. :-P

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1415711

Title:
  Replace BBCode in the Wall block with TinyMCE

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  For some reason the dusty but omnipresent Wall block is the one place
  in Mahara where we still use BBCode. We really ought to swap it out
  there for TinyMCE, or keep it as plaintext but do a Twitter/Facebook
  style autodetection of links.

  But given that we use TinyMCE for comments, I think it would make more
  sense to have TinyMCE for the wall block as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1415711/+subscriptions


References