remove PLC.Debug.log, use PLC.Logger.logger instead
[plcapi.git] / PLC / Filter.py
2017-02-15 Thierry Parmentelatremove PLC.Debug.log, use PLC.Logger.logger instead newlogs
2015-03-02 Thierry Parmentelatreview 'print' statements - make sure to use PLC.Debug...
2014-01-09 Thierry Parmentelatpython-2.7 is now for granted
2010-12-06 Thierry Parmentelatmore doc update
2010-11-23 Thierry Parmentelatadd a note in GetPersons about a possible privacy leak
2010-10-15 Daniel Hokka ZakrissonImprove filter.
2010-07-22 S.Çağlar Onuruse ILIKE instead of LIKE for case-insensitive searches
2010-06-22 S.Çağlar Onur- Change .py files to use 4-space indents and no hard...
2010-05-03 Thierry ParmentelatFirst draft for leases
2010-03-05 Barış Metinfix Filter.py
2010-02-28 Daniel Hokka ZakrissonAllow wildcards in lists.
2010-01-06 Barış Metinquote value for all operators (thanks to Jordan for...
2009-10-05 Barış Metin * a field starting with '&' or '|' should refer to...
2009-07-19 Thierry Parmentelatsvn keywords
2009-06-05 Thierry Parmentelatbugfix for filters based on a pattern with *f or *d
2009-04-06 Thierry Parmentelatfix corner case like ~slice_id:[]
2008-12-09 Thierry Parmentelatkeep things simple, use 'value' rather than 'tagvalue...
2008-12-04 Thierry Parmentelatnodes have a node_type (NodeType object and api calls...
2008-10-11 Thierry Parmentelatembed svn Id keyword
2008-05-08 Thierry Parmentelatfirst draft for the myplc-docs package (cross-module...
2007-11-15 Tony Mackfix documentation
2007-10-25 Thierry Parmentelatmerged from onelab newplc-4.0.13 tag
2007-05-16 Tony Mack- submitting Thierry enhancements. Filter now uses...
2007-02-23 Thierry Parmentelatextended documentation to describe pattern-matching...
2007-01-04 Mark Huangminimal hacks so that the PHP bindings can be built...
2006-12-04 Mark Huang- spacing nits
2006-11-29 Tony Mack- added support for wildcards in dictionary filters
2006-11-21 Thierry Parmentelatsupport for negation with fields starting with ~
2006-11-09 Mark Huang- Filters can be null
2006-11-08 Mark Huang- add generic Filter class for Get() requests: eases...