| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-06-20 | Rename the feed variable from "children" to "comments" since that | Bharat Mediratta | |
| makes more semantic sense. | |||
| 2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... ↵ | Andy Staudacher | |
| instead of SafeString directly. | |||
| 2009-08-29 | Refactor all calls of p::clean() to SafeString::of() and p::purify() to ↵ | Andy Staudacher | |
| SafeString::purify(). Removing any p::clean() calls for arguments to t() and t2() since their args are wrapped in a SafeString anyway. | |||
| 2009-07-07 | Change references to Gallery 2 and Gallery 3 to consistently refer to | Tim Almdal | |
| Gallery n as opposed any variants of this. | |||
| 2009-07-04 | Fix for ticket #477. Use nl2br method when rendering comment::text and | Tim Almdal | |
| item::description. In addition add p::clean or p::purify to places that xss cleaning had missed (i.e. rss feeds) | |||
| 2009-06-14 | Refactor feed code to use stdClass everywhere. Fix bugs in the | Bharat Mediratta | |
| max-pages calculation code. Move feed related data into the $feed variable and only pass that to the view. | |||
| 2009-06-12 | Move the processing of rss feeds from the rss controller to callbacks in the | Tim Almdal | |
| modules that are supplying the feed. The rss controller becomes a router. In this change the comment and updates fields are distributed. | |||
