summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-06-03Fix reference to GPL in about pageThomas Bruederli
2012-06-02Merge pull request #12 from mrhein/masterAleksander Machniak
Fixed typo in rcube_addressbook
2012-06-02Typo fixMathias Rhein
Fixed typo in rcube_addressbook
2012-06-01Define and use 'mozilla' class for HTML styleAleksander Machniak
2012-06-01Update to TinyMCE 3.5.2Aleksander Machniak
2012-05-31Add some padding to iframe footerThomas Bruederli
2012-05-31Fix window.resize handler on IE8 and Opera (#1488453)Thomas Bruederli
2012-05-31Merged CHANGELOGThomas Bruederli
2012-05-31Don't let error message popups cover the login form (#1488500)Thomas Bruederli
2012-05-30Fix regression where redundant autocompletion requests were sentAleksander Machniak
in case when new search value contains old one and previous search was not finished or its result was empty
2012-05-30Code cleanup, more object-like syntax when building URLsAleksander Machniak
2012-05-30Merge branch 'dev-browser-capabilities'Aleksander Machniak
Conflicts: CHANGELOG
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-30Make folders with unread messages in subfolders bold again (#1486793); ↵Thomas Bruederli
update CHANGELOG