freeipa/ipalib
2008-09-24 06:11:46 +00:00
..
plugins 318: Renamed all references to 'public' module to 'frontend' 2008-09-24 00:01:29 +00:00
tests 331: Param.normalize() no longer raises a TypeError when value in not a basestring 2008-09-24 06:11:46 +00:00
__init__.py 322: Updated ipalib package docstring, replacing cross reference to 'public' with 'frontend' 2008-09-24 01:43:51 +00: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 327: Improved formatting on show-api cli command 2008-09-24 05:35:40 +00:00
conn.py 290: Applyied Rob's patch 2008-09-12 16:36:04 +00:00
errors.py 285: Started work on Command.args_to_kw() method; added unit test for functionality so far in args_to_kw() 2008-09-10 20:05:45 +00:00
frontend.py 331: Param.normalize() no longer raises a TypeError when value in not a basestring 2008-09-24 06:11:46 +00: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
ipaldap.py 290: Applyied Rob's patch 2008-09-12 16:36:04 +00:00
ipautil.py 290: Applyied Rob's patch 2008-09-12 16:36:04 +00:00
load_plugins.py 133: Renamed run.py to api.py 2008-08-13 01:26:30 +00:00
plugable.py 325: API.finalize() now creates instance attribtue 'plugins', which is a tuple of PluginInfo objects; renamed show_plugins cli command to namespaces; added new cli command plugins 2008-09-24 04:44:52 +00:00
servercore.py 290: Applyied Rob's patch 2008-09-12 16:36:04 +00:00