summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/addressbook/func.inc
AgeCommit message (Collapse)Author
2011-06-03- Call addressbook_get hook only if build-in addressbook doesn't match ↵alec
wanted ID (for better performance), other improvements git-svn-id: https://svn.roundcube.net/trunk@4836 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-03- Added addressbook advanced searchalec
git-svn-id: https://svn.roundcube.net/trunk@4834 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-01- Add popup with basic fields selection for addressbook searchalec
git-svn-id: https://svn.roundcube.net/trunk@4823 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13Fix empty name in search results and error when creating a new contactthomasb
git-svn-id: https://svn.roundcube.net/trunk@4764 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-27- Improve photo actions handling (set name of upload-photo, disable ↵alec
delete-photo according to photo existance), code cleanup git-svn-id: https://svn.roundcube.net/trunk@4707 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-27Improve vcard import: map more fields, support photo urls, better UTF-16 ↵thomasb
charset detection git-svn-id: https://svn.roundcube.net/trunk@4575 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-06Localize contact property subtypes; better name for contact sectionthomasb
git-svn-id: https://svn.roundcube.net/trunk@4499 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-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-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-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 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-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-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
2009-08-29- Fix gn and givenName should be synonymous in LDAP addressbook (#1485892)alec
git-svn-id: https://svn.roundcube.net/trunk@2894 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-08-28- Fix LDAP addressbook browsing when only one directory is used (#1486022)alec
git-svn-id: https://svn.roundcube.net/trunk@2887 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomasb
sample plugins) git-svn-id: https://svn.roundcube.net/trunk@2401 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-05- removed deprecated rcube_add_label() and all usesalec
- code for 'show' action added in r1937 moved to show.inc git-svn-id: https://svn.roundcube.net/trunk@1939 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-21Separate method to create iframe tags (with a list of allowed attributes)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1871 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-21- use more 'html' classalec
git-svn-id: https://svn.roundcube.net/trunk@1870 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12Refactor drag & drop functionality. Don't rely on browser events anymore ↵thomasb
(#1484453) git-svn-id: https://svn.roundcube.net/trunk@1763 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-04Fix html links for address book directoriesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1726 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-04Always list all address sourcesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1725 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-02Let rcmail class create address book instancesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1712 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-25#1485161alec
git-svn-id: https://svn.roundcube.net/trunk@1577 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-21-localized pagetitle in Settings and Address bookalec
-removed useless and not working code git-svn-id: https://svn.roundcube.net/trunk@1412 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-08- make address_book_type option case insensitivealec
git-svn-id: https://svn.roundcube.net/trunk@1365 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-08- Option 'use_SQL_address_book' replaced by 'address_book_type'alec
git-svn-id: https://svn.roundcube.net/trunk@1364 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-07/tmp/outrichs
git-svn-id: https://svn.roundcube.net/trunk@1361 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomasb
devel-vnext branch git-svn-id: https://svn.roundcube.net/trunk@1291 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Fixed some potential security risks + updatedd changelogthomasb
git-svn-id: https://svn.roundcube.net/trunk@930 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-05-18Always populate the address source listthomasb
git-svn-id: https://svn.roundcube.net/trunk@582 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-05-17Add link to message subjects (#1484257); don't make selected list items ↵thomasb
bold; remove duplicate function git-svn-id: https://svn.roundcube.net/trunk@567 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-12-20New (strict) quoting for all kind of stringsthomasb
git-svn-id: https://svn.roundcube.net/trunk@419 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-01-25Added folder purge function and some checksroundcube
git-svn-id: https://svn.roundcube.net/trunk@127 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-01-08disable ldap search button if no servers configuredjustinrandell
git-svn-id: https://svn.roundcube.net/trunk@97 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-01-08adding files and modifications for public ldap searchjustinrandell
git-svn-id: https://svn.roundcube.net/trunk@95 208e9e7b-5314-0410-a742-e7e81cd9613c
2005-12-03Re-design of caching (new database table added\!); some bugfixes; Postgres ↵roundcube
support git-svn-id: https://svn.roundcube.net/trunk@88 208e9e7b-5314-0410-a742-e7e81cd9613c
2005-10-25more pear/mdb2 integrationsparc
git-svn-id: https://svn.roundcube.net/trunk@58 208e9e7b-5314-0410-a742-e7e81cd9613c
2005-10-20added DB LIMIT abstractionsparc
git-svn-id: https://svn.roundcube.net/trunk@47 208e9e7b-5314-0410-a742-e7e81cd9613c