summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Expand)Author
2013-05-29Change show_actual_foldernames to be show_real_foldernames.David Carter
2013-05-29Remove (move to bc.php) unused strip_newlines() and strip_quotes() functionsAleksander Machniak
2013-05-29Add show_actual_foldernames preference and configuration option.David Carter
2013-05-16Move rcmail::deliver_message() to framework for common useThomas Bruederli
2013-05-07Avoid uninitialized/unused variablesAleksander Machniak
2013-05-03Experimental: refactored list.js and html_table class to render lists with di...Thomas Bruederli
2013-05-01Small code improvementsAleksander Machniak
2013-05-01Merge pull request #67 from andywer/masterAleksander Machniak
2013-04-29Fix list page reset when viewing a message in Larry skin (#1489076)Aleksander Machniak
2013-04-29Fix possible warning on some misconfigAleksander Machniak
2013-04-28Prepare for the composer-based plugin repository; skip PEAR dependencies for nowThomas Bruederli
2013-04-24Fix error when using check_referer=trueAleksander Machniak
2013-04-16Remove redundant ini checksAleksander Machniak
2013-04-08Removed parse_expression() & added error logging to eval_expression().Andy Wermke
2013-04-05Replaced last eval(). Allowing function calls in expressions.Andy Wermke
2013-04-05Replaced stupid fix by create_function() based approach.Andy Wermke
2013-04-04Merge branch 'master' of https://github.com/roundcube/roundcubemailAndy Wermke
2013-04-04Replaced nasty eval() expressions.Andy Wermke
2013-03-24Ensure backwards compatibility by considering old-style skin_path attribute f...Thomas Bruederli
2013-03-17Fix "rcmail is undefined" error in HTML attachment preview - regressionAleksander Machniak
2013-03-15Bump version number up to 1.0-gitAleksander Machniak
2013-03-10Fix so task name can really contain all from a-z0-9_- characters (#1488941)Aleksander Machniak
2013-03-06Add attachment menu with Open and Download options (#1488975)Aleksander Machniak
2013-03-04Really fix "quotum would exceed" error message handlingAleksander Machniak
2013-03-04Smarter overquota error detection (known error strings are:Aleksander Machniak
2013-03-02Even better message on over quota error in move to trash operation (#1484164)Aleksander Machniak
2013-03-02Display user-friendly message on IMAP "over quota" errors (#1484164)Aleksander Machniak
2013-02-10Let some env variables survive reset(); don't show taskbar and top line in fr...Thomas Bruederli
2013-02-08Fix reference to non-existing class rcube_output_html (#1488948)Aleksander Machniak
2013-02-05Add special config attribute 'group_filters' to specify a fixed list of group...Thomas Bruederli
2013-01-31- Refactored the hierarchical mailboxlist control into a separate widget classThomas Bruederli
2013-01-28Catch connection timeouts on message sending form submissionsThomas Bruederli
2013-01-27Fix PHP Warning: Missing argument 2 for rcmail_output_html::get_skin_file()Aleksander Machniak
2013-01-24Load a default stylesheet (embed.css) from skin in plain html pages (e.g. att...Thomas Bruederli
2013-01-24Fix login in case when default_host is an array with one element (#1488928)Aleksander Machniak
2013-01-18Remove deprecated functions (from bc.php file) usage in pluginsAleksander Machniak
2013-01-18Improved folder path presentation in page title (use unified delimiter, local...Aleksander Machniak
2013-01-09Welcome to 2013Thomas Bruederli
2013-01-09Fix /this/ paths from plugin templates in extended skinsThomas Bruederli
2012-12-26Framework'ize html2text classAleksander Machniak
2012-12-25Move washtml class into Roundcube Framework (rcube_washtml), add some improve...Aleksander Machniak
2012-12-18Plugin API: Added message_before_send hookAleksander Machniak
2012-12-16Fix package definitions and include framework classes in phpdocThomas Bruederli
2012-12-11Extend just_parse() method with conditions parsingAleksander Machniak
2012-12-01enriched.inc -> rcube_enrichedAleksander Machniak
2012-11-27Bring back rcube_html_page class which was lost in framework refactoring; fix...Thomas Bruederli
2012-11-27Separate the very application-specific output classes from the Roundcube fram...Thomas Bruederli
2012-11-27Move shortcut functions to framework classThomas Bruederli
2012-11-27Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistencyAleksander Machniak
2012-11-25Unify path schema in global constants: paths always end with a /. Keep RCMAIL...Thomas Bruederli