aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Gui/GUIBase.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use of websafe() here is too severe. Only '<' is escaped.tkikuchi2005-03-101-1/+2
|
* handleForm(): Call out to self._escape() to make any entered data web-safe.bwarsaw2004-02-171-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 Dirkbwarsaw2003-12-131-4/+4
| | | | Mueller.
* _getValidValue(): Basically ignore HeaderFilter widgets. They'll be handledbwarsaw2003-12-011-0/+2
| | | | in the Privacy.py file.
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+200
'Release_2_1-maint'.