Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 1 | -1/+1 | |
2005-03-10 | Use of websafe() here is too severe. Only '<' is escaped. | tkikuchi | 1 | -1/+2 | |
2004-02-17 | handleForm(): Call out to self._escape() to make any entered data web-safe. | bwarsaw | 1 | -3/+7 | |
This allows subclasses to override where necessary. The default implementaton is to call Utils.websafe(). | |||||
2003-12-13 | handleForm(): Close some cross-site scripting holes found by Dirk | bwarsaw | 1 | -4/+4 | |
Mueller. | |||||
2003-12-01 | _getValidValue(): Basically ignore HeaderFilter widgets. They'll be handled | bwarsaw | 1 | -0/+2 | |
in the Privacy.py file. |