summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Expand)Author
2012-07-31Added support for SSL connection parameters in mysql driver (#1486594)Aleksander Machniak
2012-07-09Support sqlite file mode settingAleksander Machniak
2012-07-09Fix debugging in sqlite driverAleksander Machniak
2012-07-08Move sequence_name() method into postgres driver classAleksander Machniak
2012-07-08CS fixesAleksander Machniak
2012-07-08Add get_variable() implementationAleksander Machniak
2012-07-06Handle properly situation when PDO class doesn't existAleksander Machniak
2012-07-04More CS fixes and commentsAleksander Machniak
2012-07-04CS fixes + more commentsAleksander Machniak
2012-06-28Implemented LIMIT/OFFSET for SQL ServerAleksander Machniak
2012-06-28Support 'mysqli:' prefix in DSNAleksander Machniak
2012-06-19Don't use protected property rcube_db::$db_errorAleksander Machniak
2012-06-19Remove rcube_mdb2 class fileAleksander Machniak
2012-06-19Replace rcube_mdb2/PEAR::MDB2 with rcube_dbAleksander Machniak
2012-06-19New database layer based on PHP PDOAleksander Machniak
2012-06-13Fix removing contact photo using LDAP addressbook (#1488420)Aleksander Machniak
2012-06-13Add skin name to the (javascript) environmentAleksander Machniak
2012-06-13Improve getopt feature for command line scriptsThomas Bruederli
2012-06-10Fix storing X-ANNIVERSARY date in vCard format (#1488527)Aleksander Machniak
2012-06-08Fix Shift + delete button does not permanently delete messages (#1488243)Aleksander Machniak
2012-06-08Fix attachment sizes in message print page and attachment preview page (#1488...Aleksander Machniak
2012-06-06Add workaround for invalid BODYSTRUCTURE response - parse message with Mail_m...Aleksander Machniak
2012-06-06Fix default_charset handlingAleksander Machniak
2012-06-06Decode header value in rcube_mime::get() by default (#1488511)Aleksander Machniak
2012-06-04Fix magic_quotes_sybase handling (#1488506)Aleksander Machniak
2012-06-04Modify CONCAT() arguments, because + operator requires them to be of type var...Aleksander Machniak
2012-06-02Typo fixMathias Rhein
2012-05-30Merge branch 'dev-browser-capabilities'Aleksander Machniak
2012-05-30Don't show errors when moving contacts into groups they're already in (#1488493)Thomas Bruederli
2012-05-30Display Tiff as Jpeg in browsers without Tiff support (#1488452)Aleksander Machniak
2012-05-26Fix host autoselection when default_host is an array (#1488495)Aleksander Machniak
2012-05-26CS, tabs to spacesAleksander Machniak
2012-05-26Add getter for database runtime/config variablesThomas Bruederli
2012-05-25Fix calls to renamed methodsThomas Bruederli
2012-05-24Remove possible confusion on session reads - PHP expects string result not bo...Aleksander Machniak
2012-05-23Small code improvementAleksander Machniak
2012-05-23Move old rcube_mail_header class definition to better placeAleksander Machniak
2012-05-23Add another alias for backwards compatibilityThomas Bruederli
2012-05-23Improved PERMANENTFLAGS checking code, added code for flags caching (currentl...Aleksander Machniak
2012-05-23Fix possible PHP warning in in_array_nocase() when 2nd argument is not an arrayAleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-05-22Add is_escaped attribute for html_select and html_textarea (#1488485)Aleksander Machniak
2012-05-22Deprecate storage_connect() methodAleksander Machniak
2012-05-22Add imap_connect() method for backward compat.Aleksander Machniak
2012-05-21Fix PHP error where calling get() on a non objectAleksander Machniak
2012-05-21Merge branch 'courier-fix'Aleksander Machniak
2012-05-21Add option imap_force_ns to make buggy servers support optionalAleksander Machniak
2012-05-20Add lost method for backwards compatibilityThomas Bruederli
2012-05-17s/rcube_charset_convert/rcube_charset::convert/Aleksander Machniak
2012-05-16Also accept PHP exceptions as argument to rcube::raise_error()Thomas Bruederli