Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A few more error messages have had their values HTML escaped. | Mark Sapiro | 2018-05-21 | 1 | -1/+2 |
| | |||||
* | Enhanced subscribe_auto_approval to accept @listname entries. | Mark Sapiro | 2015-02-03 | 1 | -2/+3 |
| | |||||
* | - Changed the admin GUI to report only the bad entries in a list of email | Mark Sapiro | 2013-07-12 | 1 | -6/+9 |
| | | | | addresses if any are bad. (LP: #558253) | ||||
* | Fixed a problem where GuiBase._getValidValue() would truncate a floating | Mark Sapiro | 2008-04-21 | 1 | -0/+5 |
| | | | | | | | point Number type to an int if the value was a float instead of a numeric string. This affected setting floating point values with config_list. Updated NEWS for 2.1.10 final. | ||||
* | Gui/GuiBase.py - Don't allow self references in *_these_nonmembers | Mark Sapiro | 2008-03-15 | 1 | -4/+12 |
| | | | | | | | | | | | | or regular_(in|ex)clude_lists. Handlers/CalcRecips.py - Log and skip any self reference lists in regular_(in|ex)clude_lists. Compare To: and Cc: addresses and regular_(in|ex)clude_lists case insensitively. Handlers/Moderate.py - Log and skip any self reference lists in *_these_nonmembers. | ||||
* | 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'. |