index
:
.git
master
Unnamed repository; edit this file 'description' to name the repository.
Rob Crittenden
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
plugins.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
118: Added user_login.default() method as another example; print_call() now ↵
Jason Gerard DeRose
2008-08-12
1
-5
/
+11
|
|
|
|
prints sorted by the keys in ascending order
*
116: Added a user_initials property plugin to demostrate default() method
Jason Gerard DeRose
2008-08-12
1
-3
/
+14
|
*
114: Fixed cmd.__get_options(); more work on CLI
Jason Gerard DeRose
2008-08-12
1
-7
/
+10
|
*
86: Actually change *all* tab indentation to 4-space: 'sed s/\t/ /g'
Jason Gerard DeRose
2008-08-08
1
-17
/
+17
|
*
81: Switch from tab to 4-space indentation
Jason Gerard DeRose
2008-08-08
1
-37
/
+37
|
*
52: Got cli working against new framework
Jason Gerard DeRose
2008-08-05
1
-38
/
+37
|
*
51: Moved old_plugins.py back to plugins.py
Jason Gerard DeRose
2008-08-05
1
-0
/
+136
|
*
50: Moved plugins.py to old_plugins.py
Jason Gerard DeRose
2008-08-05
1
-136
/
+0
|
*
26: Added AbstractCommand.get_doc() method to return the gettext translated ↵
Jason Gerard DeRose
2008-07-21
1
-17
/
+44
|
|
|
|
summary of command; added get_doc() method to all example
*
25: Updated plugin examples, ipa script
Jason Gerard DeRose
2008-07-20
1
-42
/
+62
|
*
20: Updated example plugins, added '_api_' command to ipa script with prints ↵
Jason Gerard DeRose
2008-07-20
1
-0
/
+43
|
|
|
|
the api
*
18: Moved base2 stuff into base
Jason Gerard DeRose
2008-07-20
1
-8
/
+15
|
*
11: Added submodules needed to triger the plugin loading, etc., so I can ↵
Jason Gerard DeRose
2008-07-20
1
-0
/
+39
start work on the cli demo