.. |
plugins
|
Fixed a problem in the host plugin module; added not in TODO about using Param.query
|
2009-01-14 22:59:44 -07:00 |
__init__.py
|
Added missing enumerable parameters
|
2009-01-18 15:55:56 -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
|
Added a few missing things to base.ReadOnly docstrings
|
2009-01-05 12:41:02 -07:00 |
cli.py
|
New Param: fixed metavar bug in cli.py
|
2009-01-16 11:07:21 -07:00 |
config.py
|
A few docstring improvements in Env
|
2009-01-05 03:28:27 -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
|
New Param: added Param.query kwarg for crud operations like Retrieve and Search where criteria should not be validated
|
2009-01-14 14:04:05 -07:00 |
errors2.py
|
New Param: implemented a base Param._convert_scalar() method; added Param.type_error attribute for ConversionError message
|
2009-01-13 02:17:16 -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
|
New Param: all docstring examples now pass under doctests
|
2009-01-14 20:36:17 -07:00 |
parameters.py
|
Added missing enumerable parameters
|
2009-01-18 15:55:56 -07:00 |
plugable.py
|
Renamed all references to 'ipa_server' to 'ipaserver'
|
2009-01-04 18:39:39 -07:00 |
request.py
|
Added request.ugettext() and request.ungettext() functions; added corresponding unit tests
|
2009-01-04 00:46:21 -07:00 |
rpc.py
|
Added docstring cross-references between rpc and rpcserver modules
|
2009-01-16 01:56:39 -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 |