summaryrefslogtreecommitdiffstats
path: root/ipalib/base.py
Commit message (Expand)AuthorAgeFilesLines
* 26: Added AbstractCommand.get_doc() method to return the gettext translated s...Jason Gerard DeRose2008-07-211-1/+28
* 24: Ported Registar to changes around Attribute; updated unit testsJason Gerard DeRose2008-07-201-84/+69
* 23: Added base.Attribute class that determins the object association via clas...Jason Gerard DeRose2008-07-201-2/+74
* 22: Named.name property now calls _get_name() at first evaluation to make cha...Jason Gerard DeRose2008-07-201-1/+8
* 20: Updated example plugins, added '_api_' command to ipa script with prints ...Jason Gerard DeRose2008-07-201-1/+2
* 18: Moved base2 stuff into baseJason Gerard DeRose2008-07-201-70/+99
* 14: Added Named.cli property that returns name.replace('_', '-'); Named.doc p...Jason Gerard DeRose2008-07-201-1/+5
* 13: Starting playing around with 'ipa' cli scriptJason Gerard DeRose2008-07-201-1/+14
* 11: Added submodules needed to triger the plugin loading, etc., so I can star...Jason Gerard DeRose2008-07-201-0/+1
* 10: Updated base.API to reflect the fact that base.Object is now the new unit...Jason Gerard DeRose2008-07-201-37/+30
* 9: Reorganized new work and unit tests based around base.Object being the plu...Jason Gerard DeRose2008-07-191-48/+65
* 8: Experimental work on more OO definition of what gets pluged into API.commandsJason Gerard DeRose2008-07-191-2/+6
* 7: Roughed out API.finalize(); added corresponding unit testsJason Gerard DeRose2008-07-191-10/+17
* 6: Fleshed out API.register_command, made correpsonding unit tests much more ...Jason Gerard DeRose2008-07-191-20/+25
* 5: Fleshed out base.Named, added corresponding unit testsJason Gerard DeRose2008-07-191-7/+20
* 4: Got basics of API.register_command() working; added corresponding unit testsJason Gerard DeRose2008-07-191-19/+51
* 3: Finished NameSpace and cerresponding unit testsJason Gerard DeRose2008-07-191-7/+71
* 2: Got basics of NameSpace working, added corresponding unit testsJason Gerard DeRose2008-07-181-3/+44
* 1: Started roughing out ipalib packageJason Gerard DeRose2008-07-181-0/+45