freeipa/ipalib
2008-10-27 23:56:22 -06:00
..
plugins Fixed use of depreciated env.get() in b_xmlrpc.py module 2008-10-27 23:56:22 -06:00
__init__.py make-test now runs doctests also; fixed several broken doctests 2008-10-17 20:50:34 -06: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 320: plugable.API now respects the Plugin.__proxy__ flag; added test for plugins without proxy to unit tests for API 2008-09-24 00:44:41 +00:00
cli.py API.load_plugins() no longer takes dry_run=False kwarg and instead checks in env.mode == 'unit_test' to decide whether to load the plugins; it also only loads ipa_server.plugins in env.in_server is True 2008-10-27 23:39:43 -06:00
config.py Env._finalize_core() now also loads config from Env.conf_default 2008-10-27 01:09:53 -06:00
constants.py More CLI cleanup, got all basics working again 2008-10-27 23:30:55 -06:00
crud.py Use common display function for user-show and user-find. 2008-10-23 14:36:24 -04:00
errors.py IPAError now more appropriately subclasses from StandardError instead of Exception 2008-10-23 21:21:51 -06:00
frontend.py API.env is now an Env instance rather than an Environment instance 2008-10-27 01:35:40 -06:00
ipa_types.py 239: Added errors.ConversionError; started big clean up of how ValidationError is raised so it works well with multivalues 2008-09-03 18:32:49 +00:00
plugable.py API.load_plugins() no longer takes dry_run=False kwarg and instead checks in env.mode == 'unit_test' to decide whether to load the plugins; it also only loads ipa_server.plugins in env.in_server is True 2008-10-27 23:39:43 -06:00
util.py Copied plugin loading function from load_plugins.py to util.py; API.load_plugins() method now calls functions in util 2008-10-27 00:23:43 -06:00