Age | Commit message (Expand) | Author |
2012-11-25 | Separate framework and application constants | Thomas Bruederli |
2012-11-25 | Define more (uniquely prefixed) constants for Roundcube directories in order ... | Thomas Bruederli |
2012-11-25 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak |
2012-11-25 | Fix redundant colon after last address in print mode | Aleksander Machniak |
2012-11-23 | Fix hidden flag and default_addressbook settings handling | Aleksander Machniak |
2012-11-23 | Add lost rcube_vcard.php file | Aleksander Machniak |
2012-11-22 | Fix cache (in)validation after setting \Deleted flag | Aleksander Machniak |
2012-11-21 | Rename rcube_bc.inc to bc.php for consistency | Aleksander Machniak |
2012-11-21 | Framework files moved to lib/Roundcube | Aleksander Machniak |
2012-11-21 | Create Roundcube Framework initialization script (bootstrap) | Aleksander Machniak |
2012-11-21 | Consider filename extension to detect image attachments of type application/o... | Thomas Bruederli |
2012-11-20 | Fix keybord events on messages list in opera browser (#1488823) | Aleksander Machniak |
2012-11-20 | Move prompt_silent() and get_opt() to rcube_utils class | Aleksander Machniak |
2012-11-20 | Fix selection of collapsed thread rows (#1488772) | Aleksander Machniak |
2012-11-20 | Check if checkdnsrr() and getmxrr() functions exist before using them | Aleksander Machniak |
2012-11-19 | Unset null values in user prefs | Thomas Bruederli |
2012-11-19 | Add noscript warning to login page (#1488615) | Thomas Bruederli |
2012-11-19 | Updated localization files from launchpad | Thomas Bruederli |
2012-11-19 | Correctly handle multiple file uploads (#1488820) | Thomas Bruederli |
2012-11-19 | Check mbstring extension before calling mb_internal_encoding() | Thomas Bruederli |
2012-11-19 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli |
2012-11-19 | Avoid double-encoding of HTML entities in signature edit field | Thomas Bruederli |
2012-11-19 | Fix wrapping of quoted text with format=flowed (#1488177) | Aleksander Machniak |
2012-11-19 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli |
2012-11-19 | Always save drafts with format=flowed in order to keep original paragraphs an... | Thomas Bruederli |
2012-11-19 | Improve line wrapping behavior where message charset is changed by plugins (i... | Thomas Bruederli |
2012-11-18 | Select default_addressbook on the list in Address Book (#1488280) | Aleksander Machniak |
2012-11-18 | Unlock UI even if no message display object exists | Thomas Bruederli |
2012-11-18 | Fix so mobile phone has TYPE=CELL in exported vCard (#1488812) | Aleksander Machniak |
2012-11-17 | Bring back lost localization for the about page | Thomas Bruederli |
2012-11-17 | Use dedicated method to determine an attachment's file size | Thomas Bruederli |
2012-11-17 | Use jQuery functions to maximize compatibility with all IE versions | Thomas Bruederli |
2012-11-17 | Add onclick handler to Show-links | Thomas Bruederli |
2012-11-17 | Cast mimetypes property into an array on IE | Thomas Bruederli |
2012-11-17 | Improve thumbnail display: center images and display a 'show' link for attach... | Thomas Bruederli |
2012-11-17 | Move default value for client_mimetypes to rcube_config; make sure an array i... | Thomas Bruederli |
2012-11-17 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli |
2012-11-17 | Define @package and @subpackage of Framework classes | Aleksander Machniak |
2012-11-17 | Fix parsing header in English when localized map is defined | Aleksander Machniak |
2012-11-16 | Merge pull request #45 from linagora/master | Aleksander Machniak |
2012-11-16 | Added Polish localization for csv2vcard feature | Aleksander Machniak |
2012-11-16 | Add more data validation | Aleksander Machniak |
2012-11-16 | Support contacts import from CSV file (#1486399) | Aleksander Machniak |
2012-11-16 | Properly set object properties in set() method, small perf. improvement | Aleksander Machniak |
2012-11-15 | Fix rcube_utils::explode_quoted_string() with explode(), added tests | Aleksander Machniak |
2012-11-15 | Move BIG5 at the end of charsets list in detect() | Aleksander Machniak |
2012-11-15 | Improved rcube_charset::detect() with BOM checks from rcube_vcard::detect_enc... | Aleksander Machniak |
2012-11-15 | Code improvements | Aleksander Machniak |
2012-11-15 | Merge branch 'keep-alive' | Aleksander Machniak |
2012-11-14 | Avoid errors with non-string objects | Thomas Bruederli |