Aleksander Machniak
|
159691e7b1
|
Don't use protected property rcube_db::$db_error
|
13 years ago |
Aleksander Machniak
|
0d94fd45f4
|
New database layer based on PHP PDO
|
13 years ago |
Thomas Bruederli
|
ca1c2a8c9c
|
Don't show errors when moving contacts into groups they're already in (#1488493)
|
13 years ago |
Aleksander Machniak
|
041c93ce0b
|
Removed $Id$
|
13 years ago |
Thomas Bruederli
|
ceb5b56c3b
|
Move rcube_addressbook::normalize_string() to rcube_utils::normalize_string() for general purpose
|
13 years ago |
alecpl
|
0c259682f6
|
- Merge devel-framework branch, resolved conflicts
|
13 years ago |
alecpl
|
66d2152ab5
|
Exclude E_STRICT from error_reporting for PHP 5.4
|
13 years ago |
thomascube
|
f9a967763e
|
User configurable setting how to display contact names in list
|
13 years ago |
thomascube
|
43875379d5
|
Allow users to choose cols for contacts list sorting
|
13 years ago |
thomascube
|
7fe3811c65
|
Changed license to GNU GPLv3+ with exceptions for skins and plugins
|
13 years ago |
thomascube
|
b98e71900d
|
Allow plugins to extend the vcard fieldmap for contact data
|
13 years ago |
alecpl
|
e2c9ab4df8
|
- Fix strict email address searching if contact has more than one address
|
13 years ago |
alecpl
|
f21a04c024
|
- Add option to define matching method for addressbook search (#1486564, #1487907)
|
13 years ago |
alecpl
|
5e9065284e
|
- Make $name property to be public (#1488140)
|
13 years ago |
thomascube
|
dc6c4f4a28
|
Contact groups can have direct email addresses => distribution lists; enable 'compose' command for the selected group
|
13 years ago |
thomascube
|
39cafac3f5
|
Autocomplete LDAP records when adding contacts from mail (#1488073)
|
13 years ago |
alecpl
|
feaf7b5ec6
|
- Remove temp debug code
|
13 years ago |
alecpl
|
4d4a2fa32e
|
- Added possibility to extend rcube_vcard's fieldmap
- Skip empty values in vCard export
|
13 years ago |
thomascube
|
03eb13f11c
|
Small improvements and codestyle
|
14 years ago |
alecpl
|
63fda8af57
|
- Make Undo action optional by setting undo_timeout=0
|
14 years ago |
alecpl
|
7f5a849e78
|
- Added possibility to undo last contact delete operation
|
14 years ago |
alecpl
|
cc90ed1f84
|
- Add addressbook name in contact info frame (#1487958)
|
14 years ago |
alecpl
|
62e2254e3f
|
- Fix regexp matching field names
|
14 years ago |
alecpl
|
5148d388ea
|
- Small fix for advanced searching
|
14 years ago |
alecpl
|
02695eff93
|
- typo
|
14 years ago |
alecpl
|
a5be870d6c
|
- Performance improvement, fix case-sensitivness in advanced search
|
14 years ago |
alecpl
|
e9a9f2f6c5
|
- Added addressbook advanced search
|
14 years ago |
alecpl
|
3cacf941fa
|
- Add popup with basic fields selection for addressbook search
|
14 years ago |
thomascube
|
0ec7fe4efc
|
Fix sort order when contact name is empty
|
14 years ago |
thomascube
|
445a4ca04d
|
Fix empty name in search results and error when creating a new contact
|
14 years ago |
thomascube
|
e848180aaa
|
Improve display name composition when saving contacts (#1487143), with plugin-support; allow empty names in sql address book, fall back to e-mail address in listing and vcard export
|
14 years ago |
thomascube
|
569f8306db
|
Fix vcard folding at 75 chars; don't fold vcards for internal storage
|
14 years ago |
thomascube
|
715c7961ba
|
Don't do exact matches when searching for existing email records
|
14 years ago |
thomascube
|
3e2637351d
|
Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\!
|
14 years ago |
thomascube
|
07b95dc49b
|
Delegate contact input validation to rcube_addressbook instance; accept already localized texts in rcube_output::show_message()
|
14 years ago |
thomascube
|
0501b637a3
|
Merge branch devel-addressbook (r4193:4382) back into trunk
|
14 years ago |
thomascube
|
f5e7b35307
|
Bumbed version; Roundcube development is not Switzerland only
|
14 years ago |
alecpl
|
b393e54247
|
- Add rcube_addressbook::get_record_groups() (#1487089)
|
14 years ago |
thomascube
|
cb7d32ebdd
|
List groups in address detail view and allow to subscribe/unsubscribe from there (#1486753)
|
14 years ago |
alecpl
|
5c461bada9
|
- Update phpdoc (#1486958)
|
14 years ago |
alecpl
|
e019f2d0f2
|
- s/RoundCube/Roundcube/
|
14 years ago |
alecpl
|
1126fc6127
|
- Performance improvement in add_to_group()
|
15 years ago |
alecpl
|
982e0b0b89
|
- Redesigned how rcube_contacts handles table names
|
15 years ago |
thomascube
|
3b67e33c8e
|
Allow derived classes of rcube_contacts to override table and sequence names
|
15 years ago |
alecpl
|
d17a7fea4c
|
- remove debug code
|
15 years ago |
alecpl
|
bb8012cfcd
|
- Extend contact groups support (#1486682)
|
15 years ago |
alecpl
|
25fdec592d
|
- Fix autocomplete shows entries without email (#1486452)
|
15 years ago |
alecpl
|
a004bb8cbe
|
- code re-formatting + small improvements
|
15 years ago |
alecpl
|
495c0e512c
|
- fix rcube_addressbook inheritance
|
15 years ago |
alecpl
|
6319670243
|
- Fix SQL error on contact auto-completion (#1486649)
|
15 years ago |