| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Revert "Forgot this when i was cleaning up for ticket #519" | Tim Almdal | |
| This reverts commit 31969a1d8211187e415eac51d155b4efded365f3. | |||
| 2009-07-07 | Forgot this when i was cleaning up for ticket #519 | Tim Almdal | |
| 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-07-03 | Split the clean method into two clean and purify. clean is a light weight | Tim Almdal | |
| approach using html::specialchars and purify uses HTMLPurifier to intelligently cleanse the output fields. Use purifier for text and title fields where it is likely that a user would enter html to format their data. | |||
| 2009-06-02 | Fix for ticket #320 | Tim Almdal | |
| 2009-05-31 | Run p::clean() on any variables that contain data entered by users. | Bharat Mediratta | |
| 2009-02-13 | Ticket #2. Tighten up search results UI. | Chad Kieffer | |
| 2009-02-06 | jQuery-based buttons! Form updates, short form updates. Need to fix add ↵ | Chad Kieffer | |
| user/group buttons and search form on search results page. | |||
| 2009-01-17 | Implement relevance ranked boolean searching on a full text index of | Bharat Mediratta | |
| item and comment data. Whew! It's not pretty yet. And you have to manually update the index currently in admin/maintenance. But it works. | |||
