summaryrefslogtreecommitdiff
path: root/program/include/rcube_utils.php
AgeCommit message (Expand)Author
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-17Define @package and @subpackage of Framework classesAleksander Machniak
2012-11-15Fix rcube_utils::explode_quoted_string() with explode(), added testsAleksander Machniak
2012-09-23Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-09-17Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-09-17Fix HTML special characters handling in message list/header display (#1488523)Aleksander Machniak
2012-09-17Fix PHP warning when rep_specialchars_output() 1st argument is not a string (...Aleksander Machniak
2012-09-09Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-08-27Fix deprecated function usageAleksander Machniak
2012-08-27Rename ip_check to check_ip, add IP checking testsAleksander Machniak
2012-08-24Improved email address validation with IPv6 supportAleksander Machniak
2012-08-17Fix domain part check in email address validation function. Added test cases.Aleksander Machniak
2012-08-14CodestyleThomas Bruederli
2012-08-12CS fixes (mostly tab -> spaces)Aleksander Machniak
2012-07-26use in parse_host HTTP_HOST for %dbes.internal
2012-07-24Small performance improvement: use cookie 'secure' parameter if enabledAleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-05-15Move rcube_addressbook::normalize_string() to rcube_utils::normalize_string()...Thomas Bruederli
2012-05-06Remove BOM (#1488458)Aleksander Machniak
2012-05-03 - Fix the idn_convert() function call that was preventing the login with the...vbenincasa
2012-04-16- Framework refactoring (I hope it's the last one):alecpl