freeipa/ipalib
2008-10-27 15:36:41 -06:00
..
plugins Use posixAccount instead of person to identify users 2008-10-24 11:41:39 -04: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 Implemented basic CLI.bootstrap(); added corresponding unit tests 2008-10-27 15:19:49 -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 Env._bootstrap() now also sets Env.conf_default 2008-10-27 00:58:25 -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.bootstrap() now calls Env._finalize_core(); updated unit tests 2008-10-27 15:36:41 -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