Age | Commit message (Expand) | Author |
2010-05-13 | - Extend contact groups support (#1486682) | alecpl |
2010-05-03 | - don't use deprecated split() | alecpl |
2010-04-22 | - fix dublicated 'show' action after contact creation | alecpl |
2010-04-13 | Assign newly created contacts to the active group (#1486626) and fix group se... | thomascube |
2010-04-06 | Configurable limit of address group members | thomascube |
2010-04-01 | Add client-side events when adding/removing groups | thomascube |
2010-04-01 | Fix typo | thomascube |
2010-04-01 | Add server-side plugin hooks to address group functions + better action names | thomascube |
2010-03-31 | Implement group renaming/deleting + use more consistent names for commands an... | thomascube |
2010-03-26 | Added basic contact groups feature | thomascube |
2010-03-02 | - Added function to get addressbooks list rcmail::get_address_sources() (#148... | alecpl |
2010-01-26 | Import contacts into the selected address book + set button states accordingly | thomascube |
2009-10-05 | - Fix bugs in unused addressbook copy contact function (#1486199) | alecpl |
2009-09-28 | - Fix LDAP addressbook shows 'Contact not found' error sometimes (#1486178) | alecpl |
2009-08-29 | - Fix gn and givenName should be synonymous in LDAP addressbook (#1485892) | alecpl |
2009-08-29 | - Fix LDAP contact update when RDN field is changed (#1485788) | alecpl |
2009-08-28 | - Fix LDAP addressbook browsing when only one directory is used (#1486022) | alecpl |
2009-07-21 | Use global request tokens and automatically protect all POST requests | thomascube |
2009-07-16 | Force ajax calls to protect from CSRF | thomascube |
2009-07-15 | Use request tokens to protect POST requests from CSFR | thomascube |
2009-06-22 | - use RCMAIL_CHARSET instead of hardcoded 'utf-8' | alecpl |
2009-05-04 | - fix parse error | alecpl |
2009-05-04 | - more addressbooks hooks (#1485829) | alecpl |
2009-05-01 | Add plugin hooks for creating/saving/deleting identities and contacts | thomascube |
2009-04-19 | Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ... | thomascube |
2009-01-17 | * bumping up copyright (happy new year ;-)) | till |
2008-10-21 | Improve vcard import (#1485502); try utf-8 first in charset detection | thomascube |
2008-10-05 | - removed deprecated rcube_add_label() and all uses | alecpl |
2008-09-25 | Improve vcard decoding and import step | thomascube |
2008-09-21 | Separate method to create iframe tags (with a list of allowed attributes) | thomascube |
2008-09-21 | - use more 'html' class | alecpl |
2008-09-12 | Refactor drag & drop functionality. Don't rely on browser events anymore (#14... | thomascube |
2008-09-06 | Reset page number when exporting contacts | thomascube |
2008-09-06 | Don't import contacts without an e-mail address (does not make sense) | thomascube |
2008-09-04 | Enable export of contacts as vCard + DRY | thomascube |
2008-09-04 | Fix html links for address book directories | thomascube |
2008-09-04 | Always list all address sources | thomascube |
2008-09-02 | New feature to import contacts from a vcard file + mark form buttons that pro... | thomascube |
2008-09-02 | Let rcmail class create address book instances | thomascube |
2008-07-29 | Add microformats to address book + fix html output + codestyle | thomascube |
2008-06-25 | #1485161 | alecpl |
2008-06-23 | #1485147 | alecpl |
2008-06-20 | Urlencode mail recipients for storing in session + little code cleanup | thomascube |
2008-06-15 | - Added option to select skin in user preferences (#1485031) | alecpl |
2008-05-21 | -localized pagetitle in Settings and Address book | alecpl |
2008-05-19 | Don't check for non-existing property -> fix address book | thomascube |
2008-05-08 | - make address_book_type option case insensitive | alecpl |
2008-05-08 | - Option 'use_SQL_address_book' replaced by 'address_book_type' | alecpl |
2008-05-07 | /tmp/out | svncommit |
2008-04-30 | Next step: introduce the application class 'rcmail' and get rid of some globa... | thomascube |