← Back to team overview

mahara-contributors team mailing list archive

[Bug 1354286] Re: Allow image map to be rendered by htmlpurifier

 

Hi,

I'm now getting the following error in the log files:

File does not exist:
/var/www/maharacode/mahara/htdocs/theme/raw/static/images/site-
logo.png&v=1.10.0dev, referer: http://d.mahara/view/index.php


This is with a vanilla Mahara 1.10.0dev with default theme.

It stems from the line in htdocs/lib/web.php line 479:

$sitelogo = $sitelogo . ((substr_count($sitelogo, '?') > 0) ? '?' : '&')
. 'v=' . get_config('release');

Should I raise this as a seperate bug?

Thanks,
Ghada

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

Title:
  Allow image map to be rendered by htmlpurifier

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Currently htmlpurifier strips out image map content (but tinymce
  accepts it).

  I'll add a patch that will allow the image map code to be accepted by
  htmlpurifier

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


References