- Add vCard's Profile URL support (#1488062)
| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Add vCard's Profile URL support (#1488062) |
| | | - jQuery 1.6.3 |
| | | - Fix imap_cache setting to values other than 'db' (#1488060) |
| | | - Fix handling of attachments inside message/rfc822 parts (#1488026) |
| | |
| | | $labels['typevideo'] = 'Video'; |
| | | $labels['typeassistant'] = 'Assistant'; |
| | | $labels['typehomepage'] = 'Home Page'; |
| | | $labels['typeblog'] = 'Blog'; |
| | | $labels['typeprofile'] = 'Profile'; |
| | | |
| | | $labels['addfield'] = 'Add field...'; |
| | | $labels['addcontact'] = 'Add new contact'; |
| | |
| | | $labels['typevideo'] = 'Wideo'; |
| | | $labels['typeassistant'] = 'Asystent'; |
| | | $labels['typehomepage'] = 'Strona domowa'; |
| | | $labels['typeblog'] = 'Blog'; |
| | | $labels['typeprofile'] = 'Profil'; |
| | | $labels['addfield'] = 'Dodaj pole...'; |
| | | $labels['personalinfo'] = 'Informacje osobiste'; |
| | | $labels['addphoto'] = 'Dodaj'; |
| | |
| | | ), 'category' => 'main'), |
| | | 'birthday' => array('type' => 'date', 'size' => 12, 'maxlength' => 16, 'label' => rcube_label('birthday'), 'limit' => 1, 'render_func' => 'rcmail_format_date_col', 'category' => 'personal'), |
| | | 'anniversary' => array('type' => 'date', 'size' => 12, 'maxlength' => 16, 'label' => rcube_label('anniversary'), 'limit' => 1, 'render_func' => 'rcmail_format_date_col', 'category' => 'personal'), |
| | | 'website' => array('type' => 'text', 'size' => 40, 'maxlength' => 50, 'label' => rcube_label('website'), 'subtypes' => array('homepage','work','blog','other'), 'category' => 'main'), |
| | | 'website' => array('type' => 'text', 'size' => 40, 'maxlength' => 50, 'label' => rcube_label('website'), 'subtypes' => array('homepage','work','blog','profile','other'), 'category' => 'main'), |
| | | 'im' => array('type' => 'text', 'size' => 40, 'maxlength' => 50, 'label' => rcube_label('instantmessenger'), 'subtypes' => array('aim','icq','msn','yahoo','jabber','skype','other'), 'category' => 'main'), |
| | | 'notes' => array('type' => 'textarea', 'size' => 40, 'rows' => 15, 'maxlength' => 500, 'label' => rcube_label('notes'), 'limit' => 1), |
| | | 'photo' => array('type' => 'image', 'limit' => 1, 'category' => 'main'), |