author | jlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 11 Feb 2004 21:34:31 +0000 (21:34 +0000) | ||
committer | jlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 11 Feb 2004 21:34:31 +0000 (21:34 +0000) | ||
commit | b4a76c697afb9a0004a0cef484a9cd06b9057038 | |
tree | 52721d933ef4fb8dd2aac778e93ccd72344580cd | tree | snapshot |
parent | bf396e0654d7b5886e0734860f3966a30f3278cc | commit | diff |
Move out parts of client.py to new modules:
* actions.py - the xxxAction and xxxPermission functions refactored into Action classes
* exceptions.py - all exceptions
* form_parser.py - parsePropsFromForm & extractFormList in a FormParser class
Also added some new tests for the Actions.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2072 57a73879-2fb5-44c3-a270-3262357dd7e2
* actions.py - the xxxAction and xxxPermission functions refactored into Action classes
* exceptions.py - all exceptions
* form_parser.py - parsePropsFromForm & extractFormList in a FormParser class
Also added some new tests for the Actions.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2072 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgi/actions.py | [new file with mode: 0755] | blob |
roundup/cgi/client.py | diff | blob | history | |
roundup/cgi/exceptions.py | [new file with mode: 0755] | blob |
roundup/cgi/form_parser.py | [new file with mode: 0755] | blob |
test/test_actions.py | [new file with mode: 0755] | blob |
test/test_cgi.py | diff | blob | history |