egroupware_official/addressbook/inc
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
..
export added n_prefix as mentioned on the list 2006-04-10 15:36:35 +00:00
import forgot to add these months ago 2005-11-26 13:15:57 +00:00
class.boaddressbook.inc.php addressbook extension: 2006-03-14 14:26:55 +00:00
class.bocontacts.inc.php moved contact-data (firstname, lastname and email) from the account-table to the contact table: 2006-06-17 18:50:07 +00:00
class.bofields.inc.php - new add/edit dialog using tabs 2005-11-03 23:47:52 +00:00
class.boXport.inc.php Converting to new egw arrays 2005-05-01 14:34:59 +00:00
class.contacts_admin_prefs.inc.php moved contact-data (firstname, lastname and email) from the account-table to the contact table: 2006-06-17 18:50:07 +00:00
class.csv_export.inc.php - added csv export 2006-04-26 21:23:38 +00:00
class.pdb.inc.php fix for palm-download as suggested by Peter Hrastnik's patch [ 1010631 ] patch for broken pdb file-download (headers already sent) 2004-08-18 08:32:59 +00:00
class.sifaddressbook.inc.php changed to use the bocontacts instead of boaddressbook, need to be tested 2006-04-26 14:02:17 +00:00
class.so_ldap.inc.php moved contact-data (firstname, lastname and email) from the account-table to the contact table: 2006-06-17 18:50:07 +00:00
class.soaddressbook.inc.php Converting to new egw arrays 2005-05-01 14:34:59 +00:00
class.socontacts_sql.inc.php moved contact-data (firstname, lastname and email) from the account-table to the contact table: 2006-06-17 18:50:07 +00:00
class.socontacts.inc.php moved contact-data (firstname, lastname and email) from the account-table to the contact table: 2006-06-17 18:50:07 +00:00
class.uiaddressbook.inc.php addressbook extension: 2006-03-14 14:26:55 +00:00
class.uicontacts.inc.php moved contact-data (firstname, lastname and email) from the account-table to the contact table: 2006-06-17 18:50:07 +00:00
class.uifields.inc.php Move custom field functions to new bo class, and implement in calls within this application 2005-07-02 20:20:06 +00:00
class.uivcard.inc.php Converting to new egw arrays 2005-05-01 14:34:59 +00:00
class.uiXport.inc.php Converting to new egw arrays 2005-05-01 14:34:59 +00:00
class.vcaladdressbook.inc.php SyncML fixes 2006-05-17 03:36:48 +00:00
functions.inc.php Converting to new egw arrays 2005-05-01 14:34:59 +00:00
hook_config.inc.php moved contact-data (firstname, lastname and email) from the account-table to the contact table: 2006-06-17 18:50:07 +00:00
hook_home.inc.php fixed birthday reminder and made the days, it shows birthdays in advance, configurable 2006-06-11 17:26:54 +00:00
hook_notifywindow.inc.php Converting to new egw arrays 2005-05-01 14:34:59 +00:00