Displaying 1 result from an estimated 1 matches for "name_without_html_escaping".
2008 Jan 31
0
Cross Site Sniper 0.2 (stable)
...y escaped.
* Form fields on edit forms prepopulate with *un*escaped data Users
edit exactly what they originally submitted, without special characters
disappearing or unexpectedly morphing into strings of other characters.
* Easy one-time access to unescaped data when you need it. eg:
@person.name_without_html_escaping
* A convenience method for class definitions is available to fine tune
which string and text fields get escaped automatically.
* Original unescaped text is stored in the database and escaped on
output This allows for unescaped data to be accessed more conveniently
when necessary, and improved...