Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lite-xmlrpc.py now uses api.bootstrap() property, logs to api.logger | Jason Gerard DeRose | 2008-10-28 | 1 | -2/+1 |
| | |||||
* | util.configure_logging() now only configures file logging if it can create ↵ | Jason Gerard DeRose | 2008-10-28 | 1 | -5/+7 |
| | | | | the log_dir | ||||
* | Added util.configure_logging() function; API.bootstrap() now calls ↵ | Jason Gerard DeRose | 2008-10-28 | 1 | -1/+35 |
| | | | | util.configure_logging() | ||||
* | Copied plugin loading function from load_plugins.py to util.py; ↵ | Jason Gerard DeRose | 2008-10-27 | 1 | -0/+51 |
| | | | | API.load_plugins() method now calls functions in util | ||||
* | Implement the host commands | Rob Crittenden | 2008-10-22 | 1 | -0/+9 |
| | | | | | In order for this to work against a v1 database the update host.update needs to be applied | ||||
* | Added ipalib/util.py with xmlrpc_marshal() and xmlrpc_unmarshal() functions; ↵ | Jason Gerard DeRose | 2008-10-02 | 1 | -0/+41 |
| | | | | added corresponding unit tests | ||||
* | 132: Removed test util.py file | Jason Gerard DeRose | 2008-08-13 | 1 | -57/+0 |
| | |||||
* | 125: Added some generic auto-import stuff | Jason Gerard DeRose | 2008-08-13 | 1 | -0/+57 |