index
:
.git
master
Unnamed repository; edit this file 'description' to name the repository.
Rob Crittenden
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
errors2.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Changed PublicError so str(e) is untranslated (for logging) and added ↵
Jason Gerard DeRose
2009-01-08
1
-36
/
+44
|
|
|
|
format=None kwarg for generic use
*
Renamed PublicError.code attribute to PublicError.errno
Jason Gerard DeRose
2009-01-06
1
-25
/
+25
|
*
Fixed type in KerberosError, droped LDAPError range to just 100 codes for now
Jason Gerard DeRose
2009-01-06
1
-4
/
+4
|
*
Additional work on the new error code tree in errors2.py
Jason Gerard DeRose
2009-01-06
1
-12
/
+89
|
*
Added more public exceptions and did some other cleanup in errors2
Jason Gerard DeRose
2009-01-04
1
-44
/
+98
|
*
Quite a bit of work on new public errors and their unit tests
Jason Gerard DeRose
2009-01-04
1
-8
/
+95
|
*
Added request.ugettext() and request.ungettext() functions; added ↵
Jason Gerard DeRose
2009-01-04
1
-2
/
+2
|
|
|
|
corresponding unit tests
*
Plugin.call() now uses errors2 version of SubprocessError
Jason Gerard DeRose
2009-01-03
1
-5
/
+9
|
*
Ported plugin registration errors into errors2.py; plugable.Registrar now ↵
Jason Gerard DeRose
2009-01-03
1
-9
/
+74
|
|
|
|
raises new errors2 exceptions
*
Ported errors.SubprocessError to errors2
Jason Gerard DeRose
2009-01-03
1
-0
/
+31
|
*
Started fleshing out reoganization of errors in errors.py (with gettext support)
Jason Gerard DeRose
2009-01-03
1
-0
/
+213