summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/addressbook
AgeCommit message (Collapse)Author
2011-02-15Allow group identifiers to be changed upon renaming (used in LDAP)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4552 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-14Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\!thomasb
git-svn-id: https://svn.roundcube.net/trunk@4541 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-10- Fix subtype select labels for fields added with 'Add field'alec
git-svn-id: https://svn.roundcube.net/trunk@4527 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-09Always generate valid DOM identifiers using html_identifier() write original ↵thomasb
identifier string to rel attribute where possible git-svn-id: https://svn.roundcube.net/trunk@4508 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-07- Fix vcard export (#1487765)alec
git-svn-id: https://svn.roundcube.net/trunk@4501 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-06Localize contact property subtypes; better name for contact sectionthomasb
git-svn-id: https://svn.roundcube.net/trunk@4499 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-06Delegate contact input validation to rcube_addressbook instance; accept ↵thomasb
already localized texts in rcube_output::show_message() git-svn-id: https://svn.roundcube.net/trunk@4498 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-04- Fix email_dns_check setting not used for identities/contacts (#1487740) alec
git-svn-id: https://svn.roundcube.net/trunk@4494 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alec
git-svn-id: https://svn.roundcube.net/trunk@4484 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-30- Clarify regexp (#1487722)alec
git-svn-id: https://svn.roundcube.net/trunk@4470 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-29Add groups support for LDAP address books, contributed by Andreas Dickthomasb
git-svn-id: https://svn.roundcube.net/trunk@4467 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-26Fix group item identifiersthomasb
git-svn-id: https://svn.roundcube.net/trunk@4460 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-23When creating a new contact, add it to the selected group; consider the ↵thomasb
selected group when deleting a contact git-svn-id: https://svn.roundcube.net/trunk@4454 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-22Fix search with no results; no size for date fieldthomasb
git-svn-id: https://svn.roundcube.net/trunk@4443 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-21Better grouping of contact informationthomasb
git-svn-id: https://svn.roundcube.net/trunk@4441 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-18Merge branch devel-addressbook (r4193:4382) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@4424 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-16- Move action files map from index.php to steps' func.inc filesalec
git-svn-id: https://svn.roundcube.net/trunk@4419 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
git-svn-id: https://svn.roundcube.net/trunk@4410 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-23- Fix adding contact group record after creating a groupalec
git-svn-id: https://svn.roundcube.net/trunk@4252 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-04- Unify template files namingalec
git-svn-id: https://svn.roundcube.net/trunk@4176 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-03- Add missing confirmation/error messages on contact/group/message actions ↵alec
(#1486845) - Add 'loading' message on message move/copy/delete/mark actions git-svn-id: https://svn.roundcube.net/trunk@4172 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-02- Support contact's email addresses up to 255 characters long (#1487095)alec
- Added email format checks when saving contacts data git-svn-id: https://svn.roundcube.net/trunk@4166 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-28- Plugin API: added 'contact_form' hookalec
- Re-designed contact frame using Tabs git-svn-id: https://svn.roundcube.net/trunk@4151 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-27- When contacts search returns no rows display message of type 'notice' ↵alec
instead of 'warning' git-svn-id: https://svn.roundcube.net/trunk@4150 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-22List groups in address detail view and allow to subscribe/unsubscribe from ↵thomasb
there (#1486753) git-svn-id: https://svn.roundcube.net/trunk@4121 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-04- Convert address to utf8 on contacts importalec
git-svn-id: https://svn.roundcube.net/trunk@4033 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-30- Plugin API: improved 'abort' flag handling, added 'result' item in some ↵alec
hooks: group_*, contact_*, identity_* (#1486914) git-svn-id: https://svn.roundcube.net/trunk@4025 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-09- Rename hooks: contact_save -> contact_update, identity_save -> ↵alec
identity_update, delete_identity -> identity_delete - Print warning to the log about deprecated hook names usage git-svn-id: https://svn.roundcube.net/trunk@3883 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-30- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete ↵alec
list (old names are supported without errors nor warnings) git-svn-id: https://svn.roundcube.net/trunk@3840 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-28- Fix RC forgets search results (#1483883)alec
git-svn-id: https://svn.roundcube.net/trunk@3787 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-23- removed PHP closing tagalec
git-svn-id: https://svn.roundcube.net/trunk@3780 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-16- Fix base64 regexp (#1486800)alec
git-svn-id: https://svn.roundcube.net/trunk@3755 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-09- Increase pagesize to 99999 when exporting contactsalec
- Improve performance by disabling counter query when exporting contacts git-svn-id: https://svn.roundcube.net/trunk@3736 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-02- Fix duplicated contacts when copying with group selected (#1486766)alec
git-svn-id: https://svn.roundcube.net/trunk@3697 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-01Allow to drag into groups of another address sourcethomasb
git-svn-id: https://svn.roundcube.net/trunk@3694 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-25- don't set pagetitle in ajax requestsalec
git-svn-id: https://svn.roundcube.net/trunk@3663 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-13- Extend contact groups support (#1486682) alec
git-svn-id: https://svn.roundcube.net/trunk@3614 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-03- don't use deprecated split()alec
git-svn-id: https://svn.roundcube.net/trunk@3585 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- fix dublicated 'show' action after contact creationalec
git-svn-id: https://svn.roundcube.net/trunk@3536 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-13Assign newly created contacts to the active group (#1486626) and fix group ↵thomasb
selection display (#1486619) git-svn-id: https://svn.roundcube.net/trunk@3485 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-06Configurable limit of address group membersthomasb
git-svn-id: https://svn.roundcube.net/trunk@3470 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-01Add client-side events when adding/removing groupsthomasb
git-svn-id: https://svn.roundcube.net/trunk@3459 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-01Fix typothomasb
git-svn-id: https://svn.roundcube.net/trunk@3458 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-01Add server-side plugin hooks to address group functions + better action namesthomasb
git-svn-id: https://svn.roundcube.net/trunk@3457 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31Implement group renaming/deleting + use more consistent names for commands ↵thomasb
and actions (#1486587) git-svn-id: https://svn.roundcube.net/trunk@3448 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-26Added basic contact groups featurethomasb
git-svn-id: https://svn.roundcube.net/trunk@3425 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-02- Added function to get addressbooks list rcmail::get_address_sources() ↵alec
(#1486248) git-svn-id: https://svn.roundcube.net/trunk@3302 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-26Import contacts into the selected address book + set button states accordinglythomasb
git-svn-id: https://svn.roundcube.net/trunk@3228 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-05- Fix bugs in unused addressbook copy contact function (#1486199)alec
git-svn-id: https://svn.roundcube.net/trunk@3016 208e9e7b-5314-0410-a742-e7e81cd9613c