summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Expand)Author
2013-08-16Bump version for next releaseThomas Bruederli
2013-06-20Canonize boolean ini_get() results (#1489189)Aleksander Machniak
2013-06-13Update changelog + bump version numberThomas Bruederli
2013-06-11Fix error when there's no writeable addressbook source (#1489162)Aleksander Machniak
2013-05-15Bump version for next releaseThomas Bruederli
2013-04-29Fix list page reset when viewing a message in Larry skin (#1489076)Aleksander Machniak
2013-04-24Fix error when using check_referer=trueAleksander Machniak
2013-04-16Remove redundant ini checksAleksander Machniak
2013-04-15Bump version to 0.9-stablev0.9.0Thomas Bruederli
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-02-10Bump version to 0.9-rcThomas Bruederli
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-01-28Merge branch 'release-0.9' of github.com:roundcube/roundcubemail into release...Thomas 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-25Load 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-09Fix /this/ paths from plugin templates in extended skinsThomas Bruederli
2013-01-07Bump versions for 0.9 release branchThomas 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
2012-11-25Separate framework and application constantsThomas Bruederli
2012-11-25Define more (uniquely prefixed) constants for Roundcube directories in order ...Thomas Bruederli
2012-11-23Fix hidden flag and default_addressbook settings handlingAleksander Machniak
2012-11-21Rename rcube_bc.inc to bc.php for consistencyAleksander Machniak
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak
2012-11-21Create Roundcube Framework initialization script (bootstrap)Aleksander Machniak
2012-11-20Move prompt_silent() and get_opt() to rcube_utils classAleksander Machniak
2012-11-20Check if checkdnsrr() and getmxrr() functions exist before using themAleksander Machniak
2012-11-19Unset null values in user prefsThomas Bruederli
2012-11-19Check mbstring extension before calling mb_internal_encoding()Thomas Bruederli
2012-11-19Fix wrapping of quoted text with format=flowed (#1488177)Aleksander Machniak
2012-11-19Improve line wrapping behavior where message charset is changed by plugins (i...Thomas Bruederli
2012-11-18Fix so mobile phone has TYPE=CELL in exported vCard (#1488812)Aleksander Machniak
2012-11-17Move default value for client_mimetypes to rcube_config; make sure an array i...Thomas Bruederli
2012-11-17Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-11-17Define @package and @subpackage of Framework classesAleksander Machniak
2012-11-17Fix parsing header in English when localized map is definedAleksander Machniak
2012-11-16Add more data validationAleksander Machniak