| Commit message (Expand) | Author | Age | Files | Lines |
* | Further migration toward new xmlrcp code; fixed problem with unicode Fault.fa... | Jason Gerard DeRose | 2009-02-03 | 1 | -1/+1 |
* | Added a few missing things to base.ReadOnly docstrings | Jason Gerard DeRose | 2009-01-05 | 1 | -2/+19 |
* | A few docstring edits in base.NameSpace | Jason Gerard DeRose | 2009-01-02 | 1 | -5/+7 |
* | A few base.NameSpace docstring tweaks | Jason Gerard DeRose | 2008-12-31 | 1 | -7/+11 |
* | Copied plugable.NameSpace to base.NameSpace and made many docstring and unit ... | Jason Gerard DeRose | 2008-12-31 | 1 | -1/+239 |
* | Added base.lock() and base.islocked() functions; added corresponding unit tests | Jason Gerard DeRose | 2008-12-30 | 1 | -0/+55 |
* | More docstring cleanup in ipalib.config | Jason Gerard DeRose | 2008-12-30 | 1 | -3/+4 |
* | Small changes to base.ReadOnly docstring | Jason Gerard DeRose | 2008-12-30 | 1 | -9/+5 |
* | Decided against indenting the example code in the base.ReadOnly docstring | Jason Gerard DeRose | 2008-12-30 | 1 | -39/+40 |
* | Started moving some core classes and functions from plugable.py to new base.p... | Jason Gerard DeRose | 2008-12-30 | 1 | -0/+172 |
* | 60: Remeved depreciated base.py, crud.py; remeved corresponding test_base.py,... | Jason Gerard DeRose | 2008-08-06 | 1 | -499/+0 |
* | 31: Renamed exceptions.py to errors.py | Jason Gerard DeRose | 2008-07-31 | 1 | -8/+8 |
* | 29: Some experimentation to make the Registar more generalized | Jason Gerard DeRose | 2008-07-25 | 1 | -8/+86 |
* | 28: Added new base.Register class that is a more generic way of doing the plu... | Jason Gerard DeRose | 2008-07-22 | 1 | -0/+58 |
* | 27: Added quick hack for replace('-', '_') problem I'm having | Jason Gerard DeRose | 2008-07-21 | 1 | -1/+4 |
* | 26: Added AbstractCommand.get_doc() method to return the gettext translated s... | Jason Gerard DeRose | 2008-07-21 | 1 | -1/+28 |
* | 24: Ported Registar to changes around Attribute; updated unit tests | Jason Gerard DeRose | 2008-07-20 | 1 | -84/+69 |
* | 23: Added base.Attribute class that determins the object association via clas... | Jason Gerard DeRose | 2008-07-20 | 1 | -2/+74 |
* | 22: Named.name property now calls _get_name() at first evaluation to make cha... | Jason Gerard DeRose | 2008-07-20 | 1 | -1/+8 |
* | 20: Updated example plugins, added '_api_' command to ipa script with prints ... | Jason Gerard DeRose | 2008-07-20 | 1 | -1/+2 |
* | 18: Moved base2 stuff into base | Jason Gerard DeRose | 2008-07-20 | 1 | -70/+99 |
* | 14: Added Named.cli property that returns name.replace('_', '-'); Named.doc p... | Jason Gerard DeRose | 2008-07-20 | 1 | -1/+5 |
* | 13: Starting playing around with 'ipa' cli script | Jason Gerard DeRose | 2008-07-20 | 1 | -1/+14 |
* | 11: Added submodules needed to triger the plugin loading, etc., so I can star... | Jason Gerard DeRose | 2008-07-20 | 1 | -0/+1 |
* | 10: Updated base.API to reflect the fact that base.Object is now the new unit... | Jason Gerard DeRose | 2008-07-20 | 1 | -37/+30 |
* | 9: Reorganized new work and unit tests based around base.Object being the plu... | Jason Gerard DeRose | 2008-07-19 | 1 | -48/+65 |
* | 8: Experimental work on more OO definition of what gets pluged into API.commands | Jason Gerard DeRose | 2008-07-19 | 1 | -2/+6 |
* | 7: Roughed out API.finalize(); added corresponding unit tests | Jason Gerard DeRose | 2008-07-19 | 1 | -10/+17 |
* | 6: Fleshed out API.register_command, made correpsonding unit tests much more ... | Jason Gerard DeRose | 2008-07-19 | 1 | -20/+25 |
* | 5: Fleshed out base.Named, added corresponding unit tests | Jason Gerard DeRose | 2008-07-19 | 1 | -7/+20 |
* | 4: Got basics of API.register_command() working; added corresponding unit tests | Jason Gerard DeRose | 2008-07-19 | 1 | -19/+51 |
* | 3: Finished NameSpace and cerresponding unit tests | Jason Gerard DeRose | 2008-07-19 | 1 | -7/+71 |
* | 2: Got basics of NameSpace working, added corresponding unit tests | Jason Gerard DeRose | 2008-07-18 | 1 | -3/+44 |
* | 1: Started roughing out ipalib package | Jason Gerard DeRose | 2008-07-18 | 1 | -0/+45 |