Cache:
[plcapi.git] / PLC / Persons.py
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