Code

- Add explicit "Search" permissions, see Security Fix below.
[roundup.git] / test / test_cgi.py
2010-10-19 schlatterbeck- Add explicit "Search" permissions, see Security Fix...
2009-12-21 schlatterbeckProper handling of 'Create' permissions in both mail...
2009-12-15 schlatterbeckClean up all the places where role processing occurs...
2009-03-16 richardfix bug introduced into CVS export and view (issue...
2009-03-12 richardPlug a number of security holes:
2009-02-06 stefansvn repository setup
2004-02-17 richardtest fixes
2004-02-11 jlgijsbersMove out parts of client.py to new modules:
2003-10-25 richard- using Zope3's test runner now, allowing GC checks...
2003-09-24 jlgijsbersUse FormError.
2003-09-07 jlgijsbersOptimize mailgw and cgi tests by creating an empty...
2003-08-11 jlgijsbersRegression test case to ensure FileClass attribute...
2003-06-24 richardfix hackish message escaping (sf bug 757128)
2003-05-09 richardA couple of form value handling changes:
2003-04-17 richardfixes to unit tests for recent changes
2003-03-26 richardhandle invalid data input in forms better
2003-03-18 richardadded tests for Number cgi editing
2003-02-28 richardfixes to unit tests
2003-02-18 richardfix property type check, and dont create items that...
2003-02-17 richardBetter handling of the form variable labels. It's done...
2003-02-14 richard- altered Class.create() and FileClass.create() methods...
2003-02-13 richardnew form handling complete
2003-02-12 richard- implemented extension to form parsing to allow editin...
2003-01-20 richardmore CGI fixes and tests
2003-01-15 richard- more fixes to CGI form handling
2003-01-15 richardreally fix bug 663235, and test it
2003-01-15 richardmore cgi form parsing tests, and a fix for an outstandi...
2003-01-14 richardfixes to CGI form handling (NEEDS BACKPORTING TO 0.5)
2003-01-14 richardstart of CGI form handling tests