freeipa/ipalib
2009-01-03 22:03:37 -07:00
..
plugins Merged in Andrew's RA plugin 2008-12-21 14:15:53 -07:00
__init__.py Moved setting of run-time variables from Env.__init__() to Env._bootstrap() 2008-12-22 23:09:35 -07:00
aci.py Some PEP-257 and reStructuredText fixes in ipalib/aci.py, ipa_server/ipaldap.py 2008-10-17 23:25:50 -06:00
backend.py Did some initial work for Context plugins 2008-10-30 01:11:33 -06:00
base.py A few docstring edits in base.NameSpace 2009-01-02 00:35:42 -07:00
cli.py Removed depreciated code from config.py; removed corresponding unit tests 2008-12-22 15:41:24 -07:00
config.py Added a bit to config.Env docstring about that variable names must pass check_name() function 2009-01-02 01:14:37 -07:00
constants.py Started moving some core classes and functions from plugable.py to new base.py module 2008-12-30 00:45:48 -07:00
crud.py Partially revert back change. Del shouldn't provide default options. 2008-11-03 13:14:46 -05:00
errors2.py Plugin.call() now uses errors2 version of SubprocessError 2009-01-03 18:02:58 -07:00
errors.py Started fleshing out reoganization of errors in errors.py (with gettext support) 2009-01-03 02:35:36 -07:00
frontend.py Plugin.__init__() now checks that subclass hasn't defined attributes that conflict with the logger methods; added corresponding unit test 2008-12-21 19:34:32 -07:00
ipa_types.py Continued work on xmlrpc.dispatch() unit tests; fixed bug in Command.args_to_kw() 2008-11-25 13:52:40 -07:00
parameter.py Started fleshing out reoganization of errors in errors.py (with gettext support) 2009-01-03 02:35:36 -07:00
plugable.py Removed unneeded import of errors from plugable.py 2009-01-03 18:08:39 -07:00
request.py request.create_translation() now sets context.ugettext and context.ungettext 2009-01-03 22:03:37 -07:00
rpc.py Started moving xmlrpc-functions from ipalib.util to ipalib.rpc 2008-11-24 12:51:03 -07:00
util.py Removed depreciated rpc code from ipalib.util; removed corresponding unit tests in test_util 2008-12-08 15:15:50 -07:00