summaryrefslogtreecommitdiff
path: root/program/steps/addressbook
AgeCommit message (Collapse)Author
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 ↵thomascube
charset detection
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
identifier string to rel attribute where possible
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 ↵thomascube
already localized texts in rcube_output::show_message()
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 ↵thomascube
selected group when deleting a contact
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
(#1486845) - Add 'loading' message on message move/copy/delete/mark actions
2010-11-02- Support contact's email addresses up to 255 characters long (#1487095)alecpl
- Added email format checks when saving contacts data
2010-10-28- Plugin API: added 'contact_form' hookalecpl
- Re-designed contact frame using Tabs
2010-10-27- When contacts search returns no rows display message of type 'notice' ↵alecpl
instead of 'warning'
2010-10-22List groups in address detail view and allow to subscribe/unsubscribe from ↵thomascube
there (#1486753)
2010-10-04- Convert address to utf8 on contacts importalecpl
2010-09-30- Plugin API: improved 'abort' flag handling, added 'result' item in some ↵alecpl
hooks: group_*, contact_*, identity_* (#1486914)
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-08-09- Rename hooks: contact_save -> contact_update, identity_save -> ↵alecpl
identity_update, delete_identity -> identity_delete - Print warning to the log about deprecated hook names usage
2010-07-30- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete ↵alecpl
list (old names are supported without errors nor warnings)
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
- Improve performance by disabling counter query when exporting contacts
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
2010-04-22- fix dublicated 'show' action after contact creationalecpl
2010-04-13Assign newly created contacts to the active group (#1486626) and fix group ↵thomascube
selection display (#1486619)
2010-04-06Configurable limit of address group membersthomascube
2010-04-01Add client-side events when adding/removing groupsthomascube
2010-04-01Fix typothomascube