summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins.py
Commit message (Collapse)AuthorAgeFilesLines
* 118: Added user_login.default() method as another example; print_call() now ↵Jason Gerard DeRose2008-08-121-5/+11
| | | | prints sorted by the keys in ascending order
* 116: Added a user_initials property plugin to demostrate default() methodJason Gerard DeRose2008-08-121-3/+14
|
* 114: Fixed cmd.__get_options(); more work on CLIJason Gerard DeRose2008-08-121-7/+10
|
* 86: Actually change *all* tab indentation to 4-space: 'sed s/\t/ /g'Jason Gerard DeRose2008-08-081-17/+17
|
* 81: Switch from tab to 4-space indentationJason Gerard DeRose2008-08-081-37/+37
|
* 52: Got cli working against new frameworkJason Gerard DeRose2008-08-051-38/+37
|
* 51: Moved old_plugins.py back to plugins.pyJason Gerard DeRose2008-08-051-0/+136
|
* 50: Moved plugins.py to old_plugins.pyJason Gerard DeRose2008-08-051-136/+0
|
* 26: Added AbstractCommand.get_doc() method to return the gettext translated ↵Jason Gerard DeRose2008-07-211-17/+44
| | | | summary of command; added get_doc() method to all example
* 25: Updated plugin examples, ipa scriptJason Gerard DeRose2008-07-201-42/+62
|
* 20: Updated example plugins, added '_api_' command to ipa script with prints ↵Jason Gerard DeRose2008-07-201-0/+43
| | | | the api
* 18: Moved base2 stuff into baseJason Gerard DeRose2008-07-201-8/+15
|
* 11: Added submodules needed to triger the plugin loading, etc., so I can ↵Jason Gerard DeRose2008-07-201-0/+39
start work on the cli demo