Age | Commit message (Expand) | Author |
2013-05-03 | Experimental: refactored list.js and html_table class to render lists with di... | Thomas Bruederli |
2013-05-01 | Small code improvements | Aleksander Machniak |
2013-05-01 | Merge pull request #67 from andywer/master | Aleksander Machniak |
2013-04-29 | Fix list page reset when viewing a message in Larry skin (#1489076) | Aleksander Machniak |
2013-04-29 | Fix possible warning on some misconfig | Aleksander Machniak |
2013-04-28 | Prepare for the composer-based plugin repository; skip PEAR dependencies for now | Thomas Bruederli |
2013-04-24 | Fix error when using check_referer=true | Aleksander Machniak |
2013-04-16 | Remove redundant ini checks | Aleksander Machniak |
2013-04-08 | Removed parse_expression() & added error logging to eval_expression(). | Andy Wermke |
2013-04-05 | Replaced last eval(). Allowing function calls in expressions. | Andy Wermke |
2013-04-05 | Replaced stupid fix by create_function() based approach. | Andy Wermke |
2013-04-04 | Merge branch 'master' of https://github.com/roundcube/roundcubemail | Andy Wermke |
2013-04-04 | Replaced nasty eval() expressions. | Andy Wermke |
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-03-15 | Bump version number up to 1.0-git | Aleksander Machniak |
2013-03-10 | Fix so task name can really contain all from a-z0-9_- characters (#1488941) | Aleksander Machniak |
2013-03-06 | Add attachment menu with Open and Download options (#1488975) | Aleksander Machniak |
2013-03-04 | Really fix "quotum would exceed" error message handling | Aleksander Machniak |
2013-03-04 | Smarter overquota error detection (known error strings are: | Aleksander Machniak |
2013-03-02 | Even better message on over quota error in move to trash operation (#1484164) | Aleksander Machniak |
2013-03-02 | Display user-friendly message on IMAP "over quota" errors (#1484164) | Aleksander Machniak |
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-31 | - Refactored the hierarchical mailboxlist control into a separate widget class | 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-24 | 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-18 | Remove deprecated functions (from bc.php file) usage in plugins | Aleksander Machniak |
2013-01-18 | Improved folder path presentation in page title (use unified delimiter, local... | Aleksander Machniak |
2013-01-09 | Welcome to 2013 | Thomas Bruederli |
2013-01-09 | Fix /this/ paths from plugin templates in extended skins | 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 |