remove PLC.Debug.log, use PLC.Logger.logger instead
[plcapi.git] / PLC / Persons.py
2017-02-15 Thierry Parmentelatremove PLC.Debug.log, use PLC.Logger.logger instead newlogs
2014-11-05 Thierry Parmentelatinstrument the email-checking code to expose problemati...
2014-08-18 Thierry Parmentelattags defined on Person and Site were not exposed to...
2011-09-07 Tony MackMerge branch 'master' of ssh://git.planet-lab.org/git...
2011-09-07 Tony Mackfix bug that prevented certain users from being deleted
2011-09-06 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/plcapi
2011-09-06 Thierry Parmentelatopen up visibility amob people on a same site
2011-08-02 Tony Mackremove verification_expires from person before deleting
2011-07-25 Tony Mackcan now delete accounts that still have a pending verif...
2011-06-07 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/plcapi
2011-06-01 Tony MackMerge branch 'master' of ssh://git.planet-lab.org/git...
2011-05-19 Tony Macktechs can view all the users at their site
2010-11-23 Thierry Parmentelatadd a note in GetPersons about a possible privacy leak
2010-10-15 Daniel Hokka ZakrissonBe consistent in the API.
2010-09-15 Thierry Parmentelatavoid running validate on DeletePerson
2010-06-22 S.Çağlar Onur- Change .py files to use 4-space indents and no hard...
2010-05-03 Thierry ParmentelatFirst draft for leases
2010-03-24 Tony Mackconvert email to lowercase
2010-02-10 Barış Metinfallback to old modules for centos5 (python 2.4)
2010-02-10 Barış Metinuse hashlib as md5 and sha are deprecated
2009-12-14 Barış Metinregex fix: escape the first '-' too, add start/end...
2009-12-14 Anil-Kumar Vengalilhyphen in regular expression needs to be escaped
2009-12-14 Anil-Kumar Vengalilnightly was failing with invalid email address, as...
2009-12-11 Barış Metinuse regex to validate email address.
2009-12-01 Stephen SolteszAdd PersonTags as well. Performed a simple test but...
2009-08-04 Tony Mackfix bug, 'node_filter' should be 'person_filter'
2009-08-04 Tony Mackmove package imports out of __init__()
2009-07-19 Thierry Parmentelatsvn keywords
2009-05-27 Marc Fiuczynskibug fix: instantiating Roles() only takes 2 args, not...
2009-05-27 Marc FiuczynskiUpdated can_update() and can_view() to check on "roles...
2008-06-04 Tony Mackfix bug
2008-05-23 Thierry Parmentelatwork in progress - passes simple tests
2007-11-06 Tony MackRationalize: added associate function
2007-10-25 Thierry Parmentelatset svn:keywords property for proper keywords expansion
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-06-14 Tony Mack- updated with Thierrys patch which handles conflicting...
2007-03-29 Tony Mack- make sure 'verification_expires' is converted to...
2007-03-29 Tony Mack- return peer_id, peer_person_id
2007-03-28 Tony Mack- No longer use view_persons. Query tables directly...
2007-01-16 Mark Huang- verification_key and verification_expires can be...
2007-01-11 Mark Huang- remove problematic Persons -> Sites -> Persons circul...
2007-01-09 Mark Huangrevert accidental (too early) checkin
2007-01-09 Mark Huangremove old Shell.py implementation (moved to plcsh...
2007-01-08 Tony Mack- if the appropriate message template doesn't exist...
2007-01-05 Tony Mack- added Person.send_account_registered_email method
2007-01-05 Tony Mack- added Person.send_initiate_password_reset_email method
2007-01-05 Tony Mack- added 'verification_key', 'verification_expires'...
2007-01-05 Tony Mack*** empty log message ***
2006-12-05 Thierry ParmentelatCache:
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-24 Thierry ParmentelatPersons gets cached and connected to Keys (not tested...
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-27 Mark Huang- clean up person_session on delete()
2006-10-25 Mark Huang- remove optional sub-parameter; we use these fields...
2006-10-24 Mark Huang- make Add() calling convention consistent among all...
2006-10-20 Mark Huang- use base class __init__() and delete() implementations
2006-10-11 Mark Huangmove add_key/remove_key here
2006-10-10 Mark Huang- remove extraneous imports
2006-10-06 Mark Huang- add_role, remove_role: fix case when role is already...
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- removed person addresses
2006-09-25 Mark Huang- support new schema
2006-09-08 Mark Huang- no need for md5crypt module, newer standard crypt...
2006-09-07 Mark Huang- fix recursive import problem
2006-09-06 Mark HuangInitial checkin of new API implementation