r2lab is migrating from a previous depl. based on omf_sfa
[plcapi.git] / PLC / Sites.py
2016-12-12 Thierry Parmentelatr2lab is migrating from a previous depl. based on omf_sfa
2014-08-18 Thierry Parmentelattags defined on Person and Site were not exposed to...
2014-02-25 Tony Mackincrease max login_base length to 32 chars
2010-11-18 Thierry Parmentelatreviewing the tags permission system
2010-10-15 Daniel Hokka ZakrissonBe consistent in the API.
2010-06-22 S.Çağlar Onur- Change .py files to use 4-space indents and no hard...
2009-11-13 Stephen Solteszadd site_tags : GetSites() now returns 'site_tag_ids...
2009-07-19 Thierry Parmentelatsvn keywords
2008-12-04 Thierry Parmentelatsvn keywords yet again
2008-10-11 Thierry Parmentelatembed svn Id keyword
2008-05-23 Thierry Parmentelatwork in progress - passes simple tests
2007-11-06 Tony MackRationalize: added associate functions
2007-10-25 Thierry Parmentelatmerged from onelab newplc-4.0.13 tag
2007-10-01 Tony Mack- Merge from PlanetLab Europe
2007-08-22 Tony Mack- added update_last_updated(). Records when a record...
2007-02-21 Tony Mack- add 'ext_consortium_id' to Site.fields
2007-01-31 Mark Huang- allow digits in login_base
2007-01-26 Tony Mack- added 'enabled' to Site.fields
2007-01-11 Mark Huang- remove unnecessary import of NodeGroups
2006-12-05 Thierry ParmentelatCache:
2006-11-30 Thierry Parmentelatforeign_xrefs should be a list and not a dict anymore
2006-11-30 Thierry Parmentelat(*) implements validate_ methods for all timestamp...
2006-11-28 Thierry Parmentelat(*) direct cross refs redefined as NOT NULL in the...
2006-11-25 Thierry Parmentelatcaching sites, connected to persons, and nodes
2006-11-09 Mark Huang- re-enable return_fields specification
2006-11-09 Mark Huangallow tuples and sets as sequence filters
2006-11-08 Mark Huang- use Filter to select rows
2006-11-02 Mark Huangunset None fields, if allowed
2006-10-25 Mark Huang- remove optional sub-parameter; we use these fields...
2006-10-24 Mark Huang- add add_address() and remove_address() join functions
2006-10-20 Mark Huang- use base class __init__() and delete() implementations
2006-10-11 Mark Huang- add pcu_ids
2006-10-06 Mark Huang- add_person, remove_person: fix case when person is...
2006-10-03 Mark Huang- move common sync() functionality to Table.Row
2006-10-02 Mark Huangmake read-only a Parameter attribute
2006-10-02 Mark Huang- do not document or advertise deleted, this is an...
2006-10-02 Mark Huang- return address_ids and max_slivers
2006-09-25 Mark Huang- clean up person_site when deleting sites
2006-09-25 Mark Huang- support new schema
2006-09-08 Mark Huang- set min and max for str fields
2006-09-07 Mark Huang- fix recursive import problem
2006-09-06 Mark HuangInitial checkin of new API implementation