summaryrefslogtreecommitdiff
path: root/program/steps/addressbook
AgeCommit message (Collapse)Author
2015-02-22Fix missing or not up-to-date CATEGORIES entry in vCard export (#1490277)Aleksander Machniak
2015-02-17Add possibility to print contact information (of a single contact)Aleksander Machniak
2015-02-16Fix a regression where some contact data was missing in export and PHP ↵Aleksander Machniak
warnings were logged (Kolab #4522)
2015-01-09Fix bug where max_group_members was ignored when adding a new contact (#1490214)Aleksander Machniak
Also fix list refresh after new contact was added and any group is selected.
2015-01-07Correctly handle DateTime values in Vcard exportThomas Bruederli
2014-12-16Improve system security by using optional special URL with security tokenAleksander Machniak
Allows to define separate server/path for image/js/css files Fix bugs where CSRF attacks were still possible on some requests
2014-11-16Code cleanup - unused variablesAleksander Machniak
2014-08-17Fix contacts list update after adding/deleting/moving a contact (#1490028, ↵Aleksander Machniak
#1490033)
2014-08-10Add missing label to the clientAleksander Machniak
2014-08-10Fix errors when adding/updating contacts in active search (#1490015)Aleksander Machniak
2014-08-01Fix various iCloud vCard issues, added fallback for external photos (#1489993)Aleksander Machniak
2014-07-28Set 'compose_extwin' env property on every step; accept a list of URL ↵Thomas Bruederli
parameters for the 'compose' command
2014-07-26Create/rename groups in UI dialogs (#1489951)Aleksander Machniak
2014-07-25Skip redundant prepare_for_export() callsAleksander Machniak
2014-06-24Separate list of saved searched from addressbooks listThomas Bruederli
2014-06-14Unify some labelsAleksander Machniak
2014-06-05Merge branch 'dev-accessibility'Thomas Bruederli
Conflicts: program/include/rcmail_output_html.php program/js/app.js program/js/treelist.js program/lib/Roundcube/html.php skins/larry/styles.css skins/larry/templates/compose.html
2014-06-04Add fieldset legends and input element labels to contact edit formThomas Bruederli
2014-06-03Apply accessibility improvements to the address book taskThomas Bruederli
2014-05-12Performance fix: don't send vcard/photo data to the browser after contact updateAleksander Machniak
2014-04-24Fix possibly wrong error message when contact with the same email exists on ↵Aleksander Machniak
move/copy
2014-03-09Re-arrange buttons in import dialog to match the rest of the appplicationThomas Bruederli
2014-02-05Fix issue when default_addressbook option is set to integer value (#1489407)Aleksander Machniak
2013-12-31More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get()Aleksander Machniak
2013-12-25CS fixesAleksander Machniak
2013-12-22Remove deprecated functions (these listed in bc.php file) usageAleksander Machniak
2013-12-08Make sure selected group is listed after delete error (#1489463)Aleksander Machniak
2013-12-05Check rcube_addressbook::get_error() after failing delete (#1489463)Aleksander Machniak
2013-12-04Fix issue where groups were not deleted when "Replace entire addressbook" ↵Aleksander Machniak
option on contacts import was used (#1489420)
2013-11-22Fix so contactnotfound message is of type error not infoAleksander Machniak
2013-10-28Fixed saving contact birthday/anniversary dates before 01-01-1970Aleksander Machniak
2013-09-10Improve handling of date strings and DateTime values in contactsThomas Bruederli
2013-09-10Support full address specification in contact email fields.Aleksander Machniak
Now input address is extracted automatically, so user can just paste full address copied from another place. Other clients have such feature e.g. Kontact.
2013-09-10Fix for case when email array is not flatAleksander Machniak
2013-09-10Enable groups import options selector if there's at least one writable ↵Aleksander Machniak
source (with groups support)
2013-09-08Add option to import vcards with group assignments (pull-request 105)Thomas Bruederli
2013-09-08Save groups membership in VCard export (#1488509)Thomas Bruederli
2013-08-26Fix bugs when invoking contact creation form when read-only addressbook is ↵Aleksander Machniak
selected (#1489296)
2013-08-08Fix issue where uploaded photo was lost when contact form did not validate ↵Aleksander Machniak
(#1489274)
2013-08-08Fix redundant SQL query on contact photo request after photo upload.Aleksander Machniak
The query was also invalid in case of uploading photo in contact create form. Move contact photo handling from show.inc into a separate file.
2013-07-03Fix groups list in contact info page - get_record_groups() resultAleksander Machniak
is a ID=>Name hash and cannot be merged with list_groups() result
2013-07-01Fix so setting frame to blank page works also while frame is loading another ↵Aleksander Machniak
page
2013-07-01Fix email duplicate check on contact move/copyAleksander Machniak
2013-07-01Contacts drag-n-drop default action is to move contacts (#1488751)Aleksander Machniak
Added possibility to choose to move or copy contacts from drag-n-drop menu (#1488751) Use consistent naming: 'moveto' -> 'move'
2013-06-26Disable dragging/copying of contact groupsThomas Bruederli
2013-06-18Merge branch 'dev-advanced-ldap-groups':Thomas Bruederli
- Refactoring: separated address book implementation from generic LDAP wrapper class - Auto-detect and use VLV indices for all search operations - Additional group configuration options for LDAP address books - Allow address books to display a multi-level group hierarchy in the contacts list
2013-05-26Also display contact properties with unknown subtypesThomas Bruederli
2013-05-23Fix displaying contact with ID divisible by 100 in sql addressbook (#1489121)Aleksander Machniak
2013-05-07Avoid uninitialized/unused variablesAleksander Machniak
2013-05-06Fix display issue on addressbooks/groups list (#1489039)Aleksander Machniak