..
class.addressbook_bo.inc.php
* Admin/Addressbook: fixed wrong timezone in created and modified times for contacts and accounts
2012-03-14 15:24:42 +00:00
class.addressbook_contactform.inc.php
separate method display_var(&$content=null,...) called by original display($content=null,...) method, to allow extending classes to use changes in content
2010-10-27 08:38:19 +00:00
class.addressbook_csv.inc.php
"adding fields for (max. 10) single category names"
2010-03-10 18:05:44 +00:00
class.addressbook_display.inc.php
"fixed is not array warning in addressbook display block"
2008-07-03 08:03:23 +00:00
class.addressbook_egw_record.inc.php
Fixes to special export category columns:
2010-11-19 18:40:46 +00:00
class.addressbook_export_contacts_csv.inc.php
Implode arrays when not exporting human-friendly values so they don't say 'Array'
2010-12-15 23:06:36 +00:00
class.addressbook_groupdav.inc.php
* CardDAV/GroupDAV: handle deleted contacts, as not existing (404 Not Found)
2011-06-19 09:04:07 +00:00
class.addressbook_hooks.inc.php
backported r33878, r33880 from Nathan to display supported fileformats in addressbook prefs
2011-08-26 10:09:23 +00:00
class.addressbook_import_contacts_csv.inc.php
* addressbook/csv-import: fix/enable update of account - userdata when accounts are stored with ldap. If the condition is on account_id, we supplement the condition with owner=0 (this is needed to correctly determine the storage engine (ldap/sql) for accounts); we strongly recomment NOT to try to use this for adding accounts: use admin import definitions for that task
2011-09-19 10:29:23 +00:00
class.addressbook_ldap.inc.php
* Addressbook: lettersearch was not working for addressbooks in LDAP if PostgreSQL database was used (bug #2851 )
2011-04-10 15:32:30 +00:00
class.addressbook_merge.inc.php
handle calendar replacements (search for events) only when there are calendar replacements required
2010-05-26 12:41:19 +00:00
class.addressbook_sif.inc.php
Fix SyncML addressbook handling
2010-12-19 22:25:30 +00:00
class.addressbook_so.inc.php
* addressbook/csv-import: fix/enable update of account - userdata when accounts are stored with ldap. If the condition is on account_id, we supplement the condition with owner=0 (this is needed to correctly determine the storage engine (ldap/sql) for accounts); we strongly recomment NOT to try to use this for adding accounts: use admin import definitions for that task
2011-09-19 10:29:23 +00:00
class.addressbook_sql.inc.php
fixing the fix ... (db-name is in key, not value)
2011-04-21 15:05:45 +00:00
class.addressbook_tracking.inc.php
Don't record change history on jpegphoto, it causes SQL errors. (Bug #2483 )
2010-04-22 15:39:32 +00:00
class.addressbook_ui.inc.php
* Admin/Addressbook: do NOT mark accounts as deleted, as accounts do NOT know that state, always deleted them and allow to cleanup already marked as deleted accounts in addressbook
2012-03-07 12:06:20 +00:00
class.addressbook_vcal.inc.php
Fix SyncML addressbook handling
2010-12-19 22:25:30 +00:00
class.addressbook_wizard_export_contacts_csv.inc.php
Skip the step about multi-select columns if none of those columns are selected
2010-11-23 16:12:56 +00:00
class.addressbook_wizard_import_contacts_csv.inc.php
- Add option to change addressbook for record on a per-record basis, with fallback to owner
2010-09-23 19:49:07 +00:00
class.boaddressbook.inc.php
"patch from Lorentz <lorentz(at)friendship-systems.com>"
2010-03-21 09:54:42 +00:00
hook_config.inc.php
an other fix for copying contacts:
2010-09-01 07:57:06 +00:00
hook_home.inc.php
feature to show contact_id in list and editview; ability to sort by contact_id, ability to search for contact_id (or parts of it), so beware if you search for a contact by id, you may find more than one, since the number you search for may be part of the content of more than one field and contacts, as numbers can occur also in eg.: phonenumber, roomnumber, ZIP-Code, ...
2010-09-29 10:38:44 +00:00