mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #48672
[Bug 1774318] [NEW] Upgrade or replace 3rd party plugin stringparser_bbcode for php7.2
Public bug reported:
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/
** Affects: mahara
Importance: Undecided
Status: New
--
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:
New
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
Follow ups