remove PLC.Debug.log, use PLC.Logger.logger instead
[plcapi.git] / PLC / Method.py
2017-02-15 Thierry Parmentelatremove PLC.Debug.log, use PLC.Logger.logger instead newlogs
2010-11-30 Thierry Parmentelatpropagate caller when a method calls another method
2010-11-25 Thierry Parmentelatlocate_or_create_tag returns tag_type, and not tag_type...
2010-06-22 S.Çağlar Onur- Change .py files to use 4-space indents and no hard...
2009-10-30 Marc FiuczynskiRight now all passwords that showed up via AddPerson...
2009-10-16 Tony Mackdont log system calls
2009-10-16 Tony Mackdo not log ReportRunLevel
2009-10-15 Tony Mackreverting last commit. Log everything
2009-10-15 Tony MackDont long system, Get or ReportRunlevel calls
2009-07-19 Thierry Parmentelatsvn keywords
2008-06-17 Thierry Parmentelatlegacy methods - this is more an excuse for studying...
2008-05-30 Tony Mackonly log errors if logging is enabled
2007-10-25 Thierry Parmentelatset svn:keywords property for proper keywords expansion
2007-09-12 Tony Mack- merge from PlanetLab Europe
2007-08-20 Tony Mack- log fault details
2007-08-20 Tony Mack- limit what we log by default
2007-05-16 Tony Mack- removed debug print statement
2007-05-16 Tony Mack- fix Event.auth_type logging
2007-05-16 Tony Mack- Prepend caller id to fault string
2007-04-11 Tony Mack- log auth method used
2007-02-27 Tony Mack- changed how event_objects are logged.
2007-01-19 Tony Mack- log object_type
2007-01-16 Mark Huang- log event if .message attribute is set
2006-12-20 Tony Mack- Log event['message']
2006-11-29 Tony Mack- removed anything having to with event_type/event_object
2006-11-08 Mark Huang- move python_type and xmlrpc_type to Parameter
2006-11-03 Mark Huang- raise the last fault if a mixed type check fails...
2006-11-03 Thierry Parmentelatfor federation : Peers and ForeignNodes
2006-11-02 Mark Huangunset None fields, if allowed
2006-10-31 Mark Huang- fix logging of Boot* methods and others that can...
2006-10-25 Mark Huang- check lists correctly
2006-10-25 Mark Huang- type_check(): don't type check Mixed types twice
2006-10-19 Tony Mack- fixed bug in logging of event_objects
2006-10-19 Tony Mack- fixed how calls with dictionary args are logged
2006-10-19 Tony Mack- removed unnecessary print
2006-10-19 Tony Mack- fixed logging of calls that fail at or before auth...
2006-10-18 Tony Mack- add **kwds paramater to __call__()
2006-10-17 Tony Mack- log the ids of objects affected by api calls
2006-10-16 Tony Mack- use unicode() instead of str() before logging call...
2006-10-13 Tony Mack- fixed logging of person_id
2006-10-13 Tony Mack- added log()
2006-09-08 Mark Huang- add min and max validation to type_check routine
2006-09-06 Mark HuangInitial checkin of new API implementation