Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Started reworking CLI class into cli plugin | Jason Gerard DeRose | 2009-02-03 | 1 | -4/+2 |
| | |||||
* | More xmlrpc tweaks: xmlserver.execute() now logs non-public exceptions; ↵ | Jason Gerard DeRose | 2009-02-03 | 1 | -8/+1 |
| | | | | xmlclient.forward() now handles socket error; fixed some Python 2.4 problems in lite-xmlrpc2.py | ||||
* | Changed calling signature of output_for_cli(); started work on 'textui' ↵ | Jason Gerard DeRose | 2008-11-12 | 1 | -1/+6 |
| | | | | backend plugin | ||||
* | More CLI cleanup, got all basics working again | Jason Gerard DeRose | 2008-10-27 | 1 | -2/+1 |
| | |||||
* | Started cleanup work on CLI class, added unit tests for CLI.parse_globals() | Jason Gerard DeRose | 2008-10-27 | 1 | -1/+3 |
| | |||||
* | Removed depreciated load_plugins.py module; changed all places where ↵ | Jason Gerard DeRose | 2008-10-27 | 1 | -1/+1 |
| | | | | load_plugins was imported to now call api.load_plugins() | ||||
* | make-doc now includes the lite-* scripts, both with now check in __name__ == ↵ | Jason Gerard DeRose | 2008-10-22 | 1 | -4/+5 |
| | | | | '__main__' before starting | ||||
* | Return a value to the shell that called ipa | Rob Crittenden | 2008-10-22 | 1 | -1/+2 |
| | |||||
* | 338: Removed depreciated code from ipa (CLI) script | Jason Gerard DeRose | 2008-09-24 | 1 | -148/+2 |
| | |||||
* | 191: Removed ipalib/api.py module; standard plugable.API instance is now in ↵ | Jason Gerard DeRose | 2008-08-25 | 1 | -1/+1 |
| | | | | ipalib.__init__.py | ||||
* | 133: Renamed run.py to api.py | Jason Gerard DeRose | 2008-08-13 | 1 | -1/+1 |
| | |||||
* | 130: Renamed startup.py to load_plugins.py | Jason Gerard DeRose | 2008-08-13 | 1 | -1/+2 |
| | |||||
* | 110: Started fleshing out more in cli.py | Jason Gerard DeRose | 2008-08-11 | 1 | -0/+6 |
| | |||||
* | 86: Actually change *all* tab indentation to 4-space: 'sed s/\t/ /g' | Jason Gerard DeRose | 2008-08-08 | 1 | -63/+63 |
| | |||||
* | 81: Switch from tab to 4-space indentation | Jason Gerard DeRose | 2008-08-08 | 1 | -105/+105 |
| | |||||
* | 55: Cleaned up print_api() function in ipa script | Jason Gerard DeRose | 2008-08-06 | 1 | -29/+74 |
| | |||||
* | 54: Added plugable.Proxy._clone() method; fleshed out public.obj; updated ↵ | Jason Gerard DeRose | 2008-08-06 | 1 | -10/+65 |
| | | | | unit tests; port ipa script | ||||
* | 53: Changed plugable.Registar so the same plugin can be added to in the ns ↵ | Jason Gerard DeRose | 2008-08-05 | 1 | -1/+1 |
| | | | | for more than one base (for cmd and mthd) | ||||
* | 52: Got cli working against new framework | Jason Gerard DeRose | 2008-08-05 | 1 | -23/+16 |
| | |||||
* | 27: Added quick hack for replace('-', '_') problem I'm having | Jason Gerard DeRose | 2008-07-21 | 1 | -2/+3 |
| | |||||
* | 26: Added AbstractCommand.get_doc() method to return the gettext translated ↵ | Jason Gerard DeRose | 2008-07-21 | 1 | -14/+23 |
| | | | | summary of command; added get_doc() method to all example | ||||
* | 25: Updated plugin examples, ipa script | Jason Gerard DeRose | 2008-07-20 | 1 | -1/+3 |
| | |||||
* | 21: ipa script: improved print_api(); added missing sys.exit() after ↵ | Jason Gerard DeRose | 2008-07-20 | 1 | -2/+4 |
| | | | | print_api() call | ||||
* | 20: Updated example plugins, added '_api_' command to ipa script with prints ↵ | Jason Gerard DeRose | 2008-07-20 | 1 | -3/+19 |
| | | | | the api | ||||
* | 13: Starting playing around with 'ipa' cli script | Jason Gerard DeRose | 2008-07-20 | 1 | -0/+49 |