summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Expand)Author
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
2012-11-16Support contacts import from CSV file (#1486399)Aleksander Machniak
2012-11-16Properly set object properties in set() method, small perf. improvementAleksander Machniak
2012-11-15Fix rcube_utils::explode_quoted_string() with explode(), added testsAleksander Machniak
2012-11-15Move BIG5 at the end of charsets list in detect()Aleksander Machniak
2012-11-15Improved rcube_charset::detect() with BOM checks from rcube_vcard::detect_enc...Aleksander Machniak
2012-11-15Merge branch 'keep-alive'Aleksander Machniak
2012-11-14Fix handling of text/enriched content on message reply/forward/editAleksander Machniak
2012-11-14Remove useless codeAleksander Machniak
2012-11-14Enable default behavior of the browser when shift/ctrl-click task links (e.g....Thomas Bruederli
2012-11-13Fix warning when 'autovalues' property isn't setAleksander Machniak
2012-11-13Cache identities data in memory for faster access when get_identity() is call...Aleksander Machniak
2012-11-12Avoid deprecated template warnings in extended skinsThomas Bruederli
2012-11-12Renamed config options: keep_alive to refresh_interval, min_keep_alive to min...Aleksander Machniak
2012-11-12Don't throw error when plugin doesn't register 'refresh' action handlerAleksander Machniak
2012-11-12Fix skin template paths when linking js and css files (#1488790)Thomas Bruederli
2012-11-12BINARY extension can't be used with $formatting=true on binary contentAleksander Machniak
2012-11-11Make recent changes in skin template engine more backwards-compatible (#1488790)Thomas Bruederli
2012-11-11Added cross-task 'refresh' request for system state updatesAleksander Machniak
2012-11-10New feature: display attached images as thumbnails below message bodyThomas Bruederli
2012-11-10Simplify keep-alive action. Now the interval is based on session_lifetime,Aleksander Machniak
2012-11-09Add config options to automatically generate LDAP attributes for new entriesThomas Bruederli
2012-11-07Adapt to common naming scheme for template tag attributesThomas Bruederli
2012-11-06Allow setting contentframe from template (as frame object attribute)Aleksander Machniak
2012-11-06Fix syntax errorThomas Bruederli
2012-11-06Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-11-06Recursively resolve paths of iframe contents; unify contentframe registration...Thomas Bruederli
2012-11-06Remove unused unEscape() methodAleksander Machniak
2012-11-05Make sure affected_rows() method returns expected (consistent with other RDBM...Aleksander Machniak
2012-11-05Fixed rcube_imap_generic::uncompressMessageSet() result when argument is empt...Aleksander Machniak
2012-10-31Improve client-side timezone detection using jsTimezoneDetect by Jon Nylander...Thomas Bruederli
2012-10-31Make sure HTML part size>0 before assuming the message has got HTML partAleksander Machniak
2012-10-27Merge branch 'dev-compose-newwindow'Thomas Bruederli
2012-10-27Merge pull request #38 from dupondje/masterThomas B.
2012-10-26Prepare template processor to handle skin inheritanceThomas Bruederli