summaryrefslogtreecommitdiff
path: root/modules/notification/views
AgeCommit message (Expand)Author
2010-01-24Add the active notifications and rest api key to user profile page.Tim Almdal
2010-01-16Don't use MY_ORM::original() here since the values may not haveBharat Mediratta
2009-10-28Normalize capitalization ticket #596Tim Almdal
2009-09-10Convert a couple of instances of Item_Model::url(array(), true) to Item_Model...Bharat Mediratta
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-16Non-trivial changes to the event handling code:Bharat Mediratta
2009-07-09Fix typo in p::purify() call.Bharat Mediratta
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 all variables that come from user-entered data through p::clean()Bharat Mediratta
2009-05-31Run p::clean() on any variables that contain data entered by users.Bharat Mediratta
2009-03-04Redefine the batch API to be very very simple. You callBharat Mediratta
2009-03-04A variety of cleanups:Bharat Mediratta
2009-03-04Send 1 items added notification per batch of itemsTim Almdal
2009-02-10Clean up translations to use t() properly and differentiate betweenBharat Mediratta
2009-02-02Notifications now send emails when a comment is published. It won'tTim Almdal
2009-02-02code audit fixes + bug fix: don't call sendmail with an empty To list (in not...Andy Staudacher
2009-02-02Add sending notifications when an item is deleted. We are almostTim Almdal
2009-02-02As we stagger towards completing the notification module.Tim Almdal