summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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-06Add PDO to requirements, remove MDB2 packageAleksander 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-19Replace rcube_mdb2 with rcube_dbAleksander 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-14Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-06-14Fix target check with nested buttonsThomas Bruederli
2012-06-14Give calendar/ics attachment styles precedence over generic text classThomas Bruederli
2012-06-13Fix handling of unitless CSS size values in HTML message (#1488535)Aleksander 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-11Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-06-10Fix DDL update from 0.7 for MS SQL ServerAleksander Machniak
2012-06-10Fix storing X-ANNIVERSARY date in vCard format (#1488527)Aleksander Machniak
2012-06-10Add text-align:right for size columnAleksander Machniak
2012-06-09Display attachment icon for multipart/signed messages (#1488525)Aleksander Machniak
2012-06-09Update to Mail_Mime-1.8.5 (#1488521)Aleksander Machniak
2012-06-08Fix Shift + delete button does not permanently delete messages (#1488243)Aleksander Machniak
2012-06-08Fix operator incompat. in some queries on contacts table using MS SQL Server ↵Aleksander Machniak
(#1488505)
2012-06-08Add Content-Length for attachments where possible (#1485478)Aleksander Machniak
2012-06-08Fix attachment sizes in message print page and attachment preview page ↵Aleksander Machniak
(#1488515) - Use size parameter from Content-Disposition header if specified, - Calculate size of base64 encoded message parts
2012-06-08Fix XSS vulnerability in message subject handling using Larry skin (#1488519)Aleksander Machniak
2012-06-08Fix handling of links with various URI schemes e.g. "skype:" (#1488106)Aleksander Machniak
Fix handling of links inside PRE elements on html to text conversion Fix indexing of links on html to text conversion
2012-06-07Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-06-07Enable attachments drag&drop upload for default skinAleksander Machniak
2012-06-06Fix js error when dropping attachment fileAleksander Machniak
2012-06-06Better commentsThomas Bruederli
2012-06-06New feature to add mail attachments using drag & drop on HTML5 enabled browsersThomas Bruederli
2012-06-06No quotes around input field (doesn't really fit in Chrome)Thomas Bruederli
2012-06-06Allow access to blank.tifThomas Bruederli
2012-06-06Add workaround for invalid BODYSTRUCTURE response - parse message with ↵Aleksander Machniak
Mail_mimeDecode package (#1485585)
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
Improved handling of critical PHP settings - try to set them to required value before die()
2012-06-04Fix possible PHP warning: strpos(): Offset not contained in stringAleksander Machniak
2012-06-04Disable TinyMCE status bar which has been enabled by default in TinyMCE 3.5.2Aleksander Machniak
2012-06-04Modify CONCAT() arguments, because + operator requires them to be of type ↵Aleksander Machniak
varchar (#1488505) With SQL Server 2012 we can use just CONCAT(), but we need to support older versions