summaryrefslogtreecommitdiff
path: root/themes/default/views/dynamic.html.php
AgeCommit message (Collapse)Author
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... ↵Andy Staudacher
instead of SafeString directly.
2009-08-29Refactor 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-04Found another place that p:purify was required.Tim Almdal
Generalize the dynamic.html so it doesn't require a tag element
2009-05-31Run all variables containing user-entered text through p::clean()Bharat Mediratta
2009-03-12Rename tag.html.php to dynamic.html.php as part of ticket #115Tim Almdal
creating Dynamic Albums. This name change reflects the usage better and allows multiple dynamic albums (including tags) to use the same page template.