← Back to team overview

mahara-contributors team mailing list archive

[Bug 1265049] A change has been merged

 

Reviewed:  https://reviews.mahara.org/2952
Committed: http://gitorious.org/mahara/mahara/commit/635c615c7d05cccbddf6c93f5c037bc6b843232a
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    master

commit 635c615c7d05cccbddf6c93f5c037bc6b843232a
Author: Aaron Wells <aaronw@xxxxxxxxxxxxxxx>
Date:   Wed Jan 22 18:55:17 2014 +1300

Remove escaped <br> from forum post notifications in Inbox

Bug 1265049: We were converting them to text, but calling str_shorten_html() which
turned them back to HTML.

Change-Id: I725d60b2688faa8459a30bf9b3a395cb4efdc12d

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

Title:
  forum post notifications have escaped <br> in message in inbox

Status in Mahara ePortfolio:
  In Progress
Status in Mahara 1.8 series:
  In Progress
Status in Mahara 1.9 series:
  In Progress

Bug description:
  For some of the notifications in the inbox
  (account/activity/index.php) the message has escaped <br> tags.

  For example a new forum post notification has output to the screen
  like:

  Re: Topic1
  Top of the morning to you!<br />
  <br />
  How is the weather today?<br />
  <br />
  Raining still :(

  where the <br /> is actually &lt;br /&gt; in the html code.

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


References