- added tests for AdmAddNodeGroup, AdmGetNodeGroupNodes and AdmDeleteNode
[plcapi.git] / PLC /
2006-09-13 Tony MackInitial checkin of new API implementation
2006-09-13 Tony Mack- fixed NodeGroup.delete function
2006-09-12 Tony Mack1- addes validate_description function
2006-09-12 Tony Mack-fixed validate_name function. It now returns the name...
2006-09-11 Tony MackInitial checkin of new API implementation
2006-09-08 Mark Huang- set min and max for str fields
2006-09-08 Mark Huang- no need for md5crypt module, newer standard crypt...
2006-09-08 Mark Huang- add min and max Parameter attributes
2006-09-08 Mark Huang- add min and max validation to type_check routine
2006-09-08 Mark Huang- handle non-ascii passwords correctly
2006-09-08 Mark Huang- set default byte encodings for DB and XML-RPC/SOAP...
2006-09-08 Mark Huangno need for md5crypt module, newer standard crypt modul...
2006-09-07 Mark Huang- use Person.set_primary_site
2006-09-07 Mark Huang- use Person.remove_role
2006-09-07 Mark Huang- use Site.remove_person
2006-09-07 Mark Huang- use Person.add_role
2006-09-07 Mark Huang- fix bad assertion since AdmGetPersons() can return...
2006-09-07 Mark Huang- fix accidental modification of class variable
2006-09-07 Mark Huang- fix function spec
2006-09-07 Mark Huang- use Site.add_person
2006-09-07 Mark Huang- get person_ids when querying site information
2006-09-07 Mark Huang- fix recursive import problem
2006-09-07 Mark Huang- fix recursive import problem
2006-09-07 Mark Huang- add remove_node function
2006-09-06 Mark Huangremove AuthenticatePrincipal
2006-09-06 Mark Huangfix error message
2006-09-06 Mark Huang- remove direct sql, squirrel it away in NodeGroups
2006-09-06 Mark Huang- add add_node() function to add node to this node...
2006-09-06 Mark HuangInitial checkin of new API implementation