Code

Move db.commit() call from handle_xmlrpc() to individual methods, so actions can...
authorstefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 19 Jul 2009 22:56:30 +0000 (22:56 +0000)
committerstefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 19 Jul 2009 22:56:30 +0000 (22:56 +0000)
commit35b52557000caf29fe8f4e1c9a5856ba22389fcd
tree83bfde31d4b5a59e109b745be0ae1ebea4f3450d
parent127b6984e96ba5d682c3de5c085034765f600c96
Move db.commit() call from handle_xmlrpc() to individual methods, so actions can control it themselves.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4328 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgi/client.py
roundup/xmlrpc.py