summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2012-06-13Set skin in js environmentThomas Bruederli
2012-06-13Fix handling of unitless CSS size values in HTML message (#1488535)Aleksander Machniak
2012-06-13Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into ↵Aleksander Machniak
release-0.8 Conflicts: CHANGELOG
2012-06-13Fix removing contact photo using LDAP addressbook (#1488420)Aleksander Machniak
Conflicts: CHANGELOG
2012-06-10Fix storing X-ANNIVERSARY date in vCard format (#1488527)Aleksander 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
Conflicts: CHANGELOG program/lib/Mail/mime.php program/lib/Mail/mimePart.php
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 Conflicts: CHANGELOG
2012-06-06Decode header value in rcube_mime::get() by default (#1488511)Aleksander Machniak
Conflicts: program/include/rcube_message_header.php program/include/rcube_mime.php
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-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-01Update to TinyMCE 3.5.2Aleksander Machniak
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-30Don't show errors when moving contacts into groups they're already in (#1488493)Thomas Bruederli
2012-05-28Fix html2text conversion of strong|b|a|th|h tags when used in upper caseAleksander Machniak
2012-05-26Fix host autoselection when default_host is an array (#1488495)Aleksander Machniak
2012-05-26Fix possible PHP warningAleksander Machniak
2012-05-26Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into ↵Aleksander Machniak
release-0.8
2012-05-26Catch DateTime* exceptions (#1488497) - skipping buggy timezonesAleksander Machniak
2012-05-26Fix calls to renamed methodsThomas Bruederli
2012-05-25Move messages forwarding mode setting into PreferencesAleksander Machniak
Conflicts: CHANGELOG
2012-05-25Remove possible confusion on session reads - PHP expects string result not ↵Aleksander Machniak
boolean
2012-05-23Small code improvementAleksander Machniak
2012-05-23Improved PERMANENTFLAGS checking code, added code for flags caching ↵Aleksander Machniak
(currently commented out)
2012-05-23Fix possible PHP warning in in_array_nocase() when 2nd argument is not an arrayAleksander Machniak
Conflicts: program/include/rcube_shared.inc
2012-05-22- Fix HTML entities handling in HTML editor (#1488483)Aleksander Machniak
2012-05-21Fix Call to undefined method rcube_mail_header::get() in ↵Aleksander Machniak
show_additional_headers plugin (#1488489)
2012-05-21Fix merged change s/rcube/rcmail/Aleksander Machniak
2012-05-21Fix PHP error where calling get() on a non objectAleksander Machniak
2012-05-21Add option imap_force_ns to make buggy servers support optionalAleksander Machniak
2012-05-21Fix listing folders on Courier IMAP (#1488466)Aleksander Machniak
2012-05-17Added new languages Belarusian, Interlingua and Malayalam from launchpad importThomas Bruederli
2012-05-16Fix object referenceThomas Bruederli
2012-05-15Add public list_folder_direct() and list_folders_subscribed_direct()Aleksander Machniak
Conflicts: program/include/rcube_imap.php
2012-05-15Remove 'focused' class on blurAleksander Machniak
2012-05-14Update localizations from launchpadThomas Bruederli
2012-05-13Fix support for large uuencode attachments.Giovanni Bajo
Currently, Roundcube tries to match with a regexp a whole uuencode attachment. This is not always possible because PHP enforces a limit on the maximum match size.
2012-05-12Fix handling of "usemap" attribute (#1488472)Aleksander Machniak
2012-05-12Fix handling of some HTML tags e.g. IMG (#1488471) - reworked fix for #1486812Aleksander Machniak
2012-05-10Fix PHP warning on PHP 5.4 (#1488469)Aleksander Machniak
2012-05-09Fix add_contact() (#1488465)Aleksander Machniak
2012-05-09Use similar language as a fallback for plugin localization (#1488401)Aleksander Machniak
Don't load en_US localization more than once Conflicts: CHANGELOG program/include/rcube.php
2012-05-08Removed debug codeAleksander Machniak
2012-05-08Fix Opera issues with duplicated scrollbar and invisible borderAleksander Machniak
2012-05-08Fix issue where signature wasn't re-added on draft compose (#1488322)Aleksander Machniak
2012-05-08TinyMCE 3.5Aleksander Machniak
2012-05-08Fixed PHP warningAleksander Machniak
2012-05-08Fix multi-threaded autocompletion when number of threads > number of sourcesthomascube