index
:
freeipa.git
30gatepo
4-2-trust-fixes
ad-work
adwork
dns-records
gssapi-delegate
hbactest
hbactester
ipa-2-1
ipautil-refactor
kdc-fixes
master
my-master
network-fixes
oneway-trust
platform
platform-master
systemd-ipa-2-1
systemd-master
test-patches-2-1
testing
testotp
ticket-1259
ticket-1368
ticket-1369
ticket-1369-lite
ticket-1373
ticket-1476
ticket-1549
ticket-hbac-test
trusts-master
views
FreeIPA project
Alexander Bokovoy
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
plugable.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Slight performance improvement by not doing some checking in production mode
Rob Crittenden
2011-06-23
1
-6
/
+12
*
Final i18n unit test fixes.
Pavel Zuna
2011-03-01
1
-2
/
+2
*
Use pygettext to generate translatable strings from plugin files.
Pavel Zuna
2011-03-01
1
-3
/
+2
*
Fix translatable strings in ipalib plugins.
Pavel Zuna
2011-03-01
1
-3
/
+5
*
Translate docstrings.
Pavel Zuna
2011-03-01
1
-1
/
+1
*
Add default success/failure output logging.
Rob Crittenden
2011-02-14
1
-4
/
+8
*
Fix test failures caused by the performance patch.
Rob Crittenden
2011-02-10
1
-6
/
+17
*
Don't perform some API self-tests in production mode for performance reasons
Rob Crittenden
2011-01-28
1
-5
/
+10
*
Don't require or create the log dirs if we're just validating the API.
Rob Crittenden
2011-01-14
1
-1
/
+1
*
Change FreeIPA license to GPLv3+
Jakub Hrozek
2010-12-20
1
-5
/
+5
*
Add support for client failover to the ipa command-line.
Rob Crittenden
2010-08-16
1
-1
/
+6
*
Handle errors raised by plugins more gracefully in mod_wsgi.
Rob Crittenden
2010-07-12
1
-2
/
+3
*
Connect the -v cli argument to the verbose flag in xmlrpclib
Rob Crittenden
2010-06-03
1
-3
/
+3
*
Add Object.label class attribute, enable in webUI
Jason Gerard DeRose
2010-02-12
1
-0
/
+17
*
Fix logging in CLI and server (take 2)
Jason Gerard DeRose
2010-02-09
1
-5
/
+10
*
Only change the log level if it isn't already set
Rob Crittenden
2010-02-03
1
-4
/
+5
*
Remove __public__ and __proxy__ hold-overs from Plugin class
Jason Gerard DeRose
2010-01-28
1
-72
/
+1
*
Enabled CRUDS in webUI using wehjit 0.2.0
Jason Gerard DeRose
2010-01-26
1
-0
/
+2
*
If plugin fails to load log the traceback
John Dennis
2009-11-23
1
-1
/
+2
*
Provide additional help to --help option
Rob Crittenden
2009-11-19
1
-0
/
+7
*
Make plugin browser show plugin parent class
Jason Gerard DeRose
2009-10-14
1
-0
/
+3
*
Giant webui patch take 2
Jason Gerard DeRose
2009-10-13
1
-1
/
+1
*
Removed PluginProxy and all its uses
Jason Gerard DeRose
2009-08-05
1
-116
/
+1
*
Modify PluginProxy to use __public__ defined in derived classes instead of ba...
Pavel Zuna
2009-06-10
1
-1
/
+4
*
Rename errors2.py to errors.py. Modify all affected files.
Pavel Zuna
2009-04-23
1
-10
/
+10
*
Implemented more elegant way for entire plugin module to be conditionally ski...
Jason Gerard DeRose
2009-02-17
1
-2
/
+36
*
Started cleanup work on ra plugin; fixed problem in api.bootstrap() when proc...
Jason Gerard DeRose
2009-02-17
1
-2
/
+6
*
Started work on a much simplified mod_python server
Jason Gerard DeRose
2009-02-03
1
-0
/
+2
*
Finished reworked cli.CLI class into cli.cli plugin
Jason Gerard DeRose
2009-02-03
1
-5
/
+6
*
Started reworking CLI class into cli plugin
Jason Gerard DeRose
2009-02-03
1
-5
/
+33
*
Removed the depreciated Context and LazyContext classes
Jason Gerard DeRose
2009-02-03
1
-23
/
+0
*
Added Object.params_minus() method; various small tweaks
Jason Gerard DeRose
2009-02-03
1
-7
/
+5
*
Renamed all references to 'ipa_server' to 'ipaserver'
Jason Gerard DeRose
2009-01-04
1
-1
/
+1
*
Removed unneeded import of errors from plugable.py
Jason Gerard DeRose
2009-01-03
1
-5
/
+4
*
Plugin.call() now uses errors2 version of SubprocessError
Jason Gerard DeRose
2009-01-03
1
-3
/
+3
*
Ported plugin registration errors into errors2.py; plugable.Registrar now rai...
Jason Gerard DeRose
2009-01-03
1
-5
/
+16
*
Removed unneeded import of check_type, check_instance in plugable.py
Jason Gerard DeRose
2009-01-02
1
-1
/
+0
*
Removed depreciated code in ipalib.plugable that has been moving into ipalib....
Jason Gerard DeRose
2009-01-02
1
-249
/
+2
*
Removed depreciated code from config.py; removed corresponding unit tests
Jason Gerard DeRose
2008-12-22
1
-1
/
+1
*
Added note in Plugin.set_api() about Plugin.log attribute being depreciated
Jason Gerard DeRose
2008-12-21
1
-0
/
+1
*
Plugin.__init__() now checks that subclass hasn't defined attributes that con...
Jason Gerard DeRose
2008-12-21
1
-2
/
+7
*
Improved Plugin.call() method and added its unit test
Jason Gerard DeRose
2008-12-21
1
-6
/
+13
*
Plugin.doc instance attribute is now parsed out using inspect.getdoc(); added...
Jason Gerard DeRose
2008-12-17
1
-1
/
+5
*
Removed Plugin.doc property and replaced with instance attribute created in P...
Jason Gerard DeRose
2008-12-17
1
-7
/
+1
*
Removed Plugin.name property and replaced with instance attribute created in ...
Jason Gerard DeRose
2008-12-17
1
-7
/
+4
*
Some changes to make reading dubugging output easier
Jason Gerard DeRose
2008-11-24
1
-0
/
+5
*
Finished fist draft of plugin tutorial in ipalib/__init__.py docstring
Jason Gerard DeRose
2008-11-07
1
-2
/
+2
*
Added Plugin.call() method that calls an external executable via subprocess.c...
Jason Gerard DeRose
2008-11-06
1
-0
/
+11
*
Added custom log formatter util.LogFormatter that makes the human-readable ti...
Jason Gerard DeRose
2008-10-31
1
-2
/
+2
*
Renamed API.bootstrap_from_options() to bootstrap_with_global_options()
Jason Gerard DeRose
2008-10-31
1
-1
/
+1
[next]