summaryrefslogtreecommitdiffstats
path: root/cobbler/cexceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* Redo exception handling code for older python to eliminate tracebacks thatMichael DeHaan2008-05-061-0/+3
| | | | should not be printed.
* Various changes to allow for increased performance in the WebUI and in ↵Michael DeHaan2007-10-171-0/+2
| | | | | | saving state, plus a fix to import that keeps from creating extra yum repo entries for various distros.
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-9/+4
| | | | | | | translation function and run manual testing to ensure no functional errors in other places (such as import). cobbler_msg (strings file) has been removed.
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+3
|
* Added licensing and RH copyright. Pychecker (once again). Fixed one unit ↵Michael DeHaan2006-05-111-0/+8
| | | | test where I changed a command line syntax.
* Simplified the command line, made a better 'list' function, some string and ↵Michael DeHaan2006-05-091-3/+1
| | | | | | exception cleanup.
* Adding exception handling to remove the problem of propogating error codes ↵Michael DeHaan2006-05-081-0/+23
all the way up the stack. Still not quite super-consistant, but getting there. Util functions still return true/false since they just ask questions, but API functions will throw errors to ensure they are being dealt with. Main CLI class needs to take advantage of this fact and become simpler. Tests are already modified to detect new exceptions with one exception :)