- add_person, remove_person: fix case when person is already part of/no longer
[plcapi.git] / PLC / Methods /
2006-10-06 Tony Mack*** empty log message ***
2006-10-06 Tony Mack- removed 'Adm' prefix
2006-10-03 Mark Huangslice attribute methods
2006-10-03 Mark Huang- added new methods
2006-10-03 Mark Huang- fix documentation
2006-10-03 Mark Huang- no need to filter out None anymore
2006-10-03 Mark Huang- deleted no longer included in the Site.fields definition
2006-10-03 Mark Huang- deleted no longer included in the Node.fields definition
2006-10-02 Mark Huang- commit
2006-10-02 Mark Huangno need to filter out deleted fields anymore
2006-10-02 Mark Huangadd new slice functions
2006-10-02 Mark Huang- allow max_slivers to be updated
2006-10-02 Mark Huang- accept role_id_or_name
2006-09-25 Mark Huang- fix if node has no node networks
2006-09-25 Mark Huang- fix node network handling
2006-09-25 Mark Huang- no need to specify extra_fields when instantiating...
2006-09-25 Mark Huang- remove extraneous checks
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-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- 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- fix parameter documentation
2006-09-19 Mark Huang- fix parameter documentation
2006-09-19 Tony Mack- value returned is now xml-rpc safe
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 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 Mackmodified can_update 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 MackInitial checkin of new API implementation
2006-09-11 Tony MackInitial checkin of new API implementation
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-06 Mark Huangremove AuthenticatePrincipal
2006-09-06 Mark Huang- remove direct sql, squirrel it away in NodeGroups
2006-09-06 Mark HuangInitial checkin of new API implementation