summaryrefslogtreecommitdiff
path: root/program/steps/addressbook
AgeCommit message (Expand)Author
2011-05-13Correctly handle empty contact names when importingthomascube
2011-05-13Fix empty name in search results and error when creating a new contactthomascube
2011-05-12Improve display name composition when saving contacts (#1487143), with plugin...thomascube
2011-04-29- Fix a bug where selecting too many contacts would produce too large URI req...alecpl
2011-04-27- Improve photo actions handling (set name of upload-photo, disable delete-ph...alecpl
2011-04-15Fix vcard folding at 75 chars; don't fold vcards for internal storagethomascube
2011-04-12Keep all submitted data if contact form validation fails (#1487865)thomascube
2011-03-10Prepare for multiple concurrent compose windowsthomascube
2011-02-27Better display of vcard import results (#1485457)thomascube
2011-02-27Improve vcard import: map more fields, support photo urls, better UTF-16 char...thomascube
2011-02-25Allow multiple records with same e-mail address but show notice to the userthomascube
2011-02-15Allow group identifiers to be changed upon renaming (used in LDAP)thomascube
2011-02-14Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\!thomascube
2011-02-10- Fix subtype select labels for fields added with 'Add field'alecpl
2011-02-09Always generate valid DOM identifiers using html_identifier() write original ...thomascube
2011-02-07- Fix vcard export (#1487765)alecpl
2011-02-06Localize contact property subtypes; better name for contact sectionthomascube
2011-02-06Delegate contact input validation to rcube_addressbook instance; accept alrea...thomascube
2011-02-04- Fix email_dns_check setting not used for identities/contacts (#1487740) alecpl
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alecpl
2011-01-30- Clarify regexp (#1487722)alecpl
2011-01-29Add groups support for LDAP address books, contributed by Andreas Dickthomascube
2011-01-26Fix group item identifiersthomascube
2011-01-23When creating a new contact, add it to the selected group; consider the selec...thomascube
2011-01-22Fix search with no results; no size for date fieldthomascube
2011-01-21Better grouping of contact informationthomascube
2011-01-18Merge branch devel-addressbook (r4193:4382) back into trunkthomascube
2011-01-16- Move action files map from index.php to steps' func.inc filesalecpl
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2010-11-23- Fix adding contact group record after creating a groupalecpl
2010-11-04- Unify template files namingalecpl
2010-11-03- Add missing confirmation/error messages on contact/group/message actions (#...alecpl
2010-11-02- Support contact's email addresses up to 255 characters long (#1487095)alecpl
2010-10-28- Plugin API: added 'contact_form' hookalecpl
2010-10-27- When contacts search returns no rows display message of type 'notice' inste...alecpl
2010-10-22List groups in address detail view and allow to subscribe/unsubscribe from th...thomascube
2010-10-04- Convert address to utf8 on contacts importalecpl
2010-09-30- Plugin API: improved 'abort' flag handling, added 'result' item in some hoo...alecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-08-09- Rename hooks: contact_save -> contact_update, identity_save -> identity_upd...alecpl
2010-07-30- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list...alecpl
2010-06-28- Fix RC forgets search results (#1483883)alecpl
2010-06-23- removed PHP closing tagalecpl
2010-06-16- Fix base64 regexp (#1486800)alecpl
2010-06-09- Increase pagesize to 99999 when exporting contactsalecpl
2010-06-02- Fix duplicated contacts when copying with group selected (#1486766)alecpl
2010-06-01Allow to drag into groups of another address sourcethomascube
2010-05-25- don't set pagetitle in ajax requestsalecpl
2010-05-13- Extend contact groups support (#1486682) alecpl
2010-05-03- don't use deprecated split()alecpl