aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-17Bump copyright dates.Mark Sapiro8-8/+8
2018-04-13Give a better message from scripts/driver on SyntaxError in mm_cfg.py.Mark Sapiro1-3/+4
2013-04-06Defended against buggy web servers that don't include an emptyMark Sapiro1-1/+6
QUERY_STRING in the CGI environment. (LP: 1160647)
2010-08-08Fixed web CGI tracebacks to properly report sys.path. Bug #615114.Mark Sapiro1-2/+2
2009-01-10- Fixed the admin Membership List Find member function so the 'letter'Mark Sapiro1-6/+17
links to a chunked result would still be limited to the Find member search. SF patch #1532081. - Changed scripts/driver to return a 405 status for non GET, POST, HEAD methods. SF patch #1578756.
2006-09-01A much improved release script, which now knows about Subversion (though isn'tbwarsaw1-1/+0
yet ready to work from the trunk). Also, get rid of all the obsolete .cvsignore directories, they're no longer needed. Almost ready for 2.1.9rc1!
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi9-9/+9
2004-12-28Close a potential cross-site scripting hole, discovered by Florian Weimer.bwarsaw1-5/+23
Initial patch provided by Florian, modified by Barry. Also, turn STEALTH_MODE on by default. Most sites won't change this value from its default, so we might as well use the more secure option. Also, if STEALTH_MODE is turned off, but the websafe() function can't be imported, turn STEALTH_MODE back on.
2003-04-20Backporting from the trunkbwarsaw1-6/+7
2003-03-31Backporting SF patch #683906, add $DESTDIR to install target, bybwarsaw1-5/+6
Ademar de Souza Reis Jr