summaryrefslogtreecommitdiff
path: root/program/steps/addressbook
AgeCommit message (Collapse)Author
2011-06-01- Add popup with basic fields selection for addressbook searchalecpl
2011-05-27- Fix handling of "<" character in group namealecpl
2011-05-27- Fix handling of "<" character in contact data, search fields and folder ↵alecpl
names, identity name and organization fields (#1487864)
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 ↵thomascube
plugin-support; allow empty names in sql address book, fall back to e-mail address in listing and vcard export
2011-04-29- Fix a bug where selecting too many contacts would produce too large URI ↵alecpl
request (#1487892)
2011-04-27- Improve photo actions handling (set name of upload-photo, disable ↵alecpl
delete-photo according to photo existance), code cleanup
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