add site_tags : GetSites() now returns 'site_tag_ids' attribute.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 13 Nov 2009 22:33:07 +0000 (22:33 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 13 Nov 2009 22:33:07 +0000 (22:33 +0000)
commit84d214e3c398bbb172e1a4a0adc22e57179d5954
treefa85bdeb725202fe9b4e3c2db49df41a01a115c1
parent8fa2c23822e1bf280351d09b917e3c549951cf5b
add site_tags : GetSites() now returns 'site_tag_ids' attribute.
added Add/Delete/Get/UpdateSiteTag*() methods
added SiteTags.py to define the site tags table.  Similar to the other Tag tables
PLC/Legacy/__init__.py
PLC/Methods/AddSiteTag.py [new file with mode: 0644]
PLC/Methods/DeleteSiteTag.py [new file with mode: 0644]
PLC/Methods/GetSiteTags.py [new file with mode: 0644]
PLC/Methods/UpdateSiteTag.py [new file with mode: 0644]
PLC/Methods/__init__.py
PLC/SiteTags.py [new file with mode: 0644]
PLC/Sites.py
PLC/TagTypes.py
PLC/__init__.py