summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/addressbook/save.inc
AgeCommit message (Collapse)Author
2012-02-11User configurable setting how to display contact names in listthomasb
git-svn-id: https://svn.roundcube.net/trunk@5871 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5787 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-04- Fix displaying form warnings on contact savealec
git-svn-id: https://svn.roundcube.net/trunk@5709 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-04Fix saving of composite address fields without subtypethomasb
git-svn-id: https://svn.roundcube.net/trunk@5540 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-10- Add option to define matching method for addressbook search (#1486564, ↵alec
#1487907) git-svn-id: https://svn.roundcube.net/trunk@5406 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-22- Fix contact row update after name change when in searching mode, update ↵alec
changelog git-svn-id: https://svn.roundcube.net/trunk@5108 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-12Only check for existing contacts if an email address is presentthomasb
git-svn-id: https://svn.roundcube.net/trunk@5059 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-02- Fixed form reloading on source change, broken in r4999alec
git-svn-id: https://svn.roundcube.net/trunk@5005 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-01- Fixed contact photos upload, moved code to separate file for better ↵alec
performance (to handle upload we don't need to initialize addressbook source) git-svn-id: https://svn.roundcube.net/trunk@4999 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-27- Fix fallback to default source (#1488009)alec
git-svn-id: https://svn.roundcube.net/trunk@4976 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-27- Generate display name before record validationalec
git-svn-id: https://svn.roundcube.net/trunk@4973 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-26- Another display name fix: don't store display name only if it equals to ↵alec
email address git-svn-id: https://svn.roundcube.net/trunk@4967 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-25- Fixed display name on contact listsalec
git-svn-id: https://svn.roundcube.net/trunk@4965 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-24- DOn't generate contact name here, it's not requiredalec
git-svn-id: https://svn.roundcube.net/trunk@4959 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-06- Fixed issues related to creating contacts in source which isn't currently ↵alec
selected (#1487990) git-svn-id: https://svn.roundcube.net/trunk@4913 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-02- Added addressbook source selector in contact create formalec
git-svn-id: https://svn.roundcube.net/trunk@4901 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-14- Added searching in all addressbook sources (global-search)alec
- Added addressbook source selection in contacts import git-svn-id: https://svn.roundcube.net/trunk@4850 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Fix handling of "<" character in contact data, search fields and folder ↵alec
names, identity name and organization fields (#1487864) git-svn-id: https://svn.roundcube.net/trunk@4812 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-12Improve display name composition when saving contacts (#1487143), with ↵thomasb
plugin-support; allow empty names in sql address book, fall back to e-mail address in listing and vcard export git-svn-id: https://svn.roundcube.net/trunk@4752 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-12Keep all submitted data if contact form validation fails (#1487865)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4649 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-10Prepare for multiple concurrent compose windowsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4604 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-25Allow multiple records with same e-mail address but show notice to the userthomasb
git-svn-id: https://svn.roundcube.net/trunk@4572 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-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-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-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-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-12Bumbed version; Roundcube development is not Switzerland onlythomasb
git-svn-id: https://svn.roundcube.net/trunk@4410 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-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-23- removed PHP closing tagalec
git-svn-id: https://svn.roundcube.net/trunk@3780 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
2009-08-29- Fix LDAP contact update when RDN field is changed (#1485788)alec
git-svn-id: https://svn.roundcube.net/trunk@2889 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-21Use global request tokens and automatically protect all POST requeststhomasb
git-svn-id: https://svn.roundcube.net/trunk@2778 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-15Use request tokens to protect POST requests from CSFRthomasb
git-svn-id: https://svn.roundcube.net/trunk@2755 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-01Add plugin hooks for creating/saving/deleting identities and contactsthomasb
git-svn-id: https://svn.roundcube.net/trunk@2441 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-19Don't check for non-existing property -> fix address bookthomasb
git-svn-id: https://svn.roundcube.net/trunk@1407 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some ↵thomasb
global vars git-svn-id: https://svn.roundcube.net/trunk@1344 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-07-03Fix address adding bug reported by David Koblasthomasb
git-svn-id: https://svn.roundcube.net/trunk@638 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-04-28Merged branch devel-addressbook from r443 back to trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@543 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-09-24Partial client re-write with a common list classthomasb
git-svn-id: https://svn.roundcube.net/trunk@354 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-08-30Added MSSQL supportthomasb
git-svn-id: https://svn.roundcube.net/trunk@328 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-08-28Fixed tickets 1445501 and 1483820estadtherr
git-svn-id: https://svn.roundcube.net/trunk@327 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-08-11Reverted files to r305thomasb
git-svn-id: https://svn.roundcube.net/trunk@313 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-08-10Added a few fields to the contact table and made this fields avaiable ↵tri
(Ticket #1332930) git-svn-id: https://svn.roundcube.net/trunk@306 208e9e7b-5314-0410-a742-e7e81cd9613c