Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Gui/GuiBase.py - Deleted the _escape() method - not needed since 2.1.9 | Mark Sapiro | 2007-11-18 | 1 | -9/+9 |
| | | | | | | | | Gui/GuiBase.py Gui/Privacy.py Handlers/Moderate.py - Patched with a slightly modified version of sf patch 1220144 - allow specifying another list in accept_these_nonmembers. | ||||
* | FSF office has moved to 51 Franklin Street. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| | |||||
* | Use of websafe() here is too severe. Only '<' is escaped. | tkikuchi | 2005-03-10 | 1 | -1/+2 |
| | |||||
* | handleForm(): Call out to self._escape() to make any entered data web-safe. | bwarsaw | 2004-02-17 | 1 | -3/+7 |
| | | | | | This allows subclasses to override where necessary. The default implementaton is to call Utils.websafe(). | ||||
* | handleForm(): Close some cross-site scripting holes found by Dirk | bwarsaw | 2003-12-13 | 1 | -4/+4 |
| | | | | Mueller. | ||||
* | _getValidValue(): Basically ignore HeaderFilter widgets. They'll be handled | bwarsaw | 2003-12-01 | 1 | -0/+2 |
| | | | | in the Privacy.py file. | ||||
* | This commit was manufactured by cvs2svn to create branch | 2003-01-02 | 1 | -0/+200 | |
'Release_2_1-maint'. |