plcapi.git
2006-09-25 Mark Huang- clean up person_site when deleting sites
2006-09-25 Mark Huang- no need to filter out deleted sites, new schema and...
2006-09-25 Mark Huang- fix documentation
2006-09-25 Mark Huangrename flush() to sync(), removed {default,all,join...
2006-09-25 Mark Huang- no need to specify extra_fields anymore when instanti...
2006-09-25 Mark Huang- support new schema
2006-09-25 Mark Huang- support new schema
2006-09-25 Mark Huang- add fields() function for returning the column names...
2006-09-25 Mark Huang- support new schema
2006-09-25 Mark Huang- support new schema
2006-09-25 Mark Huang- support new schema
2006-09-25 Mark Huang- support new schema
2006-09-25 Mark Huang- support new schema
2006-09-25 Mark Huang- don't care about Role in the auth structure anymore
2006-09-25 Mark Huang- support new schema
2006-09-25 Mark Huang- Partial implementation of new schema
2006-09-21 Mark Huang- remove redundant auth check
2006-09-20 Mark Huang- remove extraneous import
2006-09-20 Mark Huang- remove extraneous import
2006-09-20 Mark Huang- fix allowed update_fields
2006-09-20 Mark Huang- fix allowed roles
2006-09-20 Mark Huang- remove extraneous admin check
2006-09-20 Mark Huang- accept either id or name
2006-09-20 Mark Huang- remove extraneous code
2006-09-20 Mark Huang- remove extraneous imports and checks
2006-09-20 Mark Huang- remove extra imports
2006-09-20 Mark Huang- remove unnecessary admin check
2006-09-20 Mark Huang- node group names are case sensitive
2006-09-20 Mark Huang- fix comments
2006-09-20 Tony Mack- fixed return documentation
2006-09-20 Tony Mack- fixed exception response
2006-09-20 Tony Mack- fixed return documentation
2006-09-20 Tony Mack- removed pi role check
2006-09-20 Tony Mack- removed tech role check
2006-09-20 Tony Mack- remove tech role check
2006-09-19 Tony Mack- value returned is now xml-rpc safe
2006-09-19 Mark Huang- whitespace nit
2006-09-19 Mark Huang- fix parameter documentation
2006-09-19 Mark Huang- fix parameter documentation
2006-09-19 Mark Huang- add functions add_node_network() and set_primary_node...
2006-09-19 Tony Mack- value returned is now xml-rpc safe
2006-09-19 Mark Huang- update comment
2006-09-19 Mark Huang- fix documentation for return value
2006-09-19 Mark Huang- fix documentation for return value
2006-09-19 Mark Huang- move assertion to right place
2006-09-15 Tony Mack- updated some validate functions
2006-09-15 Tony MackInitial checkin of new API implementation
2006-09-15 Tony Mack- added: check if caller is admin
2006-09-15 Tony Mack- added: check if caller is admin
2006-09-14 Tony Mack- added tests for AdmGetNodeGroups, AdmUpdateNodeGroup...
2006-09-14 Tony Mackmodified can_update variable
2006-09-14 Tony Mackadded all_fields class variable
2006-09-14 Tony MackInitial checkin of new API implementation
2006-09-13 Tony Macknow accepts nodegroup_id or name (previously only accep...
2006-09-13 Tony Mack-now accepts node_id or name (previously only accepted...
2006-09-13 Tony Mack- added tests for AdmAddNodeGroup, AdmGetNodeGroupNodes...
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 MackAdded Tests for AdmGetSiteNodes
2006-09-11 Tony MackInitial checkin of new API implementation
2006-09-08 Mark Huang- fix randstr to return (possibly unicode) strings...
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-08 Mark Huang- If any XML-RPC options have been specified, do not try
2006-09-08 Mark HuangExample test script
2006-09-08 Mark Huang- add XML-RPC support
2006-09-08 Mark Huangadd validation
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 Huang- add default auth structure
2006-09-06 Mark Huangremove AuthenticatePrincipal
2006-09-06 Mark Huangfix error message
2006-09-06 Mark Huang- change default config file
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
2006-09-06 Planet-Lab... New repository initialized by cvs2svn.