summaryrefslogtreecommitdiff
path: root/modules/notification/views/comment_published.html.php
AgeCommit message (Expand)Author
2009-09-08Move specialized (pretty) url generation back into Item_Model so thatBharat Mediratta
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-07-04Fix for ticket #477. Use nl2br method when rendering comment::text andTim Almdal
2009-07-03Split the clean method into two clean and purify. clean is a light weightTim Almdal
2009-05-31Run p::clean() on any variables that contain data entered by users.Bharat Mediratta
2009-03-04A variety of cleanups:Bharat Mediratta
2009-02-02Notifications now send emails when a comment is published. It won'tTim Almdal