Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2013-07-12 | - Changed the admin GUI to report only the bad entries in a list of email | Mark Sapiro | 1 | -6/+9 |
2008-04-21 | Fixed a problem where GuiBase._getValidValue() would truncate a floating | Mark Sapiro | 1 | -0/+5 |
2008-03-15 | Gui/GuiBase.py - Don't allow self references in *_these_nonmembers | Mark Sapiro | 1 | -4/+12 |
2007-11-18 | Gui/GuiBase.py - Deleted the _escape() method - not needed since 2.1.9 | Mark Sapiro | 1 | -9/+9 |
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 |
2003-12-13 | handleForm(): Close some cross-site scripting holes found by Dirk | bwarsaw | 1 | -4/+4 |
2003-12-01 | _getValidValue(): Basically ignore HeaderFilter widgets. They'll be handled | bwarsaw | 1 | -0/+2 |