egroupware/addressbook
Ralf Becker 9f59a77b85 moved contact-data (firstname, lastname and email) from the account-table to the contact table:
- all (sql) accounts have now allways a contact associated with them (account_id is added as new column to the contacts table)
- contacts queries are simplefied a lot now, as no more join with the accouns-table, union and case when statesments are necessary
- lot of the special handling for accounts in the contacts class is no longer needed
- new contact-repository mode "sql-ldap" which additional writes all changes to the ldap repository, to allow to use it read-only from eg. thunderbird and still have the full sql speed and features within eGW (not yet fully working!)
==> requites update of API and addressbook to work (setup!)
2006-06-17 18:50:07 +00:00
..
doc removed the leading space, thanks to Bastian Schern from the german list 2006-06-15 05:31:56 +00:00
inc moved contact-data (firstname, lastname and email) from the account-table to the contact table: 2006-06-17 18:50:07 +00:00
setup moved contact-data (firstname, lastname and email) from the account-table to the contact table: 2006-06-17 18:50:07 +00:00
templates moved contact-data (firstname, lastname and email) from the account-table to the contact table: 2006-06-17 18:50:07 +00:00
csv_import.php - added csv export 2006-04-26 21:23:38 +00:00
index.php first version / step to the new 1.4 addressbook: 2006-04-23 14:40:31 +00:00
svctest.php Update to new arrays 2005-04-30 03:27:36 +00:00