Age | Commit message (Expand) | Author |
2013-04-29 | Fix list page reset when viewing a message in Larry skin (#1489076) | Aleksander Machniak |
2013-04-24 | Fix error when using check_referer=true | Aleksander Machniak |
2013-04-16 | Remove redundant ini checks | Aleksander Machniak |
2013-04-15 | Bump version to 0.9-stablev0.9.0 | Thomas Bruederli |
2013-03-24 | Ensure backwards compatibility by considering old-style skin_path attribute f... | Thomas Bruederli |
2013-03-17 | Fix "rcmail is undefined" error in HTML attachment preview - regression | Aleksander Machniak |
2013-02-10 | Bump version to 0.9-rc | Thomas Bruederli |
2013-02-10 | Let some env variables survive reset(); don't show taskbar and top line in fr... | Thomas Bruederli |
2013-02-08 | Fix reference to non-existing class rcube_output_html (#1488948) | Aleksander Machniak |
2013-01-28 | Merge branch 'release-0.9' of github.com:roundcube/roundcubemail into release... | Thomas Bruederli |
2013-01-28 | Catch connection timeouts on message sending form submissions | Thomas Bruederli |
2013-01-27 | Fix PHP Warning: Missing argument 2 for rcmail_output_html::get_skin_file() | Aleksander Machniak |
2013-01-25 | Load a default stylesheet (embed.css) from skin in plain html pages (e.g. att... | Thomas Bruederli |
2013-01-24 | Fix login in case when default_host is an array with one element (#1488928) | Aleksander Machniak |
2013-01-09 | Fix /this/ paths from plugin templates in extended skins | Thomas Bruederli |
2013-01-07 | Bump versions for 0.9 release branch | Thomas Bruederli |
2012-12-26 | Framework'ize html2text class | Aleksander Machniak |
2012-12-25 | Move washtml class into Roundcube Framework (rcube_washtml), add some improve... | Aleksander Machniak |
2012-12-18 | Plugin API: Added message_before_send hook | Aleksander Machniak |
2012-12-16 | Fix package definitions and include framework classes in phpdoc | Thomas Bruederli |
2012-12-11 | Extend just_parse() method with conditions parsing | Aleksander Machniak |
2012-12-01 | enriched.inc -> rcube_enriched | Aleksander Machniak |
2012-11-27 | Bring back rcube_html_page class which was lost in framework refactoring; fix... | Thomas Bruederli |
2012-11-27 | Separate the very application-specific output classes from the Roundcube fram... | Thomas Bruederli |
2012-11-27 | Move shortcut functions to framework class | Thomas Bruederli |
2012-11-27 | Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency | Aleksander Machniak |
2012-11-25 | Unify path schema in global constants: paths always end with a /. Keep RCMAIL... | Thomas Bruederli |
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-23 | Fix hidden flag and default_addressbook settings handling | 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-20 | Move prompt_silent() and get_opt() to rcube_utils class | 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 | Check mbstring extension before calling mb_internal_encoding() | Thomas Bruederli |
2012-11-19 | Fix wrapping of quoted text with format=flowed (#1488177) | Aleksander Machniak |
2012-11-19 | Improve line wrapping behavior where message charset is changed by plugins (i... | Thomas Bruederli |
2012-11-18 | Fix so mobile phone has TYPE=CELL in exported vCard (#1488812) | Aleksander Machniak |
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 | 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 |