← Back to team overview

mahara-contributors team mailing list archive

[Bug 1774318] Re: Upgrade or replace 3rd party plugin stringparser_bbcode for php7.2

 

We shifted from bbcode to tinymce in version 15.04 but we left the old
bbcode functions around due to upgrade path so we could covert the saved
content.

But in 17.10 we dropped a lot of the old upgrade path and forced one to
upgrade to 17.04 first before continuing upgrade.

So now we can drop the need for this bbcode stuff once and for all

** Changed in: mahara
       Status: New => Confirmed

** Changed in: mahara
   Importance: Undecided => Low

** Changed in: mahara
     Assignee: (unassigned) => Rebecca Blundell (rjb-dev)

** Changed in: mahara
    Milestone: None => 19.04.0

-- 
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/1774318

Title:
  Upgrade or replace 3rd party plugin stringparser_bbcode for php7.2

Status in Mahara:
  Confirmed

Bug description:
  related to https://bugs.launchpad.net/mahara/+bug/1752743

  htdocs/lib/stringparser_bbcode/lib.php uses the deprecated function
  create_function(). This is easily enough fixed, but this plugin was
  last updated in 2008, so there may be a better one out there now.

  We need to decide whether to update the existing plugin ourselves or
  whether we should do this a different way. Some related reading:

  https://stackoverflow.com/questions/488963/best-way-to-parse-bbcode
  http://jbbcode.com/
  http://htmlpurifier.org/

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


References